@media screen and (max-width: 768px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-height {
    height: 60px;
  }

  .nav-bar > nav > div:first-child {
    display: flex;
    height: 100%;
    align-items: center;
  }

  .nav-links {
    display: none;
  }

  .nav-links.expanded {
    display: block;
    margin-left: -16px;
    margin-right: -16px;
    background-color: #fff;
    padding-bottom: 20px;
  }

  .nav-links > a {
    margin-bottom: 15px;
    margin-left: 16px;
    text-decoration: none;
    display: block;
  }

  .nav-links > button {
    width: 189.56px;
    height: 50px;
    margin-left: 16px;
    border-radius: 8px;
    color: white;
    border: none;
  }

  .success-toast {
    background-color: #28c269;
    position: fixed;
    top: 60px;
    width: 100vw;
    height: 80px;
    font-size: 14px;
    font-weight: 600;
  }

  .post-requirement {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 24px;
    text-align: center;
  }

  .error {
    color: red;
    font-size: 12px;
    margin-top: 5px;
    display: none;
  }

  .banner {
    background-image: url("/business/micro-capability-centers/images/green-shade-m.svg"), url("/business/micro-capability-centers/images/blue-shade-m.svg");
    background-repeat: no-repeat;
    background-position: top left, top left;
  }

  .form-group {
    width: 100%;
  }

  .banner__third-section {
    margin-left: -16px;
    margin-right: -16px;
  }

  .banner__third-section > div:nth-child(1) {
    color: white;
  }
  .trusted-logos > div {
    overflow: hidden;
  }

  .trusted-logos > div > div {
    display: flex;
    column-gap: 12px;
    animation: scroll 15s linear infinite; /* Animation for scrolling */
  }

  @keyframes scroll {
    0% {
      transform: translateX(0); /* Start from the right */
    }
    100% {
      transform: translateX(-1597px); /* Move to the left beyond the container */
    }
  }

  /* Ensure the animation loops seamlessly */
  .banner__third-section > div:nth-child(2) > div:hover {
    animation-play-state: paused; /* Pause on hover for better UX */
  }

  .banner__third-section > div:nth-child(1) {
    text-align: center;
  }

  .mb-8px {
    margin-bottom: 0.5rem;
  }

  .staffing-solutions__heading {
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    color: black;
    margin-bottom: 32px;
  }

  .offering__content {
    background-image: url("/business/micro-capability-centers/images/offerings/shade-m.svg");
    background-repeat: no-repeat;
    background-position-x: right;
    background-size: cover;
    background-position-y: center;
  }

  .offering__content__card {
    margin-bottom: 12px;
  }

  .offering__content__card img {
    width: 48px;
    height: 48px;
  }

  .offering__content__card > div:nth-child(2) {
    width: 16px;
    height: 4px;
    background-color: black;
  }

  .offering__content__card > div:nth-child(3) {
    width: 264px;
    padding: 16px 12px;
    background-color: black;
    border-radius: 12px;
    background-image: url("/business/micro-capability-centers/images/offerings/right-shade.svg");
    background-position-x: right;
    background-position-y: top;
    background-repeat: no-repeat;
  }

  .offering__content__card > div:nth-child(3) > div:first-child {
    color: white;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 8px;
  }

  .offering__content__card > div:nth-child(3) > div:last-child {
    color: white;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
  }

  .text-white {
    color: white !important;
  }

  .challenges {
    background: black;
    background-image: url("/business/micro-capability-centers/images/challenges/shade-1.svg"), url("/business/micro-capability-centers/images/challenges/shade-2.svg"),
      url("/business/micro-capability-centers/images/challenges/shade-3.svg");
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: top right, top right, bottom right;
  }

  .challenges__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }

  .challenges__content__card {
    width: 328px;
    border-radius: 12px;
    padding: 16px 12px;
    backdrop-filter: blur(40px);
    background-color: #ffffff26;
  }

  .challenges__content__card-heading {
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 12px;
  }

  .challenges__content__card-text {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
  }

  .whyChooseUs__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
  }

  .whyChooseUs__content__card {
    width: 330px;
    border-radius: 12px;
    padding: 16px 12px;
    background-color: black;
    background-image: url("/business/micro-capability-centers/images/apart/right-shade.svg");
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: top;
  }
  .whyChooseUs__content__card-heading {
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 12px;
  }

  .whyChooseUs__content__card-text {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
  }

  .how-it-works {
    background: rgba(0, 0, 0, 1);
    padding: 40px 0px 40px 0px;
  }
  .how-it-works__card-image {
    width: 269px;
    height: 208px;
  }

  .how-it-works__content-card > div:nth-child(1) {
    padding-left: 16px;
  }
  .how-it-works__content-card > div:nth-child(6) {
    padding-right: 16px;
  }

  .how-it-works__content-card > div > div:nth-child(1) > div {
    text-align: center;
    background: white;
    border-radius: 100%;
    color: black;
    padding: 6px 16px;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 24px;
  }
  .how-it-works__content-card > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .how-it-works__content-card > div > div:nth-child(2) {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(40px);
    padding: 32px 16px 16px 16px;
    width: 307px !important;
    height: 384px;
    border-radius: 12px;
    margin-right: 12px;
  }

  .how-it-works__content-card > div > div:nth-child(2) > div:nth-child(1) {
    font-weight: 600;
    font-size: 14px;
    color: white;
    text-align: center;
  }
  .how-it-works__content-card > div > div:nth-child(2) > div:nth-child(2) {
    color: white;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    line-height: 18px;
  }
  .how-it-works__content-card > div > div:nth-child(2) > div:nth-child(3) {
    width: 256px;
    height: 208px;
  }
  .how-it-works__content-card > div > div:nth-child(2) > div:nth-child(3) > img {
    width: 256px;
    height: 208px;
  }
  .how-it-works__content-card > div:nth-child(1) > div:nth-child(2) > div:nth-child(3),
  .how-it-works__content-card > div:nth-child(6) > div:nth-child(2) > div:nth-child(3),
  .how-it-works__content-card > div:nth-child(4) > div:nth-child(2) > div:nth-child(3) {
    margin-top: 14px;
  }

  .how-it-works__content-card {
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .how-it-works__content-card::-webkit-scrollbar {
    display: none;
  }

  #slide-4 > .slide-media,
  #slide-3 > .slide-media {
    display: flex;
    justify-content: center;
  }

  #slide-3 > .slide-media {
    margin-top: 54px;
  }
  img.desktop {
    display: none !important;
  }
  .slide-container {
    background: rgba(246, 246, 246, 1);
    width: 328px;
    height: 471px;
    border-radius: 16px;
    padding: 32px 16px 16px 16px;
  }
  #slide-1 > div:nth-child(1) > div:nth-child(1),
  #slide-2 > div:nth-child(1) > div:nth-child(1),
  #slide-3 > div:nth-child(1) > div:nth-child(1),
  #slide-4 > div:nth-child(1) > div:nth-child(1) {
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 16px;
  }
  #slide-1 > div:nth-child(1) > div:nth-child(2),
  #slide-2 > div:nth-child(1) > div:nth-child(2),
  #slide-3 > div:nth-child(1) > div:nth-child(2),
  #slide-4 > div:nth-child(1) > div:nth-child(2) {
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 106px;
  }

  #slide-3 > div:nth-child(1) > div:nth-child(2) {
    text-align: center;
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 16px;
  }
  #slide-3 > div:nth-child(1) > div:nth-child(3),
  #slide-4 > div:nth-child(1) > div:nth-child(3) {
    font-weight: 700;
    font-size: 12px;
    margin-bottom: 6px;
  }
  #slide-3 > div:nth-child(1) > div:nth-child(4),
  #slide-4 > div:nth-child(1) > div:nth-child(4) {
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 10px;
  }

  #slide-4 > div:nth-child(1) > div:nth-child(2) {
    text-align: center;
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 16px;
    margin-bottom: 10px;
  }

  .in-media {
    background-image: url("/business/assets/images/media/star-2.svg"), url("/business/assets/images/media/polygon.svg");
    background-repeat: no-repeat, no-repeat;
    background-position: top left, bottom right;
    background-size: 108px, 111px;
  }

  .media div {
    height: 23px;
  }

  .media {
    flex-wrap: wrap;
    row-gap: 36px;
    align-items: baseline !important;
  }

  .col-lg-6 {
    width: 100%;
  }

  .footer-1 > div {
    width: 100%;
  }
  .awign-logo {
    text-align: center !important;
  }
  .copyright-area .copyright-item ul {
    margin-top: 24px;
    padding-left: 0px !important;
    justify-content: center;
    margin-bottom: 40px;
  }
  .case-study {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .case-study > div > div:nth-child(1) {
    text-align: center;
  }
  .case-study > div > div:nth-child(1) > h1 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 24px;
  }
  .case-study__container1,
  .case-study__container2 {
    width: 280px !important;
    display: flex;
    flex-direction: column;
    background: rgba(0, 0, 0, 1);
    border-radius: 16px;
  }

  .case-study__image img {
    width: 100%;
  }

  .case-study__container1 {
    background-image: url("/business/micro-capability-centers/images/case-study/blue-shade-m.svg");
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: 47px;
  }

  .case-study__container2 {
    background-image: url("/business/micro-capability-centers/images/case-study/brown-shade-m.svg");
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: 47px;
  }

  .case-study__content > div:nth-child(1) > h1 {
    font-weight: 500;
    font-size: 13px;
    color: white;
    padding-bottom: 16px;
  }
  .case-study__content > div:nth-child(1) > h2 {
    font-weight: 700;
    font-size: 12px;
    margin-bottom: 12px;
    color: white;
  }
  .case-study__content > div:nth-child(1) > ul {
    padding-inline-start: 8px !important;
  }
  .case-study__content > div:nth-child(1) > ul > li {
    color: white;
    font-weight: 400;
    font-size: 12px;
  }

  .case-study__content > div:nth-child(1) > div:nth-child(4) {
    color: white;
    font-weight: 500;
    font-size: 20px;
  }
  .case-study__content > div:nth-child(1) > div:nth-child(5) {
    color: white;
    font-weight: 400;
    font-size: 12px;
  }
  .case-study__content > div:nth-child(2) {
    display: flex;
  }
  .case-study__content {
    padding: 20px 12px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    color: white;
  }

  .inMediaContainer {
    border-radius: 16px;
    background: rgba(2, 2, 2, 0.75);
    border: 0.25px solid rgba(255, 255, 255, 1);
    background-image: url("/business/micro-capability-centers/images/inquiry-bg.svg");
    background-repeat: no-repeat;
    background-position: bottom left;
    backdrop-filter: blur(120px);
  }
  .inquiry {
    padding: 0 16px;
  }
  .inquiry > div {
    padding: 45px 16px;
    text-align: center;
  }
  .inquiry > div > div:nth-child(1) {
    color: white;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 12px;
  }
  .inquiry > div > div:nth-child(2) {
    color: white;
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 24px;
  }
  .inquiry > div > button {
    padding: 8px 30px;
    font-weight: 600;
    font-size: 12px;
    border: none;
    border-radius: 4px;
  }

  .bgImage {
    display: none;
  }
  .slider .blog {
    border: 1px solid #d9e9ed;
    background-color: #fff;
    width: 328px;
    height: 356px;
    border-radius: 16px;
    background-image: url("/images/landingPage/mobileImage1.png");
    background-repeat: no-repeat;
    background-position-y: top;
    background-size: contain;
  }

  .aboutDropdown > .dropdown-item {
    padding: 16px 40px !important;
  }
  .in-media > div > div:nth-child(1) {
    font-weight: 600;
    font-size: 20px;
    text-align: center;
  }

  .our-clients__content-logos img {
    transition: all 0.3s ease;
    height: 40px;
    width: 75px;
  }

  .our-clients__content-logos {
    padding-bottom: 10px;
    display: none !important;
  }
  .our-clients {
    margin-top: 48px;
    margin-bottom: 48px;
  }
  .our-clients__content-logos > div {
    padding-bottom: 8px;
    border-bottom: 6px solid #fff;
  }

  .our-clients__content-logos > div:has(img.active) {
    padding-bottom: 8px;
    border-bottom: 6px solid #113dbc;
  }

  #slide-container {
    margin-top: 20px;

    text-align: center;
  }

  #slide-container #slide-1 video {
    width: 296px;
    height: 170px;
  }

  #slide-container #slide-2 video {
    width: 296px;
    height: 170px;
  }

  .slide {
    display: none;
  }

  .slide.active {
    display: block;
  }

  .testimonial-slide {
    background-color: #f9f9f9;
    padding: 23px 18px 18px 18px;
    border-radius: 10px;
    background: #f1f2f4;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
  }

  .testimonial-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }

  .testimonial-author > strong {
    font-weight: 600 !important;
    font-size: 16px !important;
    margin-bottom: 4px;
  }

  .testimonial-author {
    margin-top: 16px;
    margin-bottom: 0px;
  }

  .testimonial-text {
    font-weight: 400;
    font-size: 14px;
  }

  .carousel-indicators {
    position: relative !important;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 10px;
  }

  .carousel-indicators .indicator {
    width: 12px;
    height: 12px;
    background-color: #dce1fa;
    border-radius: 50%;
    border: none;
    cursor: pointer;
  }

  .carousel-indicators .indicator.active {
    background-color: #4b61e1;
  }

  .carousel-indicators button {
    outline: none;
    padding: 5px;
  }

  .quote-icon {
    margin-bottom: 13px;
  }

  .quote-icon img {
    height: 33px;
    width: 37px;
  }

  .slick-prev,
  .slick-next,
  .slick-prev1,
  .slick-next1 {
    display: none !important;
  }

  /* Style for dots */
  .slick-dots {
    position: relative;
    bottom: auto;
    left: auto;
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 0;
    list-style: none;
    margin: 14px 12px;
  }

  .slick-dots li {
    margin: 0 8px;
  }

  .slick-dots li button {
    font-size: 0;
    width: 12px;
    height: 12px;
    background: rgba(201, 199, 191, 1);
    border-radius: 50%;
    border: none;
    cursor: pointer;
    padding: 0;
  }

  .slick-dots li.slick-active button {
    background: rgba(17, 36, 52, 1);
    width: 16px;
    height: 16px;
  }

  .center-y {
    display: flex;
    align-items: center;
  }

  .m-r-24 {
    margin-right: 24px;
  }

  .m-l-20 {
    margin-left: 20px;
  }

  .m-l-8 {
    margin-left: 8px;
  }

  .p-y-4 {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .p-x-16 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .p-x-4 {
    padding-left: 4px;
    padding-right: 4px;
  }

  .p-y-8 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .p-y-12 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .p-b-4 {
    padding-bottom: 4px;
  }

  .br-40 {
    border-radius: 40px;
  }

  .border-0 {
    border: none;
  }

  .bg-green {
    background-color: #c0ff5a;
  }

  .black {
    color: black;
  }

  .white {
    color: white;
  }

  .green {
    color: #c0ff5a;
  }

  .text-white {
    color: white;
    text-decoration: none;
  }

  .font-12px {
    font-size: 12px;
  }

  .font-13 {
    font-size: 13px;
  }

  .medium {
    font-weight: 500;
  }

  .line-height-1 {
    line-height: 1;
  }

  /* Main Styles */
  .header_container {
    position: fixed;
    z-index: 10;
    width: 100%;
    height: 56px;
    background: rgba(65, 64, 64, 0.5);
    backdrop-filter: blur(25px);
    padding: 12px 16px;
    top: 0;
  }

  .login-btn {
    cursor: pointer;
    transition: background-color 0.2s;
  }

  .login-btn:hover {
    background-color: #00a843;
  }

  .menu-icon {
    cursor: pointer;
    transition: transform 0.2s;
  }

  .menu-icon:hover {
    transform: scale(1.1);
  }

  .dropdownmenu {
    position: fixed;
    top: 56px;
    width: 100%;
    padding: 16px;
    background-color: rgba(0, 0, 0, 0.75);
    height: calc(100vh - 56px);
    z-index: 5;
    display: none;
  }

  .dropdownmenu.show {
    display: block;
  }

  .dropdownmenu__container {
    width: 100%;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(40px);
    padding: 16px;
    max-height: calc(100vh - 56px - 32px);
    overflow-y: auto;
  }

  .section-header {
    cursor: pointer;
    transition: background-color 0.2s;
    border-radius: 8px;
  }

  .section-header:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }

  .section-content {
    display: none;
    animation: slideDown 0.3s ease-out;
  }

  .section-content.show {
    display: block;
  }

  .offering-item {
    transition: background-color 0.2s;
    border-radius: 8px;
  }

  .offering-item:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }

  @keyframes slideDown {
    from {
      opacity: 0;
      transform: translateY(-10px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .menu-icon-svg {
    width: 24px;
    height: 24px;
    fill: white;
  }

  .iso-1,
  .iso-2 {
    width: 64px;
    height: 64px;
  }
  .mt-lg-5 {
    margin-top: 2rem;
  }
  .mx-lg-5 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .justify-lg-content-start {
    padding-bottom: 20px !important;
  }
  .awign-logo {
    margin-bottom: 20px;
  }
  .justify-sm-content-center {
    justify-content: center !important;
  }
  .mx-lg-4 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .slide-container .slick-track {
    height: 446px !important;
  }

  .how-it-works__line {
    top: 20px;
  }
  .copyright-area .copyright-item ul li a img {
    width: 44px;
    height: 44px;
  }
  .scroll-line {
    position: relative;
    height: 12px;
    width: 120px;
    background-color: transparent;
    margin: 20px auto 0;
    overflow: hidden;
  }

  .scroll-line::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(170, 191, 195, 1);
    transform: translateY(-50%);
    border-radius: 1px;
  }

  .scroll-line__slider {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 8px;
    width: 56px;
    background-color: white;
    border-radius: 5px;
    transition: left 0.2s ease;
    left: 0%;
  }
  .facebook,
  .x,
  .instagram,
  .linkedin {
    height: 44px;
    width: 44px;
  }

  .star-1::before {
    content: url("/business/micro-capability-centers/images/star-m.svg");
    position: absolute;
    top: 2px;
    left: 0;
    width: 16px;
    height: 16px;
  }
  .star-2::before {
    content: url("/business/micro-capability-centers/images/star-m.svg");
    position: absolute;
    top: 26px;
    left: 0;
    width: 16px;
    height: 16px;
  }
  .star-3::before {
    content: url("/business/micro-capability-centers/images/star-m.svg");
    position: absolute;
    top: 52px;
    left: 0;
    width: 16px;
    height: 16px;
  }

  /* Testimonials Section Mobile */
  .testimonials-section {
    background-color: #ffffff;
  }

  .testimonials-header {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 32px;
  }

  .testimonials-title {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: #000000;
    margin: 0;
  }

  .testimonials-navigation {
    display: none;
  }

  .testimonials-container {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-bottom: 8px;
  }

  .testimonials-container::-webkit-scrollbar {
    display: none;
  }

  .testimonial-card {
    flex: 0 0 auto;
    width: 280px;
    background-color: #1d61d51a;
    border-radius: 12px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .testimonial-quote {
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    font-style: italic;
    margin: 0;
  }

  .testimonial-separator {
    width: 100%;
    height: 2px;
    background-color: #4a90e2;
    margin-top: auto;
  }

  .testimonial-author-info {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .testimonial-avatar {
    width: 49px;
    height: 49px;
    border-radius: 50%;
    object-fit: cover;
  }

  .testimonial-author-details {
    display: flex;
    flex-direction: column;
    gap: 2px;
  }

  .testimonial-name {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
  }

  .testimonial-title {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #666666;
  }

  /* Expert Modal Styles Mobile */
  .expert-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    padding: 16px;
  }

  .expert-modal-content {
    backdrop-filter: blur(50px);
    border-radius: 12px;
    padding: 32px 20px;
    max-width: 100%;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
  }

  .expert-modal-close {
    position: absolute;
    top: 16px;
    right: 16px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.2s ease;
  }

  .expert-modal-close:hover {
    opacity: 0.7;
  }

  .expert-modal-header {
    margin-bottom: 24px;
  }

  .expert-modal-title {
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 8px 0;
  }

  .expert-modal-subtitle {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    margin: 0;
    line-height: 20px;
  }

  .expert-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .expert-form-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }

  .expert-form-label {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #ffffff;
  }

  .expert-form-input,
  .expert-form-textarea {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    padding: 10px 12px;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    color: #ffffff;
    outline: none;
    transition: border-color 0.2s ease;
  }

  .expert-form-input::placeholder,
  .expert-form-textarea::placeholder {
    color: rgba(255, 255, 255, 0.5);
  }

  .expert-form-input:focus,
  .expert-form-textarea:focus {
    border-color: #c0ff5a;
  }

  .expert-form-input.expert-form-input-error,
  .expert-form-textarea.expert-form-input-error {
    border-color: #ff4444;
  }

  .expert-form-error {
    display: none;
    color: #ff4444;
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    margin-top: 4px;
    line-height: 14px;
  }

  .expert-form-textarea {
    resize: vertical;
    min-height: 80px;
  }

  .expert-form-checkbox-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }

  .expert-form-checkbox-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 10px;
  }

  .expert-form-checkbox {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    cursor: pointer;
    accent-color: #c0ff5a;
    flex-shrink: 0;
  }

  .expert-form-checkbox-label {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    line-height: 18px;
    cursor: pointer;
  }

  .expert-form-link {
    color: #c0ff5a;
    text-decoration: underline;
  }

  .expert-form-link:hover {
    opacity: 0.8;
  }

  .expert-form-submit {
    background-color: #c0ff5a;
    color: #000000;
    border: none;
    border-radius: 8px;
    padding: 14px 24px;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s ease;
    margin-top: 4px;
    width: 100%;
  }

  .expert-form-submit:hover {
    background-color: #a8e04a;
  }

  .expert-modal-content::-webkit-scrollbar {
    width: 6px;
  }

  .expert-modal-content::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
  }

  .expert-modal-content::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 4px;
  }

  .expert-modal-content::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.5);
  }

  .talk-to-expert-cta {
    position: absolute;
    top: -32px;
    width: 234px;
    height: 56px;
    right: 0;
    background-color: #c0ff5a;
    border: none;
    border-radius: 28px 0px 0px 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    cursor: pointer;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #000000;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3), 0 2px 4px rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease;
  }

  .talk-to-expert-text {
    font-weight: 600;
    color: #000000;
  }
}
