/* Ultra Modern Arçelik Azim Han Website CSS - 2025 Design */

/* Import Modern Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap');

/* Ultra Modern CSS Variables */
:root {
    /* Brand Colors */
    --primary: #e31e24;
    --primary-light: #ff4d52;
    --primary-dark: #b91c1c;
    --primary-50: #fef2f2;
    --primary-100: #fee2e2;
    --primary-500: #ef4444;
    --primary-600: #dc2626;
    --primary-700: #b91c1c;
    --primary-800: #991b1b;
    --primary-900: #7f1d1d;
    
    /* Modern Neutrals */
    --white: #ffffff;
    --gray-50: #f8fafc;
    --gray-100: #f1f5f9;
    --gray-200: #e2e8f0;
    --gray-300: #cbd5e1;
    --gray-400: #94a3b8;
    --gray-500: #64748b;
    --gray-600: #475569;
    --gray-700: #334155;
    --gray-800: #1e293b;
    --gray-900: #0f172a;
    --black: #000000;
    
    /* Semantic Colors */
    --success: #10b981;
    --warning: #f59e0b;
    --error: #ef4444;
    --info: #3b82f6;
    
    /* Modern Shadows */
    --shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --shadow-xl: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --shadow-2xl: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    --shadow-glow: 0 0 30px rgb(227 30 36 / 0.4);
    --shadow-colored: 0 25px 50px -12px rgb(227 30 36 / 0.3);
    
    /* Modern Gradients */
    --gradient-primary: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
    --gradient-hero: linear-gradient(135deg, var(--primary) 0%, var(--primary-600) 50%, var(--primary-800) 100%);
    --gradient-glass: linear-gradient(135deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.1) 100%);
    --gradient-dark: linear-gradient(135deg, var(--gray-800) 0%, var(--gray-900) 100%);
    
    /* Spacing */
    --space-1: 0.25rem;
    --space-2: 0.5rem;
    --space-3: 0.75rem;
    --space-4: 1rem;
    --space-5: 1.25rem;
    --space-6: 1.5rem;
    --space-8: 2rem;
    --space-10: 2.5rem;
    --space-12: 3rem;
    --space-16: 4rem;
    --space-20: 5rem;
    --space-24: 6rem;
    --space-32: 8rem;
    
    /* Border Radius */
    --radius-sm: 0.25rem;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --radius-3xl: 1.5rem;
    --radius-4xl: 2rem;
    --radius-full: 9999px;
    
    /* Transitions */
    --transition-fast: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    --transition-normal: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    --transition-slow: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    --transition-bounce: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    
    /* Z-Index */
    --z-dropdown: 1000;
    --z-sticky: 1020;
    --z-fixed: 1030;
    --z-modal: 1050;
    --z-tooltip: 1070;
}

/* Modern Reset */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-weight: 400;
    line-height: 1.6;
    color: var(--gray-900);
    background-color: var(--white);
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}

/* Ensure slider starts from top without header interference */
.hero-slider-page {
    padding-top: 0 !important;
}

.hero-slider-page .modern-hero-slider {
    margin-top: 0;
}

/* Modern Typography */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Outfit', 'Poppins', sans-serif;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: var(--space-4);
    color: var(--gray-900);
    letter-spacing: -0.025em;
}

h1 { font-size: clamp(2.5rem, 6vw, 5rem); font-weight: 900; }
h2 { font-size: clamp(2rem, 5vw, 3.5rem); font-weight: 800; }
h3 { font-size: clamp(1.5rem, 4vw, 2.5rem); font-weight: 700; }
h4 { font-size: clamp(1.25rem, 3vw, 2rem); font-weight: 600; }
h5 { font-size: clamp(1.125rem, 2vw, 1.5rem); font-weight: 600; }
h6 { font-size: clamp(1rem, 1.5vw, 1.25rem); font-weight: 600; }

p {
    margin-bottom: var(--space-4);
    color: var(--gray-600);
    line-height: 1.7;
}

a {
    color: var(--primary);
    text-decoration: none;
    transition: var(--transition-fast);
}

a:hover {
    color: var(--primary-dark);
}

/* Utility Classes */
.text-gradient {
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.glass-effect {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.hover-lift {
    transition: var(--transition-normal);
}

.hover-lift:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-2xl);
}

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

/* Ultra Modern Button System */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: var(--space-2);
    padding: var(--space-3) var(--space-6);
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1.25;
    border-radius: var(--radius-2xl);
    border: 2px solid transparent;
    cursor: pointer;
    transition: var(--transition-normal);
    text-decoration: none;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    user-select: none;
}

.btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    transition: var(--transition-slow);
}

.btn:hover::before {
    left: 100%;
}

.btn-primary {
    background: var(--gradient-primary);
    color: var(--white);
    box-shadow: var(--shadow-lg);
}

.btn-primary:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: var(--shadow-colored);
    color: var(--white);
}

.btn-outline {
    background: transparent;
    color: var(--primary);
    border-color: var(--primary);
}

.btn-outline:hover {
    background: var(--primary);
    color: var(--white);
    transform: translateY(-3px) scale(1.02);
    box-shadow: var(--shadow-lg);
}

.btn-ghost {
    background: rgba(227, 30, 36, 0.1);
    color: var(--primary);
}

.btn-ghost:hover {
    background: var(--primary);
    color: var(--white);
    transform: translateY(-2px) scale(1.02);
}

.btn-lg {
    padding: var(--space-4) var(--space-8);
    font-size: 1.125rem;
    border-radius: var(--radius-3xl);
}

.btn-sm {
    padding: var(--space-2) var(--space-4);
    font-size: 0.75rem;
    border-radius: var(--radius-xl);
}

/* Ultra Modern Header */
.header {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(226, 232, 240, 0.3);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: var(--z-fixed);
    transition: var(--transition-normal);
    margin: 0;
    padding: 0;
}

.header.scrolled {
    background: rgba(255, 255, 255, 0.95);
    box-shadow: var(--shadow-xl);
}

.navbar {
    padding: var(--space-4) 0;
}

.navbar-brand {
    display: flex;
    align-items: center;
    gap: var(--space-3);
    font-family: 'Outfit', sans-serif;
    font-weight: 800;
    font-size: 1.5rem;
    color: var(--gray-900);
    text-decoration: none;
    transition: var(--transition-bounce);
}

.navbar-brand:hover {
    color: var(--primary);
    transform: scale(1.05);
}

.navbar-brand img {
    height: 50px;
    width: auto;
    transition: var(--transition-normal);
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
}

.navbar-brand:hover img {
    transform: scale(1.1) rotate(2deg);
    filter: drop-shadow(0 8px 16px rgba(227, 30, 36, 0.3));
}

.navbar-nav {
    display: flex;
    align-items: center;
    gap: var(--space-1);
}

.nav-link {
    display: flex;
    align-items: center;
    gap: var(--space-2);
    padding: var(--space-3) var(--space-4) !important;
    font-family: 'Outfit', sans-serif;
    font-weight: 500;
    font-size: 0.875rem;
    color: var(--gray-900);
    border-radius: var(--radius-2xl);
    transition: var(--transition-normal);
    position: relative;
    text-decoration: none;
    overflow: hidden;
}

.nav-link::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 3px;
    background: var(--gradient-primary);
    transition: var(--transition-normal);
    transform: translateX(-50%);
    border-radius: var(--radius-full);
}

.nav-link::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(227, 30, 36, 0.1), rgba(227, 30, 36, 0.05));
    opacity: 0;
    transition: var(--transition-normal);
    border-radius: var(--radius-2xl);
}

.nav-link:hover,
.nav-link.active {
    color: var(--primary);
    transform: translateY(-2px);
}

.nav-link:hover::before,
.nav-link.active::before {
    width: 80%;
}

.nav-link:hover::after,
.nav-link.active::after {
    opacity: 1;
}

.nav-link i {
    font-size: 0.875rem;
    opacity: 0.8;
    transition: var(--transition-fast);
}

.nav-link:hover i {
    opacity: 1;
    transform: scale(1.1);
}

/* Modern Dropdown */
.dropdown-menu {
    border: none;
    box-shadow: var(--shadow-2xl);
    border-radius: var(--radius-3xl);
    padding: var(--space-4) 0;
    margin-top: var(--space-3);
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    min-width: 240px;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.dropdown-item {
    padding: var(--space-3) var(--space-6);
    font-family: 'Outfit', sans-serif;
    font-weight: 500;
    font-size: 0.875rem;
    color: var(--gray-900);
    transition: var(--transition-fast);
    border-radius: 0;
    display: flex;
    align-items: center;
    gap: var(--space-2);
    position: relative;
    overflow: hidden;
}

.dropdown-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    background: var(--gradient-primary);
    transition: var(--transition-normal);
}

