/* ================================================================
   BRAHIM TRAVEL MOROCCO - PREMIUM ABOUT PAGE DESIGN
   Modern, Elegant, and Professional Styling
   Crafted for Excellence in Travel & Tourism
   ================================================================ */

/* Import Premium Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Playfair+Display:wght@400;500;600;700;800&family=Poppins:wght@300;400;500;600;700&display=swap');

/* Advanced CSS Variables for Design System */
:root {
    /* Brand Identity Colors */
    --brand-primary: #073260;
    --brand-primary-dark: #1e5d3a;
    --brand-primary-light: #073260b0;
    --brand-primary-lighter: #7FBF95;
    --brand-secondary: #1A365D;
    --brand-accent: #D4A574;
    --brand-accent-dark: #B8956A;
    --brand-gold: #C9A96E;
    
    /* Morocco-Inspired Palette */
    --morocco-red: #cc2936;
    --morocco-orange: #ff8c42;
    --morocco-blue: #2e86ab;
    --morocco-green: #a23b72;
    --sahara-sand: #f4e4bc;
    --atlas-blue: #0f4c75;
    --berber-gold: #daa520;
    
    /* Sophisticated Neutral Palette */
    --white: #ffffff;
    --cream: #fefdfb;
    --ivory: #f9f7f4;
    --warm-gray-50: #faf9f7;
    --warm-gray-100: #f5f4f1;
    --warm-gray-200: #e8e6e0;
    --warm-gray-300: #d3d0c8;
    --warm-gray-400: #9c9992;
    --warm-gray-500: #79766c;
    --warm-gray-600: #5d5a50;
    --warm-gray-700: #44433b;
    --warm-gray-800: #2f2e26;
    --warm-gray-900: #1c1b16;
    --charcoal: #2c2c2c;
    --deep-black: #1a1a1a;
    
    /* Premium Gradient System */
    --gradient-primary: linear-gradient(135deg, var(--brand-primary) 0%, var(--brand-primary-light) 100%);
    --gradient-secondary: linear-gradient(135deg, var(--brand-secondary) 0%, var(--atlas-blue) 100%);
    --gradient-warm: linear-gradient(135deg, var(--brand-accent) 0%, var(--berber-gold) 100%);
    --gradient-hero: linear-gradient(135deg, rgba(46, 139, 87, 0.9) 0%, rgba(74, 165, 114, 0.8) 50%, rgba(212, 165, 116, 0.7) 100%);
    --gradient-overlay: linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 100%);
    --gradient-text: linear-gradient(135deg, var(--brand-primary) 0%, var(--brand-primary-dark) 100%);
    --gradient-card: linear-gradient(145deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.85) 100%);
    --gradient-glass: linear-gradient(135deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.05) 100%);
    
    /* Professional Typography System */
    --font-primary: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    --font-display: 'Playfair Display', Georgia, 'Times New Roman', serif;
    --font-accent: 'Poppins', 'Helvetica Neue', Arial, sans-serif;
    
    /* Fluid Typography Scale */
    --text-xs: clamp(0.75rem, 0.7rem + 0.2vw, 0.875rem);
    --text-sm: clamp(0.875rem, 0.8rem + 0.3vw, 1rem);
    --text-base: clamp(1rem, 0.9rem + 0.4vw, 1.125rem);
    --text-lg: clamp(1.125rem, 1rem + 0.5vw, 1.25rem);
    --text-xl: clamp(1.25rem, 1.1rem + 0.6vw, 1.5rem);
    --text-2xl: clamp(1.5rem, 1.3rem + 0.8vw, 1.875rem);
    --text-3xl: clamp(1.875rem, 1.6rem + 1vw, 2.25rem);
    --text-4xl: clamp(2.25rem, 2rem + 1.2vw, 3rem);
    --text-5xl: clamp(3rem, 2.5rem + 1.5vw, 4rem);
    
    /* Advanced Spacing System */
    --space-xs: 0.25rem;
    --space-sm: 0.5rem;
    --space-md: 1rem;
    --space-lg: 1.5rem;
    --space-xl: 2rem;
    --space-2xl: 3rem;
    --space-3xl: 4rem;
    --space-4xl: 6rem;
    --space-5xl: 8rem;
    --space-6xl: 12rem;
    
    /* Sophisticated Shadow System */
    --shadow-xs: 0 1px 2px rgba(0, 0, 0, 0.05);
    --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.06);
    --shadow-md: 0 4px 6px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.06);
    --shadow-lg: 0 10px 15px rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.05);
    --shadow-xl: 0 20px 25px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.04);
    --shadow-2xl: 0 25px 50px rgba(0, 0, 0, 0.15);
    --shadow-inner: inset 0 2px 4px rgba(0, 0, 0, 0.06);
    --shadow-premium: 0 32px 64px rgba(0, 0, 0, 0.12);
    --shadow-glow: 0 0 20px rgba(46, 139, 87, 0.3);
    
    /* Border Radius System */
    --radius-xs: 0.125rem;
    --radius-sm: 0.25rem;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --radius-3xl: 1.5rem;
    --radius-full: 9999px;
    
    /* Advanced Animation System */
    --duration-fast: 150ms;
    --duration-normal: 300ms;
    --duration-slow: 500ms;
    --duration-slower: 750ms;
    --duration-slowest: 1000ms;
    
    --ease-linear: linear;
    --ease-in: cubic-bezier(0.4, 0, 1, 1);
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --ease-bounce: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    --ease-elastic: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    
    /* Z-Index System */
    --z-dropdown: 1000;
    --z-sticky: 1020;
    --z-fixed: 1030;
    --z-modal-backdrop: 1040;
    --z-modal: 1050;
    --z-popover: 1060;
    --z-tooltip: 1070;
    --z-highest: 9999;
}

