@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Marcellus&display=swap");

:root {
  --e-global-color-text: #141414;
  --e-global-color-primary: #f0def8;
  --e-global-color-secondary: #d0f8f8;
  --e-global-color-accent: #873506;
  --e-global-color-f1feda2: #ffffff;
  --e-global-color-02b55fc: #f3fccf;
  --e-global-color-a151f27: #fbf5a7;
  --e-global-color-3a8476b: #fffdf5;
  --e-global-typography-primary-font-family: "Inter";
  --e-global-typography-primary-font-size: 42px;
  --e-global-typography-primary-font-weight: 400;
  --e-global-typography-secondary-font-family: "Inter";
  --e-global-typography-secondary-font-size: 40px;
  --e-global-typography-secondary-font-weight: 400;
  --e-global-typography-secondary-line-height: 48px;
  --e-global-typography-text-font-family: "Inter";
  --e-global-typography-text-font-size: 16px;
  --e-global-typography-text-font-weight: 400;
  --e-global-typography-text-line-height: 25px;
  --e-global-typography-accent-font-family: "Inter";
  --e-global-typography-accent-font-size: 16px;
  --e-global-typography-accent-font-weight: 400;
  --e-global-typography-accent-line-height: 25px;
  background-color: var(--e-global-color-3a8476b);
  color: var(--e-global-color-text);
  --button-bg: #DBF68F;
  --button-hover-bg: #07451D;
}
a {
  text-decoration: none;
  color: #000;
}
p {
  display: block;
  font-size: 18px;
  line-height: 30px;
}
.heading-title {
  font-family: "Inter", Sans-serif;
  font-size: 44px;
    font-weight: 600;
    line-height: 54px;
  color: var(--button-hover-bg);
}

section.other-vision .slick-track {
    position: relative;
    margin: 0;
}
.product-price-text {
    font-weight: 700;
    font-size: 1.4rem;
}
.product-name-text {
    /* font-size: 1.2rem;
    line-height: 1.9rem; */
    font-size: 1.1rem;
    line-height: 1.8rem;
    color: #212121;
    font-weight: 400;
    min-height: 60px;
    display: inline-block;
    margin-top: 15px;
}

.products-section .card{
   height: 100%;
}

#loader {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff; /* Change if you use dark mode */
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-name {
    color: #333;
    font-size: 1.1rem;
    font-weight: 500;
}
.spinner {
  border: 6px solid #f3f3f3;
  border-top: 6px solid #333; /* Loader color */
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}
.top-bar {
  background: #000;
  color: #fff;
  font-size: 12px;
  padding: 4px;
  text-align: center;
}

.navbar-brand {
  font-weight: bold;
}
.main-btn:hover {
    background-color: var(--bs-black);
    color: #fff;
}
.header {
  background-color: #fff;
  width: 100%;
}
.main-btn {
        background-color: #1d6b67;
    font-size: 14px;
    font-weight: 400;
    /* text-transform: uppercase; */
    line-height: 24px;
    color: #ffffff;
    border-radius: 50px 50px 50px 50px;
    padding: 12px 35px;
    font-size: 1rem;
    display: inline-block;
    font-family: var(--e-global-typography-primary-font-family);
    border: 2px solid #fff;
}

.hero {
  background: url("../images/banner.png");
  padding: 60px 0;
  height: 633px;
  background-position: right center;
  background-size: 100%;
  background-repeat: no-repeat;
  align-items: center;
  display: flex;
}
.featured-products {
  background: #fffdf5 !important;
}
.img-part img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.featured-products .card img {
  object-fit: contain;
  /* height: 100px; */
}
.content-part {
  padding: 60px 20px 0 20px;
}

.section-title {
  font-weight: 700;
  font-size: 22px;
  text-align: center;
  margin-bottom: 30px;
}
.faq-sec {
  padding: 0 3rem;
}
.accor {
  padding: 0 3rem;
}

.section-padding {
  padding: 60px 0;
}

