@charset "UTF-8";

/*
Template Name: ShopNest – The Ultimate eCommerce HTML Template
Author: codervent
Email: codervent@gmail.com
File: style.scss

Table of Index 

  --Basic
  --functions
  --utilities
  --bootstrap extended
  --Header
  --Navigation
  --cart offcanvas
  --search-modal
  --dropdown animation
  --slider
  --deals swiper
  --tabular product
  --product image
  --product card
  --wishlist
  --shop instagram
  --breadcrumb
  --product img
  --product details
  --authentication
  --my account
  --tabular-product-details
  --shop page
  --colors
  --blog
  --back to top button
  --footer

*/

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800&display=swap');

[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}

section {
  padding: 40px 0px;
}

/*Basic*/
body {
  font-size: 2rem;
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  background: linear-gradient(180deg,
      #dff5f6 0%,
      #eaf9fb 40%,
      #f7fdff 100%);
  font-style: normal;
}

a {
  text-decoration: none;
}

.text-para {
  color: #4e5562;
}

::-moz-placeholder {
  color: #000 !important;
  font-size: 1rem;
  opacity: 0.4 !important;
}

::placeholder {
  color: #000 !important;
  font-size: 1rem;
  opacity: 0.4 !important;
}

/*functions*/
/*utilities*/
.dropdown-toggle-nocaret:after {
  display: none;
}

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

.font-12 {
  font-size: 12px;
}

.depth-10 {
  z-index: 10;
}

.w-220 {
  width: 220px;
}

.w-300 {
  width: 300px;
}

.h-250 {
  height: 250px !important;
}

.wh-60 {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.discount-ribben {
  font-size: 12px;
  color: #ffffff;
  font-weight: 500;
  padding: 4px 12px;
  border-radius: 16px;
  background-color: #fd152c;
}

/* bootstrap extended*/
.form-check-input:focus {
  border-color: #4e4e4e;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0);
}

.form-check-input:checked {
  background-color: #148686;
  border-color: #148686;
}

.form-select:focus,
.form-control:focus {
  border-color: #212529;
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0);
}

.dropdown-menu {
  border: 0;
  box-shadow: var(--bs-box-shadow);
}

.dropdown-menu .dropdown-item:focus {
  color: var(--bs-white);
  background-color: var(--bs-dark);
}

.btn-close {
  width: 10px;
  height: 10px;
  padding: 13px !important;
  border-radius: 50%;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.0);
}

/*Header*/
.top-header {
  position: relative;
  height: auto;
  z-index: 10;
  background-color: #212529;
}

.top-header .top-strip {
  position: sticky;
  height: auto;
}

.top-header .top-strip .nav-link {
  font-size: 12px;
  color: #ffffff;
  text-transform: capitalize;
  border-radius: 0.25rem;
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.top-header .top-strip .nav-link:hover {
  background-color: var(--bs-light-text-emphasis);
}

.top-header .top-strip .strip-social-links .nav-link {
  font-size: 12px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-header .top-strip .btn-language {
  font-size: 12px;
}

/*Navigation*/
.navbar {
  background-color: #000000;
  position: relative;
  border-bottom: none;
  width: 100%;
  padding: 14px 0;
  transition: all 0.35s ease;
  z-index: 1000;
}

/* HEADER WHEN FIXED */
.navbar.fixed {
  position: fixed;
  top: 0;
  left: 0;
  margin-top: 0;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}

.navbar .logo-img {
  width: 149px;
}

.navbar .logo-img2 {
  width: 90px;
  margin-left: 128px;
}

.navbar .navbar-nav .dropdown-menu {
  box-shadow: none;
}

.navbar .navbar-nav .dropdown-menu .dropdown-item {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 500;
}

.navbar .navbar-nav .nav-link {
  color: white;
  font-size: 1rem;
  text-transform: capitalize;
  font-weight: bold;
  padding: 1.3em 16px;
  border-radius: 0rem;
  border-bottom: 1px solid #e2e3e5;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 1200px) {
  .navbar .navbar-nav .nav-link {
    border: 0px solid #e2e3e5;
    border-radius: 0.375rem;
    padding: 0.375em 10px;
  }
}

@media only screen and (max-width: 768px) {
  .navbar .navbar-nav .nav-link {
    color: rgb(0, 0, 0);
  }

  .product-box img {
    width: 100%;
    max-width: 91px !important;
    display: block;
  }

  .review {
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: left !important;
    gap: 3px;
    width: 870px !important;
  }

  .responsive-heading {
    font-size: 1.8rem !important;
  }

  .logo-img {
    padding-left: 65px;
    width: 192px !important;
  }
}

@media only screen and (max-width: 425px) {
  .navbar .navbar-nav .nav-link {
    color: rgb(255, 255, 255);
    font-size: 1.3rem;
  }

  .message-text img {
    height: 35px !important;
  }

  .logo img {
    margin-top: 2rem;
    height: 90px !important;
  }

  .join-form-box {
    padding: 2rem 1.4rem !important;
  }

  .responsive-heading {
    padding: 0px;
    margin-bottom: 0px;
    font-size: 2rem !important;
    letter-spacing: 0.15rem;
    overflow: hidden;
  }

  .category-swiper-nav {
    margin-top: 1rem !important;
  }

  .topbar-dark {
    padding: 18px 0px !important;
  }

  .home-banner_1 {
    height: 50vh !important;
  }


  .system-col {
    padding: 10px 16px !important;
  }

  .who-col {
    padding: 10px 40px !important;
  }

  .hero-title {
    font-size: 1.8rem !important;
  }

  .modal-content {
    right: 0px !important;
    top: 200px !important;
  }

  .kingdom-family {
    height: 50vh !important;
  }

  .hero {
    height: 50vh !important;
  }

  .pk-btn {
    font-size: 1rem !important;
  }

  .logo-img {
    padding-left: 18px;
    width: 152px !important;

  }

  .section-title {
    font-size: 2rem !important;
  }

  .hero-buttons a {
    margin-bottom: 10px;
  }

  .hero-section {
    height: 50vh !important;
  }

  .newsletter-form input {
    width: 100% !important;
  }

}

.navbar .navbar-nav .mega-menu {
  background-image: url(../images/home-filter-bg.png);
  background-position: center;
  background-size: cover;
}

.navbar .navbar-nav .mega-menu .mega-menu-title {
  font-size: 1.3rem;
  color: #F4B400;
  background-color: transparent;
}

.navbar .navbar-nav .mega-menu .mega-menu-link {
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 500;
  width: -moz-fit-content;
  width: fit-content;
}

.navbar .navbar-nav .mega-menu .list-group-item {
  border-bottom: 0;
  background-color: transparent;
}

@media (min-width: 1200px) {
  .navbar .navbar-nav .dropdown-menu {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    animation: 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s normal forwards 1 animdropdown;
    margin: 0;
    padding: 0.5rem;
    --bs-dropdown-min-width: 12rem;
    display: none;
  }

  .navbar .navbar-nav .dropdown-menu .dropdown-item {
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
    border-radius: 0.375rem;
    padding: 0.375rem 0.5rem;
  }

  .navbar .navbar-nav .nav-item:hover .dropdown-menu {
    display: block;
  }

  .navbar .navbar-nav .nav-item:hover .dropdown-menu .dropdown-menu {
    display: none;
  }

  .navbar .navbar-nav .nav-item:hover .dropdown-menu .dropdown:hover .dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
    display: block;
  }

  .navbar .navbar-nav .mega-menu {
    position: absolute;
    background-image: url(../images/home-filter-bg.png);
    background-position: center;
    background-size: cover;
    width: auto;
    height: -moz-fit-content;
    height: fit-content;
    height: 600px;
  }

  .navbar .navbar-nav .mega-menu .mega-menu-title {
    font-size: 1.3rem;
    color: #F4B400;
  }

  .navbar .navbar-nav .mega-menu .mega-menu-link {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
    width: -moz-fit-content;
    width: fit-content;
    background-color: transparent;
  }
}

.navbar .nav-search .nav-search-control {
  background-color: var(--bs-light);
  border: 2px solid var(--bs-light) !important;
}

.navbar .nav-search .nav-search-control:focus {
  background-color: var(--bs-body-bg);
  border: 2px solid var(--bs-dark) !important;
}

.navbar .right-links .nav-link {
  color: var(--bs-body-color);
  font-size: 17px;
  width: 35px;
  height: 35px;
  border: 1px solid var(--bs-border-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.navbar .right-links .nav-link .notify-badge {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 12px;
  position: absolute;
  top: -4px;
  right: 0;
  border-radius: 50%;
  background-color: #ec1313;
}

.navbar .btn-menu-close {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bs-body-color);
  font-size: 17px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid var(--bs-border-color);
  background-color: #fff;
  padding-top: 8px;
}

.navbar .btn-menu-close:hover {
  background-color: var(--bs-secondary-bg-subtle);
}

/*cart offcanvas*/
.offcanvas-cart {
  width: 500px !important;
}

/*search-modal*/
.search-modal .form-control-search::-moz-placeholder {
  color: #000;
  font-size: 16px;
  opacity: 0.5;
}

.search-modal .form-control-search::placeholder {
  color: #000;
  font-size: 16px;
  opacity: 0.5;
}

/* dropdown animation */
@keyframes animdropdown {
  from {
    transform: translate3d(0, 6px, 0);
    opacity: 0;
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

/* slider */
.swiper-button-next,
.swiper-button-prev {
  color: var(--bs-body-color);
}

.swiper-pagination-bullet-active {
  color: var(--bs-body-color);
  background: var(--bs-body-color, var(--bs-body-color));
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 14px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 14px));
}

.swiper-wrapper .sub-title {
  font-size: 16px;
  font-weight: 500;
}

@media (min-width: 768px) {
  .swiper-wrapper .sub-title {
    font-size: 20px;
  }
}

.swiper-wrapper .large-title {
  font-size: 22px;
  font-weight: 500;
}

@media (min-width: 768px) {
  .swiper-wrapper .large-title {
    font-size: 50px;
  }
}

.slide-icon {
  color: #0d0c0c;
  font-size: 24px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: black;
  background: linear-gradient(180deg, #FFD978, #F4B400);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 6px 14px rgba(0, 0, 0, 0.12);
  border: 1px solid #ffffff;
  cursor: pointer;
}

/*deals swiper*/
.dealsSwiper .swiper-nav {
  top: 30%;
  z-index: 10;
}

.main-slider .swiper-nav {
  top: 40%;
  z-index: 10;
}

.category-swiper-nav {
  position: relative;
  margin-top: 3rem;
  top: 55%;
  z-index: 1;
}

@media (min-width: 992px) {
  .category-swiper-nav {
    margin-top: 0rem;
    position: absolute;
  }
}

.category-swiper-nav .categories-slider-icon-left {
  margin-left: -26px;
  margin-top: 52px;
}

.category-swiper-nav .categories-sliders-icon-left {
  margin-left: -26px;
  margin-top: 145px;
}

#icon-left {
  margin-left: 15px;
}

#icon-right {
  margin-right: 15px;
}

.category-swiper-nav .categories-slider-icon-right {
  margin-right: -26px;
  margin-top: 52px;
}

.category-swiper-nav .categories-sliders-icon-right {
  margin-right: -26px;
  margin-top: 145px;
}

/*categories*/
.categories-catalog .cat-title {
  color: var(--bs-body-color);
  font-size: 20px;
}

.categories-catalog .cat-number {
  color: var(--bs-light-text-emphasis);
  font-size: 16px;
}

.circular-category-img {
  width: 300px;
  height: 300px;
}

/* tabular product */
.tabular-product .nav-pills {
  width: max-content;
  width: -moz-max-content;
  background-color: #ffffff;
}

.tabular-product .nav-pills .nav-link {
  color: var(--bs-body-color);
}

.tabular-product .nav-pills .active {
  color: var(--bs-white);
  background-color: var(--bs-dark);
}

/*product image*/
.product-img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.product-price,
.product-card-list .product-price .prev-price,
.product-price .product-card-list .prev-price .prev-price,
.product-price .prev-price {
  color: var(--bs-black);
  font-size: 16px;
  font-weight: 500;
}

.product-price .prev-price,
.product-card-list .product-price .prev-price .prev-price,
.product-price .product-card-list .prev-price .prev-price .prev-price {
  color: #bcbcbc;
}

/*product card*/
.product-card {
  background-color: #fff;
}

.product-card .product-name {
  color: var(--bs-body-color);
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}

.product-card .product-actions {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 300ms, opacity 300ms;
  z-index: 5;
}

.product-card .product-actions .btn-action {
  font-size: 20px;
  color: var(--bs-white);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--bs-dark);
}

.product-card .product-cart {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 300ms, opacity 300ms;
  z-index: 5;
}

.product-card:hover .product-actions {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s linear 0s, opacity 300ms;
}

.product-card:hover .product-cart {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s linear 0s, opacity 300ms;
}

.product-card-list .product-name {
  color: var(--bs-body-color);
  font-size: 24px;
  font-weight: 500;
  text-transform: capitalize;
}

.product-card-list .product-short-desc {
  font-size: 16px;
}

.product-card-list .product-price,
.product-card-list .product-price .prev-price,
.product-price .product-card-list .prev-price {
  color: var(--bs-black);
  font-size: 18px;
  font-weight: 500;
}

.product-card-list .product-price .prev-price,
.product-price .product-card-list .prev-price .prev-price {
  font-size: 16px;
  color: #bcbcbc;
}

.product-card-list .product-actions {
  z-index: 5;
}

.product-card-list .product-actions .btn-action {
  font-size: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* wishlist*/
.btn-wishlist-delete,
.cart-product-btn-delete {
  font-size: 18px;
  color: #0d0c0c;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-product-btn-delete {
  width: 36px;
  height: 36px;
}

/*shop instagram*/
.shop-instagram .instagram-block {
  transition: all 0.2s;
}

.shop-instagram .instagram-block:hover {
  background-color: rgba(0, 0, 0, 0.25);
}

.shop-instagram .instagram-block:hover .instagram-logo {
  visibility: visible;
}

.shop-instagram .instagram-logo {
  color: #000;
  font-size: 24px;
  width: 40px;
  height: 40px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  visibility: hidden;
}

/*breadcrumb*/
.section-breadcrumb .breadcrumb-link {
  color: var(--bs-body-color);
}

.section-breadcrumb .breadcrumb-active {
  color: #b0b0b0;
}

.section-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  content: "";
}

