/* mobile navbar  */
@media screen and (max-width: 1283px) {
  /* navbar responsive  */
  /* =============navbar======== */
  
  /* Show hamburger */
  .burger-icon {
    display: flex;
    width: 2.9rem;
    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 !important;
    right: 0;
    width: 100%;
    height: 100vh;
    background-color: #014735;
    transform: translateY(-101%);
    transition: transform 0s ease-in-out;
    z-index: 1000; 
     display: flex;
    align-items: center;  
  justify-content: center;   
    gap: 40px; 
  }
   
  /* Hide desktop menu on mobile */
  nav ul {
    position: absolute;
    top: -3%;
     width: 100%;
    height: 100vh;
     display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;  
  gap: 35px;
  }
   
  #menu-toggle:checked ~ .navbar nav {
    transform: translateY(0); 
  } 
  .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: 21.64px;
    height: 21.64px;
  }

  .mobile-social-icons {
    display: flex;
    align-items: center;
    gap: 2.7rem;
  }
  .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);
  }



  .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.8rem;
    font-family: "mon-Medium";
  }
  h4 {
    font-size: 1.8rem;
  }
  p {
    font-size: 1.4rem;
    line-height: 2.5rem;
  }
  p span {
    font-size: 1.4rem;
  }
  .privacy-po ul li {
    font-size: 1.4rem;
}
    .wmb-swiper {
    overflow: hidden;
  }
  .fsc-desktop{
    display: none;
  }
  .fsc-mobile{
    display: block;
  }
  .wmb-swiper .swiper-wrapper {
    align-items: stretch;
  }

  .wmb-swiper .swiper-slide {
    width: 100% !important;
    flex-shrink: 0;
  }
  .banner .wrapper h1 {
    font-size: 3rem;
    line-height: 3.5rem;
  }
  .barnner-desktop {
    display: none;
  }
  .barnner-mobile {
    display: block;
  }
  .ethos-bg-2 .ethos-data p {
    max-width: 100%;
    font-size: 1.5rem;
  }
  .ethos-bg-3 .ethos-data p {
    max-width: 100%;
    font-size: 1.5rem;
  }
  .light-bg::after {
    height: 70%;
  }
  .director-cards {
    flex-direction: column;
  }

  .director-card,
  .director-card.active {
    flex: 1;
    height: 420px;
  }

.scroll-content span {
    font-size: 1.6rem;
}
.vision-data .wrapper{
  padding-top: 4rem;
}
.vd-left h4 { 
    margin-top: 1.5rem; 
}
  /* ============= */
  /* ============= */

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

  .wrapper {
    margin: auto;
    padding: 3rem 2rem;
  }
.grid{
  gap: 3rem;
}
  .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;
  }
  /* ==================== */
  /* ==================== */
  /* ==================== */
  /* ==================== */
  .benefits .wrapper{
    padding-top: 0rem;
  }
  .ttu-btn {
    font-size: 1.6rem !important;
  }
  .text-item {
    font-size: 1.6rem;
  }
  .dot {
    width: 1.2rem;
    height: 1.2rem;
  }
  .moving-text .wrapper {
    padding: 1rem 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;
  }
  .desktop-ethos-heading {
    display: none;
  }
  .mobile-ethos-heading {
    display: block;
  }
  .ethos-bg-1::before,
  .ethos-bg-2::before,
  .ethos-bg-3::before {
    height: 100% !important;
  }
  .ethos-data ul li {
    font-size: 1.5rem;
  }
  .ethos-bg-1,
  .ethos-bg-2,
  .ethos-bg-3 {
    height: 590px;
    padding: 8rem 2.8rem;
  }
    .ethos .wrapper-heading{
    padding-bottom: 0rem;
  }
  .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: 0.5rem;
  }
  .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 */
  }