.faq .accordion-button {
        background-color: #f1fbfafc;
    font-weight: 500;
    /* margin-bottom: 0; */
}

footer {
      background-color: #134a47;
    color: #fff;
    padding: 50px 0 35px 0;
}

footer h6 {
      font-weight: 600;
    font-size: 21px;
    letter-spacing: 1px;
}

footer a {
      color: #e7e7e7;
    text-decoration: none;
}

footer a:hover {
  color: #fff;
}

footer p{
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 10px;
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  transition: all 0.5s;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}
.accordion-button::after {
  transition: all 0.5s;
}

.wrapper {
  width: 100%;
  padding-top: 20px;
  text-align: center;
}
h2 {
  font-family: sans-serif;
  color: #fff;
}
.slick-slide {
  margin: 5px;
  padding: 1rem 0;
}
section.other-vision img {
    max-width: 100%;
}
.slick-slide img {
  width: 100%;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
}
.wrapper .slick-dots li button:before {
  font-size: 20px;
  color: white;
}
a.f-logo img {
  filter: brightness(0) invert(1);
}
.breadcrumb {
      background: #effffb;
    padding: 1.5rem 0;
    text-align: center;
}
.navbar-nav a {
  font-size: 1.1rem;
  font-weight: 500;
  margin: 0 15px;
}

.cart-table th,
.cart-table td {
  vertical-align: middle;
}

.cart-img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.remove-btn {
    background: none;
    border: none;
    font-size: 2rem;
    color: #fd3a3a;
}

.coupon-section {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.coupon-section input {
  max-width: 250px;
}

.btn-update {
  background-color: #8e837a;
  color: white;
}
div#shipping-div {
    font-size: 1.2rem;
    background: #fbfbfb;
    padding: 1rem;
    border-radius: 8px;
    text-transform: uppercase;
    font-weight: 600;
    border: 1px solid #cacaca;
}

.btn-update:hover {
  background-color: #746c65;
}
.checkout-form input[type="text"], input[type="email"] {
    padding: 15px;
    margin-top: 15px;
    
}
.checkout-form select.form-control {
    padding: 15px;
    margin-top: 15px;
}

.product-name {
    color: #333;
    font-size: 1.1rem;
}
button.cart_qnty_btn {
    border-radius: 100%;
    background: transparent;
}
figure.image-box img {
  max-width: 80%;
}
figure.image-box {
  border: 1px solid #f0def8;
  border-radius: 12px;
  text-align: center;
}
.main-inner-page {
  width: 100%;
  margin: 2rem auto;
  padding: 3rem;
  background-color: #f7f7f7;
  border-radius: 12px;
}
.contact-details__info li .icon {
  height: 60px;
  width: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background: #e5e5e5;
  margin-bottom: 5px;
  border-radius: 100%;
  margin-right: 20px;
}
.contact-details__info li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.5rem;
}

.accor .accordion-item {
    border: 0 !important;
    border-bottom: 1px solid #3333 !important;
}


#cookiePopup {
    position: fixed !important;
    bottom: 0 !important;
    left: 50% !important;
    transform: translateX(-50%);
    width: 100% !important;
    background: #d1cecc !important;
    padding: 10px !important;
    z-index: 999999;
    gap: 10px;
    align-items: center !important;
    justify-content: center !important;
    text-align: center;
    display: none;
    border-radius: 0px !important;
    flex-wrap: wrap;
}
#cookiePopup h4 {
    font-size: 24px;
    color: #000 !important;
    margin-bottom: 15px;
}
#cookiePopup p {
    font-size: 16px;
    color: #000000;
    margin-bottom: 15px;
    letter-spacing: 0;
    line-height: 1.5;
    max-width: 850px;
    font-weight: 500;
}
div#cookiePopup button {
    height: 46px !important;
    width: auto !important;
}
div#cookiePopup button {
    height: 46px !important;
    width: auto !important;
}

.button_secondary{
    background-color: var(--button-hover-bg);
    color: #fff;
}

