/********** Template CSS **********/
body {
  font-family: 'VisbyRoundCF', system-ui, sans-serif !important;
  overflow-x: hidden;
}

:root {

  /* --primary: #d5af33; */
  --primary: #E6FC81;
  --secondary: #fbfbfb !important;
  --light: #f8f8f8;
  --dark: #252525;
}

.text-secondary {
  color: var(--secondary) !important;
}

.bg-secondary {
  background: var(--secondary) !important;
}

.bg-second {
  background-color: #fafafa !important;
}

h1,
.h1 {
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 46px;
  font-family: 'VisbyRoundCF', system-ui, sans-serif !important;
}

@media (max-width: 768px) {

  h1,
  .h1 {
    font-family: 'VisbyRoundCF', system-ui, sans-serif !important;
    font-size: 22px;
    line-height: 30px;
  }
}

h2,
.h2 {
  color: #202621;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 55px;
  font-family: 'VisbyRoundCF', system-ui, sans-serif !important;
}

@media (max-width: 768px) {

  h2,
  .h2 {
    font-size: 20px !important;
    line-height: 28px !important;
    /* 233.333% */
    letter-spacing: -0.24px !important;
    font-family: 'VisbyRoundCF', system-ui, sans-serif !important;
  }
}

h3,
h4,
.h3,
.h4,
.fw-medium {
  font-weight: 400 !important;
  font-family: 'VisbyRoundCF', system-ui, sans-serif !important;
}

h5,
h6,
.h5,
.h6,
.fw-normal {
  font-weight: 400 !important;
  font-family: 'VisbyRoundCF', system-ui, sans-serif !important;
}

p,
.p {
  color: #5A5959;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  font-family: 'VisbyRoundCF', system-ui, sans-serif !important;
}

ul,
li {
  font-family: 'VisbyRoundCF', system-ui, sans-serif !important;
}

@media (max-width: 768px) {

  p,
  .p {
    color: #5a5959;
    font-family: 'VisbyRoundCF', system-ui, sans-serif !important;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
  }
}

.back-to-top {
  position: fixed;
  display: none;
  right: 30px;
  bottom: 30px;
  z-index: 99;
}

/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity 0.5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

/*** Button ***/
.btn {
  font-weight: 500;
  transition: 0.5s;
}

.btn.btn-primary {
  color: #1E1E1E;
  background-color: var(--primary);
  border-radius: 10px;
  font-weight: 800 !important;
}

.btn-secondary {
  color: #000;
  padding: 12px 40px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
  border-radius: 10px;
  background: #fff;
  font-weight: 600 !important;
  border-color: #fff;
}

.btn-secondary:hover {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #000;
}

.btn-square {
  width: 38px;
  height: 38px;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}

.btn-outline-body {
  color: var(--primary);
  border-color: #777777;
}

.btn-outline-body:hover {
  color: #ffffff;
  background: var(--primary);
  border-color: var(--primary);
}

.shop-btn {
  padding: 10px 25px 10px 25px !important;
}



/* Title with underline */
.section-title-2 {
  position: relative;
  display: inline-block;
  margin-bottom: 12px;
}

.section-title-2::after {
    content: "";
    display: block;
    width: 150px;
    height: 5px;
    background-color: var(--primary);
    margin-top: 20px;
    margin-bottom: 15px;
}

.section-title-3 {
  position: relative;
  display: inline-block;
  margin-bottom: 12px;
  text-align: center;
}

.section-title-3::after {
  content: "";
  display: block;
  width: 200px;
  height: 5px;
  background-color: var(--primary);
  margin: 20px auto 0 auto;
  /* ✅ This centers the line */
}

@media (max-width: 768px) {
  .section-title-2::after {
    width: 100px;
    margin-top: 10px !important;
  }

  .section-title-3::after {
    width: 100px;
    margin-top: 10px !important;
  }
}

/*** Navbar ***/
.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  /* margin-left: 8px; */
  padding-bottom: 5px;
}



.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
  color: var(--primary);
}

.navbar.sticky-top {
  /* top: -100px; */
  transition: 0.5s;
}

.border-bottom-nav {
  border-bottom: 1px solid rgb(223 223 223 / 47%) !important;
}

/* Custom styling for the primary button to match your image */
.btn-primary {
  background-color: #E6FC81;
  /* Gold color from your image */
  border-color: #E6FC81;
  color: #fff;
  border-radius: 8px;
  /* Slightly rounded corners */
}

.btn-primary:hover {
  background-color: #E6FC81;
  /* A darker gold for hover effect */
  border-color: #E6FC81;
}

/* Specific styling for the mobile shop button */
.custom-shop-btn {
  font-size: 1rem;
  padding: 0.5rem 1rem;
  min-width: 80px;

  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* Horizontally center text */
}

.woocommerce-cart .wc-block-components-sidebar-layout.wc-block-cart.wp-block-woocommerce-filled-cart-block.is-large {
  max-width: 1280px;
  padding: 40px 0px;
}

.woocommerce-cart a.wc-block-components-product-name {
  color: #28282f;
  font-size: 18px;
  font-weight: 600;
}

.woocommerce-cart .wc-block-components-product-metadata__description p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

.woocommerce-cart span.wc-block-formatted-money-amount.wc-block-components-formatted-money-amount.wc-block-components-product-price__value {
  color: #17183B;
  text-align: right;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

.woocommerce-cart .paypal-button.paypal-button-number-0.paypal-button-layout-vertical.paypal-button-number-single.paypal-button-env-production.paypal-button-color-gold.paypal-button-text-color-black.paypal-logo-color-blue.paypal-button-shape-rect {
  background-color: #d4af37 !important;
}

@media (max-width: 786.98px) {
  .custom-shop-btn {
    padding: 10px 10px !important;
    min-width: 70px !important;

    height: 35px !important;
  }
}

@media (max-width: 991.98px) {
  .navbar .navbar-nav .nav-link {
    margin-right: 0;
    padding: 10px 0;
  }

  .navbar .navbar-nav {
    border-top: 1px solid #eeeeee;
  }

  /* Adjust navbar-toggler margin for better spacing */
  .navbar-toggler {
    margin-right: 0px !important;
    /* Adjust margin as needed */
  }

  /* Ensure mobile shop button and toggler are aligned */
  .navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* Distribute space between logo, shop, and toggler */
    padding-right: 15px;
    /* Add some padding on the right to match toggler margin */
  }

  .navbar-brand.ms-4.ms-lg-0 {
    margin-left: 15px !important;
    /* Adjust logo margin to match padding */
  }
}

@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    visibility: hidden;
    top: 100%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
    transition: 0.5s;
    opacity: 0;
  }



  .navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    transition: 0.5s;
    opacity: 1;
  }
}

.navbar-brand img {
  width: 240px;
  height: 50px;
}

@media (max-width: 786px) {
  .navbar-brand img {
    width: 145px !important;
    height: auto !important;
  }

  .navbar {
    padding: 15px 0px !important;
    background: #ffffff;
  }
}

.navbar {
  padding: 0;
  background: #ffffff;
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border: none !important;
  border-color: rgba(0, 0, 0, 0) !important;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none !important;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
    align-items: center !important;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
    padding-top: 10px !important;
  }
}