.faq-text1{
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}
.faq-text2{
  margin-left: 2.8rem;
  margin-right: 2.8rem;
}
.faq-text3{
  margin-left: 3rem;
  margin-right: 3rem;
}
.faq-text4{
  margin-left: 3rem;
  margin-right: 3rem;
}
.faq-text5{
  margin-left: 3rem;
  margin-right: 3rem;
}
.faq-text6{
  margin-left: 3rem;
  margin-right: 3rem;
}
.faq-text7{
  margin-left: 3rem;
  margin-right: 3rem;
}
.faq-text8{
  margin-left: 3rem;
  margin-right: 3rem;
}
.faq-text9{
  margin-left: 3rem;
  margin-right: 3rem;
}
.faq-text10{
  margin-left: 4rem;
  margin-right: 4rem;
}
  /* optional: reduce paddings/margins for small screens */
  .faq-header {
    margin: 0 20px;
  }
  .faq-content {
    margin: 0 12px;
    padding: 0 12px;
  }
  /* =====contact us ======== */
  .contact-box {
    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 {
    padding-bottom: 4rem;
  }
  .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;
  }

  .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 .grid {
    gap: 2rem;
  }
  .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;
  }
  .devindia {
    margin-right: 0;
  }

  .subfooter-box {
    padding: 3rem 2.8rem;
  }
  /* =======banner======= */
  /* .banner {
    background-position: 42% 50%;
  } */
  .banner-data {
    top: 45%;
  }
  .banner {
    background-image: url("assets/mobile-bus.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: var(--white);
    min-height: 90vh;
    position: relative;
    margin: 1rem 1rem 0rem 1rem;
    border-radius: 2rem;
  }
  .banner-data a {
    font-size: 1.6rem;
    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.2rem;
    font-size: 3.5rem !important;
  }
  .ethos-slider .owl-prev {
    top: -0.2rem;
    font-size: 3.5rem !important;
  }
  .ethos-slider .owl-nav {
    right: 2rem;
    padding: 2.2rem 5rem;
    bottom: -7rem;
  }
  .ethos-bg-1 {
    background-position: 83%;
    background-image: url(assets/mobile-ethos.png);
  }

  .custom-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 15px;
  }

  .custom-dots button {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ccc;
    border: none;
    cursor: pointer;
  }

  .custom-dots button.active {
    background: #014735;
  }

  /* ==========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;
    height: 275px !important;
    width: 70% !important;
  }
  .wmb-data img {
    width: 90.76px !important;
    height: 90.76px !important;
    margin: 0 auto;
  }
  .wmb-data p {
    padding-top: 3rem;
    text-align: center;
    font-family: "mon-Medium";
    color: rgba(1, 71, 53, 0.8);
  }
  .wmb-dat1 {
    padding: 4rem 3rem;
  }
  .wsb-mobile-box {
    padding: 0rem 2rem 0rem 2rem;
  }
  /* dots container spacing (same as owl) */
  .wsb-mobile-box .swiper-pagination {
    margin-top: 25px !important;
    position: relative;
  }

  /* default dot */
  .wsb-mobile-box .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 5px 3px !important;
    background: rgba(1, 71, 53, 0.2);
    opacity: 1; /* swiper ka default opacity disable */
    border-radius: 30px;
    transition: background 0.2s ease;
  }

  /* active dot */
  .wsb-mobile-box .swiper-pagination-bullet-active {
    background: var(--green);
  }

  /* hover effect (desktop) */
  .wsb-mobile-box .swiper-pagination-bullet:hover {
    background: var(--green);
  }
.wsb-box-main-reslut .wrapper{
  padding-bottom: 0rem;
}
  /* =======solution======= */
  .solution .wrapper-heading {
    padding-bottom: 0rem;
    padding-top: 0rem;
  }
  .solution .grid {
    gap: 2rem;
  }
  .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;
  }

/* ================ */
/* ================ */
/* ================ */
 .advantage  .wrapper{
  padding-top: 0rem;
 }
 .vision  .wrapper-heading{
  padding-top: 0rem;
 }

