/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@600;700;800;900&family=Cormorant+Garamond:wght@600;700&family=DM+Serif+Display&family=Outfit:wght@400;500;600;700&display=swap');

:root {
  --primary-pink: #c20d65;
  --primary-gradient: linear-gradient(135deg, #b30059 0%, #800040 100%);
  --cta-bg-gradient: linear-gradient(90deg, #94004b 0%, #b8005f 50%, #850043 100%);
  --top-bar-bg: linear-gradient(90deg, #8a0048 0%, #bb0068 50%, #78003c 100%);
  --accent-color: #d6156e;
  --dark-bg: #111722;
  --light-bg: #ffffff;
  --text-dark: #111111;
  --text-muted: #555555;
  --white: #ffffff;
  --card-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  --hover-shadow: 0 20px 40px rgba(162, 0, 86, 0.15);
  --transition: all 0.25s ease;
}

body, p, li, a, label, input, select, textarea, button,
.btn,
.nav-link,
.form-control,
.form-select,
.breadcrumb {
  font-family: 'Outfit', sans-serif !important;
}

body {
  color: var(--text-dark);
  background-color: var(--light-bg);
  font-size: 1rem;
  line-height: 1.65;
  overflow-x: hidden;
}

p {
  font-size: 1rem !important;
  line-height: 1.65 !important;
}

/* --- UNIFIED CINZEL TYPOGRAPHY FOR ALL HEADINGS, TITLES, SUBHEADINGS & LABELS --- */
h1, h2, h3, h4, h5, h6,
h1 *, h2 *, h3 *, h4 *, h5 *, h6 *,
.h1, .h2, .h3, .h4, .h5, .h6,
.hero-main-title,
.hero-main-title *,
.highlight-pink,
.category-section-title,
.category-section-title *,
.about-page-header h1,
.about-page-header h1 *,
.page-header-banner h1,
.page-header-banner h1 *,
.product-detail-title,
.product-detail-title *,
.product-subtitle,
.product-subtitle *,
.footer-heading,
.footer-heading *,
.badge-card-title,
.badge-card-title *,
.filter-title,
.filter-title *,
.option-label,
.option-label *,
.card-title,
.card-title *,
.feature-sub-badge,
.feature-highlight-card,
.nav-tabs .nav-link {
  font-family: 'Cinzel', serif !important;
  letter-spacing: normal !important;
}

/* --- PRESERVE FONT AWESOME & BOOTSTRAP ICONS INSIDE HEADINGS --- */
i, i *,
.fa, .fas, .far, .fab, .fa-solid, .fa-regular, .fa-brands,
[class*="fa-"], [class*="bi-"] {
  font-family: "Font Awesome 6 Free", "Font Awesome 6 Brands", "bootstrap-icons" !important;
}

.fa-solid, .fas {
  font-weight: 900 !important;
}

.fa-regular, .far {
  font-weight: 400 !important;
}

.fa-brands, .fab {
  font-weight: 400 !important;
}

h1, .h1 { font-size: 2.25rem; line-height: 1.25; font-weight: 700; }
h2, .h2 { font-size: 1.85rem; line-height: 1.3; font-weight: 700; }
h3, .h3 { font-size: 1.5rem; line-height: 1.35; font-weight: 700; }
h4, .h4 { font-size: 1.25rem; line-height: 1.4; font-weight: 700; }
h5, .h5 { font-size: 1.1rem; line-height: 1.45; font-weight: 700; }
h6, .h6 { font-size: 0.95rem; line-height: 1.5; font-weight: 700; }

/* --- INNER PAGE HEADER & BREADCRUMB TYPOGRAPHY --- */
.about-page-header h1,
.page-header-banner h1 {
  font-family: 'Cinzel', serif !important;
  font-size: 2.2rem !important;
  font-weight: 700 !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase;
  margin-bottom: 0.5rem !important;
}

.breadcrumb {
  font-family: 'Outfit', sans-serif !important;
  font-weight: 600;
  font-size: 0.85rem !important;
  letter-spacing: 0.3px;
}

.breadcrumb-item a {
  transition: var(--transition);
}

.breadcrumb-item a:hover {
  color: var(--primary-pink) !important;
}

@media (max-width: 767.98px) {
  .about-page-header h1,
  .page-header-banner h1 {
    font-size: 1.65rem !important;
  }
}

/* --- TOP HEADER STRIP --- */
.top-header-bar {
  background: var(--top-bar-bg);
  color: var(--white);
  font-size: 0.84rem;
  font-weight: 500;
  padding: 6px 0;
  border-bottom: none;
}

.top-header-bar .top-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  padding: 2px 8px;
}

.top-header-bar i {
  font-size: 1.1rem;
  opacity: 0.95;
}

/* --- MAIN NAVBAR --- */
.main-navbar {
  background: #ffffff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
  border-bottom: none !important;
  padding-top: 6px !important;
  padding-bottom: 6px !important;
  min-height: 72px;
  display: flex;
  align-items: center;
}

.navbar-brand {
  position: relative;
  z-index: 10;
}

.site-logo {
  max-height: 90px;
  width: auto;
  object-fit: contain;
  margin-top: -10px;
  margin-bottom: -10px;
  transition: var(--transition);
}

.main-navbar .nav-link {
  font-weight: 600;
  font-size: 0.95rem;
  color: #333333 !important;
  padding: 8px 16px !important;
  position: relative;
  transition: var(--transition);
}

.main-navbar .nav-link:hover {
  color: var(--primary-pink) !important;
}

.main-navbar .nav-link.active {
  color: var(--primary-pink) !important;
  font-weight: 700;
}

.main-navbar .nav-link.active::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 16px;
  right: 16px;
  height: 3px;
  background-color: var(--primary-pink);
  border-radius: 2px;
}

.nav-icon-link {
  color: #333333;
  font-size: 1.3rem;
  transition: var(--transition);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.nav-icon-link:hover {
  color: var(--primary-pink);
}

.cart-badge {
  position: absolute;
  top: -6px;
  right: -8px;
  background-color: var(--primary-pink);
  color: #ffffff;
  font-size: 0.68rem;
  font-weight: 700;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ffffff;
}

/* --- NAVBAR TOGGLER & MOBILE RESPONSIVE STYLES --- */
.navbar-toggler {
  border: 1.5px solid var(--primary-pink) !important;
  padding: 6px 10px !important;
  border-radius: 8px !important;
  outline: none !important;
  box-shadow: none !important;
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 0.2rem rgba(194, 13, 101, 0.2) !important;
}

@media (max-width: 1199.98px) {
  .main-navbar .navbar-collapse {
    background: #ffffff;
    padding: 18px 20px;
    margin-top: 12px;
    border-radius: 14px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(194, 13, 101, 0.12);
    width: 100% !important;
  }

  .main-navbar .navbar-nav {
    align-items: stretch !important;
    gap: 4px !important;
  }

  .main-navbar .nav-link {
    padding: 10px 16px !important;
    border-radius: 8px;
    display: block;
    width: 100%;
  }

  .main-navbar .nav-link:hover,
  .main-navbar .nav-link.active {
    background-color: #fdf0f5;
  }

  .main-navbar .nav-link.active::after {
    display: none;
  }
}

/* --- HERO SECTION --- */
.hero-section {
  background-color: #ffffff;
  padding: 45px 0 30px;
}

.hero-tag {
  color: var(--primary-pink);
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.hero-main-title,
.hero-main-title * {
  font-family: 'Cinzel', serif !important;
  font-size: 3.5rem;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.18;
  letter-spacing: normal !important;
}

.hero-main-title .highlight-pink,
.highlight-pink {
  color: var(--primary-pink) !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  font-family: inherit !important;
  display: inline !important;
}

.hero-description {
  font-size: 1.2rem;
  color: #555555;
  line-height: 1.65;
}

.btn-shop-now {
  background-color: var(--primary-pink);
  color: #ffffff;
  font-weight: 600;
  font-size: 0.92rem;
  letter-spacing: 0.5px;
  padding: 10px 24px;
  border-radius: 50px;
  border: 1.5px solid var(--primary-pink);
  transition: var(--transition);
}

.btn-shop-now:hover {
  background-color: #9e0650;
  border-color: #9e0650;
  color: #ffffff;
}

.btn-explore-company {
  background-color: #ffffff;
  color: #111111;
  font-weight: 600;
  font-size: 0.92rem;
  letter-spacing: 0.5px;
  padding: 10px 24px;
  border-radius: 50px;
  border: 1.5px solid var(--primary-pink);
  transition: var(--transition);
}

.btn-explore-company:hover {
  background-color: var(--primary-pink);
  color: #ffffff;
}

.hero-status-card {
  border-color: rgba(0, 0, 0, 0.08) !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04) !important;
  width: 100%;
  max-width: 100%;
}

.feature-pink-circle-lg {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid var(--primary-pink);
  color: var(--primary-pink);
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(194, 13, 101, 0.1);
}

.badge-card-title {
  font-weight: 700;
  font-size: 0.8rem;
  color: #111111;
  line-height: 1.2;
}

.badge-card-sub {
  font-size: 0.68rem;
  color: #666666;
  display: block;
  line-height: 1.2;
}

.hero-image-wrapper img {
  max-width: 100%;
  height: auto;
}

.hero-img-badge {
  z-index: 5;
  white-space: nowrap;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

/* --- HERO CAROUSEL NAVIGATION BUTTONS --- */
#heroImageCarousel .hero-side-nav-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: var(--primary-pink);
  color: #ffffff;
  opacity: 0.9;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  z-index: 20;
  box-shadow: 0 4px 14px rgba(194, 13, 101, 0.35);
  transition: var(--transition);
}

#heroImageCarousel .hero-side-nav-btn:hover {
  opacity: 1;
  background-color: #9e0650;
  transform: translateY(-50%) scale(1.08);
}

#heroImageCarousel .carousel-control-prev.hero-side-nav-btn {
  left: -20px;
}

