@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;
}

/*Basic*/
body {
  font-size: 15.3px;
  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: 14px;
  opacity: 0.4 !important;
}

::placeholder {
  color: #000 !important;
  font-size: 14px;
  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: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid var(--bs-border-color);
  padding: 0 !important;
  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: #148686;
  position: relative;
  width: 100%;
  background: #138a8a;
  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: 80px;
}

.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;
  position: relative;
  display: inline-block;
  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: 623px !important;
  }



  .logo-img {
    padding-left: 67px;
    width: 134px !important;
  }
}

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

  .top-title {
    font-size: 1.3rem !important;
    line-height: 32px;
  }

  .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: 87px !important;
  }

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

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

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

  .logo-welcome {
    width: 35% !important;
  }

  .main-heading {
    font-size: 1.9rem !important;
  }

  #welcome-phone-bg {
    background-image: url(../images/banner-top-bg.jpg);
    background-position: center;
    background-size: cover;
    height: 100% !important;
  }

  .footer-link {
    gap: 14px !important;
  }
}

.navbar .navbar-nav .mega-menu {
  background-image: url(../images/banner-top-bg.jpg);
  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/banner-top-bg.jpg);
    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: 3px;
}

.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: 50%;
  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: 70px;
}

#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: 70px;
}

/*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.jpg);
  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;
}

.section-title {
  font-weight: bold;
}

.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;
}

.product-card img {
  width: 100%;
  object-fit: cover;
}

.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;
}

.footer-bottom {
  border-top: 1px solid #ddd;
  padding: 10px 0;
  font-size: 13px;
  color: #555;
}

.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;
}

.category-list a {
  display: block;
  font-size: 14px;
  color: #148686;
  text-decoration: none;
  margin-bottom: 8px;
  transition: 0.3s;
}

.category-list a:hover {
  text-decoration: underline;
  color: #08306b;
}

.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 {
  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.jpg);
  background-position: center;
  background-size: cover;
}


.footer {
  background: #ffe57f;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

@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.jpg);
  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/header-bg.jpg);
  background-position: center;
  background-size: cover;
  height: 70vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

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

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

#petcare-bg {
  background-image: url(../images/petcare-bg.jpg);
  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-title {
  font-family: 'Playfair Display', serif;
  font-weight: bold;
  color: #153B45;
  font-size: 2.7rem;
  margin-bottom: 1rem;
}

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



/* Base Button */
.pk-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 26px;
  font-size: 1.3rem;
  font-weight: 500;
  border-radius: 999px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.5),
    0 6px 14px rgba(0, 0, 0, 0.12);
}

/* DOG BUTTON (Yellow) */
.pk-btn-dog {
  background: linear-gradient(180deg, #FFD978, #F4B400);
  color: #133843;
}

.pk-btn-dog:hover {
  transform: translateY(-2px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.6),
    0 10px 22px rgba(244, 180, 0, 0.45);
  background: linear-gradient(180deg, #FFE38F, #F6BE2C);
}

/* 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;
}

/* Card Base */
.need-card {
  height: 100%;
  padding: 22px 18px 26px;
  border-radius: 22px;
  text-align: center;
  transition: all 0.35s ease;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  cursor: pointer;
}

/* Images */
.need-card img {
  width: 100%;
  object-fit: contain;
  margin-bottom: 12px;
}

/* Title */
.need-card h5 {
  font-weight: 600;
  color: #164c4a;
  margin-bottom: 6px;
}

/* Text */
.need-card p {
  font-size: 14px;
  color: #5c6f6d;
  margin: 0;
}

/* Hover Effect */
.need-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
}

/* 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;
  border-radius: 22px 22px 0px 0px;
}

.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.jpg);
  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.jpg);
  background-position: center;
  background-size: cover;
}


.pk-footer {
  background-image: url(../images/footer-bg.jpg);
  background-position: center;
  background-size: cover;
  color: #e7f6f4;
  padding: 60px 0 0px;
  position: relative;
}

/* Brand */
.pk-footer-brand img {
  max-width: 150px;
}

.pk-footer .tagline {
  font-size: 1rem;
  font-weight: bold;
  color: #ffffff;
}

/* 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;
}

/* Titles */
.footer-title {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 14px;
  color: #F6E4B3;
  ;
  font-family: 'Poppins', sans-serif;
}

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

.footer-links li {
  margin-bottom: 8px;
}

.footer-links a {
  text-decoration: none;
  color: #F6E4B3;
  font-size: 16px;
  transition: all 0.3s ease;
}

.footer-links a:hover {
  color: #ffd26a;
  padding-left: 4px;
}

/* Bottom */
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 40px;
}

