body {
      font-family: Arial, Helvetica, sans-serif !important;
    }

html, body {
  overflow-x: hidden !important;
}
body, html, .container, .row {
    overflow: visible !important;
}
/* ==============================
   🌐 Top Header Styling
============================== */
.top-header {
    background-color: #1f3a31 !important;
    border-bottom: 1px solid #e0e0e0 !important;
    font-size: 14px !important;
    color: #fff !important;
    padding: 8px 0 !important;
}


/* search s */
.amazon-search-bar {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    border: 2px solid #2d9862;
    position: relative;
}

.category-select {
    padding: 11px 7px;
    border: none;
    background: #f3f3f3;
    font-size: 13px;
    border-right: 1px solid #ccc;
    outline: none;
    cursor: pointer;
    /* width: auto; */
    display: inline-block;
    padding-right: 0px;
    flex-shrink: 0;
    min-width: 130px !important;
}

/* Options text */
.category-select option {
    padding: 8px 12px;
    /* white-space: nowrap;  */
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word !important;
}


/*  */

#selectWidth {
    position: absolute;
    visibility: hidden;
    white-space: nowrap;
    font-size: 16px;
    font-family: inherit;
}

.amazon-search-bar input {
    flex: 1;
    padding: 9px 15px;
    border: none;
    font-size: 14px;
    outline: none;
}

.search-btn {
    background: #2d9861;
    border: none;
    padding: 9px 17px;
    cursor: pointer;
}

.search-btn i {
    color: #fff;
    font-size: 18px;
}

.search-results {
    position: absolute;
    top: 48px;
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    max-height: 250px;
    overflow-y: auto;
    display: none;
    z-index: 9999;
}

.search-results div {
    padding: 10px;
    cursor: pointer;
}

.search-results div:hover {
    background: #f1f1f1;
}

/* search e */


/* ==============================
   📞 Phone & Email Section
============================== */
.phone_mail_details {
    display: inline-block !important;
    font-weight: 500 !important;
}

.phone_mail_details i {
    font-size: 14px !important;
    vertical-align: middle !important;
    color: #fff !important;
}

.phone_mail_details i:hover{
    color: #2d9963 !important;
}
/* Contact links */
.contact-link {
    color: #fff !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
}

.contact-link:hover {
    color: #2d9963 !important;
    text-decoration: none !important;
}

/* Divider line */
.phone_mail_details .text-muted {
    color: #bbb !important;
}

.social_icon i{
    color: #fff !important;
    margin-left: 7px;
    margin-right: 7px;
}

.top-right h4{
  display: inline-block;
  font-size: 13px;
  margin-bottom: 0px;
}

/* ==============================
   📱 Responsive Styles
============================== */
@media (max-width: 576px) {
    .top-header {
        text-align: center !important;
    }

    .phone_mail_details {
        display: block !important;
        line-height: 1.6 !important;
    }

    .top-right {
        margin-top: 6px !important;
    }
}


/* toggle header bar css s */

.toggle_button_header {
    background-color: #1f3a31 !important;
    border: none !important;
    padding: 8px 10px !important;
    border-radius: 4px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.3s ease-in-out !important;
}

/* Default Bootstrap icon styling */
.toggle_button_header .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,1%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
    width: 22px !important;
    height: 22px !important;
}

/* Hover effect */
.toggle_button_header:hover {
    background-color: #2d9963 !important;
    transform: scale(1.05) !important;
}

/* Focus effect */
.toggle_button_header:focus {
    box-shadow: 0 0 0 3px rgb(31 58 49) !important;
}

/* Responsive */
@media (max-width: 576px) {
    .toggle_button_header {
        padding: 6px 8px !important;
    }
}

/* toggle header bar css e */

/*  offcanva css s  cross button icon*/
.custom-close-fa {
    position: absolute !important;
    top: 15px !important;
    right: 15px !important;
    background: #d8dadc !important;
    color: #333 !important;
    border: 2px solid #1f3a31 !important;
    font-size: 22px !important;
    border-radius: 50% !important;
    width: 35px !important;
    height: 35px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.3s ease-in-out !important;
}

/* Hover */
.custom-close-fa:hover {
    background: #1f3a31 !important;
    color: #fff !important;
    transform: rotate(90deg) !important;
}

/* offcanva css e */

.toggle_button_header {
    display: none !important;
}

/* Show on mobile */
@media (max-width: 768px) {
    .toggle_button_header {
        display: block !important;
    }
}

/* logo css s */
.navbar-logo {
    height: auto !important;
    width: 200px !important;
    object-fit: contain !important;
    transition: transform 0.3s ease !important;
}

/* Hover effect on logo */
.navbar-brand:hover .navbar-logo {
    transform: scale(1.05) !important;
}
/* logo css e */

/* main header navbar css s */
.main_header_nav {
    background-color: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.nav_header_desk .nav-link {
    color: #1f3a31 !important;
    transition: color 0.3s ease !important;
    font-weight: 700;
    margin-right: 10px;
    margin: 7px;
    font-size: 17px;
}

.nav_header_desk .nav-link:hover {
    color: #ffffff !important;
    background-color: #2d9862;
    padding: 6px 10px 10px 10px;
    border-radius: 5px;
    margin-right: 10px;
    margin: 7px;
}

.main_header_nav.sticky-top {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
}
.sticky-top {
    position: -webkit-sticky;
    position: sticky !important;
    top: 0 !important;
    z-index: 1020 !important;
}
/* main header navbar css e */


/* Sub-dropdown styling */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 0px;
}
.dropdown-item.active, .dropdown-item:active{
    background-color: #2c9960 !important;
}
.submenu_fashion{
    background-color: #1f3a31 !important;
    border-top: 3px solid #2d9862 !important;
    width: 270px !important;
    border-radius: 10px !important;
    font-size: 14px !important;
}

.dropdown-submenu .dropdown-item:hover {
    color: #fff !important;
}

.dropdown-submenu > .dropdown-menu .dropdown-item:hover {
  background-color:#1f3a31 !important;
  color: #fff !important;
  border-radius: 10px !important;
  font-size: 14px !important;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-menu > .dropdown-submenu:hover > .dropdown-item {
    background-color: #203b32;
}

/*  */


/* Reset background for inner submenu so it stays unaffected */

/*  */


/* Show dropdown on hover for desktop */
@media (min-width: 992px) {
    .navbar-nav .dropdown:hover > .dropdown-menu {
        display: block;
        margin-top: 0;
    }

    .navbar-nav .dropdown .dropdown-menu {
        transition: all 0.3s ease;

    }
}


.nav-link:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 .25rem 4px rgb(255 255 255);
}
.nav-link:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}


/* Ensure dropdown item has space for the icon */
.dropdown-submenu > .dropdown-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.shop_dropdot {
  display:flex;
}
.shop_dropdot span{
  margin-left: -12px !important;
}
.shop_dropdot span:hover{
  background-color: #b4b0b0 !important;
  padding: 0px;
}

.dropdown-submenu > .dropdown-item i {
    font-size: 0.8rem;
}

.category_dropdown_hovershow{
    background-color: #2d9862 !important;
    border-top: 2px solid #fd852f !important;
    width: 290px;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.category_dropdown_hovershow li{
    border-bottom: 1px dotted #fff;
}

.category_dropdown_hovershow li a{
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}
.dropdown-menu li:nth-child(2):hover a {
  color: #fff !important;
}
.dropdown-submenu > .dropdown-menu li{
padding-top: 10px !important;
padding-bottom: 10px !important;
}
.dropdown-submenu > .dropdown-menu li a{
 padding-top: 1px !important;
 padding-bottom: 1px !important;
}

/* right icon header submenu s */

.fasion_dropmenu_li > a.dropdown-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  padding-right: 15px;
}

.fasion_dropmenu_li > a.dropdown-item i.fa-angle-double-right {
  margin-right: 6px;
}

.fasion_dropmenu_li > a.dropdown-item .float-end {
  margin-left: auto;
}

/*  heaer desktop end*/
/* mobile heaader css s */
.offcanva_mobile_header {
    background-color: #1f3a31 !important;
}
.offcanva_logo img{
width: 145px;
height: auto;
}
.offcanva_discription_div p{
  font-size: 14px;
  color: #fff !important;
  line-height: 24px;
}
#customDropdownBtn .icon {
  font-size: 20px;
  font-weight: bold;
  transition: 0.3s;
}
/* accordion css s */

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

    .accordion-item {
      margin-bottom: 10px;
      border-radius: 8px;
      border: 1px solid #ddd;
      overflow: hidden;
    }

    .accordion-header {
      margin: 0;
    }

    .accordion-toggle {
      /* display: flex !important; */
      justify-content: space-between;
      align-items: center;
      text-decoration: none;
      transition: all 0.3s ease;
    }

    .accordion-toggle:hover {
      color: #fff;
    }

    /* + / − Icon */
    .accordion-toggle::after {
      content: '+';
      font-weight: bold;
    }

    .accordion-toggle.collapsed::after {
      content: '+';
      float: right;
    }

    .accordion-toggle:not(.collapsed)::after {
      content: '−';
      float: right;
    }

    .nested-accordion {
      list-style-type: none;
      padding-left: 0;
      margin-top: 0px;
      background-color: #51cf95;
    }

    .nested-accordion .accordion-item {
      border: none;
      margin-bottom: 0px;
    }
    .accordion_mobile_offcanva li{
      border-bottom: 1px solid #fff;
    }

    .nested-product-list {
      list-style-type: none;
      padding-left: 0px;
      margin: 0;
      margin-left: 12px;
      margin-right: 12px;
      background-color: #35986952;
    }

    .nested-product-list li a {
      display: block;
      padding: 0px 12px;
      text-decoration: none;
      color: #fff;
      font-size: 14px !important;
      border-radius: 4px;
      transition: all 0.3s ease;
      margin-left: 14px;
      margin-right: 14px;
    }

    .nested-product-list li a:hover {
      background-color: #007bff;
      color: white;
    }
    /* accordion li border show s */

    .accordion_div_listse li {
      border-bottom: 1px dotted #fff;
      padding-top: 5px !important;
      padding-bottom: 5px !important;
    }

    .accordion_div_listse li .accordion-collapse.show {

      border-bottom: none;
    }

    .accordion_div_listse li > .accordion-header > a[aria-expanded="true"] {
      border-bottom: 1px dotted #fff;
      display: block;
      padding-bottom: 5px !important;
    }


    .accordion_div_listse li > .accordion-header > a[aria-expanded="true"] {
      border-bottom: 1px dotted #fff;
    }

    .accordion_div_listse li > .accordion-header > a[aria-expanded="true"] {
      border-bottom: 1px dotted #fff;
    }

    .accordion_div_listse li > .accordion-header > a[aria-expanded="true"] {
      border-bottom: 1px dotted #fff;
    }

    .accordion_div_listse li > .accordion-header > a[aria-expanded="true"] {
      border-bottom: 1px dotted #fff;
    }
    .accordion_div_listse li a {
      font-size: 14px;
      color: #fff;
      padding: 0px;
      text-decoration: none !important;
    }

    .mobile_header_div1 {
      font-size: 14px;
      font-weight: 500;
      line-height: 24px;
    }
    .mobile_header_div1 a{
      color: #fff !important;
      text-decoration: none !important;
    }
    .mobile_header_div{
      color: #fff;
      font-size: 14px;
      font-weight: 500;
      line-height: 24px;
      margin-left: 12px;
      margin-right: 12px;
    }
    .mobile_header_div a{
      color: #fff;
    }
    .accordion_mobile_offcanva li{
      padding-top: 5px;
      padding-bottom: 5px;
    }

/* accordion css e */

/* contat details offcanva css s */


.contact_detail_offcanva {
  background: rgba(255, 255, 255, 0.08);
  padding: 18px 20px;
  border-radius: 12px;
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 4px 15px rgba(0,0,0,0.25);
  margin-top: 20px;
}

.contact_detail_offcanva ul {
  padding: 0;
  margin: 0 0 12px 0;
  list-style: none;
}

.contact_detail_offcanva ul li {
  margin-bottom: 15px;
}

.contact_detail_offcanva ul li a {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: 0.3s ease;
  display: inline-flex;
  align-items: center;

}

.contact_detail_offcanva ul li a:hover {
  color: #00e5ff;
  text-shadow: 0 0 6px #00eaff;
  transform: translateX(4px);
}

/* icon css s */

/* icon css e */

/* SOCIAL ICON SECTION */
.social_icon_offacnva ul {
  display: flex;
  gap: 12px;
  padding: 0;
  margin-top: 12px;
  list-style: none;
}

.social_icon_offacnva ul li a {
  width: 38px;
  height: 38px;
  background: rgba(255, 255, 255, 0.12) !important;
  border-radius: 50% !important;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  transition: 0.35s ease;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
}
.social_icon_offacnva ul li a i {
  margin-left: 15px !important;
  font-size: 18px !important;
}

/* ICON Hover Animation */
.social_icon_offacnva ul li a:hover {
  background: #00e5ff;
  color: #000;
  transform: translateY(-4px) scale(1.1);
  box-shadow: 0 0 12px #00eaff, 0 0 25px #00eaff;
}
.contact_detail_offcanva h5 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  text-shadow: 0 0 8px rgba(0, 234, 255, 0.7);
  letter-spacing: 0.5px;
  margin-bottom: 18px;
  margin-top: 18px;
}
.social_icon_offacnva h5{
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  text-shadow: 0 0 8px rgba(0, 234, 255, 0.7);
  letter-spacing: 0.5px;
  margin-bottom: 18px;
  margin-top: 18px;
}
.contact_detail_offcanva ul li a i{
  margin-right: 15px;
  font-size: 23px;
  color: #fff;
}
/* contact details offacnva css e */