#heroImageCarousel .carousel-control-next.hero-side-nav-btn {
  right: -20px;
}

@media (max-width: 991.98px) {
  #heroImageCarousel .carousel-control-prev.hero-side-nav-btn {
    left: -10px;
    width: 36px;
    height: 36px;
    font-size: 0.85rem;
  }
  #heroImageCarousel .carousel-control-next.hero-side-nav-btn {
    right: -10px;
    width: 36px;
    height: 36px;
    font-size: 0.85rem;
  }
}

@media (max-width: 575.98px) {
  #heroImageCarousel .hero-side-nav-btn {
    display: none !important;
  }
}

/* --- SHOP BY CATEGORY SECTION (LIGHT PINK BACKGROUND) --- */
.shop-by-category-section {
  background-color: #fdf0f5 !important;
}

.category-section-title {
  font-weight: 800;
  font-size: 1.6rem;
  letter-spacing: 1px;
  color: #111111;
}

.category-section-title .highlight-pink {
  color: var(--primary-pink);
}

.category-title-underline {
  width: 50px;
  height: 3px;
  background-color: var(--primary-pink);
  margin: 8px auto 0;
  border-radius: 2px;
}

.category-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 14px 16px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
  transition: var(--transition);
  overflow: hidden !important;
  position: relative;
}

.category-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(194, 13, 101, 0.12);
  border-color: rgba(194, 13, 101, 0.25);
}