/* --- CORRECTED NAVBAR LINK STYLES START --- */
/* Navbar Links */
.navbar .navbar-nav .nav-link {
  position: relative;
  width: fit-content;
  margin-right: 40px;
  padding: 30px 0;
  color: #414040 !important;
  text-transform: uppercase;
  outline: none;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 16px;
}

/* Custom underline using ::before (so caret stays) */
.navbar .navbar-nav .nav-link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  height: 2px;
  background-color: transparent;
  transition: background-color 0.3s;
}

.navbar .navbar-nav .nav-link:hover::before,
.navbar .navbar-nav .nav-link.active::before {
  background-color: #E6FC81;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
  color: var(--primary);
}


.dropdown-item.active,
.dropdown-item:active {
  background-color: var(--primary) !important;
  color: #28282f !important;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
    padding-top: 0px !important;
  }
}

.nav-padding {
  padding-top: 8px;
  padding-bottom: 8px;
}

@media (max-width: 767px) {
  .nav-padding {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

/* *********************************** */
/* Add to cart icon in header */
/* *********************************** */
.cart-contents {
  position: relative;
  display: inline-block;
}

.cart-count {
  position: absolute;
  top: -12px;
  right: -9px;

  color: #000;
  font-size: 11px;
  padding: 1px 7px;
  border-radius: 50%;

}

/* ********************************* */
/* Footer Code */
/* ********************************* */

.footer {
  background-color: #202621;
}

/* Links */
.footer .btn.btn-link {
  display: block;
  margin-bottom: 2px;
  padding: 0;
  text-align: left;
  color: #fff;
  font-weight: normal;
  text-transform: capitalize;
  transition: 0.3s;
  font-size: 16px !important;
  text-decoration: none !important;
}

.footer .btn.btn-link:hover {
  color: var(--primary);
  letter-spacing: 1px;
  box-shadow: none;
}

/* Headings & Text */
.footer h3 {
  font-size: 19px;
  font-weight: 600 !important;
  line-height: 26px;
}

.footer p {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}

/* Social Icons */
.footer-social i {
  width: 22px;
  height: 22px;
}

.footer-social a img {
  width: 24px;
  height: 24px;
}

.footor-logo {
  width: 250px;
  height: auto;
}

.footer-email {
  font-size: 18px;
  font-weight: 600;
  text-decoration: none !important;
  color: var(--primary) !important;
}

/* Copyright */
.copyright {
  background-color: #161A17;
}

.copyright p {
  color: #fff !important;
  font-size: 14px;
  margin-bottom: 0;
  padding-top: 1rem;
  text-align: center;
}

/* Responsive – Let Bootstrap handle grid stacking naturally */
@media (max-width: 991.98px) {
  .upper-footer-logo {
    width: 180px;
    height: auto;
    margin-bottom: 1.5rem;
  }

  .footor-logo {
    width: 200px;
  }

  .footer h3 {
    font-size: 16px;
    margin-bottom: 0.75rem;
  }

  .footer p,
  .footer .btn.btn-link {
    font-size: 14px;
    line-height: 1.5;
  }

  .footer-email {
    font-size: 14px;
  }

  .footer-social {
    justify-content: start;
    padding-top: 0.5rem !important;
  }

  .footer-social a {
    margin-right: 10px !important;
  }

  .upper-footer-logo img, 
  .footor-logo img {
    width: 100%;
    height: auto;
    max-width: 200px;
  }
}


/* ************************************************ */
/* Home Page Start */
/* ************************************************ */

/* ****************** */
/* Hero Section */
/* ***************** */

.hero-section-banner {
  background: url('/wp-content/uploads/2025/10/Hero-section-img-1.png') center / cover no-repeat;
  height: 120vh;
  min-height: 500px;
  max-height: 900px;
  width: 100%;
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center; */
  overflow: hidden;
  background-attachment: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.hero-inner-content h5 {

  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  padding-top: 150px;


}

.hero-inner-content h1 {
  font-size: 60px;
  font-style: normal;
  font-weight: 900;
  line-height: 64px;
  max-width: 650px;

}

.hero-inner-content p {
  color: #F7F7F7;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 31px;
  /* 124% */
  max-width: 560px;
  /* margin: 0 auto; */
}




@media (max-width: 767.98px) {
  .hero-inner-content h1 {
    width: 100%;
    max-width: 100%;
    font-size: 23px !important;
    line-height: 1.5rem;
    margin: 0 auto;
    text-align: center !important;
     padding-bottom: 10px;
  }

  .hero-inner-content p {
    width: 100%;
    max-width: 100%;
    font-size: 15px !important;
    line-height: 1.5rem;
    margin: 0 auto;
    text-align: center !important;
  }

  .hero-inner-content h5 {
    font-size: 20px !important;
    line-height: 1.5rem;
    padding-top: 80px;
    margin: 0 auto;
    text-align: center !important;
    padding-bottom: 20px;
  }
  .hero-section-banner {
    height: 80vh !important;
   
  }
}


/* ************************* */
/* Industry Partner carousel slider */
/* ************************* */

.images-slider {
  padding: 4rem;
  text-align: center;
  background-image: url('/wp-content/uploads/2025/10/Untitled-design-1.png'); /* ← update this path */
  background-size: cover;       /* makes image cover the entire section */
  background-position: center;  /* centers the image */
  background-repeat: no-repeat; /* prevents tiling */
}


/* Center all images inside the carousel */
.partner-carousel .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}

.partner-carousel .item img {
  display: block;
  margin: 0 auto;
  /* ensures horizontal centering */
  width: 100%;
  max-width: 150px;
  height: auto;
  max-height: 100px;
  transition: transform 0.3s ease;
}

/* Hover effect */
/* .partner-carousel .item img:hover {
  transform: scale(1.05);
} */

/* Continuous scroll */
.partner-carousel .owl-stage {
  display: flex;
  align-items: center;
  /* vertical centering */
  animation: scroll-left 60s linear infinite;
}

/* .partner-carousel:hover .owl-stage {
  animation-play-state: paused;
} */

/* Mobile adjustments */
@media (max-width: 767.98px) {
  .partner-carousel .owl-stage {
    animation: scroll-left 25s linear infinite;
  }
}

/* Scroll animation keyframes */
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* 3rd section start */
/* .inner-content-guardian{
  width: 100%;
  max-width: 500px;
} */

.inner-content-guardian h2{
  color: #000 !important;
  line-height: 46px;
}


/* ************************* */
/* Spotlight Partner carousel slider */
/* ************************* */

/* ************************* */
/* Spotlight Partner carousel slider */
/* ************************* */
.images-slider-2 {
  background-color: #FBFBFB;
  padding: 5rem 0;
  text-align: center;
}

/* Center all images inside the carousel */
.partner-carousel-2 .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}

.partner-carousel-2 .item img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 150px;
  height: auto;
  max-height: 100px;
  transition: transform 0.3s ease;
}

/* Hover effect */
/* .partner-carousel-2 .item img:hover {
  transform: scale(1.05);
} */

/* Continuous scroll setup */
.partner-carousel-2 .owl-stage {
  display: flex;
  align-items: center;
  animation: scroll-left 60s linear infinite reverse;
}

