.mobile-header {
  display: none;
  position: fixed;
  top: 0; left: 0; right: 0;
  background: #fff;
  z-index: 1000;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.mobile-navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* padding: 12px 20px; */
  height: 90px; /* adjust if your logo is taller/shorter */
}

.hamburger-btn,
.mobile-search-btn {
  background: none;
  border: none;
  padding: 8px;
  cursor: pointer;
}

.hamburger-icon,
.mobile-search-btn img {
  width: 55px;
  /* height: 24px; */
  display: block;
}

.mobile-logo-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.mobile-full-logo {
  height: 75px;          /* exact height from your screenshot */
  width: auto;
  display: block;
}

/* Mobile Menu Overlay */
.mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: left 0.35s ease;
  z-index: 999;
  overflow-y: auto;
}

.mobile-menu-overlay.active { left: 0; top:90px;}

.mobile-menu-header {
  padding: 20px;
  text-align: right;
}

.close-menu {
  background: none;
  border: none;
  font-size: 40px;
  cursor: pointer;
  color: #333;
}

/* Menu links styling */
.mobile-nav-link {
  display: block;
  text-align:center;
  padding: 18px 20px;
  font-size: 18px;
  color: #000;
  text-decoration: none;
  /*border-bottom: 1px solid #eee;*/
}

.mobile-dropdown-toggle {
  display: flex;
  justify-content: center;
  gap:10px;
  align-items: center;
}

