/* Overlay primary per sezione Benvenuti in Anabasi */
.hero-overlay-primary {
    position: absolute;
    inset: 0;
    background: rgba(50, 106, 104, 0.50); /* primary più scuro */
    z-index: 1;
    pointer-events: none;
}
.medicina-funzionale-main p {
    color: #111 !important;
}
.ayurveda-hero .hero-overlay {
    background: var(--primary); /* primary più presente */
}
.Ourteam-section .card-content .mb-2 {
    margin-bottom: 0.3rem !important;
}
.Ourteam-section .card-content .mb-4 {
    margin-bottom: 0.3rem !important;
}
.Ourteam-section .card-content .mb-6 {
    margin-bottom: 1.2rem !important;
}
.Ourteam-section .card-content .mb-4 {
    margin-bottom: 0.5rem !important;
}
.reveal-up {
    opacity: 0;
    transform: translateY(60px) scale(0.98);
    transition: opacity 0.7s cubic-bezier(.4,2,.3,1), transform 0.7s cubic-bezier(.4,2,.3,1);
}
.reveal-up.active {
    opacity: 1;
    transform: translateY(0) scale(1);
}
.Ourteam-section .card.team-reveal {
    border: 2px solid #357a7a;
    border-radius: 18px;
    outline: 3px solid var(--primary);
    outline-offset: 2px;
.Ourteam-section .card-content {
    padding: 1rem 1.2rem !important;
}
.Ourteam-section .card-content h4 {
    font-size: 1.25rem;
    font-weight: 600;
}
    opacity: 0;
    transform: translateY(60px) scale(0.98);
    transition: opacity 0.7s cubic-bezier(.4,2,.3,1), transform 0.7s cubic-bezier(.4,2,.3,1);
    border: 2px solid #357a7a;
    border-radius: 18px;
    outline: 3px solid var(--primary);
    outline-offset: 2px;
}
.Ourteam-section .card.team-reveal.active {
    opacity: 1;
    transform: translateY(0) scale(1);
}
.home-content {
    position: relative;
    z-index: 1;
}
.home-fade-mask {
    pointer-events: none;
    position: absolute;
    left: 0; right: 0; bottom: 0;
    height: 120px;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 60%, #e6f0ee 100%);
    z-index: 2;
}
.home-title, .home-subtitle {
    position: relative;
    z-index: 2;
    transition: opacity 0.2s cubic-bezier(.4,2,.3,1), transform 0.2s cubic-bezier(.4,2,.3,1);
    pointer-events: auto;
}
/* Dropdown Styles (Desktop) */
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-toggle {
    color: var(--primary);
    text-decoration: none;
    margin-left: 20px;
    font-weight: 500;
    cursor: pointer;
    transition: color 0.3s ease;
}

.dropdown-toggle:hover {
    color: #6fadad;
}

.dropdown-menu {
    display: none;
    position: absolute;
    background: white;
    min-width: 160px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    z-index: 1001;
    top: 100%;
    left: 0;
    padding: 10px 0;
}

.dropdown:hover .dropdown-menu {
    display: block;
    /* Show on hover */
}

.dropdown-item {
    color: #4A3C31;
    padding: 10px 20px;
    text-decoration: none;
    display: block;
    font-weight: 400;
}

.dropdown-item:hover {
    background: #6fadad;
    color: white;
}
.home-subtitle {
    will-change: transform;
    transition: transform 0.2s cubic-bezier(.4,2,.3,1);
}
.home-title {
    will-change: transform;
    transition: transform 0.2s cubic-bezier(.4,2,.3,1);
}
.service-description {
    font-size: 1.05rem !important;
}
/* Scroll reveal up animation for service cards */
.reveal-up {
    opacity: 0;
    transform: translateY(60px);
    transition: opacity 0.4s cubic-bezier(.4,2,.3,1), transform 0.4s cubic-bezier(.4,2,.3,1);
}
.reveal-up.active {
    opacity: 1;
    transform: translateY(0);
}




@media (min-width: 769px) {
    .Ourteam-section .cards-grid-treat:hover .hover-card,
    .Ourteam-section .hover-card:hover {
            height: 800px !important;
        min-height: 600px !important;
        max-height: 600px !important;
        
    }
}
        s
        
.Ourteam-section {
        display: flex;
        flex-direction: column;
        flex: 1 1 320px;
        min-width: 260px;
        max-width: 360px;
        width: 100%;
        height: 600px !important;
        min-height: 600px !important;
        max-height: 600px !important;
        box-sizing: border-box;
}

.Ourteam-section .cards-grid-treat {
        align-items: stretch;
}

.Ourteam-section .hover-card .card-image,
.Ourteam-section .hover-card .card-text,
.Ourteam-section .hover-card .card-overlay {
        min-height: 0;
}

@media (min-width: 769px) {
    .Ourteam-section .hover-card {
        height: 100%;
    }
    .Ourteam-section .cards-grid-treat {
        align-items: stretch;
    }
}

.Ourteam-section .cards-grid-treat .card {
    flex: 1 1 0;
    gap: 20px; /* Space between cards, adjust as needed (e.g., 30px) */
    min-width: 280px;
    max-width: 340px;
    display: flex;
    flex-direction: column;

}


@media (max-width: 768px) {
  .hover-card {
  position: relative;
  min-width: 300px; /* Fixed width, adjust as needed */
  height: 700px; /* Doubled vertically */
  overflow: hidden;
  border-radius: 10px; /* Optional: rounded corners */
  box-shadow: 0 7px 8px rgba(0, 0, 0, 0.35); /* Subtle shadow */
  display: flex; /* Use flexbox to divide vertically */
  flex-direction: column; /* Stack children vertically */
  }
}

.card-image {
  width: 100%; /* Full width */
  height: 50%; /* Top half for photo */
  background-size: cover;
  background-position: center;
  transition: transform 0.3s ease; /* Smooth transition for hover effect */
}

.card-text {
  width: 100%; /* Full width */
  height: 50%; /* Bottom half for text */
  padding: 20px;
  background-color: #f7f7f7; /* Light background for text */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; /* Center text vertically and horizontally */
  transition: background-color 0.3s ease; /* Smooth transition for hover */
}

.card-heading {
    margin: 0 0 4px 0;
  font-size: 24px;
  color: var(--primary);/* Matches your theme */
  font-weight: 600;
  text-align: center;
}

.card-description {
    margin: 2px 0 0;
  font-size: 14px;
  color: #666;
  text-align: center;
}

.card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--primary); /* Semi-transparent overlay color (#543b34) */
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0; /* Hidden by default */
  transition: opacity 0.3s ease; /* Smooth fade for hover */
  z-index: 2; /* Above image and text */
}

.overlay-text {
  margin: 0;
  font-size: 16px;
  text-align: center;
  line-height: 1.5;
}

.hover-card:hover .card-image {
  transform: scale(1.1); /* Slight zoom on hover */
}

.hover-card:hover .card-text {
  background-color: rgba(247, 247, 247, 0.8); /* Slightly transparent on hover */
}

/* ====================================================================
     Hero layout height: ensure the first section (.hero-section) has a
     configurable layout height and that following content cannot be
     overlapped by transformed/parallax elements. This does NOT change the
     parallax script; it only reserves layout space so transforms won't
     visually cover subsequent sections.
     Tune the --hero-layout-height values below as needed.
     ==================================================================== */

:root {
    /* default desktop hero layout height */
    --hero-layout-height: 820px;
}

/* Slightly smaller on laptops/tablets */
@media (max-width: 1024px) {
    :root { --hero-layout-height: 720px; }
}

/* Phones (portrait) */
@media (max-width: 820px) and (orientation: portrait) {
    :root { --hero-layout-height: 520px; }
}

/* Phones in landscape need more vertical room so parallax transforms
     don't overlap the next section */
@media (max-width: 820px) and (orientation: landscape) {
    :root { --hero-layout-height: 720px; }
}

/* Very small phones */
@media (max-width: 420px) {
    :root { --hero-layout-height: 460px; }
}

/* Apply the layout height to the hero section and content. Use
     !important to override inline heights like height:100vh in the
     HTML so the layout allocation takes precedence. */
.hero-section {
    min-height: var(--hero-layout-height);
    position: relative;
    box-sizing: border-box;
}

.hero-content {
    /* Make hero content occupy the layout height so transformed children
         remain within the reserved flow space. */
    height: var(--hero-layout-height);
    min-height: var(--hero-layout-height);
    overflow: visible;
}

/* Ensure the background image fills the reserved area */
.home-background img,
.home-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.hover-card:hover .card-overlay {
  opacity: 1; /* Reveal overlay on hover */
}