/* Pause animation on hover */
/* .partner-carousel-2:hover .owl-stage {
  animation-play-state: paused;
} */

/* Mobile speed adjustment */
@media (max-width: 767.98px) {
  .partner-carousel-2 .owl-stage {
    animation: scroll-left 25s linear infinite reverse;
  }
}

/* Keyframes (default left scroll, we reverse it in animation property) */
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}


/* ************************* */
/* Process section */
/* ************************* */

.process-wrapper {
  width: 100%;
  background: #202621;
}

.inner-content-process {
  align-items: center;
  justify-content: center;
  display: flex;

}

.inner-content-process p {
  width: 100%;
  max-width: 580px;
}


@media (max-width: 767.98px) {
  .inner-content-process p {
    width: 100%;
    max-width: 100%;
  }

  .process-wrapper {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .process-img img {
    border-radius: 20px;
  }
}


/* ************************* */
/* Banner section */
/* ************************* */

.banner-ten-section {
  background-image: url('/wp-content/uploads/2025/08/banner-img.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px !important;
  background-clip: padding-box;
  /* prevent background from extending into padding */
}

.inner-section-banner {
  padding-left: 30px !important;
}

.ten-banner-button .btn-secondary {
  padding: 10px 60px !important;
}

@media (max-width: 767.98px) {
  .inner-section-banner {
    padding-left: 0px !important;
    padding-right: 0px;
    text-align: center;
    width: 100%;
  }


  .inner-section-banner .section-title-2::after {
    margin-left: auto;
    margin-right: auto;
    width: 100px;
    text-align: center;
  }

  .banner-ten-section {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .inner-section-banner p {
    width: 100%;
    max-width: 100%;
  }

}

.inner-section-banner p {
  width: 100%;
  max-width: 570px;
}



/* Product Page */

/* ===============================
   RIGHT COLUMN - PRODUCT INFO
================================= */
.product-info-wrapper {

  height: 100%;
  
}
@media (max-width: 768px) {
  .product-info-wrapper {
  margin-left: 0px;
  }
}

.product-desc {
color: #878787 !important; 
font-size: 18px !important;
font-style: normal;
font-weight: 500 !important;
line-height: 26px; /* 144.444% */
  /* margin-bottom: 10px; */
  margin-top: 20px;
}

@media (max-width: 768px) {
  .product-desc {
    font-size: 16px !important;
    line-height: 24px !important;
  }

  .product-desc br {
    display: none;
  }
}

.product-title{

  color: #414040;
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: 46px; /* 115% */
}

.product-price {
color: #414040 !important;
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: 74px; /* 185% */
  margin-bottom: 0px;
}

/* Buttons Wrapper */
.product-cart-buttons {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Add to Cart Button */
.custom-add-to-cart {
  background-color: var(--primary);
  color: #000;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  padding: 14px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  border: none;
}

.custom-add-to-cart .cart-price {
  font-weight: 700 !important;
}

.custom-add-to-cart:hover {
  background-color: var(--primary);
}

/* Express Checkout Button */
.express-checkout-btn {
  background-color: #70806f;
  color: #fff;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  padding: 14px 20px;
  text-align: center;
  text-decoration: none;
  justify-content: space-between;
}

.express-checkout-btn span {
  font-style: italic;
  font-weight: 900;
}

.express-checkout-btn:hover {
  background-color: #2b2b2b;
}

/* ===============================
   QUANTITY SELECTOR
================================= */
.quantity-selector {
  display: flex;
  align-items: center;
  border-radius: 10px;
border: 1px solid #A2A3B1;
  background: #f9f9f9;
  overflow: hidden;
  padding: 5px;
  height: 52px;
  /* margin-top: 26px; */
  justify-content: center;
}

.product-action-buttons{
    display: flex
;
    justify-content: center !important;
    align-items: center !important;
	margin-top: 45px;
}
.quantity-selector .quantity-btn {
    background: #f9f9f9;
    border: none;
    padding: 8px 20px;
    font-size: 30px;
    font-weight: 500;
    cursor: pointer;
    color: #333;
    transition: background 0.3s 
ease;
}

.quantity-selector .quantity-btn:hover {
  background: #eaeaea;
}

.quantity-selector .quantity-input {
  background: #f9f9f9;
  width: 50px;
  text-align: center;
  border: none;
  outline: none;
  font-size: 16px;
  font-weight: 700;
}

/* ===============================
   TABS
================================= */
.custom-tabs {
  margin-top: 10px;
  font-family: "Hurme Geometric Sans 3", sans-serif !important;
  height: auto !important;
}

.custom-tabs .tab-titles {
  display: flex;
  gap: 0px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px !important;
  margin-bottom: 20px;
  text-align: left !important;
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

ul.tab-titles li {
  margin-right: 70px !important;
}

.custom-tabs .tab-titles li {
  cursor: pointer;
  transition: all 0.3s ease;
  color: #878787;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: 46px; /* 184% */
}

.custom-tabs .tab-titles li.active {

  color: #414040;

font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 46px; /* 184% */
  /* text-decoration: underline; */
  text-underline-offset: 15px;
  /* text-decoration-color: var(--primary) !important; */
}

.custom-tabs .tab-content {
  display: none;
  color: #444;
  font-size: 16px;
  line-height: 1.7;
  text-align: left !important;
}

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

/* Responsive Tabs */
@media (max-width: 768px) {
  .custom-tabs {
    height: auto !important;
    padding-left: 20px;
  }

  .custom-tabs .tab-titles {
    gap: 0px;
    /* smaller gap for mobile */
    flex-wrap: nowrap;
    /* keep in one line */
    overflow-x: auto;
    /* allow scroll if needed */
    white-space: nowrap;
    /* prevent line break */
    -webkit-overflow-scrolling: touch;
    /* smooth scroll */
    scrollbar-width: none;
    /* hide scrollbar in Firefox */
  }

  ul.tab-titles li {
    margin-right: 20px !important;
  }

  .custom-tabs .tab-titles::-webkit-scrollbar {
    display: none;
    /* hide scrollbar in Chrome/Safari */
  }

  .custom-tabs .tab-titles li {
    flex: 0 0 auto;
    /* prevent shrinking */
    font-size: 18px !important;
  }

  .tab-contents {
    width: 100%;
    max-width: 100%;
  }
}

.tab-contents {
  width: 100%;
  max-width: 1110px;
}

.tab-contents p{
  color: rgba(90, 89, 89, 1) !important;
font-size: 16px !important;
font-style: normal;
font-weight: 400 !important;
line-height: 26px; /* 144.444% */
}

/* *******************************
   Mobile screen button
*********************************/
.fixed-checkout-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  border-top: 1px solid #e5e5e5;
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.05);
  z-index: 9999;
  /* padding: 10px; */
  padding-top: 20px;
  padding-bottom: 20px;
  box-sizing: border-box;
}

.fixed-checkout-bar .button-row {
  display: flex;
  gap: 10px;
}

.fixed-checkout-bar a {
  /* flex: 1; */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 600;
  border-radius: 10px;
  text-decoration: none;
  transition: background 0.3s;
  justify-content: center;
}

.fixed-checkout-bar .checkout-btn {
  background: var(--primary);
  color: #000;
}

.fixed-checkout-bar .checkout-btn:hover {
  background: var(--primary);
}

.fixed-checkout-bar .checkout-btn .cart-price {
  margin-left: 8px;
  font-weight: 700;
}

.fixed-checkout-bar .express-checkout-btn {
  background: #70806f;
  color: #fff !important;
}


/* ************************************************** */
/* The Guardia Experience Laptop Images Section */
/* ************************************************** */

/* ===== Main layout ===== */


.faq-right {
  position: sticky;
  top: 100px;
  height: calc(100vh - 120px);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.faq-right img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 12px;
  object-fit: contain;
  position: absolute;
  opacity: 0;
  transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
  transform: scale(1.03);
}

.faq-right img.active {
  opacity: 1;
  transform: scale(1);
  z-index: 2;
}

/* Optional: fade-out the previous image gracefully */
.faq-right img:not(.active) {
  z-index: 1;
}

/* ===== Custom Accordion Styles ===== */
.custom-acc .accordion-item {
  border-radius: 15px;
  border: 1px solid transparent;
  background: transparent;
  margin-bottom: 12px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

/* Open accordion styling */
.custom-acc .accordion-item.is-open {
  border-radius: 20px;
  border: 1px solid #E9E9E9;
  background: #FFF;
  box-shadow: 0 4px 14.9px 0 rgba(70, 88, 40, 0.10);
}

/* Accordion header button */
.custom-acc .accordion-button {
  background: transparent;
  box-shadow: none;
  padding: 20px 50px 20px 30px;
  min-height: 72px;
  position: relative;
}

.custom-acc .accordion-button:focus {
  box-shadow: none;
}

/* Inline layout for title + desc */
.acc-inline {
  display: flex;
  align-items: center;
  width: 100%;
}

.acc-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
}

/* Title */
h5.acc-title {
  color: #000 !important;
  font-size: 20px !important;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 30px;
  text-transform: capitalize;
  transition: color 0.3s ease-in-out;
  margin-bottom: 0px !important;
}

/* Description */
p.acc-desc {
  color: #5A5959 !important;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 24px;
  /* 143.75% */
  display: none;
  margin-bottom: 0px !important;
}

/* Active accordion */
.accordion-button:not(.collapsed) h5.acc-title {
  color: #000;
}

.accordion-button:not(.collapsed) p.acc-desc {
  display: block;
}

/* Remove background highlight */
.custom-acc .accordion-button:not(.collapsed) {
  background: transparent;
  color: #111;
  box-shadow: none;

}

/* ===== Black arrow icon ===== */
.custom-acc .accordion-button::after {
  transition: transform .2s ease;
  filter: brightness(0);
  /* makes arrow black */
  position: absolute;
  top: 18px;
  right: 20px;
}

/* Remove animation delay */
.accordion-collapse.collapsing {
  transition: none;
}

/* Responsive */
@media (max-width: 991px) {
  .faq-right {
    position: static;
    width: 100%;
    height: auto;
    margin-top: 2rem;
  }
}



/* ********************************************** */
/* Home Page The Technology section GSAP */
/* ********************************************** */

.technology-section-bg{
	background:
    url("/wp-content/uploads/2025/10/Untitled-design-4.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

    .timeline-item {
      display: flex;
      align-items: center;
      position: relative;
      opacity: 0;
      transform: translateY(80px);
      width: 100%;
      max-width: 500px;
    margin-left: 5%;
    }

    /* Circle Icon Box */
    .timeline-dot {
      width: 57px;
      height: 57px;
      border-radius: 100%;
      background: #E6FC81;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      left: -2rem;
      z-index: 10;
      flex-shrink: 0;
      opacity: 0;
      transform: scale(0.3);
    }

    /* Image inside the circle */
    .timeline-dot img {
      width: 30px;
      height: 30px;
      object-fit: contain;
    }

    /* Box */
    .timeline-content-box {
      /* border-radius: 4px;
      border: 1px solid rgba(214, 190, 158, 0.32);
      background: #FFF; */
          padding: 5px 15px 5px 15px;
      margin-left: -20px;
      width: 100%;
      position: relative;
    }

    .timeline-title {
color: #000;
font-size: 16px;
font-style: normal;
font-weight: 600 !important;
line-height: 24px; /* 150% */
    }

    .timeline-description {
color: #000;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 150% */
    }

    .imeline-wrapper h2{
      color: #000 !important;
    }

    @media (max-width: 767.98px) {
      .timeline-wrapper {
        padding-left: 1rem;
      }
      .timeline-wrapper::before,
      .timeline-progress {
        left: 1rem;
      }
      .timeline-dot {
        left: -5px;
      }
      .timeline-content-box {
        margin-left: -1rem;
      }
    }
    .spotlight-underline {
      width: 200px;
      height: 5px;
      background-color:#d6f379;
      border-radius: 2px;
      align-items: left;
    }


    /* ================= Location section =================== */

.location-background-section {
    background: linear-gradient(rgba(255, 255, 255, 0.681),
        rgba(255, 255, 255, 0.679)),
    url("/wp-content/uploads/2025/10/service-location-background.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    padding: 2rem 1rem;
}

.location-card {
    padding: 55px;
    height: 100%;
}

.location-card img {
    max-width: 135px !important;
}

.inner-content-location p {
    width: 100%;
    max-width: 825px;
    margin: 0 auto;
}

@media (max-width: 767.98px) {
    .inner-content-location p {
        width: 100%;
        max-width: 100%;
    }
    .location-card{
      padding: 0px !important;
    }
}

.location-card h3{
  color: #202621 !important;
text-align: center;
font-size: 24px !important;
font-style: normal;
font-weight: 700 !important;
line-height: 24px; /* 100% */
margin-top: 25px;
}

.location-card p{
  color: #636571 !important;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 25.6px; /* 160% */
}


/* Product home Page Section */


    .product-section {
      background: #FBFBFB;
      border-radius: 10px;
      padding: 40px;
    
      margin: 48px auto;
     
    }

    /* Left image box */
    .product-img {
     
      padding: 18px;
      display: inline-block;
   
      width: 100%;
      max-width: 500px;
    }

    .product-title-home {
color: #414040 !important;

font-size: 40px !important;
font-style: normal;
font-weight: 700 !important;
line-height: 46px; /* 115% */
    }

.rating {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #ccc; /* base gray color for empty stars */
  letter-spacing: 1px;
}

/* Gold overlay for filled stars */
.rating::before {
  content: "★★★★★";
  position: absolute;
  top: 0;
  left: 0;
  width: 90%; /* 90% = 4.5 out of 5 stars */
  color: #FFC633 !important;
  overflow: hidden;
}


    .price-product-home {
      color: #414040 !important;

font-size: 40px !important;
font-style: normal;
font-weight: 800 !important;
line-height: 45px; /* 185% */
    }

    .subscription-product-home {
color: #3C3939 !important;
font-size: 17px !important;
font-style: normal;
font-weight: 800 !important;
line-height: 26px; /* 144.444% */
    }

    .desc-product-home {
color: #878787 !important;
font-size: 17px !important;
font-style: normal;
font-weight: 400 !important;
line-height: 26px; /* 144.444% */
    }

    .instock{
      color: #878787 !important;
font-size: 16px !important;
font-style: normal;
font-weight: 500;
line-height: 26px; /* 144.444% */
    }


    .info-col {
      border-left: 1px solid rgba(0,0,0,0.06);
      padding-left: 80px;                        
    }

    @media (max-width: 767px){
       .info-col {
      border-left: none !important;
      padding-left: 30px !important;                        
    }

    
.product-title-home {
  font-size: 24px !important;
  line-height: 1.5rem !important;
  padding-bottom: 20px;
}

.price-product-home{
    font-size: 24px !important;
  line-height: 1.5rem !important;
   padding-top: 20px;
   padding-bottom: 20px;
}

.desc-product-home {
  font-size: 15px !important;
}
    }

/* ******************************** */
    /* Shop page carousel */
/* *********************************** */

.shop-page{
  border-radius: 10px;
border: 1px solid #FBFBFB;
background: #FBFBFB;
}

        /* Main Image Container */
        #sync1 .item {
            display: flex;
            justify-content: center;
            align-items: center;
            background: #ffffff;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
        }
        #sync1 .item img {
            width: 100%;
            height: auto;
            max-height: 500px; /* Limit height for aesthetic */
            object-fit: contain;
        }

        /* Thumbnail Container */
        #sync2 .item {
cursor: pointer;
    padding: 8px;
    /* border-radius: 8px; */
    transition: all 0.3s 
ease;
    margin: 0 0 12px 0;
    /* border: 3px solid transparent; */
    /* background-color: #ffffff; */
    border-radius: 5px;
    border: 1px solid #E2E2E2;
    width: 100px;
    height: 92px;
    background: #FFF;
    display: flex
;
    align-items: center;
    justify-content: center;
        }

        #sync2 .item:hover {
            border: 2px solid #E6FC81; /* Light hover border */
        }

                #sync2 .item:active {
            border: 2px solid #E6FC81;/* Light hover border */
        }

        /* Active Thumbnail Style */
        #sync2 .item.current {
            border: 2px solid #E6FC81; /* Blue border for active item (Bootstrap Primary) */
          
        }

        /* Thumbnail Image Size */
