.cs_bg_button{
    background-color: #00AD5A;
}

.cs_bg_button2{
        display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: none;
    border: 0;
    outline: 0;

    line-height: 1em;
    border-radius: 100px;
    gap: 8px;
    position: relative;
    transition: all 0.5s ease;
    background-color: #E7F6EF;
}

.cs_bg_button, .cs_bg_button2{
  padding: 10px 40px !important;
}
.cs_section_title{
    margin-bottom: 0px;
}

/* header */
.cs_site_header.cs_style_1{
    padding: 0px;
}
/* banner2 */
.banner2-card {
    padding: 25px 35px;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.banner2-card.dark {
    color: #ffffff;
   
}

.banner2_card_1_bg{
    background:url(../imgs/banner2_card_1_bg.png) no-repeat center center / cover;
}
.banner2_card_2_bg{
    background:url(../imgs/banner2_card_2_bg.png) no-repeat center center / cover;
}
.banner2-card.light {
    background-color: #F6FDF6 ; 
}

.banner2-card h3 {
    font-size: 24px; 
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1.4;
}

.banner2-card.dark h3 {
    color: #ffffff;
}

.banner2-card.light h3 {
    color: #333333;
}

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

.banner2-list li {
    position: relative;             
    padding-left: 20px;
    margin-bottom: 14px; 
    font-size: 16px; 
    line-height: 1.7;
    opacity: 0.95;
}

.banner2-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0px;
    font-size: 30px;
    line-height: 30px;
}

.banner2-card.dark .banner2-list li::before {
    color: #fff;
}
.banner2-card.light .banner2-list li::before {
    color: #02AC5A;
}

.banner2-card .card-img-container img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
}

/* Social Icons (Image Based) */
.banner2-social-icons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.banner2-social-icon-img {
    width: 48px;
    height: 48px;
    background-color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 8px; 
    transition: transform 0.2s;
    cursor: pointer;
}

.banner2-social-icon-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.banner2-social-icon-img:hover {
    transform: translateY(-3px);
}

/* Feature Grid in Light Card */
.banner2-features-grid {
    display: flex;
    flex-direction: column;
    gap: 24px 30px;
    margin-top: 20px;
}

.banner2-feature-item h4 {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.banner2-feature-item h4::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background-color: #02AC5A;
    border-radius: 50%;
    flex-shrink: 0;
}

.banner2-feature-item p {
    font-size: 13px;
    color: #333;
    padding-left: 14px;
    line-height: 1.6;
    margin-bottom: 0;
}

/* Mobile Specific Tweaks */
@media (max-width: 991px) {
    .cs_mobile_menu_top {
   background: url('../imgs/banner_top.png') no-repeat center center / cover;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
    .cs_site_header.cs_style_1{
        background: url('../imgs/banner_top.png') no-repeat center center / cover;
    }
    .banner2-feature-item p {
        padding-left: 0;
    }   
    .banner2_icon{
    max-height: 250px;
    }
    .banner2-list li{
        font-size: 14px;
        text-align: center;
    }
    .banner2-list li::before{
        display: none;
    }
    .banner2-card {
        padding: 40px 20px; 
        border-radius: 20px; 
        flex-direction: column;
    }
    .banner2-card h3 {
        font-size: 20px;
        margin-bottom: 20px;
        text-align: center;
    }
    
    .banner2-features-grid.mobile-grid {
        grid-template-columns: 1fr; 
        gap: 20px;
    }
    
    .card-img-container {
        margin-top: 30px;
    }
}

/* banner3 */
.banner3-section {
    position: relative;
    overflow: hidden;
}

.banner3-card {
    background-color: #ffffff;
    padding: 30px 80px;
     box-shadow: 0px 3px 6px 1px rgba(8, 118, 82, 0.32);

    margin: 10px; 
    height: 100%;
}

.banner3-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #333333;
}

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

.banner3-list li {
    font-size: 16px;
    color: #555555;
    margin-bottom: 10px;
    line-height: 1.6;
}