.dropdown-item:hover {
    background: rgba(227, 30, 36, 0.05);
    color: var(--primary);
    transform: translateX(8px);
    padding-left: var(--space-8);
}

.dropdown-item:hover::before {
    width: 4px;
}

/* 🎬 ===== ULTRA MODERN CINEMATIC HERO SLIDER ===== */

/* Modern Slider Variables */
:root {
    --slider-height: 100vh;
    --slider-min-height: 500px;
    --slider-max-height: none;
    --transition-duration: 0.8s;
    --transition-ease: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    --glass-bg: rgba(255, 255, 255, 0.1);
    --glass-border: rgba(255, 255, 255, 0.2);
    --overlay-dark: rgba(0, 0, 0, 0.4);
    --overlay-gradient: linear-gradient(135deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 100%);
    --particle-color: rgba(227, 30, 36, 0.6);
}

/* Main Slider Container */
.modern-hero-slider {
    position: relative;
    width: 100%;
    height: var(--slider-height);
    min-height: var(--slider-min-height);
    overflow: hidden;
    background: var(--gray-900);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
}

/* Particle System */
.particle-system {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}

#particleCanvas {
    width: 100%;
    height: 100%;
    display: block;
}

/* Slider Viewport */
.slider-viewport {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 2;
}

/* Individual Slides */
.hero-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1) rotateY(15deg);
    transition: all var(--transition-duration) var(--transition-ease);
    perspective: 1000px;
    transform-style: preserve-3d;
}

.hero-slide.active {
    opacity: 1;
    visibility: visible;
    transform: scale(1) rotateY(0deg);
    z-index: 3;
}

.hero-slide.prev {
    transform: scale(0.95) rotateY(-15deg) translateX(-100%);
}

.hero-slide.next {
    transform: scale(0.95) rotateY(15deg) translateX(100%);
}

/* Slide Background */
.slide-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.bg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 12s ease-out;
    will-change: transform;
}

.hero-slide.active .bg-image {
    transform: scale(1.08) rotate(0.5deg);
}

/* Background Overlays */
.bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--overlay-dark);
    z-index: 2;
}

.bg-overlay.gradient {
    background: var(--overlay-gradient);
}

.bg-overlay.dark {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.5) 100%);
}

/* Slide Content */
.slide-content {
    position: relative;
    z-index: 3;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: var(--space-8) 0;
}

.content-wrapper {
    width: 100%;
    color: var(--white);
    max-width: 800px;
}

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

.content-wrapper.align-right {
    text-align: right;
    margin-left: auto;
}

/* Hero Badge */
.hero-badge {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: var(--space-1) var(--space-3);
    background: var(--glass-bg);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-full);
    margin-bottom: var(--space-3);
    overflow: hidden;
}

.badge-text {
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 0.5rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--white);
    position: relative;
    z-index: 2;
}

.badge-glow {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    animation: badgeGlow 3s ease-in-out infinite;
}

@keyframes badgeGlow {
    0%, 100% { left: -100%; }
    50% { left: 100%; }
}

/* Hero Title */
.hero-title {
    font-family: 'Outfit', sans-serif;
    font-weight: 900;
    font-size: clamp(0.875rem, 2vw, 1.5rem);
    line-height: 1.1;
    margin-bottom: var(--space-2);
    text-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.title-line {
    display: block;
    opacity: 0;
    transform: translateY(100px) rotateX(-90deg);
    animation: titleReveal 1s var(--transition-ease) forwards;
}

.hero-slide.active .title-line:nth-child(1) { animation-delay: 0.2s; }
.hero-slide.active .title-line:nth-child(2) { animation-delay: 0.4s; }
.hero-slide.active .title-line:nth-child(3) { animation-delay: 0.6s; }

.title-line.featured {
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: relative;
}

.title-line.featured::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 0;
    height: 4px;
    background: var(--gradient-primary);
    border-radius: var(--radius-full);
    animation: lineExpand 1s ease-out 0.8s forwards;
}

@keyframes titleReveal {
    to {
        opacity: 1;
        transform: translateY(0) rotateX(0deg);
    }
}

@keyframes lineExpand {
    to { width: 100%; }
}

/* Hero Subtitle */
.hero-subtitle {
    font-size: clamp(0.5rem, 0.8vw, 0.625rem);
    line-height: 1.3;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: var(--space-2);
    max-width: 300px;
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 1s ease-out 0.8s forwards;
}

.content-wrapper.align-center .hero-subtitle {
    margin: 0 auto var(--space-10);
}

.content-wrapper.align-right .hero-subtitle {
    margin-left: auto;
    margin-right: 0;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Modern Buttons */
.hero-actions {
    display: flex;
    gap: var(--space-3);
    margin-bottom: var(--space-6);
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 1s ease-out 1s forwards;
}

.content-wrapper.align-center .hero-actions {
    justify-content: center;
}

.content-wrapper.align-right .hero-actions {
    justify-content: flex-end;
}

.btn-modern {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: var(--space-1);
    padding: 6px var(--space-2);
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
    font-size: 0.625rem;
    text-decoration: none;
    border-radius: var(--radius-full);
    border: 2px solid transparent;
    overflow: hidden;
    transition: all 0.4s var(--transition-ease);
    transform-style: preserve-3d;
    cursor: pointer;
}

.btn-modern.primary {
    background: var(--gradient-primary);
    color: var(--white);
    box-shadow: 0 10px 30px rgba(227, 30, 36, 0.3);
}

.btn-modern.secondary {
    background: var(--glass-bg);
    backdrop-filter: blur(20px);
    border-color: var(--glass-border);
    color: var(--white);
}

.btn-bg {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.6s ease;
}

.btn-modern:hover .btn-bg {
    left: 100%;
}

.btn-modern:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 20px 40px rgba(227, 30, 36, 0.4);
}

.btn-modern.secondary:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: var(--primary);
}

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

.btn-modern:hover .btn-icon {
    transform: translateX(5px) scale(1.2);
}

/* Hero Stats */
.hero-stats {
    display: flex;
    gap: var(--space-8);
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 1s ease-out 1.2s forwards;
}

.content-wrapper.align-center .hero-stats {
    justify-content: center;
}

.content-wrapper.align-right .hero-stats {
    justify-content: flex-end;
}

    .stat-item {
    text-align: center;
    position: relative;
    flex: 1;
    min-width: 80px;
}

.stat-number {
    display: block;
    font-family: 'Outfit', sans-serif;
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 900;
    color: var(--primary);
    margin-bottom: var(--space-2);
    text-shadow: 0 5px 15px rgba(227, 30, 36, 0.3);
    transition: transform 0.3s ease;
}

.stat-item:hover .stat-number {
    transform: scale(1.1);
    text-shadow: 0 10px 30px rgba(227, 30, 36, 0.6);
}

.stat-label {
    font-size: 0.875rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Feature Showcase */
.feature-showcase {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: var(--space-4);
    margin-bottom: var(--space-10);
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 1s ease-out 0.8s forwards;
    padding: 0 var(--space-2);
}

.feature-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--space-2);
    padding: var(--space-4);
    background: var(--glass-bg);
    backdrop-filter: blur(20px);
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-2xl);
    transition: all 0.4s ease;
    cursor: pointer;
    min-height: 120px;
    justify-content: center;
    text-align: center;
}

.feature-card:hover {
    transform: translateY(-10px) scale(1.05);
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.feature-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--gradient-primary);
    border-radius: var(--radius-2xl);
    font-size: 1.5rem;
    color: var(--white);
    transition: all 0.4s ease;
}

.feature-card:hover .feature-icon {
    transform: rotateY(180deg) scale(1.2);
    box-shadow: 0 10px 30px rgba(227, 30, 36, 0.4);
}

.feature-card span {
    font-weight: 600;
    font-size: 0.875rem;
    color: var(--white);
    text-align: center;
    line-height: 1.3;
    margin-top: var(--space-1);
}

/* Location Grid */
.location-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--space-3);
    margin-bottom: var(--space-8);
    max-width: 500px;
    width: 100%;
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 1s ease-out 0.8s forwards;
}

.content-wrapper.align-center .location-grid {
    margin: 0 auto var(--space-10);
}

.content-wrapper.align-right .location-grid {
    margin-left: auto;
    margin-right: 0;
}

.location-item {
    display: flex;
    align-items: center;
    gap: var(--space-2);
    padding: var(--space-2);
    background: var(--glass-bg);
    backdrop-filter: blur(20px);
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-lg);
    transition: all 0.4s ease;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}

.location-item:hover {
    transform: translateX(10px) scale(1.05);
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    color: inherit;
}