#sync2 .item img {
    width: 100%;
    height: 80px;
    object-fit: cover;
    border-radius: 4px;
    max-width: 75px;
    max-height: 57px;
    display: flex
;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

        /* Hide default Owl Dots and Nav (Nav is controlled in JS for sync1) */
        .owl-theme .owl-nav,
        .owl-theme .owl-dots {
            display: none;
            margin-top: 0;
        }
        
        /* * CRITICAL FIX: Force vertical stacking on Desktop (>= 768px) 
         * This overrides Owl's default horizontal flex layout, making it look 
         * like a pure vertical list as requested.
         */
        @media (min-width: 768px) {
            #sync2 .owl-stage-outer,
            #sync2 .owl-stage {
                height: auto !important; /* Allow natural height */
                width: 100% !important; /* Use 100% of the column width */
                transform: translate3d(0px, 0px, 0px) !important; /* Reset horizontal translation */
                display: block !important; /* Treat stage as a block container */
            }
            #sync2 .owl-item {
                width: 100% !important; /* Make each item take full width */
                float: none !important; /* Prevent floating */
                display: block !important; /* Stack vertically */
                margin: 0 0 12px 0 !important; /* Reapply vertical margin */
            }
        }
        
        /* Adjusting layout for mobile/small screens (re-enable horizontal) */
        @media (max-width: 768px) {
            /* On mobile, put the thumbnails below the main image */
            .thumbnail-column {
                order: 2; /* Thumbnails appear second (below main image) */
                margin-top: 20px;
            }
            .main-image-column {
                order: 1; /* Main image appears first */
            }
            
            /* Make thumbnail carousel horizontal and swipeable on mobile */
            #sync2 .owl-stage-outer {
                padding: 10px 0;
            }
            
            #sync2 .item {
                margin: 0 8px; /* Horizontal margin for mobile items */
            }

            /* Ensure thumbnails are visible horizontally */
            #sync2 .owl-item {
                width: 90px !important; /* Fixed width for horizontal scroll items */
                float: left;
            }
        }