/* Optional: Add AOS for scroll animation */
.hover-card[data-aos] {
  opacity: 0;
  transform: translateY(20px);
}
.hover-card[data-aos].aos-animate {
  opacity: 1;
  transform: translateY(0);
}

/* Cool scroll animation for discipline cards */
.animate-in {
    opacity: 1 !important;
    transform: translateY(0) scale(1);
    transition: opacity 0.7s cubic-bezier(.4,2,.3,1), transform 2s cubic-bezier(.4,2,.3,1);
}
.animate-on-scroll {
    opacity: 0;
    transform: translateY(60px) scale(0.98);
}

.mobile-break {
    display: none;
}

/* Show breaks on mobile screens */
@media (max-width: 768px) {
    .mobile-break {
        display: block;
    }

}

/* Global style for all non-heading text elements, excluding header and footer */
main p,
main div,
main span,
main li,
main a,
main .text-small,
main .text-muted,
main .section-description {
    font-size: 1.05rem !important;
    font-weight: 400 !important;
    text-align: center !important;
}
/* Uniform image alignment for yoga-meditazione cards */
.cards-grid-treat .card-img-align {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 12px 12px 0 0;
    margin-bottom: 16px;
    margin-top: 0;
    display: block;
}
.cards-grid-treat .card-content {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    height: 100%;
}
/* Uniform image alignment for medicina funzionale cards */
.card-img-align {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 12px 12px 0 0;
    margin-bottom: 10px;
    margin-top: 0;
    align-self: stretch;
}

.collaboration-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 32px 24px 32px 24px;
    box-sizing: border-box;
    min-height: 100%;
}

.content-rosa-text {
    font-size: 1.35rem;
    font-weight: 500;
    color: #357a7a;
}
/* Anabasi Design System - CSS Variables */
body, h1, h2, h3, h4, h5, h6, p, a, li, span, div {
    font-family: 'Montserrat', sans-serif !important;
}
:root {
html, body {
    overflow-x: hidden;
}
/* Base colors - inspired by Anabasi branding */
    --background: hsl(30, 5%, 96%); /* Light Beige (#F8F1E9) */
    --foreground: #A8817F; /* Primary shade */

    /* Card surfaces */
    --card: hsl(30, 5%, 98%); /* Soft Beige (#F8F1E9) */
    --card-foreground: #357a7a; /* Primary shade */

    /* Primary - Teal */
    --primary: #4A9C9C; /* Teal (#4A9C9C) */
    --primary-foreground: hsl(173, 55%, 61%); /* White (#FFFFFF) */
    --primary-rgb: 52, 152, 219;

    /* Secondary - Soft neutral */
    --secondary: black; /* Beige (#F5EDE0) */
    --secondary-foreground: #357a7a; /* Primary shade */

    /* Muted tones */
    --muted:  hsl(60, 17%, 95%); /* Light Gray (#EDEDED) */
    --muted-foreground: hsl(120, 10%, 97%); /* Darker Gray (#666) */

    /* Accent - Primary */
    --accent: #4A9C9C; /* Primary */
    --accent-foreground: hsl(0, 0%, 100%); /* White (#FFFFFF) */

    /* Anabasi wellness colors */
    --wellness-sage: #5A4140; /* Primary */
    --wellness-blue: hsl(184, 25%, 35%); /* Dark Teal (#3A7878) */
    --wellness-beige: hsl(30, 5%, 92%); /* Beige (#F5EDE0) */
    --wellness-gold: hsl(45, 70%, 50%); /* Warm Gold (retained from original, #8A9A5B alternative) */
    --wellness-earth: #357a7a; /* Primary shade */
    
    /* Border */
    --border: hsl(30, 5%, 90%); /* Light Beige border (#F5EDE0 variant) */
    --input: hsl(0, 0%, 93%); /* Light Gray (#EDEDED) */
    --ring: hsl(184, 38%, 40%); /* Teal (#4A9C9C) */

    --radius: 12px;

    /* Fonts */
    --font-sans: 'Inter', ui-sans-serif, system-ui, sans-serif;
    --font-serif: 'Playfair Display', ui-serif, serif;

    /* Shadows */
    --shadow-soft: 0 4px 20px -8px hsla(184, 38%, 40%, 0.15); /* Teal (#4A9C9C) with 15% opacity */
    --shadow-elegant: 0 10px 40px -15px hsla(184, 38%, 40%, 0.25); /* Primary with 20% opacity */

    /* Gradients */
    --gradient-hero: linear-gradient(135deg, hsl(30, 5%, 92%), hsl(184, 25%, 35%)); /* Beige (#F5EDE0) to Dark Teal (#3A7878) */
    --gradient-sage: linear-gradient(135deg, hsl(75, 25%, 40%), hsl(184, 25%, 35%)); /* Sage Green (#8A9A5B) to Dark Teal (#3A7878) */
    
    /* Typography scales */
    --text-xs: 0.75rem;
    --text-sm: 0.875rem;
    --text-base: 1rem;
    --text-lg: 1.125rem;
    --text-xl: 1.25rem;
    --text-2xl: 1.5rem;
    --text-3xl: 1.875rem;
    --text-4xl: 2.25rem;
    --text-5xl: 3rem;
    --text-6xl: 3.75rem;

    /* Spacing */
    --spacing-1: 0.25rem;
    --spacing-2: 0.5rem;
    --spacing-3: 0.75rem;
    --spacing-4: 1rem;
    --spacing-5: 1.25rem;
    --spacing-6: 1.5rem;
    --spacing-8: 2rem;
    --spacing-10: 2.5rem;
    --spacing-12: 3rem;
    --spacing-16: 4rem;
    --spacing-20: 5rem;
    --spacing-24: 6rem;
    --spacing-32: 8rem;
}

/* Reset and Base Styles */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: var(--font-sans);
    background-color: var(--background);
    color: var(--foreground);
    line-height: 1.6;
    font-size: var(--text-base);
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-serif);
    line-height: 1.2;
    margin-bottom: var(--spacing-4);
}

h1 { font-size: var(--text-4xl); }
h2 { font-size: var(--text-3xl); }
h3 { font-size: var(--text-2xl); }
h4 { font-size: var(--text-xl); }
h5 { font-size: var(--text-lg); }
h6 { font-size: var(--text-base); }

p {
    margin-bottom: var(--spacing-4);
    line-height: 1.7;
    font-size: 1.18rem;
}

a {
    color: var(--wellness-sage);
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: var(--wellness-blue);
}

img {
    max-width: 100%;
    height: auto;
}

/* Container */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 var(--spacing-6);
}

@media (min-width: 1024px) {
    .container {
        padding: 0 var(--spacing-8);
    }
}

.shaved-chocolate {
  color: hsl(13, 23%, 30%);
}

/* Header Styles */
.header-fixed {
    opacity: 0.85;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background: #f4f0e7;
    backdrop-filter: blur(8px);
    border-bottom: 1px solid var(--border);
}

.nav-container {
    padding: var(--spacing-4) var(--spacing-6);
}

@media (min-width: 1024px) {
    .nav-container {
        padding: var(--spacing-4) var(--spacing-8);
    }
}

.nav-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav-logo {
    font-family: var(--font-serif);
    font-size: var(--text-2xl);
    font-weight: 500;
    color: var(--wellness-sage);
    text-decoration: none;
    outline: none;
    box-shadow: none;
}

.nav-logo:focus {
    outline: none;
    box-shadow: none;
}

.logo-text {
    display: block;
}

.logo-subtitle {
    display: block;
    font-size: var(--text-sm);
    font-weight: 300;
    color: var(--muted-foreground);
}

.nav-desktop {
    display: none;
    align-items: center;
    gap: var(--spacing-8);
}

@media (min-width: 1024px) {
    .nav-desktop {
        display: flex;
    }
}

.nav-link {
    font-size: var(--text-sm);
    font-weight: 500;
    color: var(--primary);
    transition: color 0.3s ease;
    outline: none;
    box-shadow: none;
}

.nav-link:focus {
    outline: none !important;
    box-shadow: none !important;
}

.nav-link:hover,
.nav-link.active {
    color: var(--primary);
    font-weight: bold;
}

.nav-mobile-toggle {
    display: block;
    background: none;
    border: none;
    cursor: pointer;
    padding: var(--spacing-2);
    flex-direction: column;
    gap: var(--spacing-1);
}

@media (min-width: 1024px) {
    .nav-mobile-toggle {
        display: none;
    }
}

.hamburger-line {
    width: 24px;
    height: 2px;
    background-color: var(--foreground);
    transition: all 0.3s ease;
    display: block;
    margin: 2px 0;
}