.location-icon {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--gradient-primary);
    border-radius: var(--radius-lg);
    color: var(--white);
    font-size: 0.875rem;
    flex-shrink: 0;
}

.location-info {
    display: flex;
    flex-direction: column;
}

.location-name {
    font-weight: 600;
    color: var(--white);
    font-size: 0.75rem;
    margin-bottom: var(--space-1);
}

.location-desc {
    font-size: 0.625rem;
    color: rgba(255, 255, 255, 0.7);
}

/* ===== SLIDER CONTROLS ===== */

.slider-controls {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    pointer-events: none;
}

.slider-controls > * {
    pointer-events: auto;
}

/* Navigation Arrows */
.nav-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 70px;
    height: 70px;
    background: var(--glass-bg);
    backdrop-filter: blur(20px);
    border: 2px solid var(--glass-border);
    border-radius: var(--radius-2xl);
    color: var(--white);
    font-size: 1.5rem;
    cursor: pointer;
    transition: all 0.4s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.nav-arrow.prev {
    left: var(--space-8);
}

.nav-arrow.next {
    right: var(--space-8);
}

.nav-arrow:hover {
    transform: translateY(-50%) scale(1.1);
    background: rgba(255, 255, 255, 0.2);
    border-color: var(--primary);
    color: var(--primary);
    box-shadow: 0 15px 30px rgba(227, 30, 36, 0.3);
}

.arrow-bg {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: left 0.6s ease;
}

.nav-arrow:hover .arrow-bg {
    left: 100%;
}

/* Dots Navigation */
.dots-container {
    position: absolute;
    bottom: var(--space-16);
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: var(--space-4);
    align-items: center;
    z-index: 20;
}

.dot {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--space-2);
    background: none;
    border: none;
    cursor: pointer;
    padding: var(--space-3);
    transition: all 0.4s ease;
}

.dot-inner {
    width: 16px;
    height: 16px;
    border-radius: var(--radius-full);
    background: rgba(255, 255, 255, 0.3);
    border: 2px solid var(--glass-border);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.dot-inner::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    background: var(--white);
    border-radius: var(--radius-full);
    transition: all 0.4s ease;
}

.dot.active .dot-inner {
    background: var(--primary);
    border-color: var(--primary);
    box-shadow: 0 0 20px rgba(227, 30, 36, 0.6);
}

.dot.active .dot-inner::before,
.dot:hover .dot-inner::before {
    width: 8px;
    height: 8px;
}

.dot-label {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 500;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.4s ease;
}

.dot.active .dot-label,
.dot:hover .dot-label {
    opacity: 1;
    transform: translateY(0);
    color: var(--white);
}

/* Progress Bar */
.progress-container {
    position: absolute;
    top: var(--space-8);
    left: var(--space-8);
    display: flex;
    align-items: center;
    gap: var(--space-4);
}

.progress-bar {
    width: 200px;
    height: 4px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: var(--radius-full);
    overflow: hidden;
}

.progress-fill {
    height: 100%;
    width: 0%;
    background: var(--gradient-primary);
    border-radius: var(--radius-full);
    transition: width var(--transition-duration) linear;
    position: relative;
}

.progress-fill::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    animation: progressGlow 2s linear infinite;
}

@keyframes progressGlow {
    0% { left: -100%; }
    100% { left: 100%; }
}

.slide-counter {
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
    color: var(--white);
    font-size: 1.125rem;
    background: var(--glass-bg);
    backdrop-filter: blur(20px);
    padding: var(--space-2) var(--space-4);
    border-radius: var(--radius-xl);
    border: 1px solid var(--glass-border);
}

.current {
    color: var(--primary);
}

/* Play/Pause Button */
.play-pause-btn {
    position: absolute;
    top: var(--space-8);
    right: var(--space-8);
    width: 60px;
    height: 60px;
    background: var(--glass-bg);
    backdrop-filter: blur(20px);
    border: 2px solid var(--glass-border);
    border-radius: var(--radius-2xl);
    color: var(--white);
    font-size: 1.25rem;
    cursor: pointer;
    transition: all 0.4s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.play-pause-btn:hover {
    transform: scale(1.1);
    background: rgba(255, 255, 255, 0.2);
    border-color: var(--primary);
    color: var(--primary);
    box-shadow: 0 10px 30px rgba(227, 30, 36, 0.3);
}

/* Loading Screen */
.slider-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--gray-900);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    opacity: 1;
    transition: opacity 0.8s ease;
}

.slider-loader.hidden {
    opacity: 0;
    pointer-events: none;
}

.loader-animation {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--space-4);
}

.loader-circle {
    width: 80px;
    height: 80px;
    border: 4px solid rgba(255, 255, 255, 0.1);
    border-top: 4px solid var(--primary);
    border-radius: var(--radius-full);
    animation: loaderSpin 1s linear infinite;
}

@keyframes loaderSpin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.loader-text {
    color: var(--white);
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
    font-size: 1.125rem;
    opacity: 0.8;
}

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