/* ================ */
/* ================ */
/* ================ */
/* ================ */

    .sl-mobile {
  background-color: var(--l-green);
  padding: 4rem;
  border-radius: 2.5rem;
  height: 250px !important;
}

  .sl-mobile .slm-h5 {
  font-family: "bold-font";
  font-size: 1.6rem;
  height: 50px;
  color: var(--green);
  font-weight: 500;
  text-transform: uppercase;

}
  .sl-mobile p {
    font-family: "mon-Medium";
    padding-top: 3rem;
    line-height: 2.8rem;
    margin: auto;
  }
  .solution-left-mobile .swiper-pagination {
    margin-top: 25px !important;
    position: relative;
  }

  .solution-left-mobile .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 5px 3px !important;
    background: rgba(1, 71, 53, 0.2);
    opacity: 1;
    border-radius: 30px;
    transition: background 0.2s ease;
  }

  .solution-left-mobile .swiper-pagination-bullet-active {
    background: var(--green);
  }

  .solution-left-mobile .swiper-pagination-bullet:hover {
    background: var(--green);
  }

  .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 ================== */

  /* ===============================
     BACKGROUND ADJUSTMENT
  =============================== */

  .benefits-bg {
    height: 770px;
    padding: 7rem 0rem  2.5rem 2.5rem;
    background-image: url(assets/benefita-mobile-bg.png);
    background-size: 100%;
    background-position: center;
    border-radius: 2rem;
  }
  .benefits-bg::before {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 4.85) 0%, rgba(0, 0, 0, 0.7) 30%, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0) 90%);
}

  .benefits-btn .tab-btn.active::after {
    content: "\EA4E"; /* ri-arrow-right-line */
    font-family: "remixicon";
    position: absolute;
    right: 2rem;
    top: 30%;
    font-size: 2.2rem;
    color: #fff;
  }
  .benefits-nav {
    right: 3rem;
    bottom: -9rem;
    padding: 0rem;
  }
 .benefits-next { 
    font-size: 3.5rem !important;
    top: 7%;
  }
  .benefits-prev{
    font-size: 3.5rem !important;
    top: 47% !important;

  }
.a-right{
  position: absolute;
  right: 0rem;
}
  /* ===============================
     MOBILE HEADING SHOW/
  =============================== */

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

  .bd-left-mobile-hide {
    display: none;
  }

  .bd-left h2 {
    font-size: 2.8rem;
    max-width: 100%;
  }

  /* ===============================
     TABS → DROPDOWN STYLE
  =============================== */

  .benefits-btn {
    flex-direction: column;
            margin-right: 2.5rem;
    background-color: var(--dark-green);
    border-radius: 2.4rem;
    overflow: hidden;
  }

  .benefits-btn .tab-btn {
    width: 100%;
    background: transparent;
    text-align: center;
    padding: 2rem 1rem;
    font-size: 1.2rem;
    position: relative;
  }

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

  .benefits-btn .tab-btn.active {
    background: var(--green);
    z-index: 2;
    border-radius: 2.4rem;
  }

  /* ===============================
     MAIN LAYOUT STACK
  =============================== */

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

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

  /* ===============================
     CARD SIZE ADJUST
  =============================== */

  .bgr-data {
    padding: 3rem 2rem;
    height: 204px !important;
    width: 230px !important;
  }

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

  /* ===============================
     OWL / SWIPER ARROWS – MOBILE
  =============================== */

  .bd-right .owl-nav {
    position: absolute !important;
    right: auto;
    bottom: -6rem !important;
    left: 50%;
    transform: translateX(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 88px;
    height: 44px;
    border-radius: 999px;
    background-color: var(--green);
  }

  .bd-right .owl-prev,
  .bd-right .owl-next {
    position: static !important;
    width: 44px;
    height: 44px;
    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 .wrapper-heading {
    padding-bottom: 3rem;
  }
  .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: -66%;
  }
  #proof .proof-arrow {
    width: 15px;
    height: 15px;
position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .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: 0rem;
  }
  .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: 20px;
    height: 20px;
    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: 220px;
    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";
    text-align: justify;
  }

  /* ====== */
  .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;
  }
  /* ========= */
  .desktop-we-solve {
    display: none;
  }
  .mobile-we-solve {
    display: block;
  }
  .proof .owl-theme .owl-nav [class*="owl-"] {
    margin: 0 !important;
  }
  .proof-slider .owl-dot {
    margin-top: 0rem !important;
    width: 5%;
  }
  .advantage-right {
    margin-top: 0rem;
    margin-left: 0rem;
}
.faq-header-first {
    margin-bottom: 2rem;
}
}