.category-img-box {
  width: 75px;
  height: 70px;
  background: transparent !important;
  border-radius: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 0;
  overflow: hidden !important;
  transition: var(--transition);
}

.category-img-box img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  transform: scale(1.05);
  transition: var(--transition);
}

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

.category-card-name {
  font-weight: 700;
  font-size: 1.05rem;
  color: #111111;
}

.category-explore-link {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--primary-pink);
}

@media (max-width: 991.98px) {
  .category-card {
    padding: 12px 14px;
    gap: 10px !important;
  }

  .category-img-box {
    width: 60px;
    height: 60px;
  }

  .category-card-name {
    font-size: 0.95rem;
  }
}

@media (max-width: 575.98px) {
  .category-card {
    flex-direction: column !important;
    text-align: center !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 14px 10px !important;
    gap: 8px !important;
    border-radius: 14px !important;
    height: 100%;
  }

  .category-img-box {
    width: 55px !important;
    height: 55px !important;
    margin: 0 auto !important;
  }

  .category-card-name {
    font-size: 0.88rem !important;
    margin-bottom: 2px !important;
  }

  .category-explore-link {
    font-size: 0.75rem !important;
  }
}

/* --- OUR TOP PRODUCTS & SUGGESTED PRODUCTS --- */
.product-slider-section {
  width: 100%;
  position: relative;
}

.btn-view-all {
  border: 2px solid var(--primary-pink);
  color: var(--primary-pink);
  font-weight: 700;
  font-size: 0.85rem;
  padding: 8px 24px;
  transition: var(--transition);
}

.btn-view-all:hover {
  background-color: var(--primary-pink);
  color: #ffffff;
}

.owl-carousel-outer {
  position: relative !important;
  width: 100% !important;
  padding: 0 !important;
  overflow: hidden !important;
}

.owl-carousel-outer .owl-carousel {
  width: calc(100% - 130px) !important;
  margin: 0 65px !important;
  position: relative !important;
}

.owl-theme .owl-nav {
  position: absolute !important;
  top: 45% !important;
  left: 0 !important;
  right: 0 !important;
  transform: translateY(-50%) !important;
  margin-top: 0 !important;
  pointer-events: none !important;
  width: 100% !important;
  display: block !important;
}

.owl-theme .owl-nav [class*='owl-'] {
  width: 44px !important;
  height: 44px !important;
  border-radius: 50% !important;
  background-color: var(--primary-pink) !important;
  color: #ffffff !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 1.15rem !important;
  position: absolute !important;
  top: 0 !important;
  box-shadow: 0 4px 14px rgba(194, 13, 101, 0.35) !important;
  transition: var(--transition) !important;
  margin: 0 !important;
  z-index: 100 !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

.owl-theme .owl-nav [class*='owl-']:hover {
  background-color: #9e0650 !important;
  transform: scale(1.1) !important;
}

.owl-theme .owl-nav .owl-prev {
  left: -52px !important;
}

.owl-theme .owl-nav .owl-next {
  right: -52px !important;
}

.top-product-card {
  background: #ffffff;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
  text-align: center;
  transition: var(--transition);
}

.top-product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(194, 13, 101, 0.12);
}

.top-product-img-box {
  padding: 12px;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
}

.top-product-img-box img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}

.top-product-label {
  background-color: var(--primary-pink);
  color: #ffffff;
  font-weight: 700;
  font-size: 0.85rem;
  padding: 8px 0;
  text-transform: uppercase;
}

.suggested-product-card {
  border: 1px solid rgba(0, 0, 0, 0.06);
  transition: var(--transition);
}

.suggested-product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(194, 13, 101, 0.12) !important;
}