/* ================================================================
   GLOBAL RESET & BASE STYLES
   ================================================================ */



/* ================================================================
   PREMIUM TYPOGRAPHY SYSTEM
   ================================================================ */

.about-title {
    font-family: var(--font-display);
    font-size: var(--text-4xl);
    font-weight: 700;
    line-height: 1.2;
    color: var(--brand-primary);
    text-transform: capitalize;
    letter-spacing: -0.02em;
    position: relative;
    background: var(--gradient-text);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.about-title::after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 80px;
    height: 4px;
    background: var(--gradient-warm);
    border-radius: var(--radius-full);
}

.text-about {
    font-size: var(--text-lg);
    line-height: 1.8;
    color: var(--warm-gray-700);
    margin-bottom: var(--space-xl);
    font-weight: 400;
    letter-spacing: 0.01em;
}

.text-about b,
.text-about strong {
    color: var(--brand-primary);
    font-weight: 600;
}

.cas-about {
    background: var(--gradient-card);
    padding: var(--space-2xl);
    border-radius: var(--radius-2xl);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: var(--shadow-lg);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
}

.cas-about::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.1) 50%, transparent 70%);
    pointer-events: none;
    z-index: 1;
}

.cas-about * {
    position: relative;
    z-index: 2;
}

/* ================================================================
   HERO BANNER SECTION
   ================================================================ */

.pagebanner {
    position: relative;
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    overflow: hidden;
    isolation: isolate;
}

.pagebanner::before {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--gradient-hero);
    z-index: -2;
}

.pagebanner::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 30% 70%, rgba(212, 165, 116, 0.3) 0%, transparent 50%),
                radial-gradient(circle at 70% 30%, rgba(46, 139, 87, 0.3) 0%, transparent 50%);
    z-index: -1;
}

.pagebanner .container {
    position: relative;
    z-index: 1;
    text-align: center;
    color: var(--white);
    max-width: 800px;
    margin: 0 auto;
    padding: var(--space-3xl) var(--space-md);
        background: #ebebeb85;
    border-radius: 20px;
}