/* *********************************** */
/* Thank You page */
/* *********************************** */


.thankyou-card {
      border-radius: 10px;
      background: #FFF;
      box-shadow: 0 0 28.5px rgba(18, 18, 18, 0.10);
      padding: 40px;
      text-align: center;
      max-width: 750px;
      height: 550px;
      margin: 40px auto;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }
    .thankyou-card img {
      width: 180px;
      margin-bottom: 20px;
    }
    .thankyou-card h2 {
color: #414040 !important;

font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: 74px; /* 231.25% */
    }
    .thankyou-card p {
color: #929292 !important;
text-align: center;

font-size: 25px;
font-style: normal;
font-weight: 400;
line-height: 30px; /* 120% */
letter-spacing: -0.4px;
    }
    .btn-custom {
      border: 2px solid #D4AF37;
      color: #D4AF37;
      padding: 10px 25px;
      font-weight: 500;
      border-radius: 10px;
      text-decoration: none;
      transition: all 0.3s ease;
    }
    .btn-custom:hover {
      background-color: #D4AF37;
      color: white;
    }



/* *********************************** */
/* Add To Cart Page  */
/* *********************************** */

/* *********************************** */
/* Add To Cart Page  */
/* *********************************** */

.custom-cart-container {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  margin: 60px auto;
  max-width: 1200px;
}

.cart-left {
  flex: 1;
}

.cart-heading {
  color: #414040 !important;
  font-size: 32px !important;
  font-style: normal;
  font-weight: 700;
}

.select-all {
  color: #878787 !important;
  font-size: 17px !important;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 22px;
}

.cart-item {
  display: flex;
  align-items: center;
  margin-top: 20px;
  padding: 20px;
  position: relative;
  border-radius: 10px;
  border: 1px solid #E2E2E2;
  background: #FFF;
}

.item-bullet {
  width: 17px;
  height: 16px;
  background-color: #D6BE9E;
  border-radius: 50%;
  margin-right: 20px;
  margin-left: 5px;
}

.cart-item-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
}

.cart-img-wrap {
  width: 100px;
  height: 100px;
  border-radius: 5px;
  border: 1px solid #E2E2E2;
  background: #FFF;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-img-wrap img {
  width: 86%;
  height: auto;
}

.cart-item-center {
  flex: 1;
  margin-left: 20px;
}

.cart-product-title {
  color: #414040;
  font-size: 22px !important;
  font-style: normal;
  font-weight: 700 !important;
  line-height: 28px;
}

.cart-product-desc {
  color: #878787 !important;
  font-size: 15px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-top: 5px;
	max-width: 450px;
}

.cart-item-right {
  text-align: right;
  min-width: 140px;
}

.cart-product-price {
  color: #414040 !important;
  font-size: 22px !important;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  padding-bottom: 10px !important;
}

.quantity-box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 10px;
}

.cart-page .qty-btn {
  background: none;
  border: none;
  font-size: 26px;
  cursor: pointer;
  padding: 4px 8px;
  color: #17183B;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.4px;
}