.product-img-container {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-img-container img {
  max-height: 100%;
  object-fit: contain;
}

.product-action-icons a {
  color: #64748b;
  transition: var(--transition);
}

.product-action-icons a:hover {
  color: var(--primary-pink);
}

/* --- TRUST BADGES BANNER --- */
.trust-banner-card {
  background-color: #fdf0f5;
  border-radius: 18px;
}

.trust-pink-circle {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 2px solid var(--primary-pink);
  color: var(--primary-pink);
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.45rem;
  flex-shrink: 0;
}

@media (min-width: 768px) {
  .trust-banner-col {
    border-right: 1px solid rgba(194, 13, 101, 0.18);
  }
}

/* --- NEWSLETTER CTA BANNER --- */
.cta-newsletter-card {
  background: var(--cta-bg-gradient);
  border-radius: 20px;
  box-shadow: 0 12px 35px rgba(148, 0, 75, 0.25);
}

.cta-envelope-icon {
  font-size: 2.8rem;
  color: #ffffff;
  line-height: 1;
}

.cta-input-group {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
  border-radius: 10px !important;
}

.btn-cta-subscribe {
  background: linear-gradient(135deg, #a20056 0%, #800040 100%);
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 8px !important;
  font-size: 0.82rem;
  letter-spacing: 0.5px;
  transition: var(--transition);
  white-space: nowrap;
}

.btn-cta-subscribe:hover {
  background: #ffffff;
  color: var(--primary-pink);
  border-color: #ffffff;
}

.micro-text {
  font-size: 0.65rem;
  display: block;
  line-height: 1.2;
}

@media (max-width: 991.98px) {
  .cta-newsletter-card {
    padding: 24px 20px !important;
    text-align: center;
  }

  .cta-newsletter-card .d-flex.align-items-center {
    justify-content: center;
  }

  .cta-envelope-icon {
    font-size: 2.2rem;
  }

  .trust-banner-card {
    padding: 20px 15px !important;
  }
}

@media (max-width: 575.98px) {
  .cta-input-group {
    flex-direction: column !important;
    gap: 8px;
    background: transparent !important;
    padding: 0 !important;
    box-shadow: none !important;
  }

  .cta-input-group input {
    background: #ffffff !important;
    border-radius: 10px !important;
    padding: 10px 16px !important;
    width: 100% !important;
    text-align: center;
  }

  .cta-input-group button {
    width: 100% !important;
    border-radius: 10px !important;
    padding: 10px 16px !important;
  }

  .trust-banner-card .col-12 {
    border-bottom: none !important;
    padding-bottom: 4px;
  }

  .trust-banner-card .col-12:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }

  .cta-newsletter-card .col-lg-4,
  .cta-trust-items-wrap {
    border: none !important;
  }
}

/* --- FOOTER & TRANSPARENT PAYMENT LOGOS (MATCHING SCREENSHOT 100%) --- */
.main-footer {
  background-color: #111722;
  color: #cbd5e1;
  font-size: 0.83rem;
}

.footer-site-logo {
  max-height: 75px;
  width: auto;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.footer-about-text {
  color: #cbd5e1 !important;
  background-color: transparent !important;
  font-size: 0.95rem !important;
  line-height: 1.6;
}

.footer-social-icons a {
  color: #ffffff;
  font-size: 1.1rem;
  transition: var(--transition);
}

.footer-social-icons a:hover {
  color: var(--primary-pink);
}

.footer-heading {
  color: #ffffff;
  font-weight: 700;
  font-size: 1rem !important;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}

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

.footer-links a {
  color: #cbd5e1;
  text-decoration: none;
  font-size: 0.95rem !important;
  transition: var(--transition);
}

.footer-links a:hover {
  color: var(--primary-pink);
  padding-left: 3px;
}

.footer-contact-info {
  color: #cbd5e1;
  font-size: 0.95rem !important;
  line-height: 1.6;
}

.footer-address-text {
  color: #cbd5e1 !important;
  font-size: 0.95rem !important;
  display: block;
  line-height: 1.6;
}

.footer-copyright-text {
  color: #cbd5e1 !important;
  font-size: 0.9rem !important;
  font-weight: 500;
}

.developed-by-link {
  color: var(--primary-pink) !important;
  text-decoration: none;
  transition: var(--transition);
}

.developed-by-link:hover {
  color: #ffffff !important;
  text-decoration: underline;
}

/* TRANSPARENT PAYMENT LOGOS MATCHING SCREENSHOT EXACTLY */
.visa-logo-text {
  color: #ffffff;
  font-weight: 900;
  font-style: italic;
  font-size: 1.3rem;
  letter-spacing: 1.5px;
  font-family: Arial, Helvetica, sans-serif;
}

.mastercard-circles-logo {
  display: inline-flex;
  align-items: center;
  position: relative;
  width: 32px;
  height: 22px;
}

.mastercard-circles-logo .mc-red {
  width: 20px;
  height: 20px;
  background-color: #eb001b;
  border-radius: 50%;
  position: absolute;
  left: 0;
}

.mastercard-circles-logo .mc-yellow {
  width: 20px;
  height: 20px;
  background-color: #f79e1b;
  border-radius: 50%;
  position: absolute;
  left: 12px;
  opacity: 0.9;
}

.rupay-logo-text {
  color: #ffffff;
  font-weight: 800;
  font-style: italic;
  font-size: 1rem;
  letter-spacing: 0.5px;
}

.rupay-arrow {
  color: #f7941e;
  font-style: normal;
  margin-left: 2px;
}

.upi-logo-text {
  color: #00a651;
  font-weight: 900;
  font-size: 1.05rem;
  letter-spacing: 1px;
}

.icon-pink {
  color: var(--primary-pink);
  font-size: 1rem;
}

@media (min-width: 992px) {
  .footer-col-border-right {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }
  .footer-col-border-left {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
  }
}

/* --- RESPONSIVE --- */
@media (max-width: 991.98px) {
  .hero-main-title {
    font-size: 1.9rem !important;
  }
  .hero-status-card {
    width: 100% !important;
    max-width: 100% !important;
  }
  .site-logo {
    max-height: 65px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .owl-carousel-outer .owl-carousel {
    width: calc(100% - 70px) !important;
    margin: 0 35px !important;
  }
  .owl-theme .owl-nav .owl-prev {
    left: -30px !important;
  }
  .owl-theme .owl-nav .owl-next {
    right: -30px !important;
  }
}

/* --- HERO SLIDER CAROUSEL STYLES --- */
.hero-slider-img {
  width: 100%;
  max-height: 440px;
  object-fit: contain;
  background: transparent;
  filter: drop-shadow(0 15px 25px rgba(0, 0, 0, 0.06));
  transition: transform 0.5s ease;
}

.hero-image-wrapper:hover .hero-slider-img {
  transform: translateY(-4px);
}

.hero-img-badge {
  background: rgba(255, 255, 255, 0.95) !important;
  backdrop-filter: blur(8px);
  border: 1px solid rgba(194, 13, 101, 0.15);
  z-index: 2;
}

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

/* Hero Carousel Indicators */
.hero-carousel-indicators {
  gap: 8px;
}

.hero-carousel-indicators button {
  width: 12px !important;
  height: 12px !important;
  border-radius: 50% !important;
  background-color: #cbd5e1 !important;
  border: none !important;
  opacity: 1 !important;
  transition: all 0.3s ease !important;
  margin: 0 !important;
}

.hero-carousel-indicators button.active {
  width: 32px !important;
  border-radius: 12px !important;
  background-color: var(--primary-pink) !important;
}

/* Hero Floating Side Nav Buttons */
.hero-side-nav-btn {
  position: absolute !important;
  top: 50% !important;
  bottom: auto !important;
  transform: translateY(-50%) !important;
  width: 44px !important;
  height: 44px !important;
  border-radius: 50% !important;
  background: #ffffff !important;
  border: 1px solid rgba(0, 0, 0, 0.12) !important;
  color: #333333 !important;
  opacity: 0.95 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12) !important;
  transition: all 0.3s ease !important;
  z-index: 10 !important;
}

.hero-side-nav-btn.carousel-control-prev {
  left: 10px !important;
  right: auto !important;
}

.hero-side-nav-btn.carousel-control-next {
  right: 10px !important;
  left: auto !important;
}

.hero-side-nav-btn:hover,
.hero-side-nav-btn:focus {
  background: var(--primary-pink) !important;
  color: #ffffff !important;
  border-color: var(--primary-pink) !important;
  opacity: 1 !important;
  box-shadow: 0 6px 20px rgba(194, 13, 101, 0.35) !important;
}

.hero-side-nav-btn i {
  font-size: 1rem !important;
  color: inherit !important;
}

/* --- PRODUCT DETAIL PAGE STYLES --- */
.bg-pink-badge {
  background-color: #a80053 !important;
  color: #ffffff !important;
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.8px;
}

.bg-discount-badge {
  background-color: #94004b !important;
  color: #ffffff !important;
}

.product-detail-title {
  font-size: 2.2rem;
  color: #0f172a;
}

@media (min-width: 992px) {
  .product-thumb-gallery {
    width: 85px !important;
  }
}

.thumb-scroll-btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  color: #475569;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  transition: var(--transition);
}

.thumb-scroll-btn:hover {
  background: var(--primary-pink);
  color: #ffffff;
  border-color: var(--primary-pink);
}

.thumb-item {
  width: 80px;
  height: 80px;
  border-radius: 12px;
  border: 2px solid #e2e8f0;
  padding: 6px;
  background: #ffffff;
  cursor: pointer;
  transition: all 0.25s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.thumb-item:hover {
  border-color: #cbd5e1;
}

.thumb-item.active {
  border-color: var(--primary-pink) !important;
  box-shadow: 0 0 0 3px rgba(194, 13, 101, 0.15);
}

.thumb-item img {
  max-height: 100%;
  object-fit: contain;
}

.product-main-img-box {
  min-height: 460px !important;
  height: 460px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.main-product-img,
#mainProductImg {
  height: 430px !important;
  max-height: 430px !important;
  width: auto !important;
  max-width: 100% !important;
  object-fit: contain !important;
  transition: transform 0.4s ease;
}

.feature-highlight-card {
  background: #fff0f6;
  border: 1px solid rgba(194, 13, 101, 0.1);
}

.feature-icon-pink {
  color: var(--primary-pink);
  font-size: 1.1rem;
}

.btn-option-btn {
  border: 1.5px solid #e2e8f0;
  color: #334155;
  font-weight: 600;
  font-size: 0.88rem;
  padding: 8px 20px;
  border-radius: 10px;
  background: #ffffff;
  transition: all 0.2s ease;
}

.btn-option-btn:hover {
  border-color: #cbd5e1;
  color: #0f172a;
}

.btn-option-btn.active {
  border-color: var(--primary-pink) !important;
  color: var(--primary-pink) !important;
  font-weight: 700;
  background: #fff0f6 !important;
  box-shadow: 0 0 0 1px var(--primary-pink);
}

.btn-add-to-cart {
  background: #ffffff;
  color: var(--primary-pink);
  border: 2px solid var(--primary-pink);
  transition: var(--transition);
}

.btn-add-to-cart:hover {
  background: var(--primary-pink);
  color: #ffffff;
}

.btn-buy-now {
  background: var(--primary-pink);
  color: #ffffff;
  border: 2px solid var(--primary-pink);
  transition: var(--transition);
}

.btn-buy-now:hover {
  background: #9e0650;
  border-color: #9e0650;
  color: #ffffff;
}

.custom-product-tabs .nav-link {
  color: #475569;
  border: 1px solid #e2e8f0;
  background: #ffffff;
  transition: var(--transition);
}

.custom-product-tabs .nav-link:hover {
  color: var(--primary-pink);
}

.custom-product-tabs .nav-link.active {
  background: var(--primary-pink) !important;
  color: #ffffff !important;
  border-color: var(--primary-pink) !important;
}

/* --- ABOUT PAGE STYLES --- */
.bg-pink-gradient {
  background: linear-gradient(135deg, #b30059 0%, #800040 100%);
}

.bg-pink-light {
  background-color: #fff0f6 !important;
}

.fw-extrabold {
  font-weight: 800;
}

.letter-spacing-1 {
  letter-spacing: 1px;
}

.value-card {
  transition: all 0.3s ease;
  border: 1px solid #f1f5f9 !important;
}

.value-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 32px rgba(194, 13, 101, 0.1) !important;
  border-color: rgba(194, 13, 101, 0.2) !important;
}

.max-w-700 {
  max-width: 700px;
}

/* --- OUR PRODUCTS / SHOP PAGE STYLES --- */
.btn-category-pill {
  border: 1px solid #e2e8f0;
  color: #475569;
  background: #ffffff;
  font-size: 0.85rem;
  font-weight: 600;
  padding: 5px 14px;
  border-radius: 50px;
  white-space: nowrap !important;
  transition: all 0.25s ease;
  flex-shrink: 0 !important;
}

.cat-pill-img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  flex-shrink: 0;
}

.filter-pills-scroll {
  display: flex !important;
  flex-wrap: nowrap !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  -webkit-overflow-scrolling: touch !important;
  scroll-behavior: smooth;
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
}

.filter-pills-scroll::-webkit-scrollbar {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}

.btn-category-pill:hover {
  color: var(--primary-pink);
  border-color: var(--primary-pink);
}

.btn-category-pill.active {
  background: var(--primary-pink) !important;
  color: #ffffff !important;
  border-color: var(--primary-pink) !important;
}

/* --- MINI MOBILE CATEGORY CARDS HORIZONTAL SCROLL --- */
.mobile-cat-card-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  background: #ffffff;
  border: 1.5px solid #e2e8f0;
  border-radius: 12px;
  min-width: 68px;
  flex-shrink: 0 !important;
  transition: all 0.25s ease;
}