.pagebanner h3 {
    font-family: var(--font-display);
    font-size: var(--text-5xl);
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: var(--space-lg);
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    letter-spacing: -0.03em;
    text-transform: uppercase;
    position: relative;
}

.pagebanner h3::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: var(--gradient-warm);
    border-radius: var(--radius-full);
}

.tourinfo-content .row {
    margin-top: 0px !important;
}
/* ================================================================
   MAIN CONTENT LAYOUT
   ================================================================ */

.site-main {
    position: relative;
    z-index: 1;
        margin-top: 14rem;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 var(--space-md);
}

.no-padding {
    padding: 0;
}

.tourinfo-section {
    background: linear-gradient(
        to bottom,
        var(--white) 0%,
        var(--warm-gray-50) 50%,
        var(--white) 100%
    );
    position: relative;
}

.tourinfo-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="0.5" fill="%23000000" opacity="0.02"/><circle cx="75" cy="75" r="0.5" fill="%23000000" opacity="0.02"/><circle cx="50" cy="10" r="0.3" fill="%23000000" opacity="0.03"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    pointer-events: none;
    z-index: -1;
}

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

.tourinfo-content {
    position: relative;
    z-index: 2;
    
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin: -var(--space-md);
}

.col-md-12,
.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: var(--space-md);
}

/* ================================================================
   BUSINESS CARD COMPONENT
   ================================================================ */

.card {
    background: var(--gradient-card);
    border-radius: var(--radius-3xl);
    box-shadow: var(--shadow-premium);
    border: 1px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    position: relative;
    overflow: hidden;
    transition: all var(--duration-slow) var(--ease-out);
}

.card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        135deg,
        rgba(46, 139, 87, 0.1) 0%,
        transparent 30%,
        transparent 70%,
        rgba(212, 165, 116, 0.1) 100%
    );
    pointer-events: none;
    z-index: 1;
}

.card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-premium), var(--shadow-glow);
}

.card * {
    position: relative;
    z-index: 2;
}

.card h2 {
    font-family: var(--font-display);
    font-size: var(--text-3xl);
    font-weight: 700;
    color: var(--brand-primary);
    margin-bottom: var(--space-xl);
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    position: relative;
}

.card h2::after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: var(--gradient-warm);
    border-radius: var(--radius-full);
}

.card p {
    font-size: 13px;
    line-height: 1.6;
    color: #000;
    margin-bottom: var(--space-md);
    padding: var(--space-sm) 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    transition: all var(--duration-normal) var(--ease-out);
        padding: 0 0 0 24px;
}

.card p:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.card p:hover {
    color: var(--brand-primary);
    transform: translateX(8px);
    background: rgba(46, 139, 87, 0.05);
    padding-left: var(--space-md);
    border-radius: var(--radius-md);
}

.card strong {
    color: var(--brand-primary);
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.card .contact {
   
    border-top: 2px solid rgba(46, 139, 87, 0.1);
    background: rgba(255, 255, 255, 0.3);
    border-radius: var(--radius-xl);
    
}

.card .contact p {
    border-bottom: none;
    margin-bottom: var(--space-md);
    display: flex;
    align-items: center;
    gap: var(--space-sm);
    padding: 0;
}

.card .contact p::before {
    content: '📧';
    font-size: var(--text-lg);
   
}

.card .contact p:nth-child(2)::before {
    content: '📞';
}

.card .contact p:nth-child(3)::before {
    content: '🌐';
}

.card .contact a {
    color: var(--brand-primary);
    text-decoration: none;
    font-weight: 500;
    transition: all var(--duration-normal) var(--ease-out);
    position: relative;
}

.card .contact a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--gradient-warm);
    transition: width var(--duration-normal) var(--ease-out);
}

.card .contact a:hover {
    color: var(--brand-accent);
}

.card .contact a:hover::after {
    width: 100%;
}

/* ================================================================
   IMAGE GALLERY SECTION
   ================================================================ */

.splide__list {
    display: flex;
    gap: var(--space-lg);
    padding: var(--space-2xl) 0;
    list-style: none;
    margin: var(--space-4xl) 0;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
}