/* mobile header css e */

/* feacture css s */
.features-section {
  background: linear-gradient(135deg, #1f3a31 0%, #2c9960 100%);
  padding-top: 100px;
  padding-bottom: 60px;
  /* margin-top: 25px; */
}

/*  */
.top_features_box {
  position: relative;
  background-color: #e1ece9;
  padding: 60px 20px 20px;
  text-align: center;
  border-radius: 10px;
  color: #000;
  overflow: visible;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid gray;
  outline: 4px solid #fff;
  margin-bottom: 90px;
}

.top_features_box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.top_features_box h3 {
  font-size: 20px !important;
  font-weight: 700;
  color: #000;
  margin-top: 18px;
  margin-bottom: 10px;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  transition: color 0.3s ease;
}
/*  */

.features_box {
  position: relative;
  background-color: #e1ece9;
  padding: 60px 20px 20px;
  text-align: center;
  border-radius: 10px;
  color: #000;
  overflow: visible;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid gray;
  outline: 4px solid #fff;

}

.features_box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}


.features_images_div {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #C9E787;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.features_images_div:hover{
  border: 2px dotted #173d22;
}

.features_images_div img {
  width: 80%;
  height: auto;
  object-fit: contain;
  transition: transform 0.6s ease-in-out;
  transform-origin: center;
}

.features_images_div:hover img {
  transform: scale(1.15);
}

.features_box h3 {
  font-size: 20px !important;
  font-weight: 700;
  color: #000;
  margin-top: 18px;
  margin-bottom: 10px;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  transition: color 0.3s ease;
}

/* Optional hover effect for title */
.features_box h3:hover {
  color: #173d22;
}
.features_box p {
  font-size: 14px;
  line-height: 24px;
  color: #000;
  font-weight: 400;
}

.features_box p:hover{
  color: #173d22;
}


/* feacture css e */

/* about-section s */



.about_section_start {
  background: #F5F1E9;
  border-top-left-radius: 185px;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

/* Image styling */
.about_section_start .about_image img {
  width: 100%;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.about_section_start .about_image img:hover {
  transform: scale(1.03);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

/* Content styling */
.about_section_start .about_content {
  padding: 20px 40px;
  color: #1b3b2f; /* deep green tone */
}

.about_section_start .about_content h1 {
    font-size: 16px;
    font-weight: 700;
    color: #203a31;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.about_section_start .about_content h2 {
  font-size: 40px;
  font-weight: 700;
  color: #203a31;
  margin-bottom: 13px;
}

.about_section_start .about_content p {
  font-size: 14px;
  color: #444;
  line-height: 24px;
  margin-bottom: 15px;
  text-align: justify;
}

.btn-consultation a{
    color: #fff !important;
    text-decoration: none !important;
}


/* Responsive design */
@media (max-width: 991px) {
  .about_section_start {
    border-top-left-radius: 40px;
    padding: 60px 20px;
  }

  .about_section_start .about_content {
    padding: 20px 0;
    text-align: center;
  }

  .about_section_start .about_image {
    margin-bottom: 30px;
  }
}

/* animation css about  content s*/

/* Optional: subtle hover text glow */
.about_content h1:hover,
.about_content h2:hover {
  color: #2c9962;
  text-shadow: 0 0 8px rgba(29, 127, 93, 0.3);
  transition: all 0.4s ease;
}

/* Optional: fade-in effect when scrolling into view */
.about_section_start {
  scroll-margin-top: 100px;
}

/* animation css about content e */

/*about sec Read More button style */
.read_more_btn {
    display: inline-block;
    margin-top: 1px;
    padding: 16px 35px;
    background-color: #FF6A01;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 30px 1px;
    text-decoration: none;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    font-size: 14px;
}

/* Hover effect */
.read_more_btn:hover {
  background-color: #144e38;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(29, 127, 93, 0.3);
}

/* Optional subtle entry animation */
.read_more_btn {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 1s ease forwards;
  animation-delay: 1.2s;
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* about-section e */

/* couter section css s */
.counter_section {
  background: linear-gradient(135deg, #173d22 0%, #319762 100%);
  padding: 32px 0 68px;

}

.counter_box {
  background: #fff;
  border-radius: 20px;
  padding: 30px 15px;
  margin: 15px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.counter_box:hover {
  transform: translateY(-8px) !important;
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.12);

}

.counter_box h2 {
  font-size: 36px;
  color: #1d7f5d;
  font-weight: 700;
  display: inline-block;
  margin: 0;
  line-height: 1;
}

.counter_box span {
  font-size: 28px;
  color: #1d7f5d;
  font-weight: 600;
  margin-left: 4px;
}

.counter_box p {
  margin-top: 10px;
  color: #333;
  font-size: 16px;
  font-weight: 500;
}

/* Animation fade-in */
.counter_box {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 1s ease forwards;
  border: 1px solid gray;
  outline: 4px solid #fff;
}

.gradient_box:hover {
  background: linear-gradient(135deg, #2d9862d1, #fafffe);
  color: #fff;
  border-radius: 20px;
  padding: 40px 20px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px) !important;
  }
  100% {
    opacity: 1;
    transform: translateY(0) !important;
  }
}

@media (max-width: 767px) {
  .counter_box h2 {
    font-size: 28px;
  }
}

/* counter section css e */

/* need to expert sec css s */
.Need_Expert_Advice {
  background: linear-gradient(135deg, #faf5ea 0%, #faf5ea 100%);
  padding-top: 100px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
  color: #fff;
}

/* Text Content */
.need_expert_content_div {
  color: #fff;
}

.need_expert_content_div h3 {
  font-size: 16px;
  color: #1f3a31;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.need_expert_content_div h2 {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #1f3a31;
  line-height: 1.3;
}

.need_expert_content_div p {
  font-size: 14px;
  line-height: 24px;
  color: #000;
  margin-bottom: 25px;
}

.need_expert_content_div h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #349669;
}

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

.what_youll_get li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 8px;
  font-size: 14px;
  color: #000;
  display: flex;
  align-items: center;
}
.what_youll_get li i {
  color: #1f3a31; /* main icon color */
  font-size: 18px;
  margin-right: 10px;
  background: rgba(31, 58, 49, 0.15); /* soft background tint */
  border-radius: 50%;
  padding: 8px;
  transition: all 0.3s ease;
  box-shadow: 0 0 10px rgba(31, 58, 49, 0.4);
}

/* Hover effect for icons */
.what_youll_get li i:hover {
  background: #359868;
  color: #fff;
  transform: scale(1.0) rotate(10deg);
  box-shadow: 0 0 15px rgba(31, 58, 49, 0.6);
}
/* add animation content s */
/* Scroll Animation */
.animate-on-scroll {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.8s ease-out;
}

.animate-on-scroll.active {
  opacity: 1;
  transform: translateY(0);
}
/* add animation content e */

/* button need expert  */
.book_btn {
  display: inline-block;
  margin-top: 7px;
  padding: 14px 32px;
  background: #1f3a31;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 8px 20px rgba(31, 58, 49, 0.4);
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

/* Subtle hover gradient and lift effect */
.book_btn:hover {
  background: linear-gradient(135deg, #1f3a31, #2f5b4a);
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(31, 58, 49, 0.6);
}

/* Ripple shine animation effect */
.book_btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  transform: skewX(-20deg);
  transition: left 0.6s ease;
}

.book_btn:hover::after {
  left: 200%;
}

/* end */
/* need to expert sec css s */

/* Right Side Big Image */
.need_exprt_image_big {
  position: relative;
  text-align: right;
}

.need_exprt_image_big img {
  max-width: 70%;
  height: auto;
}

/* Small Image (Floating Animation on Left) */
.need_expert_image_small {
    position: absolute;
    bottom: 68px;
    z-index: 2;
    margin-left: 112px;
}

.need_expert_image_small img {
  width: 185px;
  animation: floatUpDown 3s ease-in-out infinite;
  filter: drop-shadow(0 8px 15px rgba(0, 0, 0, 0.3));
}

/* Floating Animation */
@keyframes floatUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}

/* Responsive Design */
@media (max-width: 992px) {
  .need_exprt_image_big {
    text-align: center;
    margin-bottom: 40px;
  }

  .need_expert_image_small {
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
  }

  .need_expert_image_small img {
    width: 140px;
  }

  .need_expert_content_div h2 {
    font-size: 28px;
  }
}

/* need to expert sec css e */

/* certificate sec s */
.certificate_sec {
  background: linear-gradient(135deg, #f0f8f5, #ffffff);
  text-align: center;
}

.certificate_sec h3 {
  font-size: 32px;
  color: #1f3a31; /* your brand color */
  font-weight: 700;
  margin-bottom: 50px;
  position: relative;
}

/* Optional underline / decorative line under heading */
.certificate_sec h3::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background-color: #1f3a31;
  margin: 15px auto 0 auto;
  border-radius: 2px;
}

/* Certificate image container */
.certificate_image_div {
  background-color: #ffffff;
  padding: 15px;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  margin-bottom: 0px;
  border: 1px solid #8080803d;
  outline: 5px solid #fff;
}

/* Hover effect on certificate images */
.certificate_image_div:hover {
  transform: translateY(-10px) scale(1.03);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

/* Images inside certificate boxes */
.certificate_image_div img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  transition: transform 0.5s ease;
}

/* Optional image hover zoom */
.certificate_image_div:hover img {
  transform: scale(1.05);
}

.has-image[data-image-fit=contain] .fancybox__image{
  border-radius: 5px !important;
  border: 3px solid #FF6A01 !important;
}

/* fancybox share css s */
.share-wrapper {
  position: relative;
  display: inline-block;
  padding: 4px !important;
}
.share-dropdown {
  display: none;
  position: absolute;
  top: 30px;
  right: 0;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  width: 180px;
  z-index: 9999;
}
.share-dropdown ul {
  list-style: none;
  margin: 0;
  padding: 6px 0;
}
.share-dropdown li {
  border-bottom: 1px solid #eee;
}
.share-dropdown li:last-child {
  border-bottom: none;
}
.share-dropdown a {
  display: block;
  padding: 8px 15px;
  color: #333;
  text-decoration: none;
  font-size: 14px;
}
.share-dropdown a:hover {
  background: #f5f5f5;
  color: #000;
}
.share-wrapper:hover .share-dropdown {
  display: block;
}
/* fancybox share css e */

/* Responsive adjustments */
@media (max-width: 991px) {
  .certificate_sec h3 {
    font-size: 28px;
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .certificate_sec {
    padding: 50px 20px;
  }

  .certificate_image_div {
    margin-bottom: 20px;
    padding: 15px;
  }
}

/* certificate sec e */


/* 5 best natural s */

.Natural_Ingredients_sec {
    background: #f7f5ef;
}

.natural-title {
    font-size: 36px;
    font-weight: 700;
    color: #194d24;
    text-align: left;
}

.natural-subtitle {
    font-size: 14px;
    color: #000;
    max-width: 600px;
    line-height: 24px;
    margin-bottom: 30px;
}

/* Ingredient Cards */
.natural_card {
    background: #ffffff;
    border: 2px solid #d7e8cc;
    border-radius: 15px;
    padding: 10px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
    transition: all 0.3s;
    text-align: center;
}

.natural_card h5 {
    margin-top: 15px;
    font-size: 20px;
    font-weight: 700;
    color: #1d5c2f;
}

.natural_card p {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
}

.natural_card img {
    width: 100%;
    max-height: 238px;
    object-fit: contain;
    border-radius: 10px;
}

/* Hover effect */
.natural_card:hover {
    transform: translateY(-7px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
    border-color: #b2da9f;
}

/* Floating animation */
.float-updown {
    animation: floatAnim 3.8s ease-in-out infinite;
}

@keyframes floatAnim {
    0% { transform: translateY(0); }
    50% { transform: translateY(-12px); }
    100% { transform: translateY(0); }
}


/* 5 best natural e */

/* product add section css s */
.product_section{
  padding: 0px 0px 55px;
  text-align: center;
  background: linear-gradient(135deg, #c0ded070, #c0ded070, #f5f6f8, #f5f6f8);
}

.product_card {
   background: #ffffff;
  border-radius: 20px;
  padding: 15px;
  text-align: center;
  position: relative;
  overflow: hidden;
  margin-top: 23px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  }
  .product_card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
  }

  /* Heart icon */
  .favorite_icon {
    position: absolute !important;
    top: 22px !important;
    left: 22px !important;
    font-size: 24px !important;
    color: #fff !important;
    cursor: pointer !important;
    z-index: 10 !important;
    transition: color 0.3s ease !important;
  }
  .favorite_icon.red {
    color: red !important;
  }
.product_title {
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
  margin-top: 15px;
}

.rating {
  color: yellow;
  margin: 10px 0;
}
.rating i{
 font-weight: 900;
}

.price {
  font-size: 19px;
  font-weight: 700;
  margin: 2px 0px;
  color: #1f3a31;
}

.action_buttons {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
}


.call_btn {
  background: #006A3B;
  padding: 10px 20px;
  color: white;
  font-weight: 600;
  border-radius: 30px;
  text-decoration: none;
}

.buy_btn {
    background: linear-gradient(180deg, #369769, #1f3a31fc);
    padding: 9px 30px;
    color: #fff;
    font-weight: 700;
    border-radius: 30px;
    text-decoration: none;
    font-size: 14px;
}

  /* Image hover overlay */
  .product_image {
    position: relative;
    cursor: pointer;
    border-radius: 20px;
    overflow: hidden;
  }

  .product_image img{
    border-radius: 20px;
  }
  .product_img {
    display: block;
    width: 100%;
    transition: transform 0.5s ease, opacity 0.3s ease;
  }

  /* Overlay on hover */
  .img_overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-color: rgba(0,0,0,0.25);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
    border-radius: 20px;
  }

  /* Add to Cart button centered */
  .add_cart_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* Center both horizontally and vertically */
    background-color: #339769;
    border: none;
    color: #fff;
    padding: 10px 20px;
    border-radius: 25px;
    font-weight: 600;
    font-size: 14px;
    opacity: 0;
    transition: opacity 0.3s ease;
    cursor: pointer;
    z-index: 15;
  }

  /* Show overlay and button on hover */
  .product_image:hover .img_overlay {
    opacity: 1;
  }
  .product_image:hover .product_img {
    opacity: 0.7;
    transform: scale(1.05);
  }
  .product_image:hover .add_cart_btn {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
/* product add section css e */

/* Real People. Real Healing css section s */
.Real_People_Real_Healing{
    padding: 47px 0px 15px 0px;
    /* max-width: 650px;
    text-align: center;
    margin: auto; */
}

.custom-card {
  width: 100%;
  height: 318px !important;
  border-radius: 22px;
  overflow: hidden;
  position: relative;

  transition: transform .35s ease-out;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

/* Floating effect */
.custom-card:hover {
  transform: translateY(-12px);
  /* box-shadow:
      10px 10px 30px rgba(0,0,0,0.20),
      -10px -10px 30px rgba(255,255,255,0.8); */
}

/* ---- IMAGE ---- */
.custom-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s ease;
  display: block;
}
.custom-card .title-static:after {
    border-bottom: 0 !important;
    background: none !important;
}
.custom-card h4{
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #1f3a31 !important;
  text-align: center !important;
  margin-bottom: 0px !important;
  margin-top: 0px !important;
  text-transform: uppercase;
  padding-left: 5px;
  padding-right: 5px;
}
.custom-card .title-static:after {
    content: none !important;
}
.custom-card p {
  font-size: 14px !important;
  line-height: 24px !important;
  color: #000 !important;
  font-style: italic !important;
  text-align: center;
  padding-left: 5px !important;
  padding-right: 5px !important;
}

/* Smooth zoom */
.custom-card:hover img {
  transform: scale(1.01);
}

/* Shine effect */
.custom-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(
      120deg,
      transparent,
      rgba(255,255,255,0.5),
      transparent
  );
  transform: skewX(-20deg);
  opacity: 0;
  transition: .7s;
}

.custom-card:hover::after {
  left: 160%;
  opacity: 1;
}

/* Owl Navigation */
.Real_People_Real_Healing .owl-nav button {
  position: absolute;
  top: 40%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255,255,255,0.9) !important;
  backdrop-filter: blur(5px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.15);
  transition: all 0.3s;
}

.Real_People_Real_Healing .owl-nav button:hover {
  background: #339769 !important;
  color: #fff !important;
  transform: scale(1.1);
}
.Real_People_Real_Healing h3{
  font-size: 16px !important;
    color: #1f3a31 !important;
    margin-bottom: 10px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
}
.Real_People_Real_Healing h4{
  font-size: 34px;
  font-weight: 700;
  color: #1b4332;
  letter-spacing: 1px;
  margin-bottom: 15px;
  position: relative;
  display: block;
}
.Real_People_Real_Healing h4::after {
  content: "";
  display: block;
  width: 200px;
  height: 4px;
  background: #40916c;
  margin: 10px auto 0;
  border-radius: 2px;
}

.Real_People_Real_Healing .owl-nav .owl-prev {
  left: -25px;
}

.Real_People_Real_Healing .owl-nav .owl-next {
  right: -25px;
}

.Real_People_Real_Healing .owl-nav i {
  font-size: 22px;
}

/* Dots */
.Real_People_Real_Healing .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  background: #bbb;
  display: block;
  border-radius: 50%;
  transition: all .3s;
  display: none !important;
}

.Real_People_Real_Healing .owl-carousel .item {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}


.owl-dots .owl-dot.active span {
  background: #007bff;
  width: 25px;
  border-radius: 12px;
  display: none !important;
}
.owl-theme .owl-dots .owl-dot{
  display: none !important;
}

/* Real People. Real Healing section css e */

/* Our Blog section css s */

.our_blogs_sec {
  background: #f8f9fa;
  padding: 0px 0 50px;
}

.our_blogs_sec h3{
  text-align: center;
}
.our_blogs_sec h4{
  text-align: center;
}
/* ====== Individual Blog Card ====== */
.blog_box_div {
  background: #ffffff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  transition: all 0.4s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
  outline: 3px solid #fff;
}

/* ====== Hover Effect ====== */
.blog_box_div:hover {
  transform: translateY(-10px);
  box-shadow: rgba(149, 157, 165, 0.35) 0px 12px 28px;
}

/* ====== Blog Image ====== */
.blog_images {
  overflow: hidden;
  height: 150px;
}

.blog_images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.blog_box_div:hover .blog_images img {
  transform: scale(1.1);
}

/* ====== Blog Content ====== */
.blog_content {
  padding: 20px;
  flex: 1;
}

.blog_content h3 {
  font-size: 16px;
  margin-bottom: 10px;
  color: #1f3a31;
  font-weight: 600;
  transition: color 0.3s ease;
  line-height: 24px;
  text-align: left;
}

.blog_content p {
    font-size: 14px;
    line-height: 24px;
    color: #000;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 0px;
}

/* Change heading color on hover */
.blog_box_div:hover .blog_content h3 {
  color: #339668;
}

/* ====== Blog Buttons / Footer ====== */
.blog_button_div {
  display: flex;
  justify-content: space-between;
  padding: 15px 8px;
  border-top: 1px solid #eee;
  background-color: #36986a;
}

.blog_button_div a {
  text-decoration: none;
  font-size: 13px;
  color: #fff;
  font-weight: 700;
  transition: all 0.3s ease;
}

.blog_button_div a:hover {
  color: #fff;
  text-decoration: none;
}

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

.blog_button_div a:hover i {
  transform: translateX(3px);
}

/* ====== Responsive ====== */


/* Our Blog section css e */

/*  google best review section css s */

.google_review_sec {
  position: relative;
  /* background: #f8f9fa; */
  background: linear-gradient(135deg, #c0ded070, #c0ded070, #f5f6f8, #f5f6f8);
  text-align: center;
  padding-top: 5px;
  padding-bottom: 15px;
}

/* Owl Carousel Item */
.google_review.owl-carousel .item {
  padding: 0px;
  margin-bottom: 25px;
  margin-top: 25px;
}

.google_review_sec .owl-nav.disabled {
  display: block !important;
}

/* Review Box */
.google_review_box {
  background: #fff;
  border-radius: 20px;
  padding: 25px 10px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  text-align: center;
  transition: all 0.4s ease;
  height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.google_icon {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 24px;
    background: linear-gradient(45deg,
      #4285F4,
      #34A853,
      #FBBC05,
      #EA4335);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.google_review_box:hover {
  transform: translateY(-10px);
  box-shadow: rgba(149, 157, 165, 0.35) 0px 12px 28px;
}

.review_scroll {
  max-height: 95px;
  overflow-y: auto;
  padding-right: 5px;
  margin-top: 10px;
}

/* Optional: beautiful thin scrollbar */
.review_scroll::-webkit-scrollbar {
  width: 5px;
}

.review_scroll::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}

.review_scroll::-webkit-scrollbar-thumb:hover {
  background: #999;
}

/* Review Image */
.google_review_img {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  margin-bottom: 20px;
}

.google_review_img img {
  width: 60px !important;
  height: 60px !important;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 15px;
  border: 3px solid #339769;
  transition: transform 0.5s ease;
}
.google_review_img .stars {
  margin: 5px 0 10px 0;
  color: #f4c150;
  font-size: 16px;
}
.google_review_box:hover .google_review_img img {
  transform: scale(1.1);
}

/* Review Text */
.google_review_img p {
  font-size: 14px;
  line-height: 24px;
  color: #000;
  font-style: italic;
  margin: 0;
}

/* Stars */
.google_review_box .stars {
  margin: 4px 0px 15px 30px;
  color: #ffb400;
}

.google_review_box .stars i {
  font-size: 16px;
  margin: 0 2px;
}

/* Reviewer Name */
.google_review_box h4 {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-top: -68px;
  margin-left: 20px;
  margin-bottom: 0px;
}
.google_review_box h6{
  margin-left: 20px;
  font-size: 13px;
  font-weight: 400;
  color: #000;
  font-style: italic;
  margin-top: 5px;
}
/* Owl Nav Buttons */
.google_review_sec .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255,255,255,0.9) !important;
  backdrop-filter: blur(5px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.15);
  transition: all 0.3s;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.google_review_sec .owl-nav button:hover {
  background: #339769 !important;
  color: #fff !important;
  transform: translateY(-50%) scale(1.1);
}

.google_review_sec .owl-nav .owl-prev {
  left: -25px;
}
.google_review_sec .owl-nav .owl-next {
   right: -25px;
  }
.google_review_sec .owl-nav i {
   font-size: 22px;
   color: #000;
  }
.google_review_sec .owl-nav button:hover i {
   color: #fff;
}
/* Hide dots if desired */
.google_review_sec .owl-dots .owl-dot span { display: none !important; }

/* Responsive */
@media (max-width: 992px) { .google_review_box { padding: 20px 15px; } }
@media (max-width: 576px) {
  .google_review_box { padding: 15px 10px; }
  .google_review_img img { width: 60px; height: 60px; }
}

/*  google best review section css e */

/* inner page headline s */

.inner_page_heading {
    background: #2e9963;
    padding: 16px 0;
}

.inner_headline_div ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
}

.inner_headline_div ul li {
    position: relative;
    padding-right: 15px;
    font-size: 15px;
    color: #fff;
}

.inner_headline_div ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.3px;
    transition: opacity 0.3s ease;
}
.inner_headline_div ul li a i{
  margin-right: 3px;
}
/* Hover effect */
.inner_headline_div ul li a:hover {
    /* opacity: 0.8; */
    color: #ff6a01;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.6);
}
/* Vertical line separator */
.inner_headline_div ul li:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 5px;
    top: 4px;
    width: 1px;
    height: 14px;
    background: rgba(255, 255, 255, 0.8);
}