.mobile-cat-card-img-box {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2px;
}

.mobile-cat-card-img-box img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.mobile-cat-card-title {
  font-size: 0.7rem;
  font-weight: 600;
  color: #334155;
  white-space: nowrap !important;
  line-height: 1.1;
}

.mobile-cat-card-item:hover,
.mobile-cat-card-item.active {
  background-color: #fdf0f5 !important;
  border-color: var(--primary-pink) !important;
}

.mobile-cat-card-item.active .mobile-cat-card-title {
  color: var(--primary-pink) !important;
  font-weight: 700;
}

/* --- MOBILE FLOATING FILTER ACTION BUTTON (FAB) --- */
.btn-fab-filter {
  bottom: 78px;
  left: 18px;
  z-index: 1045;
  background: var(--primary-gradient);
  border: 1.5px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 8px 24px rgba(194, 13, 101, 0.45) !important;
  font-size: 0.85rem;
  letter-spacing: 0.5px;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.btn-fab-filter:hover,
.btn-fab-filter:focus,
.btn-fab-filter:active {
  transform: scale(1.06) translateY(-2px);
  background: linear-gradient(135deg, #a20056 0%, #700038 100%);
  color: #ffffff !important;
  box-shadow: 0 12px 28px rgba(194, 13, 101, 0.55) !important;
}

.btn-mobile-filter-btn {
  border: 1.5px solid var(--primary-pink);
  background-color: #fff0f6;
  color: #111111;
  box-shadow: 0 2px 8px rgba(194, 13, 101, 0.08);
  transition: var(--transition);
}

.btn-mobile-filter-btn:hover,
.btn-mobile-filter-btn:focus {
  background-color: var(--primary-pink);
  color: #ffffff !important;
  border-color: var(--primary-pink);
}

.btn-mobile-filter-btn:hover i,
.btn-mobile-filter-btn:focus i {
  color: #ffffff !important;
}

.filter-btn-divider {
  width: 1px;
  height: 22px;
  background-color: #cbd5e1;
  flex-shrink: 0;
}

.shop-product-card {
  padding: 12px;
  transition: all 0.3s ease;
}

.shop-product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.08) !important;
  border-color: rgba(194, 13, 101, 0.2) !important;
}