.splide__slide {
    flex: 0 0 auto;
    scroll-snap-align: start;
    position: relative;
    border-radius: var(--radius-2xl);
    overflow: hidden;
    box-shadow: var(--shadow-lg);
    transition: all var(--duration-slow) var(--ease-out);
}

.splide__slide:hover {
    transform: translateY(-12px) scale(1.02);
    box-shadow: var(--shadow-premium);
}

.img-brahim {
    width: 300px;
    height: 200px;
    object-fit: cover;
    border-radius: var(--radius-2xl);
    transition: all var(--duration-slow) var(--ease-out);
    filter: brightness(0.9) contrast(1.1);
}

.splide__slide:hover .img-brahim {
    filter: brightness(1) contrast(1.2);
    transform: scale(1.05);
}

.splide__slide::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        transparent 0%,
        rgba(46, 139, 87, 0.1) 50%,
        rgba(212, 165, 116, 0.2) 100%
    );
    opacity: 0;
    transition: opacity var(--duration-normal) var(--ease-out);
    pointer-events: none;
}

.splide__slide:hover::after {
    opacity: 1;
}

/* ================================================================
   SCROLL REVEAL ANIMATIONS
   ================================================================ */

.scroll-reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: all var(--duration-slower) var(--ease-out);
}

.scroll-reveal.revealed {
    opacity: 1;
    transform: translateY(0);
}

/* Staggered animation delays */
.scroll-reveal:nth-child(1) { transition-delay: 0ms; }
.scroll-reveal:nth-child(2) { transition-delay: 100ms; }
.scroll-reveal:nth-child(3) { transition-delay: 200ms; }
.scroll-reveal:nth-child(4) { transition-delay: 300ms; }
.scroll-reveal:nth-child(5) { transition-delay: 400ms; }

/* ================================================================
   RESPONSIVE DESIGN SYSTEM
   ================================================================ */

/* Large Desktop */
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
    
    
}

/* Desktop */
@media (max-width: 1199px) {
    :root {
        --text-4xl: clamp(2rem, 4vw, 2.5rem);
        --text-5xl: clamp(2.5rem, 5vw, 3.5rem);
    }
    
    .container {
        max-width: 960px;
    }
}

/* Tablet */
@media (max-width: 991px) {
    :root {
        --space-3xl: 3rem;
        --space-4xl: 4rem;
        --space-5xl: 6rem;
    }
    
    .container {
        max-width: 720px;
    }
    
    .pagebanner {
        min-height: 50vh;
        background-attachment: scroll;
    }
    
    .card {
        padding: var(--space-2xl);
        margin: var(--space-3xl) 0;
    }
    
    .cas-about {
        padding: var(--space-xl);
    }
}

/* Mobile Large */
@media (max-width: 767px) {
    :root {
        --space-2xl: 2rem;
        --space-3xl: 2.5rem;
        --space-4xl: 3rem;
        --space-5xl: 4rem;
    }
    
    .container {
        max-width: 540px;
        padding: 0 var(--space-lg);
    }
    
    .pagebanner {
        min-height: 40vh;
    }
    
    .pagebanner .container {
        padding: var(--space-2xl) var(--space-md);
    }
    
   
    
       margin: var(--space-2xl) 0;
    }
    
    .card h2 {
        font-size: var(--text-2xl);
    }
    
    .splide__list {
        gap: var(--space-md);
        padding: var(--space-xl) 0;
    }
    
    .img-brahim {
        width: 250px;
        height: 160px;
    }
}

/* Mobile */
@media (max-width: 575px) {
    :root {
        --space-xl: 1.5rem;
        --space-2xl: 2rem;
        --space-3xl: 2.5rem;
        --space-4xl: 3rem;
    }
    
    .container {
        max-width: 100%;
        padding: 0 var(--space-md);
    }
    
    .card {
        padding: var(--space-lg);
        border-radius: var(--radius-2xl);
    }
    
    .card .contact {
        padding: var(--space-lg);
    }
    
    .cas-about {
        padding: var(--space-lg);
        border-radius: var(--radius-xl);
    }
    
    .img-brahim {
        width: 200px;
        height: 140px;
    }
    
    .splide__list {
        gap: var(--space-sm);
    }
}