.bg-img-page-header {
  background-image: url(../images/gallery/page-header/page-header-1.png);
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  height: 250px;
  background-repeat: no-repeat;
}

/*product img*/
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.product-images-swiper-thumbnail .swiper-slide-thumb-active {
  border: 1px solid #0e1115;
  border-radius: 0.5rem;
}

/*product details*/
.btn-product-color {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: var(--bs-light);
}

.btn-product-size {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 2px solid var(--bs-border-color);
  background-color: var(--bs-white);
}

.product-quantity {
  width: 12rem;
}

.product-share-link a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border: 1px solid var(--bs-border-color);
  border-radius: 50%;
}

.btn-filter-mobile {
  position: fixed;
  left: -37px;
  top: 50%;
  z-index: 10;
  transform: rotate(90deg);
}

.img-thumb-container img:hover {
  cursor: zoom-in;
}

/* authentication */
.separator {
  display: flex;
  align-items: center;
}

.separator .line {
  height: 1px;
  flex: 1;
  background-color: #dee2e6;
}

.separator p {
  padding: 0 1rem;
  color: #919191;
  font-size: 14px;
}

/* my account */
.my-account-menu .active {
  background-color: #212529;
}

.account-menu-list-item {
  color: #262626;
  padding: 8px 16px;
  font-weight: 500;
  border-radius: 8px;
  transition: 0.2s all;
}

.account-menu-list-item:hover {
  background-color: #fff;
}

/*tabular-product-details*/
.tabular-product-details .nav-pills {
  width: 100%;
  width: -moz-max-content;
  background-color: #ffffff;
}

.tabular-product-details .nav-pills .nav-link {
  color: var(--bs-body-color);
  border: 1px solid var(--bs-border-color);
  padding: 10px 0px;
}

.review {
  padding: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
}

.review li {
  list-style: none;
}

.tabular-product-details .nav-pills .active {
  color: var(--bs-white);
  background-color: var(--bs-dark);
}

.tabular-product-details .customer-reviews-list .customer-pic {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #e3e4e5;
}

/* shop page */
.category-number {
  color: #7e7e7e;
}

.page-pagination .pagination {
  --bs-pagination-color: #212529;
  --bs-pagination-active-bg: #212529;
  --bs-pagination-hover-color: #212529;
  --bs-pagination-focus-color: #212529;
  --bs-pagination-active-border-color: #212529;
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.25);
}

/*colors*/
.bg-indigo {
  background-color: var(--bs-indigo) !important;
}

.bg-black {
  background-color: var(--bs-black) !important;
}

.bg-orange {
  background-color: var(--bs-orange) !important;
}

.bg-pink {
  background-color: var(--bs-pink) !important;
}

.bg-red {
  background-color: var(--bs-red) !important;
}

.bg-green {
  background-color: var(--bs-green) !important;
}

.bg-yellow {
  background-color: var(--bs-yellow) !important;
}

/*blog*/
.post-title,
.grid-posts-title,
.recent-post-title,
.post-categories-list-item {
  color: #212529;
  font-size: 28px;
  transition: 0.3s all;
  width: -moz-fit-content;
  width: fit-content;
}

.post-title:hover,
.grid-posts-title:hover,
.recent-post-title:hover,
.post-categories-list-item:hover {
  text-decoration: underline;
}

.blog-img {
  width: 100%;
  height: 500px;
}

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

.recent-posts-img {
  width: 130px;
  height: 80px;
}

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

.grid-posts-img {
  width: 100%;
  height: 260px;
}

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

.recent-post-title,
.post-categories-list-item {
  font-size: 16px;
}

.grid-posts-title {
  font-size: 20px;
}

/*back to top button*/
.back-to-top {
  display: none;
  width: 48px;
  height: 48px;
  line-height: 40px;
  text-align: center;
  font-size: 26px;
  color: #000000;
  position: fixed;
  border-radius: 50%;
  bottom: 24px;
  right: 24px;
  background: linear-gradient(180deg, #FFD978, #F4B400);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 6px 14px rgba(0, 0, 0, 0.12);
  border: 1px solid #ffffff;
  z-index: 5;
}

.back-to-top:hover {
  color: #fff;
  background-color: var(--bs-body-color);
  transition: all 0.5s;
}




.section-container {
  background-color: #FEE0B0;
  padding: 15px;
  border-radius: 12px;
}

.greeting {
  font-weight: 600;
  font-size: 1.3rem;
}

.sign-btn {
  background-color: #148686;
  color: #fff;
  border-radius: 25px;
  padding: 6px 18px;
  font-size: 0.9rem;
  font-weight: 500;
}

.sign-btn:hover {
  background-color: white;
  color: #148686;
  border: 1px solid #148686;
  border-radius: 25px;
  padding: 6px 18px;
  font-size: 0.9rem;
  font-weight: 500;
}

.offer-card {
  background: #fff;
  border-radius: 12px;
  padding: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  height: 100%;
}

.offer-icon img {
  height: 50px;
  color: #148686;
}

.offer-text {
  font-size: 0.9rem;
  line-height: 1.2;
}

.offer-text a {
  display: block;
  font-weight: 500;
  color: #148686;
  text-decoration: none;
}


.spooky-bg {
  background-color: #FEE0B0;
}

.product-card {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  background: #fff;
}



.deal-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #d32f2f;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 3px 8px;
  border-radius: 5px;
}

.rating i {
  color: #ff9800;
}

.offer-text {
  font-size: 14px;
  color: #d32f2f;
}

.spooky-img {
  height: 228px !important;
  object-fit: cover !important;
}


.stock-text {
  color: #2e7d32;
  font-weight: 600;
}

.delivery-text {
  font-size: 14px;
}

.returns-text {
  font-size: 14px;
  color: #555;
}

.add-to-cart-btn {
  background-color: #f57c00;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  border: none;
  padding: 12px;
  border-radius: 50px;
  width: 100%;
  transition: 0.3s;
}

.add-to-cart-btn:hover {
  background-color: #ef6c00;
}

.offer-card {
  border: 1px solid #eee;
  border-radius: 10px;
  background: #fff;
  padding: 15px 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.offer-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 12px;
}

.offer-item i {
  color: #d32f2f;
  font-size: 18px;
  margin-top: 3px;
}

.offer-text {
  font-size: 14px;
  color: #333;
}

.offer-text a {
  color: #148686;
  font-weight: 500;
  text-decoration: underline;
}

.offer-text a:hover {
  color: #08306b;
}






.social-icons a {
  font-size: 20px;
  margin: 0 8px;
  color: #333;
}

.social-icons a:hover {
  color: #000000;
}



.back-to {
  background-color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 50px;
  font-weight: bold;
  color: #148686;
}

.category-box {
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 20px;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.category-title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 12px;
}

.filter-title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 12px;
}

.search-box {
  position: relative;
  margin-bottom: 15px;
}

.search-box input {
  width: 100%;
  padding: 8px 35px 8px 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
}

.search-box i {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #555;
}

.form-check {
  padding-left: 30px;
  margin-bottom: 8px;
}

.stars {
  color: orange;
  font-size: 18px;
  margin-left: 8px;
}





.btn-outline-light {
  border-radius: 25px;
  font-weight: 600;
  border: 1px solid #ddd;
  background: #fff;
  color: black;
}

.divider {
  text-align: center;
  margin: 15px 0;
  position: relative;
}

.divider::before,
.divider::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 40%;
  height: 1px;
  background: #ddd;
}

.divider::before {
  left: 0;
}

.divider::after {
  right: 0;
}

.divider span {
  background: #fff;
  padding: 0 10px;
  font-size: 14px;
  color: #666;
}

.form-control {
  border-radius: 6px;
  padding: 9px 10px 12px 10px;
}


#search {
  padding-left: 8px;
  padding-top: 1px;
}



.products {
  padding: 40px 20px;
  text-align: center;
  background-image: url(../images/Popular-Products-bg.png);
  background-position: center;
  background-size: cover;
}



.card img {
  height: 130px
}


@media(max-width:768px) {
  .desktop-nav {
    display: none
  }

  .product-grid {
    grid-template-columns: repeat(2, 1fr)
  }
}

.header-text {
  font-size: 2.4rem;
  font-family: "Sen", sans-serif;
  font-weight: bold;
}

.header-ptext {
  font-size: 1.2rem;
  font-family: "Sen", sans-serif;
  font-weight: bold;
}



.trust-icon {
  font-size: 2rem;
  color: #f4b400;
}



.testimonial {
  background-color: #fff6e6;
  border-radius: 10px;
  padding: 1rem;
  margin-bottom: 1rem;
  text-align: center;
}

.testimonial img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 0.5rem;
}



.price {
  font-weight: bold;
  margin-top: 0.5rem;
}

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

.feature-item i {
  font-size: 2rem;
  margin-bottom: 0.5rem;
  color: #f4b400;
}

.Parents-bg {
  background-image: url(../images/Parents-bg.png);
  background-position: center;
  background-size: cover;
  padding: 60px 0px;
}