/* tab landscape code  */
/* tab landscape code  */
/* tab landscape code  */
/* tab landscape code  */
@media only screen and (min-width: 768px) and (max-width: 1366px) {
  /* ============ */
  h2 {
    font-size: 3rem;
  }
  h5 {
    font-size: 1.8rem;
    font-family: "mon-Medium";
  }
  h4 {
    font-size: 1.8rem;
  }
  p {
    font-size: 1.6rem;
    line-height: 2.5rem;
  }
  p span {
    font-size: 1.6rem;
  }
  /* ============ */
  .solution-right img { 
    object-fit: cover; 
    border-radius: 2rem;
}
  .ethos-slider .owl-nav { 
    height: 43px;
}
  .who-we-are .grid-two-cols {
    grid-template-columns: 1fr 1.3fr;
}
.vd-left h4 { 
    margin-top: 1.5rem; 
}
  .ttu-btn {
    display: block;
    background-color: var(--green);
    padding: 1.5rem 4.5rem;
    border-radius: 33rem;
  }
.benefits-prev {
  /* width: 36px;
  height: 36px;
  border-radius: 50%;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 2.5rem;*/
  cursor: pointer;
  transition: opacity 0.2s ease; 


   font-size: 2.5rem !important;
  position: absolute;
  left: 0.5rem;
  top: 50%;
  transform: translateY( -50%);
  border: none !important;
  background-color: transparent !important;
}
.benefits-next {
  font-size: 2.5rem !important;
    position: absolute;
    right: 0.5rem;
  top: 50%;
  transform: translateY( -50%);

  border: none !important;
  background-color: transparent !important;
}
  .light-bg::after {
    height: 55%;
  }

  .ethos-bg-2 .ethos-data p {
    max-width: 100%;
    font-size: 1.8rem;
  }
  .ethos-bg-3 .ethos-data p {
    font-size: 1.8rem;
    max-width: 100%;
  }
  /* ====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%;
    height: 600px;
  }
  .ethos-bg-2 {
    background-position: 100%;
    height: 600px;
  }
  .ethos-bg-3 {
    background-position: 100%;
    height: 600px;
  }
  /* ======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 .grid {
    gap: 2rem;
  }
  .solution-left .grid {
    gap: 1.5rem;
  }
  .solution-left-box {
    padding: 2rem;
  }
  .solution .grid-two-cols {
    grid-template-columns: 2.5fr 1fr;
  }
  .os-btn {
    /* margin-top: 117% !important; */
  }
  .solution-left-box {
  background-color: var(--l-green);
  padding: 4rem;
  border-radius: 2.5rem;
  height: 270px;
}