.banner3-img {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner3-img img {
    max-width: 100%;
    height: 400px; 
}

.banner3-section .cs_slider_arrow {
    width: 50px;
    height: 50px;
    background-color: #ffffff;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    transition: all 0.3s ease;
    color: #333333;
    font-size: 18px;
}

.banner3-section .cs_slider_arrow:hover {
    background-color: #02AC5A;
    color: #ffffff;
}

.banner3-section .cs_left_arrow {
    left: -20px;    
}

.banner3-section .cs_right_arrow {
    right: -20px; 
}

@media (min-width: 1400px) {
    .banner3-section .cs_left_arrow {
        left: 24px;
    }
    .banner3-section .cs_right_arrow {
        right: 24px;
    }
}


    /* Mobile Tweaks */
@media (max-width: 991px) {
    .banner5-title{
        margin-top: 20px;
    }
    .banner3-card {
        padding: 30px 20px;
        border-radius: 20px;
        margin: 20px 10px;
    }
    .banner3-title {
        font-size: 20px;
    }
    .banner3-img img {
        max-height: 250px;
    }
}

    /* banner5 */

.banner5-section {
    background:url(../imgs/banner5_bg.png);
    background-size: cover;
    background-position: center;
}

.banner5-pc-process-img {
    max-width: 80%;
    margin: 0 auto;
}

.banner5-white-card {
    margin-top: 0;
}

.banner5-faq-section-wrapper {
    position: relative;
    z-index: 10;
    margin-top: -120px;
    padding-bottom: 60px;
}

@media (max-width: 991px) {
    .banner5-faq-section-wrapper {
        margin-top: -200px;
        padding-bottom: 40px;
    }
}

.banner5-divider {
    border-top: 1px solid #EAEAEA;
    opacity: 0.8;
}

/* Accordion Specific Styling to match Design */
.banner5-faq-section .cs_accordian {
    background-color: #ffffff;
    margin-bottom: 15px;
    padding: 7px 20px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.02);
    transition: all 0.3s ease;
    cursor: pointer;
        box-shadow: 0px 2px 3px 1px rgba(8, 118, 82, 0.16);
    border-radius:  5px;
}

.banner5-faq-section .cs_accordian.active {
    background-color: #02AC5A;
    border-color: #02AC5A;
    padding-bottom: 20px;
}

.banner5-faq-section .cs_accordian .cs_accordian_head {
    padding-bottom: 0;
        display: flex;
    justify-content: space-between;
}

.cs_faq_icon_q {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #02AC5A;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 16px;
    flex-shrink: 0;
}

.banner5-faq-section .cs_accordian.active .cs_faq_icon_q {
    background-color: #ffffff;
    color: #02AC5A;
}

/* Title Styles */
.banner5-faq-section .cs_accordian_title {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    color: #333;
}

.banner5-faq-section .cs_accordian.active .cs_accordian_title {
    color: #ffffff;
}

/* Answer Box Styles */
.banner5-faq-section .cs_accordian_body {
    padding-top: 15px;
}

.cs_faq_answer_box {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 7px;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-top: 5px;
}

/* A Icon Styles */
.cs_faq_icon_a {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #02AC5A;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
    flex-shrink: 0;
    margin-top: 2px; 
}

.cs_faq_answer_box p {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    color: #333;
}

/* Toggle Icon */
.banner5-faq-section .cs_accordian_toggle {
    background-color: transparent;  
    color: #999;
    font-size: 20px;
    transition: transform 0.3s ease;
}
.banner5-faq-section .cs_accordian.active .cs_accordian_toggle {
    color: #ffffff;
    transform: rotate(180deg);  
}