.btn-primary {
  background: linear-gradient(180deg, #FFD978, #F4B400);
  border: none;
  color: #133843;
  font-weight: 500;
}

.btn-outline-primary {
  border-color: #4FA3A5;
  color: #4FA3A5;
}

.hero {
  background-image: url(../images/hero-bg.png);
  background-position: center;
  background-size: cover;
  height: 70vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-banner_1 {
  background-image: url(../images/home-banner-1.png);
  background-position: center;
  background-size: cover;
  height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.filter-bg {
  background-color: black;
  /* background-image: url(../images/home-filter-bg.png); */
  background-position: center;
  background-size: cover;
}

.kit-bg {
  background-image: url(../images/kit-bg.png);
  background-position: center;
  background-size: cover;
  height: 70vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.science-bg {
  background-image: url(../images/science-banner.png);
  background-position: center;
  background-size: cover;
  height: 70vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

#movement-bg {
  background-image: url(../images/movement-bg.png);
  background-position: center;
  background-size: cover;
}

#kennel-bg {
  background-image: url(../images/kennel-care-bg.png);
  background-position: center;
  background-size: cover;
}

#about-bg {
  background-image: url(../images/about-bg.png);
  background-position: center;
  background-size: cover;
}

.kingdom-family {
  background-image: url(../images/cta-pets.png);
  background-position: center;
  background-size: cover;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

#petcare-bg {
  background-image: url(../images/petcare-bg.png);
  background-position: center;
  background-size: cover;
}

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

.card-rounded {
  border-radius: 18px;
  border: none;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

.section-titles {
  color: #f5c26b;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}

.section-title {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #ffffff;
  font-size: 2.7rem;
  margin-bottom: 1rem;
}

.badge-soft {
  background-color: #EAF7F6;
  color: #1f3d3a;
}



.gold-btn {
  display: inline-block;
  padding: 14px 32px;
  font-family: 'Arial', sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #2b1d00;
  text-decoration: none;
  border-radius: 6px;
  background: linear-gradient(180deg,
      #ffd77a 0%,
      #f4b400 50%,
      #c99600 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.4),
    0 4px 0 #a77a00,
    0 8px 20px rgba(0, 0, 0, 0.25);
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

/* Shine overlay */
.gold-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 120%;
  height: 100%;
  background: linear-gradient(120deg,
      transparent,
      rgba(255, 255, 255, 0.6),
      transparent);
  transition: 0.6s ease;
}

/* Hover */
.gold-btn:hover {
  transform: translateY(-2px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.5),
    0 6px 0 #a77a00,
    0 14px 28px rgba(0, 0, 0, 0.3);
}

.gold-btn:hover::after {
  left: 120%;
}

/* Active press */
.gold-btn:active {
  transform: translateY(2px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.3),
    0 2px 0 #a77a00,
    0 6px 12px rgba(0, 0, 0, 0.25);
}

/* CAT BUTTON (Aqua) */
.pk-btn-cat {
  background: linear-gradient(180deg, #DFF5F3, #BFE9E4);
  color: #0f4f4b;
}

.pk-btn-cat:hover {
  transform: translateY(-2px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.6),
    0 10px 22px rgba(79, 163, 165, 0.45);
  background: linear-gradient(180deg, #ECFBF9, #CDEEE9);
}


.shop-by-need {
  background: #fffaf3;
}



/* Background Variants */
.bg-aqua {
  background: linear-gradient(180deg, #e9f6f5, #ffffff);
}

.bg-green {
  background: linear-gradient(180deg, #eef7ec, #ffffff);
}

.bg-cream {
  background: linear-gradient(180deg, #fff1dd, #ffffff);
}

.bg-blue {
  background: linear-gradient(180deg, #eaf4fb, #ffffff);
}


.pet-card {
  background: linear-gradient(180deg, #f0fbff, #ffffff);
  border-radius: 20px;
  padding: 0px 0px 20px 0px;
  text-align: center;
  height: 100%;
  transition: 0.4s ease;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}



.pet-img {
  margin-bottom: 15px;
}

.pet-card h5 {
  font-weight: 600;
  margin-bottom: 6px;
}

.pet-card p {
  font-size: 14px;
  color: #6c757d;
  margin: 0;
}

/* Background variations */
.bg-peach {
  background: linear-gradient(180deg, #fff2e6, #ffffff);
}

.bg-blue {
  background: linear-gradient(180deg, #eef7ff, #ffffff);
}

.bg-yellow {
  background: linear-gradient(180deg, #fff9e6, #ffffff);
}


.pk-routine-section {
  background: linear-gradient(180deg, #eaf7f6, #fffaf3);
}

/* Title */
.pk-title {
  font-weight: 600;
  color: #1e4f4a;
}

.pk-routine-section {
  background-image: url(../images/Routine-bg.png);
  background-position: center;
  background-size: cover;
}

/* Card */
.pk-routine-card {
  height: 100%;
  padding: 18px;
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff, #f3fbfa);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
  text-align: center;
  transition: all 0.35s ease;
}

.pk-routine-card img {
  width: 100%;
  max-height: 150px;
  object-fit: contain;
  margin-bottom: 12px;
}

.pk-routine-card h5 {
  font-weight: 600;
  color: #1f4d4a;
  margin-bottom: 6px;
}

.pk-routine-card p {
  font-size: 13px;
  color: #6c7f7c;
  margin: 0;
}

/* Hover */
.pk-routine-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.12);
}

/* Dog Image */
.pk-dog-img {
  max-height: 260px;
}

/* Mobile Adjustments */
@media (max-width: 767px) {
  .pk-dog-img {
    max-height: 200px;
    margin-top: 20px;
  }
}


#cat-bg {
  background-image: url(../images/header-bg-2.png);
  background-position: center;
  background-size: cover;
}



/* Badges */
.pk-badges {
  list-style: none;
  padding: 0;
  margin-top: 15px;
}

.pk-badges li {
  font-size: 1rem;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 6px;
  color: #ffe3a3;
}



/* Social */
.social-icons a {
  font-size: 20px;
  margin-right: 12px;
  text-decoration: none;
  transition: transform 0.3s ease;
}

.social-icons a:hover {
  transform: translateY(-3px);
}



.pk-badges img {
  width: 30px;
  padding-right: 4px;
}

.banner-bg {
  background-image: url(../images/banner-top-bg.png);
  background-position: center;
  background-size: cover;
}


:root {
  --primary-teal: #63b19d;
  --secondary-teal: #51a39a;
  --dark-blue: #2c5164;
  --light-blue-bg: #e0f2f7;
  --soft-info: rgba(99, 177, 157, 0.15);
}

/* Sidebar */
.filter-box {
  background: #ffffffb8;
  backdrop-filter: blur(8px);
  border-radius: 20px;
  padding: 20px;
}

/* Product Card */
.product-card {
  background: #fff;
  border-radius: 20px;
  padding: 16px;
  height: 100%;
  transition: .3s;
}

.product-card:hover {
  box-shadow: 0 25px 45px rgba(0, 0, 0, .08);
}

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

.volume-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #7cc9b6;
  color: #fff;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 20px;
}

.tag {
  background: #e9f7f3;
  color: #00897b;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 12px;
  margin-right: 5px;
}

.price {
  font-weight: 700;
  font-size: 18px;
}

.btn-cart {
  background: #63bfa4;
  border: none;
  color: #fff;
  border-radius: 30px;
}

.btn-cart:hover {
  background: #4ca88e;
}

/* Responsive */
@media(max-width:768px) {
  .filter-box {
    margin-bottom: 20px;
  }
}


.product-list-bg {
  position: relative;
  padding: 60px 0px;
  text-align: left;
  overflow: hidden;
  background: linear-gradient(180deg,
      #dff5f6 0%,
      #eaf9fb 40%,
      #f7fdff 100%);
}

/* Bubble glow layer */
.product-list-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.7) 0%, transparent 35%),
    radial-gradient(circle at 80% 40%, rgba(255, 255, 255, 0.6) 0%, transparent 40%),
    radial-gradient(circle at 50% 70%, rgba(255, 255, 255, 0.5) 0%, transparent 45%);
  opacity: 0.8;
}

/* Heading */
.product-list-bg h1 {
  position: relative;
  font-size: 36px;
  font-weight: 700;
  color: #1f4d57;
  margin: 0;
}

/* Mobile optimization */
@media (max-width: 768px) {
  .product-list-bg {
    padding: 40px 0px;
  }

  .product-list-bg h1 {
    font-size: 26px;
  }
}


.add-cart-btn {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 8px 0px;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  background: linear-gradient(180deg, #7ccf9b, #5fb88a);
  border: none;
  border-radius: 999px;
  cursor: pointer;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.4),
    0 6px 14px rgba(95, 184, 138, 0.35);

  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease;
}

/* ICON */
.add-cart-btn .icon {
  font-size: 18px;
  transition: transform 0.25s ease;
}

/* HOVER */
.add-cart-btn:hover {
  background: linear-gradient(180deg, #8fe0ae, #4fae7c);
  transform: translateY(-2px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.5),
    0 10px 22px rgba(79, 174, 124, 0.45);
}

.add-cart-btn:hover .icon {
  transform: translateX(-2px);
}

/* ACTIVE (CLICK) */
.add-cart-btn:active {
  transform: translateY(0);
  box-shadow:
    inset 0 3px 6px rgba(0, 0, 0, 0.15);
}

.filter-sidebar {
  background: #ffffff;
  border-radius: 14px;
  padding: 18px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  font-family: "Segoe UI", sans-serif;
}

.filter-section {
  margin-bottom: 20px;
}

.filter-title {
  font-weight: 600;
  color: #2b4c57;
  margin-bottom: 12px;
}

/* Search */
.search-box {
  position: relative;
}

.search-box input {
  padding-right: 38px;
  border-radius: 10px;
  font-size: 14px;
}

.search-box i {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #7aa7b2;
  font-size: 16px;
}

/* Checkbox spacing */
.form-check {
  margin-bottom: 8px;
}

.form-check-label {
  width: 100%;
  font-size: 1rem;
  color: #000000;
}

.form-check-input {
  border-radius: 4px;
}

.accordion .accordion-item {
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-radius: 0px;
  border-bottom: 1px solid #e5e5e5;
  background-color: transparent;
}

.accordion .accordion-item button[aria-expanded='true'] {
  border-bottom: 1px solid #F6E4B3;
}

.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #F6E4B3;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}

.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: #F6E4B3;
}

.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: #F6E4B3;
  border: 1px solid #F6E4B3;
}

.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
}

.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}

.accordion button .icon::before {
  display: block;
  position: absolute;
  content: '';
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}

.accordion button .icon::after {
  display: block;
  position: absolute;
  content: '';
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

.accordion button[aria-expanded='true'] {
  color: #F6E4B3;
}

.accordion button[aria-expanded='true'] .icon::after {
  width: 0;
}

.accordion button[aria-expanded='true']+.accordion-content {
  opacity: 1;
  max-height: 21em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}

.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}

.accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  margin: 2em 0;
}

.nav-tabs-review {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 400px;
  gap: 2px;
}

.cursor-pointer {
  cursor: pointer;
}

.modal-content {
  box-shadow: none;
  position: absolute;
  right: 15px;
  top: 150px;
  z-index: 10;
}

.carousel-item img {
  max-height: 80vh;
  object-fit: contain;
  background: #000;
}


.review-section {
  background: #f7f3ef;
}

.review-card {
  background-image: url(../images/banner-top-bg.png);
  background-position: center;
  background-size: cover;
  border-radius: 18px;
  padding: 15px 15px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.review-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.12);
}

.review-card .icon img {
  height: 60px;
  margin-bottom: 12px;
}

.review-card h5 {
  font-weight: 700;
  margin-bottom: 4px;
}

.stars {
  color: #f4b400;
  font-size: 18px;
  margin: 10px 0;
  letter-spacing: 2px;
}

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

.mission-vision-section {
  background: linear-gradient(135deg, #f6f2eb, #fdfcf9);
}

.mv-card {
  background: #ffffffcc;
  border-radius: 26px;
  padding: 32px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  position: relative;
  transition: all 0.3s ease;
}

.mv-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
}

.mv-card h4 {
  font-weight: 700;
  margin-bottom: 20px;
  color: #4a3f35;
}

.mv-card ul {
  padding-left: 0;
  margin: 0;
}

.mv-card ul li {
  list-style: none;
  position: relative;
  padding-left: 26px;
  margin-bottom: 14px;
  color: #6a5c4f;
  font-size: 1.1rem;
  line-height: 1.6;
}

.mv-card ul li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
}

.mission-card ul li::before {
  color: #8bb174;
}

.vision-card ul li::before {
  color: #d6a48a;
}

.icon-box {
  width: 52px;
  height: 52px;
  border-radius: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

.mission-icon {
  background: #e6f1df;
  color: #5f8f4e;
}

.vision-icon {
  background: #f4e4d9;
  color: #b97b5b;
}


.hero-section {
  height: 100vh;
  background-image: url(../images/cta-pets.png);
  background-position: center;
  background-size: cover;
}

.hero-badge {
  background: rgba(255, 255, 255, 0.2);
  padding: 8px 16px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
}



.hero-text {
  font-size: 16px;
  max-width: 480px;
  opacity: 0.95;
  margin-bottom: 30px;
}


/* Responsive */
@media (max-width: 768px) {

  .hero-section {
    text-align: center;
  }
}

/* HERO */
.contact-hero {
  min-height: 80vh;
  background:
    linear-gradient(rgba(120, 90, 60, 0.6), rgba(120, 90, 60, 0.6)),
    url("hero-contact.jpg") center/cover no-repeat;
  display: flex;
  align-items: center;
}

.support-badge {
  background: rgba(255, 255, 255, 0.25);
  padding: 8px 16px;
  border-radius: 30px;
  display: inline-block;
  margin-bottom: 15px;
}

.contact-hero h1 {
  font-size: 3rem;
  font-weight: 800;
}

.contact-hero h1 span {
  color: #f2c6a8;
}

.contact-hero p {
  max-width: 450px;
}


.section-subtitle {
  text-align: center;
  color: #777;
}

/* INFO CARDS */
.info-card {
  background: #fff;
  padding: 24px;
  border-radius: 18px;
  align-items: center;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.info-card .icon {
  font-size: 26px;
}

/* FORM */
.contact-form-section input,
.contact-form-section select,
.contact-form-section textarea {
  border-radius: 12px;
  margin-bottom: 15px;
  padding: 12px;
  border: 1px solid #ddd;
}

.send-btn {
  background: #b48a6b;
  color: #fff;
  border-radius: 40px;
  padding: 14px;
  font-weight: 600;
}

.send-btn:hover {
  background: #a37658;
}

/* BULK */
.bulk-box {
  background: #fff;
  padding: 22px;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .contact-hero h1 {
    font-size: 2.2rem;
  }

  .contact-hero {
    text-align: center;
  }
}


.never-use-section {
  background: #f6f1ec;
}


.never-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #4a3a2c;
  margin-bottom: 8px;
}

.never-subtitle {
  color: #7a6a5c;
  margin-bottom: 25px;
}

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

.never-list li {
  background: #ffffff;
  border-radius: 16px;
  padding: 14px 18px;
  margin-bottom: 12px;
  font-weight: 500;
  color: #5b4a3c;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.06);
  display: flex;
  align-items: center;
  gap: 10px;
}

.never-image {
  border-radius: 22px;
  overflow: hidden;
}

.never-image img {
  border-radius: 22px;
  width: 100%;
  height: auto;
}

/* Responsive */
@media (max-width: 768px) {


  .never-title {
    font-size: 1.8rem;
  }

  .never-image {
    margin-top: 20px;
  }
}

.Professional-bg {
  background-image: url(../images/Professional.png);
  background-position: center;
  background-size: cover;
  padding: 80px 0px 200px 0px;
}

.Professional p {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 12px;
  color: #5b4a3c;
}

.Balanced-bg {
  background-image: url(../images/Balanced-bg.png);
  background-position: center;
  background-size: cover;
  padding: 80px 0px 80px 0px;
}

.Parabens-bg {
  background-image: url(../images/Parabens.png);
  background-position: center;
  background-size: cover;
  padding: 80px 0px 80px 0px;
}


.feature-pill {
  background: #f8f1ec;
  border-radius: 50px;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  margin-bottom: 14px;
}

.feature-never {
  background: #f8f1ec;
  border-radius: 20px;
  padding: 14px 20px;
  align-items: center;
  gap: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  margin-bottom: 14px;
}

.icon-box {
  flex-shrink: 0;
}

.icon-wrong {
  background: #e7b9a8;
  color: #8b3e2f;
}

.icon-right {
  background: #ead6c9;
  color: #6b4b3e;
}

.feature-text {
  font-size: 16px;
  font-weight: 500;
  color: #5a3f34;
}

@media (max-width:576px) {
  .feature-text {
    font-size: 15px;
  }
}


.faq-container {
  max-width: 800px;
  margin: 0 auto;
}

.faq-title {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 30px;
}

.faq-item {
  background: #fff;
  margin-bottom: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-question {
  background: black;
  border-radius: 0px;
  border: none;
  width: 100%;
  text-align: left;
  padding: 18px 0px;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #ffffff;
  transition: background 0.3s ease;
}



.faq-answer {
  max-height: 0;
  overflow: hidden;
  background: #000000;
  transition: all 0.4s ease;
  line-height: 1.6;
  color: #ffffff;
}

.faq-item.active .faq-answer {
  max-height: 300px;
}

.faq-icon {
  font-size: 20px;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-icon {
  transform: rotate(45deg);
}

.food {
  padding-left: 0px;
  margin-top: 10px;
}

.food li {
  list-style: none;
  margin-bottom: 10px;
  font-size: 1.1rem;
  font-weight: 500;
}

.care-card {
  background: #fffdfa;
  border-radius: 20px;
  padding: 30px;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

.care-card h5 {
  font-weight: 600;
}

.icon-box {
  width: 48px;
  height: 48px;
  border-radius: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

.icon-box.dog {
  background: #ffe8dd;
  color: #ff7a45;
}

.icon-box.cat {
  background: #e6f4ea;
  color: #2f9e44;
}

.icon-box.kennel {
  background: #fff1e6;
  color: #fa541c;
}

.care-list {
  padding: 0;
  margin: 20px;
}

.care-list li {
  align-items: center;
  gap: 10px;
  padding: 8px 0;
  color: #153B45;
  font-size: 1rem;
  font-weight: 500;
}


.learn-more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 500;
  color: #153B45;
  text-decoration: none;
}

.learn-more:hover {
  text-decoration: underline;
}


/* Cards */
.care-box {
  border-radius: 24px;
  padding: 35px;
  height: 100%;
}

.dos-box {
  background: #eef7f1;
}

.donts-box {
  background: #fdeee7;
}

/* Title */
.box-title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.box-title h5 {
  margin: 0;
  font-weight: 600;
}

.icon-circle {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.icon-circle.green {
  background: #3fa56a;
}

.icon-circle.red {
  background: #ff7a45;
}

/* List */
.care-don {
  list-style: none;
  padding: 0;
  margin: 0;
}

.care-don li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  font-size: 15px;
  color: #2f3e2f;
}

.donts-box .care-don li {
  color: #5a2a1f;
}

.care-don i {
  font-size: 18px;
}

.dos-box .care-don i {
  color: #3fa56a;
}

.donts-box .care-don i {
  color: #ff7a45;
}

/* Responsive */
@media (max-width: 768px) {
  .dos-donts-section h2 {
    font-size: 28px;
  }
}


.terms-hero {
  background: #f7fbff;
  padding: 70px 0;
}

.terms-hero h1 {
  font-weight: 700;
  font-size: 40px;
}

.terms-content {
  padding: 60px 0;
}

.terms-content h4 {
  margin-top: 30px;
  font-weight: 600;
}

.terms-content p {
  color: #4b5563;
  line-height: 1.7;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .terms-hero h1 {
    font-size: 28px;
  }
}


.option-card {
  border: 2px solid #e5e7eb;
  border-radius: 12px;
  padding: 16px;
  cursor: pointer;
  transition: all 0.25s ease;
}

.option-card:hover {
  border-color: #2563eb;
}

.option-card input {
  display: none;
}

.option-card.active {
  border-color: #2563eb;
  background: #f0f6ff;
}

.price-main {
  font-size: 28px;
  font-weight: 700;
  color: #dc2626;
}

.price-old {
  text-decoration: line-through;
  color: #9ca3af;
  font-size: 14px;
}

.save-text {
  color: #16a34a;
  font-size: 14px;
  font-weight: 600;
}

.option-title {
  font-weight: 600;
  font-size: 18px;
}

.option-sub {
  font-size: 14px;
  color: #6b7280;
}

.feature-list li {
  font-size: 14px;
  margin-bottom: 6px;
  list-style: none;
}

.discount-badge {
  font-size: 1rem;
}

.feature-list i {
  color: #2563eb;
  margin-right: 6px;
}



/* Hero */
.review-hero {
  background: linear-gradient(135deg, #16a34a, #22c55e);
  color: #fff;
  padding: 60px 0;
}

/* Card */
.write-card {
  border-radius: 18px;
  border: none;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

/* Product info */
.product-img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 12px;
}

/* Star rating */
.star-rating i {
  font-size: 28px;
  color: #d1d5db;
  cursor: pointer;
  transition: .2s;
}

.star-rating i.active {
  color: #facc15;
}

/* Button */
.btn-review {
  background: #16a34a;
  border: none;
  border-radius: 12px;
  padding: 14px;
  font-weight: 600;
}

.btn-review:hover {
  background: #15803d;
}

.customer-pic {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #e3e4e5;
}




/* Fixed Bottom Wrapper */
.mobile-cart-fixed {
  position: fixed;
  bottom: 12px;
  left: 12px;
  right: 12px;
  z-index: 1050;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

/* Hide State */
.mobile-cart-fixed.hide {
  transform: translateY(120%);
  opacity: 0;
}

.bg-gray-200 {
  background-color: var(--bs-gray-200) !important;
}

.avatar {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  font-weight: 600;
  height: 3.125rem;
  width: 3.125rem;
  overflow: hidden;
}

.avatars img {
  object-fit: cover;
  height: 3rem;
  width: 7rem;
}

.rounded-circle {
  border-radius: 50% !important;
}


/* ===== Left Image Section ===== */
.login-bg {
  background-image: url(../images/login-bg.png);
  background-position: center;
  background-size: cover;
  height: 100vh;
}

.login input {
  padding-left: 40px;
}

.login-bg-content {
  position: relative;
  z-index: 2;
  color: #fff;
}

/* ===== Login Card ===== */
.login-card {
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: #000;
  padding: 20px;
  border-radius: 15px;
  border: 1px solid white;
}

/* ===== Inputs ===== */


.input-icon {
  font-size: 1rem;
  position: absolute;
  left: 15px;
  top: 43%;
  transform: translateY(-50%);
  color: #6c757d;
}

.password {
  font-size: 1rem;
}

/* ===== Buttons ===== */
.btn-login {
  height: 52px;
  border-radius: 30px;
  background: linear-gradient(180deg, #FFD978, #F4B400);
  border: none;
  color: #133843;
  font-weight: 600;
}

.btn-login:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(244, 180, 0, 0.35);
}

.google-btn {
  border-radius: 30px;
  color: white;
  border: 1px solid white;
  height: 50px;
}


.card {
  border-radius: 18px;
  border: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
}

.cart-img {
  width: 90px;
  border-radius: 12px;
}

.qty-btn {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  border: 1px solid #ddd;
  background: #fff;
}

.qty-input {
  font-size: 1rem;
  width: 40px;
  text-align: center;
  border: none;
  font-weight: 600;
}

.checkout-btn {
  background: linear-gradient(180deg, #FFD978, #F4B400);
  border: none;
  border-radius: 30px;
  height: 52px;
  font-weight: 600;
  color: #133843;
}

.checkout-btn:hover {
  box-shadow: 0 10px 20px rgba(244, 180, 0, .4);
}

.trust-bar i {
  color: #F4B400;
  font-size: 20px;
}

@media(max-width:991px) {
  .order-summary {
    position: static !important;
  }
}

.size-select .form-select {
  width: 70%;
  border-radius: 12px;
  height: 44px;
  font-size: 15px;
  color: #133843;
  border: 1px solid #E0E0E0;
  padding-left: 14px;
  background-color: #fff;
  box-shadow: none;
}

.size-select .form-select:focus {
  border-color: #F4B400;
  box-shadow: 0 0 0 0.15rem rgba(244, 180, 0, .25);
}

.promo-wrapper {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 14px;
  border: 1px solid #E0E0E0;
  overflow: hidden;
  width: 100%;
}

.promo-input {
  border: none;
  outline: none;
  padding: 12px 14px;
  flex: 1;
  font-size: 15px;
  color: #133843;
}

.promo-input::placeholder {
  color: #A0A0A0;
}

.coupon-info small {
  font-size: 1rem;
}

.promo-btn {
  font-size: 1rem;
  border: none;
  padding: 0 22px;
  height: 44px;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(180deg, #FFD978, #F4B400);
  border-radius: 0 14px 14px 0;
  cursor: pointer;
}

.promo-btn:hover {
  box-shadow: inset 0 0 0 999px rgba(0, 0, 0, 0.05);
}


/* Scrollbar Styling */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background-color: #000000;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #3a3a3a;
}




.video-card {
  position: relative;
  border-radius: 20px 20px 0px 0px;
  overflow: hidden;
  height: 380px;
}

.video-card video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  color: #fff;
}

.video-overlay h5 {
  font-weight: 600;
  margin-bottom: 4px;
}

.video-overlay span {
  font-size: 14px;
  opacity: 0.9;
}

.video-card:hover video {
  transform: scale(1.05);
  transition: 0.6s ease;
}

.pk-review-card {
  background: #fff;
  border-radius: 0px 0px 20px 20px;
  padding: 28px 24px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, .08);
  height: 100%;
}

.breed-icon img {
  width: 70px;
  height: 70px;
  object-fit: contain;
  margin-bottom: 10px;
}

.breed-title {
  font-weight: 600;
  margin-bottom: 12px;
  color: #222;
}

.review-text {
  font-size: 1.1rem;
  color: #000000;
  line-height: 1.6;
}

.product-box img {
  width: 100%;
  max-width: 113px;
  display: block;
}

.view-btn {
  background: linear-gradient(180deg, #FFD978, #F4B400);
  border-radius: 30px;
  padding: 10px 22px;
  font-weight: 600;
  color: #133843;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.view-btn:hover {
  opacity: .9;
  color: #133843;
}

/* Responsive */
@media (max-width: 576px) {
  .pk-review-card {
    padding: 24px 18px;
  }
}

.order {
  background-color: white;
}

.popup-box {
  border-radius: 12px;
  overflow: hidden;
}

.popup-img {
  object-fit: cover;
  height: 100%;
}

.popup-close {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 10;
}

@keyframes infiniteScroll {
  from {
    transform: translateX(0)
  }

  to {
    transform: translateX(-50%)
  }
}

.horizontal-scrolling-items {
  display: flex;
  font-size: 1rem;
  width: 2600px;
  animation-name: infiniteScroll;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.horizontal-scrolling-items__item {
  white-space: nowrap;
}


.offer-bar {
  width: 100%;
  overflow: hidden;
  background: #ffcc00;
  padding: 5px 0;
  font-weight: 600;
  font-size: 14px;
  white-space: nowrap;
}

.offer-track {
  display: inline-flex;
  gap: 10px;
  animation: scrollLeft 35s linear infinite;
}

.offer-track span {
  white-space: nowrap;
}

/* Animation */
@keyframes scrollLeft {
  0% {
    transform: translateX(0);
  }

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




/* Mobile */
@media (max-width: 768px) {
  .top-offer-bar {
    font-size: 12px;
    padding: 6px 0;
  }
}

.order-button {
  display: flex;
  width: 1400px;
  overflow-x: scroll;
}


.coupon-card {
  background: #f2fbfa;
  border: 2px dashed #1b8f8b;
  border-radius: 14px;
  padding: 16px 18px;
  transition: 0.3s;
}

.coupon-card:hover {
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}

.coupon-info h6 {
  font-weight: 700;
  color: #0a3f3f;
  margin-bottom: 4px;
}

.coupon-info p {
  font-size: 14px;
  margin-bottom: 0px;
  color: #333;
}

.coupon-info small {
  color: #777;
}

/* Apply Button */
.apply-btn {
  background: linear-gradient(180deg, #ffd978, #f4b400);
  color: #000;
  font-weight: 600;
  padding: 8px 18px;
  border-radius: 20px;
  border: none;
}

.apply-btn:hover {
  background: linear-gradient(180deg, #f4b400, #ffd978);
}

/* Mobile */
@media (max-width: 576px) {
  .coupon-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .apply-btn {
    width: 100%;
    text-align: center;
  }
}


.text-orange {
  color: #ff7a45;
}



.progress {
  height: 8px;
  background: #eee;
}

.progress-bar {
  background: #5bb98b;
  width: 20%;
  transition: 0.3s;
}

.progress-percent {
  text-align: right;
  font-size: 14px;
  color: #ff7a45;
}

.step {
  display: none;
  text-align: center;
}

.step.active {
  display: block;
}

.select-card {
  background: #fff;
  border-radius: 18px;
  padding: 30px;
  cursor: pointer;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: 0.2s;
}

.select-card:hover {
  transform: translateY(-5px);
  border: 2px solid #ff7a45;
}

.select-card img {
  width: 180px;
  margin-bottom: 10px;
}



.navigation {
  display: flex;
  justify-content: space-between;
}

.btn-orange {
  background: #ffb48a;
  color: #fff;
  border-radius: 30px;
  padding: 12px 30px;
}

.result-card {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  text-align: left;
}

.result-card div {
  padding: 10px 0;
}



/* Wrapper for proper spacing */
.dog-input-wrapper {
  width: 100%;
  padding: 0 12px;
}

/* Input style */
.dog-input {
  width: 100%;
  height: 56px;
  padding: 0 20px;

  border-radius: 999px;
  border: 2px solid #f0e6dc;
  background: #ffffff;

  font-size: 16px;
  font-weight: 500;
  text-align: center;

  color: #2f241c;
  outline: none;

  transition: all 0.25s ease;
}

/* Placeholder */
.dog-input::placeholder {
  color: #b9b1a8;
  font-weight: 500;
}

/* Focus state */
.dog-input:focus {
  border-color: #ffb48a;
  box-shadow: 0 0 0 4px rgba(255, 180, 138, 0.25);
}

/* Desktop enhancement */
@media (min-width: 768px) {
  .dog-input-wrapper {
    max-width: 420px;
    margin: 0 auto;
  }

  .dog-input {
    height: 60px;
    font-size: 17px;
  }
}

.breed-grid {
  max-width: 900px;
  margin: auto;
}

/* Card */
.breed-card {
  position: relative;
  background: #ffffff;
  border-radius: 18px;
  padding: 22px 16px;
  text-align: center;
  cursor: pointer;
  height: 100%;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
  border: 2px solid transparent;
  transition: all 0.2s ease;
}

.breed-card:hover {
  transform: translateY(-5px);
  border: 2px solid #ff7a45;
}

/* Hover */
.breed-card:hover {
  transform: translateY(-3px);
}

/* Active */
.breed-card.active {
  border-color: #ff8a50;
  box-shadow: 0 12px 30px rgba(255, 138, 80, 0.25);
}

/* Emoji */
.breed-card .emoji {
  font-size: 32px;
  display: block;
  margin-bottom: 8px;
}

/* Text */
.breed-card p {
  margin: 0;
  font-weight: 600;
  font-size: 15px;
  color: #2f241c;
}



/* Desktop enhancement */
@media (min-width: 768px) {
  .breed-card {
    padding: 28px 20px;
  }

  .breed-card .emoji {
    font-size: 36px;
  }

  .breed-card p {
    font-size: 16px;
  }
}


/* Icon Circle */
.age-icon {
  width: 54px;
  height: 54px;
  margin: 0 auto 14px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  background: #f6f2ee;
}

/* Icon color variants */
.age-icon.baby {
  color: #ff8a50;
}

.age-icon.adult {
  color: #45b78f;
}

.age-icon.senior {
  color: #8a7c70;
}

/* Text */
.age-card h5 {
  margin-bottom: 4px;
  font-weight: 600;
  color: #2f241c;
}

.age-card p {
  margin: 0;
  font-size: 14px;
  color: #7a6f68;
}

/* Desktop enhancement */
@media (min-width: 768px) {
  .age-card {
    padding: 34px 24px;
  }

  .age-icon {
    width: 60px;
    height: 60px;
    font-size: 24px;
  }
}

/* Main Card */
.recommendation-wrapper {
  background: #ffffff;
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.06);
}

/* Header */
.rec-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.rec-header h5 {
  margin: 0;
  font-weight: 600;
  color: #2f241c;
}

.sparkle {
  font-size: 18px;
}

/* Item */
.rec-item {
  text-align: left;
  background: #fbf8f5;
  border-radius: 16px;
  padding: 16px 18px;
  margin-bottom: 14px;
}

.rec-left {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.rec-icon {
  font-size: 20px;
  margin-top: 2px;
}

.rec-item h6 {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  text-align: left;
  color: #2f241c;
}

.rec-item p {
  margin: 2px 0 0;
  font-size: 13px;
  color: #7a6f68;
}

/* Check */
.rec-check {
  color: #4fb98c;
  font-size: 18px;
  font-weight: bold;

}

/* CTA */
.cta-wrapper {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}

.btn-buy {
  background: linear-gradient(180deg, #ffb48a, #ff8a50);
  color: #fff;
  border-radius: 30px;
  padding: 14px 26px;
  font-size: 15px;
  border: none;
}

.btn-outline {
  background: transparent;
  border: 2px solid #ffd2b8;
  color: #2f241c;
  border-radius: 30px;
  padding: 14px 26px;
  font-size: 15px;
}

/* Desktop Enhancement */
@media (min-width: 768px) {
  .recommendation-wrapper {
    padding: 30px 36px;
  }

  .rec-item {
    padding: 18px 22px;
  }

  .rec-item h6 {
    font-size: 16px;
  }

  .rec-item p {
    font-size: 14px;
  }
}



/* GOLD COLOR */
:root {
  --gold: #c9a441;
}

/* HERO */
.hero-section {
  background: url('https://images.unsplash.com/photo-1519681393784-d120267933ba') center/cover no-repeat;
  padding-bottom: 80px;
}

.hero-content {
  padding: 100px 0;
}

.hero-content h1 {
  font-size: 3rem;
  font-weight: 800;
}

.hero-content span {
  color: var(--gold);
}

.hero-book {
  width: 320px;
  height: 320px;
  background: #111;
  border-radius: 8px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, .6);
}

/* BUTTON */
.btn-gold {
  background: var(--gold);
  color: #000;
  font-weight: 600;
  padding: 12px 28px;
  border-radius: 6px;
}

.btn-gold:hover {
  background: #b99733;
}



.system-card {
  background: rgba(255, 255, 255, 0.04);
  padding: 30px;
  border-radius: 12px;
  transition: all .3s ease;
}

.system-card:hover {
  transform: translateY(-6px);
  background: rgba(255, 255, 255, 0.08);
}

.system-card h4 {
  color: var(--gold);
  font-weight: 700;
}

/* CTA */
.cta-section {
  padding: 80px 0;
  background: #0a0a0a;
}

/* MOVEMENT */
.movement-section {
  padding: 90px 0;
  background: linear-gradient(120deg, #0d0d0d, #1a1a1a);
}

.movement-section span {
  color: var(--gold);
}

.movement-product {
  width: 260px;
  height: 340px;
  background: #111;
  border-radius: 10px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, .7);
}


.skin-system-section {
  background-image: url(../images/skin-bg.png);
  color: #fff;
}

.skin-title {
  letter-spacing: 2px;
  font-weight: 600;
}

.skin-tabs .nav-link {
  color: #ffffff;
  font-size: 1.2rem;
  border: none;
  background: transparent;
  font-weight: 500;
}

.skin-tabs .nav-link.active {
  color: #f5c76b;
  border-bottom: 2px solid #f5c76b;
}

.skin-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 20px;
  transition: all 0.3s ease;
}

.clean {
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.skin-card:hover {
  border-color: #f5c76b;
}

.skin-card p {
  font-size: 1.3rem;
}

.skin-card-title {
  color: #f5c76b;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.read-time {
  display: inline-block;
  margin-top: 10px;
  color: #f5c76b;
  font-size: 14px;
}

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@500;600&family=Montserrat:wght@400;500&display=swap');

.hos-footer {
  background-color: black;
  padding: 2rem 0 2rem;
  color: #ffffff;
}

/* Dark overlay */

.footer-brand {
  font-family: 'Playfair Display', serif;
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

.footer-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.1rem;
  margin-bottom: 1rem;
  position: relative;
}

.footer-title::after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 0.12rem;
  background-color: #f7a500;
  margin-top: 0.4rem;
}

.footer-text {
  font-size: 0.95rem;
  line-height: 1.6;
}

/* Links */
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  line-height: 23px;
  margin-bottom: 0.6rem;
}

.footer-links a {
  color: #ffffff;
  text-decoration: none;
  font-size: 0.95rem;
  position: relative;
  transition: all 0.3s ease;
}

/* Hover underline animation */
.footer-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.25rem;
  width: 0;
  height: 0.1rem;
  background: #f7a500;
  transition: width 0.3s ease;
}

.footer-links a:hover {
  opacity: 1;
}

.footer-links a:hover::after {
  width: 100%;
}

.footer-inlineheader a {
  color: orange;
  font-size: 1.1rem;
  font-weight: 600;
}

/* Newsletter */
.newsletter-form {
  display: flex;
  gap: 0.6rem;
  margin-top: 1rem;
}

.newsletter-form input {
  flex: 1;
  width: 50px;
  padding: 0.7rem 0.8rem;
  border: none;
  outline: none;
  font-size: 0.9rem;
  border-radius: 0.2rem;
}

.newsletter-form button {
  padding: 0.7rem 1.3rem;
  background: linear-gradient(180deg, #ffd77a 0%, #f4b400 50%, #c99600 100%);
  border: none;
  color: #000;
  font-size: 0.9rem;
  cursor: pointer;
  border-radius: 0.2rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Button hover animation */
.newsletter-form button:hover {
  transform: translateY(-0.15rem);
  box-shadow: 0 0.6rem 1.2rem rgba(201, 168, 106, 0.35);
}

/* Bottom */
.footer-bottom {
  color: white;
  margin-top: 3rem;
  text-align: center;
  font-size: 0.85rem;
}

/* Mobile fix */
@media (max-width: 36rem) {
  .newsletter-form {
    flex-direction: column;
  }
}


.movement-hero {
  background-image: url(../images/MOVEMENT.png);
  background-position: center;
  background-size: cover;
  padding: 80px 0;
  color: #fff;
  position: relative;
  overflow: hidden;
}

#kit-banner-1 {
  background-image: url(../images/kit-banner-1.png);
  background-position: center;
  background-size: cover;
}

#kit-banner-2 {
  background-image: url(../images/kit-banner-2.png);
  background-position: center;
  background-size: cover;
}

#kit-banner-3 {
  background-image: url(../images/kit-banner-3.png);
  background-position: center;
  background-size: cover;
}

#SCIENCE {
  background-image: url(../images/SCIENCE.png);
  background-position: center;
  background-size: cover;
}

#USE {
  background-image: url(../images/SYSTEM.png);
  background-position: center;
  background-size: cover;
}

.brand-tag {
  letter-spacing: 3px;
  font-size: 14px;
  opacity: 0.7;
}

.hero-title {
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 20px 0;
}

.highlight {
  color: #f5c76b;
}

.muted {
  color: #cfcfcf;
}

.hero-desc {
  font-size: 1.3rem;
  max-width: 520px;
  margin-bottom: 26px;
}

.hero-product {
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.8));
}

/* Responsive */
@media (max-width: 768px) {
  .movement-hero {
    padding: 60px 0;
    text-align: center;
  }

  .hero-title {
    font-size: 1.8rem;
  }

  .hero-desc {
    margin: auto;
    margin-bottom: 21px;
  }
}


.systems-section {
  background: radial-gradient(circle at top, #1c1c1c, #0b0b0b);
  color: #fff;
}

.systems-title {
  font-size: 36px;
  letter-spacing: 2px;
  font-weight: 600;
}

.system-card {
  height: 100%;
  padding: 30px;
  text-align: center;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}

.system-card h4 {
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.system-card p {
  font-size: 15px;
  opacity: 0.85;
}

.system-img {
  max-width: 100%;
  margin: 20px 0;
}

.system-btn {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 10px 24px;
  letter-spacing: 1px;
}

.system-btn:hover {
  background: #f5c76b;
  color: #000;
  border-color: #f5c76b;
}

/* Glow Borders */
.system-card.gold {
  box-shadow: 0 0 0 1px rgba(245, 199, 107, 0.4);
}

.system-card.silver {
  box-shadow: 0 0 0 1px rgba(220, 220, 220, 0.3);
}

.system-card.pink {
  box-shadow: 0 0 0 1px rgba(255, 120, 170, 0.35);
}

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



.routine-wrapper {
  background-image: url(../images/black-bg.png);
  background-position: center;
  background-size: cover;
  color: #fff;
}

.science-wrapper {
  background-image: url(../images/science-bg.png);
  background-position: center;
  background-size: cover;
  color: #fff;
}


.routine-subtitle {
  font-size: 1.2rem;
  margin-top: 10px;
}

.routine-card {
  background: rgb(255 255 255 / 25%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  padding: 32px;
  height: 100%;
  transition: all 0.3s ease;
}

.routine-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 255, 255, 0.35);
}

.routine-image {
  width: 100%;
  border-radius: 14px;
  margin-bottom: 24px;
}

.routine-name {
  letter-spacing: 1px;
  color: #f5d37b;
  margin-bottom: 6px;
}

.routine-tag {
  font-size: 1.3rem !important;
  opacity: 0.85;
  margin-bottom: 18px;
}

.routine-points {
  list-style: none;
  font-size: 1.2rem;
  padding: 0;
  margin-bottom: 26px;
}

.routine-points li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 10px;
}

.routine-points li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #f5c76b;
}

/* Buttons */
.routine-btn-yellow {
  background: #f5c76b;
  color: #000;
  font-weight: 600;
  padding: 12px 26px;
}

.routine-btn-pink {
  background: #b8325e;
  color: #fff;
  font-weight: 600;
  padding: 12px 26px;
}




.content-wrap {
  background-image: url(../images/black-bg.png);
  background-position: center;
  background-size: cover;
  color: #fff;
}

.testimon-bg {
  background-image: url(../images/testimon.png);
  background-position: center;
  background-size: cover;
  color: #fff;
}

.section-block {
  margin-bottom: 70px;
}



.info-box {
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 24px;
  border-radius: 12px;
}

.info-box h4 {
  margin-bottom: 15px;
}

.info-box ul {
  list-style: none;
  padding: 0;
}

.info-box li {
  padding-left: 22px;
  margin-bottom: 10px;
  position: relative;
}

.section-note {
  text-align: center;
  opacity: 0.75;
  margin-top: 25px;
}


.quote {
  font-size: 18px;
  margin-top: 20px;
}

.quote.muted {
  opacity: 0.7;
}

.final-line h3 {
  letter-spacing: 1px;
}

.final-line span {
  color: #f5c76b;
}




.slick-slide {
  margin: 0 0px;
}

.slick-slide img {
  width: 100%;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

.slick-slide img {
  display: block;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loding .slick-slide {
  visibility: hidden;
}

.slick-dots {
  display: flex;
  justify-content: center;

  margin: 0;
  padding: 1rem 0;

  list-style-type: none;

  li {
    margin: 0 0.25rem;
  }

  button {
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: #605D5D;
    text-indent: -9999px;
  }

  li.slick-active button {
    background-color: #EDD861;
  }

}


@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Sen:wght@400..800&display=swap');


.responsive-heading {
  position: relative;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 0.3rem;
  color: #ffffff;
  text-transform: uppercase;
  padding: 0 2rem;
  white-space: nowrap;
}

.responsive-heading::before,
.responsive-heading::after {
  content: "";
  position: absolute;
  top: 50%;
  width: clamp(3rem, 10vw, 7rem);
  height: 0.12rem;
  background: linear-gradient(to right,
      transparent,
      rgba(255, 255, 255, 0.6));
  transform: translateY(-50%);
}

.responsive-heading::before {
  left: calc(-1 * clamp(3.5rem, 11vw, 7.5rem));
}

.responsive-heading::after {
  right: calc(-1 * clamp(3.5rem, 11vw, 7.5rem));
  transform: translateY(-50%) rotate(180deg);
}

/* Small devices optimization */


.footer-logo img {
  width: 90%;
}




/* Main Box */
.system-box {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 215, 120, 0.25);
  border-radius: 6px;
  backdrop-filter: blur(6px);
  box-shadow: 0 0 25px rgba(255, 215, 120, 0.08);
  overflow: hidden;
}

.system-box:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 200, 80, 0.7);
  box-shadow:
    0 20px 40px rgba(0, 0, 0, 0.6),
    0 0 30px rgba(255, 180, 60, 0.35),
    inset 0 0 20px rgba(255, 180, 60, 0.08);
}

/* Columns */
.system-col {
  padding: 35px 40px;
}

/* Divider for desktop */
@media (min-width: 768px) {
  .border-start-md {
    border-left: 1px solid rgba(255, 215, 120, 0.25);
  }
}

/* Title */
.system-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5rem;
  letter-spacing: 2px;
  color: #f5d37b;
  margin-bottom: 20px;
  position: relative;
}

.system-title::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 8px;
  background: linear-gradient(to right, #f5d37b, transparent);
}

/* List */
.system-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: 'Poppins', sans-serif;
}

.system-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 14px;
  font-size: 1rem;
  line-height: 1.6;
}

/* Icons */
.system-list i {
  color: #f5d37b;
  font-size: 14px;
  margin-top: 4px;
}

/* Section */
.who-section {
  background: radial-gradient(circle at top, #1b1b1b, #050505);
}

/* Title */
.who-title {
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 3px;
  font-size: 18px;
  color: #e6e6e6;
}

/* Box */
.who-box {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 6px;
  backdrop-filter: blur(6px);
  box-shadow: 0 0 25px rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.who-box:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 200, 80, 0.7);
  box-shadow:
    0 20px 40px rgba(0, 0, 0, 0.6),
    0 0 30px rgba(255, 180, 60, 0.35),
    inset 0 0 20px rgba(255, 180, 60, 0.08);
}

/* Columns */
.who-col {
  padding: 35px 40px;
}

/* Divider */
@media (min-width: 768px) {
  .border-start-md {
    border-left: 1px solid rgba(255, 255, 255, 0.18);
  }

}

/* Sub Titles */
.who-sub-title {
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 2px;
  font-size: 1.5rem;
  margin-bottom: 18px;
}

.who-sub-title.check {
  color: #d8c86f;
}

.who-sub-title.cross {
  color: #ff4d7e;
}

/* List */
.who-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: 'Poppins', sans-serif;
}