.nav-mobile-toggle.active .hamburger-line:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.nav-mobile-toggle.active .hamburger-line:nth-child(2) {
    opacity: 0;
}

.nav-mobile-toggle.active .hamburger-line:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -6px);
}

.nav-mobile {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: var(--background);
    border-bottom: 1px solid var(--border);
    box-shadow: var(--shadow-soft);
}

.nav-mobile.active {
    display: block;
}

@media (min-width: 1024px) {
    .nav-mobile {
        display: none !important;
    }
}

.nav-mobile-content {
    padding: var(--spacing-6);
    display: flex;
    flex-direction: column;
    gap: var(--spacing-4);
}

.nav-mobile-link {
    font-size: var(--text-base);
    font-weight: 500;
    color: var(--foreground);
    transition: color 0.3s ease;
    padding: var(--spacing-2) 0;
}

.nav-mobile-link:hover {
    color: var(--wellness-sage);
}

/* Button Styles */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: var(--spacing-3) var(--spacing-6);
    font-size: var(--text-sm);
    font-weight: 500;
    border-radius: var(--radius);
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
    gap: var(--spacing-2);
}

.btn-primary {
    background-color: var(--wellness-sage);
    color: white;
}

.btn-primary:hover {
    background-color: var(--wellness-blue);
    color: white;
}

.btn-secondary {
    background-color: white;
    color: var(--primary);
}

.btn-secondary:hover {
    background-color: hsl(0, 0%, 95%);
    color: var(--primary);
}

.btn-outline {
    background-color: hsla(0, 0%, 0%, 0.2);
    color: white;
    border: 1px solid hsla(255, 255%, 255%, 0.8);
    backdrop-filter: blur(4px);
}

.btn-outline:hover {
    background-color: white;
    color: var(--primary);
}

.btn-icon {
    width: 16px;
    height: 16px;
}

/* Hero Section */
.hero-section {
    position: relative;
    height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #f4f0e8;
}

.colla-section {
    position: relative;
    height: 120vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: var(--primary);
}

.Noimage-section {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: start;
    justify-content: start;
    overflow: hidden;
    background: #f5f0e7;
}

.hero-background {
    position: absolute;
    inset: 0;
}

.hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
}


 
.progress {
    margin-top: 20px;
}

.progress-bar {
    width: 200px;
    height: 15px;
    background-color: #ddd;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 auto;
}

.progress-fill {
    height: 100%;
    background-color: #4A9C9C;
    width: 50%;
    transition: width 1s ease-in-out;
}


.medicina-funzionale-hero .hero-overlay {
    background: #D8938B ; /* rosa più presente solo qui */
}
.ayurveda-hero .hero-overlay {
    background: #B3DBDA ; /* rosa più presente solo qui */
}
.meditazione-hero .hero-overlay {
    background: var(--primary) ;
}

.Yogha-hero {
    background: #b37c78 ;
}

.medicina2-funzionale-hero {
    background: linear-gradient(to right, var(--primary), var(--primary) 70%); /* gradient orizzontale dal chiaro allo scuro */
}
coll-hero {
    background: #f4f0e8; /* rosa più presente solo qui */
}





.hero-subtitle {
    font-size: clamp(var(--text-lg), 3vw, var(--text-xl));
    color: hsla(255, 255%, 255%, 0.9);
    margin-bottom: var(--spacing-8);
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.hero-buttons {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-4);
    align-items: center;
}

@media (min-width: 640px) {
    .hero-buttons {
        flex-direction: row;
        justify-content: center;
    }
}


/* Section Styles */
.mission-section {
    margin-top: 100px;
    margin-bottom: 0px;

}

.Ourteam-section {
    padding: 40px 20px;
    background: var(--secondary-foreground);
}

.sinergie-section {
    display: flex;
    flex-direction: column;   /* stack title + paragraph */
    justify-content: center;  /* vertical center */
    align-items: center;      /* horizontal center */
    padding: 40px 20px;
    text-align: center;       /* center the text itself */
}



.mission-layout {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 80px; /* Space between the two columns */
}

.approach-text {
    flex: 1;
    max-width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 300px; /* Ensures the text has space to center vertically; adjust as needed */
}

.section-header {
    text-align: center; /* Centers the text horizontally within the approach-text */
}

.text-column {
    flex: 1;
    max-width: 50%;
}

.text-item {
    margin-bottom: 30px; /* Space between text items */
}

.text-title {
    color: var(--primary); /* Teal */
    margin-bottom: 10px;
}

.text-description {
    color: var(--muted-foreground); /* Light Gray */
    line-height: 1.6;
}

/* Responsive Design */
@media (max-width: 768px) {
    .mission-layout {
        flex-direction: column;
    }
    .approach-text {
        max-width: 100%;
        margin-bottom: 40px; /* Space below text on mobile */
        min-height: auto; /* Remove min-height on mobile to avoid unnecessary space */
        text-align: center; /* Ensure centering on mobile */
    }
    .text-column {
        max-width: 100%;
    }
    .text-item {
        margin-bottom: 25px; /* Space between text items on mobile */
    }
}

.card-subtitle {
  font-size: 1.5rem;   /* same as description */
  color: #555;       /* same as paragraph text color */
  font-weight: 600;  /* optional, keeps them slightly distinct */
  margin-bottom: 0.3em;
}

.services-section {
    padding: var(--spacing-20) 0;
}

.team-section {
    padding: var(--spacing-6) 0;
    background-color: var(--wellness-sage);
}

.team-cta-section {
    padding: var(--spacing-20) 0;
    background: linear-gradient(135deg, #7bb6b3, #357a7a 70%);
}

/* Utility Classes for Pages */
.main-content {
    margin-top: 80px;
}

.section-spacing {
    padding: var(--spacing-20) 0;
}

.integration-spacing {
    padding: var(--spacing-20) 0;
    background-color: var(--secondary-foreground);
}

.section-padding {
    padding: 0 var(--spacing-2);
}

@media (min-width: 1024px) {
    .section-padding {
        padding: 0 var(--spacing-8);
    }
}

.max-w-4xl, .max-w-6xl, .max-w-7xl {
    max-width: 1200px;
    margin: 0 auto;
}

.max-w-3xl {
    max-width: 800px;
    margin: 0 auto;
}

/* Background Colors */
.bg-beige {
    background-color: var(--wellness-beige);
}

.bg-beige-light {
    background-color: hsl(45, 30%, 92%);
}

.bg-sage {
    background-color: var(--wellness-sage);
}

.bg-sage-light {
    background-color: hsla(184, 100%, 29%, 0.1);
}

.bg-gold-light {
    background-color: hsla(45, 70%, 50%, 0.1);
}

.bg-white {
    background-color: white;
}

.bg-white-20 {
    background-color: hsla(255, 255%, 255%, 0.2);
}

/* Text Colors */
.text-earth {
    color: var(--wellness-earth);
}

.text-sage {
    color: var(--wellness-sage);
}

.text-gold {
    color: var(--wellness-gold);
}

.text-white {
    color: white;
}

.text-white-90 {
    color: hsla(255, 255%, 255%, 0.9);
}

.text-muted {
    color: var(--muted-foreground);
}

/* Typography */
.text-title {
    font-size: clamp(var(--text-2xl), 4vw, var(--text-4xl));
    font-weight: 400;
}

.text-body {
    font-size: var(--text-lg);
    color: var(--muted-foreground);
    line-height: 1.8;
}

.text-subtitle {
    font-size: var(--text-lg);
    line-height: 1.7;
}

.font-serif {
    font-family: var(--font-serif);
}

/* Grid System */
.grid {
    display: grid;
}

.grid-cols-1 {
    grid-template-columns: repeat(1, 1fr);
}

@media (min-width: 768px) {
    .md\\:grid-cols-2 {
        grid-template-columns: repeat(2, 1fr);
    }
    .md\\:grid-cols-3 {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 1024px) {
    .lg\\:grid-cols-2 {
        grid-template-columns: repeat(2, 1fr);
    }
}

.gap-8 {
    gap: var(--spacing-8);
}

/* Text Center */
.text-center {
    text-align: center;
}

.mb-16 {
    margin-bottom: var(--spacing-16);
}

.mb-6 {
    margin-bottom: var(--spacing-6);
}

.mb-4 {
    margin-bottom: var(--spacing-4);
}

.mb-3 {
    margin-bottom: var(--spacing-3);
}

.p-8 {
    padding: var(--spacing-8);
}

/* Logo class */
.nav-logo img {
    width: 120px;
    height: auto;
}
/* Hero Small Variant */
.hero-small {
    height: 60vh;
    min-height: 400px;
}

.hero-overlay-dark {
    background-color: hsla(0, 0%, 0%, 0.5);
}

/* Hover Effects */
.hover-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-elegant);
}