.cart-page .qty-input {
  width: 40px;
  text-align: center;
  border: none;
  background: transparent;
  color: #17183B;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.4px;
}

.cart-right {
  width: 340px;
  padding: 30px;
  border-radius: 10px;
  border: 1px solid #FBFBFB;
  background: #FBFBFB;
}

.promo-section {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  border-radius: 5px;
  border: 1px solid #D9D9D9;
  padding: 10px 15px;
  background: #FFF;
}

.promo-section input {
  width: 80%;
  border: none !important;
}

input#coupon_code::placeholder {
    color: #878787 !important;
}

.promo-section input:focus {
  outline: none !important;
  border: none !important;
}

.promo-section button {
  border: none;
  background: none;
  color: #D6BE9E;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  cursor: pointer;
}

.divider-cart {
  border: none;            
  height: 1px;             
  background-color: #D6BE9E;
  margin: 20px 0;            
  opacity: 1;                
}
.divider-cart2 {
  border: none;            
  height: 1px;             
  background-color: #D6BE9E;
  margin: 10px 0px 20px 0px;            
  opacity: 1;                
}

span.woocommerce-Price-currencySymbol {
    font-weight: 700 !important;
}

.totals-row bdi {
    font-weight: 700 !important;
}

.cart-totals h3 {
  color: #414040 !important;
  font-size: 21px !important;
  font-weight: 700 !important;
  margin-bottom: 15px;
}
.total-bold{
	font-weight: 700 !important;
}

.totals-row {
  display: flex;
  justify-content: space-between;
  padding-bottom: 15px;
  color: #878787 !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  line-height: 22px;
}

.total {
  font-weight: 700;
  font-size: 17px;
}

.checkout-btn {
  /* display: block; */
  text-align: center;
  background: #E6FC81;
  color: #000;
  font-weight: 700 !important;
  border-radius: 10px;
  padding: 28px 0 !important;
  
  text-decoration: none;
  padding-left: 35px !important;
  padding-right: 35px !important;
  font-size: 16px !important;
}

@media (max-width: 480px) {
  .checkout-btn {
   margin-top: 0px !important;
  }
}

.checkout-btn2 {
    display: block;
    text-align: center;
    background: #E6FC81;
    color: #000;
    font-weight: 600 !important;
    border-radius: 6px;
    padding: 12px 0 !important;
    margin-top: 25px;
    text-decoration: none;
    padding-left: 15px !important;
    padding-right: 15px !important;
    font-size: 16px !important;
}

.checkout-btn:hover {
  background: #E6FC81;
  color: #000;
}

.alt-payments {
  margin-top: 15px;
  text-align: center;
}


/* Hide default up/down arrows in number inputs */
.qty-input::-webkit-outer-spin-button,
.qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.qty-input {
  -moz-appearance: textfield; /* Firefox */
}

/* *********************************** */
/* Responsive Styling */
/* *********************************** */
@media (max-width: 1024px) {
  .custom-cart-container {
    flex-direction: column;
    gap: 20px;
    margin: 40px auto;
    padding: 0 20px;
  }

  .cart-right {
    width: 100%;
    order: 2;
  }

  .cart-left {
    order: 1;
  }

  .cart-item {
    flex-direction: column;
    align-items: flex-start;
    padding: 15px;
  }

  .cart-item-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .cart-item-left,
  .cart-item-center,
  .cart-item-right {
    width: 100%;
    text-align: left;
    margin: 10px 0;
  }

  .cart-item-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .quantity-box {
    justify-content: flex-start;
  }

  .cart-product-title {
    font-size: 18px !important;
    line-height: 24px;
  }

  .cart-product-desc {
    font-size: 14px !important;
    line-height: 20px;
	  width: 100%;
	  max-width: 100% !important;
  }

  .cart-product-price {
    font-size: 18px !important;
    padding-bottom: 0 !important;
  }

  .cart-img-wrap {
    width: 80px;
    height: 80px;
  }

  .checkout-btn {
    padding: 14px 0;
    font-size: 16px;
  }

  .promo-section {
    flex-direction: row;
    align-items: center;
  }
}

@media (max-width: 480px) {
  .cart-heading {
    font-size: 24px !important;
  }

  .custom-cart-container {
    margin: 30px auto;
    padding: 0 15px;
  }

  .cart-item {
    padding: 10px;
  }

  .cart-product-title {
    font-size: 16px !important;
  }

  .cart-product-desc {
    font-size: 13px !important;
	  width: 100%;
	  max-width: 100%;
  }

  .cart-img-wrap {
    width: 70px;
    height: 70px;
  }

  .cart-right {
    padding: 20px;
  }

  .promo-section {
    flex-direction: column;
    gap: 10px;
  }

  .promo-section input {
    width: 100%;
  }

  .promo-section button {
    width: 100%;
    padding: 10px 0;
    border-top: 1px solid #D9D9D9;
  }

  .totals-row {
    font-size: 15px !important;
  }

  .checkout-btn {
    width: 100%;
  }
}


/* .wc-block-components-sidebar-layout .wc-block-components-main {
    box-sizing: border-box;
    margin: 0;
    padding-right: 4.5283018868%;
    width: 100% !important;
}

.wc-block-components-sidebar {
  width: 100% !important;
} */


 /* ==============================
       HomeCleanse Hero Section Styles
    =============================== */
    .homecleanse-hero-banner {
      width: 100%;
      height: 630px;
      background: url('/wp-content/uploads/2025/10/bg-color-e1760451589440.png') no-repeat center center/cover;
      color: #fff;
      position: relative;
      display: flex;
      align-items: center;
		
		background-position: center bottom !important;
    }




    .homecleanse-hero-subheading {
      color: #FFF;
      font-family: "Visby Round CF", sans-serif;
      font-size: 35px;
      font-style: normal;
      font-weight: 500;
      line-height: 55px;
      text-transform: capitalize;
      margin-bottom: 10px;
    }

    .homecleanse-hero-heading {
      color: #FFF;
      font-family: "Visby Round CF", sans-serif;
      font-size: 55px;
      font-style: normal;
      font-weight: 900;
      line-height: 64px;
      text-transform: capitalize;
      margin-bottom: 20px;
    }

    .homecleanse-hero-text {
      color: #F7F7F7;
      font-family: "Visby Round CF", sans-serif;
      font-size: 25px;
      font-style: normal;
      font-weight: 500;
      line-height: 31px;
    }

    .homecleanse-hero-img img {
      max-width: 100%;
      height: auto;
      margin-top: 250px;
    }

    /* ==============================
       Responsive Design
    =============================== */
    @media (max-width: 1200px) {
      .homecleanse-hero-heading {
        font-size: 55px;
        line-height: 60px;
      }
    }

    @media (max-width: 991px) {
      .homecleanse-hero-banner {
        height: auto;
        text-align: center;
        padding: 80px 0;
      }

      .homecleanse-hero-heading {
        font-size: 48px;
        line-height: 56px;
      }

      .homecleanse-hero-subheading {
        font-size: 28px;
        line-height: 40px;
      }

      .homecleanse-hero-text {
        font-size: 20px;
      }

      .homecleanse-hero-img img  {
        margin-top: 40px;
      }
    }

    @media (max-width: 576px) {
      .homecleanse-hero-heading {
        font-size: 36px;
        line-height: 44px;
      }

      .homecleanse-hero-subheading {
        font-size: 24px;
        line-height: 34px;
      }

      .homecleanse-hero-text {
        font-size: 18px;
        line-height: 26px;
      }
    }