.footer-bottom p {
  margin: 0;
  font-size: 1rem;
  color: #ffffff;
}

/* 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);
}

/* Mobile */
@media (max-width: 767px) {
  .footer-bottom {
    text-align: center;
    justify-content: center;
    gap: 10px;
  }
}

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

.banner-bg {
  background-image: url(../images/banner-top-bg.jpg);
  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 {
  transform: translateY(-6px);
  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: transparent;
}


.review-section {
  background: #f7f3ef;
}

.review-card {
  background-image: url(../images/banner-top-bg.jpg);
  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.jpg);
  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-title {
  font-size: 3rem;
  font-weight: 800;
  margin: 20px 0;
  line-height: 1.1;
}

.hero-title span {
  color: #ffffff;
}

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


/* Responsive */
@media (max-width: 768px) {
  .hero-title {
    font-size: 2.4rem;
  }

  .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.jpg);
  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.jpg);
  background-position: center;
  background-size: cover;
  padding: 80px 0px 80px 0px;
}

.Parabens-bg {
  background-image: url(../images/Parabens.jpg);
  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;
  border-radius: 10px;
  margin-bottom: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: all 0.3s ease;
}

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



.faq-answer {
  max-height: 0;
  overflow: hidden;
  background: #fafafa;
  transition: all 0.4s ease;
  padding: 0 20px;
  line-height: 1.6;
  color: #555;
}

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

.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;
}

.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.jpg);
  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 {
  width: 100%;
  background: #fff;
  border-radius: 20px;
  padding: 20px 40px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

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


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

/* ===== 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;
  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 {
  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: 100%;
  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;
}

.promo-btn {
  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: #ffffff;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

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




.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;
}



.top-offer-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(180deg, #FFD978, #F4B400);
  /* neon green like image */
  color: #000;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 0;
  text-align: center;
  z-index: 10;
  transition: transform 0.4s ease;
}

/* Scroll text */
.offer-text {
  white-space: nowrap;
  overflow: hidden;
}

/* Hide on scroll */
.top-offer-bar.hide {
  transform: translateY(-100%);
}



/* 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: 4px;
  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;
}

.routine-wrapper {
  max-width: 900px;
}

.progress {
  height: 8px;
  background: white;
}

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

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

.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: linear-gradient(180deg, #FFD978, #F4B400);
  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 */
.system-section {
  padding: 80px 0;
  background: radial-gradient(circle, #1b1b1b, #0d0d0d);
}

.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);
}

/* FOOTER */
.footer {
  padding: 25px 0;
  font-size: 0.85rem;
  opacity: 0.8;
}


.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;
  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;
}

.footer-text {
  font-size: 12px;
  text-align: center;
  margin-top: 12px;
  color: #555;
}

#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: 1rem;
  color: #000000;
  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;
}

.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;
}


.qty-wrapper {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255, 215, 150, 0.6);
  border-radius: 6px;
  overflow: hidden;
  background: #0d0b0b;
}

.qty-btn {
  width: 42px;
  height: 42px;
  border: none;
  background: transparent;
  color: #ffcc80;
  font-size: 22px;
  cursor: pointer;
  transition: 0.2s;
}

.qty-btn:hover {
  background: rgba(255, 215, 150, 0.15);
}

#qty {
  width: 50px;
  height: 42px;
  text-align: center;
  border: none;
  background: transparent;
  color: #fff;
  font-size: 16px;
}


.mrp-price .price {
  text-decoration: line-through;
}

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

.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;
}

.btns-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
}


.controls-wrapper {
  margin: 20px auto;
}


.controls-bar {
  background: #ffffff;
  border-radius: 50px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  overflow: hidden;
}


.control-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px 22px;
  font-size: 15px;
  color: #2f4f4f;
  flex: 1;
  justify-content: center;
  position: relative;
}


.control-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 25%;
  height: 50%;
  width: 1px;
  background: #e6e6e6;
}


.control-item select {
  border: none;
  background: transparent;
  font-weight: 500;
  outline: none;
  cursor: pointer;
}


/* Card Base */
.helpline-card {
  position: relative;
  padding: 25px;
  border-radius: 18px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  height: 100%;
  transition: 0.3s;
}

.helpline-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
}