.section-header {
    text-align: center;
    margin-bottom: var(--spacing-1);
}

.circle {
  width: 50px;              /* size of the circle */
  height: 50px;
  background-color: hsl(0, 4%, 79%); /* circle color */
  color: rgb(95, 87, 74);              /* text color */
  border-radius: 50%;        /* makes it a circle */
  display: flex;             /* center the number */
  align-items: center;
  justify-content: center;
  font-size: 20px;           /* number size */
  font-weight: bold;         /* make it bold */
}

.collaboration-card {
    display: flex;
    flex-direction: row;
    gap: 150px;
}
.primary{
    color: var(--primary);
    font-weight: 600;
    text-decoration: underline;
    text-decoration-thickness: 2px;
}

.primary-text{
    color: var(--primary);
    font-weight: 600;
    font-size: 28px;

}

.section-title {
    font-family: var(--font-serif);
    font-size: clamp(var(--text-2xl), 4vw, var(--text-4xl));
    font-weight: 400;
    color: var(--primary);
    margin-bottom: var(--spacing-6);
}

.percorsi-title{
        font-family: var(--font-serif);
    font-size: clamp(var(--text-2xl), 4vw, var(--text-4xl));
    font-weight: 200;
    margin-bottom: var(--spacing-6);
    font-size: 100px; 
    text-align: start; 
    color:#b37c78; 
    font-weight: 200; 
    letter-spacing: -10px; 
    flex: 1 1 0; 
    margin: 0;
}

.percorsi-subtitle{
        font-family: var(--font-serif);
    font-size: 60px;
    font-weight: 200;
    margin-bottom: var(--spacing-6);
   
    text-align: start; 
    color:#b37c78; 
    font-weight: 200; 
    letter-spacing: -5px; 
    flex: 1 1 0; 
    margin: 0;
}

@media (max-width: 768px) {
.percorsi-title{
        font-family: var(--font-serif);
    font-size: clamp(var(--text-2xl), 4vw, var(--text-4xl));
    font-weight: 200;
    margin-bottom: var(--spacing-6);
    font-size: 40px; 
    text-align: center; 
    color:#b37c78 !important; 
    font-weight: 200; 
    letter-spacing: -3px; 
    flex: 1 1 0; 
    margin: 0;
}

.percorsi-subtitle{
        font-family: var(--font-serif);
  
    font-weight: 200;
    margin-bottom: var(--spacing-6);
    font-size: 20px; 
    text-align: center; 
    color:#b37c78 !important; 
    font-weight: 200; 
    letter-spacing: -1px; 
    flex: 1 1 0; 
    margin: 0;
}

.collaboration-card {
    display: flex;
    flex-direction: row;
    gap: 0px;
}
}


.team-cta-section .section-title {
    color: white;
}

.section-description {
    font-size: 1.05rem;
    color: var(--muted-foreground);
    max-width: 2000px;
    margin: 0 auto;
    line-height: 1.8;
}
.section-sinergy-description {
    font-size: var(--text-lg);
    color: var(--muted-foreground);
    max-width: 1000px;
    margin: 0 auto;
    line-height: 1.8;
}

.team-cta-section .section-description {
    color: hsla(255, 255%, 255%, 0.9);
}

.team-cta-content {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

/* two columns */
.twoColcontainer {
      display: flex;
      justify-content: space-between;
      padding: 20px;
      background-color: #f5f0e7;
      align-items: center;
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 var(--spacing-6);
    }

/* Card Styles */
.cards-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--spacing-8);
}

@media (min-width: 768px) {
    .cards-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .twoColcontainer {
         display: grid;
    }
}

.category-card {
            background: linear-gradient(135deg, #87c3c3, #6fadad); /* Lighter to base teal */
            color: white;
            padding: 40px 20px;
            border-radius: 15px;
            cursor: pointer;
            transition: transform 0.4s ease, box-shadow 0.4s ease;
            position: relative;
            overflow: hidden;
        }

.cards-grid-treat-ayurveda {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Three equal-width columns */
    gap: 20px; /* Space between cards */
    margin-top: 40px; /* Preserve existing margin */
}

/* Responsive adjustment for mobile */
@media (max-width: 768px) {
    .cards-grid-treat-ayurveda {
        grid-template-columns: 1fr; /* Stack cards vertically on mobile */
    }
}

/* Card grid treatments */
.cards-grid-treat {
    display: grid;
    grid-template-columns: 3fr;
    gap: 30px;
}

@media (min-width: 1268px) {
    .cards-grid-treat {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 60px;
    }
}

.cards-grid-teach {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--spacing-8);
}

@media (min-width: 768px) {
    .cards-grid-teach {
        grid-template-columns: repeat(2, 1fr);
    }
}

.cards-grid-teach-yoga {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--spacing-8);
}

@media (min-width: 768px) {
    .cards-grid-teach-yoga {
        grid-template-columns: repeat(3, 1fr);
    }
}

.card {
    background-color: var(--background);
    border-radius: var(--radius);
    box-shadow: var(--shadow-soft);
    transition: all 0.3s ease;
    border: none;
}

.card:hover {
    box-shadow: var(--shadow-elegant);
}

.card-content {
    padding: var(--spacing-2);
    text-align: center;
}

.card-icon-wrapper {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto var(--spacing-4);
}

.card-icon-sage {
    background-color: hsla(184, 100%, 29%, 0.1);
}

.card-icon-gold {
    background-color: hsla(0, 0%, 89%, 0.1);
}

.card-icon-blue {
    background-color: hsla(184, 85%, 35%, 0.1);
}

.card-icon {
    width: 32px !important;
    height: 32px !important;
    color: var(--wellness-sage);
    flex-shrink: 0;
}

/* Icon size fixes for HTML */
.btn-icon {
    width: 16px !important;
    height: 16px !important;
    flex-shrink: 0;
}

.service-icon {
    width: 24px !important;
    height: 24px !important;
    color: var(--wellness-sage);
    flex-shrink: 0;
}

.contact-icon {
    width: 16px !important;
    height: 16px !important;
    color: #5A4140;
    flex-shrink: 0;
}

.card-icon-gold + .card-title ~ .card-description {
    color: var(--muted-foreground);
}

.card-icon-gold .card-icon {
    color: var(--wellness-gold);
}

.card-icon-blue .card-icon {
    color: var(--wellness-blue);
}

.card-title {
    font-family: var(--font-serif);
    font-size: var(--text-xl);
    font-weight: 500;
    margin-bottom: var(--spacing-3);
}

.card-description {
    color: var(--muted-foreground);
    line-height: 1.7;
}

/* Services Grid */
.services-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--spacing-8);
}

@media (min-width: 1024px) {
    .services-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Additional page styles for HTML version */
.page-hero {
    padding: var(--spacing-20) 0 var(--spacing-12);
    background: var(--gradient-hero);
    color: white;
}

.page-hero-content {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.page-title {
    font-family: var(--font-serif);
    font-size: clamp(var(--text-3xl), 4vw, var(--text-5xl));
    font-weight: 400;
    margin-bottom: var(--spacing-6);
}

.page-description {
    font-size: var(--text-lg);
    opacity: 0.9;
    max-width: 600px;
    margin: 0 auto;
}

/* Contact specific styles */
.contact-info-section {
    padding: var(--spacing-16) 0;
}

.contact-info-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--spacing-6);
}

@media (min-width: 768px) {
    .contact-info-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .contact-info-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.contact-info-card {
    background: #eaebec;
    border-radius: var(--radius);
    box-shadow: var( --shadow-elegant);
    transition: all 0.3s ease;
}

.contact-info-card:hover {
    box-shadow: var(--shadow-elegant);
}

.contact-details p {
    margin-bottom: 0px;
    font-size: var(--text-sm);
    color: var(--muted-foreground);
}

/* Form styles */
.contact-form-section {
    padding: var(--spacing-16) 0;
    background: linear-gradient(135deg, #7bb6b3, #357a7a 70%);
}

.contact-form-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--spacing-12);
}

@media (min-width: 1024px) {
    .contact-form-grid {
        grid-template-columns: 1fr 1fr;
    }
}

            .hover-card {
                position: relative;
                min-width: 0;
                max-width: 100%;
                width: 100%;
                height: auto !important;

                overflow: hidden;
                border-radius: 10px;
                box-shadow: 0 7px 8px rgba(0, 0, 0, 0.15);
                display: flex;
                flex-direction: column;
                margin-bottom: 24px;
                box-sizing: border-box;
            }
            .hover-card:hover {
                height: 600px !important;
                min-height: 600px !important;
                max-height: 600px !important;
            }