/* Add to cart message */

.page-id-7 .woocommerce-message {
	display: none !important;
}




/* ********************************* */
/* Resources Page Home CSS */
/* ********************************* */

.hero-section-banneresource {
    background: url("/wp-content/uploads/2025/12/Group-1261155555.png") center / cover no-repeat;
    height: 90vh;
    min-height: 500px;
    max-height: 900px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-attachment: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.resource-section-2 h2{
	font-size: 30px !important;
}

.resource-section-3{
	margin-top: 70px;
}

.resource-section-3 h2{
	font-size: 30px !important;
}

.video-item {
    text-align: center;
}

.video-item h5{
  color: #202621;
text-align: center;
font-style: normal;
font-weight: 600 !important;
line-height: 30px; 
}

.video-wrapper {
    position: relative;
    width: 100%;
       height: 420px !important;
    padding-top: 90%; 
    border-radius: 15px; 
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
    order: 1; 
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 15px; 
}


.in-action-section{
	  background: url("/wp-content/uploads/2025/12/Group-1261155566.png") center / cover no-repeat;
    height: 90vh;
    min-height: 500px;
    max-height: 900px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-attachment: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.text-width{
	max-width: 450px;
}

@media (max-width: 767px){
	.text-width{
	max-width: 100%;
}
	.in-action-section{
		height: 100%;
    min-height: 100%;
    max-height: 100%;
		}
		
		.resource-section-3{
	margin-top: 30px;
}

.resource-section-3 h2{
	font-size: 22px !important;
}
	
	
}

.industry-slider {
    padding: 4rem;
    text-align: center;
    background-image: url(/wp-content/uploads/2025/10/Untitled-design-1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media (max-width: 767px){
	.industry-slider{
		padding: 0px;
	}
}

.faq-banner-home {
  width: 100%;
  height: 40vh;
  background: url("/wp-content/uploads/2025/12/Group-1261155567.png") center/cover no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 40px;
}

/* Video carousel */

.exact-series-section {
  padding: 120px 0;
  background: #fff;
}

.exact-series-container {
  max-width: 1400px;
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.left-slider {
  width: 65%;
}

.right-content {
  width: 35%;
  padding-left: 40px;
}

.right-content h2 {
  font-size: 46px;
  font-weight: 700;
  margin-bottom: 10px;
}

.green-line {
  width: 80px;
  height: 5px;
  background: #E6FC81;
  margin: 15px 0 25px;
  border-radius: 4px;
}

.right-content p {
  font-size: 16px;
  line-height: 1.5;
  max-width: 380px;
  color: #444;
}

.arrow-navigation {
  margin-top: 60px;
  display: flex;
  gap: 16px;
}

.nav-btn {
    width: 55px;
    height: 55px;
    display: flex;
    font-size: 28px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    transition: .3s;
    background: #a9a9a93b;
    color: #a1a1a1;
}

.nav-btn:hover {
  background: #E6FC81;
  color: #fff;
  border-color: #E6FC81;
}

/* SLIDE STYLING EXACT */
.slide-box {
  display: flex;
  gap: 35px;
}

.video-thumb {
  width: 50%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
	padding: 10px;
}

.video-thumb iframe {
  width: 100%;
  height: 490px;
  object-fit: cover;
  border-radius: 10px;
  filter: brightness(0.88);
}

/* ------------------------------------ */
/*           RESPONSIVE DESIGN          */
/* ------------------------------------ */

/* Tablet */
@media(max-width: 992px) {
  .exact-series-container {
    flex-direction: column;
    text-align: center;
  }

  .left-slider,
  .right-content {
    width: 100%;
    padding-left: 0;
  }

  .right-content p {
    margin: auto;
  }

  .slide-box {
    flex-direction: column;
    gap: 25px;
  }

  .video-thumb {
    width: 100%;
  }

  .video-thumb iframe {
    height: 330px;
  }

  .arrow-navigation {
    justify-content: center;
  }
}


/* Mobile */
@media(max-width: 600px) {

  /* Section spacing */
  .exact-series-section {
    padding: 60px 0;
  }

  /* Center all content on mobile */
  .exact-series-container {
    text-align: center;
  }

  .right-content h2 {
    font-size: 32px;
  }

  .right-content p {
    font-size: 15px;
    max-width: 90%;
    margin: 0 auto;
  }

  .slide-box {
    flex-direction: column;
    gap: 20px;
  }

  /* Only 1 video visible on mobile */
  .slide-box .video-thumb {
    width: 100% !important;
  }

  /* Reduce video height */
  .video-thumb iframe {
    height: 260px;
  }

  /* Center buttons */
  .arrow-navigation {
    justify-content: center;
    margin-top: 35px;
  }

  .nav-btn {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
	
	.green-line {
		margin: 0 auto;
	}
}


/* ******************************* */
/* Resource Page FAQS */
/* ******************************* */

.faq-bg-image{
	background-image: url("/wp-content/uploads/2025/12/Group-1261155569.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Section Container */
.faq-section {
  padding: 60px 20px;
  background: #FBFBFF;
}

/* FAQ Item */
.faq-item {
background: #fff;
    border-radius: 10px;
    margin-bottom: 7px;
    padding: 20px 20px;
    cursor: pointer;
    transition: 0.3s;
    border: none;
}

.faq-item.active {
  background: #ffffff;
}

/* FAQ Header Layout */
.faq-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Number */
.faq-number {
  width: 50px;
	color: #28282F;
font-size: 22px;
font-style: normal;
font-weight: 700;
line-height: 120%; /* 36px */
letter-spacing: 0.25px;
}

/* Question */
.faq-question {
  flex: 1;
color: #28282F;
font-size: 22px;
font-style: normal;
font-weight: 700;
line-height: 120%; /* 28.8px */
  padding-left: 10px;
}

/* Icon */
.faq-icon {
font-size: 30px;
    font-weight: 500;
    width: 30px;
    text-align: center;
}

/* FAQ Body */
/* .faq-body {
  padding: 10px 0 0 60px;
color: #5A5959;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 25px; /
  display: none;
	max-width: 1030px;
	transition: max-height 0.4s ease, padding-top 0.3s ease;
} */

.faq-body {
  height: 0;
  overflow: hidden;
  padding-left: 60px;
  color: #5A5959;
  font-size: 16px;
  line-height: 25px;
  transition: height 0.35s ease;
	max-width: 1030px;
}


/* .faq-item.active .faq-body {
  display: block;
} */

/* Mobile Responsive */
@media (max-width: 600px) {
  .faq-header {
    flex-direction: row;
  }
  
  .faq-number {
    width: 35px;
    font-size: 18px;
  }
  
  .faq-question {
    font-size: 15px;
    padding-left: 10px;
  }

  .faq-body {
    padding-left: 45px;
  }
	
	.faq-banner-button-col{
		text-align: start !important;
	}
}

/* ====== Insta Section (pixel corrected) ====== */

/* ====== Insta Section (revised — exact match to screenshot) ====== */

.section-wrapper {
  width: 100%;
  padding: 60px 0;
  background: #ffffff !important;   /* FORCE white background */
  text-align: center;
  max-width: 1380px;
  margin: 0 auto;
  box-sizing: border-box;
}

/* ---- Carousel container also forced to white ---- */
.instagram-carousel,
.owl-carousel,
.owl-stage-outer,
.owl-stage {
  background: #ffffff !important;
}

/* ---- Card ---- */
.instagram-card {
    position: relative;
    display: block;
    border-radius: 22px;
    overflow: hidden;
    /* box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22); */
    background: #E7E7E7;
    /* padding-left: 5px; */
    /* transition: transform .28s 
ease, box-shadow .28s 
ease; */
    padding: 0px !important;
    margin: 0px !important;
}

.instagram-card img {
  width: 100%;
  height: 460px;
  object-fit: cover;
  display: block;
}

/* hover */
/* .instagram-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 26px 55px rgba(0,0,0,0.30);
} */

/* ---- Bottom shadow ONLY — not a pill ---- */
.instagram-card::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 48%;
  background: linear-gradient(
      180deg,
      rgba(0,0,0,0) 0%,
      rgba(0,0,0,0.40) 35%,
      rgba(0,0,0,0.75) 100%
  );
  z-index: 2;
  pointer-events: none;
}

/* ---- Username (NO background / NO blur / NO pill) ---- */
.username-tag {
  position: absolute;
  left: 16px;
  bottom: 16px;
  z-index: 5;

  display: flex;
  align-items: center;
  gap: 8px;

  /* REMOVE ALL background styles */
  background: none !important;
  backdrop-filter: none !important;
  border: none !important;
  padding: 0;
}

/* avatar */
.username-tag img {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 2px solid #ffffff; /* white ring */
  object-fit: cover;
}

/* text */
.username-tag span {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  text-shadow: 0 1px 3px rgba(0,0,0,0.7); /* readability over shadow */
}

/* ---- Dots ---- */
/* --- OWL dots: small outlined circles with filled active dot --- */
.owl-dots{
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 10px;
  position: relative;
  z-index: 6;
  pointer-events: auto;
}

/* override default dot markup (span inside .owl-dot) */
.owl-dot{
  outline: none;
}

.owl-dot span{
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: transparent;
  border: 1.8px solid rgba(214,175,51,0.18); /* subtle soft border */
  box-sizing: border-box;
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
  opacity: 0.95;
}

/* active dot should be filled with gold/tan as in screenshot */
.owl-dot.active span{
  background: #e8d3aa;   /* pale tan/gold fill */
  border-color: rgba(214,175,51,0.9);
  transform: scale(1.22);
}

/* ensure dots are visible on white background */
.owl-theme .owl-controls .owl-dots{
  display: flex;
}


/* FORCE pure white behind carousel & cards */




/* ********************** */
/* Page Banner */
/* ********************** */
/* Banner Wrapper */
.faq-banner {
  width: 100%;
  height: 65vh;
  background: url("/wp-content/uploads/2025/12/Group-1261155567.png") center/cover no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 40px;
}


/* Content */
.faq-banner-content {
  position: relative;
  z-index: 2;
  color: #fff;
}

/* TEXT + LINE WRAPPER (horizontal align) */
.faq-text-line {
  display: flex;
  align-items: center;
  gap: 25px;
}

.faq-text-line h2{
	color: #FFF;
font-size: 45px;
font-style: normal;
font-weight: 700;
line-height: 70px; /* 100% */
text-transform: uppercase;
}

/* Heading */
/* .faq-banner-content h2 {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0;
  display: inline-block;
} */

/* The green line (now beside the text) */
.faq-underline {
    display: block;
    width: 215px;
    height: 5px;
    background: #E6FC81;
    position: absolute;
    margin: 60px 0px 0px 260px;
}
.mobile-faq-heading{
	display: none;
}

/* Responsive */
@media (max-width: 768px) {
  .faq-banner {
    height: 200px;
    padding-left: 20px;
  }

	.faq-text-line{
		display: none;
	}
	
	.mobile-faq-heading{
		display: block;
	}
}

/* ************************************** */
/* New Resource Page */
/* ************************************** */

.new-resource-section-banner{
	background-image: url("/wp-content/uploads/2025/12/Group-1261155573.png");
    height: 80vh;
    min-height: 500px;
    max-height: 900px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-attachment: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.new-resource-section-banner h1{
	max-width: 700px;
	margin: 0 auto;
}

.resource-section {
  padding: 70px 0;
  
}

.container-resources-cards{
	max-width: 1100px;
	margin: 0 auto;
}

.resource-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 30px;
}

.resource-card {
border-radius: 20px;
border: 1px solid #E9E9E9;
background: #FFF;
box-shadow: 0 4px 14.9px 0 rgba(70, 88, 40, 0.10);
  transition: 0.35s ease;
	padding: 45px;
  
}

.padding-button-2 {
    padding-top: 35px;
}

/* .resource-card.highlighted {
  background: #cfb8a6;
  border-color: transparent;
} */

.resource-card:hover {
border-radius: 20px;
border: 1px solid #E9E9E9;
background: #DDC1B2;
box-shadow: 0 4px 14.9px 0 rgba(70, 88, 40, 0.10);
}

.resource-card .icon-box img {
  height: 47px;
}

.resource-card h3 {
 color: #000;
font-size: 20px;
font-style: normal;
font-weight: 600 !important;
line-height: 46px; /* 230% */
text-transform: capitalize;
}

.resource-card p {
  color: #5A5959;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 150% */
}

/*** Buttons ***/
.btn-download,
.btn-apply {
  display: inline-flex;
height: 52px;
padding: 18px 40px;
justify-content: center;
align-items: center;
gap: 16px;
	border-radius: 10px;
background: #E6FC81;
}

.btn-download {
display: inline-flex;
height: 52px;
padding: 18px 40px;
justify-content: center;
align-items: center;
gap: 16px;
	border-radius: 10px;
background: #E6FC81;
	color: #000;
font-size: 18px;
font-style: normal;
font-weight: 700 !important;
line-height: 20px; 
letter-spacing: 0.1px;
	text-decoration: none;
}



.btn-apply {
display: inline-flex;
height: 52px;
padding: 18px 40px;
justify-content: center;
align-items: center;
gap: 16px;
	border-radius: 10px;
background: #E6FC81;
	color: #000;
font-size: 18px;
font-style: normal;
font-weight: 700 !important;
line-height: 20px; 
letter-spacing: 0.1px;
	text-decoration: none;
}

/* .resource-card:hover .btn-download,
.resource-card:hover .btn-apply {
  background: #b7f27d;
} */

/*** Platform icons ***/
.platform-icons img {
  width: 50px;
  margin-right: 12px;
}

/*** Responsive ***/
@media (max-width: 768px) {
  .resource-grid {
    grid-template-columns: 1fr;
  }
	.container-resources-cards{
		width: 100%;
		max-width: 100%;
	}
	.resource-section{
		margin-left: 20px;
margin-right: 20px;
	}
	.resource-card{
		padding: 25px;
	}
	.new-resource-section-banner h1{
	max-width: 100%;
	}
}