.banner5-mobile-process {
    background: rgba(255,255,255,0.1);
    padding: 30px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.banner5-process-step {
    display: flex;
    align-items: center;
    gap: 15px;
    background: #ffffff;
    padding: 15px 25px;
        border-radius: 20px;
    width: 100%;
    max-width: 350px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.banner5-process-step .step-icon {
    width: 36px;
    height: 36px;
    background-color: #E7F6EF;
    color: #02AC5A;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    flex-shrink: 0;
}

.banner5-process-step .step-text {
    font-size: 16px;
    font-weight: 700;
    color: #333;
}

.banner5-mobile-process .step-arrow {
    color: rgba(255,255,255,0.5);
    margin: 10px 0;
    font-size: 14px;
}

@media (min-width: 992px) { 
    .banner5_mb_process_section{
        display: none;
    }
         .stats-row {
          margin-bottom: 50px;
      }
}

@media (max-width: 991px) {
         .stats-row {
          margin-bottom: 30px;
      }
    .banner5_mb_process_section {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .banner5_mb_process_section .cs_btn {
        width: 100%;
        max-width: 200px;
        border-radius: 50px;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
    }
    .new-section-heading h2 {
          margin-bottom: 20px;
      }
    .banner5-white-card {
        padding:0px;
    }
    .cs_mt_40{
        margin-top: 40px;
    }
}


/* banner9 */
        .new-proof-section {
          background-color: #F6fdf6; 
          padding: 50px 0;
          font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
      }

      .new-section-heading h2 {

          font-weight: 600;
          color: #333333;
      }


      .stat-item {
          text-align: center;
          position: relative;
          padding: 20px;
      }

      .stat-number {
          font-size: 40px;
          font-weight: 700;
          color: #00AD5A; 
          line-height: 1.2;
      }

      .stat-desc {
          font-size: 20px;
          color: #555555;
          margin-top: 10px;
      }
    .stat-column:not(:last-child) .stat-item::after {
        content: '';
        position: absolute;
        top: 50%;
        right: -10px;
        transform: translateY(-50%);
        width: 20px;
        background: url(../imgs/banner9_svg.png) no-repeat center center;
        background-size: contain;
        z-index: 1;
    }

    @media (max-width: 991px) {
        
        .stat-item {
            padding: 10px 0;
        }
        .stat-number {
            font-size: 24px;
        }
        .stat-desc {
            font-size: 14px;
            margin-top: 5px;
            white-space: nowrap; 
        }
        .stat-column:not(:last-child) .stat-item::after {
            width: 15px;
            height: 60px;
        }
    }
      @media (min-width: 992px) {
            .stat-column:not(:last-child) .stat-item::after {
            width: 15px;
            height: 72px;
        }
              .new-section-heading h2 {
          margin-bottom: 50px;
      }

      
      }

      .testimonial-card {
          background-image: url(../imgs/banner9_bg.png);
          background-size: cover;
          background-position: center;
          border-radius: 20px;
          padding: 12px 20px;
          color: #ffffff;
          height: 100%; 
          display: flex;
          flex-direction: column;
          justify-content: space-between;
          position: relative;
          overflow: hidden;
         gap: 0px;
      }
      .testimonial-text{
        margin-bottom: 8px;
      }

      .testimonial-text {
          font-size: 18px;
          line-height: 1.6;
          font-weight: 500;
          margin-bottom: 15px;
          position: relative;
          z-index: 2;
      }

      .testimonial-author {
          text-align: right;
          font-size: 16px;
          opacity: 0.9;
          margin-bottom: 0;
      }

      .services-section {
          padding: 80px 0;
          background-color: #ffffff;
      }

      .container {
          max-width: 1300px !important;
          margin: 0 auto;
      }

      .section-title {
          font-size: 36px;
          font-weight: 700;
          color: #333333;
          text-align: center;
          margin-bottom: 50px;
      }

      .services-grid {
          display: grid;
          grid-template-columns: 1fr 1fr;
          gap: 24px;
          margin-bottom: 40px;
      }

      .service-card {
          border-radius: 20px;
          padding: 40px;
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
      }

      .service-card-full {
          grid-column: 1 / -1;
      }

      .service-card-half {
          display: flex;
          flex-direction: column;
      }

      .dark-card {
          background: linear-gradient(135deg, #104218 0%, #062b0c 100%);
          color: #ffffff;
      }

      .card-inner {
          display: flex;
          justify-content: space-between;
          align-items: center;
          gap: 40px;
      }

      .card-content-left {
          flex: 1;
      }

      .card-content-right {
          flex-shrink: 0;
      }

      .service-card h3 {
          font-size: 24px;
          font-weight: 700;
          margin-bottom: 25px;
          padding-bottom: 15px;
          border-bottom: 1px solid rgba(255, 255, 255, 0.2);
      }

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

      .feature-list li {
          position: relative;
          padding-left: 20px;
          margin-bottom: 12px;
          font-size: 16px;
          line-height: 1.6;
          opacity: 0.95;
      }

      .feature-list li::before {
          content: '';
          position: absolute;
          left: 0;
          top: 10px;
          width: 6px;
          height: 6px;
          background-color: #ffffff;
          border-radius: 50%;
      }

      .card-illustration {
          width: 300px;
          height: 200px;
          display: flex;
          align-items: center;
          justify-content: center;
      }

      .pixel-card-visual {
          position: relative;
          width: 100%;
          height: 100%;
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
      }

      .card-icon {
          font-size: 18px;
          font-weight: 700;
          color: #ffffff;
          background: rgba(255, 255, 255, 0.1);
          padding: 15px 25px;
          border-radius: 10px;
          margin-bottom: 20px;
      }

      .platform-icons {
          display: flex;
          gap: 10px;
          flex-wrap: wrap;
          justify-content: center;
      }

      .platform-icon {
          font-size: 12px;
          padding: 5px 10px;
          background: rgba(255, 255, 255, 0.15);
          border-radius: 5px;
      }

      .support-icon {
          margin-top: 30px;
          display: flex;
          justify-content: center;
          align-items: center;
      }

      .lock-icon {
          font-size: 60px;
          width: 100px;
          height: 100px;
          display: flex;
          align-items: center;
          justify-content: center;
          background: rgba(255, 255, 255, 0.1);
          border-radius: 50%;
      }

      .social-platforms {
          display: flex;
          gap: 12px;
          flex-wrap: wrap;
          margin-top: 25px;
      }

      .platform-badge {
          width: 45px;
          height: 45px;
          background-color: #ffffff;
          color: #104218;
          border-radius: 50%;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 10px;
          font-weight: 700;
      }

      .payment-section {
          background-color: #F5FBF6;
          padding: 80px 0;
          border-radius: 30px 30px 0 0;
      }

      .section-title-light {
          font-size: 32px;
          font-weight: 700;
          color: #333333;
          text-align: center;
          margin-bottom: 50px;
      }

      .payment-content {
          display: flex;
          gap: 60px;
          align-items: flex-start;
      }

      .payment-features {
          flex: 1;
      }

      .payment-feature-item {
          margin-bottom: 30px;
      }

      .payment-feature-item h4 {
          font-size: 18px;
          font-weight: 700;
          color: #008845;
          margin-bottom: 10px;
          display: flex;
          align-items: center;
      }

      .payment-feature-item h4::before {
          content: '';
          display: inline-block;
          width: 8px;
          height: 8px;
          background-color: #008845;
          border-radius: 50%;
          margin-right: 10px;
      }

      .payment-feature-item p {
          font-size: 14px;
          color: #666666;
          line-height: 1.8;
          padding-left: 18px;
      }

      .payment-visual {
          flex: 0 0 350px;
          display: flex;
          align-items: center;
          justify-content: center;
      }

      .card-insert-visual {
          width: 100%;
          height: 400px;
          background: #ffffff;
          border: 2px dashed #008845;
          border-radius: 15px;
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          position: relative;
      }

      .card-slot {
          font-size: 80px;
          margin-bottom: 20px;
      }

      .card-number {
          font-size: 24px;
          font-weight: 700;
          color: #008845;
      }

      @media (max-width: 991px) {
          .services-section {
              padding: 40px 0;
          }

          .section-title {
              font-size: 24px;
              margin-bottom: 30px;
          }

          .services-grid {
              grid-template-columns: 1fr;
              gap: 20px;
          }

          .service-card {
              padding: 25px 20px;
          }

          .card-inner {
              flex-direction: column;
              gap: 25px;
          }

          .card-content-right {
              width: 100%;
          }

          .card-illustration {
              width: 100%;
              height: 150px;
          }

          .service-card h3 {
              font-size: 20px;
              margin-bottom: 20px;
          }

          .feature-list li {
              font-size: 14px;
          }

          .lock-icon {
              font-size: 50px;
              width: 80px;
              height: 80px;
          }

          .platform-badge {
              width: 40px;
              height: 40px;
              font-size: 9px;
          }

          .payment-section {
              padding: 40px 0;
          }

          .section-title-light {
              font-size: 22px;
              margin-bottom: 30px;
          }

          .payment-content {
              flex-direction: column;
              gap: 30px;
          }

          .payment-visual {
              flex: 1;
              width: 100%;
          }

          .card-insert-visual {
              height: 250px;
          }

          .payment-feature-item {
              margin-bottom: 25px;
          }

          .payment-feature-item h4 {
              font-size: 16px;
          }

          .payment-feature-item p {
              font-size: 13px;
          }

          .stat-number {
              font-size: 24px; 
          }
          .stat-desc {
              font-size: 12px; 
              margin-top: 5px;
          }
          .stat-item {
              padding: 10px 5px;
          }

          /* Mobile Testimonial Scroll (Carousel effect) */
          .mobile-scroll-container {
              display: flex;
              flex-wrap: nowrap;
              overflow-x: auto;
              gap: 5px;
              -webkit-overflow-scrolling: touch;
              scroll-snap-type: x mandatory;
              margin-right: -20px; 
              padding-right: 20px;
              scrollbar-width: none; 
              -ms-overflow-style: none;
          }
          
          .mobile-scroll-container::-webkit-scrollbar {
              display: none; 
          }
          
          .mobile-scroll-container .testimonial-col {
              flex: 0 0 85%;
              max-width: 85%;
              scroll-snap-align: center;
              padding-right: 0;
          }
      }


.banner10-section {
    padding: 20px 0;
}


@media (min-width: 992px) {
    .banner10-card {
        background-color: #ffffff;
        padding: 60px 80px;
      box-shadow: 0px 2px 3px 1px rgba(8,118,82,0.32);
    }
}

.banner10-form-wrapper {
    background-color: #ffffff;
    border-radius: 30px; 
    padding: 40px;
 box-shadow: 0px 2px 3px 1px rgba(8, 118, 82, 0.32);
    width: 100%;
}

.banner10-form .cs_form_field {
    background-color: #ffffff;
    border: 1px solid #E0E0E0; 
    color: #333;
    width: 100%;
    height: 52px; 
    padding: 0 20px;
    border-radius: 12px; 
    transition: all 0.3s ease;
    font-size: 15px;
}

.banner10-form .cs_form_field:focus {
    border-color: #02AC5A;
    outline: none;
    box-shadow: 0 0 0 3px rgba(2, 172, 90, 0.1);
}

.banner10-form .cs_form_field::placeholder {
    color: #9CA3AF;
}

.banner10-form label {
    font-size: 14px;
    color: #4B5563; 
    display: block;
    font-weight: 500;
}

.form-select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
}

.banner10-submit-btn {
    background-color: #00AD5A !important; 


    padding: 14px 0 !important  ;

}

.banner10-submit-btn:hover {
    background-color: #02944d !important;
}

.banner10-header h2 {
    color: #333;
}

.banner10-header p {
    color: #666;
}

@media (max-width: 991px) {
    .banner10-section {
        padding:  0;
    }
    .banner10-card {
        padding: 0;
        background: transparent;
                margin: 0 10px;
    }
    
    .banner10-form-wrapper {
        padding: 30px 25px;
        border-radius: 20px;
        background-color: #ffffff;
   box-shadow: 0px 3px 6px 1px rgba(8,118,82,0.32);
    }

    .banner10-header {
        margin-bottom: 30px;
    }

    .banner10-header h2 {
        font-size: 32px;
        margin-bottom: 10px;
    }

    .banner10-header p {
        font-size: 15px;
        line-height: 1.6;
        margin-bottom: 25px;
    }

    .banner10-header .cs_btns_group {
        display: flex;
        flex-direction: row; 
        justify-content: center;
        gap: 12px;
        margin-bottom: 40px;
    }
    
    .banner10-header .cs_btn {
        padding: 12px 20px !important;
        font-size: 14px;
        flex: 1; /* Make buttons equal width on mobile */
        max-width: 160px;
    }
}

.cs_custom_header_bg {

}
.cs_sticky_header.cs_active_sticky .cs_custom_header_bg {
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}
.cs_custom_nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 15px; 
    align-items: center;
}
.cs_custom_nav a {
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.3s ease;
    padding: 5px 24px;
        border-radius: 20px;
    display: inline-block;
}
.cs_custom_nav a:hover {
    color: #104218; 
    background-color: #E7F6EF; 
}


.cs_header_right_pill {
    background-color: #E7F6EF; 
        border-radius: 20px;
    padding: 6px 6px 6px 24px;
    display: flex;
    align-items: center;
    gap: 35px;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
}

.cs_lang_selector {
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    color: #333;
    position: relative; 
}

.cs_lang_selector i {
    font-size: 12px;
    transition: transform 0.3s;
}

.cs_lang_selector:hover {
    color: #02AC5A;
}

.cs_lang_selector:hover i {
    transform: rotate(180deg);
}


.cs_lang_dropdown {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    padding: 8px 0;
    list-style: none;
    min-width: 110px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    margin-top: 5px;
    z-index: 100;
}


.cs_lang_dropdown::before {
    content: '';
    position: absolute;
    top: -15px;
    left: 0;
    width: 100%;
    height: 15px;
    background: transparent;
}

.cs_lang_selector:hover .cs_lang_dropdown {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}

.cs_lang_dropdown li {
    margin: 0; 
}

.cs_lang_dropdown li a {
    display: block;
    padding: 8px 20px;
    color: #666;
    text-decoration: none;
    font-size: 14px;
    white-space: nowrap;
    transition: all 0.2s;
    text-align: center;
}

.cs_lang_dropdown li a:hover {
    color: #02AC5A;
    background-color: #f5fbf8;
}

.cs_lang_dropdown li a.active {
    color: #02AC5A;
    font-weight: 500;
}

.cs_contact_link_header {
    color: #333;
    text-decoration: none;
    font-weight: 600;
}

.cs_header_login_btn {
    background-color: #163D03; 
    color: #ffffff !important;
     padding: 5px 40px;
    border-radius: 30px;
    text-decoration: none;
    transition: opacity 0.3s;
}
.cs_header_login_btn:hover {
   background-color: #00B665;
}


.cs_mobile_burger {
    background: none;
    border: none;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
}


.cs_mobile_menu_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #ffffff;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    transform: translateY(-100%);
    transition: transform 0.4s ease-in-out;
    overflow-y: auto;
}

.cs_mobile_menu_overlay.active {
    transform: translateY(0);
}



.cs_mobile_login_pill {
    background-color: #E7F6EF;
    color: #000;
    padding: 2px 30px;
    border-radius: 20px;
    font-size: 13px;
    text-decoration: none;
    margin-left: auto; 
    margin-right: 15px;
}

.cs_mobile_close_btn {
    background: none;
    border: none;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
}

/* Mobile Menu Content */
.cs_mobile_menu_content {
    padding: 40px 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cs_mobile_lang_row {
    margin-bottom: 20px;
    color: #000;
    display: flex;
    flex-direction: column;
    align-items: center; 
    gap: 8px;
    font-size: 18px;
    cursor: pointer;
    width: 100%;
    transition: all 0.3s ease;
}

.cs_mobile_lang_row .cs_lang_trigger {
    display: flex;
    align-items: center;
    justify-content: center; 
    gap: 8px;
    width: 100%;
}

.cs_mobile_lang_row i {
    font-size: 14px;
    transition: transform 0.3s ease;
}

.cs_mobile_lang_row.active i {
    transform: rotate(180deg);
}

.cs_mobile_lang_dropdown {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, margin 0.3s ease;
    background-color: #f5fdf9;
    border-radius: 8px;
    text-align: center; 
}

.cs_mobile_lang_row.active .cs_mobile_lang_dropdown {
    max-height: 200px;
    margin-top: 5px;
}

.cs_mobile_lang_dropdown li a {
    display: block;
    padding: 12px 20px;
    color: #104218;
    font-size: 16px;
    text-decoration: none;
    border-bottom: 1px solid rgba(16, 66, 24, 0.05);
}

.cs_mobile_lang_dropdown li:last-child a {
    border-bottom: none;
}

.cs_mobile_nav_list {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}
.cs_mobile_nav_list li {
    margin-bottom: 10px;
}
.cs_mobile_nav_list a {
    color: #000;
    font-size: 18px;
    text-decoration: none;
}

.cs_mobile_bottom_btns {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.cs_mobile_btn_primary {
    display: block;
    width: 100%;
    background-color: #02AC5A; /* Green */
    color: #ffffff;
    padding: 12px;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
}

.cs_mobile_btn_secondary {
    display: block;
    width: 100%;
    background-color: #E6F3EB; /* Light Green */
    color: #02AC5A;
    padding: 12px;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
}

.cs_custom_footer {
    background-color: #163D03; 
    color: #ffffff;
    padding:20px;
    font-size: 14px;
}

.cs_footer_offices {
    display: flex;
    justify-content: center; 
    align-items: center;
    gap: 20px;
    font-size: 14px;
    margin-bottom: 8px;
}
.cs_footer_offices i {
    margin-right: 5px;
}
.cs_footer_divider {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    width: 280px;
    margin: 0 auto 8px auto; 
}

/* Mobile Footer Tweaks */
@media (max-width: 991px) {
    .cs_custom_footer {
        padding: 20px 0;
    }
    .cs_footer_offices {
        justify-content: center;
        flex-wrap: wrap;
        gap: 15px;
        font-size: 15px;
        margin-bottom: 8px;
    }
    .cs_footer_divider {
        width: 100%; 
        max-width: 300px;
        margin: 0 auto 8px auto;
    }
}

/* Updated Banner5 Background */
.banner5-section {
    background: url(../imgs/banner5_bg.png);
    background-size: cover;
    background-position: center;
    padding-bottom: 190px;
}

@media (max-width: 991px) {
    .banner_5_faq_section{
             padding: 30px 20px;
             background: #FFFFFF;
box-shadow: 0px 3px 6px 1px rgba(8,118,82,0.32);
border-radius:  20px;
        margin: 0 10px;
    }
    .banner5-divider{
        display: none;
    }
    .cs_mt_30{
        margin-top: 30px;
    }
        .cs_brands_list img{
        max-width: 120px;
        max-height: 50px;
    }
    .banner3-list li{
        text-align: center;
    }
    .banner2-feature-item h4::before{
        display: none;
    }
    .banner2_icon_meta2{
        max-height: 120px;
    }
    .w-100-mobile {
        width: 100%;
    }
    .cs_mb_40 {
        margin-bottom: 40px;
    }
    .cs_mb_lg_0 {
        margin-bottom: 0;
    }
    .cs_mobile_burger_img{
        height: 28px;
    }
      .cs_section_heading{
        margin: 37px 0 20px;
    }
        .cs_hero.cs_style_3 .cs_hero_content{
        background-image: url(../imgs/banner_bg2.png) !important;
        padding-top: 90px;
        padding-bottom: 0px;
    }
        .cs_site_header.cs_style_1 .cs_main_header_in{
    height: 55px;
}
    .banner5-section {
        padding-bottom: 250px;
        padding-top: 25px;
    }
    .cs_fs_40{
        font-size: 34px;
    }
    .cs_fs_20{
        font-size: 14px;
    }
    .row.cs_gap_y_40{
        flex-direction: column-reverse;
    }
    .cs_site_branding{
        display: block;
    }
    .cs_site_branding{
        height: 42px;
    }
       .cs_fs_23{
        font-size: 23px;
    }

}
    .banner3_border{
        border: 1px solid #EAEAEA;
        margin: 20px 0;;
    }

@media (min-width: 991px){
    .banner2-card,.banner3-card,.banner5-white-card,.banner10-card{
    border-radius: 30px;
}
    .cs_fs_30{
    font-size: 40px;
}
    .banner2_card_1_bg{
    padding: 25px 35px 0px;
}
    .banner2_card_1_content{
        margin-bottom: 25px;
    }
    .banner5-white-card {
    background-color: #ffffff;
}
    .banner5-white-card {
 
    padding: 60px;
        box-shadow: 0px 2px 3px 1px rgba(8, 118, 82, 0.32);
}
        .cs_brands_list img{
        max-width: 150px;
        max-height: 60px;
    }
    .cs_main_header_in{
        padding: 0px !important;
    }
.cs_site_header.cs_style_1{
    // background: url('../imgs/banner_top@3x.png') no-repeat center center / cover;
    background-color: #163D03;
}
 

.cs_site_header.cs_style_1 .cs_main_header_in{
    height: 69px;
    flex-wrap: nowrap;
}
    .cs_hero.cs_style_3 .cs_hero_content{
        background-image: url(../imgs/banner_bg1.png) !important;
        padding-top: 150px;
        padding-bottom: 0px;
    }
    .cs_pt_60{
        padding-top: 60px;
    }
  .banner2_social_icon_img{
    height: 60px;
  }
    .cs_site_branding{
        height: 45px;
    }
    .banner2_lock_icon{
        width: 42%  ;
        display: flex;
        align-items: center;
    }
    .cs_section_heading{
        margin: 45px 0 30px;
    }

 .cs_site_header.cs_style_1 .cs_main_header_center,.cs_site_header.cs_style_1 .cs_main_header_right{
    display: flex !important;
}
 .cs_header_mb{
    display: none !important;
 }
}
.cs_hero_desc p{
   margin: 0px;
}

.cs_hero.cs_style_3{
    padding: 0px;
}
.cs_hero.cs_style_3::before{
    display: none;
}

.cs_fixed_contact_btn {
    position: fixed;
    right: 40px;
    bottom: 50px; 
    background-color: #00ae5b;
    color: #fff !important;
    padding: 0px 25px;
        border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 600;
    font-size: 16px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    text-decoration: none;
    transition: all 0.3s ease;
}
.cs_fixed_contact_btn_img{
    height: 45px;
}
.cs_fixed_contact_btn:hover {
    background-color: #00AD5A;
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

/* Mobile: Circular button with icon only */
@media (max-width: 991px) {
        br {
        display: block;
    }
    .banner2_card_1_bg{
    padding-bottom: 0px;
}
    .cs_fixed_contact_btn {
        right: 15px;
        bottom: 15px;
        width: 50px;
        height: 50px;
        padding: 0;
        justify-content: center;
        border-radius: 50%;
    }
    .cs_fixed_contact_btn span {
        display: none;
    }
    .cs_fixed_contact_btn_img {
        height: 45px;
    }
}



.cs_scrollup.cs_scrollup_show{
  display: none;   
}
.cs_horizontal_slider_wrapper.cs_type_1{
    padding: 30px 50px;
}