.form-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--spacing-4);
}

@media (min-width: 640px) {
    .form-row {
        grid-template-columns: 1fr 1fr;
    }
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-2);
}

.form-label {
    font-size: var(--text-sm);
    font-weight: 500;
    color: var(--wellness-sage);
}

.form-input,
.form-select,
.form-textarea {
    padding: var(--spacing-3);
    border: 1px solid var(--border);
    border-radius: calc(var(--radius) / 2);
    font-size: var(--text-base);
    background: var(--background);
    color: var(--wellness-sage);
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.form-input:focus,
.form-select:focus,
.form-textarea:focus {
    outline: none;
    border-color: var(--wellness-sage);
    box-shadow: 0 0 0 3px hsla(184, 100%, 29%, 0.1);
}

.form-textarea {
    resize: vertical;
    font-family: inherit;
}

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

/* Map styles */
.map-card {
    background: var(--background);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow-soft);
    margin-bottom: var(--spacing-6);
}

.map-container {
    width: 100%;
    height: 400px;
    background: var(--muted);
}

.location-info-card {
    background: var(--background);
    padding: var(--spacing-6);
    border-radius: var(--radius);
    box-shadow: var(--shadow-soft);
}

.location-features {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: var(--spacing-3);
}

.location-feature {
    display: flex;
    align-items: center;
    gap: var(--spacing-3);
    font-size: var(--text-sm);
    color: var(--muted-foreground);
}

.feature-dot {
    width: 8px;
    height: 8px;
    background: var(--wellness-sage);
    border-radius: 50%;
    flex-shrink: 0;
}

/* Social section */
.social-section {
    padding: var(--spacing-16) 0;
    background: var(--background);
}

.social-content {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

.social-links-large {
    display: flex;
    justify-content: center;
    gap: var(--spacing-6);
    margin: var(--spacing-8) 0;
}

.social-link-large {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #b5d6d5;
    color: white;
    transition: all 0.3s ease;
    text-decoration: none;
}

.social-link-large:hover {
    background: var(--wellness-sage);
    color: white;
    transform: translateY(-4px);
    box-shadow: var(--shadow-elegant);
}

.social-link-large svg {
    width: 30px;
    height: 30px;
}

.cta-card {
    background: var(--wellness-beige);
    padding: var(--spacing-8);
    border-radius: var(--radius);
    margin-top: var(--spacing-8);
}

.cta-title {
    font-family: var(--font-serif);
    font-size: var(--text-xl);
    margin-bottom: var(--spacing-4);
    color: var(--foreground);
}

.cta-description {
    margin-bottom: var(--spacing-6);
}

.service-card {
    background-color:#d4e8e7 ;
    border-radius: var(--radius);
    box-shadow: var(--shadow-soft);
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(.4,2,.3,1), box-shadow 0.4s;
    display: flex;
    flex-direction: column;
    opacity: 0.3;

}

.ayurveda-card {
    background-color:#5A4140 !important;
    border-radius: var(--radius);
    box-shadow: var(--shadow-soft);
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(.4,2,.3,1), box-shadow 0.4s;
    display: flex;
    flex-direction: column;
}


.service-card:hover {
    box-shadow: var(--shadow-elegant);
}



.service-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.service-card:hover .service-image {
    transform: scale(1.05);
}

.service-overlay {
    position: absolute;
    inset: 0;
    background-color: hsla(30, 40%, 25%, 0.2);
    transition: background-color 0.3s ease;
}

.service-card:hover .service-overlay {
    background-color: hsla(30, 40%, 25%, 0.1);
}

.service-icon-wrapper {
    position: absolute;
    top: var(--spacing-4);
    right: var(--spacing-4);
    width: 48px;
    height: 48px;
    background-color: hsla(255, 255%, 255%, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-icon {
    width: 24px;
    height: 24px;
    color: var(--wellness-sage);
}

.service-content {
    padding: var(--spacing-6);
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.service-title {
    font-family: var(--font-serif);
    font-size: 40px;
    font-weight: 500;
    margin-bottom: var(--spacing-3);
}

.service-description {
    color: var(--muted-foreground);
    line-height: 1.7;
    margin-bottom: var(--spacing-4);
    flex-grow: 1;
}

/* Team cards: hide the paragraph by default and reveal it on hover
     with a primary background. The card will expand to fit the text. This
     is scoped under .Ourteam-section to avoid affecting other service cards. */
.Ourteam-section .service-card {
    overflow: visible !important; /* allow expansion on hover (overrides inline) */
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.Ourteam-section .service-content {
    align-items: center; /* keep title centered */
}

.Ourteam-section .service-description {
    /* collapse by default */
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0 0 !important;
    margin: 0 !important;
    transition: max-height 0.45s cubic-bezier(.2,.9,.2,1), opacity 0.25s ease, padding 0.25s ease;
    background: transparent !important;
    color: inherit !important; /* override inline color until hovered */
    box-sizing: border-box;
}

.Ourteam-section .service-card:hover .service-description {
    /* expand to fit content without colored background */
    max-height: 2000px; /* large enough to contain long bios */
    opacity: 1;
    padding: 14px 18px !important;
    margin-top: 12px !important;
    background: transparent !important; /* no primary background */
    color: inherit !important; /* keep original text color */
    border-radius: 12px;
}

/* Make the title remain visible and slightly lift on hover */
.Ourteam-section .service-card .service-title {
    z-index: 3;
    transition: transform 0.28s ease;
}
.Ourteam-section .service-card:hover .service-title {
    transform: translateY(-4px);
}


.service-link {
    color: #b5d6d5;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: var(--spacing-1);
    transition: color 0.3s ease;
}

.service-link:hover {
    font-weight: bold;
    color: var(--wellness-blue);
}

/* Footer Styles */
.footer {
    background: var(--primary);
    border-top: 1px solid var(--border);
    padding: var(--spacing-20) 0 var(--spacing-8);
}

.footer-content {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--spacing-8);
    margin-bottom: var(--spacing-12);
}

@media (min-width: 768px) {
    .footer-content {
        grid-template-columns: repeat(2, 1fr);
    }
    .service-image-wrapper{
        max-height: 150px;
        max-height: 200px;
    }
}

@media (min-width: 1024px) {
    .footer-content {
        grid-template-columns: repeat(3, 1fr);
    }
}

.footer-section {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-4);
}

.footer-logo {
    color: #D8938B !important;
    font-family: var(--font-serif);
    font-size: var(--text-xl);
    font-weight: 500;
    color: var(--wellness-sage);
    margin-bottom: 0;
}

.footer-description {
    font-size: var(--text-sm);
    color: #D8938B;
    line-height: 1.7;
    margin-bottom: 0;
}

.footer-title {
    font-weight: 500;
    color: #D8938B;
    margin-bottom: 0;
}

.footer-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: var(--spacing-2);
}

.footer-list li {
    font-size: var(--text-sm);
    color: white;
}

.footer-contact {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-3);
}


/* Footer logo sizing: make the logo larger in the footer while keeping it responsive */
.footer .hero-image {
    width: 400px; /* bigger than the inline 200px used in some pages */
    height: auto;
    max-width: 40%;
    display: block;
    margin: 0 auto 12px auto;
}
.footer-contact-item {
    display: flex;
    align-items: center;
    gap: var(--spacing-2);
    font-size: var(--text-sm);
    color: #5A4140;
}

.contact-icon {
    width: 16px;
    height: 16px;
    color: #5A4140;
    flex-shrink: 0;
}

.social-links {
    display: flex;
    gap: var(--spacing-4);
}

.social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: hsla(184, 100%, 29%, 0.1);
    border-radius: 50%;
    color: var(--wellness-sage);
    transition: all 0.3s ease;
}

.social-link:hover {
    background-color: var(--wellness-sage);
    color: white;
}

.social-link svg {
    width: 20px;
    height: 20px;
}

.footer-bottom {
    border-top: 1px solid var(--border);
    padding-top: var(--spacing-8);
    text-align: center;
}

.footer-copyright {
    font-size: var(--text-sm);
    color: #5A4140;
    margin-bottom: 0;
}

/* Utility Classes */
.text-white {
    color: white;
}

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

/* Responsive Typography */
@media (max-width: 640px) {
    .section-title {
        font-size: var(--text-2xl);
    }
    
    .section-description {
        font-size: var(--text-base);
    }
}