/* ================================================================
   ACCESSIBILITY & PERFORMANCE
   ================================================================ */

/* Reduced Motion */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
    
    html {
        scroll-behavior: auto;
    }
}

/* High Contrast */
@media (prefers-contrast: high) {
    :root {
        --shadow-lg: 0 10px 15px rgba(0, 0, 0, 0.3);
        --shadow-premium: 0 32px 64px rgba(0, 0, 0, 0.25);
    }
}

/* Dark Mode Support */
@media (prefers-color-scheme: dark) {
    :root {
        --warm-gray-800: #e5e5e5;
        --warm-gray-700: #f0f0f0;
        --white: #1a1a1a;
        --warm-gray-50: #2a2a2a;
    }
}

/* Focus Styles for Accessibility */
a:focus,
button:focus {
    outline: 3px solid var(--brand-primary);
    outline-offset: 2px;
}

/* Performance Optimizations */
.img-brahim,
.splide__slide,
.card {
    will-change: transform;
}

/* Print Styles */
@media print {
    .pagebanner {
        background: none !important;
        color: black !important;
        min-height: auto;
    }
    
    .card {
        box-shadow: none !important;
        border: 2px solid #000 !important;
    }
    
    .splide__list {
        display: none;
    }
    
    body {
        font-size: 12pt;
        line-height: 1.4;
    }
}

/* ================================================================
   ENHANCED ABOUT PAGE COMPONENTS
   ================================================================ */

/* Features Grid */
.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: var(--space-xl);
    margin: var(--space-3xl) 0;
}

.feature-card {
    background: var(--gradient-card);
    padding: var(--space-2xl);
    border-radius: var(--radius-2xl);
    box-shadow: var(--shadow-lg);
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: all var(--duration-slow) var(--ease-out);
    position: relative;
    overflow: hidden;
}

.feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(46, 139, 87, 0.05) 0%, rgba(212, 165, 116, 0.05) 100%);
    opacity: 0;
    transition: opacity var(--duration-normal) var(--ease-out);
}

.feature-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: var(--shadow-premium), var(--shadow-glow);
}

.feature-card:hover::before {
    opacity: 1;
}

.feature-icon {
    font-size: 3rem;
    margin-bottom: var(--space-lg);
    display: block;
    text-align: center;
}

.feature-card h3 {
    font-family: var(--font-display);
    font-size: var(--text-xl);
    font-weight: 600;
    color: var(--brand-primary);
    margin-bottom: var(--space-md);
    text-align: center;
}

.feature-card p {
    font-size: var(--text-base);
    line-height: 1.7;
    color: var(--warm-gray-700);
    text-align: center;
}

/* Enhanced Business Card */
.business-info {
    margin: var(--space-4xl) 0;
    background: var(--gradient-card);
    border: 1px solid rgba(46, 139, 87, 0.1);
}

.card-header {
    text-align: center;
    padding-bottom: var(--space-xl);
    border-bottom: 2px solid rgba(46, 139, 87, 0.1);
    margin-bottom: var(--space-xl);
}

.card-subtitle {
    font-size: var(--text-lg);
    color: var(--brand-accent);
    font-weight: 500;
    margin-top: var(--space-sm);
}

.info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: var(--space-lg);
    margin-bottom: var(--space-2xl);
}

.info-item {
    display: flex;
    flex-direction: column;
    gap: var(--space-xs);
    padding: var(--space-md);
    background: rgba(255, 255, 255, 0.3);
    border-radius: var(--radius-lg);
    transition: all var(--duration-normal) var(--ease-out);
}

.info-item:hover {
    background: rgba(46, 139, 87, 0.05);
    transform: translateY(-2px);
}