.shop-prod-img {
  height: 140px;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.shop-product-card:hover .shop-prod-img {
  transform: scale(1.05);
}

.hover-pink:hover {
  color: var(--primary-pink) !important;
}

.custom-pagination .page-link {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #334155;
  font-weight: 600;
  border: 1px solid #e2e8f0;
  margin: 0 3px;
  transition: var(--transition);
}

.custom-pagination .page-item.active .page-link {
  background-color: var(--primary-pink);
  border-color: var(--primary-pink);
  color: #ffffff;
}

.custom-pagination .page-link:hover {
  background-color: #fff0f6;
  color: var(--primary-pink);
  border-color: var(--primary-pink);
}

/* --- BUTTON & TAB STYLES FOR PRODUCT DETAIL --- */
.btn-dark-magenta-cart {
  background: #800040 !important;
  color: #ffffff !important;
  border: 1.5px solid #800040 !important;
  transition: var(--transition);
}

.btn-dark-magenta-cart:hover {
  background: #610031 !important;
  border-color: #610031 !important;
  color: #ffffff !important;
}

.btn-buy-now-outline {
  background: #ffffff !important;
  color: #800040 !important;
  border: 1.5px solid #800040 !important;
  transition: var(--transition);
}

.btn-buy-now-outline:hover {
  background: #800040 !important;
  color: #ffffff !important;
}

.btn-buy-now-outline:hover .text-pink {
  color: #ffffff !important;
}

.btn-whatsapp-cta {
  background-color: #25D366 !important;
  color: #ffffff !important;
  border: 1.5px solid #25D366 !important;
  transition: var(--transition);
}

.btn-whatsapp-cta:hover {
  background-color: #1da851 !important;
  border-color: #1da851 !important;
  color: #ffffff !important;
  box-shadow: 0 4px 12px rgba(37, 211, 102, 0.3) !important;
}

.upload-prescription-box {
  background-color: #fff0f6 !important;
  border-color: rgba(194, 13, 101, 0.15) !important;
}

.custom-underline-tabs {
  border-bottom: 2px solid #e2e8f0;
}

.custom-underline-tabs .nav-link {
  border: none !important;
  background: transparent !important;
  color: #64748b !important;
  font-size: 0.9rem;
  padding: 8px 0 !important;
  margin-bottom: -2px;
  position: relative;
}

.custom-underline-tabs .nav-link.active {
  color: var(--primary-pink) !important;
  border-bottom: 3px solid var(--primary-pink) !important;
}

.product-card-grid {
  padding: 10px !important;
  border-radius: 14px !important;
  transition: all 0.3s ease;
}

.product-card-grid:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0,0,0,0.08) !important;
}

/* --- UTILITY CLASSES TO REPLACE INLINE STYLES --- */
.font-size-xs-70 {
  font-size: 0.7rem !important;
}

.font-size-xs-75 {
  font-size: 0.75rem !important;
}