.badge {
  border-radius: 8px; /* adjust as needed */
  padding: 1px 10px;  /* optional, improves look */
  background-color: var(--wellness-sage);
  color: white;
}
/* Page Content Spacing */
main {
    padding-top: 175px; /* Account for fixed header */
}

/* Smooth scrolling */
html {
    scroll-behavior: smooth;
}

/* Focus styles for accessibility */
*:focus {
    outline: 2px solid var(--wellness-sage);
    outline-offset: 2px;
}

/* Screen reader only content */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Additional styles for new pages */

/* Dosha styles */
.dosha-icon {
    width: 80px;
    height: 80px;
    background-color: hsla(184, 100%, 29%, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.dosha-letter {
    font-size: 2rem;
    font-weight: bold;
    font-family: var(--font-serif);
}

/* Treatment and practice styles */
.treatment-header,
.practice-header {
    display: flex;
    align-items: flex-start;
    gap: var(--spacing-4);
}

.treatment-info,
.practice-info {
    flex: 1;
}

.treatment-title-row,
.practice-title-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: var(--spacing-2);
}

.treatment-duration,
.practice-type {
    font-size: var(--text-sm);
    color: var(--wellness-sage);
    font-weight: 500;
    background-color: hsla(184, 100%, 29%, 0.1);
    padding: 4px 12px;
    border-radius: 20px;
}

/* Benefits grid and list */
.benefits-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--spacing-2);
}

.benefit-item {
    display: flex;
    align-items: center;
    gap: var(--spacing-2);
}

.benefit-dot {
    width: 6px;
    height: 6px;
    background-color: var(--wellness-gold);
    border-radius: 50%;
    flex-shrink: 0;
}

.benefit-text {
    font-size: var(--text-sm);
    color: var(--muted-foreground);
}

.benefits-list {
    list-style: none;
    padding: 0;
}

.benefit-list-item {
    display: flex;
    align-items: flex-start;
    gap: var(--spacing-3);
    margin-bottom: var(--spacing-3);
}

.benefit-bullet {
    width: 8px;
    height: 8px;
    background-color: var(--wellness-sage);
    border-radius: 50%;
    flex-shrink: 0;
    margin-top: 8px;
}

/* Process and scientific styles */
.process-icon {
    width: 64px;
    height: 64px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.scientific-point {
    padding: var(--spacing-6);
    border-radius: var(--radius);
    text-align: center;
}

/* Color utilities */
.bg-white-20 {
    background-color: rgba(255, 255, 255, 0.2);
}

.bg-white-90 {
    background-color: rgba(255, 255, 255, 0.9);
}

.text-white-80 {
    color: rgba(255, 255, 255, 0.8);
}

.text-white-90 {
    color: rgba(255, 255, 255, 0.9);
}

.bg-sage-light {
    background-color: hsla(184, 100%, 29%, 0.1);
}

.bg-beige-light {
    background-color: hsla(45, 25%, 88%, 0.5);
}

.bg-gold-light {
    background-color: hsla(45, 70%, 50%, 0.2);
}

.bg-blue-light {
    background-color: hsla(184, 85%, 35%, 0.1);
}

.text-sage {
    color: var(--wellness-sage);
}

.text-earth {
    color: var(--wellness-earth);
}

.text-muted {
    color: var(--muted-foreground);
}

.text-gold {
    color: var(--wellness-gold);
}

/* Icon utilities */
.icon-wrapper {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.icon-large {
    width: 32px;
    height: 32px;
}

.icon-medium {
    width: 24px;
    height: 24px;
}

/* Hero overlay variants */
.hero-overlay-dark {
    background: rgba(0, 0, 0, 0.4);
}

/* Workshop section */
.workshop-section {
    text-align: center;
    background-color: var(--secondary);
    padding: var(--spacing-8);
}

/* Collaboration items */
.collaboration-item {
    padding: var(--spacing-6);
    border-radius: var(--radius);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;   /* horizontal center */
    justify-content: center;
}

/* CTA buttons */
.cta-buttons {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-4);
    align-items: center;
}

@media (min-width: 640px) {
    .cta-buttons {
        flex-direction: row;
        justify-content: center;
    }
}

/* Button icon */
.btn-icon {
    width: 16px;
    height: 16px;
    margin-left: var(--spacing-2);
}

/* Hover card effect */
.hover-card {
    transition: all 0.3s ease;
}

.hover-card:hover {
    box-shadow: var(--shadow-elegant);
    transform: translateY(-2px);
}

/* Footer improvements */
.footer-container {
    background-color: var(--primary);
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 var(--spacing-6);
}

.footer-bottom-content {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-4);
    align-items: center;
}

@media (min-width: 768px) {
    .footer-bottom-content {
        flex-direction: row;
        justify-content: space-between;
    }
}

.footer-social {
    display: flex;
    gap: var(--spacing-4);
}

/* Missing Utility Classes for HTML Pages */

/* Layout utilities */
.main-content {
    margin-top: 80px;
}

.section-spacing {
    padding: var(--spacing-20) 0;
}

.Intervention-spacing {
    padding: var(--spacing-20) 0;
    background-color: var(--secocondary-foreground);
}

.section-padding {
    padding: 0 var(--spacing-6);
}

@media (min-width: 1024px) {
    .section-padding {
        padding: 0 var(--spacing-8);
    }
}

/* Max width utilities */
.max-w-3xl {
    max-width: 800px;
    margin: 0 auto;
}

.max-w-4xl {
    max-width: 1000px;
    margin: 0 auto;
}

.max-w-6xl {
    max-width: 1200px;
    margin: 0 auto;
}

.max-w-7xl {
    max-width: 1400px;
    margin: 0 auto;
}

/* Background utilities */
.bg-beige {
    background-color: var(--wellness-beige);
}

.bg-sage {
    background-color: var(--wellness-sage);
}

.bg-white {
    background-color: white;
}

/* Typography utilities */
.text-title {
    font-size: clamp(var(--text-2xl), 4vw, var(--text-4xl));
    font-weight: 400;
}

.text-body {
    font-size: var(--text-lg);
    color: var(--muted-foreground);
    line-height: 1.8;
}

.text-subtitle {
    font-size: var(--text-lg);
    line-height: 1.7;
}

.font-serif {
    font-family: var(--font-serif);
}

.text-white {
    color: white;
}

/* Grid utilities */
.grid {
    display: grid;
}

.grid-cols-1 {
    grid-template-columns: repeat(1, 1fr);
}