.who-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  font-size: 1rem;
}

/* Icons */
.who-list i {
  font-size: 14px;
}

.who-list:not(.not-for) i {
  color: #d8c86f;
}

.not-for i {
  color: #ff4d7e;
}


/* Box */
.timeline-box {
  max-width: 620px;
  text-align: left;
  font-family: 'Poppins', sans-serif;
}

/* Item */
.timeline-item {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  font-size: 15px;
}

/* Dot */
.dot {
  width: 6px;
  height: 6px;
  background: #d8c86f;
  border-radius: 50%;
  flex-shrink: 0;
}

/* Label */
.label {
  font-family: 'Montserrat', sans-serif;
  min-width: 90px;
  color: #eaeaea;
  font-size: 1.2rem;
}

/* Line */
.line {
  flex: 1;
  height: 1px;
  background: rgba(255, 255, 255, 0.35);
}

/* Result */
.result {
  min-width: 180px;
  font-size: 1.2rem;
  text-align: left;
  color: #dcdcdc;
}

/* Footer Text */
.timeline-note {
  text-align: center;
  margin-top: 30px;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 1px;
  font-size: 1.3rem;
  color: #d8c86f;
}

/* Responsive */
@media (max-width: 576px) {
  .timeline-item {
    flex-wrap: wrap;
  }

  .line {
    display: none;
  }

  .result {
    width: 100%;
    margin-left: 18px;
  }
}


