:root {
  --font-italiana: "Italiana", serif;
  --font-kaushan: "Kaushan Script", cursive;
  --font-lato: "Lato", sans-serif;
  --bg-dark: #333333;
  --text-light: #ffffff;
  --text-muted: #cccccc;
}

body {
  font-family: var(--font-lato);
  background-color: #f8f9fa;
}

/* SEO: buttons that replace uncrawlable javascript:void(0) links – look like links */
.btn-link-style {
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  color: inherit;
  text-align: left;
}
.btn-link-style:focus {
  outline: none;
}

/* Announcement Bar */
.announcement-bar {
  background-color: #ffffff;
  font-family: var(--font-lato);
  font-size: 0.9rem;
  border-bottom: 1px solid #eeeeee;
}

/* Navbar */
.navbar {
  background-color: var(--bg-dark);
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  z-index: 1050;
}

.navbar-brand {
  font-family: var(--font-italiana);
  color: var(--text-light) !important;
  line-height: 1.2;
  white-space: normal;
}

.brand-top {
  font-size: 1.5rem;
  font-weight: 300;
}

.brand-bottom {
  font-size: 1.8rem;
  font-weight: 400;
}

.nav-link {
  color: var(--text-muted) !important;
  font-family: var(--font-lato);
  font-size: 0.9rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: color 0.3s ease;
}

.nav-link:hover,
.nav-link.active {
  color: var(--text-light) !important;
}

/* Social & Utility Icons */
.social-icon,
.utility-icon {
  color: var(--text-light);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
}

.social-icon:hover,
.utility-icon:hover {
  opacity: 0.8;
}

.social-links-group .social-icon {
  margin-right: 15px;
}

/* Dropdown */
.dropdown-menu {
  background-color: var(--bg-dark);
  border: none;
  border-radius: 0;
  margin-top: 0;
}

.dropdown-item {
  color: var(--text-muted);
  font-family: var(--font-lato);
  font-size: 0.85rem;
  text-transform: uppercase;
  padding: 0.5rem 1.5rem;
}

.dropdown-item:hover {
  background-color: #444444;
  color: var(--text-light);
}

.dropdown-toggle::after {
  vertical-align: middle;
}

/* Mobile Toggler */
.navbar-toggler {
  border-color: rgba(255, 255, 255, 0.5);
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.25);
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Mobile navbar: hamburger | brand (center) | cart/search/profile */
@media (max-width: 991.98px) {
  .navbar-inner {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    width: 100%;
  }
  .nav-mobile-toggler {
    flex-shrink: 0;
  }
  .navbar-brand.order-1 {
    flex-grow: 1;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    min-width: 0;
  }
  .navbar-brand .brand-top {
    font-size: 1rem;
  }
  .navbar-brand .brand-bottom {
    font-size: 1rem;
  }
  .utility-icons-mobile {
    flex-shrink: 0;
  }
  /* On mobile top bar: only show cart (hide search and profile) */
  .utility-icons-mobile .search-toggle-btn,
  .utility-icons-mobile .dropdown:has(#profileDropdownLink) {
    display: none !important;
  }
  #navContent {
    display: none !important;
  }
}

@media (max-width: 420px) {
  .navbar-brand .brand-top {
    font-size: 1rem;
  }
  .navbar-brand .brand-bottom {
    font-size: 0.9rem;
  }
}