.font-size-xs-90 {
  font-size: 0.9rem !important;
}

.qty-input-width {
  width: 120px !important;
}

.img-hero-product {
  max-height: 240px !important;
  object-fit: contain !important;
}

.img-grid-product {
  height: 90px !important;
  max-height: 90px !important;
  object-fit: contain !important;
}

.table-responsive-max {
  max-width: 600px !important;
}

.btn-action-icon {
  width: 26px !important;
  height: 26px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.newsletter-input-group {
  max-width: 450px !important;
  margin-left: auto !important;
}

.shop-sticky-bar {
  top: 72px !important;
  z-index: 100 !important;
}

.filter-pills-scroll {
  scrollbar-width: none !important;
}

.filter-pills-scroll::-webkit-scrollbar {
  display: none !important;
}

.shop-search-bar {
  width: 280px !important;
}

.shop-filter-sidebar {
  top: 150px !important;
  z-index: 90 !important;
}

.shop-sort-select {
  width: 180px !important;
}

/* --- MASTER RESPONSIVE MEDIA QUERIES FOR ALL DEVICES --- */

@media (max-width: 1199.98px) {
  #mainNavbarOffcanvas.offcanvas-end {
    width: 75% !important;
    max-width: 290px !important;
  }
}

/* 1. LAPTOPS & TABLETS (max-width: 991.98px) */
@media (max-width: 991.98px) {
  .top-header-bar {
    display: none !important;
  }

  .hero-main-title {
    font-size: 2.3rem !important;
    line-height: 1.2 !important;
  }

  .site-logo {
    max-height: 60px !important;
    margin: 0 !important;
  }

  .footer-col-border-right,
  .footer-col-border-left {
    border: none !important;
  }

  .product-main-img-box {
    min-height: 400px !important;
    height: 400px !important;
  }

  .main-product-img,
  #mainProductImg {
    height: 370px !important;
    max-height: 370px !important;
  }

  .shop-search-bar {
    width: 100% !important;
  }

  .shop-filter-sidebar {
    position: static !important;
    width: 100% !important;
    margin-bottom: 20px !important;
  }
}

/* 2. MOBILE PHONES (max-width: 767.98px) */
@media (max-width: 767.98px) {
  html, body {
    overflow-x: hidden !important;
  }

  /* Typography Scale for Mobile */
  h1, .h1 { font-size: 1.75rem !important; }
  h2, .h2 { font-size: 1.45rem !important; }
  h3, .h3 { font-size: 1.25rem !important; }
  h4, .h4 { font-size: 1.1rem !important; }

  /* Shop Top Sort Bar Mobile Compact Styling */
  .shop-sort-bar {
    padding: 8px 12px !important;
    margin-bottom: 15px !important;
    border-radius: 12px !important;
  }

  .shop-sort-bar span {
    font-size: 0.74rem !important;
  }

  .shop-sort-bar label {
    display: none !important;
  }

  .shop-sort-select {
    width: auto !important;
    font-size: 0.74rem !important;
    padding: 4px 22px 4px 10px !important;
    border-radius: 20px !important;
  }

  /* Mobile Shop Product Cards Optimization */
  .shop-product-card {
    padding: 8px !important;
    border-radius: 12px !important;
  }

  .shop-prod-img {
    height: 85px !important;
    max-height: 85px !important;
    margin-bottom: 2px !important;
  }

  .shop-product-card .bg-pink-badge {
    margin: 4px !important;
    padding: 2px 6px !important;
    font-size: 0.58rem !important;
  }

  .shop-product-card h6 {
    font-size: 0.78rem !important;
    line-height: 1.2 !important;
    margin-bottom: 2px !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 2.3em;
  }

  .shop-product-card .text-pink.fw-extrabold {
    font-size: 0.88rem !important;
    margin-bottom: 4px !important;
  }

  .shop-product-card .text-pink.fw-extrabold span {
    font-size: 0.7rem !important;
  }

  .shop-product-card .btn-shop-now {
    font-size: 0.68rem !important;
    padding: 4px 8px !important;
  }

  /* Product Detail "You May Also Like" Cards Compact Styling */
  .product-card-grid {
    padding: 8px !important;
    border-radius: 12px !important;
  }

  .product-card-grid .img-grid-product {
    height: 70px !important;
    max-height: 70px !important;
    margin-bottom: 4px !important;
  }

  .product-card-grid h6 {
    font-size: 0.75rem !important;
    line-height: 1.2 !important;
    margin-bottom: 2px !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 2.3em;
  }

  .product-card-grid p {
    font-size: 0.8rem !important;
    margin-bottom: 2px !important;
  }

  .hero-tag {
    font-size: 0.72rem !important;
    letter-spacing: 1px !important;
    margin-bottom: 4px !important;
  }

  .hero-main-title {
    font-size: 1.85rem !important;
    line-height: 1.22 !important;
    margin-bottom: 12px !important;
  }

  .hero-description {
    font-size: 1.08rem !important;
  }

  .about-page-header h1,
  .page-header-banner h1 {
    font-size: 1.5rem !important;
  }

  /* Hero Section Buttons & Spacing */
  .hero-section {
    padding: 25px 0 15px !important;
  }

  .btn-shop-now,
  .btn-explore-company {
    padding: 9px 20px !important;
    font-size: 0.84rem !important;
    width: auto !important;
  }

  .hero-img-badge {
    display: none !important;
  }

  /* Product Detail Page Image & Gallery Mobile Layout */
  .product-main-img-box {
    min-height: 320px !important;
    height: 320px !important;
    padding: 15px !important;
  }

  .main-product-img,
  #mainProductImg {
    height: 290px !important;
    max-height: 290px !important;
  }

  .product-thumb-gallery {
    width: 100% !important;
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    gap: 10px !important;
    margin-bottom: 15px !important;
  }

  .thumb-item {
    width: 70px !important;
    height: 70px !important;
  }

  .thumb-scroll-btn {
    display: none !important;
  }

  /* Option Buttons & Cart Buttons on Mobile */
  .btn-option-btn {
    padding: 6px 14px !important;
    font-size: 0.85rem !important;
  }

  .btn-dark-magenta-cart,
  .btn-buy-now-outline {
    width: 100% !important;
    font-size: 0.9rem !important;
    padding: 12px 20px !important;
  }

  /* Contact Page Cards on Mobile */
  .contact-card {
    padding: 20px 15px !important;
  }
}