.hos-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 34px;
  min-height: 48px;
  font-family: 'Montserrat', 'Oswald', sans-serif;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;

  color: #ffb703;
  background: transparent;

  border: 2px solid rgba(255, 80, 160, 0.8);
  border-radius: 6px;

  box-shadow:
    0 0 0 rgba(255, 80, 160, 0);

  position: relative;
  overflow: hidden;

  transition: all 0.35s ease;
}

/* 🔥 Glow effect */
.hos-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,
      rgba(255, 0, 120, 0.15),
      rgba(255, 180, 60, 0.15),
      rgba(0, 229, 255, 0.15));
  opacity: 0;
  transition: opacity 0.35s ease;
}

/* Hover */
.hos-btn:hover {
  color: #fff;

  border-color: #ff5fa2;

  box-shadow:
    0 0 18px rgba(255, 80, 160, 0.6),
    0 0 32px rgba(255, 180, 60, 0.35);

  transform: translateY(-2px);
}

.hos-btn:hover::before {
  opacity: 1;
}

/* Click */
.hos-btn:active {
  transform: scale(0.97);
}

.face-kit-bg {
  background-image: url(../images/FACE\ KIT.png);
  background-position: center;
  background-size: cover;
  border-radius: 15px;
  padding: 15px;
  text-align: left;
}

