@media only screen and (max-width:1025px)and (min-width:991px){
        .navbar-nav .nav-link{font-size: 12px !important;}
    .nav-item{padding: 0 6px !important;}
    .search-wrapper .searchForm.expanded{width: 250px ;}
}

@media only screen and (min-width:991px){
      .has-alert-bar .main {padding-top:141px;}
     /* --- Base navbar styles --- */
.organic_header .navbar-custom {background-color: #FFF5EE !important ;}
.organic_header .nav-item{padding: 0 14px !important;}
.organic_header .navbar-nav .nav-link {color: #13A049 !important;font-weight: 600 !important;font-size: 16px !important;font-family: var(--font-mark-ot) !important;line-height: 16px !important; position: relative !important;padding-bottom:11px !important;}
.organic_header .navbar-nav .nav-item:hover .nav-link,
.organic_header .navbar-nav .nav-item .nav-link.active {border-bottom: 2px solid #000;color: #000;}
/* --- Dropdown Menu --- */
.organic_header .navbar-nav {position: relative;}
.organic_header .dropdown-menu.mega-menu {
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  max-width: 100%;
  position: absolute;
  top: 100%;
  z-index: 1000;
  background-color: #FFF5EE;
  padding: 2rem;
  border: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.organic_header .dropdown-toggle::after{border: none;content: none;}
.organic_header .nav-item:hover .dropdown-menu {display: block;}
/* --- Mega Menu for large dropdowns --- */

.organic_header .mega-menu-section h6 {color: #13A049;font-size: 16px; font-weight: 700;line-height: 16px;font-family: var(--font-mark-ot); border-bottom: 1px solid #000000;margin-bottom: 0.75rem;padding-bottom: 0.5rem;}
.organic_header .mega-menu-section .dropdown-item {color: #000000;font-size: 14px;font-family: var(--font-mark-ot);font-weight: 300;line-height: 24px; white-space: normal;padding: 0.25rem 0;}
.organic_header .mega-menu-section .dropdown-item:hover{color: #b4975a;background-color: transparent;}
.organic_header .dropdown-item i {margin-right: 6px;}
.organic_header .mega-menu-section p{color: #000000;font-size: 14px;font-family: var(--font-mark-ot);font-weight: 300; line-height: 16px;padding-top: 24px;width: 100%;max-width: 200px;}
/* --- Optional button row --- */
.organic_header .mega-buttons {margin-top: 2rem;display: flex;gap: 1rem;}
.organic_header .mega-buttons a {padding: 16px;border-radius: 25px;text-decoration: none;font-weight: 600;font-size: 14px; font-size: 16px;font-family: var(--font-mark-ot);font-weight: 500;line-height: 16px;width: 100%;max-width: 250px;}
.btn-outline-success {background: #13A049; display: block;color: #FFF5EE;}
.btn-success {border: 1px solid #13A049 !important;background-color: transparent;  display: block; color:#13A049;border: none;}
.mobile_header{display: none;}

.search-wrapper {
    position: relative;
    margin-right: 6px; /* Add spacing from right elements */
  }

  .search-wrapper .searchForm {
    position: relative !important;
    width: 40px ;
    height: 40px;
    transition: width 0.4s ease !important;
    overflow: visible !important;
    display: flex !important;
    align-items: center !important;
    padding-right: 35px !important; /* Reserve space for the close icon inside */
  }

  .search-wrapper .searchForm.expanded {
    width: 280px;
  }

  .search-wrapper .searchForm input {
    width: 100%;
    border: 1px solid #13A049;
    outline: none;
    border-radius: 20px;
    padding: 10px 40px 10px 15px;
    font-size: 16px;
    display: none;
    background: #FFF5EE;
  }

  .search-wrapper .searchForm.expanded input {
    display: block;
  }

  .search-btn,
  .close-btn {
    position: absolute;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
  }

  .search-btn.outside {
    left: 10px;
  }

  .search-btn.inside {
    right: 40px;
    display: none;
  }

  .close-btn {
    right: 10px; /* Now inside the input/form width */
    display: none;
  }

  .searchForm.expanded .search-btn.outside {
    display: none;
  }

  .searchForm.expanded .search-btn.inside,
  .searchForm.expanded .close-btn {
    display: block;
  }

  .searchForm img {
    height: 20px;
    width: 20px;
  }
  .img_width{width: 22px !important;height:28px !important;}
}



@media only screen and (max-width:991px){


  .with_us{font-weight: 600;font-size: 16px;margin-bottom: 1rem;color: #13A049;font-family: var(--font-mark-ot);cursor: pointer;display: flex;justify-content: space-between;border-bottom: 1px solid #000000;padding-bottom: 16px;margin-bottom: 16px;}
    .with_us:hover{color: #13A049;}
  body.menu-open .search-wrapper {
  display: none !important;
}
.search-wrapper {
  transition: opacity 0.3s ease;
}

body.menu-open .search-wrapper {
  opacity: 0;
  pointer-events: none;
}

    .organic_header{display: none;}
    .icon {
        width: 22px;
        height: 22px;
        cursor: pointer;
        margin: 0;
      }
      .mobile-header,
      .section-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding:18px 16px;
        background:#FFF5EE;
        border-bottom: 1px solid #000000;
        position: relative;
        position: sticky !important;
        top: 0 !important;
        z-index: 1000 !important;
      }
      .mobile-header .center-logo {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        font-weight: bold;
        font-size: 1.2rem;
      }
      .section-header {
        display: none;
      }
      .back-arrow {
        font-size: 24px;
        cursor: pointer;
        user-select: none;
      }
      .mobile-nav {
        display: none;
        background: #FFF5EE !important;
        padding: 16px 16px 300px 16px;
      }
      .mobile-nav.open {
        display: block;
      }
      .nav-list {
        list-style: none;
        padding: 0;
        margin: 0;
      }
      .nav-list li {
        font-weight:600;
        font-size: 16px;
        margin-bottom: 1rem;
        color: #13A049;
        font-family: var(--font-mark-ot);

        cursor: pointer;
        display: flex;
      justify-content: space-between;
      border-bottom: 1px solid #000000;
      padding-bottom: 16px;
      margin-bottom: 16px;
      }
      .section-content {
        display: none;
        background: #fff6ee;
        padding: 16px 16px 150px 16px;
        min-height: 100vh;
      }
      .section-content.active {
        display: block;
      }
      .section-content .accordion-item {
        border: none !important;
        background-color: #FFF5EE !important;
        border-bottom: 2px solid #000000 !important;
      }
      .section-content .accordion-button,
  .section-content .accordion-button:not(.collapsed) {
      color: #000000;
    background-color: #FFF5EE !important;
    box-shadow: none !important;
    border-bottom: 2px solid #000000 !important;
  }
  .section-content .accordion-button::after{background-image: url(../new_home_images/accordion-pluse.svg);}
  .section-content .accordion-button:not(.collapsed)::after{background-image: url(../new_home_images/accordion-close.png);}
  .section-content .accordion-button {
  color: #13A049;
  font-size: 16px;
  font-family: var(--font-mark-ot);
  font-weight: 600;
  line-height: 16px;
    background-color: #FFF5EE !important;
    box-shadow: none !important;
    border:none !important;
    padding: 17px 0 !important;
  }
  .section-content .accordion-item:last-of-type{ border-bottom-right-radius:0;
  border-bottom-left-radius:0;}
  .section-content .accordion-body{padding: 11px 17px 19px;}
      .section-content .accordion .accordion-body a{color: #000000;font-size: 14px;font-family: var(--font-mark-ot);font-weight: 300;line-height: 26px;text-decoration: none;padding-bottom: 10px;display: block;}
      .section-content .accordion .accordion-body a:last-child{padding-bottom: 0;}
      .section-content .all_pr{display:block;font-size: 16px;font-family: var(--font-mark-ot);font-weight:400;line-height: 16px;color: #FFF5EE;background-color: #13A049;padding: 10px 20px;text-decoration: none;border-radius: 35px !important;}
      .section-content .sav_sub{display: block;  font-size: 16px;font-family: var(--font-mark-ot);font-weight:400;line-height: 16px;color: #13A049;background-color: #FFF5EE;padding: 10px 20px;text-decoration: none;border-radius: 35px !important;margin-top: 17px;border:2px solid #13A049;}
      .section-content .tea_med{font-size: 12px;font-family: var(--font-mark-ot);line-height: 16px;color: #000000;padding-left: 15px;}

       .search-wrapper {
  position: relative;
  margin-right: 6px;
}

.search-wrapper .searchForm {
  position: relative;
  width: 40px;
  height: 64px;
  transition: width 0.4s ease;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding-left: 35px; /* Reserve space on the left now */
}

.search-wrapper .searchForm.expanded {
  width: 280px;
}

.search-wrapper .searchForm input {
  width: 100%;
  border: 1px solid #13A049;
  outline: none;
  border-radius: 20px;
  padding: 10px 15px 10px 40px; /* padding-left now leaves room for close button */
  font-size: 16px;
  display: none;
  background: #FFF5EE;
}

.search-wrapper .searchForm.expanded input {
  display: block;
}

.search-btn,
.close-btn {
  position: absolute;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 2;
}

.search-btn.outside {
  left: 10px;
}

.search-btn.inside {
  left: 44px;
  display: none;
}

.close-btn {
  left: 10px;
  display: none;
}

.searchForm.expanded .search-btn.outside {
  display: none;
}

.searchForm.expanded .search-btn.inside,
.searchForm.expanded .close-btn {
  display: block;
}

.searchForm img {
  height: 20px;
  width: 20px;
}

.hidden-when-search-expanded {
  display: none !important;
}
.mobile-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height:83px; /* Your header height */
    z-index: 1000;
    background: #FFF5EE !important;
    /* other styles */
  }

  .mobile-nav {
    position: fixed; /* or absolute inside header */
    top:118px; /* below header */
    left: 0;
    right: 0;
    bottom: 0; /* fill remaining screen */
    background: #FFF5EE !important;
    overflow-y: auto; /* enable scrolling */
    -webkit-overflow-scrolling: touch; /* smooth scrolling on iOS */
    display: none; /* show/hide with JS */
    z-index: 999;
  }

  .mobile-nav.active {
    display: block;
  }

  /* similarly for .section-content if it is tall */
  .section-content {
    max-height: calc(100vh - 56px); /* full screen minus header */
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .empty_div{margin-top:118px;}
  .ui-widget.ui-widget-content{top: 116px !important;border: 0 !important;}
}
@media screen and (max-width: 769px){
    .has-alert-bar .main {padding-top:141px;}
}

@media only screen and (max-width:768px){
  .inspired_by .over_review{font-size: 20px;}
  .has-alert-bar .main {padding-top: 118px !important;}
}