body {
    overflow-x: hidden !important;
}

/* Mega Menu Styles - Integrates with style.css header styling */

/* Desktop mega menu - full width from left edge of screen */
@media (min-width: 992px) {
  .header-area .main-menu .mega-menu-item {
    position: static !important;
  }

  .header-area .main-menu .mega-menu-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    top: 62px;
    display: none;
    width: 100%;
    text-align: left;
    padding: 0;
    z-index: 998;
    overflow-x: clip !important;
    overflow-y:scroll;
  }

  .header-area.style-2 .main-menu .mega-menu-wrapper {
    background: var(--title-color);
    border: 1px solid #272727;
    border-left: none;
    border-right: none;
    padding: 25px 0;
  }

  .header-area .main-menu .mega-menu-wrapper {
    overflow-x: clip;
  }
  .mega-menu-inner {
    overflow-x: clip;
  }

  .header-area.style-2 .mega-menu-wrapper .mega-menu-column h5 {
    color: var(--white-color);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .header-area.style-2 .mega-menu-wrapper .mega-menu-list li a {
    color: rgba(255, 255, 255, 0.7);
  }

  .header-area.style-2 .mega-menu-wrapper .mega-menu-list li a::after {
    content: "";
    height: 8px;
    width: 8px;
    background-color: var(--white-color);
    border-radius: 50%;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 0.4s ease-out 0s;
  }

  .header-area.style-2 .mega-menu-wrapper .mega-menu-list li a:hover {
    color: #fff;
    padding-left: 20px;
  }

  .header-area.style-2 .mega-menu-wrapper .mega-menu-list li a:hover::after {
    opacity: 1;
  }

  .header-area.style-2 .mega-menu-wrapper .mega-menu-featured {
    background: rgba(255, 255, 255, 0.05);
  }

  .header-area.style-2 .mega-menu-wrapper .mega-menu-featured h4 {
    color: var(--white-color);
  }

  .header-area.style-2 .mega-menu-wrapper .mega-menu-featured p {
    color: #B0BABE;
  }

  .header-area.sticky .main-menu .mega-menu-wrapper {
    position: fixed;
  }

  .header-area .main-menu .mega-menu-item:hover > .mega-menu-wrapper {
    display: block;
    animation: fade-up 0.45s linear;
  }

  .mega-menu-container {
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 15px;
    box-sizing: border-box;
  }

  .mega-menu-content .row {
    margin-left: -15px;
    margin-right: -15px;
  }

  .mega-menu-content [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* Mobile mega menu - visible with proper styling */
@media (max-width: 991px) {
  .mega-menu-wrapper {
    position: static;
    min-width: 200px;
    background: transparent;
    border: none;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    transform: none;
    transition: none;
    display: none;
    margin-top: 0 !important;
    transform: translateY(0px);
    margin-left: 10px;
  }

  .mega-menu-container {
    padding: 10px 0;
  }

  .mega-menu-content .row {
    display: block;
  }

  .mega-menu-content [class*="col-"] {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .mega-menu-column {
    margin-bottom: 20px;
  }

  .mega-menu-column:last-child {
    margin-bottom: 0;
  }
}

/* Common styles for both desktop and mobile */
.mega-menu-column h5 {
  color: var(--white-color);
  font-family: var(--font-montserrat);
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mega-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mega-menu-list li {
  margin-bottom: 0;
  display: block;
  position: relative;
}

.mega-menu-list li a {
  display: block;
  padding: 14px 20px;
  font-family: var(--font-montserrat);
  color: var(--title-color);
  font-weight: 500;
  text-transform: capitalize;
  font-size: 13px;
  line-height: 1.4;
  transition: all 0.4s ease-out 0s;
  position: relative;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid rgba(13, 23, 32, 0.0784313725);
}

.mega-menu-list li a:hover {
  color: var(--primary-color);
}

.mega-menu-list li a {
  border-bottom: none;
}

@media (max-width: 991px) {
  .mega-menu-list li a {
    padding: 12px 0;
    border-bottom: 1px solid transparent;
  }
  
  .mega-menu-list li a::before {
    background: linear-gradient(90deg, #525252, #2E448D, #525252);
  }

  .mega-menu-list li a:hover {
    margin-left: 10px;
  }
}


.header-area.style-2 .menu-wrap .main-menu ul > li ul.mega-menu-list > li:hover > a {
    color: rgb(255, 255, 255);
}

.header-area.style-2 .menu-wrap .main-menu ul > li ul.mega-menu-list > li > a:hover {
    color: rgb(202, 202, 202);
    padding-left: 44px;
}

.header-area.style-2 .menu-wrap .main-menu ul > li ul.mega-menu-list > li > a {
    display: block;
    font-family: var(--font-montserrat);
    color: rgba(255, 255, 255, 0.7);
    font-weight: 500;
    text-transform: capitalize;
    font-size: 12px;
    letter-spacing: 3px;
    line-height: 1.4;
    position: relative;
    padding: 9px 4px;
    transition: 0.4s ease-out;
    border-radius: 0px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
}

.header-area.style-2 .menu-wrap .main-menu ul.mega-menu-list > li {
    display: block;
    position: relative;
    padding: 4px 2px;
}

/* Featured content styling */
.mega-menu-featured {
  background: #F4F9FD;
  padding: 30px;
  border-radius: 0;
  height: 100%;
}

.mega-menu-featured h4 {
  color: var(--title-color);
  font-family: var(--font-marcellus);
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 15px;
}

.mega-menu-featured p {
  color: var(--paragraph-color);
  font-family: var(--font-montserrat);
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 20px;
}

/* Ensure dropdown icon works properly */
.mega-menu-item > i.dropdown-icon {
  display: block;
}

@media (min-width: 992px) {
  .mega-menu-item > i.dropdown-icon {
    display: none;
  }
}


/* Extra styles */
.solution-img img {
  object-position: center center !important;
}

.para-content {
  color: var(--paragraph-color);
  font-family: var(--font-montserrat);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
}

.para-content ul li {
  margin-bottom: 15px;
}

.para-content ul li:last-child {
  margin-bottom: 0px;
}

.eg-card-3 .content-2 {
  padding: 35px 25px;
  min-height: auto;
}
.content-2 a{
  /* color: unset; */
  text-decoration: none;
}

.about-section .award-area .content-2 ul li::after {
  background-color: var(--paragraph-color);
}

.p-30 {
  padding: 100px 0px 100px;
}

.bg-light-blue {
  background-color: var(--primary-color);
}

.bg-light-blue-2 {
  /* background-color: rgb(244, 249, 253); */
  background-color: #F4F9FD !important;
}

.auto-height {
  min-height: 10px !important;
}

.about-section .award-area {
   min-height: 10px !important;
}

.f-50 {
    font-size: 50px;
}

.f-30 {
    font-size: 30px !important;
}

.f-20 {
    font-size: 20px !important;
}

.f-15 {
    font-size: 15px !important;
}

.faq-heading h2 {
    color: var(--title-color);
    font-family: var(--font-marcellus);
    font-size: 20px;
    font-weight: 400;
    background: rgb(244, 249, 253);
    padding: 20px 30px;
}

.contact-form-area.two .form-inner select {
    background: var(--white-color);
    border: 1px solid #eee;
    color: var(--paragraph-color);
    border-radius: 0px;

    width: 100%;
    height: 50px;
    font-family: var(--font-montserrat);
    font-size: 14px;
    font-weight: 400;
    padding: 10px 24px;
    caret-color: #AAA;
}

.categories .form-check .form-check-input {
    cursor: pointer;
    height: 14px;
    width: 14px;
}

.testimonial-wrap .testimonial-card p.content-2 {
    color: var(--font-marcellus);
    font-family: var(--font-marcellus);
    font-size: 20px;
    font-weight: 300;
    line-height: 1.3;
    margin-bottom: 40px;
}

h4.heading-title {
    color: var(--title-color);
    font-family: var(--font-marcellus);
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 0px;
  }
  
.heading {
    color: var(--title-color);
    font-family: var(--font-marcellus);
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 0px;
}

h2.heading {
    color: var(--font-marcellus);
    font-family: var(--font-marcellus);
    font-size: 40px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 25px;
}

h4.heading {
    color: var(--title-color);
    font-family: var(--font-marcellus);
    font-size: 30px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 0px;
}
/* .post-details h1 {
  color: var(--font-marcellus);
  font-family: var(--font-marcellus);
  font-size: 75px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 25px;
}

@media (max-width: 1199px) {
  .post-details h1 {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .post-details h1 {
    font-size: 55px;
  }
}
@media (max-width: 767px) {
  .post-details h1 {
    font-size: 48px;
  }
}
@media (max-width: 576px) {
  .post-details h1 {
    font-size: 40px;
  }
}

.post-details h2 {
  color: var(--font-marcellus);
  font-family: var(--font-marcellus);
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 25px;
}

@media (max-width: 1199px) {
  .post-details h1 {
    font-size: 35px;
  }
}
@media (max-width: 991px) {
  .post-details h1 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .post-details h1 {
    font-size: 28px;
  }
}
@media (max-width: 576px) {
  .post-details h1 {
    font-size: 25px;
  }
} */

.job-details, .post-details {
  font-family: var(--font-montserrat) !important;
}

.job-details ul li::before {
    content: none;
}

.post-details h1, .job-details h1 {
  color: var(--font-marcellus);
  font-family: var(--font-marcellus);
  font-size: 35px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 10px;
  margin-top: 20px;
}

@media (max-width: 1199px) {
  .post-details h1, .job-details h1 {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .post-details h1, .job-details h1 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .post-details h1, .job-details h1 {
    font-size: 26px;
  }
}
@media (max-width: 576px) {
  .post-details h1, .job-details h1 {
    font-size: 22px;
  }
}

.post-details ul, .job-details ul {
  list-style-type: inherit !important;
  padding-left: 2rem !important;
  color: var(--title-color) !important;
  font-family: var(--font-montserrat);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  padding-left: 18px;
  position: relative;
}

.post-details li, .job-details li {
  padding-left: 0px !important;
  margin-bottom: 0px !important;
  color: var(--title-color) !important;
}

.post-details ol, .job-details ol {
  list-style-type: decimal !important;
  padding-left: 2rem !important;
  font-family: var(--font-montserrat);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  padding-left: 18px;
  position: relative;
}

.trix-content ul {
  list-style-type: inherit !important;
  color: var(--paragraph-color);
  font-family: var(--font-montserrat);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  padding-left: 18px;
  position: relative;
}

.trix-content ul li::before {
  content: none;
}

.trix-content ul li {
  padding-left: 0px !important;
}

.trix-content ol {
  list-style-type: decimal;
  color: var(--paragraph-color);
  font-family: var(--font-montserrat);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  padding-left: 18px;
  position: relative;
}

.dark-bg-content h5 {
  color: var(--white-color);
  font-family: var(--font-marcellus);
  font-size: 24px;
  font-weight: 500;
}

.white-bg-content h5 {
  color: var(--title-color);
  font-family: var(--font-marcellus);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
}

.mild-blue-bg {
  background-color: #F4F9FD;
}

.dark-bg-accent {
  background-color: #14202B !important;
  border: unset !important;
}

.home6-section2 {
  padding: 120px 0 120px !important;
}