/* inner page headline e */

/* footer css s */
.footer_section {
    background: linear-gradient(135deg, #203b32, #1f3a31);
    color: #fff;
    font-family: 'Poppins', sans-serif;
    border-top: 5px solid #2c9961;
}

.footer_section a {
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 14px;
}

.footer_section a:hover {
    color: #FFF;
}

.footer_section .logo_footer img {
    max-width: 150px;
}
.footer_section .logo_footer p {
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
    margin-bottom: 24px;
}

.footer_section .quick_link_product li,
.footer_section .footer_address_div li {
    border-bottom: 1px dotted #fff;
    padding: 10px 0;
}

.footer_section .quick_link_product li:last-child,
.footer_section .footer_address_div li:last-child {
    border-bottom: none;
}

.footer_section h5 {
    font-weight: 600;
    margin-bottom: 20px;
}

.footer_section .footer_social_icon a {
    font-size: 18px;
}

.footer_section .footer_contact_details p {
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
    margin-bottom: 2px;
}

.footer_section .footer_address_div li i {
    width: 20px;
}

.footer_contact_details h2{
    font-size: 18px;
    font-weight: 700;
}
.quick_link_div .quick_link_product li:last-child {
    border-bottom: 1px dotted #fff;
}


/* add animation footer h5 s */
.animated-underline {
    position: relative;
    display: inline-block; /* line matches text width */
    padding-bottom: 10px;
    color: #fff;
    cursor: pointer;
}

.animated-underline::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px; /* thickness of the line */
    width: 0%; /* initial width */
    background-color: #fff; /* line color */
    transition: width 0.6s ease-in-out; /* animation */
}

.animated-underline:hover::after,
.animated-underline.animate::after {
    width: 100%;
}
.animated-underline:hover::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px; /* thickness of the line */
    width: 30%; /* initial width */
    background-color: #fff; /* line color */
    transition: width 0.6s ease-in-out; /* animation */
}
/* add animation footer h5 e */

/* use footer social icon background color css s */

.footer_social_icon .social-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.4s ease;
}