#hair-kit-bg {
  background-image: url(../images/HAIR\ SYSTEM.png);
  background-position: center;
  background-size: cover;
}

.face-kit-section {
  background: #0b0b0b;
  padding: 60px 20px;
}

.face-kit-container {
  max-width: 1200px;
  margin: auto;

  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

/* Left Content */
.face-kit-title {
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 2px;
  background: linear-gradient(90deg, #ffb703, #ff2f92);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.face-kit-subtitle {
  margin-top: 1rem;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

.face-kit-list {
  list-style: none;
  padding: 0;
  margin: 14px 0 24px;
}

.face-kit-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  font-size: 1rem;
  color: #ddd;
}

.face-kit-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #ffb703;
  font-weight: bold;
}

.face-kit-note {
  font-size: 1rem;
  color: #ffb703;
  margin-bottom: 10px;
  font-weight: 700;
}

.face-kit-badge {
  display: inline-block;
  padding: 8px 20px;
  font-weight: 800;
  font-size: 15px;
  color: #fff;

  border-radius: 30px;
  border: 2px solid #ff2f92;

  box-shadow:
    0 0 10px rgba(255, 47, 146, 0.6),
    0 0 25px rgba(255, 183, 3, 0.4);
}

/* Right Image */
.face-kit-image img {
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.8));
}

/* 📱 Responsive */
@media (max-width: 768px) {
  .face-kit-container {
    grid-template-columns: 1fr;
    text-align: center;
  }
}


/* Card Base */
.skin-card {
  background: rgba(0, 0, 0, 0.6);
  border-radius: 14px;
  padding: 26px;
  text-align: center;

  border: 2px solid transparent;
  transition: all 0.4s ease;
  backdrop-filter: blur(6px);
}

/* Image Placeholder */
.skin-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
  background: #222;
  border-radius: 10px;
  margin: 18px 0;
}

/* Text */
.skin-title {
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.skin-text {
  color: #ddd;
  font-size: 15px;
  margin-bottom: 20px;
}

/* Button */
.skin-btn {
  display: inline-block;
  padding: 10px 22px;
  font-weight: 800;
  font-size: 14px;
  text-decoration: none;
  color: #fff;

  border-radius: 6px;
  border: 2px solid currentColor;
  transition: all 0.3s ease;
}

.skin-btn:hover {
  color: white;
}

/* Color Variants */
.skin-card.red {
  border-color: #ff2f92;
}

.skin-card.red .skin-title,
.skin-card.red .skin-btn {
  color: #ff2f92;
}

.skin-card.green {
  border-color: #7cff00;
  height: 100%;
}

.skin-card.green .skin-title,
.skin-card.green .skin-btn {
  color: #7cff00;
}

.skin-card.blue {
  border-color: #00e5ff;
  height: 100%;
}

.skin-card.blue .skin-title,
.skin-card.blue .skin-btn {
  color: #00e5ff;
}

/* Hover Glow */
.skin-card:hover {
  transform: translateY(-6px);
  box-shadow:
    0 20px 40px rgba(0, 0, 0, 0.7),
    0 0 30px currentColor;
}

/* Card */
.routine-cards {
  position: relative;
  height: 85%;
  padding: 30px;
  border-radius: 18px;
  background-image: url(../images/face-bg.png);
  background-position: center;
  background-size: cover;
  text-align: center;
  overflow: hidden;
  transition: all 0.4s ease;
}

#hair-bg {
  background-image: url(../images/hair-bg.png);
  background-position: center;
  background-size: cover;
}

/* Glow Border */
.face-card {
  border: 2px solid #ff2b6a;
  box-shadow: 0 0 25px rgba(255, 43, 106, 0.3);
}

.hair-card {
  border: 2px solid #ffc107;
  box-shadow: 0 0 25px rgba(255, 193, 7, 0.3);
}

/* Hover Effect */
.routine-card:hover {
  transform: translateY(-10px) scale(1.02);
}

.routine-card:hover .routine-img img {
  transform: scale(1.12);
}

/* Image */
.routine-img img {
  max-width: 100%;
  height: 240px;
  object-fit: contain;
  transition: transform 0.5s ease;
}

/* Content */
.routine-content h3 {
  color: #ff2b6a;
  font-weight: 700;
}

.routine-content p {
  color: white;
  font-size: 1.2rem;
  margin-bottom: 5px;
}

.routine-content span {
  display: block;
  color: #888;
  font-size: 13px;
  margin-bottom: 20px;
}

/* Button */
.routine-btn {
  display: inline-block;
  padding: 12px 26px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s ease;
}

/* Button Colors */
.face-card .routine-btn {
  color: #ff2b6a;
  border: 1px solid #ff2b6a;
}

.hair-card .routine-btn {
  color: #ffc107;
  border: 1px solid #ffc107;
}

/* Button Hover */
.routine-btn:hover {
  background: black;
  color: white;
}

/* Responsive */
@media (max-width: 768px) {
  .routine-img img {
    height: 200px;
  }
}



/* Card */
.testimonial-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
  cursor: pointer;
  transition: transform 0.4s ease;
}

.testimonial-card:hover {
  transform: translateY(-8px);
}

/* Image */
.testimonial-card img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.testimonial-card:hover img {
  transform: scale(1.08);
}

/* Overlay */
.testimonial-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,
      rgba(0, 0, 0, 0.9),
      rgba(0, 0, 0, 0.2));
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

/* Text */
.quote {
  color: #f5c86a;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 8px;
}

.quote.pink {
  color: #ff6fae;
}

.author {
  color: #ccc;
  font-size: 14px;
  opacity: 0.9;
}

/* Responsive */
@media (max-width: 768px) {
  .testimonial-card img {
    height: 360px;
  }
}

/* Columns */
.ingredient-col {
  position: relative;
  text-align: center;
}

/* Vertical dividers */
.ingredient-col:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 20%;
  height: 60%;
  width: 1px;
  background: rgba(255, 255, 255, 0.15);
}

/* Card */
.ingredient-card {
  transition: all 0.4s ease;
}

/* Headings */
.ingredient-card h4 {
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

/* Text */
.ingredient-card p {
  color: white;
  font-size: 1.2rem;
  margin-bottom: 10px;
}

/* Hover animation */
.ingredient-col:hover .ingredient-card {
  transform: translateY(-10px);
}

/* Color Themes */
.green h4 {
  color: #b8ff3b;
}

.pink h4 {
  color: #ff4f9a;
}

.blue h4 {
  color: #4fdfff;
}

.green:hover {
  box-shadow: inset 0 -2px 0 #b8ff3b;
}

.pink:hover {
  box-shadow: inset 0 -2px 0 #ff4f9a;
}

.blue:hover {
  box-shadow: inset 0 -2px 0 #4fdfff;
}

/* Bottom link */
.ingredient-link {
  text-align: center;
  font-size: 1.4rem;
}

.ingredient-link a {
  color: #f5c26b;
  text-decoration: none;
  letter-spacing: 1px;
  font-weight: 600;
}

.ingredient-link a:hover {
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 991px) {
  .ingredient-col:not(:last-child)::after {
    display: none;
  }
}


/* TAB BAR */
.tabbar {
  display: flex;
  justify-content: center;
  padding-top: 2rem;
  gap: 30px;
  border-bottom: 1px solid white;
  margin-bottom: 50px;
  overflow-x: auto;
}

.tabbar::-webkit-scrollbar {
  display: none;
}

.tab {
  background: none;
  border: none;
  color: white;
  padding: 12px 0;
  font-weight: 600;
  white-space: nowrap;
  position: relative;
}

#hair-systems-bg {
  background-image: url(../images/hair-system-bg.png);
  background-position: center;
  background-size: cover;
  height: 80vh;
}

#face-systems-bg {
  background-image: url(../images/face-system-bg.png);
  background-position: center;
  background-size: cover;
  height: 80vh;
}

.tab.active {
  color: #ffd36a;
}

.tab.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background: #ffd36a;
}



/* PRODUCT CARD */
.product-card {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 25px;
  text-align: center;
  height: 100%;
  transition: .4s;
}

.product-card img {
  max-height: 200px;
  margin-bottom: 20px;
}

.product-card h4 {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}

.product-card p {
  color: #aaa;
  font-size: 14px;
  margin-bottom: 20px;
}



/* BUTTONS */
.btn-glow {
  display: inline-block;
  padding: 10px 22px;
  border: 1px solid;
  font-size: 13px;
  text-decoration: none;
  transition: .3s;
}

.green {
  border-color: #b8ff3b
}

.blue {
  border-color: #4fdfff
}

.red {
  border-color: #ff4f9a
}

.yellow {
  border-color: #ffd36a
}

.green a {
  color: #b8ff3b
}

.blue a {
  color: #4fdfff
}

.red a {
  color: #ff4f9a
}

.yellow a {
  color: #ffd36a
}

.btn-glow:hover {
  background: black;
  color: white !important;
}

.systems {
  background-image: url(../images/facewash.png);
  background-position: center;
  background-size: cover;
}

.no-filter {
  background-image: url(../images/No-Filter\ Facewash.png);
  background-position: center;
  background-size: cover;
}

.no-filter h4 {
  padding-top: 27rem;
}

.no-filter p {
  color: white;
}

#yes-filter {
  background-image: url(../images/Stabilize.png);
  background-position: center;
  background-size: cover;
}

.systems h4 {
  padding-top: 25rem;
}

.systems p {
  color: white;
}

/* MOBILE */
@media (max-width: 768px) {
  .tabbar {
    gap: 20px;
  }
}


/* List */
.system-list {
  list-style: none;
  padding: 0;
}

.system-list li {
  color: #e0e0e0;
  font-size: 17px;
  margin-bottom: 18px;
  padding-left: 32px;
  position: relative;
}

.system-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #e8d89a;
  font-weight: 700;
}

.system-list span {
  color: #e8d89a;
  font-weight: 600;
}


.not-for h5 {
  color: #cfcfcf;
  font-weight: 600;
}

.not-for p {
  color: #9a9a9a;
  font-size: 15px;
}

/* Product image */
.product-wrap {
  position: relative;
}

.product-wrap img {
  max-width: 100%;
  filter: drop-shadow(0 0 30px rgba(255, 200, 120, .25));
}

/* Responsive */
@media(max-width:768px) {
  .system-list {
    margin-top: 20px;
  }
}


/* Section Background */
.how-to-use-section {
  min-height: 100vh;
  background: url('your-bg-image.jpg') center/cover no-repeat;
  padding: 80px 0;
}

.section-subtitle {
  font-size: 18px;
  opacity: 0.9;
  margin-bottom: 25px;
}

/* Feature List */
.feature-list {
  list-style: none;
  padding: 0;
  margin-bottom: 35px;
}