/* Offcanvas drawer (mobile menu) */
.nav-offcanvas.offcanvas {
  background-color: var(--bg-dark, #333);
  color: var(--text-muted, #ccc);
  width: 85%;
  max-width: 320px;
  z-index: 100060;
}
.nav-offcanvas .btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}
.nav-drawer-link {
  color: var(--text-muted, #ccc);
  font-family: var(--font-lato);
  font-size: 0.9rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 0.5rem 0;
  text-decoration: none;
}
.nav-drawer-link:hover {
  color: var(--text-light, #fff);
}
.lang-drawer-link {
  text-decoration: none;
  font-size: 0.9rem;
}
.lang-drawer-link:hover {
  color: var(--text-light, #fff) !important;
}

/* Offer banner */
.offer-banner {
  background-color: rgb(105, 205, 60);
  color: #161616;
  font-family: var(--font-lato);
}

/* Hero Section */
.hero-section {
  background-color: rgb(105, 205, 60);
  color: #ffffff;
}

.hero-title {
  font-family: var(--font-kaushan);
  font-size: 4.5rem;
  font-weight: 400;
  color: #161616;
}

.hero-subtitle {
  font-family: var(--font-lato);
  font-size: 1.2rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
  color: #161616;
}

.hero-benefits {
  font-family: var(--font-lato);
  font-size: 0.95rem;
  color: #161616;
}

.hero-benefit i {
  color: #161616;
}

.btn-shop-now {
  background-color: #000000;
  color: #ffffff;
  font-family: var(--font-lato);
  font-weight: 700;
  border-radius: 50px;
  letter-spacing: 2px;
  transition:
    transform 0.3s ease,
    background-color 0.3s ease;
}

.btn-shop-now:hover {
  background-color: #222222;
  color: #ffffff;
  transform: scale(1.05);
}

.btn-hero-secondary {
  background-color: transparent;
  color: #161616;
  border: 2px solid #161616;
  font-family: var(--font-lato);
  font-weight: 600;
  border-radius: 50px;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}

.btn-hero-secondary:hover {
  background-color: rgba(0, 0, 0, 0.08);
  color: #161616;
  border-color: #161616;
}

/* Social Section (Below Hero) */
.social-section {
  background-color: #ffffff;
}

.social-title {
  font-family: var(--font-lato);
  font-size: 1.5rem;
  font-weight: 400;
  color: #666666;
  letter-spacing: 2px;
}

.social-branded-icon {
  transition: transform 0.3s ease;
}

.social-branded-icon:hover {
  transform: translateY(-5px);
}

/* Intro Section */
.intro-section {
  background-color: #ffffff;
}

.intro-heading {
  font-family: var(--font-lato);
  font-size: 1.1rem;
  font-weight: 700;
  color: #181818;
  text-transform: capitalize;
}

.intro-text p,
.intro-text strong {
  font-family: var(--font-lato);
  font-size: 1.1rem;
  line-height: 1.6;
  color: #0a5c00;
  margin-bottom: 1.5rem;
}

.text-green {
  color: #0a5c00 !important;
}

.intro-english p {
  color: #0a5c00;
  font-size: 1.05rem;
}

.intro-image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}

/* Policy Section v2 - image + green quote */
.policy-section-v2 {
  background-color: rgb(24, 208, 0);
  padding: 40px 30px;
}

.policy-v2-inner {
  display: flex;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
  gap: 40px;
}

.policy-v2-img-wrap {
  flex: 0 0 40%;
  max-width: 40%;
}

.policy-v2-img {
  width: 100%;
  height: auto;
  display: block;
}

.policy-v2-text-side {
  flex: 1;
  text-align: center;
  padding: 10px 0;
}

.policy-v2-quote {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 4.5rem;
  line-height: 0.6;
  color: rgb(16, 138, 0);
  display: block;
  margin-bottom: 20px;
}

.policy-v2-text {
  font-family: var(--font-lato);
  color: #333;
}

.policy-v2-text p {
  font-size: 1.25rem;
  line-height: 1.45;
  margin-bottom: 1.3rem;
  font-weight: 400;
}

.policy-v2-text .policy-bold {
  font-size: 1.55rem;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.25;
  margin-bottom: 1.3rem;
  color: #222;
  font-style: italic;
}

/* Legacy policy classes kept for compatibility */
.policy-section {
  background-color: rgb(24, 208, 0);
  color: #000000;
}

.policy-section-soft .policy-soft-title {
  font-family: var(--font-lato);
  font-size: 1.25rem;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.policy-section-soft .policy-text-soft {
  font-family: var(--font-lato);
  font-size: 0.95rem;
  line-height: 1.6;
  color: #000000;
}

.policy-section-soft .text-underline:hover {
  text-decoration: underline !important;
}

.policy-section .container {
  max-width: 1160px;
}

.policy-content {
  font-family: var(--font-lato);
}

.quote-icon {
  color: rgba(0, 0, 0, 0.2);
}

.policy-text p {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 2rem;
}

.policy-text .h4 {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 1px;
}

.policy-image-wrapper img {
  width: 100%;
  max-width: 532px;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
}

/* About Us Section */
.about-us-section .container {
  max-width: 1160px;
}

.about-mission {
  font-family: var(--font-lato);
  font-size: 1.1rem;
  line-height: 1.6;
  color: #555;
  max-width: 640px;
}

.section-title {
  font-family: var(--font-lato);
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 2px;
  color: #333333;
}

/* Best Sellers / Product cards */
.bestsellers-section {
  background-color: #f8f9fa;
}

.product-card-title {
  font-size: 0.95rem;
  font-weight: 700;
}

.product-card-title a:hover {
  color: #0a5c00 !important;
}

.product-card {
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.product-card:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1) !important;
  transform: translateY(-2px);
}

.btn-add-cart-sm {
  background-color: #000000;
  color: #fff;
  font-family: var(--font-lato);
  font-size: 0.8rem;
  font-weight: 600;
  border-radius: 50px;
  padding: 0.4rem 0.75rem;
  transition: background-color 0.3s ease;
}

.btn-add-cart-sm:hover {
  background-color: #222222;
  color: #fff;
}

/* Newsletter */
.newsletter-section {
  background-color: #ffffff;
}

.newsletter-form .form-control:focus {
  border-color: #00b448;
  box-shadow: 0 0 0 0.2rem rgba(0, 180, 72, 0.25);
}

/* FAQ */
.faq-accordion .accordion-button {
  font-family: var(--font-lato);
  font-weight: 600;
  color: #212529;
}

.faq-accordion .accordion-button:not(.collapsed) {
  background-color: rgba(10, 92, 0, 0.12);
  color: #0a5c00;
}

.faq-accordion .accordion-body {
  font-family: var(--font-lato);
  line-height: 1.6;
}

/* Trust badges */
.trust-badges i {
  color: #00b448;
}

/* Reviews social proof line */
.reviews-satisfied {
  font-family: var(--font-lato);
  font-size: 1.1rem;
  font-weight: 600;
}

.about-img {
  width: 260px;
  height: 260px;
  object-fit: cover;
  border: 3px solid #eeeeee;
}

.about-card-title {
  font-family: var(--font-lato);
  font-size: 1.15rem;
  font-weight: 700;
  color: #333333;
}

.italic-text {
  font-family: var(--font-lato);
  font-size: 0.92rem;
  font-style: italic;
  color: #555;
  line-height: 1.65;
}

.about-card-text-wrap {
  position: relative;
}

.about-card-text.collapsed {
  max-height: 160px;
  overflow: hidden;
  position: relative;
}

.about-card-text.collapsed::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40px;
  background: linear-gradient(transparent, #fff);
}

.about-show-more {
  display: inline-block;
  color: rgb(16, 138, 0);
  font-family: var(--font-lato);
  font-size: 0.92rem;
  font-weight: 600;
  margin-top: 8px;
  cursor: pointer;
}

.about-show-more:hover {
  opacity: 0.8;
  color: rgb(16, 138, 0);
}

.btn-outline-green {
  border: 2px solid #0a5c00;
  color: #0a5c00;
  font-family: var(--font-lato);
  font-weight: 700;
  border-radius: 50px;
  padding: 0.6rem 1.5rem;
  text-transform: uppercase;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}

.btn-outline-green:hover {
  background-color: #0a5c00;
  color: #ffffff;
}

/* Contact Section */
.contact-input {
  border: 1px solid #ced4da;
  border-radius: 4px;
  padding: 0.75rem;
  font-family: var(--font-lato);
}

.contact-input:focus {
  border-color: rgb(16, 138, 0);
  box-shadow: 0 0 0 0.2rem rgba(16, 138, 0, 0.25);
}

.btn-envoyer {
  background-color: #000000;
  color: #ffffff;
  border-radius: 50px;
  font-family: var(--font-lato);
  font-weight: 700;
  letter-spacing: 1px;
  transition: background-color 0.3s ease;
}

.btn-envoyer:hover {
  background-color: #333333;
  color: #ffffff;
}

.contact-link {
  color: #0a5c00;
  text-decoration: none;
  font-weight: 600;
}

.contact-link:hover {
  text-decoration: underline;
  color: #0a5c00;
}

.contact-info-block p,
.contact-info-block address {
  font-family: var(--font-lato);
  color: #444444;
  line-height: 1.6;
}

/* Contact Form */
.contact-form-input {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 14px 16px;
  font-family: var(--font-lato);
  font-size: 0.95rem;
  background: #fff;
}

.contact-form-input:focus {
  box-shadow: none;
  border-color: #999;
}

.contact-form .mb-3 {
  margin-bottom: 1.25rem !important;
}

.contact-send-btn {
  background: #111;
  color: #fff;
  border-radius: 50px;
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: none;
  transition: background 0.3s;
}

.contact-send-btn:hover {
  background: #333;
  color: #fff;
}

/* Schedule Table */
.schedule-table {
  font-family: var(--font-lato);
  color: #444;
  line-height: 1.8;
}

.schedule-table td {
  padding: 1px 0;
}

.schedule-table td:first-child {
  padding-right: 20px;
  white-space: nowrap;
}

.schedule-table td:last-child {
  white-space: nowrap;
}

/* Map Section */
.map-section {
  width: 100%;
  position: relative;
  background-color: #f8f9fa;
}

.map-container {
  position: relative;
  height: 450px;
}

.map-container iframe {
  width: 100%;
  height: 100%;
  filter: grayscale(0.2);
}

.map-overlay {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 10;
}

.btn-map-directions {
  background-color: #000000;
  color: #ffffff;
  font-family: var(--font-lato);
  font-size: 0.8rem;
  font-weight: 700;
  padding: 0.6rem 1.2rem;
  border-radius: 50px;
  text-decoration: none;
  display: flex;
  align-items: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  transition: background-color 0.3s ease;
}

.btn-map-directions:hover {
  background-color: #222222;
  color: #ffffff;
}

/* Blog Section */
.blog-section {
  background-color: #ffffff;
}

/* Blog cards on home: same height, fixed image area */
.blog-post-card-img-wrapper {
  height: 220px;
  background-color: #f0f0f0;
}

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

.blog-post-card .card-title {
  font-family: var(--font-lato);
  font-size: 1.1rem;
  font-weight: 700;
  color: #333333;
  line-height: 1.4;
}

.blog-post h4 {
  font-family: var(--font-lato);
  font-size: 1.25rem;
  font-weight: 700;
  color: #333333;
  line-height: 1.4;
}

.btn-read-more {
  color: #0a5c00;
  font-family: var(--font-lato);
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.btn-read-more:hover {
  text-decoration: underline;
  color: #0a5c00;
}

.sidebar-title {
  font-family: var(--font-lato);
  font-size: 1.1rem;
  font-weight: 700;
  color: #333333;
}

.sidebar-links a {
  color: #555555;
  text-decoration: none;
  font-family: var(--font-lato);
  font-size: 1rem;
  transition: color 0.3s ease;
}

.sidebar-links a:hover {
  color: rgb(16, 138, 0);
}

.sidebar-links a.link-active {
  color: rgb(16, 138, 0);
  font-weight: 700;
}

/* Reviews Slider Section */
.reviews-section {
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url("/images/sectionBg.png");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: #ffffff;
}

.reviews-title {
  font-family: var(--font-kaushan);
  font-size: 3rem;
  font-weight: 400;
  color: #ffffff;
}

.rating-info p {
  font-family: var(--font-lato);
}

.x-small {
  font-size: 0.7rem;
}

.review-card {
  background-color: #ffffff;
  color: #333333;
  padding: 2.5rem 1.5rem 1.5rem;
  border-radius: 8px;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.reviewer-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 auto;
}

.carousel-indicators [button] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ffffff;
  opacity: 0.5;
  margin: 0 5px;
  border: none;
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-control-prev,
.carousel-control-next {
  width: 5%;
  opacity: 0.7;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
  opacity: 1;
}

/* Footer */
.main-footer {
  background-color: #333333;
  color: #eeeeee;
  font-family: var(--font-lato);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.copyright-text {
  font-size: 0.8rem;
  letter-spacing: 1px;
  color: #bbbbbb;
}

.footer-blog-link {
  color: #ffffff;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 1.5px;
  transition: color 0.3s ease;
}

.footer-blog-link:hover {
  color: rgb(16, 138, 0);
}

.optimized-by {
  font-size: 0.8rem;
  color: #ffffff;
}

.optimized-by .x-small {
  font-size: 0.65rem;
  letter-spacing: 0.5px;
}

/* TrustedSite Badge Fix */
.trustedsite-badge {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 1000;
}

@media (max-width: 767.98px) {
  .policy-section-v2 {
    padding: 25px 15px;
  }
  .policy-v2-inner {
    flex-direction: column;
    gap: 25px;
  }
  .policy-v2-img-wrap {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .policy-v2-quote {
    font-size: 3.5rem;
  }
  .policy-v2-text p {
    font-size: 1rem;
  }
  .policy-v2-text .policy-bold {
    font-size: 1.15rem;
  }
}

@media (max-width: 991.98px) {
  .policy-text p {
    font-size: 1rem;
  }
  .policy-text .h4 {
    font-size: 1.25rem;
  }
  .announcement-bar p {
    font-size: 0.8rem;
  }
  .brand-top {
    font-size: 1.1rem;
  }
  .brand-bottom {
    font-size: 1.3rem;
  }
  .nav-link {
    font-size: 0.8rem !important;
  }
  .hero-title {
    font-size: 2.5rem;
  }
  .hero-subtitle {
    font-size: 1rem;
  }
  .social-title {
    font-size: 1.2rem;
  }
  .intro-heading {
    font-size: 1rem;
  }
  .intro-text p {
    font-size: 0.95rem;
  }
  .intro-english p {
    font-size: 0.9rem;
  }
  .navbar .container-fluid {
    flex-wrap: wrap !important;
  }
  .navbar {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }
  .navbar-collapse {
    padding-bottom: 1rem;
    max-height: 80vh;
    overflow-y: auto;
  }
  .navbar-nav {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    margin-bottom: 0.75rem;
  }
  .navbar-nav .nav-link {
    padding: 0.6rem 0 !important;
    font-size: 0.95rem !important;
  }
  .navbar-nav .dropdown-menu {
    background-color: transparent;
    border: none;
    box-shadow: none;
    padding-left: 1rem;
    position: static !important;
    transform: none !important;
  }
  .navbar-nav .dropdown-item {
    padding: 0.45rem 0;
    font-size: 0.9rem;
    color: var(--text-muted);
  }
  .navbar-nav .dropdown-item:hover {
    background: transparent;
    color: var(--text-light);
  }
  .social-links-group {
    padding-top: 0.5rem;
    padding-bottom: 0.75rem;
    margin-right: 0 !important;
  }
  .social-links-group .social-icon {
    margin-right: 12px;
  }
  .social-links-group .social-icon svg {
    width: 20px;
    height: 20px;
  }
  .lang-dropdown {
    margin-right: 0 !important;
    margin-bottom: 0.75rem;
  }
  .lang-dropdown-toggle {
    padding: 6px 14px;
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 6px;
    display: inline-flex !important;
  }
  .utility-icons {
    padding-top: 0.75rem;
    border-top: 1px solid rgba(255,255,255,0.1);
    gap: 6px;
  }
  .utility-icons .utility-icon svg {
    width: 22px;
    height: 22px;
  }
  .utility-icons .mx-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
  .profile-dropdown {
    position: fixed !important;
    left: 16px !important;
    right: 16px !important;
    width: auto !important;
    min-width: auto !important;
  }
  .cart-type-dropdown {
    left: 0;
    right: auto;
  }
}
/* Appointment Page Styles */
.appointment-section {
  background-color: #ffffff;
  padding-bottom: 5rem;
}

.appointment-title {
  font-family: var(--font-lato);
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 2px;
  color: #333333;
  text-transform: uppercase;
  margin-top: 3rem;
}

.service-category-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-bottom: 3rem;
}

.category-link {
  text-decoration: none;
  font-family: var(--font-lato);
  font-size: 1rem;
  font-weight: 500;
  color: #333333;
  transition: color 0.3s ease;
}

.category-link:hover,
.category-link.active {
  color: #00b448;
}

.service-card {
  border: 1px solid #eeeeee;
  border-radius: 4px;
  overflow: hidden;
  height: 100%;
  transition: box-shadow 0.3s ease;
  background: #fff;
}

.service-card:hover {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.service-img-wrapper {
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.service-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-content {
  padding: 1.25rem;
  text-align: left;
}

.service-card-title {
  font-family: var(--font-lato);
  font-size: 1rem;
  font-weight: 700;
  color: #181818;
  margin-bottom: 0.75rem;
  line-height: 1.3;
}

.service-meta {
  font-family: var(--font-lato);
  font-size: 0.9rem;
  color: #666666;
  margin-bottom: 1rem;
}

.price-strikethrough {
  text-decoration: line-through;
  color: #999999;
  margin-left: 0.5rem;
}

.save-badge {
  background-color: #e0fbf6;
  color: #00b4a0;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 2px;
  margin-left: 0.5rem;
  text-transform: uppercase;
}

.btn-reserver {
  background-color: #000000;
  color: #ffffff;
  border-radius: 50px;
  font-family: var(--font-lato);
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 1px;
  padding: 0.5rem 1.5rem;
  border: none;
  text-transform: uppercase;
  transition: transform 0.2s ease;
}

.btn-reserver:hover {
  background-color: #222222;
  color: #ffffff;
  transform: translateY(-2px);
}

@media (max-width: 991.98px) {
  .appointment-title {
    font-size: 1.25rem;
  }
}

.show-more-wrapper {
  margin-top: 3rem;
}

.btn-show-more {
  color: #00b448;
  font-family: var(--font-lato);
  font-size: 1.1rem;
  font-weight: 500;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.btn-show-more:hover {
  opacity: 0.8;
  color: #00b448;
}

/* Subscription Section */
.subscription-section {
  padding: 5rem 0;
  background-color: #ffffff;
}

.subscription-title {
  font-family: var(--font-kaushan);
  font-size: 3.5rem;
  color: rgb(85, 166, 48);
  line-height: 1.2;
  margin-bottom: 2rem;
}

.subscription-subtitle {
  font-family: var(--font-lato);
  font-size: 1.1rem;
  color: #666666;
  max-width: 700px;
  margin: 0 auto 3rem;
  line-height: 1.6;
}

.subscription-form {
  max-width: 650px;
  margin: 0 auto;
}

.subscription-input-group {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.subscription-input {
  flex-grow: 1;
  border: 1px solid #ced4da;
  padding: 0.75rem 1.25rem;
  font-family: var(--font-lato);
  border-radius: 0;
}

.btn-s-inscrire {
  background-color: #000000;
  color: #ffffff;
  padding: 0.75rem 2.5rem;
  border-radius: 50px;
  font-family: var(--font-lato);
  font-weight: 700;
  font-size: 0.9rem;
  text-transform: uppercase;
  border: none;
  transition: background-color 0.3s ease;
  white-space: nowrap;
}

.btn-s-inscrire:hover {
  background-color: #333333;
  color: #ffffff;
}

@media (max-width: 767.98px) {
  .subscription-title {
    font-size: 2.2rem;
  }
  .subscription-input-group {
    flex-direction: column;
    gap: 1.5rem;
  }
  .subscription-input {
    width: 100%;
  }
  .btn-s-inscrire {
    width: 100%;
  }
}

/* Appointment Detail Page Styles */
.appointment-detail-section {
  padding: 2.5rem 0 4rem;
  background-color: #ffffff;
}

.back-link {
  color: #00b448;
  text-decoration: none;
  font-family: var(--font-lato);
  font-size: 0.95rem;
  font-weight: 500;
  font-size: 0.95rem;
  display: inline-flex;
  align-items: center;
  transition: opacity 0.3s ease;
}

.back-link:hover {
  opacity: 0.7;
  color: #00b448;
}

.custom-calendar-container {
  max-width: 380px;
  margin-top: 1rem;
}

.calendar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0 1rem;
  font-family: var(--font-lato);
}

.calendar-title {
  font-size: 1rem;
  font-weight: 400;
  color: #333;
}

.calendar-nav-btn {
  background: none;
  border: none;
  color: #999;
  font-size: 1rem;
  padding: 0.25rem 0.5rem;
  cursor: pointer;
  transition: color 0.2s;
}
.calendar-nav-btn:hover {
  color: #333;
}

.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
  font-family: var(--font-lato);
  row-gap: 0.35rem;
}

.calendar-day-label {
  font-weight: 700;
  font-size: 0.85rem;
  color: #333;
  padding-bottom: 0.75rem;
}

.calendar-day {
  width: 36px;
  height: 36px;
  font-size: 0.9rem;
  color: #333;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  border-radius: 50%;
  transition: background 0.2s, color 0.2s;
}
.calendar-day:hover:not(.empty) {
  background: #eee;
}

.calendar-day.active {
  background-color: rgb(105, 205, 60);
  color: #fff;
}

.calendar-day.available {
  border: 2px solid rgb(105, 205, 60);
  color: #333;
}

.calendar-day.empty {
  cursor: default;
}

.date-info-msg {
  background-color: #f0fdf4;
  padding: 1.25rem 1.5rem;
  border-radius: 6px;
  margin-top: 1.5rem;
  font-family: var(--font-lato);
  font-size: 0.88rem;
  color: #333;
  line-height: 1.55;
}
.date-info-msg p {
  margin: 0;
}

/* Service Detail Content */
.service-detail-title {
  font-family: var(--font-lato);
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #222;
  margin-bottom: 0.4rem;
}

.service-detail-meta {
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 1.5rem;
  font-family: var(--font-lato);
}

.price-strikethrough {
  text-decoration: line-through;
  color: #999;
}

.save-badge {
  display: inline-block;
  background-color: #00b448;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.2rem 0.6rem;
  border-radius: 3px;
  text-transform: uppercase;
  vertical-align: middle;
}

.service-img-wrap {
  margin-bottom: 1.5rem;
}

.service-main-img {
  width: 100%;
  max-width: 360px;
  border-radius: 4px;
}

.service-description-text {
  font-family: var(--font-lato);
  line-height: 1.7;
  color: #444;
  font-size: 0.92rem;
}

.service-description-text p {
  margin-bottom: 1rem;
}

.service-description-text ul {
  padding-left: 1.25rem;
  margin-bottom: 1.25rem;
}

.service-description-text li {
  margin-bottom: 0.4rem;
}

.calendar-day.selected {
  background-color: #00b448;
  color: #fff;
}
.calendar-day.today {
  font-weight: 700;
}
.calendar-loading {
  grid-column: 1 / -1;
  text-align: center;
  padding: 2rem;
  color: #999;
  font-size: 0.9rem;
}

/* Time Slots */
.time-slots-panel {
  margin-top: 1.5rem;
  font-family: var(--font-lato);
}
.time-slots-title {
  font-size: 0.92rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 0.75rem;
}
.time-slots-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.time-slot-btn {
  background: #fff;
  border: 1.5px solid #ddd;
  border-radius: 6px;
  padding: 0.5rem 1rem;
  font-size: 0.85rem;
  font-family: var(--font-lato);
  color: #333;
  cursor: pointer;
  transition: all 0.2s;
}
.time-slot-btn:hover {
  border-color: #00b448;
  color: #00b448;
}
.time-slot-btn.selected {
  background-color: #00b448;
  border-color: #00b448;
  color: #fff;
}

/* Reserve Button */
.btn-book-now {
  background-color: #00b448;
  color: #fff;
  border: none;
  padding: 0.75rem;
  font-family: var(--font-lato);
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
  border-radius: 6px;
  transition: background 0.2s;
}
.btn-book-now:hover {
  background-color: #009a3e;
  color: #fff;
}
.btn-book-now:disabled {
  background-color: #aaa;
  cursor: not-allowed;
}

/* ══ Reservation Sidebar Modal ══ */
.rsv-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.45);
  z-index: 9998;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.rsv-overlay.open {
  opacity: 1;
  pointer-events: auto;
}
.rsv-sidebar {
  position: fixed;
  top: 0;
  right: 0;
  width: 420px;
  max-width: 100vw;
  height: 100vh;
  background: #fff;
  z-index: 9999;
  transform: translateX(100%);
  transition: transform 0.35s cubic-bezier(.4,0,.2,1);
  display: flex;
  flex-direction: column;
  font-family: var(--font-lato);
}
.rsv-sidebar.open {
  transform: translateX(0);
}

/* Header */
.rsv-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.25rem;
  border-bottom: 1px solid #eee;
  flex-shrink: 0;
}
.rsv-header-left {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 1.3rem;
  color: #333;
}
.rsv-badge {
  background: #00b448;
  color: #fff;
  font-size: 0.65rem;
  font-weight: 700;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -10px;
  margin-left: -6px;
}
.rsv-close {
  background: none;
  border: none;
  font-size: 1.1rem;
  color: #666;
  cursor: pointer;
  padding: 0.25rem;
}
.rsv-close:hover { color: #333; }

/* Body (scrollable) */
.rsv-body {
  flex: 1;
  overflow-y: auto;
  padding: 1.25rem;
}

/* Service item card */
.rsv-item {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
}
.rsv-item-img {
  width: 70px;
  height: 70px;
  border-radius: 6px;
  overflow: hidden;
  flex-shrink: 0;
  background: #f5f5f5;
}
.rsv-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rsv-item-info {
  flex: 1;
  min-width: 0;
}
.rsv-item-name {
  font-weight: 700;
  font-size: 0.9rem;
  color: #222;
  line-height: 1.3;
  margin-bottom: 0.15rem;
}
.rsv-item-customer {
  font-size: 0.82rem;
  color: #666;
}
.rsv-item-datetime {
  font-size: 0.82rem;
  color: #666;
}
.rsv-item-actions {
  text-align: right;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.25rem;
}
.rsv-price-current {
  font-size: 0.9rem;
  font-weight: 600;
  color: #222;
}
.rsv-price-original {
  font-size: 0.82rem;
  color: #999;
  text-decoration: line-through;
}
.rsv-delete-btn {
  background: none;
  border: none;
  color: #999;
  cursor: pointer;
  padding: 0.15rem;
  font-size: 0.9rem;
  transition: color 0.2s;
}
.rsv-delete-btn:hover {
  color: #e74c3c;
}

.rsv-divider {
  border-top: 1px solid #eee;
  margin: 1rem 0;
}

/* Coupon */
.rsv-coupon-section {
  margin: 0;
}
.rsv-coupon-label {
  font-size: 0.9rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 0.5rem;
}
.rsv-coupon-row {
  display: flex;
  gap: 0;
}
.rsv-coupon-input {
  flex: 1;
  border: 1px solid #ddd;
  border-right: none;
  border-radius: 4px 0 0 4px;
  padding: 0.5rem 0.75rem;
  font-size: 0.88rem;
  font-family: var(--font-lato);
  outline: none;
}
.rsv-coupon-input:focus {
  border-color: #bbb;
}
.rsv-coupon-btn {
  background: #fff;
  border: 1px solid #ddd;
  border-left: none;
  border-radius: 0 4px 4px 0;
  padding: 0.5rem 1rem;
  font-size: 0.88rem;
  font-family: var(--font-lato);
  color: #333;
  cursor: pointer;
  text-decoration: underline;
  white-space: nowrap;
}
.rsv-coupon-btn:hover {
  color: #000;
}

/* Pricing rows */
.rsv-pricing {
  font-size: 0.9rem;
  color: #555;
}
.rsv-pricing-row {
  display: flex;
  justify-content: space-between;
  padding: 0.3rem 0;
}
.rsv-pricing-total {
  font-weight: 700;
  color: #222;
  padding-top: 0.5rem;
  border-top: 1px solid #eee;
  margin-top: 0.3rem;
}
.rsv-pricing-due {
  font-weight: 700;
  color: #222;
  font-size: 0.95rem;
  padding-top: 0.3rem;
}

/* Details form */
.rsv-details-section {
  padding-top: 0.25rem;
}
.rsv-details-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 0.25rem;
}
.rsv-login-hint {
  font-size: 0.85rem;
  color: #666;
  margin-bottom: 1rem;
}
.rsv-login-hint a {
  color: #222;
  text-decoration: none;
}
.rsv-login-hint a:hover {
  text-decoration: underline;
}
.rsv-label {
  font-size: 0.82rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 0.25rem;
  display: block;
}
.rsv-input {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 0.55rem 0.75rem;
  font-size: 0.9rem;
}
.rsv-input:focus {
  border-color: #bbb;
  box-shadow: none;
}
.rsv-store-label {
  font-size: 0.82rem;
  color: #444;
  line-height: 1.4;
}
.rsv-submit-btn {
  background-color: #00b448;
  color: #fff;
  border: none;
  padding: 0.85rem;
  font-size: 0.95rem;
  font-weight: 600;
  border-radius: 50px;
  transition: background 0.2s;
  letter-spacing: 0.3px;
}
.rsv-submit-btn:hover {
  background-color: #009a3e;
  color: #fff;
}
.rsv-submit-btn:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}
.rsv-book-more {
  display: block;
  text-align: center;
  margin-top: 1rem;
  font-size: 0.92rem;
  color: #333;
  text-decoration: underline;
  font-weight: 500;
}
.rsv-book-more:hover {
  color: #000;
}

@media (max-width: 480px) {
  .rsv-sidebar { width: 100vw; }
}

@media (max-width: 991.98px) {
  .custom-calendar-container {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
  }
  .service-detail-info {
    margin-top: 2rem;
  }
}

/* Shop Page Styles */
.shop-section {
  padding: 4rem 0;
  background-color: #ffffff;
}

.shop-sidebar {
  padding-right: 2rem;
}

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

.shop-category-item {
  margin-bottom: 1rem;
}

.shop-category-link {
  font-family: var(--font-lato);
  font-size: 1rem;
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
  cursor: pointer;
}

.shop-category-link:hover,
.shop-category-link.active {
  color: #00b448; /* Your brand green */
  font-weight: 700;
}

.shop-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}

.shop-title {
  font-family: var(--font-lato);
  font-size: 1.5rem;
  color: #333;
  margin: 0;
}

.shop-sort-select {
  border: none;
  background: transparent;
  font-family: var(--font-lato);
  color: #666;
  font-size: 0.9rem;
  cursor: pointer;
}

.shop-card {
  border: 1px solid #eee;
  padding: 1.5rem;
  text-align: left;
  height: 100%;
  transition: box-shadow 0.3s ease;
}

.shop-card:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.shop-img-wrapper {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  overflow: hidden;
}

.shop-img-wrapper a {
  display: block;
  width: 100%;
  height: 100%;
}

.shop-card img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

.shop-card-title {
  font-family: var(--font-lato);
  font-size: 0.95rem;
  font-weight: 400;
  color: #333;
  margin-bottom: 0.5rem;
  min-height: 44px; /* Ensure alignment */
}

.shop-card-price {
  font-family: var(--font-lato);
  font-size: 0.9rem;
  color: #333;
  margin-bottom: 0;
}

.coming-soon-banner {
  background-color: #f0fdf4; /* Light green background */
  color: #333;
  padding: 2rem;
  text-align: center;
  font-family: var(--font-lato);
  font-size: 1.1rem;
  border-radius: 4px;
  width: 100%;
}

@media (max-width: 991.98px) {
  .shop-sidebar {
    padding-right: 0;
    margin-bottom: 2rem;
    overflow-x: auto;
  }
  .shop-category-list {
    display: flex;
    gap: 1.5rem;
    padding-bottom: 0.5rem;
  }
  .shop-category-item {
    margin-bottom: 0;
    white-space: nowrap;
  }
}

/* Product Detail Page Styles */
.product-detail-section {
  background-color: #fff;
}

.product-detail-title {
  font-family: var(--font-lato);
  font-weight: 300;
  font-size: 2rem;
  line-height: 1.2;
}

.product-detail-price {
  font-family: var(--font-lato);
  font-weight: 400;
}

.product-detail-main-img {
  max-height: 500px;
}

.product-detail-actions {
  max-width: 400px;
}

.qty-input {
  border-radius: 0;
  border: 1px solid #ced4da;
  padding: 0.5rem;
}

.btn-buy-now {
  background-color: #000;
  color: #fff;
  border-radius: 50px; /* Pill shape */
  padding: 0.75rem 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.9rem;
  font-family: var(--font-lato);
  border: 2px solid #000;
  transition: all 0.3s ease;
}

.btn-buy-now:hover {
  background-color: #333;
  color: #fff;
  border-color: #333;
}

.btn-add-cart {
  background-color: #000;
  color: #fff;
  border-radius: 50px;
  padding: 0.75rem 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.9rem;
  font-family: var(--font-lato);
  border: 2px solid #000;
  transition: all 0.3s ease;
}

.btn-add-cart:hover {
  background-color: #fff;
  color: #000;
}

.required:before {
  content: "* ";
  color: red;
}

/* Blog Detail Page Styles */
.article-title {
  font-family: var(--font-lato);
  color: #00b448;
  font-weight: 300;
  font-size: 2.5rem;
}

.article-caption {
  background-color: #e9f7ef; /* Light green background */
  font-family: var(--font-lato);
}

.highlight-green {
  color: #00b448;
}

.article-step-title {
  font-family: var(--font-lato);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.1rem;
}

.subscribe-box {
  border: 1px solid #e0e0e0;
}

.btn-black {
  background-color: #000;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: color 0.4s ease;
}

.btn-black::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgb(16, 138, 0);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.5s ease, height 0.5s ease;
  z-index: -1;
}

.btn-black:hover {
  color: #fff;
}

.btn-black:hover::before {
  width: 400px;
  height: 400px;
}

.signup-submit-btn {
  min-width: 250px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.recent-post-item img {
  border-radius: 4px;
}

/* Albums Page Styles */
.gallery-main-view {
  width: 100%;
  /* We need overflow hidden to mask the sliding track */
  height: 420px; /* Adjust as needed */
}

.gallery-track {
  width: 100%; /* Will hold all slides */
  height: 100%;
  /* The width of track needs to be enough to hold all items if we want them in one line */
  /* But since we use flex with defined widths, we interpret logic in JS or CSS */
  /* Actually for simple translation track should be wider than container? */
  /* For the logic tx = -(index-1)*33%, the track can be just 100% width relative to container but overflowing items hidden?
     No, if we want to scroll, the items need to be laid out horizontally.
     So track width should be: number of images * (100/3)% ?
     Or we set track to display flex and let it overflow, but we move it. */
  /* Let's set track to be large just in case or handle purely via flex basis */
  /* Actually, if we use translateX percent, it is relative to the element width itself, usually.
      If track is 100% of parent, and we move it 33%, it moves 1/3 of view.
      But items are 33% of track? If track is 100% of parent, then items are 33% of viewport. Correct.
      But if track is forced to be wider (e.g. 300%), then 33% move is huge.
      Let's keep track width 100% of container, but allow flex items to shrink/grow or wrap? No wrap.
      We want them simply in a row.
      If we have 10 images, and each is 33% of container, total width needs to be 333%.
  */
}

/* Force track to be wide enough to hold all slides in a row */
/* We will set this in JS or just make it super wide and rely on flex? */
/* Better: make track relative position, display flex, no wrap. Width = (100 / 3 * N)% ? */
/* Or just let it overflow parent. */
.gallery-track {
  width: 100%; /* We rely on flex-basis of children */
  /* Wait, if track is 100% width, and we have 10 items of 33%, they will squash if flex-shrink 1, or overflow if 0 */
  /* We want overflow */
}
.gallery-slide {
  flex: 0 0 33.33%;
  width: 33.33%;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.gallery-slide-img {
  height: 400px;
}

.gallery-arrow {
  background: rgba(0, 0, 0, 0.3) !important;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s;
}
.gallery-arrow:hover {
  background: rgba(0, 0, 0, 0.7) !important;
}

.gallery-overlay {
  transition:
    opacity 0.3s ease,
    background-color 0.3s ease;
}

/* Login Page Styles */
.login-section {
  font-family: var(--font-lato);
}

.post-input {
  border: 1px solid #ddd;
  box-shadow: none;
}

.post-input:focus {
  border-color: #ccc;
  box-shadow: none;
}

/* Cart Type Dropdown */
.cart-type-dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  background: var(--bg-dark, #2c2c2c);
  border-radius: 10px;
  min-width: 160px;
  z-index: 1050;
  padding: 0.4rem 0;
  box-shadow: 0 6px 20px rgba(0,0,0,0.3);
}
.cart-type-dropdown::before {
  content: '';
  position: absolute;
  top: -7px;
  right: 14px;
  width: 14px;
  height: 14px;
  background: var(--bg-dark, #2c2c2c);
  transform: rotate(45deg);
  border-radius: 2px;
}
.cart-type-dropdown.show {
  display: block;
}
.cart-type-option {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.6rem 1rem;
  color: #fff;
  text-decoration: none;
  font-family: var(--font-lato);
  font-size: 0.9rem;
  font-weight: 500;
  transition: background 0.15s;
}
.cart-type-option:hover {
  background: rgba(255,255,255,0.08);
  color: #fff;
}
.cart-type-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  font-size: 0.72rem;
  font-weight: 700;
  background: #e74c3c;
  color: #fff;
  flex-shrink: 0;
}
.cart-type-count-green {
  background: #00b448;
}

/* Profile Dropdown Styles */
.profile-dropdown {
  background-color: var(--bg-dark);
  border: none;
  border-radius: 6px;
  padding: 18px 0;
  min-width: 240px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
  margin-top: 12px !important;
  right: 0;
  left: auto;
}

.profile-dropdown::before {
  content: '';
  position: absolute;
  top: -8px;
  right: 12px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid var(--bg-dark);
}

.profile-dropdown .dropdown-item {
  color: #aaa;
  font-family: var(--font-lato);
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  padding: 9px 24px;
  transition: color 0.2s ease;
}

.profile-dropdown .dropdown-item:hover,
.profile-dropdown .dropdown-item:focus {
  background-color: transparent;
  color: #fff;
}

.profile-dropdown .dropdown-divider {
  border-top: 1px solid #444;
  margin: 8px 20px;
}

/* Account Page Styles */
.account-sidebar {
  padding-right: 2rem;
}

.account-nav-link {
  font-family: var(--font-lato);
  font-size: 1.1rem;
  color: #333333;
  text-decoration: none;
  display: block;
  padding: 0.5rem 0;
  transition: color 0.3s ease;
  position: relative;
}

.account-nav-link:hover {
  color: #00b448;
}

.account-nav-link.active {
  color: #00b448;
  font-weight: 700;
}

button.account-nav-link {
  background: none;
  border: none;
  cursor: pointer;
}

/* Add dash for non-active items if needed, or stick to simple highlight */
/* Based on image, active item might just be green text */

.account-greeting {
  font-family: var(--font-lato);
  font-weight: 400;
  letter-spacing: 1px;
  color: #555555;
  font-size: 1.5rem;
}

.profile-name {
  font-family: "Lato", sans-serif; /* Using Lato for cleaner look */
  font-weight: 400;
  font-size: 2.5rem;
  color: #000000;
}

.profile-value {
  font-family: var(--font-lato);
  font-size: 1.1rem;
  color: #555555;
}

.edit-profile-link {
  color: #00b448;
  font-family: var(--font-lato);
  font-size: 1rem;
  text-decoration: none;
  margin-top: 1rem;
  display: inline-block;
  transition: opacity 0.3s ease;
}

.edit-profile-link:hover {
  opacity: 0.8;
  color: #00b448;
}

.account-tab-content {
  display: none;
  animation: fadeIn 0.5s ease;
}

.account-tab-content.active {
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Language Dropdown */
.lang-dropdown-toggle {
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 600;
  color: #fff;
  padding: 5px 10px;
  border: 1px solid rgba(255,255,255,.4);
  border-radius: 20px;
  transition: all 0.2s;
  cursor: pointer;
}
.lang-dropdown-toggle .bi-globe2 {
  color: rgb(16, 138, 0);
}
.lang-dropdown-toggle:hover {
  color: #fff;
  border-color: rgba(255,255,255,.7);
  background: rgba(255,255,255,.1);
}
.lang-dropdown-menu {
  min-width: 140px;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0,0,0,.12);
  border: 1px solid #eee;
  padding: 4px 0;
}
.lang-option {
  font-size: 0.85rem;
  font-weight: 500;
  padding: 8px 16px;
  transition: background 0.15s;
}
.lang-option:hover {
  background: #f5f5f5;
}
.lang-option.active {
  color: #4caf50;
  font-weight: 700;
  background: #f0faf0;
}
.lang-option.active::after {
  content: '\2713';
  float: right;
  color: #4caf50;
  font-weight: 700;
}

/* Navbar Search Bar Overlay */
.navbar-search-bar {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: #333;
  z-index: 1060;
  align-items: center;
  border: 2px solid #555;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.15s ease;
}

.navbar-search-bar.open {
  opacity: 1;
  pointer-events: auto;
}

.navbar-search-icon {
  color: #aaa;
  flex-shrink: 0;
  margin-right: 10px;
}

.navbar-search-form {
  display: flex;
  align-items: center;
}

.navbar-search-input {
  background: transparent;
  border: none;
  outline: none;
  color: #fff;
  font-family: var(--font-lato);
  font-size: 1rem;
  padding: 10px 0;
  width: 100%;
}

.navbar-search-input::placeholder {
  color: #999;
}

.navbar-search-close {
  color: #aaa;
  flex-shrink: 0;
  margin-left: 10px;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.navbar-search-close:hover {
  color: #fff;
}

/* ============================================
   COMPREHENSIVE RESPONSIVE STYLES
   ============================================ */

/* Tablet (max-width: 991px) */
@media (max-width: 991.98px) {
  .map-container {
    height: 320px;
  }
  .about-img {
    width: 200px;
    height: 200px;
  }
  .reviews-title {
    font-size: 2.2rem;
  }
  .reviews-section {
    background-attachment: scroll;
  }
  .profile-dropdown {
    right: 0 !important;
    left: auto !important;
  }
  .rsv-sidebar {
    width: 100vw;
  }
  .gallery-main-view {
    height: 300px;
  }
  .gallery-slide-img {
    height: 280px;
  }
  .gallery-slide {
    flex: 0 0 50%;
    width: 50%;
  }
  .shop-header {
    flex-wrap: wrap;
    gap: 10px;
  }
}

/* Mobile (max-width: 767px) */
@media (max-width: 767.98px) {
  .hero-title {
    font-size: 2rem;
  }
  .hero-subtitle {
    font-size: 0.9rem;
  }
  .hero-section .py-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .policy-text .h4 {
    font-size: 1.1rem;
  }
  .policy-image-wrapper img {
    max-width: 100%;
  }
  .about-img {
    width: 160px;
    height: 160px;
  }
  .about-mission {
    font-size: 0.95rem;
  }
  .section-title {
    font-size: 1.2rem;
    letter-spacing: 1px;
  }
  .blog-post-card-img-wrapper {
    height: 180px;
  }
  .map-container {
    height: 260px;
  }
  .map-overlay {
    position: relative;
    top: auto;
    left: auto;
    margin: 0;
    border-radius: 0;
    width: 100%;
  }
  .reviews-title {
    font-size: 1.8rem;
  }
  .review-card {
    padding: 1.5rem 1rem 1rem;
  }
  .schedule-table {
    font-size: 0.9rem;
  }
  .schedule-table td:first-child {
    padding-right: 10px;
  }
  .contact-info-block {
    margin-top: 1.5rem;
  }
  .profile-name {
    font-size: 1.5rem !important;
  }
  .account-sidebar {
    padding-right: 0 !important;
    margin-bottom: 1.5rem;
  }
  .gallery-main-view {
    height: 240px;
  }
  .gallery-slide-img {
    height: 220px;
  }
  .gallery-arrow {
    width: 36px !important;
    height: 36px !important;
    font-size: 1.2rem !important;
  }
  .gallery-thumb-img {
    width: 45px !important;
    height: 45px !important;
  }
  .custom-calendar-container {
    max-width: 100%;
  }
  .calendar-day {
    width: 32px;
    height: 32px;
    font-size: 0.8rem;
  }
  .service-main-img {
    max-width: 100%;
  }
  .rsv-sidebar {
    width: 100vw;
    padding: 20px 15px;
  }
  .rsv-item {
    flex-direction: column;
    align-items: flex-start;
  }
  .rsv-coupon-row {
    flex-direction: column;
  }
  .rsv-coupon-btn {
    width: 100%;
  }
  .shop-header {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 8px;
  }
  .shop-img-wrapper {
    height: 160px;
  }
  .product-card {
    margin-bottom: 0.5rem;
  }
  .product-detail-main-img {
    max-height: 320px;
  }
  .product-detail-actions {
    max-width: 100%;
  }
  .product-detail-title {
    font-size: 1.5rem;
  }
  .navbar-search-bar {
    padding: 8px 0;
  }
  .navbar-search-input {
    font-size: 0.9rem !important;
  }
  .cart-type-dropdown {
    right: -40px;
  }
}

/* Small phones (max-width: 575px) */
@media (max-width: 575.98px) {
  body {
    font-size: 0.92rem;
  }
  .navbar .container-fluid.px-4 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .navbar-toggler {
    padding: 0.2rem 0.45rem;
    font-size: 1rem;
  }
  .container-fluid.px-4 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .hero-title {
    font-size: 1.6rem;
  }
  .hero-subtitle {
    font-size: 0.85rem;
  }
  .hero-benefits {
    font-size: 0.8rem;
  }
  .brand-top {
    font-size: 0.95rem;
  }
  .brand-bottom {
    font-size: 1.1rem;
  }
  .announcement-bar {
    font-size: 0.75rem;
  }
  .policy-v2-quote {
    font-size: 2.5rem;
  }
  .policy-v2-text p {
    font-size: 0.9rem;
  }
  .policy-v2-text .policy-bold {
    font-size: 1rem;
  }
  .about-img {
    width: 130px;
    height: 130px;
  }
  .about-card-title {
    font-size: 1rem;
  }
  .italic-text {
    font-size: 0.85rem;
  }
  .blog-post-card-img-wrapper {
    height: 150px;
  }
  .faq-accordion .accordion-button {
    font-size: 0.9rem;
    padding: 0.7rem 1rem;
  }
  .faq-accordion .accordion-body {
    font-size: 0.88rem;
    padding: 0.8rem 1rem;
  }
  .map-container {
    height: 220px;
  }
  .reviews-title {
    font-size: 1.5rem;
  }
  .review-card {
    padding: 1.25rem 0.75rem 0.75rem;
  }
  .reviewer-avatar {
    width: 45px;
    height: 45px;
    font-size: 1.2rem;
  }
  .footer-blog-link {
    font-size: 0.75rem;
  }
  .copyright-text {
    font-size: 0.68rem;
  }
  .appointment-title {
    font-size: 1.2rem;
    margin-top: 1.5rem;
  }
  .service-category-nav {
    gap: 0.75rem;
  }
  .category-link {
    font-size: 0.85rem;
  }
  .gallery-main-view {
    height: 200px;
  }
  .gallery-slide-img {
    height: 180px;
  }
  .gallery-track > div {
    flex: 0 0 100% !important;
    width: 100% !important;
  }
  .profile-dropdown {
    min-width: 200px;
  }
  .profile-name {
    font-size: 1.2rem !important;
  }
  .account-greeting {
    font-size: 1.1rem !important;
  }
  .signup-submit-btn {
    min-width: auto;
    width: 100%;
  }
  .product-detail-main-img {
    max-height: 250px;
  }
  .product-detail-title {
    font-size: 1.3rem;
  }
}
/* Accessibility: sufficient contrast for muted text (WCAG AA) */
body.layout-app .text-muted,
.layout-app .text-muted,
.text-muted {
  --bs-text-opacity: 1;
  color: #555 !important;
}
