/* mobile navbar  */
@media screen and (max-width: 1283px) {
  /* navbar responsive  */
  /* =============navbar======== */
  /* Show hamburger */
  .burger-icon {
    display: flex;
    width: 2.3rem;
    height: 2.5rem;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    z-index: 1001;
    display: block !important;
    display: flex !important;
  }

  .burger-icon div {
    height: 1.8px;
    background-color: #efe5dd;
    transition: 0.4s;
    border-radius: 4rem;
  }

  /* Hamburger toggle animations */
  #menu-toggle:checked ~ .navbar .burger-icon div:nth-child(1) {
    transform: translateY(3px) rotate(45deg);
    background-color: var(--green);
  }

  #menu-toggle:checked ~ .navbar .burger-icon div:nth-child(2) {
    opacity: 0;
  }

  #menu-toggle:checked ~ .navbar .burger-icon div:nth-child(3) {
          transform: translateY(-20px) rotate(-45deg);
    background-color: var(--green);
  }

  .btn-mobile {
    display: none;
  }
  /* Slide down/up mobile menu */
  nav {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background-color: #204d52;
    transform: translateY(-101%);
    transition: transform 0s ease-in-out;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
    padding: 5rem 2rem;
  }

  #menu-toggle:checked ~ .navbar nav {
    transform: translateY(0);
  }

  nav ul {
    flex-direction: column;
    gap: 35px;
  }

  .deskto-mobile-btn {
    display: none;
  }
  /* Show mobile nav button */
  .mobile-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
  }

  /* Hide desktop nav button */
  .nav-btn.desktop-btn {
    display: none;
  }

  /* Show social icons in mobile menu */

  .mobile-social-icons img {
    width: 20px;
    height: 20px;
  }

  .mobile-social-icons {
    display: flex;
    align-items: center;
    gap: 2rem; 
  }
  .fb-mobile {
    width: 27px !important;
    height: 19px !important;
  }

  /* Animate menu items on open */
  nav ul li,
  .mobile-btn,
  .mobile-social-icons {
    opacity: 0;
    transform: translateY(-20px);
    transition: opacity 0.4s ease, transform 0.4s ease;
  }

  #menu-toggle:checked ~ .navbar nav ul li:nth-child(1) {
    transition-delay: 0.1s;
    opacity: 1;
    transform: translateY(0);
  }

  #menu-toggle:checked ~ .navbar nav ul li:nth-child(2) {
    transition-delay: 0.2s;
    opacity: 1;
    transform: translateY(0);
  }

  #menu-toggle:checked ~ .navbar nav ul li:nth-child(3) {
    transition-delay: 0.3s;
    opacity: 1;
    transform: translateY(0);
  }

  #menu-toggle:checked ~ .navbar nav ul li:nth-child(4) {
    transition-delay: 0.4s;
    opacity: 1;
    transform: translateY(0);
  }

  #menu-toggle:checked ~ .navbar nav ul li:nth-child(5) {
    transition-delay: 0.5s;
    opacity: 1;
    transform: translateY(0);
  }

  #menu-toggle:checked ~ .navbar nav ul li:nth-child(6) {
    transition-delay: 0.6s;
    opacity: 1;
    transform: translateY(0);
  }

  #menu-toggle:checked ~ .navbar nav ul li:nth-child(7) {
    transition-delay: 0.7s;
    opacity: 1;
    transform: translateY(0);
  }
  #menu-toggle:checked ~ .navbar nav ul li:nth-child(8) {
    transition-delay: 0.8s;
    opacity: 1;
    transform: translateY(0);
  }
  #menu-toggle:checked ~ .navbar nav ul li:nth-child(9) {
    transition-delay: 0.9s;
    opacity: 1;
    transform: translateY(0);
  }
  #menu-toggle:checked ~ .navbar nav ul li:nth-child(10) {
    transition-delay: 1s;
    opacity: 1;
    transform: translateY(0);
  }

  #menu-toggle:checked ~ .navbar nav .mobile-btn {
    transition-delay: 0.8s;
    opacity: 1;
    transform: translateY(0);
  }

  #menu-toggle:checked ~ .navbar nav .header-social-iconss {
    transition-delay: 0.9s;
    opacity: 1;
    transform: translateY(0);
  }

  /* Hide desktop menu on mobile */
  nav ul {
    display: flex;
  }

  .logo img {
    height: 56px;
    width: 118px;
  }
  /* .navbar {
    padding: 0rem 2rem;
  } */
}
@media (max-width: 768px) {
  /* html {
    font-size: 48%;
  } */
  h2 {
    font-size: 2.8rem;
  }
  h5 {
    font-size: 1.6rem;
    font-family: "mon-Medium";
  }
  h4 {
    font-size: 1.8rem; 
}
  p{
    font-size: 1.4rem  ;
    line-height: 2.5rem;
  }
  p span{
    font-size: 1.4rem;
  }
  .banner .wrapper h1 {
    font-size: 2.8rem;
    line-height: 3.5rem; 
  }
  .barnner-desktop {
    display: none;
  }
  .barnner-mobile {
    display: block;
  }
  /* ============= */
  /* ============= */

  .wrapper-heading {
    margin: auto;
    padding: 4rem 2rem 0rem 2rem;
  }

  .wrapper {
    margin: auto;
    padding: 4rem 2rem;
  }

  .grid-two-cols {
    grid-template-columns: 1fr;
  }

  .grid-three-cols {
    grid-template-columns: 1fr;
  }

  .grid-four-cols {
    grid-template-columns: 1fr;
  }

  .grid-five-cols {
    grid-template-columns: 1fr;
  }
  .value-brand-box .grid-three-cols {
    grid-template-columns: 1fr;
  }
  .wrapper-heading {
    padding: 4rem 2rem;
  }
  .wrapper {
    padding: 4rem 2rem;
  }
  /* ==================== */
  /* ==================== */
  /* ==================== */
  /* ==================== */
  .ttu-btn{
    font-size: 1.4rem !important;
  }
  .text-item{
    font-size: 1.6rem;
  }
  .dot {
    width: 1.5rem;
    height: 1.5rem; 
}
.moving-text .wrapper {
    padding: 3rem 0rem;
}
.fb3-img a img {
  width: 57px;
  height: 40px;
}
.mana-web{
  width: 76px !important;
  height: 50px !important;
}
.faq-number, .faq-heading-text{
  font-size: 1.6rem;
}
/* ============== */
/* ============== */
  .ethos-bg-2, .ethos-bg-3 {  
   padding:8rem 2.8rem; 
}
.ethos-bg-1::before, .ethos-bg-2::before, .ethos-bg-3::before { 
  height: 100% !important; 
}
.ethos-data ul li { 
    font-size: 1.4rem; 
}
.ethos-bg-1 {
    background-image: url(assets/mobile-ethos.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 2rem;
    width: 100%;  
    height: 570px;
    padding:8rem 2.8rem;
    position: relative;
    overflow: hidden;
}
.we-solve-bottom h6{
  font-size: 1.6rem;
}
/* ============== */
/* ============== */


/* ============== */
/* ============== */
.director-name { 
    font-size: 1.8rem; 
}
.director-desc { 
    font-size: 1.4rem; 
}
.director-info { 
    padding: 3rem;
}
/* ============== */
/* ============== */
/* ==================== */
/* ==================== */
.sr-heading h4{
  font-size: 2.1rem;
}
.ar-box p {
    font-size: 1.4rem; 
}
.ar-box { 
    gap: 1rem;
}
.vision .wrapper-heading h4{
  font-size: 1.8rem;
}
.vd-left h3{
  font-size: 1.6rem;
}
.vd-left-1, .vd-left-2, .vd-left-3 {
    margin-bottom: 1rem;
}
/* ==================== */
/* ==================== */
  /* =========heading link======== */
  nav ul li a {
    font-size: 1.6rem !important;
  }
  .ttu-btn {
    display: block;
    background-color: var(--green);
    padding: 1.5rem 4.5rem;
    border-radius: 33rem;
  }

  .banner .wrapper h1 {
    padding-bottom: 5rem;
  }
  .who-we-are .grid-two-cols {
    grid-template-columns: 1fr;
  }
  .we-dont {
    display: block;
  }
  /* =========faq========= */
/*  
  .faq-content {
    margin: 2px 0px;
  }
  .faq-header {
    margin: 0px 20px;
  }
  .faq-header-first {
    margin-bottom: 3rem;
  } */
     .faq-number,
  .faq-heading-text {
    font-size: 1.6rem; /* mobile */
  }

  .faq-item.active .faq-number,
  .faq-item.active .faq-heading-text {
    font-size: 1.6rem; /* optional: active size on mobile, tweak if needed */
  }

  .faq-text {
    font-size: 1.4rem; /* mobile */
  }

  /* optional: reduce paddings/margins for small screens */
  .faq-header {
    margin: 0 20px;
  }
  .faq-content {
    margin: 0 12px;
    padding: 0 12px;
  }
  /* =====contact us ======== */
  .contact-box {
    text-align: center;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    border-bottom-left-radius: 0rem;
    padding: 3rem;
  }
  .contact-box h2{
    text-align: left;
    padding-bottom: 3rem;
  }
  .cfi-message { 
    height: 70px;
}
  .contact-box h1 {
    width: 100%;
  }
  .contact-box p {
    text-align: justify;
    width: 100%;
  }
  .contact-input-flex {
    flex-direction: column;
  }
  .custom-select-wrapper {
    width: 100%;
  }
  .contact-box-right {
    padding: 3rem;
    border-bottom-left-radius: 2rem;
    border-top-right-radius: 0rem;
  }
  .ca-agree {
    align-items: self-start;
    justify-content: start;
    gap: 0rem;
    flex-direction: column;
  }
  .contact-box h5{
    display: none;
  }
  .ca-agree p { 
    font-size: 1.2rem; 
}
.ca-agree a {
    font-size: 1.2rem; 
}
.contact-agreement { 
    gap: 1.5rem;   
}
.contact-button h6 { 
    font-size: 1.4rem; 
}
 
  /* =========fotter=======  */
  .footer-box4-mobile{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2.5rem;
  }
  footer {
    text-align: center;
  }
  footer .grid-four-cols {
    grid-template-columns: 1fr;
  }
  .footer-box2 p{
    text-align: center;
  }
  .footer-box3 p{
    text-align: center;
  }
  .footer-box1 {
    display: none;
  }
  .footer-box3 ul {
    flex-direction: column;
  }
  .footer-box4 {
    display: none;
  }
  .fb3-img {
    justify-content: center;
  }
  .footer-box2 p {
    font-size: 1.6rem;
  }
  .footer-box3 p {
    font-size: 1.6rem;
  }
  .footer-box3 {
    margin-top: 2rem;
  }
  .mobile-fb-3 {
    font-size: 1.4rem !important;
    font-family: "bozon-bold";
  }
  .footer-box3 ul {
    gap: 3rem;
  }
  .f-gmes-icon {
    width: 135px;
  }
  .subfooter-box {
    flex-direction: column;
    gap: 3rem;
  }
  .subfooter-box div p { 
    text-align: center;
}
  .footer-sub-company {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
 
 
  .subfooter-box {
    padding: 3rem 2.8rem;
  }
  /* =======banner======= */
  /* .banner {
    background-position: 42% 50%;
  } */
  .banner-data {
    top: 45%;
  }
  .banner {
    background-image: url("assets/mobile-bus.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: var(--white);
    min-height: 90vh;
    position: relative;
    margin: 1rem;
    border-radius: 2rem;
  }
  .banner-data a {
    font-size: 1.2rem;
    color: var(--white);
    background-color: var(--green);
    padding: 1.8rem 3rem;
    display: inline-flex;
    border-radius: 33rem;
    text-transform: uppercase;
    font-family: para-font;
}
  /* =======ethos======= */
  .ethos-slider .owl-next {
    top: 0.1rem;
    font-size: 2.5rem !important;
  }
  .ethos-slider .owl-prev {
    top: 0.1rem;
    font-size: 2.5rem !important;
  }
  .ethos-slider .owl-nav {
    right: 2rem;
    padding: 2.2rem 5rem;
    bottom: -7rem;
  }
  .ethos-bg-1 {
    background-position: 83%;
  }

  /* ==========director====== */
  .director {
    position: relative;
    width: 100%;
  }
  .director .wrapper {
    padding-top: 8rem;
  }
  .director-card.active {
    flex: 2.2;
  }
  .director-img {
    object-position: top;
  }
  .director .grid-two-cols{
      grid-template-columns: 1fr;
}
.director-left p {
    width: 100%;
}
  /* ========the problem we solve====== */
  .wsb-box-main {
    display: none;
  }
  .wsb-mobile-box {
    display: block;
  }
  .wmb-data {
    background-color: var(--l-green);
    padding: 4rem 2rem;
    border-radius: 2.5rem;
    text-align: center;
    margin-top: 4rem;
  }
  .wmb-data img {
    width: 90.76px !important;
    height: 90.76px !important;
    margin: 0 auto;
  }
  .wmb-data p {
    padding-top: 3rem;
    text-align: center;
  }
  .wmb-dat1 {
    padding: 4rem 3rem;
  }
  .wsb-mobile-box .owl-theme .owl-dots .owl-dot.active span,
  .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--green) !important;
  }
  .wsb-mobile-box .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 25px !important;
  }
  .wsb-mobile-box .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: rgba(1, 71, 53, 0.2) !important;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 0.2s ease;
    border-radius: 30px;
  }
  /* =======solution======= */
  .solution .grid-two-cols {
    grid-template-columns: 1fr;
  }
  .solution-left .grid {
    gap: 2rem;
  }
  .solution .s1-heading {
    display: none;
  }
  .solution .s2-heading {
    display: block;
  }
  .solution-left {
    display: none;
  }
  .solution-left-mobile {
    display: block;
  }
  .solution-left-mobile {
    position: relative;
    overflow: hidden;
  }
  .sl-mobile {
    background-color: var(--l-green);
    padding: 3rem;
    border-radius: 2.5rem;
    height: 250px;
  }
  .sl-mobile h5 {
    font-family: "bold-font";
    font-size: 1.6rem;
  }
  .sl-mobile p {
    font-family: "mon-Medium"; 
    padding-top: 3rem;
  }
  .solution-left-mobile .owl-theme .owl-dots .owl-dot.active span,
  .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--green) !important;
  }
  .solution-left-mobile .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 25px !important;
  }
  .solution-left-mobile .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: rgba(1, 71, 53, 0.2) !important;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 0.2s ease;
    border-radius: 30px;
  }
  .mobile-hide {
    display: none;
  }
  .mobile-show {
    display: block;
  }
  .os-btn {
    margin-top: 56%;
  }
  .sr-heading { 
    margin-top: 3rem;
}
  .os-btn a {
    font-size: 1.2rem;
    font-family: "mon-Medium";
  }
  .solution-right a {
    padding: 1.4rem 2rem;
  }
  .sr-heading p {
    display: flex;
    align-items: center;
    justify-content: center;
    height:42%;
    font-size: 1.4rem;
  }

  /* =======benefits======= */
  .benefits-data {
    margin-top: 6rem;
    flex-direction: column;
    gap: 3rem;
  }
  .bd-right {
    width: 100%;
  }
  .bd-right .owl-next {
    top: -0.1rem;
  }
  .bd-right .owl-prev {
    top: -0.1rem;
  }

  /* =========benifits mobile============ */
  /* =========benifits mobile============ */
  /* =========benifits mobile============ */
  /* =========benifits mobile============ */
  /* ================== BENEFITS SECTION ================== */

  .benefits {
    width: 100%;
    margin-top: 2rem;
  }

  .benefits-bg {
    background-image: url(assets/benefits.png);
    background-size: cover;
    background-position: center;
    border-radius: 2rem;
            min-height: 680px;
    padding: 4rem 5rem;
    position: relative;
    overflow: hidden;
  }

  .benefits-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 2rem;
    background: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.85) 0%,
      rgba(0, 0, 0, 0.55) 40%,
      rgba(0, 0, 0, 0.2) 70%,
      rgba(0, 0, 0, 0) 100%
    );
    z-index: 0;
  }

  /* ================== TOP TABS ================== */

  .benefits-btn {
    position: relative;
    z-index: 2;
    display: flex;
    gap: 2rem;
  }

  .benefits-btn button {
    position: relative;
    background: var(--dark-green);
    padding: 1.4rem 3rem;
    border-radius: 50rem;
    border: none;
    color: #fff;
    font-size: 1.2rem;
    text-transform: uppercase;
    cursor: pointer;
    font-family: "mon-Medium";
    letter-spacing: 0.05em;
  }

  /* active tab bg */
  .benefits-btn .tab-btn.active {
    background: var(--green);
  }

  /* 🔽 Arrow only on active tab  */
  .benefits-btn .tab-btn::after {
    content: none;
  }

  .benefits-btn .tab-btn.active::after {
    content: "\EA4E";
    font-family: "remixicon";
    position: absolute;
    right: 2.4rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.8rem;
  }

  /* ================== CONTENT LAYOUT ================== */

  .benefits-data {
    margin-top: 12rem;
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .bd-left h5 {
    color: var(--green);
    font-size: 1.6rem;
    margin-bottom: 1rem;
    font-family: "mon-Medium";
  }

  .bd-left h2 {
    color: #fff;
    font-size: 2.8rem;
    line-height: 1.3;
  }

  .bd-right {
    width: 55%;
  }

  /* ================== SLIDER CARDS ================== */

  .bgr-data {
    background: #fff;
    padding: 4rem;
    border-radius: 2rem;
    min-height: 165px;
    display: flex;
    align-items: center;
  }

  .bgr-data p {
    font-size: 1.6rem;
    color: rgba(1, 71, 53, 0.8);
    text-align: center;
    font-family: "mon-Medium";
  }

  /* ================== TABS CONTENT ================== */

  .tab-content {
    display: none;
  }

  .tab-content.active {
    display: block;
  }

  /* ================== OWL NAV – DESKTOP ================== */

  .bd-right .owl-nav {
    position: absolute;
    right: 0rem;
    bottom: -10rem !important;
    background-color: var(--green);
    padding: 0rem 0.5rem;
    border-radius: 33rem;
    color: var(--white);
            height: 38px !important;
        width: 80px !important;
  }

  .bd-right .owl-prev,
  .bd-right .owl-next {
    font-size: 2rem !important;
    position: absolute;
    top: 0.5rem;
    border: none !important;
    background-color: transparent !important;
  }

  .bd-right .owl-prev {
    left: 0rem;
  }

  .bd-right .owl-next {
    right: 0rem;
  }

  /* disabled arrows */
  .bd-right .owl-prev.disabled,
  .bd-right .owl-next.disabled {
    opacity: 0.4;
  }

  /* OPTIONAL helper classes (agar use kar rahe ho) */
  .bd-left-mobile-hide {
    display: none;
  }

  .bd-left-desktop-hide {
    display: block;
    z-index: 99;
    position: relative;
    margin-bottom: 5rem;
  }

  /* ================== MOBILE STYLES ================== */

 
       .benefits-bg {
        padding: 4rem 3rem;
    }

    .benefits-data {
      margin-top: 4rem;
      flex-direction: column;
      align-items: flex-start;
      gap: 3rem;
    }

    .bd-left h2 {
      max-width: 100%;
    }

    .bd-right {
      width: 100%;
    }

    /* buttons stacked like screenshot */
    .benefits-btn {
      flex-direction: column;
      width: 100%;
      background-color: var(--dark-green);
      border-radius: 2.3rem;
    }

    /* base state: all transparent, active ka green upar */
    .benefits-btn .tab-btn {
      width: 100%;
      text-align: center;
      padding: 1.6rem 2.6rem;
      background: transparent;
      z-index: 1;
    }

    /* active tab: green bg + top layer */
    .benefits-btn .tab-btn.active {
      background: var(--green);
      z-index: 2;
    }

    /* overlap effect */
    .benefits-btn .tab-btn + .tab-btn {
      margin-top: -1.2rem;
    }

       .bgr-data {
        padding: 3rem 2rem;
    }

    .bgr-data p {
      font-size: 1.4rem;
    }

    /* owl arrows round buttons bottom mein */
    .bd-right .owl-nav {
      position: absolute !important;
      margin-top: 3rem;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 0rem 0rem;
      border-radius: 999px;
      background-color: var(--green);
    }

    .bd-right .owl-prev,
    .bd-right .owl-next {
      position: static !important;
      width: 4rem;
      height: 4rem;
      border-radius: 50%;
      background: transparent !important;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 2.2rem !important;
    }
 

  /* =========benifits mobile============ */
  /* =========benifits mobile============ */
  /* =========benifits mobile============ */
  /* =========benifits mobile============ */
  /* =========benifits mobile============ */
  /* =====proof===== */
  .proof .wrapper-heading h2 {
    max-width: 100%;
  }
  .proof-slider .owl-prev {
    top: 121px;
    width: 30px;
    height: 30px;
  }
  .proof-slider .owl-next {
    top: 121px;
    width: 30px;
    height: 30px;
  }
  .proof-data {
    max-width: 100%;
  }
  .proof-slider {
    margin-top: 0rem;
  }
  .privacy-bg {
    height: 200px;
  }
  .shape-box {
    display: none;
  }
  .proof-data h3 {
    width: 80%;
    margin: 0 auto;
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
  .proof-slider .owl-nav {
    top: -40%;
  }
  #proof .proof-arrow {
    width: 15px;
    height: 15px;
    object-fit: contain;
    cursor: pointer;
    margin-top: 0.5rem;
  }
  .proof-slider .owl-dot span {
    width: 10px !important;
    height: 10px !important;
  }
  /* ==============value proposition seciton========== */
  /* ==============value proposition seciton========== */
  /* ==============value proposition seciton========== */
  /* ==============value proposition seciton========== */
  .value-section-mobile {
    margin-top: 2rem;
  }
  .ov-heading-right p {
    padding-bottom: 3rem;
  }
  /* WRAPPER BOX */
  .accordion-item-mobile {
    margin-bottom: 1.8rem;
  }

  /* HEADER */
  .accordion-header-mobile {
    width: 100%;
    background: rgba(1, 71, 53, 0.1);
    border-radius: 1.4rem;
    font-size: 1.6rem;
    font-family: "bold-font";
    text-transform: uppercase;
    color: #004a3b;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 3rem;
  }

  /* ACTIVE HEADER */
  .accordion-header-mobile.active-mobile {
    background: #05a587;
    color: #ffffff;
    padding: 3rem;
  }

  /* ARROW */
  .arrow-mobile {
    width: 18px;
    height: 18px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="%23014735" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"><polyline points="18 15 12 9 6 15"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    transition: transform 0.3s ease, filter 0.3s ease;
  }

  /* ARROW ROTATE */
  .accordion-header-mobile.active-mobile .arrow-mobile {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"><polyline points="18 15 12 9 6 15"/></svg>');
    transform: rotate(180deg);
  }

  /* CONTENT */
  .accordion-content-mobile {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.4s ease, opacity 0.3s ease;
  }

  .accordion-content-mobile.active-mobile {
    max-height: 700px; /* Enough height for your content */
    opacity: 1;
    margin-top: 3rem;
  }

  /* IMAGE */
  .acc-img-mobile img {
    width: 100%;
    height: 210px;
    border-radius: 1.4rem;
    object-fit: cover;
    margin-bottom: 1.6rem;
  }

  /* LIST */
  .acc-list-mobile {
    padding-left: 2rem;
  }

  .acc-list-mobile li {
    font-size: 1.4rem;
    color: #014735cc;
    line-height: 2.6rem;
    margin-bottom: 1.2rem;
    list-style: disc;
    font-family: "mon-Medium";
  }

  /* ====== */
  .value-section {
    display: none;
  }
  .value-section-mobile {
    display: block;
  }
  /* ========advantage====== */
  /* ========advantage====== */
  /* ========advantage====== */
  /* ========advantage====== */
  /* ========advantage====== */
  .advantage .grid-two-cols {
    grid-template-columns: 1fr;
  }
  .adv-desktop {
    display: none;
  }
  .adv-mobile {
    display: block;
  }
  /* ========our future vision====== */
  /* ========our future vision====== */
  /* ========our future vision====== */
  /* ========our future vision====== */
  .vd-left{
  order: 2;
}
.vd-right{
  order: 1;
}
.vd-right img{
  width: 100%;
  margin-top: 0rem;
}
/* ========= */
 
 
}
@media only screen 
  and (min-width: 768px) 
  and (max-width: 1366px) {
    /* ============ */
     h2 {
    font-size: 3rem;
  }
  h5 {
    font-size: 1.6rem;
    font-family: "mon-Medium";
  }
  h4 {
    font-size: 1.8rem; 
}
  p{
    font-size: 1.6rem  ;
    line-height: 2.5rem;
  }
  p span{
    font-size: 1.6rem;
  }
    /* ============ */
      .ttu-btn {
      display: block;
    background-color: var(--green);
    padding: 1.5rem 4.5rem;
    border-radius: 33rem;
}
/* ====banner==== */
.shape-box { 
    width: 56%; 
}
.banner .wrapper h1 {
    font-size: 3.8rem; 
}
/* ======ethos======= */
.ethos-slider .owl-next, .ethos-slider .owl-prev { 
    top: 0.2rem; 
}
.ethos-bg-1 { 
    background-position: 100%; 
}
/* ======director====== */
.director .grid-two-cols {
    grid-template-columns: 0.5fr 1fr;
}
.director-info { 
    padding: 2rem 2rem 5rem 2rem;
}
/* =======we-solve====== */
.we-solve .grid{
  gap: 3rem;
}
.wsb-box-data { 
    padding: 2rem; 
}
/* ========value proposition section======= */
.value-text li { 
    font-size: 1.6rem; 
}
.solution-left .grid {
    gap: 1.5rem;
}
.solution-left-box { 
    padding: 2rem; 
}
.solution .grid-two-cols {
    grid-template-columns: 1.5fr 1fr;
}
.solution-left-box h5 { 
    font-size: 1.6rem;
}
.solution-left-box p { 
    font-size: 1.4rem; 
}
/* =====benefits========= */
.benefits-data { 
    gap: 2rem;
}
.bgr-data { 
    padding: 2rem; 
}
.bd-right  .owl-next, .bd-right  .owl-prev { 
    top: 0.2rem; 
}
/* ========advantage======= */
.advantage-right .grid{
  gap: 2rem;
}
.ar-box p{
  font-size: 1.6rem;
}
.vd-left-1, .vd-left-2, .vd-left-3 {
    margin-bottom: 2rem;
}
.ca-agree { 
    align-items: self-start; 
    gap: 0rem; 
    flex-direction: column;
}
.contact-agreement { 
    gap: 2rem; 
}
}
@media only screen 
  and (min-width: 600px)
  and (max-width: 1366px)
  and (orientation: portrait) {
h2 {
    font-size: 2.8rem;
  }
  h5 {
    font-size: 1.6rem;
    font-family: "mon-Medium";
  }
  h4 {
    font-size: 1.8rem; 
}
  p{
    font-size: 1.4rem  ;
    line-height: 2.5rem;
  }
  p span{
    font-size: 1.4rem;
  }
  .banner .wrapper h1 {
    font-size: 2.8rem;
    line-height: 3.5rem; 
  }
  .barnner-desktop {
    display: none;
  }
  .barnner-mobile {
    display: block;
  }
  /* ============= */
  /* ============= */

  .wrapper-heading {
    margin: auto;
    padding: 4rem 2rem 0rem 2rem;
  }

  .wrapper {
    margin: auto;
    padding: 4rem 2rem;
  }

  .grid-two-cols {
    grid-template-columns: 1fr;
  }

  .grid-three-cols {
    grid-template-columns: 1fr;
  }

  .grid-four-cols {
    grid-template-columns: 1fr;
  }

  .grid-five-cols {
    grid-template-columns: 1fr;
  }
  .value-brand-box .grid-three-cols {
    grid-template-columns: 1fr;
  }
  .wrapper-heading {
    padding: 4rem 2rem;
  }
  .wrapper {
    padding: 4rem 2rem;
  }
  /* ==================== */
  /* ==================== */
  /* ==================== */
  /* ==================== */
  .ttu-btn{
    font-size: 1.4rem !important;
  }
  .text-item{
    font-size: 1.6rem;
  }
  .dot {
    width: 1.5rem;
    height: 1.5rem; 
}
.moving-text .wrapper {
    padding: 3rem 0rem;
}
.fb3-img a img {
  width: 57px;
  height: 40px;
}
.mana-web{
  width: 76px !important;
  height: 50px !important;
}
.faq-number, .faq-heading-text{
  font-size: 1.6rem;
}
/* ============== */
/* ============== */
  .ethos-bg-2, .ethos-bg-3 {  
   padding:8rem 2.8rem; 
}
.ethos-bg-1::before, .ethos-bg-2::before, .ethos-bg-3::before { 
  height: 100% !important; 
}
.ethos-data ul li { 
    font-size: 1.4rem; 
}
.ethos-bg-1 {
    background-image: url(assets/ethos-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 2rem;
    width: 100%;  
    height: 570px;
    padding:8rem 2.8rem;
    position: relative;
    overflow: hidden;
}
.we-solve-bottom h6{
  font-size: 1.6rem;
}
/* ============== */
/* ============== */


/* ============== */
/* ============== */
.director-name { 
    font-size: 1.8rem; 
}
.director-desc { 
    font-size: 1.4rem; 
}
.director-info { 
    padding: 3rem;
}
/* ============== */
/* ============== */
/* ==================== */
/* ==================== */
.sr-heading h4{
  font-size: 2.1rem;
}
.ar-box p {
    font-size: 1.4rem; 
}
.ar-box { 
    gap: 1rem;
}
.vision .wrapper-heading h4{
  font-size: 1.8rem;
}
.vd-left h3{
  font-size: 1.6rem;
}
.vd-left-1, .vd-left-2, .vd-left-3 {
    margin-bottom: 1rem;
}
/* ==================== */
/* ==================== */
  /* =========heading link======== */
  nav ul li a {
    font-size: 1.6rem !important;
  }
  .ttu-btn {
    display: block;
    background-color: var(--green);
    padding: 1.5rem 4.5rem;
    border-radius: 33rem;
  }

  .banner .wrapper h1 {
    padding-bottom: 5rem;
  }
  .who-we-are .grid-two-cols {
    grid-template-columns: 1fr;
  }
  .we-dont {
    display: block;
  }
  /* =========faq========= */
/*  
  .faq-content {
    margin: 2px 0px;
  }
  .faq-header {
    margin: 0px 20px;
  }
  .faq-header-first {
    margin-bottom: 3rem;
  } */
     .faq-number,
  .faq-heading-text {
    font-size: 1.6rem; /* mobile */
  }

  .faq-item.active .faq-number,
  .faq-item.active .faq-heading-text {
    font-size: 1.6rem; /* optional: active size on mobile, tweak if needed */
  }

  .faq-text {
    font-size: 1.4rem; /* mobile */
  }

  /* optional: reduce paddings/margins for small screens */
  .faq-header {
    margin: 0 20px;
  }
  .faq-content {
    margin: 0 12px;
    padding: 0 12px;
  }
  /* =====contact us ======== */
  .contact-box {
    text-align: center;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    border-bottom-left-radius: 0rem;
    padding: 3rem;
  }
  .contact-box h2{
    text-align: left;
    padding-bottom: 3rem;
  }
  .cfi-message { 
    height: 70px;
}
  .contact-box h1 {
    width: 100%;
  }
  .contact-box p {
    text-align: justify;
    width: 100%;
  }
  .contact-input-flex {
    flex-direction: column;
  }
  .custom-select-wrapper {
    width: 100%;
  }
  .contact-box-right {
    padding: 3rem;
    border-bottom-left-radius: 2rem;
    border-top-right-radius: 0rem;
  }
  .ca-agree {
    align-items: self-start;
    justify-content: start;
    gap: 0rem;
    flex-direction: column;
  }
  .contact-box h5{
    display: none;
  }
  .ca-agree p { 
    font-size: 1.2rem; 
}
.ca-agree a {
    font-size: 1.2rem; 
}
.contact-agreement { 
    gap: 1.5rem;   
}
.contact-button h6 { 
    font-size: 1.4rem; 
}
 
  /* =========fotter=======  */
  .footer-box4-mobile{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2.5rem;
  }
  footer {
    text-align: center;
  }
  footer .grid-four-cols {
    grid-template-columns: 1fr;
  }
  .footer-box2 p{
    text-align: center;
  }
  .footer-box3 p{
    text-align: center;
  }
  .footer-box1 {
    display: none;
  }
  .footer-box3 ul {
    flex-direction: column;
  }
  .footer-box4 {
    display: none;
  }
  .fb3-img {
    justify-content: center;
  }
  .footer-box2 p {
    font-size: 1.6rem;
  }
  .footer-box3 p {
    font-size: 1.6rem;
  }
  .footer-box3 {
    margin-top: 2rem;
  }
  .mobile-fb-3 {
    font-size: 1.4rem !important;
    font-family: "bozon-bold";
  }
  .footer-box3 ul {
    gap: 3rem;
  }
  .f-gmes-icon {
    width: 135px;
  }
  .subfooter-box {
    flex-direction: column;
    gap: 3rem;
  }
  .subfooter-box div p { 
    text-align: center;
}
  .footer-sub-company {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
 
 
  .subfooter-box {
    padding: 3rem 2.8rem;
  }
  /* =======banner======= */
  /* .banner {
    background-position: 42% 50%;
  } */
  .banner-data {
    top: 45%;
  }
  .banner {
    background-image: url("assets/mobile-bus.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: var(--white);
    min-height: 90vh;
    position: relative;
    margin: 1rem;
    border-radius: 2rem;
  }
  .banner-data a {
    font-size: 1.2rem;
    color: var(--white);
    background-color: var(--green);
    padding: 1.8rem 3rem;
    display: inline-flex;
    border-radius: 33rem;
    text-transform: uppercase;
    font-family: para-font;
}
  /* =======ethos======= */
  .ethos-slider .owl-next {
    top: 0.1rem;
    font-size: 2.5rem !important;
  }
  .ethos-slider .owl-prev {
    top: 0.1rem;
    font-size: 2.5rem !important;
  }
  .ethos-slider .owl-nav {
    right: 2rem;
    padding: 2.2rem 5rem;
    bottom: -7rem;
  }
  .ethos-bg-1 {
    background-position: 100%;
  }

  /* ==========director====== */
  .director {
    position: relative;
    width: 100%;
  }
  .director .wrapper {
    padding-top: 8rem;
  }
  .director-card.active {
    flex: 2.2;
  }
  .director-img {
    object-position: top;
  }
  /* ========the problem we solve====== */
  .wsb-box-main {
    display: none;
  }
  .wsb-mobile-box {
    display: block;
  }
  .wmb-data {
    background-color: var(--l-green);
    padding: 4rem 2rem;
    border-radius: 2.5rem;
    text-align: center;
    margin-top: 4rem;
    height: 320px;
  }
  .wmb-data img {
    width: 90.76px !important;
    height: 90.76px !important;
    margin: 0 auto;
  }
  .wmb-data p {
    padding-top: 3rem;
    text-align: center;
  }
  .wmb-dat1 {
    padding: 4rem 3rem;
  }
  .wsb-mobile-box .owl-theme .owl-dots .owl-dot.active span,
  .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--green) !important;
  }
  .wsb-mobile-box .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 25px !important;
  }
  .wsb-mobile-box .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: rgba(1, 71, 53, 0.2) !important;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 0.2s ease;
    border-radius: 30px;
  }
  /* =======solution======= */
  .solution .grid-two-cols {
    grid-template-columns: 1fr;
  }
  .solution-left .grid {
    gap: 2rem;
  }
  .solution .s1-heading {
    display: none;
  }
  .solution .s2-heading {
    display: block;
  }
  .solution-left {
    display: none;
  }
  .solution-left-mobile {
    display: block;
  }
  .solution-left-mobile {
    position: relative;
    overflow: hidden;
  }
  .sl-mobile {
    background-color: var(--l-green);
    padding: 3rem;
    border-radius: 2.5rem;
    height: 250px;
  }
  .sl-mobile h5 {
    font-family: "bold-font";
    font-size: 1.6rem;
  }
  .sl-mobile p {
    font-family: "mon-Medium"; 
    padding-top: 3rem;
  }
  .solution-left-mobile .owl-theme .owl-dots .owl-dot.active span,
  .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--green) !important;
  }
  .solution-left-mobile .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 25px !important;
  }
  .solution-left-mobile .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: rgba(1, 71, 53, 0.2) !important;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 0.2s ease;
    border-radius: 30px;
  }
  .mobile-hide {
    display: none;
  }
  .mobile-show {
    display: block;
  }
  .os-btn {
    margin-top: 68%;
  }
  .sr-heading { 
    margin-top: 3rem;
}
  .os-btn a {
    font-size: 1.2rem;
    font-family: "mon-Medium";
  }
  .solution-right a {
    padding: 1.4rem 2rem;
  }
  .sr-heading p {
    display: flex;
    align-items: center;
    justify-content: center;
    height:78%;
    font-size: 1.4rem;
  }

  /* =======benefits======= */
  .benefits-data {
    margin-top: 6rem;
    flex-direction: column;
    gap: 3rem;
  }
  .bd-right {
    width: 100%;
  }
  .bd-right .owl-next {
    top: -0.1rem;
  }
  .bd-right .owl-prev {
    top: -0.1rem;
  }

  /* =========benifits mobile============ */
  /* =========benifits mobile============ */
  /* =========benifits mobile============ */
  /* =========benifits mobile============ */
  /* ================== BENEFITS SECTION ================== */

  .benefits {
    width: 100%;
    margin-top: 2rem;
  }

  .benefits-bg {
    background-image: url(assets/benefits.png);
    background-size: cover;
    background-position: center;
    border-radius: 2rem;
            min-height: 680px;
    padding: 4rem 5rem;
    position: relative;
    overflow: hidden;
  }

  .benefits-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 2rem;
    background: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.85) 0%,
      rgba(0, 0, 0, 0.55) 40%,
      rgba(0, 0, 0, 0.2) 70%,
      rgba(0, 0, 0, 0) 100%
    );
    z-index: 0;
  }

  /* ================== TOP TABS ================== */

  .benefits-btn {
    position: relative;
    z-index: 2;
    display: flex;
    gap: 2rem;
  }

  .benefits-btn button {
    position: relative;
    background: var(--dark-green);
    padding: 1.4rem 3rem;
    border-radius: 50rem;
    border: none;
    color: #fff;
    font-size: 1.2rem;
    text-transform: uppercase;
    cursor: pointer;
    font-family: "mon-Medium";
    letter-spacing: 0.05em;
  }

  /* active tab bg */
  .benefits-btn .tab-btn.active {
    background: var(--green);
  }

  /* 🔽 Arrow only on active tab  */
  .benefits-btn .tab-btn::after {
    content: none;
  }

  .benefits-btn .tab-btn.active::after {
    content: "\EA4E";
    font-family: "remixicon";
    position: absolute;
    right: 2.4rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.8rem;
  }

  /* ================== CONTENT LAYOUT ================== */

  .benefits-data {
    margin-top: 12rem;
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .bd-left h5 {
    color: var(--green);
    font-size: 1.6rem;
    margin-bottom: 1rem;
    font-family: "mon-Medium";
  }

  .bd-left h2 {
    color: #fff;
    font-size: 2.8rem;
    line-height: 1.3;
  }

  .bd-right {
    width: 55%;
  }

  /* ================== SLIDER CARDS ================== */

  .bgr-data {
    background: #fff;
    padding: 4rem;
    border-radius: 2rem;
    min-height: 165px;
    display: flex;
    align-items: center;
  }

  .bgr-data p {
    font-size: 1.6rem;
    color: rgba(1, 71, 53, 0.8);
    text-align: center;
    font-family: "mon-Medium";
  }

  /* ================== TABS CONTENT ================== */

  .tab-content {
    display: none;
  }

  .tab-content.active {
    display: block;
  }

  /* ================== OWL NAV – DESKTOP ================== */

  .bd-right .owl-nav {
    position: absolute;
    right: 0rem;
    bottom: -10rem !important;
    background-color: var(--green);
    padding: 0rem 0.5rem;
    border-radius: 33rem;
    color: var(--white);
            height: 38px !important;
        width: 80px !important;
  }

  .bd-right .owl-prev,
  .bd-right .owl-next {
    font-size: 2rem !important;
    position: absolute;
    top: 0.5rem;
    border: none !important;
    background-color: transparent !important;
  }

  .bd-right .owl-prev {
    left: 0rem;
  }

  .bd-right .owl-next {
    right: 0rem;
  }

  /* disabled arrows */
  .bd-right .owl-prev.disabled,
  .bd-right .owl-next.disabled {
    opacity: 0.4;
  }

  /* OPTIONAL helper classes (agar use kar rahe ho) */
  .bd-left-mobile-hide {
    display: none;
  }

  .bd-left-desktop-hide {
    display: block;
    z-index: 99;
    position: relative;
    margin-bottom: 5rem;
  }

  /* ================== MOBILE STYLES ================== */

 
       .benefits-bg {
        padding: 4rem 3rem;
    }

    .benefits-data {
      margin-top: 4rem;
      flex-direction: column;
      align-items: flex-start;
      gap: 3rem;
    }

    .bd-left h2 {
      max-width: 100%;
    }

    .bd-right {
      width: 100%;
    }

    /* buttons stacked like screenshot */
    .benefits-btn {
      flex-direction: column;
      width: 100%;
      background-color: var(--dark-green);
      border-radius: 2.3rem;
    }

    /* base state: all transparent, active ka green upar */
    .benefits-btn .tab-btn {
      width: 100%;
      text-align: center;
      padding: 1.6rem 2.6rem;
      background: transparent;
      z-index: 1;
    }

    /* active tab: green bg + top layer */
    .benefits-btn .tab-btn.active {
      background: var(--green);
      z-index: 2;
    }

    /* overlap effect */
    .benefits-btn .tab-btn + .tab-btn {
      margin-top: -1.2rem;
    }

       .bgr-data {
        padding: 3rem 2rem;
    }

    .bgr-data p {
      font-size: 1.4rem;
    }

    /* owl arrows round buttons bottom mein */
    .bd-right .owl-nav {
      position: absolute !important;
      margin-top: 3rem;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 0rem 0rem;
      border-radius: 999px;
      background-color: var(--green);
    }

    .bd-right .owl-prev,
    .bd-right .owl-next {
      position: static !important;
      width: 4rem;
      height: 4rem;
      border-radius: 50%;
      background: transparent !important;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 2.2rem !important;
    }
 

  /* =========benifits mobile============ */
  /* =========benifits mobile============ */
  /* =========benifits mobile============ */
  /* =========benifits mobile============ */
  /* =========benifits mobile============ */
  /* =====proof===== */
  .proof .wrapper-heading h2 {
    max-width: 100%;
  }
  .proof-slider .owl-prev {
    top: 121px;
    width: 30px;
    height: 30px;
  }
  .proof-slider .owl-next {
    top: 121px;
    width: 30px;
    height: 30px;
  }
  .proof-data {
    max-width: 100%;
  }
  .proof-slider {
    margin-top: 0rem;
  }
  .privacy-bg {
    height: 200px;
  }
  .shape-box {
    display: none;
  }
  .proof-data h3 {
    width: 80%;
    margin: 0 auto;
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
  .proof-slider .owl-nav {
    top: -40%;
  }
  #proof .proof-arrow {
    width: 15px;
    height: 15px;
    object-fit: contain;
    cursor: pointer;
    margin-top: 0.5rem;
  }
  .proof-slider .owl-dot span {
    width: 10px !important;
    height: 10px !important;
  }
  /* ==============value proposition seciton========== */
  /* ==============value proposition seciton========== */
  /* ==============value proposition seciton========== */
  /* ==============value proposition seciton========== */
  .value-section-mobile {
    margin-top: 2rem;
  }
  .ov-heading-right p {
    padding-bottom: 3rem;
  }
  /* WRAPPER BOX */
  .accordion-item-mobile {
    margin-bottom: 1.8rem;
  }

  /* HEADER */
  .accordion-header-mobile {
    width: 100%;
    background: rgba(1, 71, 53, 0.1);
    border-radius: 1.4rem;
    font-size: 1.6rem;
    font-family: "bold-font";
    text-transform: uppercase;
    color: #004a3b;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 3rem;
  }

  /* ACTIVE HEADER */
  .accordion-header-mobile.active-mobile {
    background: #05a587;
    color: #ffffff;
    padding: 3rem;
  }

  /* ARROW */
  .arrow-mobile {
    width: 18px;
    height: 18px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="%23014735" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"><polyline points="18 15 12 9 6 15"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    transition: transform 0.3s ease, filter 0.3s ease;
  }

  /* ARROW ROTATE */
  .accordion-header-mobile.active-mobile .arrow-mobile {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"><polyline points="18 15 12 9 6 15"/></svg>');
    transform: rotate(180deg);
  }

  /* CONTENT */
  .accordion-content-mobile {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.4s ease, opacity 0.3s ease;
  }

  .accordion-content-mobile.active-mobile {
    max-height: 700px; /* Enough height for your content */
    opacity: 1;
    margin-top: 3rem;
  }

  /* IMAGE */
  .acc-img-mobile img {
    width: 100%;
    height: 100%;
    border-radius: 1.4rem;
    object-fit: cover;
    margin-bottom: 1.6rem;
  }

  /* LIST */
  .acc-list-mobile {
    padding-left: 2rem;
  }

  .acc-list-mobile li {
    font-size: 1.4rem;
    color: #014735cc;
    line-height: 2.6rem;
    margin-bottom: 1.2rem;
    list-style: disc;
    font-family: "mon-Medium";
  }

  /* ====== */
  .value-section {
    display: none;
  }
  .value-section-mobile {
    display: block;
  }
  /* ========advantage====== */
  /* ========advantage====== */
  /* ========advantage====== */
  /* ========advantage====== */
  /* ========advantage====== */
  .advantage .grid-two-cols {
    grid-template-columns: 1fr;
  }
  .adv-desktop {
    display: none;
  }
  .adv-mobile {
    display: block;
  }
  /* ========our future vision====== */
  /* ========our future vision====== */
  /* ========our future vision====== */
  /* ========our future vision====== */
  .vd-left{
  order: 2;
}
.vd-right{
  order: 1;
}
.vd-right img{
  width: 100%;
}
    .director .grid-two-cols {
        grid-template-columns:  1fr;
    }

  }