.button_secondary:hover{
    background-color: var(--button-bg);
    color: #07451D;
}

.cate_listing{
    background: url(../images/sparkle.png) no-repeat left;
    background-size: 60px;
    padding-left: 70px;
    margin-bottom: 30px;
    min-height: 100%;
    font-size: 20px;
    line-height: 30px;
}

.content-middle {
    background: #D8E7DD;
    padding: 30px 0;
}

.content-middle h3{
    margin-bottom: 0;
    text-align: center;
    font-family: "Inter", Sans-serif;
    font-size: 35px;
    font-weight: 600;
    line-height: 45px;
    color: var(--button-hover-bg);
    padding: 0 110px;
}

.left_tab{
    border: 1px solid rgba(0, 0, 0, 0.175);
    border-radius: 0.375rem;
}

.left_tab h4{
       background: #effffb;
    padding: 10px 10px 10px 20px;
    text-align: left;
    margin-bottom: 0;
}

.tab_content{
    /* padding: .5rem !important; */
}

.tab_content ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.tab_content ul li {
    list-style: none;
    cursor: pointer;
    padding: 10px;
}


.tab_content ul li input[type="checkbox"]{
    display: none;
}

.tab_content ul li.active {
    padding: 10px;
    color: #fff;
    background: #D8E7DD;
}

.tab_content ul li.active a,
.tab_content ul li:hover a{
    color: var(--button-hover-bg);
}

.tab_content ul li:hover{
    background: #D8E7DD;
}



@media (max-width: 992px) {
 .banner-inner {
    background-color: #ffffffa3;
    border-radius: 12px;
    padding: 40px;
}
}
.top-bar p {
    line-height: 32px;
}

h3.heading-title {
       font-size: 38px;
    font-weight: 700;
    color: #2e2e2e;
    margin-bottom: 20px;
}

.feature-title {
      font-weight: bold;
    }

.content-box {
        background-color: #f2f2f2;
    padding: 111px 80px 112px 80px;
}


.f-img {
    height: 688px;
    background: url(../images/h2-scaled.png);
    background-position: center center;
    background-size: cover;
}

.f1-img {
    height: 455px;
    background: url(../images/ab2.png);
    background-position: center center;
    background-size: cover;
}

.left-box {
        background-color: #e3fff8;
    padding: 117px 80px 114px 80px;
    }


 .icon-img {
          width: 30%;
    /* height: 80px; */
    margin-bottom: 15px;
    }
    .feature-title {
        margin-bottom: 10px;
    color: #1d6b67;
    font-size: 22px;
    font-weight: 700;
    }
    .feature-text {
      color: #555;
}

.difference h3.heading-title {
    margin-bottom: 100px;
    font-size: 32px;
}

.feature-text {
    color: #555;
    font-size: 16px;
}

.recovery-section {
      background-color: #eeeeee;
      padding: 60px 20px;
      text-align: center;
    }
    .recovery-img {
          width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 40px;
    margin-bottom: 10px;
    padding: 0 40px;
    }
    .recovery-title {
      font-weight: bold;
      margin-bottom: 40px;
    }
    .recovery-caption {
      font-size: 1rem;
      color: #333;
    }

    .recovery-section h3.heading-title {
    font-size: 34px;
    margin-bottom: 50px;
}
.recovery-img img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.banner-inner .heading-title {
        font-family: "Inter", Sans-serif;
    font-size: 45px;
    font-weight: 800;
    line-height: 48px;
    color: #3cf2c6;
}

.banner-inner p {
    color: #fff;
}


    .testimonial-quote {
          background-color: #f1f1f1;
    padding: 25px;
    border-radius: 10px;
    font-size: 1rem;
    position: relative;
    }

    .quote-mark {
      font-size: 2rem;
      color: #888;
    }

    .btn-yellow {
         background-color: #1d6b67;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    border-radius: 8px;
    }

    .btn-yellow:hover {
      background-color: #1d6b67;
    }

    h4.test-p {
    font-weight: 600;
    line-height: 26px;
}