@media (max-width: 1200px) {
    .hero-title {
        font-size: clamp(2.5rem, 7vw, 5.5rem);
    }
    
    .nav-arrow {
        width: 60px;
        height: 60px;
        font-size: 1.25rem;
    }
    
    .feature-showcase {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 992px) {
    .modern-hero-slider {
        height: 100vh;
        min-height: 500px;
        margin: 0;
        padding: 0;
    }
    
    .slide-content {
        padding: var(--space-4) 0;
    }
    
    .content-wrapper {
        max-width: 90%;
        margin: 0 auto;
        text-align: center;
    }
    
    .content-wrapper.align-right {
        text-align: center;
        margin: 0 auto;
    }
    
    .hero-actions {
        flex-direction: column;
        align-items: center;
        max-width: 100%;
        margin: 0 auto var(--space-6);
        gap: var(--space-3);
    }
    
    .btn-modern {
        width: 100%;
        max-width: 280px;
        justify-content: center;
    }
    
    .hero-stats {
        justify-content: center !important;
        gap: var(--space-4);
        flex-wrap: wrap;
    }
    
    .location-grid {
        grid-template-columns: repeat(2, 1fr);
        max-width: 100%;
        margin: 0 auto var(--space-6);
        gap: var(--space-3);
    }
    
    /* Mobilde location-grid'i her zaman ortala */
    .content-wrapper.align-right .location-grid {
        margin: 0 auto var(--space-6);
    }
    
    .feature-showcase {
        grid-template-columns: repeat(2, 1fr);
        gap: var(--space-3);
    }
    
    .progress-container {
        position: absolute;
        top: var(--space-4);
        left: 50%;
        transform: translateX(-50%);
        flex-direction: column;
        gap: var(--space-2);
    }
    
    .progress-bar {
        width: 150px;
    }
}

@media (max-width: 768px) {
    :root {
        --slider-height: 100vh;
        --slider-min-height: 450px;
    }
    
    .modern-hero-slider {
        height: 100vh;
        min-height: 450px;
        margin: 0;
        padding: 0;
    }
    
    .slide-content {
        padding: var(--space-3) 0;
    }
    
    .content-wrapper {
        max-width: 95%;
        padding: 0 var(--space-3);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    
    .hero-title {
        font-size: clamp(1.25rem, 4vw, 1.75rem);
        margin-bottom: var(--space-2);
        line-height: 1.3;
    }
    
    .title-line {
        margin-bottom: var(--space-1);
    }
    
    .title-line.featured::after {
        bottom: -10px;
        height: 2px;
    }
    
    .hero-subtitle {
        font-size: clamp(0.75rem, 2.5vw, 0.875rem);
        margin-bottom: var(--space-3);
        max-width: 100%;
    }
    
    .nav-arrow {
        width: 45px;
        height: 45px;
        font-size: 1rem;
    }
    
    .nav-arrow.prev {
        left: var(--space-3);
    }
    
    .nav-arrow.next {
        right: var(--space-3);
    }
    
    .dots-container {
        bottom: var(--space-8);
        gap: var(--space-2);
        z-index: 20;
    }
    
    .dot-label {
        display: none;
    }
    
    .feature-showcase {
        grid-template-columns: repeat(2, 1fr);
        gap: var(--space-3);
        margin-bottom: var(--space-6);
        padding: 0 var(--space-2);
    }
    
    .feature-card {
        padding: var(--space-3);
        min-height: 100px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    
    .feature-icon {
        width: 50px;
        height: 50px;
        font-size: 1.25rem;
        margin-bottom: var(--space-2);
        flex-shrink: 0;
    }
    
    .hero-stats {
        gap: var(--space-3);
        flex-wrap: wrap;
        justify-content: center !important;
    }
    
    .stat-number {
        font-size: clamp(1.25rem, 4vw, 2rem);
    }
    
    .progress-container {
        top: var(--space-3);
    }
}

@media (max-width: 576px) {
    :root {
        --slider-height: 100vh;
        --slider-min-height: 400px;
    }
    
    .modern-hero-slider {
        height: 100vh;
        min-height: 400px;
        margin: 0;
        padding: 0;
    }
    
    .slide-content {
        padding: var(--space-2) 0;
        height: 100%;
        display: flex;
        align-items: center;
    }
    
    .content-wrapper {
        max-width: 100%;
        padding: 0 var(--space-3);
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%;
    }
    
    .hero-badge {
        padding: var(--space-2) var(--space-3);
        margin-bottom: var(--space-3);
    }
    
    .badge-text {
        font-size: 0.625rem;
        letter-spacing: 1px;
    }
    
    .hero-title {
        font-size: 50px;
        margin-bottom: var(--space-2);
        line-height: 1.2;
    }
    
    .hero-subtitle {
        font-size: clamp(0.625rem, 3vw, 0.75rem);
        margin-bottom: var(--space-3);
        max-width: 100%;
        line-height: 1.3;
    }
    
    .hero-actions {
        margin-bottom: var(--space-2);
        gap: var(--space-2);
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .btn-modern {
        padding: var(--space-2) var(--space-4);
        font-size: 1rem;
        max-width: 220px;
        min-height: 40px;
    }
    
    .nav-arrow {
        display: none;
    }
    
    .play-pause-btn {
        width: 40px;
        height: 40px;
        font-size: 0.875rem;
        top: var(--space-3);
        right: var(--space-3);
    }
    
    .progress-container {
        top: var(--space-2);
        left: var(--space-2);
        transform: none;
        flex-direction: column;
        gap: var(--space-1);
    }
    
    .progress-bar {
        width: 120px;
        height: 2px;
    }
    
    .slide-counter {
        font-size: 0.875rem;
        padding: var(--space-1) var(--space-2);
    }
    
    .feature-showcase {
        grid-template-columns: repeat(2, 1fr);
        gap: var(--space-3);
        margin-bottom: var(--space-5);
        padding: 0 var(--space-3);
    }
    
    .feature-card {
        padding: var(--space-3);
        gap: var(--space-3);
        min-height: 100px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    
    .feature-icon {
        width: 50px;
        height: 50px;
        font-size: 1.25rem;
        margin-bottom: var(--space-2);
        flex-shrink: 0;
    }
    
    .feature-card span {
        font-size: 0.875rem;
        line-height: 1.3;
        font-weight: 600;
    }
    
    .location-grid {
        gap: var(--space-2);
        max-width: 100%;
        margin-bottom: var(--space-4);
    }
    
    .location-item {
        padding: var(--space-2);
        gap: var(--space-2);
    }
    
    .location-icon {
        width: 30px;
        height: 30px;
        font-size: 0.75rem;
    }
    
    .location-name {
        font-size: 0.75rem;
    }
    
    .location-desc {
        font-size: 0.625rem;
    }
    
    .hero-stats {
        gap: var(--space-2);
        margin-bottom: var(--space-2);
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
    }
    
    .stat-number {
        font-size: clamp(1rem, 5vw, 1.5rem);
        margin-bottom: var(--space-1);
    }
    
    .stat-label {
        font-size: 0.625rem;
    }
    
    .dots-container {
        bottom: var(--space-6);
        gap: var(--space-1);
        z-index: 20;
    }
    
    .dot {
        padding: var(--space-2);
    }
    
    .dot-inner {
        width: 12px;
        height: 12px;
    }
}

/* Extra Small Devices (320px and below) */
@media (max-width: 320px) {
    :root {
        --slider-height: 100vh;
        --slider-min-height: 350px;
    }
    
    .modern-hero-slider {
        height: 100vh;
        min-height: 350px;
    }
    
    .hero-title {
        font-size: clamp(1.75rem, 8vw, 2.5rem);
        margin-bottom: var(--space-3);
    }
    
    .hero-subtitle {
        font-size: clamp(0.875rem, 4.5vw, 1.125rem);
        margin-bottom: var(--space-4);
        line-height: 1.4;
    }
    
    .btn-modern {
        padding: var(--space-3) var(--space-4);
        font-size: 0.875rem;
        max-width: 240px;
        min-height: 45px;
    }
    
    .hero-badge {
        padding: var(--space-1) var(--space-3);
        margin-bottom: var(--space-3);
    }
    
    .badge-text {
        font-size: 0.5625rem;
        letter-spacing: 1px;
    }
    
    .feature-showcase {
        grid-template-columns: repeat(2, 1fr);
        gap: var(--space-2);
        padding: 0 var(--space-2);
    }
    
    .feature-card {
        padding: var(--space-2);
        min-height: 90px;
    }
    
    .feature-icon {
        width: 40px;
        height: 40px;
        font-size: 1rem;
        margin-bottom: var(--space-2);
    }
    
    .feature-card span {
        font-size: 0.75rem;
    }
    
    .location-icon {
        width: 28px;
        height: 28px;
        font-size: 0.625rem;
    }
    
    .stat-number {
        font-size: clamp(1.125rem, 7vw, 1.5rem);
    }
    
    .stat-label {
        font-size: 0.625rem;
    }
    
    .progress-bar {
        width: 100px;
        height: 2px;
    }
    
    .slide-counter {
        font-size: 0.75rem;
    }
    
    .play-pause-btn {
        width: 35px;
        height: 35px;
        font-size: 0.75rem;
    }
    
    .content-wrapper {
        padding: 0 var(--space-2);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%;
        text-align: center;
    }
}

/* Large Devices (1400px and above) */
@media (min-width: 1400px) {
    .modern-hero-slider {
        height: 100vh;
        min-height: 700px;
    }
    
    .hero-title {
        font-size: clamp(3rem, 6vw, 4rem);
    }
    
    .hero-subtitle {
        font-size: clamp(1rem, 2vw, 1rem);
    }
    
    .content-wrapper {
        max-width: 900px;
    }
    
    .btn-modern {
        padding: var(--space-4) var(--space-8);
        font-size: 1rem;
    }
    
    .nav-arrow {
        width: 50px;
        height: 50px;
        font-size: 1.75rem;
    }
    
    .feature-showcase {
        grid-template-columns: repeat(4, 1fr);
        gap: var(--space-6);
    }
}

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

@media (prefers-reduced-motion: reduce) {
    .hero-slide,
    .bg-image,
    .title-line,
    .hero-subtitle,
    .hero-actions,
    .hero-stats,
    .feature-showcase,
    .location-grid,
    .nav-arrow,
    .dot,
    .progress-fill,
    .loader-circle {
        animation: none !important;
        transition-duration: 0.01ms !important;
    }
    
    .hero-slide.active .bg-image {
        transform: scale(1);
    }
}

@media (prefers-contrast: high) {
    .hero-slide {
        background: var(--white);
        color: var(--black);
    }
    
    .bg-overlay {
        background: rgba(255, 255, 255, 0.9);
    }
    
    .nav-arrow,
    .play-pause-btn,
    .dot-inner {
        background: var(--white);
        color: var(--black);
        border-color: var(--black);
    }
}

/* Focus States */
.nav-arrow:focus,
.dot:focus,
.play-pause-btn:focus,
.btn-modern:focus {
    outline: 3px solid rgba(227, 30, 36, 0.6);
    outline-offset: 2px;
}

/* Modern Sections */
section {
    padding: var(--space-24) 0;
    position: relative;
}

/* Remove margins/padding specifically for slider */
.modern-hero-slider + section {
    margin-top: 0;
}

section.modern-hero-slider {
    margin: 0;
    padding: 0;
}

.section-title {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 900;
    text-align: center;
    margin-bottom: var(--space-4);
    position: relative;
    color: var(--gray-900);
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: var(--gradient-primary);
    border-radius: var(--radius-full);
}

.section-subtitle {
    text-align: center;
    font-size: 1.25rem;
    color: var(--gray-600);
    margin-bottom: var(--space-16);
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* Ultra Modern Cards */
.card {
    background: var(--white);
    border-radius: var(--radius-3xl);
    box-shadow: var(--shadow-md);
    border: 1px solid var(--gray-200);
    transition: var(--transition-normal);
    overflow: hidden;
    position: relative;
    height: 100%;
}

.card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--gradient-primary);
    transform: scaleX(0);
    transition: var(--transition-normal);
}

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

.card:hover::before {
    transform: scaleX(1);
}

.card-body {
    padding: var(--space-8);
}

/* Feature Cards */
.feature-card {
    background: var(--white);
    border-radius: var(--radius-3xl);
    padding: var(--space-10) var(--space-8);
    text-align: center;
    transition: var(--transition-normal);
    border: 1px solid var(--gray-200);
    height: 100%;
    position: relative;
    overflow: hidden;
}

.feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(227, 30, 36, 0.03), transparent);
    transition: var(--transition-slow);
}

.feature-card:hover::before {
    left: 100%;
}

.feature-card:hover {
    transform: translateY(-16px);
    box-shadow: var(--shadow-2xl);
    border-color: var(--primary);
}

.feature-icon {
    width: 100px;
    height: 100px;
    margin: 0 auto var(--space-6);
    background: var(--gradient-primary);
    border-radius: var(--radius-3xl);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 2.5rem;
    transition: var(--transition-normal);
    box-shadow: var(--shadow-lg);
}

.feature-card:hover .feature-icon {
    transform: scale(1.1) rotate(5deg);
    animation: float 2s ease-in-out infinite;
    box-shadow: var(--shadow-2xl);
}

.feature-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: var(--space-4);
    color: var(--gray-900);
}

.feature-description {
    color: var(--gray-600);
    line-height: 1.7;
}

/* Product Cards */
.product-card {
    background: var(--white);
    border-radius: var(--radius-3xl);
    overflow: hidden;
    transition: var(--transition-normal);
    box-shadow: var(--shadow-md);
    border: 1px solid var(--gray-200);
    height: 100%;
    position: relative;
}

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

.product-image-container {
    position: relative;
    overflow: hidden;
    height: 300px;
    background: var(--gray-100);
}

.product-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition-slow);
}