.solution-left-box .slb-h5 {
  font-family: "bold-font";
  font-size: 1.6rem;
  height: 80px;
  color: var(--green);
  font-weight: 500;
  text-transform: uppercase;

}

  .solution-left-box p {
    font-size: 1.4rem;
  }
  .solution-left-mobile .swiper-pagination {
    margin-top: 25px !important;
    position: relative;
  }

  .solution-left-mobile .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 5px 7px !important;
    background: rgba(1, 71, 53, 0.2);
    opacity: 1;
    border-radius: 30px;
    transition: background 0.2s ease;
  }

  .solution-left-mobile .swiper-pagination-bullet-active {
    background: var(--green);
  }

  .solution-left-mobile .swiper-pagination-bullet:hover {
    background: var(--green);
  }
  /* =====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;
  }
  .proof-slider .owl-nav {
    position: absolute;
    /* color: var(--white); */
    top: 25%;
    left: 0%;
    width: 100%;
}
.proof-data { 
    max-width: 50%; 
}
.vd-right img { 
    margin-top: 4rem;
}
.custom-options { 
    /* overflow: hidden; */
}
}
/* tab portrait code  */
/* tab portrait code  */
/* tab portrait code  */
/* tab portrait code  */
@media only screen and (min-width: 600px) and (max-width: 1366px) and (orientation: portrait) {
  h2 {
    font-size: 2.8rem;
  }
  h5 {
    font-size: 1.8rem;
    font-family: "mon-Medium";
  }
  h4 {
    font-size: 1.8rem;
  }
  p {
    font-size: 1.4rem;
    line-height: 2.5rem;
  }
  p span {
    font-size: 1.4rem;
  }
    .privacy-po ul li {
    font-size: 1.4rem;
}
    .fsc-desktop{
    display: none;
  }
  .fsc-mobile{
    display: block;
  }
  .banner .wrapper h1 {
    font-size: 3rem;
    line-height: 3.5rem;
  }
  .barnner-desktop {
    display: none;
  }
  .barnner-mobile {
    display: block;
  }
  .wwa-left h2 {
    max-width: 50%;
  }
  .proof-slider .wrapper {
    padding: 0rem 2.8rem 4rem 2.8rem;
}
    .proof .wrapper-heading {
    padding-bottom: 3rem;
  }
  .ethos .wrapper-heading{
    padding-bottom: 0rem;
  }
  .ethos .wrapper-heading .mobile-ethos-heading {
    display: block;
  }
  .ethos .wrapper-heading .desktop-ethos-heading {
    display: none;
  }
  .desktop-we-solve {
    display: none;
  }
  .mobile-we-solve {
    display: block;
  }
  .wsb-mobile-box {
    padding: 0rem 2rem 0rem 2rem;
  }
  .advantage-right {
    margin-top: 0rem;
    margin-left: 0rem;
}
.faq-header-first {
    margin-bottom: 2rem;
}
    .light-bg::after {
        height: 75%;
    }
  /* ============= */
  /* ============= */

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

  .wrapper {
    margin: auto;
    padding: 3rem 2rem;
  }
  .grid{
    gap: 3rem;
  }
  .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: 1rem 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.8rem;
  }
  .ethos-bg-1,
  .ethos-bg-2,
  .ethos-bg-3 {
    height: 570px;
    padding: 8rem 2.8rem;
  }
  .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: 0.7rem;
  }
  .vision .wrapper-heading h4 {
    font-size: 1.8rem;
  }
  .vision .wrapper-heading {
    padding-bottom: 0rem;
    padding-top: 0rem;
}
  .vd-left h3 {
    font-size: 1.6rem;
  }
      .vision-data .wrapper {
        padding-top: 4rem;
    }
  .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 {
    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 {
    padding-bottom: 4rem;
  }
  .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: 0.5rem;
    flex-direction: row;
  }

  .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;
  }
  .devindia {
    margin-right: 0;
  }
  /* dots wrapper */
  .wsb-mobile-box .swiper-pagination {
    margin-top: 25px !important;
    position: relative;
  }

  /* normal dot */
  .wsb-mobile-box .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 5px 7px !important;
    background: rgba(1, 71, 53, 0.2);
    opacity: 1; /* 🔥 important */
    border-radius: 30px;
    transition: background 0.2s ease;
  }

  /* active dot */
  .wsb-mobile-box .swiper-pagination-bullet-active {
    background: var(--green) !important;
    opacity: 1;
  }

  /* hover */
  .wsb-mobile-box .swiper-pagination-bullet:hover {
    background: var(--green);
  }

  .subfooter-box {
    padding: 3rem 2.8rem;
  }
  /* =======banner======= */
  /* .banner {
    background-position: 42% 50%;
  } */
  .banner-data {
    top: 45%;
  }
  .banner {
    background-image: url("assets/mobile-bus.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: var(--white);
    min-height: 90vh;
    position: relative;
    margin: 1rem 1rem 0rem 1rem;
    border-radius: 2rem;
  }
    .banner-data a {
        font-size
: 1.6rem;
        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.2rem;
    font-size: 2.5rem !important;
  }
  .ethos-slider .owl-prev {
    top: 0.2rem;
    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-cards {
    flex-direction: column;
  }
  .director-card {
  }
  .director-card,
  .director-card.active {
    height: 600px;
    flex: 1.5;
  }
  .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: 265px !important;
  }
  .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 .wrapper-heading {
    padding-bottom: 0rem;
  }
  .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: 4rem;
    border-radius: 2.5rem;
    height: 250px !important;
  }
    .solution .wrapper-heading {
        padding-bottom: 0rem;
        padding-top: 0rem;
    }
  .sl-mobile .slm-h5 {
  font-family: "bold-font";
  font-size: 1.6rem;
  height: 50px;
  color: var(--green);
  font-weight: 500;
  text-transform: uppercase;

}


  .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: 41%;
  }
  .sr-heading {
    margin-top: 3rem;
  }
  .os-btn a {
    font-size: 1.2rem;
    font-family: "mon-Medium";
  }
  .solution-right a {
    padding: 1.4rem 2rem;
  }
  .solution-right img {
    width: 100%;
    height: 400px;
    margin: 0 auto;
    object-fit: cover;
    border-radius: 2rem;
  }
  .sr-heading p {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 62%;
    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: 0rem;
  }

  .benefits-bg {
    background-image: url(assets/benefits.png);
    background-size: cover;
    background-position: center;
    border-radius: 2rem;
    min-height: 800px;
    padding: 4rem 5rem;
    position: relative;
    overflow: hidden;
  } 