section.section-padding.testi {
        position: relative;
    background: #efefef;
    padding-bottom: 120px;
}

.testimonial-image {
        position: absolute;
    width: 30%;
    top: 39%;
    margin: auto;
    display: flex;
    align-items: center;
    margin-left: 110px;
    z-index: 0;
}


.section-padding.testi .row{
    margin-top: 80px;
}


.promo-section {
      background-color: #1d6b67;
    color: white;
    padding: 40px;
    width: 100%;
    border-radius: 20px 0 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.promo-title {
  font-weight: 700;
  font-size: 28px;
}

.promo-text {
  margin: 15px 0 25px;
  font-size: 16px;
  line-height: 1.6;
}

.promo-btn {
        background-color: #ffffff;
    color: #000;
    padding: 12px 25px;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    transition: background-color 0.3s ease;
    max-width: max-content;
    display: flex;
    margin: 10px auto 0;
}

.promo-btn:hover {
  background-color: #fbcf4c;
}

.promo-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 20px 20px 0;
}

/* Responsive Styling */
@media (max-width: 767.98px) {
  .promo-section {
    border-radius: 20px;
    text-align: center;
  }

  .promo-img {
    border-radius: 20px;
    height: auto;
    object-fit: contain;
  }
}

.story-section {
      background-color: #f1f1f1;
    }

    .story-title {
          font-weight: 700;
    font-size: 44px;
    color: #313131;
    }

    .story-text {
      color: #333;
      font-size: 1rem;
      line-height: 1.7;
    }

    .story-img {
          background: url(../images/ab1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    }

    @media (max-width: 767.98px) {
      .story-section {
        text-align: center;
      }
    }

    .abt-us {
    padding: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.testimonial-section {
      padding: 60px 20px;
      background-color: #fff;
      text-align: center;
    }

    .testimonial-icon {
      font-size: 40px;
      color: #333;
      margin-bottom: 20px;
    }

    .testimonial-quote-txt {
         font-size: 27px;
    font-weight: 700;
    color: #313131;
    line-height: 40px;
    margin-bottom: 30px;
    }

    .testimonial-subtext {
      font-size: 0.95rem;
      color: #666;
      margin-top: 20px;
    }

    @media (max-width: 576px) {
      .testimonial-quote-txt {
        font-size: 1.1rem;
      }
    }


    .support-section {
      background-color: #fff3d6;
      padding: 60px 20px;
      text-align: center;
    }

    .support-section h2 {
          font-weight: 700;
    margin-bottom: 20px;
    color: #313131;
    }

    .support-section p.lead {
          color: #333;
    max-width: 950px;
    margin: 0 auto 50px auto;
    font-size: 16px;
    font-weight: 400;
    }

    .support-item img {
    /* width: 140px; */
    width: 150px;
    height: 150px;
    object-fit: cover;
    object-position: center center;
    border-radius: 100px 100px 100px 100px;
}

    .support-item h5 {
          font-weight: 600;
    margin-top: 30px;
    margin-bottom: 0px;
    color: #7f7f7f;
    font-family: "Nunito Sans", Sans-serif;
    font-size: 22px;
    font-weight: 600;
    }

    .support-item p {
      font-size: 0.95rem;
      color: #444;
    }

    @media (max-width: 767.98px) {
      .support-item {
        margin-bottom: 40px;
      }
    }


    .abt-us-page .promo-section, .abt-us-page .promo-img {
        border-radius: 0;
    }

    .abt-us-page .promo-img {
        max-height: 400px;
    }

    .abt-us-page .promo-section {
    padding: 0 90px;
    background: #eaeaea;
    color: #000;
}

p.Frame-txt {
    font-size: 16px;
    line-height: 24px;
}

img.frame-img {
    transform: scale(.8);
}

.abt3 img {
    border-radius: 24px;
    max-height: 360px;
    object-fit: cover;
    width: 100%;
}