.product-card:hover .product-image-container img {
    transform: scale(1.1);
}

.product-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(227, 30, 36, 0.9), rgba(196, 30, 36, 0.9));
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: var(--transition-normal);
}

.product-card:hover .product-overlay {
    opacity: 1;
}

.product-actions {
    display: flex;
    gap: var(--space-4);
}

.product-content {
    padding: var(--space-6);
}

.product-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: var(--space-2);
    color: var(--gray-900);
}

.product-description {
    color: var(--gray-600);
    font-size: 0.875rem;
    line-height: 1.6;
}

/* About Section - Enhanced Design */
#about {
    background: var(--gray-50);
    position: relative;
    overflow: hidden;
}

#about::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(circle at 20% 80%, rgba(227, 30, 36, 0.03) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(227, 30, 36, 0.03) 0%, transparent 50%);
    pointer-events: none;
}

.about-text-content {
    position: relative;
    z-index: 2;
    text-align: left !important;
}

.about-description {
    font-size: 1.25rem;
    line-height: 1.8;
    color: var(--gray-700);
    margin-bottom: var(--space-8);
    text-align: left !important;
}

/* About Features Grid */
.about-features-grid {
    margin-top: var(--space-8);
}

.about-feature-card {
    background: var(--white);
    border-radius: var(--radius-3xl);
    padding: var(--space-8) var(--space-6);
    text-align: center;
    transition: var(--transition-normal);
    border: 1px solid var(--gray-200);
    height: 100%;
    position: relative;
    overflow: hidden;
    box-shadow: var(--shadow-md);
}

.about-feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(227, 30, 36, 0.03), transparent);
    transition: var(--transition-slow);
}

.about-feature-card:hover::before {
    left: 100%;
}

.about-feature-card:hover {
    transform: translateY(-12px);
    box-shadow: var(--shadow-2xl);
    border-color: var(--primary);
}

.about-feature-icon {
    font-size: 2.5rem;
    color: var(--primary);
    margin-bottom: var(--space-4);
    transition: var(--transition-normal);
    position: relative;
    z-index: 2;
}

.about-feature-card:hover .about-feature-icon {
    transform: scale(1.2) rotate(5deg);
    animation: float 2s ease-in-out infinite;
}

.about-feature-title {
    font-size: 1.375rem;
    font-weight: 700;
    color: var(--gray-900);
    margin-bottom: var(--space-3);
    font-family: 'Outfit', sans-serif;
    position: relative;
    z-index: 2;
}

.about-feature-text {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--gray-600);
    margin-bottom: 0;
    position: relative;
    z-index: 2;
}

/* About Image Section */
.about-image-section {
    position: relative;
    z-index: 2;
    margin-top: var(--space-8);
}

.about-main-image {
    position: relative;
    display: inline-block;
    max-width: 100%;
}

.about-main-image img {
    border-radius: var(--radius-3xl);
    box-shadow: var(--shadow-2xl);
    transition: var(--transition-normal);
    max-width: 100%;
    height: auto;
    border: 4px solid var(--white);
}

.about-main-image:hover img {
    transform: translateY(-8px) scale(1.02);
    box-shadow: var(--shadow-colored);
}

.about-main-image::before {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    right: -20px;
    bottom: -20px;
    background: var(--gradient-primary);
    border-radius: var(--radius-3xl);
    opacity: 0.1;
    z-index: -1;
    transition: var(--transition-normal);
}

.about-main-image:hover::before {
    opacity: 0.2;
    transform: rotate(2deg);
}

/* Float Animation */
@keyframes float {
    0%, 100% { transform: scale(1.1) rotate(5deg) translateY(0px); }
    50% { transform: scale(1.1) rotate(5deg) translateY(-10px); }
}

/* Mobile Responsive */
@media (max-width: 992px) {
    .about-description {
        font-size: 1.125rem;
        max-width: 100%;
    }
    
    .about-feature-card {
        padding: var(--space-6) var(--space-4);
        margin-bottom: var(--space-6);
    }
    
    .feature-icon-wrapper {
        width: 70px;
        height: 70px;
        font-size: 1.5rem;
    }
    
    .about-feature-title {
        font-size: 1.25rem;
    }
    
    .about-main-image img {
        border-radius: var(--radius-2xl);
    }
}

@media (max-width: 768px) {
    .about-features-grid {
        margin-top: var(--space-6);
    }
    
    .about-feature-card {
        padding: var(--space-5) var(--space-3);
        margin-bottom: var(--space-4);
    }
    
    .feature-icon-wrapper {
        width: 60px;
        height: 60px;
        font-size: 1.25rem;
        margin-bottom: var(--space-3);
    }
    
    .about-feature-title {
        font-size: 1.125rem;
        margin-bottom: var(--space-2);
    }
    
    .about-feature-text {
        font-size: 0.9375rem;
    }
    
    .about-image-section {
        margin-top: var(--space-6);
    }
    
    .about-main-image::before {
        top: -10px;
        left: -10px;
        right: -10px;
        bottom: -10px;
    }
}

@media (max-width: 576px) {
    .about-description {
        font-size: 1rem;
        margin-bottom: var(--space-6);
    }
    
    .about-feature-card {
        padding: var(--space-4);
    }
    
    .feature-icon-wrapper {
        width: 50px;
        height: 50px;
        font-size: 1.125rem;
    }
    
    .about-feature-title {
        font-size: 1rem;
    }
    
    .about-feature-text {
        font-size: 0.875rem;
    }
}

/* Category Cards */
.category-card {
    background: var(--white);
    border-radius: var(--radius-3xl);
    overflow: hidden;
    transition: var(--transition-normal);
    box-shadow: var(--shadow-md);
    border: 1px solid var(--gray-200);
    height: 100%;
    position: relative;
}

.category-card:hover {
    transform: translateY(-16px) scale(1.02);
    box-shadow: var(--shadow-2xl);
    border-color: var(--primary);
}

.category-image-container {
    position: relative;
    overflow: hidden;
    height: 280px;
    background: var(--gray-100);
}

.category-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition-slow);
}

.category-card:hover .category-image-container img {
    transform: scale(1.1);
}

.category-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5));
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: var(--transition-normal);
}

.category-card:hover .category-overlay {
    opacity: 1;
}

.category-content {
    text-align: center;
    color: var(--white);
    padding: var(--space-6);
}

.category-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: var(--space-3);
    color: var(--white);
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.category-description {
    font-size: 0.875rem;
    margin-bottom: var(--space-4);
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
}

.category-info {
    padding: var(--space-6);
}

.category-name {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: var(--space-2);
    color: var(--gray-900);
    text-align: center;
}

.category-desc {
    color: var(--gray-600);
    font-size: 0.875rem;
    line-height: 1.6;
    text-align: center;
}

/* Contact Cards */
.contact-card {
    background: var(--white);
    border-radius: var(--radius-3xl);
    padding: var(--space-10) var(--space-8);
    text-align: center;
    transition: var(--transition-normal);
    border: 1px solid var(--gray-200);
    height: 100%;
    position: relative;
    overflow: hidden;
}