@media (min-width: 768px) {
    .md\\:grid-cols-2 {
        grid-template-columns: repeat(2, 1fr);
    }
    .md\\:grid-cols-3 {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 1024px) {
    .lg\\:grid-cols-2 {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Container for two-thirds right-side text with left padding */
.right-two-thirds-container {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    min-height: 100vh; /* Adjust height as needed */
    position: relative;
}

.right-two-thirds-content {
    width: 66.66%; /* Two-thirds of the parent */
    padding-left: 20px; /* Left padding for text */
    text-align: left;
    padding-bottom: 60px;
    padding-top: 60px;
}

/* Responsive adjustment for phone screens */
@media (max-width: 768px) {
    .right-two-thirds-content {
        width: 100%; /* Full width on phones */
        padding-left: 0; /* Remove left padding on phones */
        padding-bottom: 10px;
    }
}


/* Spacing utilities */
.gap-8 {
    gap: var(--spacing-8);
}

.mb-16 {
    margin-bottom: var(--spacing-16);
}

.mb-6 {
    margin-bottom: var(--spacing-6);
}

.mb-4 {
    margin-bottom: var(--spacing-4);
}

.mb-3 {
    margin-bottom: var(--spacing-3);
}

.p-8 {
    padding: var(--spacing-8);
}

/* Hero variants */
.hero-small {
    height: 60vh;
    min-height: 400px;
}

/* Responsive adjustments for page content */
@media (max-width: 768px) {
    .treatment-title-row, 
    .practice-title-row {
        flex-direction: column;
        gap: var(--spacing-2);
        align-items: flex-start;
    }
    
    .treatment-duration, 
    .practice-type {
        align-self: flex-start;
    }
    
    .benefits-grid {
        grid-template-columns: 1fr;
    }
    
    .treatment-header, 
    .practice-header {
        flex-direction: column;
        text-align: center;
    }

}


/* - Effect Styles */



.ContentContainer {
  position: relative;
  display: block;
  background-color: white;
  z-index: 1;
}


.ContentContainerRosa {
  position: relative;
  display: block;
  z-index: 1;

}

.Content {
  max-width: 750px;
  margin: 0 auto;
  padding: 75px 0;
}

p {
  margin: 75px 0;
}

.ParallaxContainer {
  display: flex;
  flex: 1 0 auto;
  position: relative;
  z-index: -1;
  height: 100vh;
  justify-content: center;
  align-items: center;

  background: url(https://www.toptal.com/designers/subtlepatterns/patterns/sakura.png);
  background-color: #b47c7a;
}

.ayurveda-title{
  display: flex;
  flex: 1 0 auto;
  position: relative;
  z-index: -1;
  height: 100vh;
  justify-content: center;
  align-items: center;
  background: url(https://www.toptal.com/designers/subtlepatterns/patterns/sakura.png);
  background-color: #53b0ae;
}


.three-row-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr; /* Two equal columns */
  grid-template-rows: auto auto auto; /* Three rows, auto height based on content */
  gap: 20px; /* Space between grid items */
  padding: 20px; /* Optional padding around the section */
  max-width: 1600px; /* Optional: constrain width */
  margin: 0 auto; /* Center the section */

}

/* Ensure grid rows stretch and images match the height of their sibling text
     column. We override inline fixed heights on .grid-image so the text
     (heading + paragraph) defines the row height and images fill it. */
.three-row-two-col {
    align-items: stretch; /* grid items will stretch to the row height */
}

.three-row-two-col .grid-item {
    /* Stack content vertically so text (h2 + p) flows in a column and
         image-only items fill the available height.
         Using column layout avoids selecting by index and keeps pairs
         consistent even when content order changes. */
    display: flex;
    flex-direction: column;
    justify-content: center; /* center text vertically within its cell */
    align-items: stretch;
}

/* Ensure headings and paragraphs inside grid items have no extra margins */
.three-row-two-col .grid-item > h2,
.three-row-two-col .grid-item > p {
    margin: 0;
}

/* Image cells: make the img fill the grid-item height and preserve cover */
.three-row-two-col .grid-item img,
.three-row-two-col .grid-image {
    width: 100% !important;
    height: 100% !important; /* override inline fixed heights */
    object-fit: cover !important;
    display: block;
    border-radius: 6px;
}

/* Mobile: stack rows; images should be natural height (auto) to avoid
     overly large images on narrow screens */
@media (max-width: 1028px) {
    .three-row-two-col {
        grid-template-columns: 1fr;
    }
    .three-row-two-col .grid-item img,
    .three-row-two-col .grid-image {
        height: auto !important;
    }
    .three-row-two-col .grid-item {
        display: block;
    }
}



.Ourteam-card-padding {
  display: grid;
  grid-template-columns: 3fr; /* Two equal columns */
  grid-template-rows: auto auto auto; /* Three rows, auto height based on content */
  gap: 20px; /* Space between grid items */
  padding: 20px; /* Optional padding around the section */
  max-width: 1600px; /* Optional: constrain width */
  margin: 0 auto; /* Center the section */

}


.grid-item {
  padding: 15px; /* Inner padding for content */
  transition: transform 0.5s ease;
}

.grid-image {
  width: 100%; /* Full width of the grid item */
  height: 300px; /* Fixed height for all images */
  object-fit: cover; /* Scales image to fill while preserving aspect ratio */
  border-radius: 5px; /* Optional: rounded corners */
}

/* Responsive adjustment for phone screens */
@media (max-width: 1028px) {
  .three-row-two-col {
    grid-template-columns: 1fr; /* Stack into one column on phones */
    grid-template-rows: auto; /* Rows adjust automatically */
  }
  .grid-image {
    height: 150px; /* Reduced height for mobile */
  }
}

.brown-title {
  display: flex;
  flex: 1 0 auto;
  position: relative;
  z-index: auto;
  height: 100vh;
  justify-content: center;
  align-items: center;

  background: url(assets/images/sfondo-marrone.png);
  
}

.card-animate {
            transition: transform 0.4s cubic-bezier(.4, 2, .3, 1), box-shadow 0.4s;
            box-shadow: 0 4px 24px -8px rgba(74, 156, 156, 0.10);
        }

.card-animate:hover {
    transform: translateY(-10px) scale(1.03) rotate(-1deg);
    box-shadow: 0 10px 40px -10px #4A9C9C33;
}

/* Animation: paragraph enters from left */
.animate-paragraph-left {
    opacity: 0;
    transform: translateX(-80px);
    transition: opacity 0.7s cubic-bezier(.4,2,.3,1), transform 0.7s cubic-bezier(.4,2,.3,1);
}
.animate-paragraph-left.in {
    opacity: 1;
    transform: translateX(0);
}

/* Animation: title enters from right */
.animate-title-right {
    opacity: 0;
    transform: translateX(80px);
    transition: opacity 0.7s cubic-bezier(.4,2,.3,1), transform 0.7s cubic-bezier(.4,2,.3,1);
}
.animate-title-right.in {
    opacity: 1;
    transform: translateX(0);
}

/* Animation: title enters from left */
.animate-title-left {
    opacity: 0;
    transform: translateX(-80px);
    transition: opacity 0.7s cubic-bezier(.4,2,.3,1), transform 0.7s cubic-bezier(.4,2,.3,1);
}
.animate-title-left.in {
    opacity: 1;
    transform: translateX(0);
}

/* Responsive hero title for Yoga & Meditazione */
.Yogha-hero  {
    font-size: 160px;
    letter-spacing: -15px;
    font-weight: 200;
    text-align: center;
    color: #f4f5f1;
    margin: 0;
    position: relative;
    will-change: transform;
    transition: font-size 0.3s, letter-spacing 0.3s;
}

.hero-title {
    font-size: 160px;
    letter-spacing: -15px;
    font-weight: 200;
    text-align: center;
    color: #f4f5f1;
    margin: 0;
    position: relative;
    will-change: transform;
    transition: font-size 0.3s, letter-spacing 0.3s;
}

@media (max-width: 768px) {
  .Yogha-hero  {
    font-size: 56px !important;
    letter-spacing: -4px !important;
    line-height: 1.1 !important;
    padding: 0 8px;
  }
}

@media (max-width: 768px) {

}

/* Vinyasa Flow yoga section mobile styles */
@media (max-width: 768px) {
  .sig-section {
    padding: 64px 20px 64px 20px !important;
  }
  .sig-section > div {
    flex-direction: column !important;
    gap: 24px !important;
    align-items: stretch !important;
  }
  .sig-section .section-title {
    font-size: 40px !important;
    letter-spacing: -2px !important;
    text-align: center !important;
    margin-bottom: 12px !important;
  }
  .sig-section .section-description {
    font-size: 1.1rem !important;
    text-align: center !important;
    margin: 0 auto !important;
    max-width: 100% !important;
  }
}

 .nav-desktop {
            display: flex;
            align-items: center;
        }

        .nav-link:hover,
        .nav-link.active {
            color: #6fadad;
        }

        .nav-mobile-toggle {
            display: none;
            background: none;
            border: none;
            cursor: pointer;
        }

        /* Make .sig-section use two equal 50% columns on wide viewports and
           stack to full width on small screens. No max-width cap so each
           column occupies half the available width. */
        .sig-section > div {
            box-sizing: border-box;
            display: flex;
            flex-direction: row;
            align-items: flex-start;
            justify-content: space-between;
            gap: 40px;
        }

        /* Both immediate child columns take 50% of the container (viewport)
           on wide screens. This ensures consistent 50/50 layout. */
        .sig-section > div > div {
            flex: 0 0 50%;
            max-width: 50%;
            width: 50%;
            box-sizing: border-box;
        }

        /* Keep right column content aligned to the end so it visually sits
           opposite the left title block; left column remains normal flow */
        .sig-section > div > div:last-child {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: flex-end;
        }

        @media (max-width: 768px) {
            .sig-section > div {
                flex-direction: column !important;
                gap: 16px !important;
            }
            .sig-section > div > div {
                flex: 0 0 100% !important;
                max-width: 100% !important;
                width: 100% !important;
                align-items: stretch !important;
                text-align: left !important;
            }
            .sig-section .section-description {
                text-align: left !important;
                max-width: 100% !important;
            }
        }

        /* Mobile Dropdown Styles */
        .nav-mobile {
            display: none;
            position: fixed;
            top: 60px;
            left: 0;
            width: 100%;
            background: white;
            padding: 20px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            z-index: 1002;
        }

        .dropdown-mobile {
            position: relative;
        }

        .dropdown-toggle-mobile {
            color: #4A3C31;
            text-decoration: none;
            font-weight: 500;
            cursor: pointer;
        }

        .dropdown-menu-mobile {
            display: none;
            background: white;
            padding: 10px 0;
            margin-top: 5px;
        }

        .dropdown-toggle-mobile.active + .dropdown-menu-mobile {
            display: block;
            /* Show on toggle click */
        }

        .dropdown-item-mobile {
            color: #4A3C31;
            padding: 10px 20px;
            text-decoration: none;
            display: block;
            font-weight: 400;
        }

        .dropdown-item-mobile:hover {
            background: #6fadad;
            color: white;
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .nav-desktop {
                display: none;
            }
            .nav-mobile-toggle {
                display: block;
                position: absolute;
                right: 24px;
                top: 18px;
                z-index: 1003;
            }
            .nav-mobile {
                display: none;
                position: fixed;
                top: 60px;
                left: 0;
                width: 100vw;
                background: white;
                padding: 24px 0 24px 0;
                box-shadow: 0 2px 10px rgba(0,0,0,0.08);
                z-index: 1002;
            }
            .nav-mobile.open {
                display: block;
            }
            .nav-mobile-content {
                display: flex;
                flex-direction: column;
                align-items: center;
                gap: 12px;
            }
            .nav-link,
            .dropdown-toggle-mobile {
                margin: 12px 0;
                font-size: 1.15rem;
            }
            .header-fixed {
                padding: 0 8px;
            }
            .hero-title, .home-title {
                font-size: 3.5rem !important;
                letter-spacing: -2px !important;
                margin-left: 0 !important;
                text-align: center !important;
            }


            #home-desc-card {
                padding: 18px 10px !important;
                font-size: 1.1rem !important;
                width: 98vw !important;
                max-width: 99vw !important;
            }
            .home-desc-text {
                font-size: 1.1rem !important;
            }
            .hero-section {
                padding-top: 300px !important;
                max-height: 600px;
            }
            .home-background img {
                object-fit: cover !important;
            }
            .service-card {
                margin-bottom: 32px !important;
                border-radius: 16px !important;
            }
            .cards-grid-treat {
                display: flex !important;
                flex-direction: column !important;
                gap: 24px !important;
            }

            .service-title {
                font-size: 1.3rem !important;
            }
            .service-description {
                font-size: 1rem !important;
            }
            .section-title {
                font-size: 3.0rem !important;
                letter-spacing: -2px !important;
            }
            .team-section, .Ourteam-section, .discipline-section, .approach-section, .cta-section {
                padding: 40px 8px !important;
            }
            
            .discipline-flex {
                flex-direction: column !important;
                gap: 40px !important;
                align-items: center !important;
            }
            .discipline-flex p {
                text-align: center !important;
            }
            .card-image {
                width: 120px !important;
                height: 120px !important;
            }
            .card-heading {
                font-size: 1.1rem !important;
            }
            .card-description {
                font-size: 0.95rem !important;
            }
            .footer {
                padding: 24px 8px !important;
            }
            .footer-title {
                font-size: 1.1rem !important;
            }
            .footer-list li {
                font-size: 0.95rem !important;
            }
            .footer-contact span {
                font-size: 0.95rem !important;
            }
            .footer img {
                max-width: 100px !important;
                height: auto !important;
            }
            .social-links-large {
                justify-content: center !important;
            }
            .services-section {
                padding: 40px 8px !important;
            }
        }

        p {
            font-size: 1.5rem;
        }

        p,
        .section-description,
        .home-desc-text,
        .service-description,
        div {
            font-weight: 200 !important;
        }

        .card-animate {
            transition: transform 0.4s cubic-bezier(.4, 2, .3, 1), box-shadow 0.4s;
            box-shadow: 0 4px 24px -8px rgba(74, 156, 156, 0.10);
        }

        .card-animate:hover {
            transform: translateY(-10px) scale(1.03) rotate(-1deg);
            box-shadow: 0 10px 40px -10px #4A9C9C33;
        }

        /* Home */
        .home-section {
            background: linear-gradient(350deg, #D8938B 100%, #D8938B 100%);
            min-height: 70vh;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
        }

        .home-title {
            color: white;
            font-family: 'Playfair Display', serif;
            font-weight: 700;
            font-size: 160px;
            text-align: end;
            font-weight: 800;
            letter-spacing: -15px;
        }

        .home-subtitle {
            color: #F1ECE3;
            font-weight: 200;
            font-size: 1.8rem;
            max-width: 800px;
            margin: 0 auto;
        }

        .home-content {
            position: relative;
            z-index: 1;
            text-align: center;
            max-width: 800px;
            margin: 0 auto;
            padding: 60px 24px;
        }

        /* Home */

        .services-section {
            background: rgba(60,126,126,0.85)
        }

        .Ourteam-section,
        .team-section,

        .discipline-section {
            padding: 160px 48px 140px 48px;
            background: rgba(60,126,126,0.85);
        }

        .approach-section {
            background: rgba(60,126,126,0.85);
            padding: 120px 80px 140px 80px;
        }

        .cta-section {
            background: rgba(60,126,126,0.85);
            
        }

        .discipline-flex {
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: space-between;
            gap: 200px;
        }

        .service-card {
            background-color:#d4e8e7 ;
            color: #5A4140; 
            box-shadow: 0 7px 8px rgba(0, 0, 0, 0.3);
            border-radius: 18px;
            overflow: hidden;
        }


        .sub-service-title {
            font-size: 20px;
            color: #D8938B;
        }

        .badge {
            background: #4A9C9C;
            color: #fff;
        }

        .footer {
            background: #f4f0e7;
        }

        h1,
        h2,
        h3,
        h4 {
            color: #5A4140;
        }

        .footer-description,
        .footer-list li,
        .footer-contact,
        .footer-copyright {
            color: #5A4140;
        }

        .social-link-large svg {
            fill: #5A4140 !important;
            stroke: white !important;
            color: white !important;
        }

        .footer img {
            max-width: 100px;
            height: auto;
        }

        .social-links-large {
            display: flex;
            justify-content: center;
            gap: 20px;
        }

        /* Normalize 'Il percorso si basa' cards */
        .cards-grid-teach {
            display: flex;
            gap: 24px;
            flex-wrap: wrap;
            align-items: stretch;
            justify-content: space-between;
        }

        .cards-grid-teach .collaboration-item {
            flex: 1 1 calc(25% - 24px); /* four columns where space permits */
            min-width: 220px;
            max-width: 320px;
            background-color: #d4e8e7;
            color: #5A4140;
            box-shadow: 0 7px 8px rgba(0, 0, 0, 0.12);
            border-radius: 12px;
            padding: 18px;
            box-sizing: border-box;
            display: flex;
            flex-direction: column;
            gap: 12px;
            align-items: stretch;
        }

        .cards-grid-teach .collaboration-item .card-img-align {
            width: 100%;
            height: 180px; /* uniform image height */
            object-fit: cover;
            border-radius: 8px;
            display: block;
        }

        /* Global tunable variable for card image heights */
        :root {
            --card-image-height: 180px;
        }

        .card-img-align,
        .grid-image,
        .service-image {
            height: var(--card-image-height) !important;
            object-fit: cover !important;
        }

        .cards-grid-teach .collaboration-item h3,
        .cards-grid-teach .collaboration-item p {
            color: #5A4140;
        }

        @media (max-width: 1028px) {
            .cards-grid-teach .collaboration-item {
                flex: 1 1 calc(50% - 24px); /* two columns on medium screens */
                max-width: 48%;
            }
        }

        @media (max-width: 768px) {
            .cards-grid-teach {
                display: flex;
                flex-direction: column;
                gap: 18px;
                padding: 0 8px;
            }
            .cards-grid-teach .collaboration-item {
                width: 100% !important;
                max-width: 100% !important;
                padding: 14px !important;
                border-radius: 12px !important;
            }
            .cards-grid-teach .collaboration-item .card-img-align {
                height: auto !important; /* allow natural height on small screens */
            }
            /* On small screens use a smaller card image height if needed */
            :root {
                --card-image-height: auto;
            }
        }

        /* Stronger override for footer logo: place this at the end so it wins
             against earlier `.footer img` declarations (some use !important).
             Use !important to ensure the logo grows. Adjust values if you want
             it even bigger. */
        .footer .hero-image {
            width: 230px !important; /* target size */
            max-width: none !important;
            height: auto !important;
            display: block !important;
            margin: 0 auto 12px auto !important;
        }

        @media (max-width: 520px) {
            /* Smaller devices: keep logo reasonable */
            .footer .hero-image {
                width: 180px !important;
                max-width: 60% !important;
            }
        }

        /* Dropdown menu scrollable on mobile */
        @media (max-width: 768px) {
            .dropdown-menu-mobile {
                max-height: 220px;
                overflow-y: auto;
                box-shadow: 0 2px 10px rgba(0,0,0,0.08);
                border-radius: 8px;
            }
        }