/* 3. SMALL MOBILE SCREENS (max-width: 480px) */
@media (max-width: 480px) {
  .hero-tag {
    font-size: 0.68rem !important;
    letter-spacing: 0.8px !important;
  }

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

  .product-main-img-box {
    min-height: 280px !important;
    height: 280px !important;
  }

  .main-product-img,
  #mainProductImg {
    height: 250px !important;
    max-height: 250px !important;
  }

  .thumb-item {
    width: 60px !important;
    height: 60px !important;
  }

  .cta-newsletter-card {
    padding: 24px 18px !important;
    text-align: center !important;
    border-radius: 20px !important;
  }

  .cta-newsletter-card .d-flex.align-items-center.gap-3 {
    flex-direction: column !important;
    text-align: center !important;
    justify-content: center !important;
    gap: 8px !important;
  }

  .cta-envelope-icon {
    font-size: 2.5rem !important;
    margin: 0 auto 6px !important;
  }

  .cta-input-group {
    flex-direction: column !important;
    background: transparent !important;
    padding: 0 !important;
    border-radius: 0 !important;
    gap: 10px !important;
    width: 100% !important;
    margin: 12px 0 !important;
  }

  .cta-input-group input {
    background: #ffffff !important;
    border-radius: 12px !important;
    text-align: center !important;
    padding: 12px 16px !important;
    font-size: 0.88rem !important;
    width: 100% !important;
    color: #1e293b !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) !important;
  }

  .cta-input-group input::placeholder {
    color: #94a3b8 !important;
  }

  .cta-input-group button {
    width: 100% !important;
    border-radius: 12px !important;
    padding: 12px 16px !important;
    font-size: 0.88rem !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
    background-color: #800040 !important;
    color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
  }

  .cta-trust-items-wrap {
    margin-top: 10px !important;
    padding-top: 10px !important;
    border-top: none !important;
  }

  .cta-trust-items-wrap h6 {
    font-size: 0.65rem !important;
    font-weight: 600 !important;
    line-height: 1.15 !important;
    margin-bottom: 0 !important;
    white-space: normal !important;
    word-break: break-word !important;
    overflow-wrap: break-word !important;
  }

  .cta-trust-items-wrap small {
    font-size: 0.58rem !important;
    line-height: 1.1 !important;
    opacity: 0.85 !important;
    display: block !important;
  }

  .cta-trust-items-wrap i {
    font-size: 1.15rem !important;
    margin-bottom: 2px !important;
  }

  /* Contact Page Info Cards Mobile Responsiveness */
  .contact-card {
    padding: 20px 15px !important;
    border-radius: 16px !important;
  }

  .contact-card .feature-pink-circle-lg {
    width: 52px !important;
    height: 52px !important;
    font-size: 1.3rem !important;
    margin-bottom: 12px !important;
  }

  .contact-card h5 {
    font-size: 1.05rem !important;
    margin-bottom: 6px !important;
  }

  .contact-card p {
    font-size: 0.85rem !important;
    line-height: 1.45 !important;
    word-break: break-word !important;
  }
}

/* --- CONTACT PAGE CARD HOVER EFFECTS --- */
.contact-card {
  transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  cursor: pointer;
}

.contact-card:hover {
  transform: translateY(-8px) !important;
  box-shadow: 0 15px 35px rgba(194, 13, 101, 0.12) !important;
  border-color: var(--primary-pink) !important;
  background-color: #ffffff !important;
}

.contact-card .feature-pink-circle-lg {
  transition: all 0.35s ease !important;
}

.contact-card:hover .feature-pink-circle-lg {
  background-color: var(--primary-pink) !important;
  color: #ffffff !important;
  transform: scale(1.12) rotate(6deg) !important;
  box-shadow: 0 8px 20px rgba(194, 13, 101, 0.25) !important;
}

/* --- MOBILE BOTTOM FIXED NAVIGATION BAR --- */
.mobile-bottom-nav {
  z-index: 1040 !important;
  box-shadow: 0 -5px 25px rgba(0, 0, 0, 0.08) !important;
  background-color: #ffffff !important;
}

.mobile-nav-item {
  color: #64748b !important;
  font-size: 0.72rem;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  transition: var(--transition);
  position: relative;
  width: 20%;
}

.mobile-nav-item i {
  font-size: 1.25rem;
  transition: var(--transition);
}

.mobile-nav-item:hover,
.mobile-nav-item.active {
  color: var(--primary-pink) !important;
  font-weight: 700;
}

.mobile-nav-item.active i {
  transform: translateY(-2px);
  color: var(--primary-pink) !important;
}

.mobile-nav-badge {
  position: absolute;
  top: -4px;
  right: calc(50% - 16px);
  background-color: var(--primary-pink);
  color: #ffffff;
  font-size: 0.6rem;
  font-weight: 700;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ffffff;
}

@media (max-width: 991.98px) {
  body {
    padding-bottom: 0 !important;
  }
  .main-footer {
    padding-bottom: 75px !important;
  }
}