.contact-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--gradient-primary);
    opacity: 0;
    transition: var(--transition-normal);
    border-radius: var(--radius-3xl);
}

.contact-card:hover::before {
    opacity: 0.03;
}

.contact-card:hover {
    transform: translateY(-16px);
    box-shadow: var(--shadow-2xl);
    border-color: var(--primary);
}

.contact-icon {
    width: 100px;
    height: 100px;
    margin: 0 auto var(--space-6);
    background: var(--gradient-primary);
    border-radius: var(--radius-3xl);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 2.5rem;
    transition: var(--transition-normal);
    position: relative;
    z-index: 1;
    box-shadow: var(--shadow-lg);
}

.contact-card:hover .contact-icon {
    transform: scale(1.1);
    box-shadow: var(--shadow-2xl);
    animation: pulse 2s infinite;
}

.contact-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: var(--space-4);
    color: var(--gray-900);
    position: relative;
    z-index: 1;
}

.contact-info {
    color: var(--gray-600);
    position: relative;
    z-index: 1;
    line-height: 1.7;
}

/* Gallery Styles */
.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: var(--radius-3xl);
    margin-bottom: var(--space-8);
    box-shadow: var(--shadow-md);
    transition: var(--transition-normal);
    cursor: pointer;
    background: var(--gray-100);
}

.gallery-item:hover {
    transform: translateY(-12px);
    box-shadow: var(--shadow-2xl);
}

.gallery-item img,
.gallery-item video {
    width: 100%;
    height: 350px;
    object-fit: cover;
    transition: var(--transition-slow);
}

.gallery-item:hover img,
.gallery-item:hover video {
    transform: scale(1.05);
}

.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5));
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: var(--transition-normal);
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.gallery-content {
    text-align: center;
    color: var(--white);
    padding: var(--space-8);
}

.gallery-content i {
    font-size: 3rem;
    margin-bottom: var(--space-4);
    animation: float 2s ease-in-out infinite;
}

.gallery-content h4 {
    color: var(--white);
    margin-bottom: var(--space-2);
}

/* Form Styles */
.form-control {
    border: 2px solid var(--gray-200);
    border-radius: var(--radius-2xl);
    padding: var(--space-4) var(--space-5);
    font-size: 1rem;
    font-family: 'Inter', sans-serif;
    transition: var(--transition-fast);
    background: var(--white);
    width: 100%;
}

.form-control:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(227, 30, 36, 0.1);
    outline: none;
}

.form-control::placeholder {
    color: var(--gray-400);
}

.form-label {
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
    color: var(--gray-900);
    margin-bottom: var(--space-2);
    display: block;
}

.contact-form {
    background: var(--white);
    padding: var(--space-12);
    border-radius: var(--radius-3xl);
    box-shadow: var(--shadow-xl);
    border: 1px solid var(--gray-200);
}

.form-group {
    margin-bottom: var(--space-6);
}

/* Page Headers */
.page-header {
    background: var(--gradient-hero);
    padding: var(--space-32) 0 var(--space-20);
    color: var(--white);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 30% 70%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 70% 30%, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    opacity: 0.4;
}

.page-header h1 {
    font-size: clamp(2.5rem, 6vw, 4rem);
    font-weight: 900;
    margin-bottom: var(--space-4);
    position: relative;
    z-index: 2;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    color: var(--white);
}

.page-header p {
    font-size: clamp(1rem, 2vw, 1.25rem);
    position: relative;
    z-index: 2;
    opacity: 0.9;
    color: rgba(255, 255, 255, 0.9);
}

/* Breadcrumb */
.breadcrumb {
    background: transparent;
    padding: 0;
    margin-bottom: var(--space-8);
    position: relative;
    z-index: 2;
}

.breadcrumb-item {
    font-family: 'Outfit', sans-serif;
    font-weight: 500;
}

.breadcrumb-item a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: var(--transition-fast);
}

.breadcrumb-item a:hover {
    color: var(--white);
}

.breadcrumb-item.active {
    color: w;
}

/* Statistics Cards */
.stats-card {
    background: var(--white);
    border-radius: var(--radius-3xl);
    padding: var(--space-10) var(--space-8);
    text-align: center;
    transition: var(--transition-normal);
    box-shadow: var(--shadow-md);
    border: 1px solid var(--gray-200);
    position: relative;
    overflow: hidden;
    height: 100%;
}

.stats-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--gradient-primary);
    transform: scaleX(0);
    transition: var(--transition-normal);
}

.stats-card:hover::before {
    transform: scaleX(1);
}

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

.stats-number {
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 900;
    color: var(--primary);
    margin-bottom: var(--space-2);
    display: block;
    font-family: 'Outfit', sans-serif;
}

.stats-label {
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--gray-900);
    font-family: 'Outfit', sans-serif;
}

/* Footer */
.footer {
    background: var(--gradient-dark);
    color: var(--white);
    padding: var(--space-20) 0 var(--space-8);
    position: relative;
}

.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--gradient-primary);
}

.footer h5, .footer h6 {
    color: var(--white);
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    margin-bottom: var(--space-6);
}

.footer .social-links {
    display: flex;
    gap: var(--space-4);
    margin-top: var(--space-6);
}

.footer .social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: var(--radius-2xl);
    color: var(--white);
    transition: var(--transition-normal);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.footer .social-links a:hover {
    background: var(--primary);
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    color: var(--white);
}

.footer ul {
    list-style: none;
    padding: 0;
}

.footer ul li {
    margin-bottom: var(--space-3);
}

.footer ul li a {
    color: rgba(255, 255, 255, 0.8);
    transition: var(--transition-fast);
    padding: var(--space-2) 0;
    display: block;
    text-decoration: none;
}

.footer ul li a:hover {
    color: var(--primary-light);
    padding-left: var(--space-3);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: var(--space-12);
    padding-top: var(--space-8);
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
}

/* WhatsApp Float Button */
.whatsapp-float {
    position: fixed;
    bottom: var(--space-8);
    right: var(--space-8);
    z-index: var(--z-fixed);
}

.whatsapp-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #25d366, #128c7e);
    color: var(--white);
    border-radius: var(--radius-full);
    text-decoration: none;
    font-size: 2rem;
    box-shadow: var(--shadow-2xl);
    transition: var(--transition-normal);
    animation: pulse-whatsapp 2s infinite;
}

.whatsapp-btn:hover {
    transform: scale(1.1);
    color: var(--white);
    box-shadow: var(--shadow-2xl);
}

@keyframes pulse-whatsapp {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

/* Back to Top Button */
.back-to-top {
    position: fixed;
    bottom: calc(var(--space-8) + 100px);
    right: var(--space-8);
    width: 70px;
    height: 70px;
    background: var(--gradient-primary);
    color: var(--white);
    border: none;
    border-radius: var(--radius-full);
    font-size: 1.5rem;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition-normal);
    z-index: var(--z-fixed);
    box-shadow: var(--shadow-xl);
}

.back-to-top.show {
    opacity: 1;
    visibility: visible;
}

.back-to-top:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-2xl);
}