.info-label {
    font-size: var(--text-sm);
    font-weight: 600;
    color: var(--brand-primary);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.info-value {
    font-size: var(--text-base);
    color: var(--warm-gray-700);
    font-weight: 400;
}

.contact-section {
    background: rgba(255, 255, 255, 0.4);
    padding: var(--space-2xl);
    border-radius: var(--radius-xl);
    border: 1px solid rgba(46, 139, 87, 0.1);
}

.contact-section h3 {
    font-family: var(--font-display);
    font-size: var(--text-2xl);
    color: var(--brand-primary);
    margin-bottom: var(--space-xl);
    text-align: center;
}

.contact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: var(--space-lg);
}

.contact-item {
    display: flex;
    align-items: center;
    gap: var(--space-md);
    padding: var(--space-lg);
    background: rgba(255, 255, 255, 0.6);
    border-radius: var(--radius-lg);
    transition: all var(--duration-normal) var(--ease-out);
}

.contact-item:hover {
    background: rgba(46, 139, 87, 0.05);
    transform: translateY(-3px);
}

.contact-icon {
    font-size: 2rem;
    flex-shrink: 0;
}

.contact-details {
    display: flex;
    flex-direction: column;
}

.contact-label {
    font-size: var(--text-sm);
    font-weight: 600;
    color: var(--brand-primary);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.contact-link {
    font-size: var(--text-base);
    color: var(--warm-gray-700);
    text-decoration: none;
    font-weight: 500;
    transition: all var(--duration-normal) var(--ease-out);
    position: relative;
}

.contact-link::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--gradient-warm);
    transition: width var(--duration-normal) var(--ease-out);
}

.contact-link:hover {
    color: var(--brand-primary);
}

.contact-link:hover::after {
    width: 100%;
}

/* Enhanced Gallery */
.gallery-section {
    margin: var(--space-4xl) 0;
    padding: var(--space-2xl) 0;
    background: var(--warm-gray-50);
    border-radius: var(--radius-3xl);
}

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

.modern-gallery {
    display: flex;
    gap: var(--space-lg);
    padding: var(--space-2xl) 0;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: var(--brand-primary) var(--warm-gray-200);
}

.modern-gallery::-webkit-scrollbar {
    height: 8px;
}

.modern-gallery::-webkit-scrollbar-track {
    background: var(--warm-gray-200);
    border-radius: var(--radius-full);
}

.modern-gallery::-webkit-scrollbar-thumb {
    background: var(--gradient-primary);
    border-radius: var(--radius-full);
}

.splide__slide {
    position: relative;
    overflow: hidden;
    border-radius: var(--radius-2xl);
    box-shadow: var(--shadow-lg);
    transition: all var(--duration-slow) var(--ease-out);
    scroll-snap-align: start;
    flex-shrink: 0;
}

.splide__slide:hover {
    transform: translateY(-12px) scale(1.02);
    box-shadow: var(--shadow-premium);
}

.image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
    color: var(--white);
    padding: var(--space-lg);
    transform: translateY(100%);
    transition: transform var(--duration-normal) var(--ease-out);
}

.splide__slide:hover .image-overlay {
    transform: translateY(0);
}

.image-overlay h4 {
    font-family: var(--font-display);
    font-size: var(--text-lg);
    font-weight: 600;
    margin-bottom: var(--space-xs);
}

.image-overlay p {
    font-size: var(--text-sm);
    opacity: 0.9;
}

/* Section Spacing */
.intro-section,
.why-choose-section,
.promise-section {
    margin-bottom: var(--space-4xl);
}

/* Responsive adjustments for new components */
@media (max-width: 767px) {
    .features-grid {
        grid-template-columns: 1fr;
        gap: var(--space-lg);
    }
    
    .info-grid,
    .contact-grid {
        grid-template-columns: 1fr;
    }
    
    .contact-item {
        flex-direction: column;
        text-align: center;
    }
    
    .gallery-section {
        margin: var(--space-2xl) 0;
        padding: var(--space-xl) var(--space-md);
    }
}