.mobile-submenu {
  background: #f8f8f8;
  padding-left: 30px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.mobile-submenu.open {
  max-height: 300px;
  padding: 15px 0 0;
}

.mobile-submenu a {
  padding: 12px 0;
  font-size: 16px;
  border: none;
}

/* Responsive - show mobile, hide desktop */
@media (max-width: 992px) {
  .navbar-container { display: none !important; }
  .mobile-header { display: block; }

  :root {
    --hero-height: 80vh;
  }
  .section-title{
    font-size: 32px;
  }
}

@media (max-width: 768px) {
    .what-we-do-section{
        margin-top: 90px;
    }
    .what-we-do-left, .what-we-do-right {
        flex: auto;
        padding: 0px 0px;
    }
    .what-we-do-right{
        height: auto;
        padding: 40px 0;
    }
    .info-card{
        width: 90%;
        margin: auto;
    }
    .hidden-card{
        display: none;
    }
    .values-left h2{
        font-size: 32px;
        font-weight:600;
    }
    .values-section{
        padding: 40px 20px 0 !important;
    }
    .pill-stack{
        width: 100%;
        border:none;
        height:510px;
    }
    .pill{
        width: 100%;
        font-size: 16px;
        padding: 18px 30px;
    }
    .map-section{
        margin-top: 90px;
        flex-direction: column;
        padding: 40px 20px;
        height:90vh;
    }
    .map-section{
        width: 100%;
    }
    .map-left-content{
        width: 100% !important;
    }
    .btnprim {
    font-size: 16px !important;
    font-weight: 600 !important;
    padding: 12px 24px !important;
    }
    .map-left-content .section-title{
        text-align: center;
    }
    .map-line {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 140%;
    margin-bottom: 40px;
    text-align: center;
}
/*.rope-section{*/
/*    padding: 40px 20px;*/
/*}*/
.protien-card-text h3 {
    font-size: 20px;
    color: #323232;
}
.section-black-title {
    font-size: 32px;
    text-align: start;
    margin-bottom: 20px;
    color: #323232;
    font-weight: 700;
}
.padbox{
  padding: 40px 30px !important;
}
.lifestage{
  overflow-x: scroll;
}

}

@media (max-width:600px){
    .about-ussec{
        width: 100%;
    }
    .card-btn{
        font-size:14px;
    }
    .search-popup-box{
        width:85vw;
        justify-content:space-between;
    }
    .search-popup-btn img {
    width: 25px;
}
    .world-mobile-map{
        width:100%;
    }
    .map-wrapper{
        margin-top:20px;
    }
    .what-we-do-section{
        padding-top:0px !important;
    }
    .container{
        max-width: 100%;
    }
    .card-top h3{
        font-size: 22px;
    }
    .hero-section{
        min-height:600px;
        padding-top:120px !important;
    }
    .hero-content{
        max-width:100%;
        padding:10px;
    }
    .animated-text{
        font-size:29px;
    }
    .hero-content p{
        font-size:14px;
    }
    .hero-btn{
        font-size:16px;
    }
    .desktop-cards{
        display:none !important;
    }
    .mobile-cards{
        display:block !important;
    }
    .mobile-cards .btn{
        width:100%;
    }
    .mobile-cards .slick-dots {
  bottom: -45px !important;
  display: flex !important;
  justify-content: center;
  gap: 0px;
}
.mobile-cards .slick-dots {
    margin:0 !important;
}

.mobile-cards .slick-dots li button:before {
  font-size: 10px;
  color: #D9D9D9; /* inactive */
  opacity: 1;
}

.mobile-cards .slick-dots li.slick-active button:before {
  color: #00663E; /* active */
  opacity: 1;
}

.supporters-slider .slide img{
        max-height: 72px;
    max-width: 100px;
    margin: 0 auto;
    display: block;
    object-fit: contain;
}
.hero-bg-slider .slide{
    background-poition:center top;
}
.image-wrapper img{
    height:320px;
}
.about3content{
    padding: 20px 0 !important;
}
.about3head{
    margin-bottom:30px;
}
.what-we-do-left{
    min-height:50vh;
}
.overlay-content h1{
    font-size:32px;
    font-weight:600;
}
.overlay-content p{
    font-size:14px;
    font-weight:500;
}
.info-card h3{
    font-size:20px;
    
}
.info-card p{
    font-size:14px;
}
.pill:nth-child(1) { top: 75px;   --rot: 0deg;   animation-delay: 4s; }   /* +12Â° â†’ tilts right */
.pill:nth-child(2) { top: 150px;  --rot: 0deg;  animation-delay: 3.2s; }  /* left */
.pill:nth-child(3) { top: 225px;  --rot: 0deg;  animation-delay: 2.4s; }   /* left */
.pill:nth-child(4) { top: 300px;  --rot: 0deg;  animation-delay: 1.6s; }  /* strongly left */
.pill:nth-child(5) { top: 375px;  --rot: 0deg;  animation-delay: 0.8s; }   /* left */

/* Bottom pill â€“ straight and glued to the floor */
.bottom-pill {
  --rot: 0deg;
  top: auto !important;
  bottom: 0;
  animation-delay: 0.2s;
}

.image-wrapper .section-title{
    left:20px;
}
.about3head{
    font-size:20px;
    color:#323232;
}
.about3content ul li {
    font-size: 14px;
    color: #323232;
    font-weight: 500;
}
.about3content ul li:not(:last-of-type) {
    margin-bottom: 16px;
}
.aboutgreencontent{
    margin-top:20px;
}
.aboutgreencontent p {
    font-size: 14px;
    margin-bottom: 0;
    color: #323232;
}
.hotspot{
    width:12px;
}
.india {
    top: 115px;
    right: 127px;
}
.pakistan {
    right: 145px;
    top: 92px;
}
.nepal {
    right: 108px;
    top: 87px;
}
.bangladesh {
    right: 100px;
    top: 101px;
}
.nigeria {
    top: 130px;
    right: 261px;
}
.sri-lanka {
    right: 116px;
    top: 135px;
}
#tooltip{
    width:100px;
    padding:5px;
}
#tooltip .tooltip-title{
    font-size:12px;
}
#tooltip .tooltip-text{
    font-size:10px;
}
.text-content{
    font-size:14px;
}
.search-popup-overlay{
    width:100vw;
}
.search-popup-box{
    max-width:100%;
}
.search-popup-input{
    flex:none;
}
.search-popup-input{
    font-size:14px;
}
.mobile-matters-slick .slick-dots .slick-active button {
    background-color: #FCB53D !important;
}
.mobile-matters-slick .slick-dots{
    bottom:-35px !important;
}
.mobile-lifestage .slick-slide {
        height: 280px; /* fixed slide height, not image */
        display: flex !important;
        align-items: flex-end !important; /* align everything at bottom */
        justify-content: center;
        padding: 0 !important;
        margin: 0 !important;
    }
   

    .mobile-lifestage .lifestages {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-end; /* push image + text to bottom */
        align-items: center;
        text-align: center;
        margin: 0 !important;
        padding: 0 !important;
    }
    
    .section-text {
    font-size: 14px;
}
.card-bottom{
    height:210px;
}
.sliding-cards .modern-card {
    margin-right: 35px;
}
#proteinTabs{
    flex-wrap: nowrap;
    overflow: scroll;
    border:none;
    border-radius:0;
}
.site-footer{
    display:none;
}
.mob-footer{
    display:block;
}
.mob-footer-conatiner{
        padding: 40px 20px;
        background: #00663e;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 30px;
        border-top: 1px solid #e2e2e2;
}
.mob-footer-logo{
    text-align:center;
}
.mob-footer-logo img{
    width:80%;
}
.mob-social p{
    font-size:20px;
    line-height:30px;
    color:#fff;
    font-weight:500;
}
.mob-social-icons{
    display:flex;
    gap:10px;
    justify-content:center;
}
.mob-social-icons a img{
    width:30px;
}
.page-links{
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    align-items: center;
}
.page-links a{
        font-size: 18px;
    font-weight: 600;
    color: #fff;
}
.mailbox p{
    color:#fff;
    font-size:20px;
    line-height:30px;
    font-weight:600;
    text-align:center;
}
.email-link{
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    margin-top: 0px;
    font-weight: 500;
    text-decoration: none;
    font-size: 18px;
    line-height: 30px;
}
.email-link i{
    font-size:20px;
}
.mob-about-head{
        text-align: center;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    color: #fff;
}
.mob-about-desc{
     text-align: center;
    font-size: 18px;
    line-height: 140%;
    font-weight: 500;
    color: #fff;
}

}