/* Facebook Gradient */
.footer_social_icon .facebook {
  background: linear-gradient(45deg, #3b5998, #1877f2);
}
.footer_social_icon .instagram {
  background: linear-gradient(45deg, #f58529, #dd2a7b, #8134af, #515bd4);
}
.footer_social_icon .youtube {
  background: linear-gradient(45deg, #ff0000, #cc0000);
}
.footer_social_icon .linkedin {
  background: linear-gradient(45deg, #0077b5, #00a0dc);
}
.footer_social_icon .social-btn:hover {
  transform: translateY(-4px) scale(1.1);
  box-shadow: 0 4px 10px rgba(255, 255, 255, 0.3);
}
/* use footer social icon background color css e */

/* footer css e */

/* footer bottom css s */
/* Footer Bottom Section */
.footer_bottom {
  background: linear-gradient(90deg, #203b32, #2d9862);
  font-size: 14px;
  letter-spacing: 0.4px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer_policy_link {
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease, text-shadow 0.3s ease;
}

.footer_policy_link:hover {
  color: #ff6a01;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.6);
}

/* Responsive alignment for smaller screens */
@media (max-width: 767.98px) {
  .footer_bottom {
    text-align: center;
  }
  .footer_policy_link {
    display: inline-block;
    margin-bottom: 5px;
  }
  .need_expert_image_small {
    position: absolute;
    bottom: 85px;
    z-index: 2;
    margin-left: -100px;
    transition: all 0.3s ease;
}

}

/* footer bottom css e */

/* about inner page css s */
.founder_section_inner {
    background: #fff;
    padding: 80px 0;
    font-family: 'Poppins', sans-serif;
}

/* Image Styling */
.about_inner_img img {
    width: 100%;
    height: 507px;
    border: 2px solid #1e3930;
    border-radius: 15px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.about_inner_img img:hover {
    transform: scale(1.02);
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
}

/* Content Styling */
.about_inner_content h1 {
    font-size: 40px;
    font-weight: 700;
    color: #203a31;
    margin-bottom: 13px;
}

.about_inner_content p {
    font-size: 14px;
    line-height: 28px;
    color: #000;
}
.btn-consultation {
    background: linear-gradient(135deg, #2e9963, #203b32);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 40px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    width: 250px; /* Custom width */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
    display: inline-block;
}
/*  */

.btn-consultation {
    animation: blink 0.6s infinite;
}

@keyframes blink {
    0%, 100% { opacity: 0.9; }
    50% { opacity: 0.7; }
}

.read_more_btn {
    animation: blinkBtn 1s infinite;
}

@keyframes blinkBtn {
    0% { opacity: 1; }
    50% { opacity: 0.3; }
    100% { opacity: 1; }
}

.book_btn {
    animation: blinkBtn 1s infinite;
}

@keyframes blinkBtn {
    0% { opacity: 1; }
    50% { opacity: 0.3; }
    100% { opacity: 1; }
}

/* Hover effect */
.btn-consultation:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgb(47 154 100 / 40%);
    background: linear-gradient(135deg, #2e9963, #203b32);
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .about_inner_content h1 {
        font-size: 32px;
    }
    .about_inner_content p {
        font-size: 15px;
        line-height: 24px;
    }
    .about_inner_img {
        margin-bottom: 30px;
    }
}
/* about inner page css e */

/* about_highlights css s  */
.about_highlights {
  background-color: #faf5ea3d;
  padding: 0px 0 40px;
  font-family: 'Poppins', sans-serif;
  text-align: center;
}
.highlight_box {
  background: #ffffff;
  padding: 30px 25px;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgb(0 0 0 / 8%);
  position: relative;
  min-height: 320px;
  overflow: hidden;
  border: 1px solid #80808033;
  outline: 6px solid #fff;
}
.highlight_box h4 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 15px;
  color: #2e9963;
  text-align: left;
}
/*  */
.highlight_box h4,
.highlight_box p {
    position: relative;
    z-index: 3;
}
/*  */
.highlight_box p {
  font-size: 14px;
  line-height: 1.6;
  color: #111;
  font-weight: 500;
  padding: 0px 180px 0px 0px;
  text-align: left;
}
.highlight_box img {
  position: absolute;
  right: 10px;
  bottom: 50px;
  max-width: 230px;
  max-height: 230px;
  object-fit: contain;
  user-select: none;
  pointer-events: none;
  z-index: 1;
  animation: floatUpDown 4s ease-in-out infinite;
}

@keyframes floatUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .highlight_box img {
    position: relative;
    right: auto;
    bottom: auto;
    max-width: 100%;
    margin-top: 15px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    animation: none;
  }
}
/* about_highlights css e */

/* our clinic section css s */
.Our_Clinic_section {
    background: linear-gradient(135deg, #f8f6ef, #f0e7d8);
    padding: 60px 0;
    font-family: "Poppins", sans-serif;
}

/* Content Box */
.our_clinic_content {
    background: #ffffff;
    padding: 35px;
    border-radius: 15px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
    animation: fadeInUp 1s ease;
    border: 1px solid #80808040;
    outline: 5px solid #fff;
}

/* Headings */
.our_clinic_content h3 {
    font-size: 30px;
    font-weight: 700;
    color: #1b3f32;
    margin-bottom: 20px;
}

.our_clinic_content h4 {
    font-size: 22px;
    font-weight: 700;
    margin-top: 25px;
    color: #247b5a;
}

.our_clinic_content h5 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
    color: #444;
}

/* Paragraphs */
.our_clinic_content p {
    font-size: 14px;
    color: #000;
    line-height: 24px;
    margin-bottom: 15px;
}

/* Bullet List */
.our_clinic_content ul {
    padding-left: 10px;
    margin-top: 10px;
    list-style: none;
}
.our_clinic_content ul li {
    font-size: 14px;
    margin-bottom: 1px;
    position: relative;
    padding-left: 12px;
    color: #000;
    line-height: 24px;
}

/* Right Image Box */
.our_clinic_images {
    text-align: center;
    animation: fadeInRight 1.2s ease;
}

.our_clinic_images img {
    width: 100%;
    max-width: 420px;
    border-radius: 20px;
    box-shadow: 0 10px 28px rgba(0,0,0,0.15);
    animation: floatUpDown 4s ease-in-out infinite;
}

/* Floating Image Animation */
@keyframes floatUpDown {
    0% { transform: translateY(0); }
    50% { transform: translateY(-12px); }
    100% { transform: translateY(0); }
}

/* Fade Animations */
@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(25px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeInRight {
    from { opacity: 0; transform: translateX(25px); }
    to { opacity: 1; transform: translateX(0); }
}

/* Responsive */
@media (max-width: 991px) {
    .our_clinic_content {
        margin-bottom: 30px;
    }

    .our_clinic_images img {
        max-width: 100%;
        animation: none;
    }
}

/* Our clinic scroll css s */

.sroll_our_clinic {
  max-height: 93px;
  overflow-y: auto;
  padding-right: 5px;
  margin-top: 10px;
}

/* Optional: beautiful thin scrollbar */
.sroll_our_clinic::-webkit-scrollbar {
  width: 5px;
}

.sroll_our_clinic::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}

.sroll_our_clinic::-webkit-scrollbar-thumb:hover {
  background: #999;
}
/* e */

/* our clinic section css e */

.Real_People_Real_Healing p{
    font-size: 16px;
    line-height: 25px;
    color: #000;
}

/* expert team section css s */

.expert_team_section {
    background: linear-gradient(135deg, #faf8f2, #f0e7d8);
    padding: 0 0 28px;
    font-family: "Poppins", sans-serif;
    text-align: center;
}

/* Team Card */
.team_card {
    background: #ffffff;
    padding: 25px;
    text-align: center;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    height: 290px;
    width: 100%;
    border: 1px solid #8080803d;
    outline: 5px solid #fff;
}

.team_card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.12);
}

/* Member Image */
.team_img {
    width: 150px;
    height: 150px;
    margin: 0 auto 20px;
    overflow: hidden;
    border-radius: 50%;
    box-shadow: 0 6px 18px rgba(0,0,0,0.15);
    background: #dadada;
}

.team_img img {
    width: 100%;
    animation: floatUpDown 4s ease-in-out infinite;
}

/* Name & Role */
.team_card h4 {
    font-size: 20px;
    font-weight: 700;
    color: #1b3f32;
    margin-bottom: 5px;
}

.team_card p {
    font-size: 14px;
    color: #666;
    margin: 0;
}

/* Floating Image Animation */
@keyframes floatUpDown {
    0% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
    100% { transform: translateY(0); }
}

/* Responsive */
@media (max-width: 991px) {
    .team_card {
        margin-bottom: 20px;
    }
}

/* epert team section css e*/

/* Why Patients Trust section section css  s*/

.why-patients-section {
    background: #f7f9fc;
}

.why-content h3{
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}
.why-content h3 span {
    color: #fff;
}

.why-features {
    list-style: none;
    padding: 0;
}

.why-features li {
   font-size: 14px;
    color: #fff;
    margin-bottom: 1px;
    display: flex;
    align-items: start;
    line-height: 24px;
}

.why-features li i {
    color: #fff;
    font-size: 14px;
    margin-right: 10px;
    line-height: 24px;
}

.why-image img {
    border-radius: 15px;
    transition: 0.3s ease;
    width: 100%;
    height: 356px;
}

.why-image img:hover {
    transform: scale(1.03);
}
/* Smooth Up-Down Floating Animation */
.float-updown {
    animation: floatAnim 3.5s ease-in-out infinite;
}

@keyframes floatAnim {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-12px); }
    100% { transform: translateY(0px); }
}

.why-content{
    background: linear-gradient(135deg, #309963 0%, #1f3a31 100%);
    padding: 26px;
    border-radius: 15px;
}
.why-content p{
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    margin-bottom: 15px;
}
.sroll_why-patients {
  max-height: 254px;
  overflow-y: auto;
  padding-right: 5px;
  margin-top: 10px;
}

/* Optional: beautiful thin scrollbar */
.sroll_why-patients::-webkit-scrollbar {
  width: 5px;
}

.sroll_why-patients::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}

.sroll_why-patients::-webkit-scrollbar-thumb:hover {
  background: #999;
}
/* Why Patients Trust section section e */


/* our promise section css s */
.Our_Promise_sec {
    padding: 25px 0;
    background: linear-gradient(135deg, #f7f9fc 0%, #ece9f1 100%);
}

/* Content Box */
.our_promise_content {
    padding: 15px 35px;
}

.our_promise_content h4 {
    font-size: 30px;
    font-weight: 700;
    color: #1b3f32;
    margin-bottom: 20px;
}

.our_promise_bodycontent p {
    font-size: 14px;
    line-height: 24px;
    color: #000;
    margin-bottom: 15px;
}
/*  */
.quote-box {
    background: linear-gradient(135deg, #f8fbf4 0%, #e6f4e7 100%);
    border-left: 6px solid #1d5c2f;
    padding: 20px 18px;
    border-radius: 12px;
    margin: 15px 0;
    box-shadow: 0px 6px 25px rgba(0,0,0,0.08);
    text-align: center;
    position: relative;
}

.quote-box p {
    font-size: 20px;
    font-weight: 800;
    color: #1b4d2b;
    line-height: 35px;
    margin: 0;
}

.quote-box .quote-icon {
    font-size: 30px;
    color: #1b4d2b;
    opacity: 0.8;
}

/*  */

.quote-box1 {
    background: linear-gradient(135deg, #f8fbf4 0%, #e6f4e7 100%);
    border-left: 6px solid #1d5c2f;
    padding: 20px 18px;
    border-radius: 12px;
    margin: 15px 0;
    box-shadow: 0px 6px 25px rgba(0,0,0,0.08);
    text-align: center;
    position: relative;
}

.quote-box1 p {
    font-size: 18px !important;
    font-weight: 800;
    color: #1b4d2b;
    line-height: 35px !important;
    margin: 0;
}

.quote-box1 .quote-icon {
    font-size: 30px;
    color: #1b4d2b;
    opacity: 0.8;
}
/*  */

/* Image styling */
.our_promise_images img {
    border-radius: 15px;
    transition: 0.3s ease-in-out;
    box-shadow: 0px 8px 25px rgba(0,0,0,0.12);
}

/* Smooth Up-Down animation */
.float-updown {
    animation: floatAnim 3.8s ease-in-out infinite;
}

@keyframes floatAnim {
    0% { transform: translateY(0); }
    50% { transform: translateY(-14px); }
    100% { transform: translateY(0); }
}

/* our promise section css e */


/* contact us page css s */
.contact_us_sec {
  padding: 50px 0;
}
.contact_details_info h3{
    font-size: 20px;
    font-weight: 700;
    margin-top: 14px;
    color: #fff;
}
/*  */
.phone_icon {
    width: 50px;
    height: 50px;
    background: #2d9964;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    display: inline-grid;
}

.phone_icon i {
    color: #fff;
    font-size: 22px;
}
.phone_details_box{
  padding: 30px 20px 25px 20px;
  background-color: #204035;
  border-radius: 10px;
  border: 1px solid gray;
  margin-bottom: 25px;
}

.address_icon{
    width: 50px;
    height: 50px;
    background: #2d9964;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    display: inline-grid;
}

.address_icon i{
    color: #fff;
    font-size: 22px;
}

.address_text p{
  font-size: 14px;
  margin-bottom: 1px !important;
}

.mail_icon{
    width: 50px;
    height: 50px;
    background: #2d9964;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    display: inline-grid;
}

.mail_icon {
  color: #fff;
  font-size: 22px;
}
.alarm_icon {
    width: 50px;
    height: 50px;
    background: #2d9964;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    display: inline-grid;
}
.alarm_icon i{
   color: #fff;
   font-size: 22px;
}

/*  */
.contact_details_info {
    background: #1f3a31;
    text-align: center;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 4px 18px rgba(0,0,0,0.1);
    transition: 0.3s;
}

.contact_details_info:hover {
    box-shadow: 0 6px 28px rgba(0,0,0,0.15);
    transform: translateY(-4px);
}

.detail_item {
    text-align: center;
    color: #fff;
}

.detail_item:last-child {
    margin-bottom: 0;
}

.detail_item i {
    font-size: 20px;
    color: #d32f2f;
    margin-right: 12px;
    width: 25px;
    text-align: center;
}

.detail_item a {
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    transition: 0.3s;
}

.detail_item a:hover {
    color: #d32f2f;
    letter-spacing: 0.5px;
}
.contact_form {
  padding: 20px;
}

.contact_form h4{
    font-size: 40px;
    font-weight: 700;
    color: #203a31;
    margin-bottom: 17px;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 10px;
}

/*  */

.contact_form {
  max-width: 450px;
  margin: auto;
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  border: 1px solid #204035;
}
.contact_form p{
  font-size: 14px;
  line-height: 24px;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 40px;
}

.input_box {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  padding: 12px 15px;
  border-radius: 8px;
  background: #fafafa;
  transition: 0.3s;
  margin-left: 15px;
  margin-right: 15px;
}

.input_box:hover {
  border-color: #19b769;
}

.icon_box {
  display: flex;
  align-items: center;
}

.icon_box i {
  font-size: 18px;
  color: #1f3a31;
}

.v_line {
  width: 2px;
  height: 25px;
  background: #1f3a31;
  margin: 0 12px;
  border-radius: 2px;
}

.input_box input {
  border: none;
  width: 100%;
  background: transparent;
  outline: none;
  font-size: 14px;
  color: #333;
}

.btn_send {
  width: 100%;
  padding: 12px;
  background: linear-gradient(135deg, #2e9963, #203b32);
  color: #fff;
  border: none;
  font-size: 16px;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s;
}

.btn_send:hover {
  background: linear-gradient(135deg, #1f3a31, #299a64);
}

.textarea_box textarea {
    resize: vertical;
    width: 100% !important;
    padding: 10px;
}

/* contact us page css e */


/* Book a Consultation css s */
.Book_Consultation_sec{
 padding: 50px 0 50px;
 background: #80808012;
}
.book_consultation_content {
    padding-left: 25px;
    padding-right: 25px;
    animation: fadeIn 0.8s ease-in-out;
}

/* Heading Style */
.book_consultation_content h1 {
    font-size: 20px;
    font-weight: 600;
    color: #2d9a63;
    margin-bottom: 15px;
    letter-spacing: 0px;
}

.book_consultation_content h2 {
    font-size: 45px;
    font-weight: 600;
    color: #1f3a31;
    margin-bottom: 20px;
}

/* Paragraphs */
.book_consultation_content p {
    font-size: 14px;
    line-height: 24px;
    color: #000;
    margin-bottom: 18px;
}

/* Sub-heading */
.book_consultation_content h4 {
    font-size: 20px;
    font-weight: 700;
    color: #0f6f55;
    margin-top: 25px;
    margin-bottom: 15px;
}

/* Bullet List */
.book_consultation_content ul {
    padding-left: 22px;
    margin-bottom: 20px;
}

.book_consultation_content ul li {
    font-size: 14px;
    line-height: 24px;
    color: #000;
    margin-bottom: 1px;
    position: relative;
    padding-left: 5px;
}

.book_consultation_content h5{
  font-weight: 700;
  font-size: 18px;
  font-style: italic;
  color: #1f3a31;
  line-height: 24px;
  margin-bottom: 22px;
}

.book_consultation_content h6{
    font-weight: 400;
    font-size: 15px;
    color: #000;
    line-height: 24px;
    font-style: italic;
}

.book_consultation_content ul li::marker {
    color: #0f6f55;
}

.book_consultation_content p b,
.book_consultation_content p strong {
    color: #0f6f55;
}

@keyframes fadeIn {
    from {opacity: 0; transform: translateY(10px);}
    to {opacity: 1; transform: translateY(0);}
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .book_consultation_content {
        padding-right: 0;
    }

    .book_consultation_content h1 {
        font-size: 36px;
    }

    .book_consultation_content h2 {
        font-size: 20px;
    }
}

/* Form Box */
.book_consultation_div {
    background: #fff;
    padding: 35px 30px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.consultation_form .form_group {
    margin-bottom: 20px;
}

.consultation_form label {
    font-weight: 600;
    margin-bottom: 6px;
    display: block;
    color: #333;
}

.consultation_form input,
.consultation_form select {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #dcdcdc;
    border-radius: 6px;
    font-size: 15px;
    transition: 0.3s;
    background: #fafafa;
}

.consultation_form input:focus,
.consultation_form select:focus {
    border-color: #00a67d;
    background: #fff;
    box-shadow: 0 0 6px rgba(0,166,125,0.2);
}

/* Button */
.book_btn {
    /* width: 100%; */
    padding: 14px;
    background: linear-gradient(135deg, #2e9963, #203b32);
    border: none;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s;
}

.book_btn:hover {
    background: linear-gradient(135deg, #203b32, #2e9963);
}

/* flag s */

.iti__flag {
    background-image: url("https://cdn.jsdelivr.net/npm/intl-tel-input@18.2.1/build/img/flags.png") !important;
    /* background-size: 6100% 6100% !important; */
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
        background-image: url("https://cdn.jsdelivr.net/npm/intl-tel-input@18.2.1/build/img/flags@2x.png") !important;
    }
}

.iti {
    width: 100%;
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: #fff !important;
}

#phone {
    padding-left: 88px !important;
}

input.form-control {
    background-image: none !important;
}

/* flag e */

.book_consultation_content i{
    color: #1f3a31;
    font-size: 18px;
    margin-right: 10px;
    background: rgba(31, 58, 49, 0.15);
    border-radius: 50%;
    padding: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 0 10px rgba(31, 58, 49, 0.4);
}

.book_consultation_content i:hover{
    background: #359868;
    color: #fff;
    transform: scale(1.0) rotate(10deg);
    box-shadow: 0 0 15px rgba(31, 58, 49, 0.6);
}
/* Book a Consultation css e */

/* video section consultation page  s */

.public_video {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
    border-radius: 12px;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    transition: transform 0.3s ease;
    border: 3px solid #2e9762;
    margin-bottom: 30px;
}

.public_video:hover {
    transform: scale(1.02);
}

.video_thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.video_link {
    position: absolute;
    inset: 0;
    z-index: 5;
}

.play_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: rgba(255, 0, 0, 0.8);
    border: none;
    color: #fff;
    font-size: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}

.play_btn:hover {
    background: #ff0000;
    transform: translate(-50%, -50%) scale(1.1);
}

/* Video iframe hidden initially */
.video_iframe {
    display: none;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: none;
    z-index: 20;
}

/*consultation page  video sec e  */

/* terms and conditions css s */

/* Overall Section Styling */
.terms_conditions_sec {
    background: #f9fafc;
    padding: 60px 0;
    font-family: "Poppins", sans-serif;
}

/* Container */
.terms_div {
    background: #ffffff;
    padding: 40px 50px;
    border-radius: 16px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
    border: 1px solid #80808030;
    outline: 4px solid #fff;
}

.terms_div:hover {
    transform: translateY(-4px);
}

/* Main Title */
.terms_div h1 {
    font-size: 36px;
    font-weight: 700;
    color: #1f3a31;
    margin-bottom: 25px;
    letter-spacing: 0.5px;
    text-align: center;
    position: relative;
}

.terms_div h1::after {
    content: "";
    width: 225px;
    height: 4px;
    background: #2d9866;
    display: block;
    margin: 12px auto 0 auto;
    border-radius: 4px;
}

/* Section Headings */
.terms_div h2,
.terms_div h3 {
    color: #2f9963;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 12px;
    position: relative;
    font-size: 20px;
}

/* Paragraphs */
.terms_div p {
    color: #000;
    line-height: 24px;
    margin-bottom: 15px;
    font-size: 14px;
}
.terms_div p a{
  color: #f58529;
  text-decoration: none;
  font-weight: 700;
}

/* Lists */
.terms_div ul {
    margin-left: 0;
    padding-left: 17px;
}

.terms_div ul li {
    margin-bottom: 1px;
    padding-left: 8px;
    color: #000;
    line-height: 24px;
    position: relative;
    list-style: none;
    font-size: 14px;
}
.terms_div ul li i{
  color: #ff6b02;
}
/* TERMS SCROLL S */

.terms_scroll {
  max-height: 390px;
  overflow-y: auto;
  padding-right: 5px;
  margin-top: 10px;
}

/* Optional: beautiful thin scrollbar */
.terms_scroll::-webkit-scrollbar {
  width: 5px;
}

.terms_scroll::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}

.terms_scroll::-webkit-scrollbar-thumb:hover {
  background: #999;
}
/* TERMS SCROLL E */

.terms_div ul li a strong {
    color: #ff6b02;
    text-decoration: none;
}
.terms_div ul li a {
    color: #ff6b02;
    text-decoration: none;
}

/*  */
.details_terms_cond {
    background: #ffffff;
    border-radius: 12px;
    padding: 25px 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border-left: 5px solid #1f3a31;
    transition: all 0.3s ease;
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
}

.details_terms_cond:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 28px rgba(0, 0, 0, 0.12);
}

/*  */
.details_terms_cond > div.terms_contact_images {
  flex-shrink: 0;
  max-width: 200px;
}

.details_terms_cond > div.terms_contact_images img {
  width: 100%;
  height: auto;
}
/*  */
.details_terms_cond h3 {
    font-size: 28px;
    font-weight: 700;
    color: #1f3a31;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.details_terms_cond h3 i {
    color: #2e9963;
    font-size: 24px;
}

.details_terms_cond p {
    font-size: 14px;
    color: #000;
    margin-bottom: 15px;
}

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

.details_terms_cond ul li {
    margin-bottom: 12px;
}

.details_terms_cond ul li a {
    display: inline-block;
    background: #f3f4f6;
    padding: 10px 14px;
    border-radius: 8px;
    text-decoration: none;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;

    display: flex;
    align-items: center;
    gap: 10px;
}

.details_terms_cond ul li a:hover {
    background: #2d9a63;
    color: #ffffff;
    transform: translateX(5px);
}

.details_terms_cond ul li a i{
  margin-right: 5px;
}
/*  */

.terms_contact_images img {
  animation: upDown 3s ease-in-out infinite;
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
  height: 200px;
}

@keyframes upDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}
/* terms and conditions css e */

/*whatsapp and call css s */

.mobile_callwhat {
  position: fixed;
  bottom: 115px;
  right: 23px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  width:50px;
  z-index: 9999;
}

.mobile_callwhat a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background-color: #ffffff;
}

.mobile_callwhat a:hover {
  transform: scale(1.1);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
}

.btn-whatsapp-pulse {
  background-color: #25d366;
}

.btn-whatsapp-pulse1 {
  background-color: #c42121;
}

.mobile_callwhat img {
  max-width: 42px !important;
  height: auto;
}

/* Pulse animation for interactivity */
.btn-whatsapp-pulse, .btn-whatsapp-pulse1 {
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% {
      transform: scale(1);
      box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
  }
  50% {
      transform: scale(1.1);
      box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
  }
  100% {
      transform: scale(1);
      box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
  }
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .mobile_callwhat {
      bottom: 120px;
      right: 15px;
      gap: 15px;
  }
  .fixed_enquiry_btn_web a {
  background-color: #15373f;
  padding: 15px 5px 15px 5px;
  border-radius: 100px;
  font-size: 15px;
  font-weight: 700;
  /* text-transform: uppercase; */
  letter-spacing: 1.5px;
  word-spacing: 1px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  writing-mode: vertical-lr;
  color: #fff !important;
  border: 2px solid #fff;
}

  .mobile_callwhat a {
      width: 50px;
      height: 50px;
  }

}

@media (max-width: 480px) {
  .mobile_callwhat {
      bottom: 120px;
      right: 15px;
  }

  .mobile_callwhat a {
      width: 50px;
      height: 50px;
  }


}

/*whatsapp and call css e */

/* go top button s */
#topBtn {
    position: fixed;
    bottom: 50px;
    left: 50%;
    width: 45px;
    height: 45px;
    border: none;
    border-radius: 50%;
    background: #fff;
    color: #ff6a01;
    font-size: 22px;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 25px rgb(224 230 227 / 52%);
    transition: 0.3s ease;
    animation: floatBtn 3s infinite ease-in-out;
    z-index: 999;
    border: 2px solid #ff6a01;
}

/* Hover effect */
#topBtn:hover {
  transform: scale(1.15);
  box-shadow: 0 12px 35px rgb(255 109 6 / 70%);
}

/* floating animation */
@keyframes floatBtn {
  0% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
  100% { transform: translateY(0); }
}

/* go top button e */

/* cart css header s */
.cart-count-badge {
    position: absolute;
    top: 3px;
    right: -3px;
    background: #fe7d22;
    color: #fff;
    border-radius: 50%;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* cart css header e */


/* cart pages css s */

/* Main section */
.add_products_sec {
    padding: 50px 0;
}

/* Product image container */
.cart_images_product img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

/* Product content */
.cart_add_content h1 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 15px;
}

.cart_add_content p {
    color: #000;
    line-height: 24px;
    font-size: 14px;
}
.cart_add_content strong{
  color: #767575;
  line-height: 24px;
  font-size: 14px;
}

/* Right-side price box */
.payment_price_detaols {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    font-size: 16px;
    line-height: 1.8;
}

.payment_price_detaols h2 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

.payment_price_detaols .price_row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.payment_price_detaols .total_amount {
    font-weight: bold;
    font-size: 18px;
    padding-top: 10px;
    border-top: 1px solid #ddd;
}

.payment_price_detaols .save {
    color: #1c9d1c;
    font-weight: 600;
    margin-top: 10px;
}

/* Continue button */
.payment_price_detaols .continue_btn {
    background: #ff6a01;
    width: 100%;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    margin-top: 20px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
}
.payment_price_detaols .continue_btn:hover {
    background: #1f3a31;
}

/* s */

.cart_item_box {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.cart_images_product img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.cart_add_content {
    padding-left: 10px;
}

.cart_add_content .product_title {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 8px;
}

.quantity_box {
    display: flex;
    align-items: center;
    margin: 15px 0;
    justify-content: center;
}

.qty_btn {
    background: #2d9862;
    border: none;
    padding: 5px 25px;
    font-size: 18px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 600;
    color: #fff;
}

.qty_value {
    margin: 0 15px;
    font-size: 18px;
    font-weight: 600;
}

.sub_title {
    margin-bottom: 5px;
    color: #444;
}

.brand {
    margin-bottom: 10px;
}

.price_section {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 10px;
}

.old_price {
    text-decoration: line-through;
    color: #888;
    font-size: 14px;
}

.new_price {
    font-size: 18px;
    font-weight: 700;
    color: #333;
}

.discount {
    color: #1a9d1a;
    font-weight: 700;
}

.total_price {
   color: #ff6a01 !important;
   font-weight: 700;
   font-size: 19px !important;
   margin-top: 5px;
}
.total_price strong {
    font-size: 15px !important;
    color: #000 !important;
    font-weight: 700;
}

.remove_btn {
    display: inline-block;
    margin-top: 10px;
    color: #e74141;
    font-weight: 560;
    cursor: pointer;
    text-decoration: none;
    background: #8080803d;
    padding: 4px 12px;
    font-size: 14px;
}

/* e */

/* cart pages css e */

/* dr tomar wellness s */
.drtomar_wellness_section {
  padding: 60px 0;
  background: #f9fafb;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #1b3a2a;
}

.drtomar_wellness_section .all_category_div ul {
  list-style: none;
  padding: 0;
  margin: 0;
  background: linear-gradient(90deg, #1f3a31, #2c9862);;
  border-radius: 0px;
  box-shadow: 0 2px 10px rgb(0 0 0 / 0.05);
}

.drtomar_wellness_section .all_category_div ul li {
  margin: 0;
}

.drtomar_wellness_section .all_category_div ul li a {
  display: block;
  padding: 15px 20px;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid #cde4d3;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.drtomar_wellness_section .all_category_div ul li a:hover,
.drtomar_wellness_section .all_category_div ul li a:focus {
  background: linear-gradient(90deg, #2c9862, #34d399);
  color: #fff;
  border-right: 4px solid #fe7d22;
  padding-left: 20px;
  border-radius: 0;
}

.all_category_div h1{
  color: #000;
  font-size: 24px;
  font-weight: 700;
  margin-top: 5px;
  margin-bottom: 15px;
}
/*  */
.hover_img_box .img_container {
    position: relative;
    width: 100%;
    height: 230px;
    overflow: hidden;
}

.img_container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* FIRST IMAGE - moves RIGHT → LEFT */
.img_main {
    position: absolute;
    left: 0;
    top: 0;
    transition: transform 0.6s ease-in-out;
}

/* SECOND IMAGE - hidden below */
.img_hover {
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    transition: bottom 0.6s ease-in-out;
}

/* HOVER EFFECTS */
.hover_img_box:hover .img_main {
    transform: translateX(-100%);
}

.hover_img_box:hover .img_hover {
    bottom: 0;
}
.category_image_div {
  text-align: center;
  padding: 0px;
  margin-bottom: 35px;
}
.category_image_div a {
  text-decoration: none !important;
}
.category_image_div h3{
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    color: #000;
    margin-bottom: 12px;
}

.category_image_div p{
  font-size: 15px;
  line-height: 24px;
  color: #000;
  margin-top: 0px;
  margin-bottom: 5px;
  text-decoration: none;
}

.rating-stars {
    color: #f7c400;
    font-size: 18px;
    margin: 10px 0 0px;
}

/* Social icons position */
.social_icons {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    gap: 6px;
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 10;
}

.social_icons a i {
    background: linear-gradient(90deg, #1f3a31, #2c9862);
    color: #fff;
    padding: 8px;
    border-radius: 50%;
    font-size: 14px;
}

/* Show icons on hover */
.hover_img_box:hover .social_icons {
    opacity: 1;
}
.new-btn {
    position: absolute;
    top: 2px;
    left: 2px;
    background-color: #FF6A01;
    color: #fff;
    font-weight: bold;
    padding: 5px 12px;
    border: none;
    border-radius: 4px;
    font-size: 12px;
    z-index: 20;
    border: 2px dotted #fff;
    cursor: pointer;
}

.buy-btn {
  background: linear-gradient(45deg, #FF6A01, #f7c400);
  border-radius: 10px;
  border: none !important;
  padding: 3px 20px 8px 20px;
  color: #fff;
}
.buy-btn a{
    color: #fff;
}
.hover_img_box:hover .new-btn {
  border: 2px dotted #9bd1ad;
}
.category_image_div h2{
   font-size: 17px;
   font-weight: 700;
   margin: 5px 0px;
   color: #ff6a01;
}

/* dr tomar wellness e */

/* Pices incresssssss and drecressssssss css s */
.price-filter {
  width: 100%;
  padding: 20px;
  background: #f1f1f1;
  border-radius: 12px;
  border: 3px solid #2d9862;
  margin-top: 30px;
  margin-bottom: 30px;
}

.price-filter h3 {
    margin-bottom: 21px;
    font-size: 24px;
    color: #000;
    font-weight: 700;
    text-align: center;
}

.range-slider {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.range-slider input[type=range] {
  /* -webkit-appearance: none; */
  width: 52%;
  height: 4px;
  background: #4caf50;
  border-radius: 5px;
}

.price-inputs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 15px 0;
}

.price-inputs input {
  width: 90px;
  padding: 8px;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-size: 14px;
}

.filter-btn {
    background: linear-gradient(#1f3f34, #2d9862);
    color: #fff;
    padding: 10px 45px 10px 45px;
    border-radius: 25px;
    border: none;
    font-size: 16px;
    cursor: pointer;
    display: block;
    margin: 0 auto;
}

/* price e */


/* Slider thumb in red */
.range-slider input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 18px;
    width: 18px;
    background: linear-gradient(45deg, #FF6A01, #f7c400);
    border-radius: 50%;
    cursor: pointer;
}

.range-slider input[type="range"]::-moz-range-thumb {
    height: 18px;
    width: 18px;
    background: linear-gradient(45deg, #FF6A01, #f7c400);
    border-radius: 50%;
    cursor: pointer;
}

/* side bar image content us s */
.image-slide-card {
    width: 100%;
    padding: 15px;
    background: #f2f4ea;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    display: inline-flex;
    margin-top: 30px;
}
.image-slide-card h4{
  font-size: 20px;
  color: #000;
  font-weight: 700;
}
.product_lts_side h2{
  font-size: 24px;
  font-weight: 700;
  color: #000;
  margin-bottom: 2px;
  margin-top: 2px;
}

.img-container {
    width: 130px;
    height: 130px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

/* Common image style */
.imgside {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    transition: all 0.4s ease;
}

/* Default positions */
.img-1 {
    left: 0;
}

.img-2 {
    left: 100%;
}

/* Hover Animation */
.image-slide-card:hover .img-1 {
    left: -100%;
}

.image-slide-card:hover .img-2 {
    left: 0;
}

/* Product text under image */
.product-info {
    margin-top: 12px;
    margin-left: 20px;
}

.product-info h4 {
    font-size: 16px;
    margin: 0;
    color: #1b3b57;
    margin-bottom: 15px;
}

.product-info .price {
    margin-top: 6px;
    color: #0b8a39;
    font-weight: bold;
    font-size: 20px;
}

/* Pagination s */
.pagination-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 0px;
}

.pagination {
    list-style: none;
    display: flex;
    gap: 8px;
    padding: 0;
}

.pagination .page-item {
    display: inline-block;
}

.pagination .page-link {
    padding: 8px 14px;
    background: #eebb8ded;
    border-radius: 4px;
    text-decoration: none;
    color: #333;
    font-weight: 600;
    border: 2px solid #eebb8ded;
}

.pagination .page-link:hover {
    padding: 8px 14px;
    background: #fe7d22;
    border-radius: 4px;
    text-decoration: none;
    color: #fffbff;
    font-weight: 600;
    border: 2px solid #1fc36d;
}

.pagination .page-item.active .page-link {
    background: #000;
    color: #fff;
    border-color: #000;
}

.pagination .page-item.disabled .page-link {
    color: #999;
    pointer-events: none;
}

.pagination .prev-btn {
    background: linear-gradient(90deg, #0176bd, #5ca3d0) !important;
    padding: 8px 21px;
    border-radius: 4px;
    text-decoration: none;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    border: 2px solid #0076bd;
}
.pagination .prev-btn:hover {
  color: #fff !important;
  background: linear-gradient(90deg, #1f3a31, #2c9862) !important;
  padding: 8px 21px;
 }

 .pagination .next-btn {
    background: linear-gradient(90deg, #0176bd, #5ca3d0) !important;
    padding: 8px 21px;
    border-radius: 4px;
    text-decoration: none;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    border: 2px solid #0076bd;
}
.pagination .next-btn:hover {
  color: #fff !important;
  padding: 8px 21px;
  background: linear-gradient(90deg, #1f3a31, #2c9862) !important;
 }

/* pagination e */
/* side bar image content us e */


/* anti malaria sect css s*/

.anti_malaria_section {
  padding: 45px 0;
}

/*   */
.slider-main-img {
    height: 353px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid #309661 !important;
}
.carousel-control-next-icon {
  display: none !important;
}
.carousel-control-prev-icon {
  display: none !important;
}
/* +++++++++++++++++++++++++++++++++ */

.active-thumb {
    border: 2px solid #ff6a01 !important;
}

.thumnail_imagesbord img{
  border: 1px solid #309661;
  /* border-radius: 8px; */
}


/*  */
#thumbnailCarousel .owl-nav button {
    background: #ffffff !important;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    margin: 0 5px;
}

#thumbnailCarousel .owl-nav button i {
    font-size: 15px;
    color: #ff6a01;
}

#thumbnailCarousel .owl-nav {
    position: absolute;
    top: 25%;
    width: 100%;
    display: flex;
    justify-content: space-between;
}


/*  */

.anti_malaria_content h1 {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #1f3a31;
    line-height: 1.3;
}

.anti_malaria_content p{
    font-size: 14px;
    line-height: 24px;
    color: #000;
    margin-bottom: 18px;
}

/* S  */

.product-table-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 18px;
    color: #1f3a31;
}

.product-info-table {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: 12px;
    overflow: hidden;
    text-align: center;
}

.product-info-table th {
    background: #d7dad81f;
    padding: 11px 5px;
    font-weight: 700;
    color: #403232;
    border: 1px solid #fffbff;
    font-size: 15px;
}

.product-info-table td {
    padding: 14px;
    border: 1px solid #fffbff;
    color: #333;
    font-size: 14px;
}
.product-info-table tr{
  background: #ebebeb !important;
}

.product-info-table tr:nth-child(2):hover td {
    background: #e8e9e8;
    transition: 0.3s;
}

.product-table-box {
    margin-top: 40px;
    border: 1px solid #e6e6e6;
    padding: 10px;
    border-radius: 10px;
}

/* E */
.price_counter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0px;
    width: 395px;
}

.left_side_price p {
    margin: 0;
    font-size: 20px;
    font-weight: bold;
    color: #222;
    background: #f1f1f1;
    padding: 5px 12px;
    border-radius: 3px;
}

.right_side_counter {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #f1f1f1;
    padding: 5px;
    border-radius: 5px;
}

.right_side_counter h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

.right_side_counter button {
    width: 32px;
    height: 32px;
    border: none;
    background: #f1f1f1;
    font-size: 20px;
    font-weight: bold;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.2s ease;
}

.right_side_counter button:hover {
    background: #e2e2e2;
}

.right_side_counter .count {
    font-size: 18px;
    font-weight: bold;
    min-width: 22px;
    text-align: center;
}

/* buy now bttn css s */
.buy_addcart_buttoom {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 20px;
}

.buy_now_buttom a,
.add_to_cart_buttom a {
    display: inline-block;
    padding: 12px 22px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    border-radius: 6px;
    text-align: center;
}

.buy_now_buttom a {
    background: linear-gradient(45deg, #FF6A01, #f7c400);
    color: #fff;
}

.add_to_cart_buttom a {
    background: linear-gradient(90deg, #1f3a31, #2c9862);
    color: #fff;
}

.cotegory_description p{
    font-size: 15px;
    line-height: 24px;
    color: #000;
    margin-bottom: 18px;
}

/* buy now bttn e */
/* Description css s antimlaria s */
.description_tabale {
    margin-top: 20px;
    background: #ffffff;
    padding: 25px;
    border-radius: 12px;
    border: 1px solid #e6e6e6;
}

.product-table-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #333;
    border-left: 4px solid #ff6600;
    padding-left: 12px;
}

/* Table Styling */
.product-table {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
}

.product-table th {
    background: linear-gradient(45deg, #FF6A01, #f7c400);
    color: #fff;
    padding: 14px;
    font-size: 16px;
    text-align: left;
}

.product-table td {
    padding: 14px;
    background: #fafafa;
    font-size: 15px;
    border-bottom: 1px solid #eaeaea;
    font-size: 14px !important;
    line-height: 24px;
    color: #000;
}

.product-table tr:nth-child(even) td {
    background: #f3f3f3;
}

.product-table td:first-child {
    font-weight: 600;
    width: 25%;
}

/*  */
.star-rating {
    font-size: 28px;
    color: #ffcc00;
    cursor: pointer;
    letter-spacing: 3px;
}

.star-rating span:hover,
.star-rating span:hover ~ span {
    color: #ff9900;
}

.btn-success {
    background: linear-gradient(90deg, #1f3a31, #2c9862);
    border: 0;
}

.btn-success:hover {
    background: linear-gradient(45deg, #FF6A01, #f7c400);
    border: 1px solid #ff6a01 !important;
}

.review-box h4 {
    font-size: 22px;
    font-weight: 700;
    color: #ff6a01;
}
.review-box h5 {
  font-weight: 600;
}
.review-box p{
    font-size: 14px;
    line-height: 24px;
    color: #000;
    margin-bottom: 18px;
}
.form-check-label {
  font-size: 14px;
    line-height: 24px;
    color: #000;
    margin-bottom: 18px;
}

/* Description css s antimlaria end */
/* anti malaria sect css e */

.banner_mob {
  display: none;
}

/*  */


/* blogs inner page css s */

.blogs_section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.Tags_div {
    background: linear-gradient(90deg, #1f3a31, #2c9862);
    border-radius: 0px;
    box-shadow: 0 2px 10px rgb(0 0 0 / 0.05);
    border: 1px solid #999f9c87;
    border-radius: 5px;
}

.Tags_div h1 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
    position: relative;
    margin-top: 25px;
    margin-left: 12px;
}

.Tags_div h1::after {
    content: "";
    width: 50px;
    height: 3px;
    background: #fff;
    position: absolute;
    bottom: -6px;
    left: 0;
    border-radius: 10px;
    display: none;
}

.Tags_div ul {
    padding: 0;
    margin: 0;
    list-style: none;
    flex-wrap: wrap;
    gap: 10px;
}

.Tags_div ul li {
    margin: 0;
    border-bottom: 1px solid #cde4d3;
}

.Tags_div ul li a {
    display: inline-block;
    padding: 8px 10px 8px 10px;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}

.Tags_div ul li a:hover {
  color: #fff;
}

/* scroll blogs s */
.tags_scroll_blogs {
  max-height: 795px;
  overflow-y: auto;
  padding-right: 5px;
  margin-top: 10px;
   border-top: 2px solid transparent;
  border-image: linear-gradient(to right, #ffffff, #1a1616) 1;
}

/* Optional: beautiful thin scrollbar */
.tags_scroll_blogs::-webkit-scrollbar {
  width: 3px;
}

.tags_scroll_blogs::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 10px;
}

.tags_scroll_blogs::-webkit-scrollbar-thumb:hover {
  background: #fff;
}

/*  */

.blogs_div_box h3 {
    font-size: 16px;
    font-weight: 700;
    color: #2d3436;
    margin: 15px 15px 8px;
    line-height: 1.3;
}

/* Description */
.blogs_div_box p {
    font-size: 14px;
    color: #636e72;
    margin: 0 15px 15px;
}

/* Footer Buttons */
.buuton_blogs_divs {
    display: flex;
    justify-content: space-between;
    padding: 0 15px 10px;
}

.buuton_blogs_divs a {
    font-size: 13px;
    color: #1f3c32e6;
    text-decoration: none;
    font-weight: 600;
    display: flex;
    align-items: center;
    transition: 0.3s ease;
    padding: 5px;
    background: #2c946021;
    border-radius: 3px;
}

.buuton_blogs_divs a i {
    margin-right: 6px;
}

.buuton_blogs_divs a:hover {
    color: #019d7b;
    text-decoration:none;
}

.blogs_div_box {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    padding-bottom: 15px;
    border: 1px solid #80808069;
}

/* Image Style */
.blogs_box_images {
    width: 100%;
    height: 203px;
    overflow: hidden;
    border-bottom: 1px solid #f2f2f2;
}

.blogs_box_images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s ease;
}

.blogs_div_box:hover .blogs_box_images img {
    transform: scale(1.08);
}

/*  pagination blogs s*/

.pagination-wrapper_blogs {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.pagination-wrapper_blogs p{
    display: none !important;
}
.pagination_blogs {
    list-style: none;
    display: flex;
    gap: 8px;
    padding: 0;
    margin: 0;
}

.pagination_blogs .page-item_blogs {
    display: inline-block;
}

.pagination_blogs .page-link {
    padding: 10px 15px;
    border-radius: 8px;
    background: #f8f9fa;
    color: #333;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid #e5e5e5;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    font-size: 14px;
}

/* Hover Effect */
.pagination_blogs .page-link:hover {
    background: #00b894;
    color: #fff;
    border-color: #00b894;
    transform: translateY(-2px);
}

/* Active Page */
.pagination_blogs .page-link.active {
    background: #00b894;
    color: #fff !important;
    border-color: #00b894;
}

/* Previous / Next Buttons */
.pagination_blogs .prev-btn,
.pagination_blogs .next-btn {
    background: #fff;
    border: 1px solid #ddd;
}

.pagination_blogs .prev-btn:hover,
.pagination_blogs .next-btn:hover {
    background: #00b894;
    border-color: #00b894;
    color: white;
}

/* Icons inside pagination */
.pagination_blogs i {
    font-size: 16px;
}
/* end pagination blogs  */

/* inner page blogs s */
.blogs_inner_page_section {
    padding-top: 65px;
    padding-bottom: 60px;
}

.inner_box_blogs_page {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    margin-bottom: 40px;
}

.inner_box_blogs_page img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 20px;
    object-fit: cover;
}

.inner_box_blogs_page ul {
    padding: 0;
    margin: 0 0 15px 0;
    list-style: none;
    display: flex;
    gap: 20px;
    font-size: 14px;
    color: #2a885a;
    font-weight: 700;
}

.inner_box_blogs_page ul li a {
    color: #22523d;
    text-decoration: none;
    transition: 0.3s;
    padding: 10px;
    background: #2a8c5c30;
    border-radius: 3px;
}

.inner_box_blogs_page ul li a:hover {
    color: #000;
}

.inner_box_blogs_page h1 {
    font-size: 45px;
    font-weight: 600;
    color: #1f3a31;
    margin-bottom: 20px;
    margin-top: 45px;
}

.inner_box_blogs_page h2 {
    font-weight: 700;
    font-size: 22px;
    color: #2d9862;
}
.inner_box_blogs_page h3 {
    font-weight: 700;
    font-size: 22px;
    color: #2d9862;
}
.inner_box_blogs_page h4 {
    font-weight: 700;
    font-size: 15px;
    color: #1f3a31;
}

.inner_box_blogs_page p {
    font-size: 14px;
    line-height: 24px;
    color: #000;
    margin-bottom: 18px;
}

.inner_box_impact {
    list-style: disc;
    padding-left: 25px !important;
    margin: 20px 0;
    display: inline-block !important;
}

.inner_box_impact li {
    margin-bottom: 3px;
    font-size: 14px;
    color: #000;
    line-height: 24px;
    font-weight: 300;
}

.inner_box_impact li i{
  color: #0076bd;
}

/* table s */
.table-responsive {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.comparison-table {
    width: 100%;
    min-width: 600px;
    border-collapse: collapse;
    margin: 20px 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

  .comparison-table thead {
    background: linear-gradient(135deg, #2c9962, #1f3a31);
    color: #fff;
  }

  .comparison-table th,
  .comparison-table td {
    padding: 14px 16px;
    text-align: left;
  }

  .comparison-table th {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
  }

  .comparison-table tbody tr {
    background-color: #ffffff;
    border-bottom: 1px solid #e0e0e0;
  }

  .comparison-table tbody tr:nth-child(even) {
    background-color: #f9fdfb;
  }

  .comparison-table tbody tr:hover {
    background-color: #eef8f1;
    transition: background-color 0.3s ease;
  }

  .comparison-table td {
    color: #333;
    font-size: 14px;
  }


/* table e */

/*comment-section-alt s */

.comment-section-alt {
  max-width: 100%;
  background: #ffffff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.comment-section-alt h3 {
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: 700;
  color: #2d9862;
}

/* Form groups */
.comment-form-alt .form-group-alt {
  margin-bottom: 18px;
}

.comment-form-alt label {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 600;
  color: #333;
}

/* Inputs & textarea */
.comment-form-alt input,
.comment-form-alt textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
  transition: all 0.3s ease;
  background: #fafafa;
}

.comment-form-alt textarea {
  min-height: 120px;
  resize: vertical;
}

.comment-form-alt input:focus,
.comment-form-alt textarea:focus {
  border-color: #2E8B57;
  background: #fff;
  outline: none;
  box-shadow: 0 0 0 3px rgba(46, 139, 87, 0.15);
}

/* Two column row */
.form-row-alt {
  display: flex;
  gap: 15px;
}

.form-row-alt .form-group-alt {
  flex: 1;
}

/* Checkbox */
.form-check-alt {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 15px 0 20px;
  font-size: 14px;
  color: #000;
}

.form-check-alt input {
  margin-top: 4px;
  width: 20px;
}

/* Submit button */
.btn-submit-alt {
  background: linear-gradient(135deg, #2d9962, #1f3a31);
  color: #fff;
  border: none;
  padding: 12px 28px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-submit-alt:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(46, 139, 87, 0.3);
}

/*comment-section-alt e */

/* tag blogs images gallery s */
.tag_blogs_gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 15px;
  margin-top: 60px;
}

.tag_blogs_gallery h4{
  font-size: 48px;
  font-weight: 700;
  color: #ff6a01;
  margin-top: 48px;
  margin-bottom: 48px;
}

.tag_blogs_gallery h5{
  font-size: 48px;
  font-weight: 700;
  color: #ff6a01;
  margin-top: 48px;
  margin-bottom: 48px;
}

.tag_blogs_gallery .gallery-item {
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
  cursor: pointer;
}

.tag_blogs_gallery img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.tag_blogs_gallery .gallery-item:hover img {
  transform: scale(1.1);
}

/* tag blogs images gallery e */


/* animation image inner blog s */

.tag_images_right_side {
    display: flex;
    justify-content: center;
    margin-top: 85px;
}

.image-container {
    position: relative;
    display: inline-block;
}

.box-image {
    display: block;
    max-width: 100%;
    height: auto;
}

/* Overlay image centered on top of box image */
.overlay-image {
    position: absolute;
    bottom: -36%;
    left: 17%;
    transform: translate(-50%, -50%);
    max-width: 68%;
    height: auto;
}

/* Slow animation for box image */
.updown-animation-slow {
    animation: moveUpDownSlow 3s ease-in-out infinite; /* slower */
}

/* Fast animation for overlay image */
.updown-animation-fast {
    animation: moveUpDownFast 1.5s ease-in-out infinite; /* faster */
}

/* Keyframes for box image (slow) */
@keyframes moveUpDownSlow {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-15px); }
}

/* Keyframes for overlay image (fast, maintain centering) */
@keyframes moveUpDownFast {
    0%, 100% { transform: translate(-50%, -50%) translateY(0); }
    50% { transform: translate(-50%, -50%) translateY(-15px); }
}

/*inner blogs scrooll ssssssss  */
/* scroll blogs s */
.inner_scroll_blogs {
  max-height: 1485px;
  overflow-y: auto;
  padding-right: 5px;
  margin-top: 10px;
}

/* Optional: beautiful thin scrollbar */
.inner_scroll_blogs::-webkit-scrollbar {
  width: 3px;
}

.inner_scroll_blogs::-webkit-scrollbar-thumb {
  background: #c7cfcb;
  border-radius: 10px;
}

.inner_scroll_blogs::-webkit-scrollbar-thumb:hover {
  background: #c7cfcb;
}
/* inner blogs scroll eee */

/* blogs inner page css e */


/* blogs_section_sidebar_page s */
.blogs_section_sidebar_page {
  padding-top: 60px;
  padding-bottom: 45px;
}

.sidebar_blogs_images {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sidebar_blogs_images img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-bottom: 2px solid #f4f4f4;
}

.side_bar_content_blog {
    padding: 20px;
    background-color: #fff;
    color: #333;
    text-align: left;
}

.side_bar_content_blog h1 {
    font-size: 15px;
    font-weight: bold;
    color: #ff6a01;
    margin-bottom: 10px;
    letter-spacing: 1px;
    transition: color 0.3s ease;
}

.side_bar_content_blog h2{
    font-size: 25px;
    font-weight: 700;
    color: #203a31;
}

.side_bar_content_blog h3{
  font-size: 20px;
  font-weight: 700;
  color: #2d9962;
}

.side_bar_content_blog p {
    font-size: 14px;
    line-height: 1.6;
    color: #111;
    font-weight: 500;
    transition: color 0.3s ease;
}

.sidebar_blogs_images:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

/*  */
.piles-treatment-list {
    list-style-type: none;
    margin: 0px;
    padding-left: 15px;
    color: #333;
}

.piles-treatment-list li {
    font-size: 14px;
    line-height: 1.6;
    color: #111;
    font-weight: 500;
    margin-bottom: 10px;
}
.piles-treatment-list li i{
  color: #ff6a01;
}

/*  */

.sroll_piles-treatment {
  max-height: 345px;
  overflow-y: auto;
  padding-right: 5px;
  margin-top: 10px;
}

/* Optional: beautiful thin scrollbar */
.sroll_piles-treatment::-webkit-scrollbar {
  width: 5px;
}

.sroll_piles-treatment::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}

.sroll_piles-treatment::-webkit-scrollbar-thumb:hover {
  background: #999;
}
/* e */
/* blogs_section_sidebar_page e */


/* careers page start css  */
 .careers_section_start {
    padding-top: 20px;
    padding-bottom: 20px;
 }
 .careers_section_start h2{
    font-size: 34px;
    font-weight: 700;
    color: #1b4332;
    letter-spacing: 1px;
    margin-bottom: 15px;
    position: relative;
    display: block;
 }
.careers_section_start h2::after {
    content: "";
    display: block;
    width: 200px;
    height: 4px;
    background: #40916c;
    margin: 10px auto 0;
    border-radius: 2px;
}

.careers_main_discription p {
    font-size: 16px;
    line-height: 25px;
    color: #000;
}

.careers_ulli_div {
    background: #ffffff;
    padding: 35px 30px;
    border-radius: 18px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
    height: 100%;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.careers_ulli_div:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
}

/* Headings */
.careers_ulli_div h4 {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 18px;
    position: relative;
}

.careers_card {
    position: relative;
    background: linear-gradient(135deg, #203b32, #2e9762);
    border-radius: 24px;
    padding: 35px 30px;
    color: #fff;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}

.careers_card::after {
    content: "";
    position: absolute;
    inset: 12px;
    border: 2px dotted rgba(255, 255, 255, 0.6);
    border-radius: 18px;
    pointer-events: none;
    z-index: 1;
}

/* Left icon soft box */
.careers_icon_box {
    width: 70px;
    height: 70px;
    background: rgba(255,255,255,0.25);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    z-index: 2;
    position: relative;
}

.careers_icon_box i {
    font-size: 32px;
    color: #fff;
}
.careers_icon_box::after {
    content: "";
    position: absolute;
    inset: 6px;
    border: 2px solid rgba(255, 255, 255, 0.7);
    border-radius: 15px;
    pointer-events: none;
}
/* Headings */
.careers_card h4 {
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
}

.careers_ulli_div h4::after {
    content: "";
    width: 50px;
    height: 3px;
    background: linear-gradient(to right, #909593, #ffffff);
    display: block;
    margin-top: 6px;
    border-radius: 6px;
}

.careers_card ul {
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 2;
    position: relative;
}

.careers_card ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    font-size: 14px;
}

.careers_card ul li i {
    background: rgba(255,255,255,0.25);
    padding: 6px;
    border-radius: 50%;
    font-size: 13px;
    position: relative;
}

.careers_curve {
    position: absolute;
    right: -50px;
    top: -30px;
    width: 220px;
    height: 220px;
    background: rgba(255,255,255,0.25);
    border-radius: 50%;
}

.careers_card ul li i::after {
    content: "";
    position: absolute;
    inset: -3px;
    border: 1.5px dotted rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    pointer-events: none;
    inset: 2px;
}

.open_roles_heading {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
}

.open_roles_heading{
    width: 70px;
    height: 70px;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    z-index: 2;
    position: relative;
}
.open_roles_heading i {
    font-size: 32px;
    color: #fff;
}

.open_roles_heading::after {
    content: "";
    position: absolute;
    inset: 6px;
    border: 2px solid rgba(255, 255, 255, 0.7);
    border-radius: 15px;
    pointer-events: none;
}

/* Automatic up-down animation */
.careers_images {
    width: 380px;
    height: 380px;
    border-radius: 50%;
    border: 6px solid #1b4332;
    padding: 10px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
    margin: auto;
}

/* Image – NEVER CUT */
.careers_images img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 50%;
}

.careers_center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.careers_float {
    animation: careerFloat 3s ease-in-out infinite;
}

/* Keyframes */
@keyframes careerFloat {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
    100% {
        transform: translateY(0);
    }
}


/* form design css s */
.careers_form_center {
    display: flex;
    justify-content: center;
}

/* Main Card */
.careers_apply_card {
    width: 100%;
    max-width: 520px;
    border-radius: 18px;
    border: none;
    overflow: hidden;
    background: linear-gradient(135deg, #f8fbff, #eef4ff);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
    transition: transform 0.3s ease;
    border: 2px solid #1b4332 !important;
}

.careers_apply_card:hover {
    transform: translateY(-6px);
}

/* Header */
.careers_form_header {
    background: linear-gradient(135deg, #ffffff, #d9d9d9);
    color: #000;
    padding: 16px !important;
    font-size: 20px !important;
    letter-spacing: 0.5px;
}

.careers_form_body {
    padding: 28px;
    background: rgba(255, 255, 255, 0.95);
}

.careers_form_body label {
    font-weight: 600;
    font-size: 14px;
    color: #333;
    margin-bottom: 6px;
}

.careers_input {
    border-radius: 10px;
    padding: 12px 14px;
    border: 1px solid #dfe6f1;
    font-size: 14px;
    transition: all 0.3s ease;
}

.careers_input:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.18);
    outline: none;
}

.careers_input::placeholder {
    color: #999;
    font-size: 13px;
}

/* File Input */
.careers_input[type="file"] {
    padding: 10px;
    background: #f9fafc;
    cursor: pointer;
}

/* Submit Button */
.careers_submit_btn {
    background: linear-gradient(135deg, #1f3930, #23523e);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 12px;
    border-radius: 30px;
    border: none;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.careers_submit_btn:hover {
    background: linear-gradient(135deg, #1f3930, #23523e);
    box-shadow: 0 10px 25px rgba(40, 167, 69, 0.35);
    transform: translateY(-2px);
}

/* Success Alert */
.alert-success {
    background: linear-gradient(135deg, #d4edda, #c3e6cb);
    border: none;
    border-radius: 10px;
    font-size: 14px;
}

.careers_form_header h1{
    font-size: 20px;
    font-weight: 700;
    color: #000 !important;
    margin-bottom: 0px;
    padding: 5px;
}

.form-control {
    font-size: 14px !important;
}
.careers_submit_btn {
    color: #fff !important;
    padding: 10px !important;
}

.cv_upload_div {
    font-size: 13px !important;
    margin-left: 20px;
    text-align: center;
}

.btn_center {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

/* form design css e */

/* careers page end css */


/* we are hiring section s */

.hairing_div h5 {
    font-size: 23px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.hairing_div p {
    font-size: 14px;
    color: #fff;
    max-width: 850px;
    margin: 0 auto 25px;
    line-height: 1.6;
    font-weight: 500;
}

.hiring_btn a {
    display: inline-block;
    padding: 12px 34px;
    background: linear-gradient(135deg, #28a745, #1e7e34);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    border-radius: 30px;
    text-decoration: none;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

/*  */

.hairing_div{
    position: relative;
    background:linear-gradient(120deg, #1c332b 0%, #1f3930 40%, #388e62 100%);
    padding: 55px 40px;
    border-radius: 26px;
    text-align: center;
    color: #fff;
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(0,0,0,0.35);
    border: 2px dotted #ffffff;
}

/* Diagonal highlight strip */
.hairing_div::before{
    content:"";
    position:absolute;
    top:0;
    right:-80px;
    width:320px;
    height:100%;
    background: linear-gradient(135deg, #2c9862d4, #2c9862);
    transform: skewX(-18deg);
    opacity:0.85;
}

/* Glass layer for text pop */
.hairing_div .glass{
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(10px);
    padding: 30px;
    border-radius: 18px;
    max-width: 900px;
    margin: auto;
}

/* Heading punch */
.hairing_div h2{
    font-size: 36px;
    font-weight: 800;
    letter-spacing: 1px;
    margin-bottom: 14px;
    color:#ffffff;
}

/* Job list */
.hairing_div p{
    font-size: 16px;
    line-height: 1.6;
    color: #eafff5;
    margin-bottom: 0px;
}

/* CTA button – stands out instantly */
.hiring_btn a{
   display: inline-block;
    margin-top: 22px;
    padding: 12px 39px;
    font-size: 15px;
    font-weight: 700;
    border-radius: 50px;
    background: #ffffff;
    color: #141615;
    text-decoration: none;
    letter-spacing: 0.5px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4);
    transition: 0.4s ease;
    border: 2px solid #ff6a01;
}

/* Keep content above graphics */
.hairing_div *{
    position: relative;
    z-index: 2;
}

/* we are hiring section e */

/* job page css s */
.job_openings_section {
    padding: 45px 0;
    background: #f8f9fc;
}

.job_main_title {
    font-size: 40px;
    font-weight: 700;
    color: #203a31;
    margin-bottom: 14px;
    margin-top: 0px;
}

.job_sub_title {
    color: #666;
    font-size: 16px;
}

.job_card {
    background: #fff;
    padding: 25px;
    border-radius: 14px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    transition: 0.4s ease;
    height: 100%;
    position: relative;
}

.job_card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

.job_card h4 {
    color: #2d9862;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
    border-bottom: 1px solid #383030;
    padding-bottom: 10px;
}

.job_card ul {
    padding-left: 0;
    list-style: none;
}

.job_card ul li {
    font-size: 14px;
    margin-bottom: 6px;
    color: #333;
}

.job_roles {
    font-size: 15px;
    margin-bottom: 10px;
    color: #444;
}

.job_apply_btn {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 30px;
    border-radius: 30px;
    background: linear-gradient(135deg, #1f3a31, #2a9962);
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: 0.3s;
}

.job_apply_btn:hover {
    background: linear-gradient(135deg, #1f3a31, #2a9962);
    color: #fff;
}

.highlight_card {
    border-left: 5px solid #21553e;
    margin-top: 20px;
}

.job_role_tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.job_role_tags span {
    background: rgb(45 152 98 / 10%);
    color: #2c9962;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 20px;
}

.digital_card li {
    font-size: 14px;
    margin-bottom: 6px;
    color: #333;
}

/* job popup css s */
/* ===== JOB APPLY MODAL ===== */

.job_modal {
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0,0,0,0.25);
    animation: fadeScale 0.4s ease;
}
/* Header */
.job_modal .modal-header {
    background: linear-gradient(135deg, #e53935, #ff7043);
    color: #fff;
    padding: 15px 22px;
    border-bottom: none;
}
.job_modal .modal-title {
    font-weight: 700;
    font-size: 16px;
}
.job_modal .modal-title span {
    font-weight: 700;
}

/* Close button */
.job_modal .btn-close {
    filter: invert(1);
    opacity: 0.8;
}

.job_modal .btn-close:hover {
    opacity: 1;
}

/* Body */
.job_modal .modal-body {
    padding: 20px 25px 30px;
    background: #fff;
}

/* Inputs */
.job_modal .form-control {
    height: 40px;
    border-radius: 10px;
    border: 1px solid #ddd;
    font-size: 14px !important;
    padding: 10px 14px;
    transition: all 0.3s ease;
}

.form-label {
    margin-bottom: .5rem;
    font-weight: 600 !important;
    font-size: 14px !important;
}

.job_modal .form-control:focus {
    border-color: #e53935;
    box-shadow: 0 0 0 3px rgba(229,57,53,0.15);
}

.job_modal input[type="file"] {
    padding: 9px;
    cursor: pointer;
}

.job_modal .careers_submit_btn {
    background: linear-gradient(135deg, #e53935, #ff7043);
    color: #fff;
    padding: 11px 35px !important;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 500;
    border: none;
    transition: 0.3s ease;
}

/* hide default browser arrow */
.custom_select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 45px;
}

/* right side dropdown icon */
.select_arrow {
    position: absolute;
    right: 15px;
    top: 70%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #f3573c;
    font-size: 13px;
}

.job_modal .careers_submit_btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(229,57,53,0.4);
}

/* Animation */
@keyframes fadeScale {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* job page css e */

/* DISCOUNT  CSS S */
.discount_badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #ff2c2c;
    color: #fff;
    padding: 5px 12px;
    font-size: 13px;
    font-weight: 700;
    border-radius: 30px;
    z-index: 99;
}

.img_container {
    position: relative;
    overflow: hidden;
}

.mrp_price {
    display: block;
    font-size: 14px;
    color: gray;
    text-decoration: line-through;
    margin-bottom: 3px;
}

.final_price {
    font-size: 18px;
    font-weight: 700;
    color: #000;
}

/* discount css e */



.nav-item.dropdown:hover .category_dropdown_hovershow{
    display:block !important;
}

.dropdown-submenu{
position:relative;
}

.dropdown-submenu .submenu_fashion{
display:none;
position:absolute;
left:100%;
top:0;
margin-top:-1px;
}

.dropdown-submenu:hover .submenu_fashion{
display:block;
}

.dropdown-menu{
z-index:9999;
}

/* cart page css s */
.cart-page{
background:#f5f6f8;
padding:60px 0;
}

.cart-title{
font-weight:700;
margin-bottom:25px;
}

.cart-card{
background:#fff;
border-radius:10px;
box-shadow:0 2px 10px rgba(0,0,0,0.06);
margin-bottom:20px;
padding:20px;
}

.cart-product-img{
height:110px;
object-fit:contain;
}

.cart-product-name{
font-size:18px;
font-weight:600;
}

.cart-price{
color:#198754;
font-weight:700;
}

.qty-box{
display:flex;
align-items:center;
}

.qty-input{
width:60px;
text-align:center;
margin:0 8px;
}

.cart-total-card{
background:#fff;
border-radius:10px;
box-shadow:0 2px 10px rgba(0,0,0,0.06);
padding:25px;
}

.cart-total-title{
font-weight:700;
margin-bottom:15px;
}

.cart-total-row{
display:flex;
justify-content:space-between;
margin-bottom:10px;
}

.cart-grand-total{
font-size:20px;
font-weight:700;
}
.cart-desc{
font-size:14px;
color:#777;
margin-top:4px;
}
/* cart page css e */



/* checkout css s */
.checkout-section{
background:#f6f7f9;
padding:60px 0;
}

.checkout-card{
background:#fff;
border-radius:10px;
padding:25px;
box-shadow:0 2px 12px rgba(0,0,0,0.06);
margin-bottom:20px;
}

.checkout-title{
font-size:22px;
font-weight:700;
margin-bottom:20px;
}

.checkout-label{
font-weight:600;
margin-bottom:6px;
}

.checkout-input{
height:48px;
border-radius:8px;
}

.checkout-textarea{
border-radius:8px;
}

.order-summary-row{
display:flex;
justify-content:space-between;
margin-bottom:10px;
}

.place-order-btn{
height:55px;
font-size:18px;
border-radius:30px;
font-weight:700;
}


/* payment section s */

.payment-section{
margin-top:15px;
}

.razorpay-box{
background:#f4f2f7;
padding:14px;
border-radius:8px;
position:relative;
}

.razorpay-box:before{
content:'';
position:absolute;
top:-8px;
left:30px;
border-width:8px;
border-style:solid;
border-color:transparent transparent #f4f2f7 transparent;
}

.razorpay-desc{
font-size:14px;
color:#555;
line-height:1.5;
}

.privacy-text{
font-size:14px;
color:#666;
line-height:1.6;
}

.place-order-btn{
background:#0b5d2a;
color:white;
border-radius:30px;
padding:14px;
font-weight:600;
}

/* payment section e */


/* checkout css e */