/* Loading Spinner */
.loading-spinner {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 4px solid var(--gray-200);
    border-radius: var(--radius-full);
    border-top-color: var(--primary);
    animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

/* Responsive Design */
@media (max-width: 1200px) {
    .slide-title {
        font-size: clamp(2.5rem, 7vw, 4rem);
    }
    
    .section-title {
        font-size: clamp(2rem, 4vw, 3rem);
    }
    
    section {
        padding: var(--space-20) 0;
    }
}

@media (max-width: 992px) {
    .hero-slider {
        height: 70vh;
        min-height: 500px;
    }
    
    .slide-title {
        font-size: clamp(2.25rem, 6vw, 3.5rem);
    }
    
    .slide-subtitle {
        font-size: clamp(1rem, 2.5vw, 1.25rem);
    }
    
    section {
        padding: var(--space-16) 0;
    }
    
    .section-title {
        font-size: clamp(1.875rem, 4vw, 2.5rem);
    }
    
    .feature-card,
    .contact-card,
    .stats-card {
        margin-bottom: var(--space-8);
    }
    
    .navbar-nav {
        gap: 0;
        flex-direction: column;
        width: 100%;
        margin-top: var(--space-4);
    }
    
    .nav-link {
        width: 100%;
        justify-content: flex-start;
        padding: var(--space-4) var(--space-6) !important;
    }
    
    .slider-arrow {
        width: 50px;
        height: 50px;
        font-size: 1.25rem;
    }
    
    .slider-arrow.prev {
        left: var(--space-4);
    }
    
    .slider-arrow.next {
        right: var(--space-4);
    }
}

@media (max-width: 768px) {
    .slide-title {
        font-size: clamp(2rem, 5vw, 3rem);
    }
    
    .slide-subtitle {
        font-size: clamp(0.875rem, 2vw, 1.125rem);
    }
    
    .section-title {
        font-size: clamp(1.75rem, 4vw, 2.25rem);
    }
    
    .page-header {
        padding: var(--space-24) 0 var(--space-16);
    }
    
    .page-header h1 {
        font-size: clamp(2rem, 5vw, 3rem);
    }
    
    .btn {
        padding: var(--space-3) var(--space-5);
        font-size: 0.875rem;
    }
    
    .btn-lg {
        padding: var(--space-4) var(--space-6);
        font-size: 1rem;
    }
    
    .feature-card,
    .contact-card,
    .stats-card {
        padding: var(--space-8) var(--space-6);
    }
    
    .contact-form {
        padding: var(--space-8);
    }
    
    .whatsapp-float {
        bottom: var(--space-6);
        right: var(--space-6);
    }
    
    .whatsapp-btn {
        width: 70px;
        height: 70px;
        font-size: 1.75rem;
    }
    
    .back-to-top {
        bottom: calc(var(--space-6) + 90px);
        right: var(--space-6);
        width: 60px;
        height: 60px;
        font-size: 1.25rem;
    }
    
    .slide-content {
        padding: var(--space-6);
        max-width: 90%;
    }
    
    .slide-buttons {
        flex-direction: column;
        align-items: center;
        gap: var(--space-3);
    }
    
    .slide-buttons .btn {
        width: 100%;
        max-width: 280px;
    }
    
    .slider-nav {
        bottom: var(--space-6);
    }
    
    .slider-arrow {
        display: none;
    }
}

@media (max-width: 576px) {
    h1 { font-size: clamp(1.875rem, 4vw, 2.5rem); }
    h2 { font-size: clamp(1.5rem, 3vw, 2rem); }
    h3 { font-size: clamp(1.25rem, 2.5vw, 1.75rem); }
    
    .hero-slider {
        height: 50vh;
        min-height: 350px;
    }
    
    .slide-title {
        font-size: clamp(1.875rem, 5vw, 2.75rem);
    }
    
    .slide-content {
        padding: var(--space-3);
        max-width: 100%;
        margin: 0 var(--space-2);
    }
    
    .section-title {
        font-size: clamp(1.5rem, 4vw, 2rem);
    }
    
    .page-header h1 {
        font-size: clamp(1.875rem, 5vw, 2.75rem);
    }
    
    .btn {
        padding: var(--space-3) var(--space-4);
        font-size: 0.8125rem;
    }
    
    .feature-card,
    .contact-card,
    .stats-card {
        padding: var(--space-6) var(--space-4);
    }
    
    .gallery-item img,
    .gallery-item video {
        height: 280px;
    }
    
    .product-image-container {
        height: 250px;
    }
    
    .navbar {
        padding: var(--space-3) 0;
    }
    
    .navbar-brand img {
        height: 40px;
    }
    
    section {
        padding: var(--space-12) 0;
    }
    
    .contact-form {
        padding: var(--space-6);
    }
    
    .footer {
        padding: var(--space-16) 0 var(--space-6);
    }
    
    .footer .social-links a {
        width: 50px;
        height: 50px;
    }
    
    .slider-nav {
        bottom: var(--space-4);
    }
    
    .slider-dot {
        width: 10px;
        height: 10px;
    }
}

/* Print Styles */
@media print {
    .header,
    .whatsapp-float,
    .back-to-top,
    .navbar-toggler,
    .slider-arrow,
    .slider-nav {
        display: none !important;
    }
    
    body {
        font-size: 12pt;
        line-height: 1.4;
    }
    
    .hero-slider {
        background: none !important;
        color: var(--gray-900) !important;
        min-height: auto;
        padding: var(--space-8) 0;
    }
    
    .slide-title,
    .page-header h1 {
        color: var(--gray-900) !important;
        text-shadow: none !important;
    }
    
    .card,
    .feature-card,
    .contact-card,
    .stats-card {
        box-shadow: none !important;
        border: 1px solid var(--gray-300) !important;
    }
}

/* High Contrast Mode */
@media (prefers-contrast: high) {
    :root {
        --primary: #d00000;
        --primary-dark: #9d0208;
        --gray-900: #000000;
        --gray-600: #333333;
        --gray-200: #666666;
    }
    
    .btn-outline {
        border-width: 3px;
    }
    
    .nav-link::before {
        height: 3px;
    }
}

/* Global Icon Color Override */
.fas, .far, .fab, .fal, .fad, .fa {
    color: var(--primary) !important;
}

/* Specific icon color overrides for different contexts */
.feature-icon i,
.contact-icon i,
.stat-icon i,
.value-icon i,
.advantage-icon i,
.service-icon i,
.gallery-content i,
.category-content i {
    color: var(--white) !important;
}

/* Navigation and UI icons */
.nav-link i,
.dropdown-item i,
.breadcrumb i {
    color: var(--primary) !important;
}

/* Button icons - default red, but white for primary buttons */
.btn i {
    color: var(--primary) !important;
}

.btn-primary i,
.btn-primary .fas,
.btn-primary .far,
.btn-primary .fab {
    color: var(--white) !important;
}

/* Store section specific styling */
.store-card .fas.fa-store {
    color: var(--primary) !important;
}

.store-card .fas.fa-map-marker-alt,
.store-card .fas.fa-clock,
.store-card .fas.fa-phone,
.store-card .fas.fa-directions {
    color: var(--primary) !important;
}

/* Store names should be black */
.store-card h4,
.store-header h4 {
    color: var(--gray-900) !important;
}

/* Call button phone icons should be white */
.btn-primary .fas.fa-phone {
    color: var(--white) !important;
}

/* Social media icons exception - keep their brand colors */
.social-links .fab {
    color: var(--white) !important;
}

/* WhatsApp button icon exception */
.whatsapp-btn i {
    color: var(--white) !important;
}

/* Back to top button icon exception */
.back-to-top i {
    color: var(--white) !important;
}

/* Fix icon positioning and overlapping issues */
.feature-icon {
    position: relative;
    z-index: 1;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.feature-icon i {
    position: relative;
    z-index: 2;
    display: block;
    line-height: 1;
}

/* Store card icon positioning fixes */
.store-info .fas {
    flex-shrink: 0;
    width: 20px;
    text-align: center;
    line-height: 1.2;
}

/* Ensure proper spacing and alignment */
.d-flex.align-items-start .fas,
.d-flex.align-items-center .fas {
    margin-top: 0.125rem;
}

/* FAQ Accordion Styles */
.accordion-item {
    border: 1px solid var(--gray-200);
    border-radius: var(--radius-2xl) !important;
    margin-bottom: var(--space-4);
    overflow: hidden;
    background: var(--white);
    box-shadow: var(--shadow-sm);
    transition: var(--transition-normal);
}

.accordion-item:hover {
    box-shadow: var(--shadow-lg);
    border-color: var(--primary);
}

.accordion-button {
    background: var(--white);
    border: none;
    font-weight: 600;
    font-family: 'Outfit', sans-serif;
    color: var(--gray-900);
    padding: var(--space-5) var(--space-6);
    font-size: 1.125rem;
    transition: var(--transition-normal);
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.accordion-button::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    background: var(--gradient-primary);
    transition: var(--transition-normal);
    z-index: 1;
}

/* Soru metni için özel z-index */
.accordion-button span,
.accordion-button {
    position: relative;
    z-index: 3;
}

.accordion-button:hover {
    background: var(--primary);
    color: var(--white);
    border-color: var(--primary);
}

.accordion-button:hover::before {
    width: 4px;
}

.accordion-button:not(.collapsed) {
    background: var(--primary);
    color: var(--white);
    box-shadow: none;
}

.accordion-button:not(.collapsed):hover {
    background: var(--primary);
    color: var(--white);
}

.accordion-button:focus {
    box-shadow: 0 0 0 3px rgba(227, 30, 36, 0.1);
    border: none;
    outline: none;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23e31e24'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transition: var(--transition-normal);
}

.accordion-button:hover::after,
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-body {
    padding: var(--space-6);
    background: var(--gray-50);
    border-top: 1px solid var(--gray-200);
    color: var(--gray-700);
    line-height: 1.7;
}

/* Enhanced Scroll Animations for About Page */
.animate-element {
    opacity: 0;
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform, opacity;
}

.animate-element.animate-in {
    opacity: 1;
}

/* Fade Up Animation */
.fade-up {
    transform: translateY(60px);
}

.fade-up.animate-in {
    transform: translateY(0);
}

/* Fade Up with Scale Animation */
.fade-up-scale {
    transform: translateY(60px) scale(0.95);
}

.fade-up-scale.animate-in {
    transform: translateY(0) scale(1);
}

/* Slide from Left Animation */
.slide-from-left {
    transform: translateX(-80px);
}

.slide-from-left.animate-in {
    transform: translateX(0);
}

/* Slide from Right Animation */
.slide-from-right {
    transform: translateX(80px);
}

.slide-from-right.animate-in {
    transform: translateX(0);
}

/* Counter Animation Enhancement */
.stat-number {
    transition: transform 0.3s ease;
}

.stat-number.counting {
    transform: scale(1.05);
    color: var(--primary);
}

/* Staggered Animation Delays */
.animate-element:nth-child(1) { transition-delay: 0ms; }
.animate-element:nth-child(2) { transition-delay: 150ms; }
.animate-element:nth-child(3) { transition-delay: 300ms; }
.animate-element:nth-child(4) { transition-delay: 450ms; }
.animate-element:nth-child(5) { transition-delay: 600ms; }
.animate-element:nth-child(6) { transition-delay: 750ms; }

/* Enhanced hover effects for about page elements */
.value-card:hover {
    transform: translateY(-12px) scale(1.02);
    box-shadow: 0 20px 40px rgba(227, 30, 36, 0.15);
}

.stat-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 15px 30px rgba(227, 30, 36, 0.12);
}

.advantage-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 15px 30px rgba(227, 30, 36, 0.12);
}