.benefits-nav {
  /* height: 44px;  */
  width: 97px;
    right: 1rem;
    bottom: -8rem;
    padding: 0rem;
  }
  .benefits-prev, .benefits-next { 
    font-size: 2.7rem; 
}
  .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); 
    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: 7rem 0rem 2.5rem 2.5rem;
       
        border-radius: 2rem;
    }

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

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

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

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

  /* 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;
  }
    /* .benefits-btn {
        flex-direction: column;
        background-color: var(--dark-green);
        border-radius: 2.4rem;
        overflow: hidden;
    } */
  /* 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;
  }

  .mobile-ethos-heading {
    display: block;
  }
  .desktop-ethos-heading {
    display: none;
  }
  .adv-mobile {
    display: block;
  }
  .adv-desktop {
    display: none;
  }
  /* =========benifits mobile============ */
  /* =========benifits mobile============ */
  /* =========benifits mobile============ */
  /* =========benifits mobile============ */
  /* =========benifits mobile============ */
  /* =====proof===== */
  .proof .wrapper-heading h2 {
    max-width: 100%;
  }
  .proof-slider .owl-prev {
    top: 41px;
    width: 30px;
    height: 30px;
  }
  .proof-slider .owl-nav {
    top: -55%;
  }
  .proof-slider .owl-next {
    top: 41px;
    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;
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .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";
    text-align: justify;
  }

  /* ====== */
  .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;
  }
  .director .grid-two-cols {
    grid-template-columns: 1fr;
  }
  .faq-text1{
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}
.faq-text2{
  margin-left: 2.8rem;
  margin-right: 2.8rem;
}
.faq-text3{
  margin-left: 3rem;
  margin-right: 3rem;
}
.faq-text4{
  margin-left: 3rem;
  margin-right: 3rem;
}
.faq-text5{
  margin-left: 3rem;
  margin-right: 3rem;
}
.faq-text6{
  margin-left: 3rem;
  margin-right: 3rem;
}
.faq-text7{
  margin-left: 3rem;
  margin-right: 3rem;
}
.faq-text8{
  margin-left: 3rem;
  margin-right: 3rem;
}
.faq-text9{
  margin-left: 3rem;
  margin-right: 3rem;
}
.faq-text10{
  margin-left: 4rem;
  margin-right: 4rem;
}
}

@media only screen and (min-width: 1366px) and (max-width: 600px) and (orientation: landscape) {
  .we-solve-box .grid-two-cols {
    align-items: flex-end;
  }
  .os-btn {
    margin-top: 117% !important;
  }
}