/* Color Variants */
.blue {
  background: linear-gradient(135deg, #e6f4f1, #d6ece8);
}

.beige {
  background: linear-gradient(135deg, #f5ede3, #efe3d4);
}

/* Typography */
.helpline-card h5 {
  font-weight: 600;
  margin-bottom: 10px;
}

.helpline-card h2 {
  font-weight: 700;
  color: #1c3d3a;
}

.helpline-card p {
  color: #000000;
  line-height: 37px;
  margin-bottom: 0px;
}

/* Call Button */
.call-btn {
  background: linear-gradient(180deg, #FFD978, #F4B400);
  border: none;
  padding: 10px 22px;
  border-radius: 30px;
  font-weight: 600;
  color: #333;
  transition: 0.3s;
}

.call-btn:hover {
  background: linear-gradient(135deg, #ffd36f, #f0b73a);
}

/* Verified Badge */
.verified {
  margin-top: 18px;
  font-size: 14px;
  background: rgba(255, 255, 255, 0.6);
  padding: 8px 12px;
  border-radius: 12px;
  display: inline-block;
  color: #3b6b63;
}



/* Title */
.clinic-title {
  font-weight: 700;
  color: #244c48;
  margin-bottom: 6px;
}

/* Meta text */
.meta {
  color: black;
  font-size: 1rem;
  margin-bottom: 10px;
}

.meta.small {
  font-size: 1rem;
}

/* Verified badge */
.verified {
  display: inline-block;
  margin-top: 8px;
  background: rgba(255, 255, 255, 0.7);
  padding: 6px 12px;
  border-radius: 10px;
  font-size: 13px;
  color: #3c6b63;
}



/* Directions */
.directions {
  font-size: 1.1rem;
  color: #6a6a6a;
  cursor: pointer;
}

/* Footer text */
.report {
  color: #3c6b63;
  font-weight: 500;
  cursor: pointer;
}

/* Mobile spacing */
@media (max-width: 768px) {
  .text-lg-end {
    text-align: left !important;
    margin-top: 10px;
  }
}

/* TAB BAR */
.tab-scroll {
  overflow-x: auto;
}

.tab-list {
  display: flex;
  gap: 12px;
  min-width: max-content;
}

.tab-btn {
  border: none;
  padding: 10px 22px;
  border-radius: 25px;
  background: #e9e5e1;
  font-weight: 600;
  white-space: nowrap;
  transition: .3s;
}

.tab-btn.active {
  background: linear-gradient(135deg, #f6c35b, #e2a734);
}

.tab-btn:hover {
  background: #ddd;
}




/* MOBILE FIX */
@media(max-width:768px) {
  .text-lg-end {
    text-align: left !important;
    margin-top: 10px;
  }
}

.info-box {
  border-radius: 12px;
  padding: 16px;
  margin-top: 20px;
  color: black;
  font-size: 14px;
  line-height: 1.6;
}


.info-item {
  margin-bottom: 6px;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 500;
}


.info-note {
  margin-top: 8px;
  font-size: 1.3rem;
  color: black;
}


@media (max-width: 576px) {
  .info-box {
    font-size: 13px;
    padding: 14px;
  }
}

.emergency-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  padding: 10px 0px;
  background: transparent;
}

.emergency-inner {
  background: #f3dfcf;
  border-radius: 18px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
  border: 2px solid #e2c4a7;
}

.emergency-text {
  font-size: 14px;
  font-weight: 500;
  color: #4b3b2a;
  margin: 0;
  flex: 1;
}


/* Mobile adjustments */
@media (max-width: 576px) {
  .emergency-inner {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }


  .emergency-btn {
    justify-content: center;
    width: 100%;
  }
}

.top-offer-bar {
  position: relative;
  font-weight: bold;
}

.offer-slider {
  position: relative;
  height: 24px;
}

.offer-slide {
  font-size: 1rem;
  position: absolute;
  width: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.offer-slide.active {
  opacity: 1;
}


.height-ellipsis {
  font-size: 1.1rem;
  line-height: 24px;
  max-height: 67px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 15px;
}

.pricing-card {
  border-radius: 16px;
  padding: 30px;
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  position: relative;
  transition: 0.3s ease;
  height: 100%;
}

.pricing-card:hover {
  transform: translateY(-5px);
}

.discount-badge {
  position: absolute;
  top: -15px;
  right: 20px;
  background: #dc2626;
  color: #fff;
  padding: 6px 14px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 30px;
}

.price-old {
  text-decoration: line-through;
  color: #6b7280;
  font-size: 16px;
}

.price-new {
  font-size: 28px;
  font-weight: 700;
  color: #16a34a;
}

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


.subscription-box {
  width: 100%;
  max-width: 400px;
}

.rating {
  font-size: 1rem;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.rating .star {
  color: #f4b400;
}

.option {
  position: relative;
  margin-bottom: 12px;
}

.option input {
  display: none;
}

.option label {
  display: flex;
  align-items: center;
  padding: 14px 16px;
  border-radius: 10px;
  border: 2px solid #ddd;
  background: #fff;
  cursor: pointer;
  font-weight: 600;
  transition: 0.3s;
}

/* Custom Radio Circle */
.option label::before {
  content: "";
  width: 18px;
  height: 18px;
  border: 2px solid #bbb;
  border-radius: 50%;
  margin-right: 12px;
  transition: 0.3s;
}

/* Checked Style */
.option input:checked+label {
  border-color: #1a73e8;
  background: #eef4ff;
}

.option input:checked+label::before {
  background: #1a73e8;
  border-color: #1a73e8;
  box-shadow: inset 0 0 0 4px #fff;
}

/* Best Value Tag */
.best-value {
  position: absolute;
  top: -10px;
  left: 50%;
  width: 136px;
  text-align: center;
  transform: translateX(-50%);
  background: #2ecc71;
  color: #fff;
  font-size: 0.8rem;
  padding: 4px 12px;
  border-radius: 20px;
  font-weight: bold;
}

/* Responsive */
@media(max-width:480px) {
  .option label {
    font-size: 14px;
    padding: 12px;
  }
}

.jk-addtocart-btn {
  background: #000;
  color: #fff;
  border: none;
  width: 100%;
  padding: 16px 40px;
  font-size: 20px;
  font-weight: 700;
  border-radius: 50px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.3s ease;
  letter-spacing: 0.5px;
}

.auto {
  padding-top: 20px !important;
}

/* Old Price */
.jk-addtocart-btn .jk-old-price {
  text-decoration: line-through;
  opacity: 0.6;
  margin-left: 8px;
  font-weight: 500;
}

/* Hover Effect */
.jk-addtocart-btn:hover {
  background: #222;
  transform: scale(1.05);
}

/* Responsive */
@media (max-width:480px) {
  .jk-addtocart-btn {
    width: 100%;
    font-size: 18px;
    padding: 14px;
  }
}

.jk-discount-tag {
  position: absolute;
  top: 17px;
  left: 17px;
  background: #ff1e1e;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 6px 12px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  z-index: 10;
}

/* Responsive */
@media(max-width:480px) {
  .jk-discount-tag {
    font-size: 12px;
    padding: 5px 10px;
  }
}

.jk-hover-product {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #000;
  font-weight: 500;
}

/* Animated Underline */
.jk-hover-product::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0%;
  height: 2px;
  background: linear-gradient(180deg, #FFD978, #F4B400);
  transition: width 0.3s ease;
}

/* Hover Underline Expand */
.jk-hover-product:hover::after {
  width: 100%;
}

/* Hidden Image */
.jk-hover-img {
  position: absolute;
  top: 50%;
  left: 97%;
  transform: translate(15px, -50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 100;
}

.jk-hover-img img {
  width: 25px;
  height: auto;
}

/* Show on Hover */
.jk-hover-product:hover .jk-hover-img {
  opacity: 1;
  visibility: visible;
  transform: translate(10px, -50%);
}

/* Mobile Disable (optional) */
@media(max-width:768px) {
  .jk-hover-img {
    display: none;
  }
}

/* Bottom Product Bar */
.bottom-product-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #f8f5ef;
  padding: 12px 0;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  z-index: 999;
  transition: 0.3s ease;
}

.product-img {
  width: 55px;
  height: 55px;
  border-radius: 8px;
  object-fit: cover;
}

.product-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 2px;
}

.product-subtitle {
  font-size: 12px;
  color: #666;
}

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


/* Hide when footer visible */
.hide-bar {
  transform: translateY(100%);
}

.slider-share-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 45px;
  height: 45px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  z-index: 10;
  transition: 0.3s;
  padding-bottom: 6px;
  padding-right: 3px;
}

.slider-share-btn i {
  font-size: 18px;
  color: #4CAF50;
  /* green icon */
}

.slider-share-btn:hover {
  transform: scale(1.08);
}

.top-title {
  font-size: 1.5rem;
}

.presentation-bg {
  background-color: black;
}

/* Video Container */
.video-box {
  position: relative;
  width: 90%;
  max-width: 800px;
  cursor: pointer;
}

/* Thumbnail */
.video-box img {
  width: 100%;
  border-radius: 12px;
  display: block;
}

/* Play Button */
.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90px;
  height: 90px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}

.play-button::before {
  content: "";
  border-style: solid;
  border-width: 15px 0 15px 25px;
  border-color: transparent transparent transparent white;
}

.video-box:hover .play-button {
  background: #ff0000;
}

/* Responsive iframe */
.video-iframe {
  display: none;
  position: relative;
  padding-top: 56.25%;
}

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

/* Download Button */
.download-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 30px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 40px;
  background: linear-gradient(90deg, #ff4b2b, #ff416c);
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}

.download-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.notice-bar {
  font-size: 1.3rem;
  color: #555;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.paw {
  font-size: 20px;
  opacity: 0.7;
}

@media(max-width:768px) {

  .notice-bar {
    font-size: 15px;
    padding: 12px;
  }

  .paw {
    font-size: 18px;
  }

}

.logo-welcome {
  width: 13%;
}

.footer-section {
  background: white;
  padding: 25px 0;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 25px;
}

.footer-links li a {
  color: #f8d89a;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  transition: 0.3s;
}

.footer-links li a:hover {
  color: #ffffff;
}

.footer-link {
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 25px;
}

.footer-link li a {
  color: black;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  transition: 0.3s;
}

.welcome-banner {
  height: 100vh;
}

.welcome-bg {
  background-image: url(../images/welcome-bg.jpg);
  background-position: center;
  background-size: cover;
  height: 100vh;
}

.about-text {
  font-size: 18px;
  line-height: 1.8;
  color: #5a5a5a;
  font-family: "Poppins", sans-serif;
  text-align: center;
}

.ecosystem-bg {
  background-image: url(../images/welcome-banner.jpg);
  background-position: center;
  background-size: cover;
}

.main-heading {
  font-family: "Georgia", serif;
  font-size: 3.5rem;
  line-height: 1.2;
  color: #3d3735;
  font-weight: 500;
}

.looking-bg {
  background-image: url(../images/looking-bg.jpg);
  background-position: center;
  background-size: cover;
}

/* Logo container */
.logo {
  width: 100%;
  transition: all 0.4s ease;
  z-index: 999;
}

/* Logo image */
.logo-welcome {
  height: 80px;
  transition: 0.3s;
}

/* Fixed state after scroll */
.logo.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: white;
  /* background color */
  padding: 10px 0;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

/* Optional logo resize */
.logo.fixed .logo-welcome {
  width: 163px;
}


.contact-form {
  max-width: 450px;
  margin: auto;
  background: #fff;
  padding: 35px;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.form-title {
  text-align: center;
  margin-bottom: 25px;
  font-weight: 600;
}

.form-group {
  position: relative;
  margin-bottom: 25px;
}

.form-group input {
  width: 100%;
  padding: 12px 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  outline: none;
  font-size: 15px;
}

.form-group label {
  position: absolute;
  left: 12px;
  top: 12px;
  background: #fff;
  padding: 0 4px;
  font-size: 14px;
  color: #888;
  transition: 0.3s;
  pointer-events: none;
}

.form-group input:focus+label,
.form-group input:valid+label {
  top: -8px;
  font-size: 12px;
  color: #0d6efd;
}

.form-group input:focus {
  border-color: #0d6efd;
}

/* Container */
.subscribe-container {
  width: 100%;
  padding: 20px;
  display: flex;
  justify-content: center;
}

/* Form Wrapper */
.subscribe-form {
  display: flex;
  width: 100%;
  max-width: 500px;
  background: white;
  border-radius: 50px;
  padding: 6px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

/* Input Field */
.subscribe-form input {
  flex: 1;
  border: none;
  outline: none;
  padding: 12px 18px;
  border-radius: 50px;
  font-size: 16px;
  background: transparent;
}

/* Button */
.subscribe-form button {
  border: none;
  padding: 12px 24px;
  border-radius: 50px;
  font-size: 16px;
  cursor: pointer;
  color: #fff;
  font-weight: 600;

  /* Gradient like your design */
  background: linear-gradient(180deg, #FFD978, #F4B400);
  transition: all 0.3s ease;
}

/* Hover Effect */
.subscribe-form button:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* Responsive */
@media (max-width: 480px) {
  .subscribe-form {
    flex-direction: column;
    border-radius: 20px;
  }

  .subscribe-form input {
    margin-bottom: 10px;
  }

  .subscribe-form button {
    width: 100%;
  }
}