/* Buttons */
.btn-group-custom {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.btn-gold {
  background: transparent;
  border: 2px solid #d4af37;
  color: #d4af37;
  padding: 12px 30px;
  font-weight: 600;
  transition: 0.3s;
}

.btn-gold:hover {
  background: #d4af37;
  color: #000;
}

.btn-outline-light {
  padding: 12px 30px;
  font-weight: 600;
}

/* Responsive */
@media (max-width: 768px) {
  .section-title {
    font-size: 36px;
  }
}




/* Card */
.category-card {
  position: relative;
  padding: 40px;
  border: 1px solid rgba(255, 180, 60, 0.6);
  background-image: url(../images/home-banner-1.png);
}

/* Title */
.category-title {
  color: #f5c26b;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
}

/* List */
.category-list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.category-list li {
  margin-bottom: 20px;
}

.category-list a {
  font-size: 1.5rem;
  color: white;
  margin-bottom: 8px;
  opacity: 0.9;
  position: relative;
  text-decoration: none;
  font-weight: 500;
  padding-bottom: 4px;
  transition: color 0.3s ease;
}

#footer {
  font-weight: bold;
  font-size: 1.2rem;
}

/* underline effect */
.category-list a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #c89b3c, #f5d27a);
  transition: width 0.35s ease;
}

/* hover animation */
.category-list a:hover {
  color: #f5c26b;
}

.category-list a:hover::after {
  width: 100%;
}

/* Images */
.product-img-group {
  display: flex;
  gap: 25px;
  align-items: flex-end;
}

.product-img-group img {
  height: 170px;
  object-fit: contain;
}

/* CTA */
.view-all {
  display: inline-block;
  margin-bottom: 10px;
  color: #f5c26b;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 1px;
}

.view-all:hover {
  text-decoration: underline;
}

.tagline {
  font-size: 14px;
  opacity: 0.7;
}

/* Responsive */
@media (max-width: 768px) {
  .category-card {
    padding: 30px 20px;
  }

  .product-img-group {
    justify-content: center;
  }

  .product-img-group img {
    height: 140px;
  }
}

.mrp-price {
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #777;
  display: flex;
  gap: 4px;
  align-items: center;
}

.mrp-price .label {
  font-weight: 500;
}

.mrp-price .price {
  text-decoration: line-through;
}


.qty-box {
  display: inline-flex;
  color: black;
  padding: 0px;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
}

.qty-btn {
  width: 36px;
  height: 36px;
  border: none;
  background: #f5f5f5;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
}

.qty-btn:hover {
  background: #e0e0e0;
}

#qty {
  width: 40px;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}


.gold-line {
  width: 90px;
  height: 3px;
  background: #d4af37;
  margin: 15px 0 30px;
}

.step-box {
  display: flex;
  gap: 18px;
  margin-bottom: 25px;
  padding: 18px;
  background: rgb(255 255 255 / 25%);
  border: 1px solid rgba(212, 175, 55, 0.15);
  border-radius: 14px;
  transition: .4s;
}

.step-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 30px rgba(212, 175, 55, 0.15);
}