.store-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 15px 30px rgba(227, 30, 36, 0.15);
}

/* Page header enhanced parallax */
.page-header {
    overflow: hidden;
    position: relative;
    will-change: transform;
}

/* Icon animations for value cards */
.icon-circle:hover {
    transform: translateY(-5px) scale(1.08) rotate(5deg);
    box-shadow: 0 18px 40px rgba(220, 53, 69, 0.45);
    animation: float-gentle 3s ease-in-out infinite;
}

@keyframes float-gentle {
    0%, 100% { transform: translateY(-5px) scale(1.08) rotate(5deg); }
    50% { transform: translateY(-8px) scale(1.08) rotate(7deg); }
}

/* Enhanced loading states */
.lazy {
    filter: blur(8px);
    transform: scale(1.02);
    transition: all 0.5s ease;
}

.lazy:not([src]) {
    background: linear-gradient(90deg, var(--gray-200) 25%, var(--gray-100) 37%, var(--gray-200) 63%);
    background-size: 400% 100%;
    animation: loading-shimmer 1.5s ease-in-out infinite;
}

@keyframes loading-shimmer {
    0% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* Scroll-triggered section backgrounds */
section.animate-in {
    background-attachment: fixed;
}

/* Mobile optimization for animations */
@media (max-width: 768px) {
    .animate-element {
        transition-duration: 0.6s;
    }
    
    .slide-from-left {
        transform: translateX(-40px);
    }
    
    .slide-from-right {
        transform: translateX(40px);
    }
    
    .fade-up {
        transform: translateY(30px);
    }
    
    .fade-up-scale {
        transform: translateY(30px) scale(0.98);
    }
    
    /* Reduce parallax on mobile */
    .page-header {
        transform: none !important;
    }
}

/* ====== BRANDS SLIDER STYLES ====== */

/* Brands Section */
.brands-section {
    background: var(--gray-50);
    position: relative;
    overflow: hidden;
}

.brands-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(circle at 20% 80%, rgba(227, 30, 36, 0.03) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(227, 30, 36, 0.03) 0%, transparent 50%);
    pointer-events: none;
}

/* Brands Slider Container */
.brands-slider-container {
    position: relative;
    overflow: hidden;
    padding: var(--space-8) 0;
    border-radius: var(--radius-3xl);
    background: var(--white);
    box-shadow: var(--shadow-lg);
    border: 1px solid var(--gray-200);
    margin: 0 var(--space-4);
}

.brands-slider-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--gradient-primary);
}

/* Brands Slider Track */
.brands-slider {
    display: flex;
    gap: var(--space-8);
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 0 var(--space-6);
    min-height: 120px;
    position: relative;
    width: max-content; /* Allow natural width */
}

/* Brand Item */
.brand-item {
    flex: 0 0 auto;
    width: 200px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--white);
    border-radius: var(--radius-2xl);
    padding: var(--space-4);
    transition: var(--transition-normal);
    border: 2px solid var(--gray-100);
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.brand-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(227, 30, 36, 0.05), transparent);
    transition: var(--transition-slow);
}

.brand-item:hover::before {
    left: 100%;
}

.brand-item:hover {
    transform: translateY(-8px) scale(1.05);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary);
}

/* Brand Logo */
.brand-logo {
    max-width: 100%;
    max-height: 80px;
    width: auto;
    height: auto;
    object-fit: contain;
    transition: var(--transition-normal);
    filter: grayscale(20%) opacity(0.9);
}

.brand-item:hover .brand-logo {
    filter: grayscale(0%) opacity(1);
    transform: scale(1.1);
}


/* Auto-slide animation - Perfect Seamless Infinite Loop */
@keyframes brandSlide {
    0% { transform: translateX(0); }
    100% { transform: translateX(calc(-100% / 2)); }
}

.brands-slider.auto-slide {
    animation: brandSlide 30s linear infinite;
    will-change: transform;
    width: 200%; /* Double width for seamless loop */
}

.brands-slider.auto-slide:hover {
    animation-play-state: paused;
}

/* Ensure seamless transition at animation end */
.brands-slider.auto-slide .brand-item {
    flex: 0 0 auto;
}

/* Mobile Responsive */
@media (max-width: 1200px) {
    .brand-item {
        width: 180px;
        height: 90px;
    }
    
    .brand-logo {
        max-height: 70px;
    }
}

@media (max-width: 992px) {
    .brands-slider {
        gap: var(--space-6);
        padding: 0 var(--space-4);
    }
    
    .brand-item {
        width: 160px;
        height: 80px;
    }
    
    .brand-logo {
        max-height: 60px;
    }
    
    .brand-slider-btn {
        width: 45px;
        height: 45px;
        font-size: 1.125rem;
    }
}

@media (max-width: 768px) {
    .brands-slider-container {
        margin: 0 var(--space-2);
    }
    
    .brands-slider {
        gap: var(--space-4);
        padding: 0 var(--space-3);
        min-height: 120px;
    }
    
    .brand-item {
        width: 160px;
        height: 90px;
    }
    
    .brand-logo {
        max-height: 70px;
    }
    
    .brand-slider-btn {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
    
    .brand-slider-controls {
        padding: 0 var(--space-1);
    }
}

@media (max-width: 576px) {
    .brands-slider {
        gap: var(--space-3);
        padding: 0 var(--space-2);
        min-height: 110px;
    }
    
    .brand-item {
        width: 140px;
        height: 80px;
        padding: var(--space-3);
    }
    
    .brand-logo {
        max-height: 60px;
    }
    
    .brand-slider-btn {
        width: 35px;
        height: 35px;
        font-size: 0.875rem;
    }
}

/* High Performance Optimizations */
.brands-slider {
    will-change: transform;
    contain: layout style paint;
}

.brand-item {
    will-change: transform;
    backface-visibility: hidden;
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
    .brands-slider.auto-slide {
        animation: none;
    }
    
    .brand-item,
    .brand-logo {
        transition: none;
    }
}

/* Focus States for Accessibility */
.brand-slider-btn:focus {
    outline: 3px solid rgba(227, 30, 36, 0.3);
    outline-offset: 2px;
}

.brand-item:focus {
    outline: 3px solid rgba(227, 30, 36, 0.3);
    outline-offset: 2px;
}

/* Print Styles */
@media print {
    .brand-slider-controls {
        display: none !important;
    }
    
    .brands-slider-container {
        box-shadow: none !important;
        border: 1px solid var(--gray-300) !important;
    }
}

/* Slider Specific Icon Colors - Make these icons white */
.modern-hero-slider .btn-modern .fas.fa-arrow-right,
.modern-hero-slider .btn-modern .fas.fa-external-link-alt,
.modern-hero-slider .btn-modern .fas.fa-store,
.modern-hero-slider .btn-modern .fas.fa-directions,
.modern-hero-slider .btn-modern .fas.fa-th-large {
    color: var(--white) !important;
}

/* WhatsApp Icon - Make it green (brand color) */
.modern-hero-slider .btn-modern .fab.fa-whatsapp {
    color: #25d366 !important;
}

/* Reduced Motion */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
    
    .slide-title,
    .slide-subtitle,
    .slide-buttons,
    .animate-element {
        animation: none !important;
        transition-duration: 0.01ms !important;
    }
    
    .page-header {
        transform: none !important;
    }
}