.step-icon {
  min-width: 36px;
  font-size: 1rem;
  height: 36px;
  background: linear-gradient(135deg, #d4af37, #f5d776);
  color: #000;
  font-weight: 700;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.step-box h6 {
  font-weight: 600;
  margin-bottom: 6px;
  color: #d4af37;
}

.step-box p {
  font-size: 14px;
  opacity: .75;
  margin: 0;
}

.research-img img {
  border-radius: 20px;
  box-shadow: 0 0 40px rgba(212, 175, 55, .2);
}




.faq-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}


.faq-question span {
  color: #f3c86a;
}

.faq-question::after {
  content: "+";
  font-size: 20px;
  transition: 0.3s ease;
}

.faq-item.active .faq-question::after {
  content: "−";
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: 0.4s ease;
}

.faq-answer ul {
  margin: 0;
}

.faq-answer li {
  font-size: 14px;
  padding: 6px 0;
  color: #ddd;
}

.faq-item.active .faq-answer {
  max-height: 400px;
}

.topbar-dark {
  background: #000;
  color: #fff;
  padding: 18px 15px;
  font-size: 14px;
  border-bottom: 1px solid white;
  border-top: 1px solid white;
  margin-top: 20px;
}

.topbar-dark a {
  color: #bbb;
  text-decoration: none;
  transition: 0.3s ease;
}

.topbar-dark a:hover {
  color: #fff;
}

.social-icons a {
  margin-left: 12px;
  font-size: 16px;
  color: #bbb;
  transition: 0.3s;
}

.social-icons a:hover {
  color: #fff;
  transform: translateY(-2px);
}

/* Mobile Adjustments */
@media (max-width: 768px) {
  .topbar-dark {
    font-size: 13px;
  }

  .social-icons a {
    margin: 0 8px;
  }
}

.payment-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.payment-bar img {
  height: 26px;
  width: auto;
  object-fit: contain;
  transition: 0.3s ease;
  filter: grayscale(10%);
}

.payment-bar img:hover {
  transform: translateY(-3px) scale(1.05);
  filter: grayscale(0);
}

/* Tablet */
@media (max-width: 991px) {
  .payment-bar img {
    height: 24px;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .payment-bar {
    gap: 14px;
  }

  .payment-bar img {
    height: 22px;
  }
}

.head-text {
  font-size: 1.4rem;
}

.cart-product-name {
  font-size: 1rem;
}


.info-card {
  padding: 22px 20px;
  background: radial-gradient(circle at top, #222 0%, #0b0b0b 70%);
  border-radius: 10px 10px 0px 0px;
  color: #fff;
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.05);
}

.info-card h4 {
  font-size: 1.6rem;
  letter-spacing: 1.5px;
  color: #f5c76b;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.info-card p {
  font-size: 1.4rem;
  line-height: 1.5;
  color: white;
  margin-bottom: 8px;
}

.info-card span {
  font-size: 1rem;
  color: #f5c76b;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}

/* Mobile */
@media(max-width: 576px) {
  .info-card {
    max-width: 100%;
    padding: 18px 16px;
  }

  .info-card h4 {
    font-size: 15px;
  }

  .info-card p {
    font-size: 13px;
  }

  .info-card span {
    font-size: 12px;
  }
}

/* Shared Box Style */
.for-me-box,
.not-for-me-box {
  background: radial-gradient(circle at top, #1b1b1b 0%, #050505 70%);
  border: 2px solid rgba(255, 255, 255, 0.15);
  padding: 22px 20px;
  height: 100%;
  border-radius: 6px;
}

/* Titles */
.for-me-box h4 {
  color: #d9c27a;
  letter-spacing: 2px;
  margin-bottom: 14px;
}

.not-for-me-box h4 {
  color: #ff7b9c;
  letter-spacing: 2px;
  margin-bottom: 14px;
}

/* List */
.for-me-box ul,
.not-for-me-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.for-me-box li,
.not-for-me-box li {
  font-size: 15px;
  color: #eee;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

/* Icons */
.check {
  color: #d9c27a;
  font-size: 18px;
}

.cross {
  color: #ff5a7f;
  font-size: 18px;
}

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

  .for-me-box,
  .not-for-me-box {
    padding: 18px 16px;
  }

  .for-me-box li,
  .not-for-me-box li {
    font-size: 14px;
  }
}

.policy {
  padding-left: 23px;
}

.policy li {
  font-size: 1.2rem;
}

.headroutine h2 {
  font-family: 'DrukWideBold';
  font-size: 2rem;
  color: white;
}

/* FEATURES */
.features,
.benefits,
.membership,
.ambassador,
.sustainability,
.signup {
  padding: 5rem 1rem;
}

.feature-card {
  background: var(--dark-card);
  border-radius: 1rem;
  padding: 2rem 1.5rem;
  border: 1px solid rgba(255, 255, 255, .05);
}

.feature-card h5 {
  font-size: 1.1rem;
}

.feature-card p {
  font-size: .9rem;
  color: var(--muted);
}

/* BENEFITS */
.benefit-box {
  background: var(--dark-card);
  padding: 1.5rem;
  border-radius: 1rem;
  text-align: center;
  font-size: .95rem;
}

/* MEMBERSHIP */
.price-card {
  background: var(--dark-card);
  padding: 2.5rem 2rem;
  border-radius: 1.2rem;
  text-align: center;
}

.price-card h4 {
  font-size: 1.4rem;
}

.price-card p {
  font-size: 1.1rem;
  color: var(--accent);
}

.price-card ul {
  padding: 0;
  margin-top: 1.5rem;
}

.price-card ul li {
  list-style: none;
  font-size: .9rem;
  color: var(--muted);
  margin: .5rem 0;
}

.featured {
  border: 1px solid var(--accent);
  transform: scale(1.05);
}

/* AMBASSADOR */
.ambassador p {
  color: var(--muted);
  font-size: 1rem;
}

/* ECO */
.eco-box {
  background: var(--dark-card);
  padding: 1.5rem;
  border-radius: 1rem;
  font-size: .95rem;
}

/* SIGNUP */
.signup-form {
  background: var(--dark-card);
  padding: 2.5rem;
  border-radius: 1.2rem;
}

.signup-form input,
.signup-form select {
  width: 100%;
  background: #0d0f14;
  border: 1px solid rgba(255, 255, 255, .05);
  color: #fff;
  padding: .8rem 1rem;
  border-radius: .8rem;
  margin-bottom: 1rem;
  font-size: .9rem;
}

@media(max-width:768px) {
  .hero-section h1 {
    font-size: 2rem;
  }

  .section-title {
    font-size: 1.6rem;
  }
}


.movement-card {
  background: rgba(255, 255, 255, .03);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 1.2rem;
  padding: 1rem;
  text-align: center;
  height: 100%;
  backdrop-filter: blur(.5rem);
  transition: .35s ease;
}

.movement-card:hover {
  transform: translateY(-.6rem) scale(1.03);
  box-shadow: 0 0 2rem rgba(255, 0, 120, .35);
  border-color: #ff4d94;
}

.movement-card .icon {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  filter: drop-shadow(0 0 .6rem #ff4d94);
}

.movement-card h4 {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: .6rem;
}

.movement-card p {
  font-size: .9rem;
  color: white;
  line-height: 1.5;
}

/* Mobile Optimization */
@media(max-width:768px) {
  .movement-heading h2 {
    font-size: 1.8rem;
  }

  .movement-heading p {
    font-size: 1rem;
  }
}


.tier-card {
  height: 100%;
  padding: 1.7rem 1rem;
  border-radius: 1.3rem;
  background: rgba(255, 255, 255, .03);
  border: 1px solid rgba(255, 255, 255, .08);
  text-align: center;
  position: relative;
  transition: .35s ease;
  backdrop-filter: blur(.4rem);
}

.tier-card:hover {
  transform: translateY(-.6rem) scale(1.03);
}

.tier-card h4 {
  text-align: left;
  font-size: 1.3rem;
  margin-bottom: 1rem;
}

.badge {
  display: inline-block;
  padding: .45rem 1.2rem;
  border-radius: 2rem;
  font-size: .8rem;
}



.paid {
  background: #ff4d94;
  color: #000;
}

.elite-badge {
  background: #ffd700;
  color: #000;
}

.tier-card ul {
  padding: 0;
  margin: 0;
}

.tier-card ul li {
  text-align: left;
  list-style: none;
  font-size: .95rem;
  margin: .7rem 0;
  color: #ddd;
}

/* Glow Effects */
.glow:hover {
  box-shadow: 0 0 2rem #00ffc360;
}

.radiance:hover {
  box-shadow: 0 0 2rem #ff4d9460;
}

.elite:hover {
  box-shadow: 0 0 2rem #ffd70070;
}

/* Mobile */
@media(max-width:768px) {
  .membership-title {
    font-size: 1.8rem;
  }
}


.join-movement {
  padding: 5rem 1rem;
  background:
    radial-gradient(circle at top right, #ff006615, transparent 45%),
    radial-gradient(circle at bottom left, #00ffff15, transparent 45%),
    #0a0d14;
  color: #fff;
}

.join-content h2 {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 1.8rem;
}

.join-points {
  padding: 0;
}

.join-points li {
  list-style: none;
  font-size: 1.05rem;
  margin-bottom: 1.1rem;
  position: relative;
  padding-left: 1.8rem;
  color: #ddd;
}

.join-points li::before {
  content: "➤";
  position: absolute;
  left: 0;
  top: 0;
  color: #ff4d94;
  font-size: 1.1rem;
}

.join-form-box {
  background: rgba(255, 255, 255, .03);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 1.4rem;
  padding: 2.5rem 2.2rem;
  backdrop-filter: blur(.5rem);
  box-shadow: 0 0 2rem rgba(255, 0, 120, .25);
}

.join-form-box input,
.join-form-box select {
  width: 100%;
  background: rgba(0, 0, 0, .55);
  border: 1px solid rgba(255, 255, 255, .1);
  color: #fff;
  padding: .85rem 1.2rem;
  margin-bottom: 1.1rem;
  border-radius: .9rem;
  font-size: .95rem;
  outline: none;
}

.join-form-box input:focus,
.join-form-box select:focus {
  border-color: #ff4d94;
  box-shadow: 0 0 .7rem rgba(255, 77, 148, .4);
}

.join-btn {
  width: 100%;
  border: none;
  padding: 1rem;
  border-radius: 2rem;
  font-size: 1rem;
  font-weight: 600;
  background: linear-gradient(135deg, #ff4d94, #ffd700);
  color: #000;
  letter-spacing: .05rem;
  transition: .35s ease;
}

.join-btn:hover {
  transform: translateY(-.2rem);
  box-shadow: 0 0 1.5rem rgba(255, 215, 0, .7);
}


.join-name::placeholder {
  color: white !important;
  opacity: 100%;
  z-index: 100;
}

.stories-section {
  padding: 5rem 1rem;
  background:
    radial-gradient(circle at top right, #ff006615, transparent 45%),
    radial-gradient(circle at bottom left, #00ffff15, transparent 45%),
    #0a0d14;
  color: #fff;
}

.stories-title {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: .05rem;
}

.story-card {
  background: rgb(255 255 255 / 50%);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 1.2rem;
  overflow: hidden;
  text-align: center;
  transition: .35s ease;
}

.story-card:hover {
  transform: translateY(-.6rem) scale(1.03);
  box-shadow: 0 0 2rem rgba(255, 0, 120, .35);
}

.story-card img {
  width: 100%;
  object-fit: cover;
}

.story-card p {
  font-size: .95rem;
  padding: 1.4rem 1.2rem .5rem;
  color: white;
}

.story-card span {
  display: block;
  font-size: 1rem;
  padding-bottom: 1.3rem;
  color: black;
}

/* Mobile */
@media(max-width:768px) {
  .stories-title {
    font-size: 1.8rem;
  }

  .story-card img {
    height: 15rem;
  }
}


.check-container {
  display: flex;
  align-items: center;
  gap: .6rem;
  cursor: pointer;
  font-size: .95rem;
  position: relative;
  padding-left: 1.8rem;
  user-select: none;
}

/* Hide default checkbox */
.check-container input {
  position: absolute;
  opacity: 0;
}

/* Custom box */
.checkmark {
  position: absolute;
  left: 0;
  top: .1rem;
  height: 1.2rem;
  width: 1.2rem;
  border: 2px solid #ff4d94;
  border-radius: .3rem;
}

/* Tick icon */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: .35rem;
  top: .15rem;
  width: .3rem;
  height: .6rem;
  border: solid #fff;
  border-width: 0 .15rem .15rem 0;
  transform: rotate(45deg);
}

/* Checked state */
.check-container input:checked~.checkmark {
  background: #ff4d94;
}

.check-container input:checked~.checkmark:after {
  display: block;
}


@font-face {
  font-family: 'DrukWideBold';
  /* Choose a name for your font */
  src: url('fonts/Druk_Wide_Bold.woff2') format('woff2'),
    url('fonts/Druk_Wide_Bold.woff') format('woff'),
    url('fonts/Druk_Wide_Bold.ttf') format('ttf'),
    url('fonts/Druk_Wide_Bold.otf') format('otf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  /* Optional: controls how the font loads and displays */
}



.dashboard-wrapper {
  background: #eefcff;
  min-height: 100vh;
  padding: 1rem;
}





/* Content */
.content-area {
  background: #fff;
  border-radius: 1rem;
  padding: 1.5rem;
}

/* Mobile Slider Tabs */
.mobile-tab-wrapper {
  background: #000;
  padding: .6rem 0;
  margin-bottom: 1rem;
}

.mobile-tab-slider {
  display: flex;
  gap: .6rem;
  overflow-x: auto;
  flex-wrap: nowrap;
  padding: 0 .8rem;
  scrollbar-width: none;
}

.mobile-tab-slider::-webkit-scrollbar {
  display: none;
}

.mobile-tab-slider .nav-link {
  background: #111;
  color: #bbb;
  border-radius: 2rem;
  padding: .5rem 1.2rem;
  white-space: nowrap;
  font-size: .9rem;
}

.mobile-tab-slider .nav-link.active {
  background: linear-gradient(135deg, #ffb703, #ffd60a);
  color: #000;
  font-weight: 600;
}


.top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu-btn {
  background: #fff;
  color: #000;
  border: none;
  border-radius: 50%;
  width: 2.7rem;
  height: 2.7rem;
  font-size: 1.3rem;
}

.sign-btn {
  background: #fff;
  color: #000;
  padding: .5rem 1.6rem;
  border-radius: 2rem;
  font-size: .85rem;
  text-decoration: none;
}

.hero-content {
  margin-top: 2.5rem;
}

.logo-text {
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: .05rem;
}

.logo-text .pink {
  color: #ff2f92;
}

.logo-text .yellow {
  color: #ffd400;
}

.tagline {
  color: white;
  letter-spacing: .15rem;
  font-size: .9rem;
  margin-bottom: 2.2rem;
}

.search-box {
  max-width: 34rem;
  margin: 0 auto 1.8rem;
}

.search-box input {
  width: 100%;
  padding: 1.1rem 1.5rem;
  border-radius: 3rem;
  border: none;
  outline: none;
  background: #3a3a3a;
  color: #fff;
  font-size: 1rem;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .7rem;
}

.tag-list span {
  background: #333;
  color: white;
  padding: .5rem 1.3rem;
  border-radius: 2rem;
  font-size: .8rem;
  cursor: pointer;
  transition: .3s;
}

.tag-list span:hover {
  background: #ff2f92;
}

.big-text {
  text-align: center;
  font-size: 2.6rem;
  margin-top: 3rem;
  font-weight: 800;
  letter-spacing: .1rem;
}

.big-text span {
  text-decoration: line-through;
  color: #ff2f92;
}

.footer-brand span a {
  color: white;
}

.face-explore li {
  list-style: none;
  color: white;
}

.face-explore li a {
  color: white;
}

.face-explore {
  padding-left: 2px;
}

.footer-brand {
  font-family: "Montserrat", sans-serif;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.3rem;
  font-size: 1rem;
  color: white !important;
  margin-top: 4.8rem;
  margin-bottom: 0px;
}

.footer-brand .brand {
  margin-left: auto;
  font-weight: 600;
}

/* Mobile */
@media(max-width:768px) {
  .logo-text {
    font-size: 2.2rem;
  }

  .big-text {
    font-size: 2rem;
  }
}

.buy-btn {
  background: linear-gradient(90deg, #0f0f0f, #222);
  border: none;
  color: #fff;
  padding: 14px 22px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 260px;
  justify-content: space-evenly;
  cursor: pointer;
  transition: .25s;
  width: 100%;
}

.buy-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, .25);
}

.pay-icons {
  height: 2rem;
}

.arrow {
  font-size: 18px;
  margin-left: 6px;
}


.top-bar {
  background: #ffb3a7;
  font-size: 14px;
  text-align: center;
  padding: 6px 0px 6px 17px;
  font-weight: 600;
}

.checkout-box {
  background: #fff;
  border-radius: 16px;
  margin: 12px;
  padding: 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.order-summary {
  font-size: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
}

.save-box {
  background: #dff9ea;
  color: #099268;
  padding: 8px;
  border-radius: 8px;
  font-size: 14px;
  margin: 10px 0;
  text-align: center;
}

.coupon-box {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.coupon-box input {
  border: none;
  outline: none;
  width: 100%;
  font-size: 14px;
}

.coupon-btn {
  color: #007bff;
  font-weight: 600;
  background: none;
  border: none;
}

.unlock {
  font-size: 14px;
  color: #777;
  text-align: center;
  margin-top: 6px;
}

.phone-box {
  margin-top: 3px;
  font-size: 1rem;
}

.phone-box input {
  border-radius: 10px;
  height: 48px;
  font-size: 14px;
}

.bottom-icons {
  display: flex;
  justify-content: space-around;
  font-size: 11px;
  color: #777;
  margin-top: 25px;
}



#coupons {
  background-color: transparent;
  text-align: left;
  padding: 0px;
}

.total {
  font-size: 1rem;
}

.otp-title {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 5px;
}

.otp-sub {
  font-size: 14px;
  color: #333;
}

.otp-sub span {
  font-weight: 600;
}

.otp-inputs {
  display: flex;
  justify-content: space-between;
  margin: 15px 0;
}

.otp-inputs input {
  width: 60px;
  height: 55px;
  border: 1px solid #ccc;
  border-radius: 8px;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  outline: none;
  transition: .2s;
}

.otp-inputs input:focus {
  border-color: #000;
}

.resend {
  font-size: 13px;
  color: #666;
}

.resend span {
  color: #000;
  font-weight: 600;
}

.form-check {
  padding-left: 19px;
  font-size: 13px;
  color: #666;
  margin-top: 10px;
}

@media(max-width:420px) {
  .otp-inputs input {
    width: 50px;
    height: 50px;
  }
}

.phone-bar {
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 21px auto;
}

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

.phone-icon {
  border: 1px solid #ccc;
  border-radius: 6px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.edit-btn {
  border: 1px solid #ccc;
  width: 32px;
  height: 32px;
  border-radius: 6px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.edit-btn:hover {
  background: #f7f7f7;
}

.modal-input {
  height: 46px;
  border-radius: 8px;
}


.delivery-card {
  margin: 25px auto;
}

.delivery-head {
  font-size: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
}

.change-btn {
  font-size: 14px;
  color: #777;
  cursor: pointer;
}

.change-btn:hover {
  color: #000;
}

.address-name {
  font-size: 1.1rem;
  font-weight: 700;
  margin-top: 6px;
}

.address-text {
  font-size: 14px;
  color: #333;
}

.phone {
  font-size: 14px;
  color: #777;
  margin-top: 4px;
}

.delivery-footer {
  margin-top: 12px;
  border-top: 1px solid #eee;
  padding-top: 10px;
}

.delivery-row {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
}

.free {
  color: #0aa25f;
  font-size: 13px;
  font-weight: 700;
  margin-left: 24px;
}

.modal-input {
  height: 46px;
  border-radius: 8px;
}

/* Wrapper */
.payment-wrap {
  max-width: 420px;
  margin: 6px auto;
  padding: 6px;
  background: #000;
  border-radius: 14px;
  display: flex;
  gap: 6px;
}

.save {
  color: #0aa25f;
  font-size: 13px;
  font-weight: 700;
}

/* Button */
.pay-btn {
  flex: 1;
  border: none;
  border-radius: 12px;
  background: #000;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  padding: 14px 0;
  transition: .25s;
  text-align: center;
}

/* Active */
.pay-btn.active {
  background: #fff;
  color: #000;
}

/* Hover */
.pay-btn:hover {
  opacity: .85;
}


.order-summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  cursor: pointer;
}

.summary-details {
  display: none;
  animation: slideDown .25s ease;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#arrow {
  font-size: 14px;
  margin-left: 6px;
  transition: .25s;
}


.step-card {
  border: 1px solid rgba(255, 215, 150, 0.4);
  padding: 20px;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  transition: 0.3s;
  color: white;
}

.step-card:hover {
  box-shadow: 0 0 20px rgba(255, 200, 100, 0.4);
}

.step-card h4 {
  color: #ffcc80;
}

.ba-container {
  position: relative;
  width: 100%;
  max-width: 600px;
  height: 350px;
  overflow: hidden;
  border-radius: 12px;
  cursor: ew-resize;
}

.ba-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.ba-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.before {
  width: 100%;
  z-index: 1;
}

.after {
  width: 50%;
  overflow: hidden;
  z-index: 2;
}

.ba-slider {
  position: absolute;
  top: 0;
  left: 50%;
  width: 4px;
  height: 100%;
  background: #fff;
  z-index: 3;
  transform: translateX(-50%);
}

.ba-slider span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 34px;
  height: 34px;
  background: #000;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.ba-slider span::before,
.ba-slider span::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 6px;
  height: 6px;
  border: solid #fff;
  border-width: 2px 2px 0 0;
}

.ba-slider span::before {
  left: 10px;
  transform: translateY(-50%) rotate(-135deg);
}

.ba-slider span::after {
  right: 10px;
  transform: translateY(-50%) rotate(45deg);
}


.cart-wrapper {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cart-card {
  width: 100%;
  text-align: center;
}

.cart-image {
  width: 100%;
  max-width: 260px;
  margin: 0 auto 20px;
  display: block;
}

.cart-card h2 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}

.cart-card p {
  font-size: 14px;
  color: #555;
  margin-bottom: 22px;
  line-height: 1.4;
}

.btn-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.cart-btn {
  display: block;
  background: #000;
  color: #fff;
  padding: 14px;
  border-radius: 10px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  transition: 0.2s;
}

.cart-btn:hover {
  opacity: 0.85;
}



.slider-container {
  margin: 0 auto;
  position: relative;
  width: 100%;
  height: 400px;
  border-radius: 0.7rem;
  overflow: hidden;
}

.before-image,
.after-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

/* Styling the Before/After text */
.before-text,
.after-text {
  position: absolute;
  font-family: system-ui;
  font-size: 14px;
  font-weight: 600;
  color: #3a3a3a;
  z-index: 4;
  padding: 10px 20px;
  background-color: #ffffff9e;
  border-radius: 0.3rem;
  letter-spacing: 2px;
  transition: opacity 0.3s ease-in-out;
}

/* Before text */
.before-text {
  left: 20px; /* Position text to the left */
  top: 20px;
  z-index: 5;
}

/* After text */
.after-text {
  right: 20px; /* Position text to the right */
  top: 20px;
  z-index: 3;
}

/* Hide the After text initially */
.after-image .after-text {
  visibility: visible;
  z-index: 3;
}

.after-image {
  clip-path: inset(0 50% 0 0);
}

.slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 0px;
  height: 100%;
  background-color: #fff;
  cursor: pointer;
  z-index: 2;
}

.slider-line {
  position: absolute;
  top: 0;
  left: 50%;
  width: 0px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  z-index: 1;
}
.pulse-container {
  position: relative;
  display: inline-block;
}

.pulse-container::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px; /* Larger than the SVG */
  height: 70px;
  border-radius: 50%;
  background-color: #ffffff; /* Color of the pulse */
  transform: translate(-50%, -50%) scale(1);
  opacity: 0;
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.6;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.8);
    opacity: 0;
  }
}

.slider-line svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  cursor: pointer;
}
/* Prevent text/image selection while dragging */
.slider-container,
.before-image img,
.after-image img {
  user-select: none; /* Disable selection on most browsers */
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */
}

.slider-handle,
.slider-line {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}




.skin-box {
  border: 1px solid #d8b56a;
  padding: 14px;
  text-align: center;
  font-weight: 500;
  color: white;
  font-size: 1.3rem;
  border-radius: 6px;
  background: rgba(0,0,0,0.35);
  transition: all 0.3s ease;
}

.skin-box:hover {
  background: rgba(216,181,106,0.15);
}



.ingredient-list {
  list-style: none;
  padding: 0;
}

.ingredient-list li {
  margin-bottom: 16px;
  font-size: 18px;
  color: white;
  position: relative;
  padding-left: 32px;
}

.ingredient-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #d8b56a;
  font-weight: bold;
}


