html, body {
    overflow-x: hidden;
}
/* Satoshi Font Family */
@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/Satoshi-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/Satoshi-Italic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/Satoshi-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/Satoshi-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/Satoshi-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/Satoshi-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/Satoshi-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/Satoshi-BoldItalic.woff') format('woff');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/Satoshi-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/Satoshi-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

/* CSS Custom Properties for Theme System */
:root {
    /* Light Theme Colors */
    --bg-primary: #ffffff;
    --bg-secondary: #f8f9fa;
    --bg-tertiary: #fafafa;
    --text-primary: #1a1a1a;
    --text-secondary: #666;
    --text-tertiary: #999;
    --text-muted: #6c757d;
    --accent-primary: #29707a;
    --accent-secondary: #4a9d9d;
    --accent-hover: #156868;
    --accent-light: #d4b978;
    --border-color: #e0e0e0;
    --border-light: #f0f0f0;
    --shadow-light: rgba(0, 0, 0, 0.08);
    --shadow-medium: rgba(0, 0, 0, 0.15);
    --shadow-dark: rgba(0, 0, 0, 0.3);
    --card-bg: #ffffff;
    --navbar-bg: rgba(255, 255, 255, 0.98);
    --dropdown-bg: #ffffff;
    --mobile-menu-bg: #ffffff;
    --mobile-menu-header-bg: #fafafa;
    --mobile-menu-footer-bg: #fafafa;
    --button-primary-bg: #29707a;
    --button-primary-hover: #156868;
    --button-secondary-bg: transparent;
    --button-secondary-border: #e0e0e0;
    --button-secondary-hover-bg: #f8f9fa;
    --button-secondary-hover-border: #29707a;
    --contact-button-bg: #29707a;
    --contact-button-hover: #156868;
    --whatsapp-bg: #25D366;
    --whatsapp-hover: #20BA5A;
    --phone-bg: #29707a;
    --phone-hover: #156868;
    --hero-overlay: linear-gradient(135deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.4) 100%);
    --trust-overlay: rgba(0, 0, 0, 0.6);
    --trust-golden: linear-gradient(135deg, rgba(255, 193, 7, 0.3) 0%, rgba(255, 152, 0, 0.2) 50%, rgba(255, 193, 7, 0.1) 100%);
    --consultation-bg: #4A908E;
    --consultation-image-bg: #E8C77F;
    --consultation-content-bg: #4A908E;
    --consultation-tag-bg: rgba(0, 0, 0, 0.2);
    --consultation-button-bg: white;
    --consultation-button-color: #4A908E;
    --consultation-button-icon-bg: #4A908E;
    --consultation-button-hover-icon: #3a7a7a;
    --testimonial-card-bg: #ffffff;
    --testimonial-card-border: rgba(0, 0, 0, 0.05);
    --testimonial-stars: #1a1a1a;
    --testimonial-text: #4a4a4a;
    --testimonial-name: #1a1a1a;
    --testimonial-procedure: #6c757d;
    --testimonial-avatar-border: #f0f0f0;
    --blog-card-bg: #ffffff;
    --blog-card-shadow: rgba(0, 0, 0, 0.08);
    --blog-card-hover-shadow: rgba(0, 0, 0, 0.15);
    --blog-title: #1a1a1a;
    --blog-title-hover: #29707a;
    --blog-description: #666;
    --blog-read-more: #1a1a1a;
    --blog-read-more-hover: #29707a;
    --faq-item-bg: #f8f9fa;
    --faq-item-border: rgba(0, 0, 0, 0.05);
    --faq-question-bg: #f8f9fa;
    --faq-text: #1a1a1a;
    --faq-icon: #6c757d;
    --faq-icon-active: #29707a;
    --faq-answer-bg: #ffffff;
    --faq-answer-text: #666;
    --footer-bg: #ffffff;
    --footer-border: #f0f0f0;
    --footer-bottom-border: #f0f0f0;
    --footer-text: #666;
    --footer-title: #1a1a1a;
    --footer-link: #666;
    --footer-link-hover: #29707a;
    --footer-copyright: #999;
    --footer-social: #666;
    --footer-social-hover: #29707a;
    --footer-contact-bg: #29707a;
    --footer-contact-hover: #156868;
    --footer-contact-shadow: rgba(26, 128, 128, 0.2);
    --footer-contact-hover-shadow: rgba(26, 128, 128, 0.3);
}

/* Dark Theme Colors */
[data-theme="dark"] {
    --bg-primary: #1a1a1a;
    --bg-secondary: #2a2a2a;
    --bg-tertiary: #3a3a3a;
    --text-primary: #e0e0e0;
    --text-secondary: #b0b0b0;
    --text-tertiary: #999;
    --text-muted: #a0a0a0;
    --accent-primary: #4a9d9d;
    --accent-secondary: #3a7d7d;
    --accent-hover: #3a7d7d;
    --accent-light: #c4a87c;
    --border-color: #4a4a4a;
    --border-light: #3a3a3a;
    --shadow-light: rgba(0, 0, 0, 0.3);
    --shadow-medium: rgba(0, 0, 0, 0.5);
    --shadow-dark: rgba(0, 0, 0, 0.7);
    --card-bg: #2a2a2a;
    --navbar-bg: rgba(26, 26, 26, 0.98);
    --dropdown-bg: #2a2a2a;
    --mobile-menu-bg: #2a2a2a;
    --mobile-menu-header-bg: #1a1a1a;
    --mobile-menu-footer-bg: #1a1a1a;
    --button-primary-bg: #4a9d9d;
    --button-primary-hover: #3a7d7d;
    --button-secondary-bg: rgba(255, 255, 255, 0.05);
    --button-secondary-border: rgba(224, 224, 224, 0.2);
    --button-secondary-hover-bg: rgba(255, 255, 255, 0.1);
    --button-secondary-hover-border: rgba(224, 224, 224, 0.3);
    --contact-button-bg: #4a9d9d;
    --contact-button-hover: #3a7d7d;
    --whatsapp-bg: #25D366;
    --whatsapp-hover: #20BA5A;
    --phone-bg: #4a9d9d;
    --phone-hover: #3a7d7d;
    --hero-overlay: linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 100%);
    --trust-overlay: rgba(0, 0, 0, 0.7);
    --trust-golden: linear-gradient(135deg, rgba(255, 193, 7, 0.4) 0%, rgba(255, 152, 0, 0.3) 50%, rgba(255, 193, 7, 0.2) 100%);
    --consultation-bg: #2a5a58;
    --consultation-image-bg: #d4b88c;
    --consultation-content-bg: #2a5a58;
    --consultation-tag-bg: rgba(0, 0, 0, 0.3);
    --consultation-button-bg: #ffffff;
    --consultation-button-color: #2a5a58;
    --consultation-button-icon-bg: #2a5a58;
    --consultation-button-hover-icon: #1f4a48;
    --testimonial-card-bg: #3a3a3a;
    --testimonial-card-border: rgba(255, 255, 255, 0.1);
    --testimonial-stars: #e0e0e0;
    --testimonial-text: #c0c0c0;
    --testimonial-name: #e0e0e0;
    --testimonial-procedure: #a0a0a0;
    --testimonial-avatar-border: #4a4a4a;
    --blog-card-bg: #2a2a2a;
    --blog-card-shadow: rgba(0, 0, 0, 0.3);
    --blog-card-hover-shadow: rgba(0, 0, 0, 0.5);
    --blog-title: #e0e0e0;
    --blog-title-hover: #4a9d9d;
    --blog-description: #b0b0b0;
    --blog-read-more: #e0e0e0;
    --blog-read-more-hover: #4a9d9d;
    --faq-item-bg: #2a2a2a;
    --faq-item-border: rgba(255, 255, 255, 0.1);
    --faq-question-bg: #2a2a2a;
    --faq-text: #e0e0e0;
    --faq-icon: #b0b0b0;
    --faq-icon-active: #4a9d9d;
    --faq-answer-bg: #1a1a1a;
    --faq-answer-text: #b0b0b0;
    --footer-bg: #1a1a1a;
    --footer-border: #3a3a3a;
    --footer-bottom-border: #3a3a3a;
    --footer-text: #b0b0b0;
    --footer-title: #e0e0e0;
    --footer-link: #b0b0b0;
    --footer-link-hover: #4a9d9d;
    --footer-copyright: #999;
    --footer-social: #999;
    --footer-social-hover: #4a9d9d;
    --footer-contact-bg: #4a9d9d;
    --footer-contact-hover: #3a7d7d;
    --footer-contact-shadow: rgba(74, 157, 157, 0.3);
    --footer-contact-hover-shadow: rgba(74, 157, 157, 0.4);
}

/* Global Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Custom Container Width */
.container, .container-fluid {
    max-width: 1520px !important;
}

/* Prevent flash of unstyled content */
html {
    visibility: visible;
    opacity: 1;
}

/* Ensure smooth loading */
body {
    font-family: 'Satoshi', 'Inter', sans-serif;
    overflow-x: hidden;
    transition: background-color 0.3s ease, color 0.3s ease;
    opacity: 1;
    visibility: visible;
    background-color: var(--bg-primary);
    color: var(--text-primary);
}

    /* Ensure body is always visible when loaded */
    body.loaded {
        opacity: 1 !important;
        visibility: visible !important;
    }

/* Special button styling for treatments button */
.btn-primary-custom.treatments-btn {
    background: white !important;
    color: #1a1a1a !important;
    border: none !important;
    box-shadow: 0 4px 15px rgba(26, 128, 128, 0.2) !important;
}

    .btn-primary-custom.treatments-btn:hover {
        background: #f8f9fa !important;
        color: #1a1a1a !important;
        border: none !important;
        box-shadow: 0 8px 25px rgba(26, 128, 128, 0.3) !important;
        transform: translateY(-2px) scale(1.05) !important;
    }

    .btn-primary-custom.treatments-btn i {
        background: #29707a !important;
        color: white !important;
        width: 32px;
        height: 32px;
        padding: 8px;
        font-size: 16px;
        border-radius: 8px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .btn-primary-custom.treatments-btn:hover i {
        background: #156868 !important;
        transform: translateX(3px) rotate(10deg) !important;
    }

/* Navbar Styles */
.navbar {
    background: var(--navbar-bg);
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 20px var(--shadow-light);
    padding: 7px 0;
    transition: all 0.3s ease;
    border-radius: 25px;
    margin: 20px auto;
    max-width: 1200px;
    width: 95%;
}

    .navbar .container-fluid {
        padding: 0 30px;
    }

.navbar-brand {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.navbar-logo {
    height: 52px;
    width: auto;
    transition: all 0.3s ease;
}


.nav-link {
    font-size: 14px;
    padding: 8px 16px !important;
    transition: all 0.3s ease;
    position: relative;
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 500;
}

.dropdown-toggle::after {
    content: '';
    border: none;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #2c5454;
    margin-left: 5px;
    transition: transform 0.3s ease;
}

.dropdown:hover .dropdown-toggle::after {
    transform: rotate(180deg);
}

.nav-link:hover {
    color: var(--accent-primary) !important;
    background-color: var(--bg-secondary);
}

/* Removed underline effect for dropdown buttons */

.dropdown-menu {
    border: none;
    box-shadow: 0 4px 20px var(--shadow-light);
    border-radius: 12px;
    padding: 15px;
    background: var(--dropdown-bg);
    min-width: 200px;
    display: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-5px);
    margin-top: 25px;
    transition: all 0.3s ease;
}

.dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Hover delay to prevent menu from closing when moving to submenu */
.dropdown {
    position: relative;
}



@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

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

.dropdown-item {
    padding: 12px 16px;
    font-size: 14px;
    color: var(--text-primary);
    font-weight: 400;
    transition: all 0.2s ease;
    border-radius: 6px;
    margin-bottom: 2px;
}

    .dropdown-item:hover {
        background: var(--bg-secondary);
        color: var(--text-primary);
    }

    .dropdown-item.active {
        background: var(--bg-secondary);
        color: var(--text-primary);
    }

.language-menu {
    min-width: 150px;
    width: 150px;
}

    .language-menu .dropdown-item i {
        margin-right: 8px;
    }

.flag-icon {
    width: 20px;
    height: 15px;
    margin-right: 8px;
    border-radius: 2px;
    object-fit: cover;
    display: inline-block;
    vertical-align: middle;
    transition: transform 0.2s ease;
}

    .flag-icon:hover {
        transform: scale(1.1);
    }

.btn-contact {
    background: var(--contact-button-bg);
    color: white !important;
    padding: 7px 17px;
    border-radius: 10px;
    font-size: 14px;
    border: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px var(--footer-contact-shadow);
    position: relative;
}

    .btn-contact::before {
        content: "İletişim";
        position: absolute;
        top: 70px;
        left: 50%;
        transform: translateX(-50%);
        background: rgba(0, 0, 0, 0.8);
        color: white;
        padding: 8px 12px;
        border-radius: 6px;
        font-size: 14px;
        font-weight: 500;
        white-space: nowrap;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
        z-index: 1001;
    }

    .btn-contact::after {
        content: "";
        position: absolute;
        top: 60px;
        left: 50%;
        transform: translateX(-50%);
        border: 6px solid transparent;
        border-bottom-color: rgba(0, 0, 0, 0.8);
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
        z-index: 1001;
    }

    .btn-contact:hover::before,
    .btn-contact:hover::after {
        opacity: 1;
        visibility: visible;
    }

    .btn-contact:hover {
        background: var(--contact-button-hover);
        box-shadow: 0 6px 20px var(--footer-contact-hover-shadow);
    }

/* Theme Toggle Button */
.btn-theme-toggle {
    background: var(--bg-secondary);
    color: var(--accent-primary);
    padding: 10px 12px;
    border-radius: 50%;
    font-weight: 600;
    font-size: 14px;
    border: 2px solid var(--border-color);
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px var(--shadow-light);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
}

    .btn-theme-toggle::before {
        content: "Dark Mode";
        position: absolute;
        top: 70px;
        left: 50%;
        transform: translateX(-50%);
        background: rgba(0, 0, 0, 0.8);
        color: white;
        padding: 8px 12px;
        border-radius: 6px;
        font-size: 14px;
        font-weight: 500;
        white-space: nowrap;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
        z-index: 1001;
    }

    .btn-theme-toggle::after {
        content: "";
        position: absolute;
        top: 60px;
        left: 50%;
        transform: translateX(-50%);
        border: 6px solid transparent;
        border-bottom-color: rgba(0, 0, 0, 0.8);
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
        z-index: 1001;
    }

    .btn-theme-toggle:hover::before,
    .btn-theme-toggle:hover::after {
        opacity: 1;
        visibility: visible;
    }

    .btn-theme-toggle:hover {
        background: var(--bg-tertiary);
        transform: translateY(-2px);
        box-shadow: 0 4px 12px var(--shadow-medium);
        border-color: var(--accent-primary);
    }

    .btn-theme-toggle i {
        transition: transform 0.3s ease;
    }

    .btn-theme-toggle:hover i {
        transform: rotate(15deg);
    }

/* Dark mode theme toggle */
body.dark-mode .btn-theme-toggle {
    background: #3a3a3a;
    color: #e0e0e0;
    border-color: #4a4a4a;
}

    body.dark-mode .btn-theme-toggle:hover {
        background: #4a4a4a;
        border-color: #4a9d9d;
    }

/* Mobile Theme Toggle */
.btn-theme-toggle-mobile {
    background: var(--bg-secondary);
    color: var(--accent-primary);
    padding: 12px 20px;
    border-radius: 25px;
    font-weight: 600;
    font-size: 14px;
    border: 2px solid var(--border-color);
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px var(--shadow-light);
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    width: 100%;
    justify-content: center;
    margin-bottom: 15px;
}

    .btn-theme-toggle-mobile:hover {
        background: var(--bg-tertiary);
        transform: translateY(-2px);
        box-shadow: 0 4px 12px var(--shadow-medium);
        border-color: var(--accent-primary);
    }

    .btn-theme-toggle-mobile i {
        transition: transform 0.3s ease;
    }

    .btn-theme-toggle-mobile:hover i {
        transform: rotate(15deg);
    }

/* Dark mode mobile theme toggle */
body.dark-mode .btn-theme-toggle-mobile {
    background: #3a3a3a;
    color: #e0e0e0;
    border-color: #4a4a4a;
}

    body.dark-mode .btn-theme-toggle-mobile:hover {
        background: #4a4a4a;
        border-color: #4a9d9d;
    }

/* Mobile footer buttons layout */
.mobile-footer-buttons {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* Hero Section - Index */
.hero-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url('../img/123.png') center/cover no-repeat;
    background-attachment: fixed;
    background-size: 142%;
    padding: 120px 20px 180px;
    animation: backgroundZoom 12s ease-in-out forwards;
}

/* Hero Section - Detay */
.detay-hero-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url('../img/detay-header.webp') center/cover no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 120px 20px 180px;
}

@keyframes backgroundZoom {
    0% {
        background-size: 100%;
    }

    100% {
        background-size: 142%;
    }
}

/* Mobile background animation fix */
@media (max-width: 768px) {
    .hero-section {
        animation: none;
    }

    .hero-section {
        background-size: cover !important;
    }

    .trust-golden-shape {
        display: none;
    }
}

/* Hero Overlay - Index */
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--hero-overlay);
}

/* Hero Overlay - Detay */
.detay-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.1) 100%);
    z-index: 1;
}

/* Golden Shape Overlay */
.hero-golden-shape {
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 193, 7, 0.3) 0%, rgba(255, 152, 0, 0.2) 50%, rgba(255, 193, 7, 0.1) 100%);
    clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
    z-index: 2;
}

/* Hero Content - Index */
.hero-content {
    position: relative;
    z-index: 2;
    padding-top: 250px; /*370px;*/
}

/* Hero Content - Detay */
.detay-hero-content {
    position: relative;
    z-index: 3;
    padding-top: 150px;
    text-align: left;
    padding-left: 32px;
    padding-right: 55px;
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
}

/* Detay Page Styles */
.detay-breadcrumbs {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    font-size: 12.5px;
    color: #d1d5dc;
    font-weight: 400;
    gap: 3px;
}



    .detay-breadcrumbs i {
        color: #ebe6e7;
        font-size: 12px;
    }

.detay-heading {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 16px;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    line-height: 1.2;
}

.detay-paragraph {
    font-size: 16px;
    color: #ebe6e7;
    line-height: 1.5;
    margin-bottom: 28px;
    max-width: 750px;
    font-weight: 500;
}

.detay-buttons {
    display: flex;
    gap: 39px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: end;
}

.detay-button-details {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #F8F8F8;
    color: #1a1a1a;
    padding: 11px 25px;
    border-radius: 15px;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

    .detay-button-details:hover {
        background: #f0f0f0;
        transform: translateY(-2px) scale(1.05);
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
        color: #1a1a1a;
        text-decoration: none;
    }

    .detay-button-details i {
        background: #E0B050;
        color: white;
        width: 30px;
        height: 30px;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
    }

.detay-button-consultation {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
}

    .detay-button-consultation:hover {
        color: #FFFFFF;
        text-decoration: underline;
        opacity: 0.8;
        transform: scale(1.05);
    }


@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

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

/* Hero Title - Index */
.hero-title {
    font-size: 48px;
    font-weight: 600;
    color: white;
    max-width: 750px;
    justify-self: center;
    margin-bottom: 15px;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.6s ease 0.2s forwards;
}

/* Hero Text - Index */
.hero-text {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 55px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 500;
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.6s ease 0.4s forwards;
}

/* Hero Buttons - Index */
.hero-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.6s ease 0.6s forwards;
}


.btn-primary-custom {
    background: var(--button-primary-bg);
    color: white;
    padding: 10px 25px;
    border-radius: 1rem;
    font-weight: 400;
    font-size: 14px;
    text-decoration: none;
    /*display: inline-flex;*/
    align-items: center;
    gap: 12px;
    transition: all 0.4s ease;
    box-shadow: 0 4px 15px var(--shadow-light);
    border: none;
    position: relative;
    overflow: hidden;
}

    .btn-primary-custom i {
        font-size: 16px;
        transition: all 0.4s ease;
        position: relative;
        z-index: 2;
        background: var(--accent-light);
        color: white;
        padding: 8px;
        border-radius: 8px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 32px;
        height: 32px;
    }

    .btn-primary-custom span {
        position: relative;
        z-index: 2;
    }

    .btn-primary-custom:hover {
        transform: translateY(-2px) scale(1.05);
        box-shadow: 0 8px 25px var(--shadow-medium);
        background: var(--button-primary-hover);
        color: white;
    }

        .btn-primary-custom:hover i {
            transform: translateX(3px) rotate(10deg);
            background: var(--accent-light);
        }

.btn-secondary-custom {
    background: var(--button-secondary-bg);
    color: white;
    align-content: center;
    padding: 12px 24px;
    border-radius: 15px;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.4s ease;
    border: 2px solid var(--button-secondary-border);
    position: relative;
    overflow: hidden;
}

    .btn-secondary-custom::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        transition: left 1s ease-in-out;
        z-index: 1;
    }

    .btn-secondary-custom:hover::before {
        left: 0;
    }


    .btn-secondary-custom:hover {
        border-color: var(--button-secondary-hover-border);
        transform: translateY(-2px) scale(1.05);
        box-shadow: 0 8px 25px var(--shadow-medium);
        color: white;
    }

    .btn-secondary-custom span {
        position: relative;
        z-index: 2;
    }

/* Mobile Menu Toggle Button */
.mobile-menu-toggle {
    border: none;
    background: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
}

    .mobile-menu-toggle:focus {
        outline: none;
        box-shadow: none;
    }

.hamburger-line {
    width: 18px;
    height: 2px;
    background-color: #2c7373;
    margin: 2px 0;
    transition: all 0.3s ease;
    border-radius: 2px;
}

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

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

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

/* Mobile Menu Overlay */
.mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

    .mobile-menu-overlay.active {
        opacity: 1;
        visibility: visible;
    }

/* Mobile Menu */
.mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 85%;
    max-width: 400px;
    height: 100vh;
    background: var(--mobile-menu-bg);
    z-index: 9999;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: -5px 0 25px var(--shadow-medium);
    display: flex;
    flex-direction: column;
    transform: translateX(0);
}

    .mobile-menu::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(135deg, rgba(26, 128, 128, 0.02) 0%, rgba(44, 115, 115, 0.01) 100%);
        pointer-events: none;
    }

    .mobile-menu.active {
        right: 0;
    }

.mobile-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    border-bottom: 1px solid var(--border-light);
    background: var(--mobile-menu-header-bg);
    flex-shrink: 0;
}

.mobile-menu-logo {
    display: flex;
    align-items: center;
}

.mobile-logo {
    height: 30px;
    width: auto;
}


.mobile-menu-close {
    background: none;
    border: none;
    font-size: 24px;
    color: var(--text-secondary);
    cursor: pointer;
    padding: 5px;
    border-radius: 50%;
    transition: all 0.3s ease;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .mobile-menu-close:hover {
        background: var(--bg-secondary);
        color: var(--text-primary);
    }

.mobile-menu-content {
    flex: 1;
    overflow-y: auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.mobile-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-menu-item {
    border-bottom: 1px solid #f0f0f0;
}

.mobile-menu-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    color: var(--accent-primary);
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background: var(--mobile-menu-bg);
    position: relative;
    overflow: hidden;
    border: none;
    width: 100%;
    cursor: pointer;
}

    .mobile-menu-link::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(26, 128, 128, 0.1), transparent);
        transition: left 0.5s ease;
    }

    .mobile-menu-link:hover::before {
        left: 100%;
    }

    .mobile-menu-link:hover {
        background: var(--bg-secondary);
        color: var(--accent-primary);
        padding-left: 30px;
        transform: translateX(5px);
    }

.mobile-menu-arrow {
    font-size: 14px;
    color: #999;
    transition: transform 0.3s ease;
}

    .mobile-menu-arrow::before {
        content: '\f282'; /* Bootstrap Icons chevron-down */
        font-family: 'bootstrap-icons';
    }

.mobile-menu-item.active .mobile-menu-arrow {
    transform: rotate(180deg);
}

.mobile-submenu {
    list-style: none;
    padding: 0;
    margin: 0;
    background: var(--bg-secondary);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    opacity: 0;
    transform: translateY(-10px);
}

.mobile-menu-item.active .mobile-submenu {
    max-height: 500px;
    opacity: 1;
    transform: translateY(0);
}

.mobile-submenu li {
    border-bottom: 1px solid #e9ecef;
}

    .mobile-submenu li:last-child {
        border-bottom: none;
    }

.mobile-submenu a {
    display: block;
    padding: 15px 25px 15px 45px;
    color: var(--text-secondary);
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    transition: all 0.3s ease;
}

    .mobile-submenu a:hover {
        background: var(--bg-tertiary);
        color: var(--accent-primary);
        padding-left: 50px;
    }

    .mobile-submenu a i {
        margin-right: 8px;
        font-size: 12px;
    }

.mobile-menu-footer {
    padding: 25px 25px 40px 25px;
    border-top: 1px solid var(--border-light);
    background: var(--mobile-menu-footer-bg);
    margin-top: auto;
    flex-shrink: 0;
}

.btn-contact-mobile {
    background: var(--contact-button-bg);
    color: white;
    padding: 15px 30px;
    border-radius: 15px;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    display: block;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px var(--footer-contact-shadow);
    border: none;
    width: 100%;
}

    .btn-contact-mobile:hover {
        background: var(--contact-button-hover);
        transform: translateY(-2px);
        box-shadow: 0 6px 20px var(--footer-contact-hover-shadow);
        color: white;
    }

/* Ripple effect for mobile menu buttons */
.btn-contact-mobile {
    position: relative;
    overflow: hidden;
}

.ripple {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: scale(0);
    animation: ripple-animation 0.6s linear;
    pointer-events: none;
}

@keyframes ripple-animation {
    to {
        transform: scale(4);
        opacity: 0;
    }
}

/* Desktop Header Responsive */
@media (min-width: 992px) {
    .navbar {
        margin: 25px auto;
        width: 95%;
        max-width: 1200px;
    }

        .navbar .container-fluid {
            padding: 0 30px;
        }
}

@media (min-width: 1400px) {
    .navbar {
        max-width: 1440px;
    }
}

/* Mobile Responsive */
@media (max-width: 991px) {
    .navbar {
        margin: 20px auto;
        width: 95%;
    }

        .navbar .container-fluid {
            padding: 0 20px;
        }

    .navbar-nav {
        padding: 20px 0;
    }

    .nav-link {
        padding: 12px 16px !important;
    }

    .btn-contact {
        margin-top: 15px;
        display: block;
        text-align: center;
    }

    .dropdown-menu {
        border-radius: 8px;
        margin-top: 5px;
    }

    /* Hero Section Mobile Fixes - Index */
    .hero-section {
        background-attachment: scroll;
        background-size: cover;
        background-position: center center;
        min-height: 100vh;
        padding: 100px 15px 150px;
    }

    .hero-title {
        font-size: 36px;
    }

    .hero-text {
        font-size: 16px;
    }

    .hero-buttons {
        flex-direction: column;
        align-items: stretch;
    }

    .btn-primary-custom,
    .btn-secondary-custom {
        width: 100%;
        text-align: center;
        justify-content: center;
    }

    /* Hero Section Mobile Fixes - Detay */
    .detay-hero-section {
        background-attachment: scroll;
        background-size: cover;
        background-position: center center;
        min-height: 100vh;
        padding: 100px 15px 150px;
    }

    .hero-golden-shape {
        width: 80%;
        clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
    }

    .detay-hero-content {
        text-align: center;
        padding-top: 30px;
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .detay-breadcrumbs {
        justify-content: left;
        margin-bottom: 20px;
        font-size: 13px;
    }

    .detay-heading {
        font-size: 36px;
        text-align: left;
        margin-bottom: 15px;
    }

    .detay-paragraph {
        font-size: 15px;
        text-align: left;
        margin: 0 auto 30px;
        max-width: 100%;
    }

    .detay-buttons {
        justify-content: center;
        flex-wrap: nowrap;
        gap: 15px;
    }

    .detay-button-details {
        max-width: 300px;
        justify-content: center;
    }

    /* Mobile menu specific styles */
    .mobile-menu {
        width: 90%;
    }

    .mobile-menu-header {
        padding: 15px 20px;
    }

    .mobile-menu-logo {
        font-size: 22px;
    }

    .mobile-menu-link {
        padding: 18px 20px;
        font-size: 15px;
    }

    .mobile-submenu a {
        padding: 12px 20px 12px 40px;
        font-size: 13px;
    }

    .mobile-menu-footer {
        padding: 20px 20px 35px 20px;
    }
}

@media (max-width: 576px) {
    /* Hero Section Small Mobile Fixes - Index */
    .hero-section {
        background-size: cover;
        background-position: center center;
        background-attachment: scroll;
        min-height: 100vh;
        padding: 80px 10px 120px;
    }

    .hero-title {
        font-size: 28px;
    }

    .hero-text {
        font-size: 15px;
    }

    .btn-primary-custom,
    .btn-secondary-custom {
        padding: 14px 24px;
        font-size: 14px;
    }

    /* Hero Section Small Mobile Fixes - Detay */
    .detay-hero-section {
        background-size: cover;
        background-position: center center;
        background-attachment: scroll;
        min-height: 100vh;
        padding: 80px 10px 120px;
    }

    .hero-golden-shape {
        width: 90%;
        clip-path: polygon(5% 0%, 100% 0%, 100% 100%, 0% 100%);
    }

    .detay-breadcrumbs {
        font-size: 12px;
        margin-bottom: 15px;
    }

    .detay-heading {
        font-size: 28px;
        margin-bottom: 12px;
    }

    .detay-paragraph {
        font-size: 14px;
        margin-bottom: 25px;
    }

    .detay-button-details {
        padding: 10px 20px;
        font-size: 13px;
    }

    .detay-button-consultation {
        font-size: 14px;
    }

    .detay-hero-content {
        padding-left: 15px;
        padding-right: 15px;
    }

    /* Mobile menu footer fixes for small screens */
    .mobile-menu-footer {
        padding: 15px 15px 50px 15px;
    }

    .mobile-footer-buttons {
        gap: 12px;
    }

    .btn-theme-toggle-mobile {
        padding: 10px 16px;
        font-size: 13px;
    }

    .btn-contact-mobile {
        padding: 12px 25px;
        font-size: 15px;
    }

    .hero-title {
        font-size: 28px;
    }

    .hero-text {
        font-size: 15px;
    }

    .btn-primary-custom,
    .btn-secondary-custom {
        padding: 14px 24px;
        font-size: 14px;
    }

    .navbar-brand {
        font-size: 24px;
    }
}

/* Video Section */
.video-section {
    padding: 80px 0;
    background: var(--bg-secondary);
    position: relative;
}

.video-container {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    max-width: 900px;
    margin: 0 auto;
}

    .video-container:hover {
        box-shadow: 0 30px 80px rgba(0, 0, 0, 0.15);
    }

.video-section-title {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 35px;
    color: var(--text-primary);
    line-height: 1.2;
    margin-bottom: 16px;
}

.video-section-text {
    font-size: 18px;
    color: var(--text-secondary);
    line-height: 1.7;
    max-width: 800px;
    font-weight: 500;
    margin: 0 auto 2rem;
}

.video-section-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

/* Video Section Button Overrides */
.video-section .btn-primary-custom {
    background: #29707a;
    color: white;
    border: 2px solid #29707a;
    box-shadow: 0 6px 20px rgba(26, 128, 128, 0.3);
}

    .video-section .btn-primary-custom:hover {
        background: #0f5f5f;
        color: white;
        box-shadow: 0 12px 35px rgba(26, 128, 128, 0.4);
        transform: translateY(-3px);
    }

    .video-section .btn-primary-custom i {
        background: white;
        color: #29707a;
    }

.video-section .btn-secondary-custom {
    background: transparent;
    color: #29707a;
    border: 2px solid #29707a;
}

    .video-section .btn-secondary-custom:hover {
        background: #29707a;
        color: white;
        border-color: #29707a;
        box-shadow: 0 8px 25px rgba(26, 128, 128, 0.3);
        transform: translateY(-3px);
    }

/* Dark Mode Video Section */
body.dark-mode .video-section {
    background: #1a1a1a;
}

body.dark-mode .video-section-title {
    color: #ffffff;
}

body.dark-mode .video-section-text {
    color: #b0b0b0;
}

/* Dark Mode Video Section Buttons */
body.dark-mode .video-section .btn-primary-custom {
    background: #4a9d9d;
    color: white;
    border: 2px solid #4a9d9d;
    box-shadow: 0 6px 20px rgba(74, 157, 157, 0.3);
}

    body.dark-mode .video-section .btn-primary-custom:hover {
        background: #3a7a7a;
        color: white;
        box-shadow: 0 12px 35px rgba(74, 157, 157, 0.4);
    }

    body.dark-mode .video-section .btn-primary-custom i {
        background: white;
        color: #4a9d9d;
    }

body.dark-mode .video-section .btn-secondary-custom {
    background: transparent;
    color: #4a9d9d;
    border: 2px solid #4a9d9d;
}

    body.dark-mode .video-section .btn-secondary-custom:hover {
        background: #4a9d9d;
        color: white;
        border-color: #4a9d9d;
        box-shadow: 0 8px 25px rgba(74, 157, 157, 0.3);
    }

/* Mobile Responsive Video Section */
@media (max-width: 768px) {
    .video-section {
        padding: 60px 0;
    }

    .video-section-title {
        font-size: 2rem;
        margin-bottom: 1rem;
    }

    .video-section-text {
        font-size: 1rem;
        margin-bottom: 1.5rem;
    }

    .video-section-buttons {
        flex-direction: column;
        align-items: center;
        gap: 0.75rem;
    }

        .video-section-buttons .btn {
            width: 100%;
            max-width: 300px;
        }
}

@media (max-width: 576px) {
    .video-section {
        padding: 40px 0;
    }

    .video-section-title {
        font-size: 1.75rem;
    }

    .video-section-text {
        font-size: 0.95rem;
    }
}

/* Contact Buttons Container */
.contact-buttons {
    position: fixed;
    bottom: 30px;
    left: 30px;
    display: flex;
    flex-direction: row;
    gap: 15px;
    z-index: 1000;
}

/* WhatsApp Button */
.whatsapp-button {
    width: 50px;
    height: 50px;
    background: var(--whatsapp-bg);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: white;
    font-size: 28px;
    box-shadow: 0 4px 20px var(--shadow-light);
    transition: all 0.3s ease;
    animation: pulse 2s infinite;
    position: relative;
}

    .whatsapp-button::before {
        content: "WhatsApp";
        position: absolute;
        bottom: 70px;
        left: 50%;
        transform: translateX(-50%);
        background: rgba(0, 0, 0, 0.8);
        color: white;
        padding: 8px 12px;
        border-radius: 6px;
        font-size: 14px;
        font-weight: 500;
        white-space: nowrap;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
        z-index: 1001;
    }

    .whatsapp-button::after {
        content: "";
        position: absolute;
        bottom: 60px;
        left: 50%;
        transform: translateX(-50%);
        border: 6px solid transparent;
        border-top-color: rgba(0, 0, 0, 0.8);
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
        z-index: 1001;
    }

    .whatsapp-button:hover::before,
    .whatsapp-button:hover::after {
        opacity: 1;
        visibility: visible;
    }

    .whatsapp-button:hover {
        background: var(--whatsapp-hover);
        transform: translateY(-3px) scale(1.1);
        box-shadow: 0 8px 30px var(--shadow-medium);
        color: white;
    }

    .whatsapp-button i {
        transition: transform 0.3s ease;
    }

    .whatsapp-button:hover i {
        transform: scale(1.1);
    }

/* Phone Button */
.phone-button {
    width: 50px;
    height: 50px;
    background: var(--phone-bg);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: white;
    font-size: 24px;
    box-shadow: 0 4px 20px var(--shadow-light);
    transition: all 0.3s ease;
    animation: pulse-phone 2s infinite;
    position: relative;
}

    .phone-button::before {
        content: "Ara";
        position: absolute;
        bottom: 70px;
        left: 50%;
        transform: translateX(-50%);
        background: rgba(0, 0, 0, 0.8);
        color: white;
        padding: 8px 12px;
        border-radius: 6px;
        font-size: 14px;
        font-weight: 500;
        white-space: nowrap;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
        z-index: 1001;
    }

    .phone-button::after {
        content: "";
        position: absolute;
        bottom: 60px;
        left: 50%;
        transform: translateX(-50%);
        border: 6px solid transparent;
        border-top-color: rgba(0, 0, 0, 0.8);
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
        z-index: 1001;
    }

    .phone-button:hover::before,
    .phone-button:hover::after {
        opacity: 1;
        visibility: visible;
    }

    .phone-button:hover {
        background: var(--phone-hover);
        transform: translateY(-3px) scale(1.1);
        box-shadow: 0 8px 30px var(--shadow-medium);
        color: white;
    }

    .phone-button i {
        transition: transform 0.3s ease;
    }

    .phone-button:hover i {
        transform: scale(1.1);
    }

@keyframes pulse {
    0% {
        box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
    }

    50% {
        box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4), 0 0 0 10px rgba(37, 211, 102, 0.1);
    }

    100% {
        box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
    }
}

@keyframes pulse-phone {
    0% {
        box-shadow: 0 4px 20px rgba(26, 128, 128, 0.4);
    }

    50% {
        box-shadow: 0 4px 20px rgba(26, 128, 128, 0.4), 0 0 0 10px rgba(26, 128, 128, 0.1);
    }

    100% {
        box-shadow: 0 4px 20px rgba(26, 128, 128, 0.4);
    }
}

/* Dark mode buttons */
body.dark-mode .whatsapp-button {
    background: #25D366;
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.5);
}

    body.dark-mode .whatsapp-button:hover {
        background: #20BA5A;
        box-shadow: 0 8px 30px rgba(37, 211, 102, 0.7);
    }

body.dark-mode .phone-button {
    background: #4a9d9d;
    box-shadow: 0 4px 20px rgba(74, 157, 157, 0.5);
}

    body.dark-mode .phone-button:hover {
        background: #3a7d7d;
        box-shadow: 0 8px 30px rgba(74, 157, 157, 0.7);
    }

/* Mobile responsive contact buttons */
@media (max-width: 768px) {
    .contact-buttons {
        bottom: 20px;
        left: 20px;
        gap: 12px;
    }

    .whatsapp-button,
    .phone-button {
        width: 55px;
        height: 55px;
        font-size: 24px;
    }

    .phone-button {
        font-size: 20px;
    }

        /* Mobile tooltips */
        .whatsapp-button::before,
        .phone-button::before {
            bottom: 65px;
            font-size: 13px;
            padding: 6px 10px;
        }

        .whatsapp-button::after,
        .phone-button::after {
            bottom: 55px;
            border-width: 5px;
        }
}

@media (max-width: 576px) {
    .contact-buttons {
        bottom: 15px;
        left: 15px;
        gap: 10px;
    }

    .whatsapp-button,
    .phone-button {
        width: 50px;
        height: 50px;
        font-size: 22px;
    }

    .phone-button {
        font-size: 18px;
    }

        /* Small mobile tooltips */
        .whatsapp-button::before,
        .phone-button::before {
            bottom: 60px;
            font-size: 12px;
            padding: 5px 8px;
        }

        .whatsapp-button::after,
        .phone-button::after {
            bottom: 50px;
            border-width: 4px;
        }
}

/* Contact Main Button */
.contact-main-button {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: var(--contact-button-bg);
    color: white;
    padding: 15px 20px;
    border-radius: 25px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    font-size: 14px;
    box-shadow: 0 4px 20px var(--shadow-light);
    transition: all 0.3s ease;
    z-index: 1000;
    animation: pulse-contact 2s infinite;
}

    .contact-main-button::before {
        content: "İletişim";
        position: absolute;
        bottom: 70px;
        left: 50%;
        transform: translateX(-50%);
        background: rgba(0, 0, 0, 0.8);
        color: white;
        padding: 8px 12px;
        border-radius: 6px;
        font-size: 14px;
        font-weight: 500;
        white-space: nowrap;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
        z-index: 1001;
    }

    .contact-main-button::after {
        content: "";
        position: absolute;
        bottom: 60px;
        left: 50%;
        transform: translateX(-50%);
        border: 6px solid transparent;
        border-top-color: rgba(0, 0, 0, 0.8);
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
        z-index: 1001;
    }

    .contact-main-button:hover::before,
    .contact-main-button:hover::after {
        opacity: 1;
        visibility: visible;
    }

    .contact-main-button:hover {
        background: var(--contact-button-hover);
        transform: translateY(-3px) scale(1.05);
        box-shadow: 0 8px 30px var(--shadow-medium);
        color: white;
    }

    .contact-main-button i {
        font-size: 16px;
        transition: transform 0.3s ease;
    }

    .contact-main-button:hover i {
        transform: scale(1.1);
    }

    .contact-main-button span {
        transition: transform 0.3s ease;
    }

    .contact-main-button:hover span {
        transform: translateX(2px);
    }

@keyframes pulse-contact {
    0% {
        box-shadow: 0 4px 20px rgba(26, 128, 128, 0.4);
    }

    50% {
        box-shadow: 0 4px 20px rgba(26, 128, 128, 0.4), 0 0 0 10px rgba(26, 128, 128, 0.1);
    }

    100% {
        box-shadow: 0 4px 20px rgba(26, 128, 128, 0.4);
    }
}

/* Dark mode contact button */
body.dark-mode .contact-main-button {
    background: #4a9d9d;
    box-shadow: 0 4px 20px rgba(74, 157, 157, 0.5);
}

    body.dark-mode .contact-main-button:hover {
        background: #3a7d7d;
        box-shadow: 0 8px 30px rgba(74, 157, 157, 0.7);
    }

/* Mobile responsive contact button */
@media (max-width: 768px) {
    .contact-main-button {
        bottom: 20px;
        right: 20px;
        padding: 12px 16px;
        font-size: 13px;
    }

        .contact-main-button i {
            font-size: 14px;
        }
}

@media (max-width: 576px) {
    .contact-main-button {
        bottom: 15px;
        right: 15px;
        padding: 10px 14px;
        font-size: 12px;
        gap: 6px;
    }

        .contact-main-button i {
            font-size: 13px;
        }
}

/* Clinic Section */
.clinic-section {
    padding: 80px 0;
    background: var(--bg-primary);
    position: relative;
}

/* Left Side - Text Content */
.clinic-text-content {
    padding-right: 40px;
}

.clinic-section-title {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 3rem;
    color: var(--text-primary);
    line-height: 1.2;
    margin-bottom: 1.5rem;
    text-align: left;
}

.clinic-title-highlight {
    font-size: 3.2rem;
    color: var(--accent-primary);
}

.clinic-section-description {
    font-size: 1.125rem;
    color: var(--text-secondary);
    line-height: 1.7;
    margin-bottom: 2.5rem;
    text-align: left;
}

.clinic-cta-link {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    color: var(--accent-primary);
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 500;
    transition: all 0.3s ease;
    position: relative;
}

    .clinic-cta-link:hover {
        color: var(--accent-hover);
        text-decoration: none;
    }

.cta-line {
    width: 60px;
    height: 2px;
    background: var(--border-color);
    transition: all 0.3s ease;
}

.clinic-cta-link:hover .cta-line {
    background: var(--accent-primary);
    width: 80px;
}

/* Right Side - Carousel Container */
.clinic-carousel-container {
    padding-left: 40px;
    position: relative;
}

.clinic-carousel {
    position: relative;
    width: 100%;
    height: 450px;
    border-radius: 20px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}


.carousel-track {
    display: flex;
    width: calc(1000% + 160px); /* 10 slides * 100% each + 9 gaps * 20px for seamless loop */
    height: 100%;
    animation: scroll 90s linear infinite;
    gap: 20px;
}

.carousel-slide {
    flex: 0 0 calc(10% - 8px); /* Each slide takes 10% minus gap compensation (10 slides total) */
    height: 100%;
    position: relative;
}

.carousel-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-50% - 80px)); /* Move half the track width for seamless loop */
    }
}

/* Pause animation on hover */
.clinic-carousel:hover .carousel-track {
    animation-play-state: paused;
}

/* Dark Mode Clinic Section */
body.dark-mode .clinic-section {
    background: #1a1a1a;
}

body.dark-mode .clinic-section-title {
    color: #ffffff;
}

body.dark-mode .clinic-title-highlight {
    color: #4a9d9d;
}

body.dark-mode .clinic-section-description {
    color: #b0b0b0;
}

body.dark-mode .clinic-cta-link {
    color: #4a9d9d;
}

    body.dark-mode .clinic-cta-link:hover {
        color: #3a7d7d;
    }

body.dark-mode .cta-line {
    background: #4a4a4a;
}

body.dark-mode .clinic-cta-link:hover .cta-line {
    background: #4a9d9d;
}

body.dark-mode .clinic-carousel {
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

    body.dark-mode .clinic-carousel:hover {
        box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5);
    }

/* Mobile Responsive Clinic Section */
@media (max-width: 768px) {
    .clinic-section {
        padding: 60px 0;
    }

    .clinic-text-content {
        padding-right: 0;
        margin-bottom: 40px;
        text-align: center;
    }

    .clinic-carousel-container {
        padding-left: 0;
    }

    .clinic-section-title {
        font-size: 2rem;
        margin-bottom: 1rem;
        text-align: center;
    }

    .clinic-title-highlight {
        font-size: 2.2rem;
    }

    .clinic-section-description {
        font-size: 1rem;
        text-align: center;
        margin-bottom: 2rem;
    }

    .clinic-cta-link {
        justify-content: center;
        font-size: 1rem;
    }

    .clinic-carousel {
        height: 320px;
    }

    .carousel-track {
        animation-duration: 40s; /* Even slower on mobile */
    }
}

@media (max-width: 576px) {
    .clinic-section {
        padding: 40px 0;
    }

    .clinic-section-title {
        font-size: 1.75rem;
        margin-bottom: 0.75rem;
    }

    .clinic-title-highlight {
        font-size: 1.9rem;
    }

    .clinic-section-description {
        font-size: 0.95rem;
        margin-bottom: 1.5rem;
    }

    .clinic-cta-link {
        font-size: 0.95rem;
        gap: 10px;
    }

    .cta-line {
        width: 40px;
    }

    .clinic-cta-link:hover .cta-line {
        width: 60px;
    }

    .clinic-carousel {
        height: 280px;
        border-radius: 15px;
    }

    .carousel-image {
        border-radius: 15px;
    }

    .carousel-track {
        animation-duration: 35s; /* Even slower on small mobile */
    }
}

/* Trust Section */
.trust-section {
    position: relative;
    min-height: 100vh;
    background: url('../img/123.png') center/cover no-repeat;
    background-attachment: fixed;
    padding: 120px 0;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 100px;
}

.trust-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--trust-overlay);
    z-index: 1;
}



.trust-content {
    position: relative;
    z-index: 3;
    color: white;
}

.trust-header {
    margin-bottom: 80px;
    text-align: left;
}

.trust-title {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 3.5rem;
    color: white;
    margin-bottom: 20px;
    line-height: 1.2;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.trust-subtitle {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    /*font-size: 1.5rem;*/
    color: white;
    margin-bottom: 20px;
    line-height: 1.3;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.trust-separator {
    width: 80px;
    height: 3px;
    background: white;
    border-radius: 2px;
}

.trust-features {
    margin-top: 60px;
}

.trust-feature {
    text-align: left;
    padding: 20px 0;
    position: relative;
}

.trust-number {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
    color: white;
    margin-bottom: 15px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.trust-feature-title {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 1.3rem;
    color: white;
    margin-bottom: 15px;
    line-height: 1.3;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.trust-feature-description {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.95);
    line-height: 1.6;
    margin: 0;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}

/* Dark Mode Trust Section */
body.dark-mode .trust-section {
    background: url('../img/123.png') center/cover no-repeat;
}

body.dark-mode .trust-overlay {
    background: rgba(0, 0, 0, 0.7);
}

body.dark-mode .trust-golden-shape {
    background: linear-gradient(135deg, rgba(255, 193, 7, 0.4) 0%, rgba(255, 152, 0, 0.3) 50%, rgba(255, 193, 7, 0.2) 100%);
}

/* Mobile Responsive Trust Section */
@media (max-width: 768px) {
    .trust-section {
        background-attachment: scroll;
        background-size: cover;
        background-position: center center;
        min-height: auto;
        padding: 80px 0;
    }

    .trust-title {
        font-size: 2.5rem;
        text-align: center;
    }

    .trust-subtitle {
        font-size: 1.3rem;
        text-align: center;
    }

    .trust-header {
        text-align: center;
        margin-bottom: 60px;
    }

    .trust-separator {
        margin: 0 auto;
    }

    .trust-features {
        margin-top: 40px;
    }

    .trust-feature {
        text-align: center;
        margin-bottom: 40px;
    }

    .trust-number {
        font-size: 2rem;
    }

    .trust-feature-title {
        font-size: 1.2rem;
    }

    .trust-feature-description {
        font-size: 0.95rem;
    }

    .trust-golden-shape {
        width: 70%;
        clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
    }
}

@media (max-width: 576px) {
    .trust-section {
        padding: 60px 0;
    }

    .trust-title {
        font-size: 2rem;
    }

    .trust-subtitle {
        font-size: 1.7rem;
    }

    .trust-header {
        margin-bottom: 40px;
    }

    .trust-features {
        margin-top: 30px;
    }

    .trust-feature {
        margin-bottom: 30px;
    }

    .trust-number {
        font-size: 1.8rem;
    }

    .trust-feature-title {
        font-size: 1.1rem;
    }

    .trust-feature-description {
        font-size: 0.9rem;
    }

    .trust-golden-shape {
        width: 80%;
        clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
    }
}

/* Blog Section */
.blog-section {
    padding: 80px 0;
    background: var(--bg-primary);
    position: relative;
}

/* Left Side - Text Content */
.blog-text-content {
    padding-right: 40px;
}

.blog-section-title {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 45px;
    color: var(--text-primary);
    line-height: 1;
    margin-bottom: 1rem;
    text-align: left;
}

.blog-section-description {
    font-size: 1.1rem;
    color: var(--text-secondary);
    line-height: 1.6;
    margin-bottom: 2rem;
    font-weight: 500;
    text-align: left;
}

/* Right Side - Visual Content */
.blog-visual-content {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    padding-left: 40px;
}

/* Profile Images */
.profile-images {
    display: flex;
    align-items: center;
    gap: -10px;
    margin-bottom: 20px;
}

.profile-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-left: -15px;
    transition: transform 0.3s ease;
}

    .profile-circle:first-child {
        margin-left: 0;
    }



.profile-1 {
    background: transparent;
    border: 5px solid #ffffff;
    z-index: 4;
}

.profile-2 {
    background: transparent;
    border: 5px solid #ffffff;
    z-index: 3;
}

.profile-3 {
    background: transparent;
    border: 5px solid #ffffff;
    z-index: 2;
}

.profile-4 {
    background: rgb(205 151 151 / 30%);
    border: 5px solid #ffffff;
    z-index: 1;
}

.profile-img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    border: none;
}

.stats-number {
    font-size: 12px;
    font-weight: 700;
    color: #666;
}

/* Stats Text */
.stats-text {
    text-align: right;
}

.stats-line-1,
.stats-line-2 {
    font-size: 1rem;
    color: #666;
    margin: 0;
    line-height: 1.4;
}

.stats-line-1 {
    font-weight: 600;
}

.stats-line-2 {
    font-weight: 400;
}

/* Blog Card Link */
.blog-card-link {
    text-decoration: none;
    color: inherit;
    display: block;
    height: 100%;
    transition: all 0.3s ease;
}

    .blog-card-link:hover {
        text-decoration: none;
        color: inherit;
    }

.blog-card {
    background: var(--blog-card-bg);
    border-radius: 10px;
    box-shadow: 0 10px 40px var(--blog-card-shadow);
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

    .blog-card:hover {
        box-shadow: 0 25px 60px var(--blog-card-hover-shadow);
    }

.blog-image-container {
    position: relative;
    overflow: hidden;
    height: 360px;
    border-radius: 10px 10px 0 0;
}

.blog-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: scale(1);
}

.blog-card:hover .blog-image {
    transform: scale(1.1);
}

.blog-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(26, 128, 128, 0.1) 0%, rgba(44, 115, 115, 0.05) 100%);
    opacity: 0;
    transition: all 0.4s ease;
    z-index: 1;
}

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

.blog-content {
    padding: 15px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.blog-title {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: var(--blog-title);
    margin-bottom: 5px;
    line-height: 1.3;
    transition: color 0.3s ease;
}

.blog-card:hover .blog-title {
    color: var(--blog-title-hover);
}

.blog-description {
    font-size: 14px;
    color: var(--blog-description);
    line-height: 1.7;
    margin: 0;
    flex: 1;
}

/* Mobile Responsive Blog Section */
@media (max-width: 768px) {
    .blog-section {
        padding: 60px 0;
    }

    .blog-text-content {
        padding-right: 0;
        margin-bottom: 40px;
        text-align: center;
    }

    .blog-visual-content {
        padding-left: 0;
        align-items: center;
    }

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

    .blog-section-title {
        font-size: 2rem;
        margin-bottom: 1rem;
        text-align: center;
    }

    .blog-section-description {
        font-size: 1rem;
        text-align: center;
    }

    .profile-circle {
        width: 70px;
        height: 70px;
        margin-left: -12px;
    }

    .profile-img {
        width: 60px;
        height: 60px;
    }

    .stats-number {
        font-size: 1rem;
    }

    .stats-line-1,
    .stats-line-2 {
        font-size: 0.9rem;
    }

    .blog-image-container {
        height: 220px;
    }

    .blog-content {
        padding: 25px;
    }

    .blog-title {
        font-size: 1.3rem;
        margin-bottom: 12px;
    }

    .blog-description {
        font-size: 0.95rem;
    }
}

@media (max-width: 576px) {
    .blog-section {
        padding: 40px 0;
    }

    .blog-section-title {
        font-size: 1.75rem;
        margin-bottom: 0.75rem;
    }

    .blog-section-description {
        font-size: 0.95rem;
    }

    .profile-circle {
        width: 60px;
        height: 60px;
        margin-left: -10px;
    }

    .profile-img {
        width: 50px;
        height: 50px;
    }

    .stats-number {
        font-size: 0.9rem;
    }

    .stats-line-1,
    .stats-line-2 {
        font-size: 0.85rem;
    }

    .blog-image-container {
        height: 200px;
    }

    .blog-content {
        padding: 20px;
    }

    .blog-title {
        font-size: 1.2rem;
        margin-bottom: 10px;
    }

    .blog-description {
        font-size: 0.9rem;
    }
}

/* Before and After Section */
.before-after-section {
    padding: 80px 0;
    background: var(--bg-secondary);
    position: relative;
    overflow: hidden;
}

.before-after-title {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 2.5rem;
    color: var(--text-primary);
    line-height: 1.2;
    margin-bottom: 1.5rem;
    text-align: center;
}

.before-after-description {
    font-size: 1.1rem;
    color: var(--text-secondary);
    line-height: 1.7;
    max-width: 800px;
    margin: 0 auto 3rem;
    text-align: center;
}

/* Carousel Container */
.before-after-carousel-container {
    margin: 40px 0;
    overflow: hidden;
    position: relative;
}

.before-after-carousel {
    position: relative;
    width: 100%;
    height: 500px;
}

.before-after-track {
    display: flex;
    gap: 30px;
    height: 100%;
    animation: scrollCarousel 30s linear infinite;
    width: calc(5 * 400px + 4 * 30px); /* 5 cards * 400px + 4 gaps * 30px */
}

/* Carousel Animation */
@keyframes scrollCarousel {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-400px - 30px)); /* Move one card width + gap */
    }
}

/* Pause animation on hover */
.before-after-carousel:hover .before-after-track {
    animation-play-state: paused;
}

/* Before After Card */
.before-after-card {
    flex: 0 0 400px;
    height: 448px;
    background: linear-gradient(135deg, #f4e4bc 0%, #e8d5a3 50%, #d4c4a0 100%);
    border-radius: 25px;
    /*padding: 25px;*/
    display: flex;
    flex-direction: column;
    position: relative;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background-image: radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.1) 1px, transparent 1px), radial-gradient(circle at 80% 80%, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
    background-size: 20px 20px;
}

    .before-after-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
    }

/* Card Header */
.card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.brand-name {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    color: #29707a;
}

.star-icon {
    color: #ffd700;
    font-size: 1.2rem;
    animation: sparkle 2s ease-in-out infinite;
}

@keyframes sparkle {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.7;
        transform: scale(1.1);
    }
}

/* Card Images */
.card-images {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
    flex: 1;
}

.before-image,
.after-image {
    flex: 1;
    position: relative;
    /*height: 200px;*/
    border-radius: 15px;
    overflow: hidden;
}

.treatment-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.image-label {
    position: absolute;
    top: 10px;
    left: 10px;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
}

/* Image Separator */
.image-separator {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 200px;
    position: relative;
}

.separator-line {
    width: 2px;
    height: 100%;
    background: linear-gradient(to bottom, #d4b88c, #c4a87c, #d4b88c);
    border-radius: 1px;
}

.separator-diamond {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 12px;
    background: #d4b88c;
    border-radius: 2px;
    transform: translate(-50%, -50%) rotate(45deg);
}

/* Card Details */
.card-details {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 15px;
}

.patient-info {
    flex: 1;
}

.patient-name {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 1.1rem;
    color: #1a1a1a;
    margin-bottom: 5px;
}

.patient-details {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.4;
}

.time-info {
    font-size: 0.9rem;
    color: #29707a;
    font-weight: 500;
    text-align: right;
}

/* Card Footer */
.card-footer {
    text-align: center;
    margin-top: auto;
}

.be-your-best {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    color: #29707a;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Buttons */
.before-after-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 50px;
}

.btn-primary-consultation {
    background: #29707a;
    color: white;
    padding: 15px 30px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(26, 128, 128, 0.3);
    border: none;
}

    .btn-primary-consultation:hover {
        background: #156868;
        transform: translateY(-2px);
        box-shadow: 0 8px 25px rgba(26, 128, 128, 0.4);
        color: white;
        text-decoration: none;
    }

    .btn-primary-consultation i {
        transition: transform 0.3s ease;
    }

    .btn-primary-consultation:hover i {
        transform: translateX(3px);
    }

.btn-secondary-stories {
    background: transparent;
    color: #29707a;
    padding: 15px 30px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    border: 2px solid #e0e0e0;
}

    .btn-secondary-stories:hover {
        background: #f8f9fa;
        border-color: #29707a;
        color: #29707a;
        transform: translateY(-2px);
        box-shadow: 0 8px 25px rgba(26, 128, 128, 0.2);
        text-decoration: none;
    }

    .btn-secondary-stories i {
        transition: transform 0.3s ease;
    }

    .btn-secondary-stories:hover i {
        transform: translateX(3px);
    }

/* Dark Mode Before After Section */
body.dark-mode .before-after-section {
    background: #1a1a1a;
}

body.dark-mode .before-after-title {
    color: #ffffff;
}

body.dark-mode .before-after-description {
    color: #b0b0b0;
}

body.dark-mode .before-after-card {
    background: linear-gradient(135deg, #2a2a2a 0%, #3a3a3a 50%, #4a4a4a 100%);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

    body.dark-mode .before-after-card:hover {
        box-shadow: 0 25px 60px rgba(0, 0, 0, 0.5);
    }

body.dark-mode .brand-name {
    color: #4a9d9d;
}

body.dark-mode .patient-name {
    color: #ffffff;
}

body.dark-mode .patient-details {
    color: #b0b0b0;
}

body.dark-mode .time-info {
    color: #4a9d9d;
}

body.dark-mode .be-your-best {
    color: #4a9d9d;
}

body.dark-mode .btn-primary-consultation {
    background: #4a9d9d;
    box-shadow: 0 4px 15px rgba(74, 157, 157, 0.3);
}

    body.dark-mode .btn-primary-consultation:hover {
        background: #3a7d7d;
        box-shadow: 0 8px 25px rgba(74, 157, 157, 0.4);
    }

body.dark-mode .btn-secondary-stories {
    color: #4a9d9d;
    border-color: #4a4a4a;
}

    body.dark-mode .btn-secondary-stories:hover {
        background: #2a2a2a;
        border-color: #4a9d9d;
        color: #4a9d9d;
        box-shadow: 0 8px 25px rgba(74, 157, 157, 0.2);
    }

/* Mobile Responsive Before After Section */
@media (max-width: 768px) {
    .before-after-section {
        padding: 60px 0;
    }

    .before-after-title {
        font-size: 2rem;
        margin-bottom: 1rem;
    }

    .before-after-description {
        font-size: 1rem;
        margin-bottom: 2rem;
    }

    .before-after-carousel {
        height: 400px;
    }

    .before-after-card {
        flex: 0 0 320px;
        height: 380px;
        padding: 20px;
    }

    .before-after-track {
        width: calc(5 * 320px + 4 * 20px);
        gap: 20px;
    }

    @keyframes scrollCarousel {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(calc(-320px - 20px));
        }
    }

    .card-images {
        gap: 10px;
        margin-bottom: 15px;
    }

    .before-image,
    .after-image {
        /* height: 160px;*/
    }

    .image-separator {
        height: 160px;
    }

    .patient-name {
        font-size: 1rem;
    }

    .patient-details {
        font-size: 0.8rem;
    }

    .time-info {
        font-size: 0.8rem;
    }

    .be-your-best {
        font-size: 0.9rem;
    }

    .before-after-buttons {
        flex-direction: column;
        align-items: center;
        gap: 15px;
        margin-top: 40px;
    }

    .btn-primary-consultation,
    .btn-secondary-stories {
        width: 100%;
        max-width: 300px;
        justify-content: center;
        padding: 12px 25px;
        font-size: 0.95rem;
    }
}

@media (max-width: 576px) {
    .before-after-section {
        padding: 40px 0;
    }

    .before-after-title {
        font-size: 1.75rem;
    }

    .before-after-description {
        font-size: 0.95rem;
    }

    .before-after-carousel {
        height: 350px;
    }

    .before-after-card {
        flex: 0 0 280px;
        height: 330px;
        padding: 15px;
        border-radius: 20px;
    }

    .before-after-track {
        width: calc(5 * 280px + 4 * 15px);
        gap: 15px;
    }

    @keyframes scrollCarousel {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(calc(-280px - 15px));
        }
    }

    .card-header {
        margin-bottom: 15px;
    }

    .brand-name {
        font-size: 0.9rem;
    }

    .star-icon {
        font-size: 1rem;
    }

    .card-images {
        gap: 8px;
        margin-bottom: 12px;
    }

    .before-image,
    .after-image {
        /*   height: 140px;*/
    }

    .image-separator {
        height: 140px;
    }

    .treatment-image {
        border-radius: 10px;
    }

    .image-label {
        font-size: 0.7rem;
        padding: 3px 8px;
    }

    .separator-diamond {
        width: 8px;
        height: 8px;
    }

    .card-details {
        margin-bottom: 10px;
    }

    .patient-name {
        font-size: 0.9rem;
    }

    .patient-details {
        font-size: 0.75rem;
    }

    .time-info {
        font-size: 0.75rem;
    }

    .be-your-best {
        font-size: 0.8rem;
    }

    .btn-primary-consultation,
    .btn-secondary-stories {
        padding: 10px 20px;
        font-size: 0.9rem;
    }
}

/* Online Consultation Section */
.consultation-section {
    padding: 80px 0;
    background: var(--bg-secondary);
    position: relative;
}

    .consultation-section .row {
        border-radius: 25px;
        overflow: hidden;
        box-shadow: 0 20px 60px var(--shadow-light);
        background: var(--consultation-bg);
    }

/* Left Side - Image Container */
.consultation-image-container {
    background: var(--consultation-content-bg);
    padding: 50px;
    position: relative;
    height: 616px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}

.consultation-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

/* Right Side - Content */
.consultation-content {
    background: var(--consultation-content-bg);
    padding: 60px 50px;
    height: 616px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 0 25px 25px 0;
}

/* Tag */
.consultation-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--consultation-tag-bg);
    padding: 8px 16px;
    border-radius: 20px;
    margin-bottom: 25px;
    width: fit-content;
}

.tag-dot {
    color: white;
    font-size: 16px;
    font-weight: bold;
}

.tag-text {
    color: white;
    font-size: 14px;
    font-weight: 500;
}

/* Main Title */
.consultation-title {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 2.5rem;
    color: white;
    line-height: 1.2;
    margin-bottom: 20px;
    text-align: left;
}

/* Description */
.consultation-description {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.95);
    line-height: 1.7;
    margin-bottom: 35px;
    text-align: left;
}

/* Doctors Section */
.consultation-doctors {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 40px;
}

.doctors-avatars {
    display: flex;
    gap: -10px;
}

.doctor-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 3px solid white;
    overflow: hidden;
    margin-left: -10px;
    position: relative;
    z-index: 3;
}

    .doctor-avatar:first-child {
        margin-left: 0;
        z-index: 5;
    }

    .doctor-avatar:nth-child(2) {
        z-index: 4;
    }

    .doctor-avatar:nth-child(3) {
        z-index: 3;
    }

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

.doctors-text {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.expert-count {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    color: white;
    line-height: 1.2;
}

.expert-subtitle {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
}

/* CTA Button */
.consultation-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    background: var(--consultation-button-bg);
    color: var(--consultation-button-color);
    padding: 18px 30px;
    border-radius: 15px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px var(--shadow-light);
    width: fit-content;
}

    .consultation-cta-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 25px var(--shadow-medium);
        color: var(--consultation-button-color);
        text-decoration: none;
    }

.btn-icon {
    width: 40px;
    height: 40px;
    background: var(--consultation-button-icon-bg);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 18px;
    transition: all 0.3s ease;
}

.consultation-cta-btn:hover .btn-icon {
    transform: translateX(3px);
    background: var(--consultation-button-hover-icon);
}

.btn-text {
    font-weight: 600;
}

/* Mobile Responsive Consultation Section */
@media (max-width: 768px) {
    .consultation-section {
        padding: 60px 0;
    }

        .consultation-section .row {
            border-radius: 20px;
        }


    .consultation-content {
        padding: 40px 30px;
        height: auto;
        border-radius: 0 0 20px 20px;
        text-align: center;
    }

    .consultation-tag {
        margin: 0 auto 20px;
    }

    .consultation-title {
        font-size: 2rem;
        text-align: center;
        margin-bottom: 15px;
    }

    .consultation-description {
        font-size: 1rem;
        text-align: center;
        margin-bottom: 25px;
    }

    .consultation-doctors {
        justify-content: center;
        gap: 20px;
        margin-bottom: 30px;
    }

    .doctor-avatar {
        width: 50px;
        height: 50px;
        margin-left: -8px;
    }

    .expert-count {
        font-size: 1.3rem;
    }

    .expert-subtitle {
        font-size: 0.9rem;
    }

    .consultation-cta-btn {
        margin: 0 auto;
        padding: 15px 25px;
        font-size: 0.95rem;
    }

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

@media (max-width: 576px) {
    .consultation-section {
        padding: 40px 0;
    }

    .consultation-image-container {
        height: 250px;
        padding: 30px;
    }



    .consultation-content {
        padding: 30px 20px;
        border-radius: 0 0 15px 15px;
    }

    .consultation-title {
        font-size: 1.75rem;
        margin-bottom: 12px;
    }

    .consultation-description {
        font-size: 0.95rem;
        margin-bottom: 20px;
    }

    .consultation-doctors {
        flex-direction: column;
        gap: 15px;
        margin-bottom: 25px;
    }

    .doctors-avatars {
        justify-content: center;
    }

    .doctor-avatar {
        width: 45px;
        height: 45px;
        margin-left: -6px;
    }

    .expert-count {
        font-size: 1.2rem;
        text-align: center;
    }

    .expert-subtitle {
        font-size: 0.85rem;
        text-align: center;
    }

    .consultation-cta-btn {
        padding: 12px 20px;
        font-size: 0.9rem;
        gap: 12px;
    }

    .btn-icon {
        width: 32px;
        height: 32px;
        font-size: 14px;
    }
}

/* Testimonials Section */
.testimonials-section {
    padding: 80px 0;
    background-color: var(--bg-secondary);
}

.testimonial-card {
    background: var(--testimonial-card-bg);
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 4px 20px var(--shadow-light);
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid var(--testimonial-card-border);
}

    .testimonial-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 30px var(--shadow-medium);
    }

.testimonial-stars {
    margin-bottom: 20px;
}

    .testimonial-stars i {
        color: var(--testimonial-stars);
        font-size: 18px;
        margin-right: 2px;
    }

.testimonial-text {
    font-size: 16px;
    line-height: 1.6;
    color: var(--testimonial-text);
    margin-bottom: 25px;
    font-weight: 400;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 15px;
}

.testimonial-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid var(--testimonial-avatar-border);
}

.testimonial-info {
    flex: 1;
}

.testimonial-name {
    font-weight: 600;
    font-size: 16px;
    color: var(--testimonial-name);
    margin-bottom: 4px;
}

.testimonial-procedure {
    font-size: 14px;
    color: var(--testimonial-procedure);
    font-weight: 400;
}

/* Dark Mode for Testimonials */
body.dark-mode .testimonials-section {
    background-color: #2a2a2a;
}

body.dark-mode .testimonial-card {
    background: #3a3a3a;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

    body.dark-mode .testimonial-card:hover {
        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
    }

body.dark-mode .testimonial-stars i {
    color: #e0e0e0;
}

body.dark-mode .testimonial-text {
    color: #c0c0c0;
}

body.dark-mode .testimonial-name {
    color: #e0e0e0;
}

body.dark-mode .testimonial-procedure {
    color: #a0a0a0;
}

body.dark-mode .testimonial-avatar {
    border: 2px solid #4a4a4a;
}

/* Responsive Design for Testimonials */
@media (max-width: 768px) {
    .testimonials-section {
        padding: 60px 0;
    }

    .testimonial-card {
        padding: 25px;
        margin-bottom: 20px;
    }

    .testimonial-text {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .testimonial-name {
        font-size: 15px;
    }

    .testimonial-procedure {
        font-size: 13px;
    }

    .testimonial-avatar {
        width: 45px;
        height: 45px;
    }
}

/* Celyxmed Blog Section Styles */
.celyxmed-blog-section {
    padding: 80px 0;
    background-color: #fafafa;
}

.celyxmed-blog-title {
    font-family: 'Inter', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.celyxmed-blog-subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    color: #666;
    margin-bottom: 2rem;
    line-height: 1.5;
}

.celyxmed-blog-view-all {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #1a1a1a;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

    .celyxmed-blog-view-all:hover {
        color: #29707a;
        transform: translateX(5px);
    }

    .celyxmed-blog-view-all i {
        font-size: 0.9rem;
        transition: transform 0.3s ease;
    }

    .celyxmed-blog-view-all:hover i {
        transform: translateX(3px);
    }

.celyxmed-blog-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

    .celyxmed-blog-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
    }

.celyxmed-blog-image-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

    .celyxmed-blog-image-link:hover {
        text-decoration: none;
        color: inherit;
    }

.celyxmed-blog-image-container {
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden;
}

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

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

.celyxmed-blog-content {
    padding: 24px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.celyxmed-blog-title-link {
    text-decoration: none;
    color: inherit;
    display: block;
    transition: all 0.3s ease;
}

    .celyxmed-blog-title-link:hover {
        text-decoration: none;
        color: inherit;
    }

.celyxmed-blog-card-title {
    font-family: 'Inter', sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 12px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.3s ease;
}

.celyxmed-blog-title-link:hover .celyxmed-blog-card-title {
    color: #29707a;
}

.celyxmed-blog-card-description {
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    font-weight: 400;
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
    flex-grow: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.celyxmed-blog-read-more {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #1a1a1a;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    font-weight: 500;
    transition: all 0.3s ease;
    margin-top: auto;
}

    .celyxmed-blog-read-more:hover {
        color: #29707a;
        transform: translateX(3px);
    }

    .celyxmed-blog-read-more i {
        font-size: 0.8rem;
        transition: transform 0.3s ease;
    }

    .celyxmed-blog-read-more:hover i {
        transform: translateX(2px);
    }

/* Responsive Styles for Celyxmed Blog Section */
@media (max-width: 768px) {
    .celyxmed-blog-section {
        padding: 60px 0;
    }

    .celyxmed-blog-title {
        font-size: 2rem;
    }

    .celyxmed-blog-subtitle {
        font-size: 1rem;
    }

    .celyxmed-blog-image-container {
        height: 200px;
    }

    .celyxmed-blog-content {
        padding: 20px;
    }

    .celyxmed-blog-card-title {
        font-size: 1.1rem;
    }

    .celyxmed-blog-card-description {
        font-size: 0.9rem;
    }
}

/* FAQ Section Styles */
.faq-section {
    padding: 80px 0;
    background: var(--bg-primary);
    position: relative;
}

.faq-title {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 2.5rem;
    color: var(--text-primary);
    line-height: 1.2;
    margin-bottom: 1rem;
    text-align: center;
}

.faq-subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    color: var(--text-muted);
    line-height: 1.5;
    margin-bottom: 3rem;
    text-align: center;
}

.faq-container {
    max-width: 100%;
}

.faq-item {
    background: var(--faq-item-bg);
    border-radius: 12px;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px var(--shadow-light);
    border: 1px solid var(--faq-item-border);
    transition: all 0.3s ease;
    overflow: hidden;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    cursor: pointer;
    transition: all 0.3s ease;
    background: var(--faq-question-bg);
    border: none;
    width: 100%;
    text-align: left;
}

.faq-text {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 1.1rem;
    color: var(--faq-text);
    line-height: 1.4;
    flex: 1;
    margin-right: 15px;
}

.faq-icon {
    font-size: 1.2rem;
    color: var(--faq-icon);
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.faq-item.active .faq-icon {
    transform: rotate(180deg);
    color: var(--faq-icon-active);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s ease;
    background: var(--faq-answer-bg);
}

.faq-item.active .faq-answer {
    max-height: 1000px;
    padding: 0 25px 25px 25px;
}

.faq-answer p {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: var(--faq-answer-text);
    line-height: 1.6;
    margin: 0;
    padding-top: 15px;
}

/* Dark Mode FAQ Section */
body.dark-mode .faq-section {
    background: #1a1a1a;
}

body.dark-mode .faq-title {
    color: #ffffff;
}

body.dark-mode .faq-subtitle {
    color: #b0b0b0;
}

body.dark-mode .faq-item {
    background: #2a2a2a;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

body.dark-mode .faq-question {
    background: #2a2a2a;
}

body.dark-mode .faq-text {
    color: #e0e0e0;
}

body.dark-mode .faq-icon {
    color: #b0b0b0;
}

body.dark-mode .faq-item.active .faq-icon {
    color: #4a9d9d;
}

body.dark-mode .faq-answer {
    background: #1a1a1a;
}

    body.dark-mode .faq-answer p {
        color: #b0b0b0;
    }

/* Mobile Responsive FAQ Section */
@media (max-width: 768px) {
    .faq-section {
        padding: 60px 0;
    }

    .faq-title {
        font-size: 2rem;
        margin-bottom: 0.75rem;
    }

    .faq-subtitle {
        font-size: 1rem;
        margin-bottom: 2rem;
    }

    .faq-question {
        padding: 18px 20px;
    }

    .faq-text {
        font-size: 1rem;
        margin-right: 12px;
    }

    .faq-icon {
        font-size: 1.1rem;
    }

    .faq-item.active .faq-answer {
        padding: 0 20px 20px 20px;
        max-height: 1000px;
    }

    .faq-answer p {
        font-size: 0.95rem;
        padding-top: 12px;
    }
}

@media (max-width: 576px) {
    .faq-section {
        padding: 40px 0;
    }

    .faq-title {
        font-size: 1.75rem;
        margin-bottom: 0.5rem;
    }

    .faq-subtitle {
        font-size: 0.95rem;
        margin-bottom: 1.5rem;
    }

    .faq-question {
        padding: 15px 18px;
    }

    .faq-text {
        font-size: 0.95rem;
        margin-right: 10px;
    }

    .faq-icon {
        font-size: 1rem;
    }

    .faq-item.active .faq-answer {
        padding: 0 18px 18px 18px;
        max-height: 1000px;
    }

    .faq-answer p {
        font-size: 0.9rem;
        padding-top: 10px;
    }
}

/* Footer Section Styles */
.footer-section {
    background: var(--footer-bg);
    padding: 60px 0 30px;
    border-top: 1px solid var(--footer-border);
}

.footer-content {
    margin-bottom: 40px;
}

/* Footer Brand Section */
.footer-brand {
    padding-right: 20px;
}

.footer-logo {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.footer-logo-img {
    height: 35px;
    width: auto;
    transition: all 0.3s ease;
}

    .footer-logo-img:hover {
        transform: scale(1.05);
    }

.footer-description {
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    color: var(--footer-text);
    line-height: 1.6;
    margin-bottom: 25px;
}

.footer-contact-btn {
    display: inline-block;
    background: var(--footer-contact-bg);
    color: white;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px var(--footer-contact-shadow);
}

    .footer-contact-btn:hover {
        background: var(--footer-contact-hover);
        transform: translateY(-2px);
        box-shadow: 0 4px 15px var(--footer-contact-hover-shadow);
        color: white;
        text-decoration: none;
    }

/* Footer Columns */
.footer-column {
    padding: 0 10px;
}

/* Mobile: 2x2 grid layout for menu items */
@media (max-width: 768px) {
    .footer-content .row {
        display: flex;
        flex-wrap: wrap;
    }

    .footer-content .col-lg-2 {
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 10px;
    }

        /* First row: Treatments and About Celyxmed */
        .footer-content .col-lg-2:nth-child(2) {
            order: 1;
        }

        .footer-content .col-lg-2:nth-child(3) {
            order: 2;
        }

        /* Second row: Resources and Legal */
        .footer-content .col-lg-2:nth-child(4) {
            order: 3;
        }

        .footer-content .col-lg-2:nth-child(5) {
            order: 4;
        }
}

.footer-column-title {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 1.1rem;
    color: var(--footer-title);
    margin-bottom: 20px;
    line-height: 1.3;
}

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

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

    .footer-links a {
        font-family: 'Inter', sans-serif;
        font-size: 0.95rem;
        color: var(--footer-link);
        text-decoration: none;
        transition: all 0.3s ease;
        line-height: 1.4;
    }

        .footer-links a:hover {
            color: var(--footer-link-hover);
            text-decoration: none;
            transform: translateX(3px);
        }

/* Footer Bottom Section */
.footer-bottom {
    border-top: 1px solid var(--footer-bottom-border);
    padding-top: 30px;
}

.footer-copyright {
    font-family: 'Inter', sans-serif;
    font-size: 0.9rem;
    color: var(--footer-copyright);
    margin: 0;
    line-height: 1.5;
}

.footer-social {
    display: flex;
    justify-content: flex-end;
    gap: 15px;
}

.social-icon {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: var(--footer-social);
    font-size: 1.1rem;
    transition: all 0.3s ease;
}

    .social-icon:hover {
        transform: translateY(-2px);
        color: var(--footer-social-hover);
        text-decoration: none;
    }

/* Dark Mode Footer */
body.dark-mode .footer-section {
    background: #1a1a1a;
    border-top: 1px solid #3a3a3a;
}

body.dark-mode .footer-brand-name {
    color: #4a9d9d;
}

body.dark-mode .footer-description {
    color: #b0b0b0;
}

body.dark-mode .footer-contact-btn {
    background: #4a9d9d;
    box-shadow: 0 2px 8px rgba(74, 157, 157, 0.3);
}

    body.dark-mode .footer-contact-btn:hover {
        background: #3a7d7d;
        box-shadow: 0 4px 15px rgba(74, 157, 157, 0.4);
    }

body.dark-mode .footer-column-title {
    color: #e0e0e0;
}

body.dark-mode .footer-links a {
    color: #b0b0b0;
}

    body.dark-mode .footer-links a:hover {
        color: #4a9d9d;
    }

body.dark-mode .footer-bottom {
    border-top: 1px solid #3a3a3a;
}

body.dark-mode .footer-copyright {
    color: #999;
}

body.dark-mode .social-icon {
    color: #999;
}

    body.dark-mode .social-icon:hover {
        color: #4a9d9d;
    }

/* Mobile Responsive Footer */
@media (max-width: 768px) {
    .footer-section {
        padding: 40px 0 20px;
    }

    .footer-content {
        margin-bottom: 30px;
    }

    .footer-brand {
        padding-right: 0;
        margin-bottom: 30px;
        text-align: left;
    }

    .footer-logo {
        justify-content: flex-start;
        margin-bottom: 15px;
    }

    .footer-logo-img {
        height: 30px;
    }

    .footer-brand-name {
        font-size: 1.3rem;
    }

    .footer-description {
        font-size: 0.9rem;
        text-align: left;
        margin-bottom: 20px;
    }

    .footer-contact-btn {
        display: inline-block;
        width: auto;
    }

    .footer-column {
        padding: 0;
        margin-bottom: 25px;
        text-align: left;
    }


    .footer-column-title {
        font-size: 1rem;
        margin-bottom: 15px;
    }

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

    .footer-links a {
        font-size: 0.9rem;
    }

    .footer-bottom {
        padding-top: 20px;
        text-align: center;
    }

    .footer-copyright {
        font-size: 0.85rem;
        margin-bottom: 15px;
        text-align: center;
    }

    .footer-social {
        justify-content: center;
        gap: 12px;
    }

    .social-icon {
        width: 35px;
        height: 35px;
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .footer-section {
        padding: 30px 0 15px;
    }

    .footer-brand {
        text-align: left;
    }

    .footer-logo {
        justify-content: flex-start;
    }

    .footer-logo-img {
        height: 28px;
    }

    .footer-brand-name {
        font-size: 1.2rem;
    }

    .footer-description {
        font-size: 0.85rem;
        text-align: left;
    }

    .footer-contact-btn {
        padding: 10px 20px;
        font-size: 0.9rem;
        display: inline-block;
    }

    .footer-column {
        text-align: left;
    }

    .footer-column-title {
        font-size: 0.95rem;
    }

    .footer-links a {
        font-size: 0.85rem;
    }

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

    .footer-copyright {
        font-size: 0.8rem;
        text-align: center;
    }

    .footer-social {
        justify-content: center;
    }

    .social-icon {
        width: 32px;
        height: 32px;
        font-size: 0.9rem;
    }
}

/* ===== TREATMENT OVERVIEW TABS SECTION STYLES ===== */
.treatment-overview-section {
    padding: 80px 0;
    background: var(--bg-primary);
    position: relative;
}

/* Section Header */
.section-header {
    text-align: center;
    margin-bottom: 50px;
}

/* Tab Navigation Wrapper */
.tab-navigation-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
}

.section-title {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 2.5rem;
    color: var(--text-primary);
    line-height: 1.2;
    margin-bottom: 20px;
}

.section-description {
    font-size: 1.1rem;
    color: var(--text-secondary);
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
}

/* Tab Navigation */
.tab-navigation {
    display: inline-flex;
    justify-content: center;
    gap: 0;
    margin: 0 auto 40px auto;
    flex-wrap: wrap;
    background: #f5f5f5;
    border-radius: 12px;
    padding: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    width: auto;
    text-align: center;
}

.tab-button {
    background: transparent;
    color: var(--text-primary);
    border: none;
    padding: 15px 25px;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    flex: none;
    min-width: auto;
}

    .tab-button:hover {
        background: rgba(255, 255, 255, 0.5);
        color: var(--text-primary);
    }

    .tab-button.active {
        background: white;
        color: var(--text-primary);
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        transform: translateY(-1px);
    }

/* Tab Content Container */
.tab-content-container {
    position: relative;
    min-height: 400px;
}

.tab-content {
    display: none;
    animation: fadeIn 0.3s ease-in-out;
}

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

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

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

/* Content Card */
.content-card {
    background: var(--bg-secondary);
    border-radius: 15px;
    padding: 40px;
    box-shadow: 0 10px 30px var(--shadow-light);
    border: 1px solid var(--border-light);
    min-height: 400px;
    display: flex;
    align-items: center;
}

/* Content Text */
.content-text {
    padding-right: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.content-title {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 2rem;
    color: var(--text-primary);
    line-height: 1.2;
    margin-bottom: 20px;
}

.content-description {
    font-size: 1.1rem;
    color: var(--text-secondary);
    line-height: 1.7;
    margin-bottom: 30px;
}

/* CTA Button */
.cta-button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: white;
    color: #1a1a1a;
    padding: 16px 32px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border: none;
    position: relative;
    overflow: hidden;
    width: fit-content;
    max-width: none;
    flex: none;
}

    .cta-button:hover {
        background: #f8f8f8;
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
        color: #1a1a1a;
        text-decoration: none;
    }

    .cta-button span {
        font-weight: 600;
        letter-spacing: 0.5px;
    }

    .cta-button i {
        background: #ffd700;
        padding: 8px;
        border-radius: 8px;
        font-size: 14px;
        transition: all 0.3s ease;
        color: white;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

    .cta-button:hover i {
        transform: translateX(3px);
        background: #e6c200;
    }

/* Content Image */
.content-image {
    text-align: center;
}

.treatment-image {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 8px 25px var(--shadow-light);
    transition: transform 0.3s ease;
}

    .treatment-image:hover {
        transform: scale(1.02);
    }

/* Dark Mode Treatment Overview Section */
body.dark-mode .treatment-overview-section {
    background: #1a1a1a;
}

body.dark-mode .section-title {
    color: #ffffff;
}

body.dark-mode .section-description {
    color: #b0b0b0;
}

body.dark-mode .tab-navigation {
    background: #2a2a2a;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

body.dark-mode .tab-button {
    background: transparent;
    color: #e0e0e0;
}

    body.dark-mode .tab-button:hover {
        background: rgba(255, 255, 255, 0.1);
        color: #e0e0e0;
    }

    body.dark-mode .tab-button.active {
        background: #3a3a3a;
        color: #e0e0e0;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    }

body.dark-mode .content-card {
    background: #2a2a2a;
    border-color: #4a4a4a;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

body.dark-mode .content-title {
    color: #ffffff;
}

body.dark-mode .content-description {
    color: #b0b0b0;
}

body.dark-mode .cta-button {
    background: #2a2a2a;
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

    body.dark-mode .cta-button:hover {
        background: #3a3a3a;
        color: #ffffff;
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
    }

    body.dark-mode .cta-button i {
        color: white;
        background: #ffd700;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    }

    body.dark-mode .cta-button:hover i {
        background: #e6c200;
    }

/* Mobile Responsive Treatment Overview Section */
@media (max-width: 768px) {
    .treatment-overview-section {
        padding: 60px 0;
    }

    .section-title {
        font-size: 2rem;
        margin-bottom: 15px;
    }

    .section-description {
        font-size: 1rem;
        margin-bottom: 30px;
    }

    .tab-navigation {
        gap: 0;
        margin: 0 auto 30px auto;
        padding: 6px;
        width: auto;
    }

    .tab-button {
        padding: 12px 15px;
        font-size: 0.9rem;
    }

    .content-card {
        padding: 30px 20px;
    }

    .content-text {
        padding-right: 0;
        margin-bottom: 30px;
        height: auto;
    }

    .content-card {
        min-height: auto;
        flex-direction: column;
    }

    .content-title {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }

    .content-description {
        font-size: 1rem;
        margin-bottom: 25px;
    }

    .cta-button {
        padding: 14px 28px;
        font-size: 0.95rem;
    }

        .cta-button i {
            padding: 5px;
            font-size: 13px;
        }
}

@media (max-width: 576px) {
    .treatment-overview-section {
        padding: 40px 0;
    }

    .section-title {
        font-size: 1.75rem;
    }

    .section-description {
        font-size: 0.95rem;
    }

    .tab-navigation {
        flex-direction: column;
        align-items: center;
        gap: 0;
        padding: 4px;
        width: auto;
    }

    .tab-button {
        width: auto;
        max-width: none;
        padding: 10px 15px;
        font-size: 0.85rem;
        margin-bottom: 4px;
    }

        .tab-button:last-child {
            margin-bottom: 0;
        }

    .content-card {
        padding: 25px 15px;
    }

    .content-title {
        font-size: 1.3rem;
    }

    .content-description {
        font-size: 0.95rem;
    }

    .cta-button {
        padding: 12px 24px;
        font-size: 0.9rem;
    }

        .cta-button i {
            padding: 4px;
            font-size: 12px;
        }
}

/* ===== REVIEWS SECTION STYLES ===== */
.reviews-section {
    padding: 80px 0;
    background: var(--bg-primary);
    position: relative;
}

/* Section Title */
.reviews-section-title {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 2.5rem;
    color: var(--text-primary);
    text-align: center;
    margin-bottom: 50px;
    line-height: 1.2;
}

/* Reviews Grid */
.reviews-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin: 0 auto;
}

/* Review Card */
.review-card {
    background: white;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    border: none;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

    .review-card:hover {
        transform: translateY(-3px);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
    }

/* Star Rating */
.star-rating {
    display: flex;
    gap: 2px;
    margin-bottom: 20px;
}

    .star-rating i {
        color: #333333;
        font-size: 16px;
    }

/* Review Text */
.review-text {
    font-size: 1rem;
    color: var(--text-secondary);
    line-height: 1.6;
    margin-bottom: 25px;
    flex-grow: 1;
}

/* Reviewer Info */
.reviewer-info {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: auto;
}

.reviewer-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid var(--border-light);
}

.reviewer-details {
    flex: 1;
}

.reviewer-name {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    color: var(--text-primary);
    margin: 0 0 5px 0;
    line-height: 1.3;
}

.reviewer-service {
    font-size: 0.9rem;
    color: var(--text-muted);
    margin: 0;
    line-height: 1.3;
}

/* Dark Mode Reviews Section */
body.dark-mode .reviews-section {
    background: #1a1a1a;
}

body.dark-mode .reviews-section-title {
    color: #ffffff;
}

body.dark-mode .review-card {
    background: #2a2a2a;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

    body.dark-mode .review-card:hover {
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    }

body.dark-mode .review-text {
    color: #b0b0b0;
}

body.dark-mode .reviewer-name {
    color: #ffffff;
}

body.dark-mode .reviewer-service {
    color: #a0a0a0;
}

body.dark-mode .reviewer-avatar {
    border-color: #4a4a4a;
}

body.dark-mode .star-rating i {
    color: #cccccc;
}

/* Mobile Responsive Reviews Section */
@media (max-width: 992px) {
    .reviews-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
}

@media (max-width: 768px) {
    .reviews-section {
        padding: 60px 0;
    }

    .reviews-section-title {
        font-size: 2rem;
        margin-bottom: 40px;
    }

    .reviews-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .review-card {
        padding: 25px;
    }

    .review-text {
        font-size: 0.95rem;
        margin-bottom: 20px;
    }

    .reviewer-info {
        gap: 12px;
    }

    .reviewer-avatar {
        width: 45px;
        height: 45px;
    }

    .reviewer-name {
        font-size: 0.95rem;
    }

    .reviewer-service {
        font-size: 0.85rem;
    }
}

@media (max-width: 576px) {
    .reviews-section {
        padding: 40px 0;
    }

    .reviews-section-title {
        font-size: 1.75rem;
        margin-bottom: 30px;
    }

    .review-card {
        padding: 20px;
    }

    .star-rating {
        margin-bottom: 15px;
    }

        .star-rating i {
            font-size: 14px;
        }

    .review-text {
        font-size: 0.9rem;
        margin-bottom: 18px;
    }

    .reviewer-info {
        gap: 10px;
    }

    .reviewer-avatar {
        width: 40px;
        height: 40px;
    }

    .reviewer-name {
        font-size: 0.9rem;
    }

    .reviewer-service {
        font-size: 0.8rem;
    }
}

/* ===== HOW MOMMY MAKEOVER IS PERFORMED SECTION STYLES ===== */
.procedure-section {
    padding: 80px 0;
    background: #f8f8f8;
    position: relative;
}

/* Section Header */
.procedure-header {
    margin-bottom: 50px;
    max-width: 800px;
}

.procedure-title {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 2.25rem;
    color: #333333;
    line-height: 1.2;
    margin-bottom: 20px;
    text-align: left;
}

.procedure-description {
    font-size: 1rem;
    color: #555555;
    line-height: 1.6;
    margin: 0;
    text-align: left;
}

/* Procedure Cards Container */
.procedure-cards-container {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

/* Navigation Arrows */
.procedure-navigation {
    display: flex;
    justify-content: end;
    gap: 10px;
    z-index: 10;
}

.snays-container {
    max-width: 100%;
    background: linear-gradient(135deg, #5a9a9e 0%, #6ab5ba 100%);
    border-radius: 30px;
    padding: 50px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    display: flex;
    gap: 60px;
    align-items: center;
}

.snays-image-section {
    flex: 1;
    background: linear-gradient(135deg, #e8c788 0%, #d4b374 100%);
    border-radius: 20px;
    overflow: hidden;
    height: 520px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .snays-image-section img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.snays-content-section {
    flex: 1;
    color: white;
}

.snays-badge {
    display: inline-flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.2);
    padding: 10px 20px;
    border-radius: 25px;
    font-size: 14px;
    margin-bottom: 25px;
    backdrop-filter: blur(10px);
}

    .snays-badge::before {
        content: "●";
        margin-right: 8px;
        font-size: 18px;
    }

.snays-title {
    font-size: 33px;
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 1.2;
}

.snays-description {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 40px;
    opacity: 0.95;
}

.snays-doctors-section {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 40px;
}

.snays-doctors-avatars {
    display: flex;
    align-items: center;
}

.snays-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 3px solid #5a9a9e;
    margin-left: -15px;
    background: #fff;
    overflow: hidden;
}

    .snays-avatar:first-child {
        margin-left: 0;
    }

    .snays-avatar img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.snays-more-doctors {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: -15px;
    font-size: 14px;
    font-weight: 600;
}

    .snays-more-doctors .snays-number {
        font-size: 16px;
    }

    .snays-more-doctors .snays-label {
        font-size: 10px;
    }

.snays-doctors-text {
    font-size: 16px;
    font-weight: 500;
}

.snays-cta-button {
    display: inline-flex;
    align-items: center;
    background: white;
    color: #5a9a9e;
    padding: 18px 35px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

    .snays-cta-button:hover {
        transform: translateY(-2px);
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
    }

    .snays-cta-button::before {
        content: "→";
        width: 30px;
        height: 30px;
        background: #5a9a9e;
        color: white;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 15px;
        font-size: 18px;
    }

@media (max-width: 1200px) {
    .snays-container {
        flex-direction: column;
        width: 100%;
    }

    .snays-title {
        font-size: 30px;
    }
}

.nav-arrow {
    width: 40px;
    height: 40px;
    background: white;
    border: 1px solid #dddddd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #333333;
    font-size: 16px;
}

    .nav-arrow:hover {
        background: #f5f5f5;
        border-color: #cccccc;
        transform: scale(1.05);
    }

    .nav-arrow:active {
        transform: scale(0.95);
    }

/* Procedure Cards */
.procedure-cards {
    display: flex;
    gap: 30px;
    margin-top: 20px;
    transition: transform 0.3s ease;
    width: 100%;
}

    .procedure-cards.sliding {
        transition: transform 0.5s ease;
    }

/* Procedure Card */
.procedure-card {
    background: white;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    border-top: 4px solid #d4af37;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
    flex: 0 0 calc(33.333% - 20px);
    min-width: 0;
    max-width: calc(33.333% - 20px);
}

    .procedure-card:hover {
        transform: translateY(-3px);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    }

/* Card Title */
.card-title {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 1.25rem;
    color: #333333;
    margin: 0 0 15px 0;
    line-height: 1.3;
}

/* Card Description */
.card-description {
    font-size: 1rem;
    color: #555555;
    line-height: 1.6;
    margin: 0 0 25px 0;
    flex-grow: 1;
}

/* Card Link */
.card-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #555555;
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 400;
    transition: all 0.3s ease;
    margin-top: auto;
    align-self: flex-start;
}

    .card-link:hover {
        color: #333333;
        text-decoration: none;
    }

    .card-link i {
        font-size: 12px;
        transition: transform 0.3s ease;
    }

    .card-link:hover i {
        transform: translateX(3px);
    }

/* Dark Mode Procedure Section */
body.dark-mode .procedure-section {
    background: #1a1a1a;
}

body.dark-mode .procedure-title {
    color: #ffffff;
}

body.dark-mode .procedure-description {
    color: #b0b0b0;
}

body.dark-mode .procedure-card {
    background: #2a2a2a;
    border-top-color: #d4af37;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

    body.dark-mode .procedure-card:hover {
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    }

body.dark-mode .card-title {
    color: #ffffff;
}

body.dark-mode .card-description {
    color: #b0b0b0;
}

body.dark-mode .card-link {
    color: #b0b0b0;
}

    body.dark-mode .card-link:hover {
        color: #ffffff;
    }

body.dark-mode .nav-arrow {
    background: #2a2a2a;
    border-color: #4a4a4a;
    color: #ffffff;
}

    body.dark-mode .nav-arrow:hover {
        background: #3a3a3a;
        border-color: #5a5a5a;
    }

/* Mobile Responsive Procedure Section */
@media (max-width: 992px) {
    .procedure-card {
        flex: 0 0 calc(50% - 12.5px);
        max-width: calc(50% - 12.5px);
    }

    .procedure-navigation {
        position: static;
        justify-content: center;
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .procedure-section {
        padding: 60px 0;
    }

    .procedure-title {
        font-size: 1.875rem;
        margin-bottom: 15px;
    }

    .procedure-description {
        font-size: 0.95rem;
    }

    .procedure-card {
        flex: 0 0 calc(100% - 0px);
        max-width: calc(100% - 0px);
    }

    .procedure-card {
        padding: 25px;
    }

    .card-title {
        font-size: 1.125rem;
        margin-bottom: 12px;
    }

    .card-description {
        font-size: 0.95rem;
        margin-bottom: 20px;
    }

    .card-link {
        font-size: 0.8rem;
    }
}

@media (max-width: 576px) {
    .procedure-section {
        padding: 40px 0;
    }

    .procedure-title {
        font-size: 1.5rem;
        margin-bottom: 12px;
    }

    .procedure-description {
        font-size: 0.9rem;
    }

    .procedure-card {
        padding: 20px;
    }

    .card-title {
        font-size: 1rem;
        margin-bottom: 10px;
    }

    .card-description {
        font-size: 0.9rem;
        margin-bottom: 18px;
    }

    .card-link {
        font-size: 0.75rem;
    }

    .nav-arrow {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }
}

/* ===== DETAY FAQ SECTION STYLES ===== */
.detay-faq-section {
    padding: 80px 0;
    background: white;
    position: relative;
}

/* Detay FAQ Header */
.detay-faq-header {
    text-align: center;
    margin-bottom: 60px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.detay-faq-title {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 2.5rem;
    color: #333333;
    line-height: 1.2;
    margin-bottom: 25px;
    text-align: center;
}

.detay-faq-description {
    font-size: 1.1rem;
    color: #555555;
    line-height: 1.6;
    margin: 0;
    text-align: center;
}

/* Detay FAQ Accordion */
.detay-faq-accordion {
    margin: 0 auto;
}

/* Detay FAQ Item */
.detay-faq-item {
    background: #f8f8f8;
    border-radius: 12px;
    margin-bottom: 20px;
    overflow: hidden;
    transition: all 0.3s ease;
}

    .detay-faq-item:last-child {
        margin-bottom: 0;
    }

    .detay-faq-item.active {
        background: #f8f8f8;
    }

/* Detay FAQ Question */
.detay-faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 30px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
}

    .detay-faq-question:hover {
        background: #f0f0f0;
    }

.detay-question-text {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 1.25rem;
    color: #333333;
    margin: 0;
    line-height: 1.3;
    flex: 1;
    padding-right: 20px;
}

.detay-question-icon {
    font-size: 16px;
    color: #333333;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.detay-faq-item.active .detay-question-icon {
    transform: rotate(180deg);
}

/* Detay FAQ Answer */
.detay-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    background: #f8f8f8;
    padding: 0 30px;
    opacity: 0;
}

.detay-faq-item.active .detay-faq-answer {
    max-height: 500px;
    padding: 0 30px 25px 30px;
    opacity: 1;
}

.detay-answer-text {
    font-size: 1rem;
    color: #555555;
    line-height: 1.6;
    margin: 0;
    text-align: left;
}

/* Dark Mode Detay FAQ Section */
body.dark-mode .detay-faq-section {
    background: #1a1a1a;
}

body.dark-mode .detay-faq-title {
    color: #ffffff;
}

body.dark-mode .detay-faq-description {
    color: #b0b0b0;
}

body.dark-mode .detay-faq-item {
    background: #2a2a2a;
}

    body.dark-mode .detay-faq-item.active {
        background: #2a2a2a;
    }

body.dark-mode .detay-faq-question:hover {
    background: #3a3a3a;
}

body.dark-mode .detay-question-text {
    color: #ffffff;
}

body.dark-mode .detay-question-icon {
    color: #ffffff;
}

body.dark-mode .detay-faq-answer {
    background: #2a2a2a;
}

body.dark-mode .detay-answer-text {
    color: #b0b0b0;
}

/* Mobile Responsive Detay FAQ Section */
@media (max-width: 768px) {
    .detay-faq-section {
        padding: 60px 0;
    }

    .detay-faq-title {
        font-size: 2rem;
        margin-bottom: 20px;
    }

    .detay-faq-description {
        font-size: 1rem;
    }

    .detay-faq-question {
        padding: 20px 25px;
    }

    .detay-question-text {
        font-size: 1.125rem;
        padding-right: 15px;
    }

    .detay-faq-item.active .detay-faq-answer {
        padding: 0 25px 20px 25px;
    }

    .detay-answer-text {
        font-size: 0.95rem;
    }
}

@media (max-width: 576px) {
    .detay-faq-section {
        padding: 40px 0;
    }

    .detay-faq-title {
        font-size: 1.75rem;
        margin-bottom: 15px;
    }

    .detay-faq-description {
        font-size: 0.95rem;
    }

    .detay-faq-question {
        padding: 18px 20px;
    }

    .detay-question-text {
        font-size: 1rem;
        padding-right: 12px;
    }

    .detay-faq-item.active .detay-faq-answer {
        padding: 0 20px 18px 20px;
    }

    .detay-answer-text {
        font-size: 0.9rem;
    }

    .detay-question-icon {
        font-size: 14px;
    }
}

/* ===== MEET YOUR MOMMY MAKEOVER SPECIALISTS SECTION STYLES ===== */
.specialists-section {
    padding: 80px 0;
    background: #f8f8f8;
    position: relative;
}

/* Specialists Content */
.specialists-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    margin: 0 auto;
    background: white;
    border-radius: 20px;
    padding: 60px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

/* Left Side: Text Content */
.specialists-text {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

/* Info Tag */
.info-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--contact-button-bg); /*#e3f2fd;*/
    color: white; /*#1976d2;*/
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 500;
    width: fit-content;
}

.tag-dot {
    width: 8px;
    height: 8px;
    background: white; /*#1976d2;*/
    border-radius: 50%;
    flex-shrink: 0;
}

.tag-text {
    white-space: nowrap;
    color: white; /*#193cb8;*/
}

/* Main Title */
.specialists-title {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 2.25rem;
    color: #333333;
    line-height: 1.2;
    margin: 0;
    text-align: left;
}

/* Description */
.specialists-description {
    font-size: 1.1rem;
    color: #555555;
    line-height: 1.6;
    margin: 0;
    text-align: left;
}

/* CTA Button */
.specialists-cta-button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: white;
    color: #333333;
    text-decoration: none;
    padding: 16px 24px;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 500;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    width: fit-content;
    border: none;
    cursor: pointer;
}

    .specialists-cta-button:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
        color: #333333;
        text-decoration: none;
    }

    .specialists-cta-button i {
        background: #d4af37;
        color: white;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        transition: all 0.3s ease;
    }

    .specialists-cta-button:hover i {
        background: #b8941f;
        transform: translateX(2px);
    }

/* Right Side: Composite Image */
.specialists-image {
    width: 100%;
    height: 500px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

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

.specialists-image:hover .composite-image {
    transform: scale(1.02);
}

/* Dark Mode Specialists Section */
body.dark-mode .specialists-section {
    background: #1a1a1a;
}

body.dark-mode .specialists-content {
    background: #2a2a2a;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

body.dark-mode .info-tag {
    background: #1e3a5f;
    color: #64b5f6;
}

body.dark-mode .tag-dot {
    background: #64b5f6;
}

body.dark-mode .specialists-title {
    color: #ffffff;
}

body.dark-mode .specialists-description {
    color: #b0b0b0;
}

body.dark-mode .specialists-cta-button {
    background: #3a3a3a;
    color: #ffffff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

    body.dark-mode .specialists-cta-button:hover {
        background: #4a4a4a;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
        color: #ffffff;
    }

/* Mobile Responsive Specialists Section */
@media (max-width: 992px) {
    .specialists-content {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 40px;
    }

    .specialists-image {
        height: 400px;
        order: -1;
    }

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

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

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

@media (max-width: 768px) {
    .specialists-section {
        padding: 60px 0;
    }

    .specialists-content {
        padding: 30px;
        gap: 30px;
    }

    .specialists-title {
        font-size: 1.875rem;
    }

    .specialists-description {
        font-size: 1rem;
    }

    .specialists-image {
        height: 300px;
    }

    .info-tag {
        font-size: 0.8rem;
        padding: 6px 12px;
    }

    .specialists-cta-button {
        padding: 14px 20px;
        font-size: 0.95rem;
    }
}

@media (max-width: 576px) {
    .specialists-section {
        padding: 40px 0;
    }

    .specialists-content {
        padding: 20px;
        gap: 25px;
    }

    .specialists-title {
        font-size: 1.5rem;
    }

    .specialists-description {
        font-size: 0.95rem;
    }

    .specialists-image {
        height: 250px;
    }

    .info-tag {
        font-size: 0.75rem;
        padding: 5px 10px;
    }

    .specialists-cta-button {
        padding: 12px 18px;
        font-size: 0.9rem;
    }

        .specialists-cta-button i {
            width: 20px;
            height: 20px;
            font-size: 10px;
        }
}

/* ===== WHAT TO EXPECT AFTER MOMMY MAKEOVER SECTION STYLES ===== */
.aftercare-section {
    padding: 80px 0;
    background: white;
    position: relative;
}

/* Section Header */
.aftercare-header {
    text-align: center;
    margin-bottom: 60px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.aftercare-title {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 2.5rem;
    color: #333333;
    line-height: 1.2;
    margin-bottom: 25px;
    text-align: center;
}

.aftercare-description {
    font-size: 1.1rem;
    color: #555555;
    line-height: 1.6;
    margin: 0;
    text-align: center;
}

/* Aftercare Cards */
.aftercare-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin: 0 auto;
}

/* Aftercare Card */
.aftercare-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

    .aftercare-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    }

/* Card Image */
.card-image {
    width: 100%;
    height: 403px;
    overflow: hidden;
    position: relative;
}

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

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

/* Card Content */
.card-content {
    padding: 30px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.card-title {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 1.5rem;
    color: #333333;
    margin: 0 0 20px 0;
    line-height: 1.3;
    text-align: left;
}

.card-description {
    font-size: 1rem;
    color: #555555;
    line-height: 1.6;
    margin: 0;
    text-align: left;
    flex-grow: 1;
}

/* Dark Mode Aftercare Section */
body.dark-mode .aftercare-section {
    background: #1a1a1a;
}

body.dark-mode .aftercare-title {
    color: #ffffff;
}

body.dark-mode .aftercare-description {
    color: #b0b0b0;
}

body.dark-mode .aftercare-card {
    background: #2a2a2a;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

    body.dark-mode .aftercare-card:hover {
        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
    }

body.dark-mode .card-title {
    color: #ffffff;
}

body.dark-mode .card-description {
    color: #b0b0b0;
}

/* Mobile Responsive Aftercare Section */
@media (max-width: 768px) {
    .aftercare-section {
        padding: 60px 0;
    }

    .aftercare-title {
        font-size: 2rem;
        margin-bottom: 20px;
    }

    .aftercare-description {
        font-size: 1rem;
    }

    .aftercare-cards {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .card-image {
        height: 200px;
    }

    .card-content {
        padding: 25px;
    }

    .card-title {
        font-size: 1.25rem;
        margin-bottom: 15px;
    }

    .card-description {
        font-size: 0.95rem;
    }
}

@media (max-width: 576px) {
    .aftercare-section {
        padding: 40px 0;
    }

    .aftercare-title {
        font-size: 1.75rem;
        margin-bottom: 15px;
    }

    .aftercare-description {
        font-size: 0.95rem;
    }

    .aftercare-cards {
        gap: 25px;
    }

    .card-image {
        height: 180px;
    }

    .card-content {
        padding: 20px;
    }

    .card-title {
        font-size: 1.125rem;
        margin-bottom: 12px;
    }

    .card-description {
        font-size: 0.9rem;
    }
}

/* ===== VIDEO & NAVIGATION SECTION STYLES ===== */
.video-navigation-section {
    padding: 80px 0;
    background: var(--bg-secondary);
    position: relative;
}

.video-content {
    padding-right: 40px;
}

/* Video Player Container */
.video-player-container {
    margin-bottom: 30px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 0;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
}

    .video-player-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: none;
        border-radius: 15px;
    }

/* Video Section Title */
.video-section-title {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 2.5rem;
    color: var(--text-primary);
    line-height: 1.2;
    margin-bottom: 20px;
    /*text-align: left;*/
}

/* Video Section Description */
.video-section-description {
    font-size: 1.1rem;
    color: var(--text-secondary);
    line-height: 1.7;
    margin-bottom: 30px;
    text-align: left;
}

/* CTA Buttons */
.video-cta-buttons {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.btn-primary-consultation {
    background: var(--button-primary-bg);
    color: white;
    padding: 15px 30px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px var(--shadow-light);
    border: none;
}

    .btn-primary-consultation:hover {
        background: var(--button-primary-hover);
        transform: translateY(-2px);
        box-shadow: 0 8px 25px var(--shadow-medium);
        color: white;
        text-decoration: none;
    }

    .btn-primary-consultation i {
        transition: transform 0.3s ease;
    }

    .btn-primary-consultation:hover i {
        transform: translateX(3px);
    }

.treatment-overview-text {
    color: var(--text-muted);
    font-size: 0.95rem;
    font-weight: 500;
}

/* Navigation Menu */
.navigation-menu {
    padding-left: 40px;
}

.nav-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav-menu-item {
    border-bottom: 1px solid var(--border-light);
    transition: all 0.3s ease;
}

    .nav-menu-item:last-child {
        border-bottom: none;
    }

.nav-menu-link {
    display: flex;
    align-items: center;
    padding: 20px 0;
    text-decoration: none;
    color: var(--text-primary);
    transition: all 0.3s ease;
    position: relative;
}

    .nav-menu-link:hover {
        color: var(--accent-primary);
        text-decoration: none;
    }

    .nav-menu-link.active {
        color: var(--accent-primary);
        background: var(--bg-secondary);
        border-radius: 8px;
        padding: 15px 10px;
        margin: 5px 0;
    }

.nav-number {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    color: var(--text-muted);
    margin-right: 20px;
    min-width: 30px;
    transition: color 0.3s ease;
}

.nav-menu-link:hover .nav-number {
    color: var(--accent-primary);
}

.nav-text {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.4;
    flex: 1;
    transition: color 0.3s ease;
}

/* Dark Mode Video & Navigation Section */
body.dark-mode .video-navigation-section {
    background: #2a2a2a;
}

body.dark-mode .video-section-title {
    color: #ffffff;
}

body.dark-mode .video-section-description {
    color: #b0b0b0;
}

body.dark-mode .treatment-overview-text {
    color: #a0a0a0;
}

body.dark-mode .nav-menu-item {
    border-bottom-color: #4a4a4a;
}

body.dark-mode .nav-menu-link {
    color: #e0e0e0;
}

    body.dark-mode .nav-menu-link:hover {
        color: #4a9d9d;
    }

body.dark-mode .nav-number {
    color: #a0a0a0;
}

body.dark-mode .nav-menu-link:hover .nav-number {
    color: #4a9d9d;
}

body.dark-mode .nav-text {
    color: #e0e0e0;
}

body.dark-mode .nav-menu-link.active {
    color: #4a9d9d;
    background: #3a3a3a;
}

/* Mobile Responsive Video & Navigation Section */
@media (max-width: 768px) {
    .video-navigation-section {
        padding: 60px 0;
    }

    .video-content {
        padding-right: 0;
        margin-bottom: 40px;
    }

    .navigation-menu {
        padding-left: 0;
    }

    .video-player-container {
        max-width: 100%;
    }

    .video-section-title {
        font-size: 2rem;
        margin-bottom: 15px;
        text-align: center;
    }

    .video-section-description {
        font-size: 1rem;
        text-align: center;
        margin-bottom: 25px;
    }

    .video-cta-buttons {
        justify-content: center;
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .btn-primary-consultation {
        padding: 12px 25px;
        font-size: 0.95rem;
    }

    .nav-menu-link {
        padding: 15px 0;
    }

    .nav-number {
        font-size: 0.9rem;
        margin-right: 15px;
        min-width: 25px;
    }

    .nav-text {
        font-size: 0.9rem;
    }
}

@media (max-width: 576px) {
    .video-navigation-section {
        padding: 40px 0;
    }


    .video-section-title {
        font-size: 1.75rem;
        margin-bottom: 12px;
    }

    .video-section-description {
        font-size: 0.95rem;
        margin-bottom: 20px;
    }

    .btn-primary-consultation {
        padding: 10px 20px;
        font-size: 0.9rem;
    }

    .nav-menu-link {
        padding: 12px 0;
    }

    .nav-number {
        font-size: 0.85rem;
        margin-right: 12px;
        min-width: 22px;
    }

    .nav-text {
        font-size: 0.85rem;
    }
}

/* ===== BEFORE AFTER GALLERY SECTION STYLES ===== */
.before-after-gallery-section {
    padding: 80px 0;
    background: var(--bg-primary);
    overflow: hidden;
    position: relative;
}

.gallery-container {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.gallery-track {
    display: flex;
    gap: 20px;
    animation: scrollGallery 30s linear infinite;
    width: calc(18 * 384px + 17 * 20px); /* 18 items * 384px + 17 gaps * 20px */
}

.gallery-item {
    flex: 0 0 384px;
    height: 384px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
}

    .gallery-item:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    }

.gallery-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    transition: transform 0.3s ease;
}

.gallery-item:hover .gallery-image {
    transform: scale(1.05);
}

/* Gallery Animation */
@keyframes scrollGallery {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-50% - 10px)); /* Move half the track width for seamless loop */
    }
}

/* Pause animation on hover */
.gallery-container:hover .gallery-track {
    animation-play-state: paused;
}

/* Dark Mode Gallery Section */
body.dark-mode .before-after-gallery-section {
    background: #1a1a1a;
}

body.dark-mode .gallery-item {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

    body.dark-mode .gallery-item:hover {
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5);
    }

/* Mobile Responsive Gallery Section */
@media (max-width: 768px) {
    .before-after-gallery-section {
        padding: 60px 0;
    }

    .gallery-track {
        gap: 15px;
        width: calc(18 * 280px + 17 * 15px);
        animation-duration: 25s;
    }

    .gallery-item {
        flex: 0 0 280px;
        height: 280px;
        border-radius: 10px;
    }

    .gallery-image {
        border-radius: 10px;
    }
}

@media (max-width: 576px) {
    .before-after-gallery-section {
        padding: 40px 0;
    }

    .gallery-track {
        gap: 12px;
        width: calc(18 * 240px + 17 * 12px);
        animation-duration: 20s;
    }

    .gallery-item {
        flex: 0 0 240px;
        height: 240px;
        border-radius: 8px;
    }

    .gallery-image {
        border-radius: 8px;
    }
}

/* ===== CONTENTS SECTION STYLES ===== */
.contents-section {
    padding: 80px 0;
    background-color: var(--bg-primary);
}

.contents-accordion {
    background: #f9fafb;
    border-radius: 12px;
    box-shadow: 0 0 3px rgb(0 0 0 / 9%);
    overflow: hidden;
    transition: all 0.3s ease;
}

.contents-header {
    background: #f9fafb;
    padding: 20px 24px 50px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
    border-bottom: 1px solid var(--border-light);
}


.contents-title {
    font-size: 18px;
    font-weight: 600;
    color: var(--text-primary);
    margin: 0;
}

.contents-arrow {
    font-size: 16px;
    color: var(--text-secondary);
    transition: transform 0.3s ease;
}

    .contents-arrow.rotated {
        transform: rotate(180deg);
    }

.contents-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background: #f9fafb;
}

    .contents-body.open {
        max-height: 800px;
    }

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

.contents-item {
    display: flex;
    align-items: center;
    padding: 12px 24px;
    transition: background-color 0.2s ease;
}

    .contents-item:last-child {
        border-bottom: none;
    }


.contents-bullet {
    width: 6px;
    height: 6px;
    background-color: #155dfc;
    border-radius: 50%;
    margin-right: 16px;
    flex-shrink: 0;
}

.contents-text {
    font-size: 14px;
    color: var(--text-primary);
    font-weight: 400;
    line-height: 1.625;
}

.contents-promo {
    height: fit-content;
}

.contents-promo-text {
    font-size: 1.625rem;
    color: #364153;
    line-height: 1.625;
    margin: 0;
    font-weight: 500;
}

/* Dark mode styles for contents section */
[data-theme="dark"] .contents-accordion {
    background: var(--card-bg);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

[data-theme="dark"] .contents-header {
    background: var(--bg-secondary);
    border-bottom-color: var(--border-color);
}

    [data-theme="dark"] .contents-header:hover {
        background: #2a2a2a;
    }

[data-theme="dark"] .contents-body {
    background: var(--card-bg);
}

[data-theme="dark"] .contents-item {
    border-bottom-color: var(--border-color);
}

    [data-theme="dark"] .contents-item:hover {
        background-color: var(--bg-secondary);
    }

[data-theme="dark"] .contents-promo {
    background: var(--card-bg);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

/* Responsive styles */
@media (max-width: 991.98px) {
    .contents-section {
        padding: 60px 0;
    }

    .contents-promo {
        margin-top: 30px;
        padding: 30px;
    }

    .contents-promo-text {
        font-size: 16px;
    }
}

@media (max-width: 767.98px) {
    .contents-section {
        padding: 40px 0;
    }

    .contents-header {
        padding: 16px 20px;
    }

    .contents-title {
        font-size: 16px;
    }

    .contents-item {
        padding: 10px 20px;
    }

    .contents-text {
        font-size: 13px;
    }

    .contents-promo {
        padding: 24px;
    }

    .contents-promo-text {
        font-size: 15px;
    }
}

/* ========================================
   HAKKIMIZDA PAGE SPECIFIC STYLES
   ======================================== */

/* Hakkimizda Hero Section */
.hakkimizda-hero-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    background: url('../img/hakkimizda-bg.webp') center/cover no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    padding: 88px 0 80px;
    overflow: hidden;
}

.hakkimizda-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgb(0 0 0 / 40%) 0%, rgb(0 0 0 / 26%) 50%, transparent 100%);
    z-index: 1;
}

.hakkimizda-hero-decorative-overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
    background: linear-gradient(135deg, transparent 0%, rgba(140, 130, 80, 0.3) 30%, rgba(140, 130, 80, 0.4) 70%, rgba(140, 130, 80, 0.2) 100%);
    clip-path: polygon(40% 0%, 100% 0%, 100% 100%, 20% 100%);
    z-index: 2;
}

.hakkimizda-hero-content {
    position: relative;
    z-index: 3;
    max-width: 577px;
    padding: 40px 0;
    margin-left: 140px;
}

.hakkimizda-hero-title {
    font-family: 'Satoshi', 'Inter', sans-serif;
    font-size: 3.75rem;
    font-weight: 700;
    line-height: 74px;
    color: #ffffff;
    margin-bottom: 20px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

    .hakkimizda-hero-title .highlight {
        font-weight: 900;
        color: #ffffff;
    }

.hakkimizda-hero-text {
    font-family: 'Satoshi', 'Inter', sans-serif;
    font-size: 1.125rem;
    line-height: 1.6;
    color: #ebe6e7;
    margin-bottom: 45px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    max-width: 600px;
    font-weight: 500;
}

.hakkimizda-hero-buttons {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

.hakkimizda-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #ffffff;
    color: #2f6b7d;
    padding: 7px 20px;
    border-radius: 50px;
    text-decoration: none;
    font-family: 'Satoshi', 'Inter', sans-serif;
    font-weight: 500;
    font-size: 1rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border: none;
}

    .hakkimizda-btn-primary:hover {
        background: #f8f9fa;
        color: #156868;
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    }

    .hakkimizda-btn-primary i {
        background: #2f6b7d;
        color: #ffffff;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
    }

.hakkimizda-btn-link {
    display: inline-block;
    background: transparent;
    color: #ebe6e7;
    text-decoration: none;
    font-family: 'Satoshi', 'Inter', sans-serif;
    font-weight: 500;
    font-size: 1rem;
    padding: 11px 20px;
    border-radius: 50px;
    transition: all 0.3s ease;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    border: none;
}

    .hakkimizda-btn-link:hover {
        background: rgba(47, 107, 125, 0.2);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        color: #ffffff;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    }

/* Dark Theme Support for Hakkimizda Hero */
[data-theme="dark"] .hakkimizda-hero-section {
    background: url('../img/123.png') center/cover no-repeat;
}

[data-theme="dark"] .hakkimizda-hero-overlay {
    background: linear-gradient(135deg, rgba(47, 107, 125, 0.6) 0%, rgba(47, 107, 125, 0.4) 50%, transparent 100%);
}

[data-theme="dark"] .hakkimizda-hero-decorative-overlay {
    background: linear-gradient(135deg, transparent 0%, rgba(140, 130, 80, 0.4) 30%, rgba(140, 130, 80, 0.5) 70%, rgba(140, 130, 80, 0.3) 100%);
}

[data-theme="dark"] .hakkimizda-hero-title {
    color: #ffffff;
}

[data-theme="dark"] .hakkimizda-hero-text {
    color: #ebe6e7;
}

[data-theme="dark"] .hakkimizda-btn-link {
    background: transparent;
    color: #ebe6e7;
}

    [data-theme="dark"] .hakkimizda-btn-link:hover {
        background: rgba(47, 107, 125, 0.2);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        color: #ffffff;
    }

[data-theme="dark"] .hakkimizda-btn-primary {
    background: #ffffff;
    color: #2f6b7d;
}

    [data-theme="dark"] .hakkimizda-btn-primary:hover {
        background: #f0f0f0;
        color: #156868;
    }

/* Responsive Design for Hakkimizda Hero */
@media (max-width: 1199.98px) {
    .hakkimizda-hero-title {
        font-size: 3rem;
    }

    .hakkimizda-hero-decorative-overlay {
        width: 50%;
        clip-path: polygon(30% 0%, 100% 0%, 100% 100%, 10% 100%);
    }
}

@media (max-width: 991.98px) {
    .hakkimizda-hero-section {
        background-attachment: scroll;
        background-size: cover;
        background-position: center center;
        padding: 100px 0 60px;
    }

    .hakkimizda-hero-content {
        margin-left: 40px;
    }

    .hakkimizda-hero-title {
        font-size: 2.5rem;
    }

    .hakkimizda-hero-text {
        font-size: 1rem;
    }

    .hakkimizda-hero-decorative-overlay {
        width: 40%;
        clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
    }

    .hakkimizda-hero-buttons {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
}

@media (max-width: 767.98px) {
    .hakkimizda-hero-section {
        background-size: cover;
        background-position: center center;
        padding: 80px 0 40px;
        min-height: 80vh;
    }

    .hakkimizda-hero-content {
        padding: 20px 0;
        margin-left: 20px;
    }

    .hakkimizda-hero-title {
        font-size: 2rem;
        margin-bottom: 20px;
    }

    .hakkimizda-hero-text {
        font-size: 0.95rem;
        margin-bottom: 30px;
    }

    .hakkimizda-hero-decorative-overlay {
        width: 30%;
        clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
    }

    .hakkimizda-btn-primary {
        padding: 14px 28px;
        font-size: 0.9rem;
    }

    .hakkimizda-btn-link {
        font-size: 0.9rem;
    }
}

@media (max-width: 575.98px) {
    .hakkimizda-hero-content {
        margin-left: 15px;
    }

    .hakkimizda-hero-title {
        font-size: 1.75rem;
    }

    .hakkimizda-hero-text {
        font-size: 0.9rem;
    }

    .hakkimizda-hero-decorative-overlay {
        display: none;
    }

    .hakkimizda-hero-buttons {
        gap: 15px;
    }

    .hakkimizda-btn-primary {
        padding: 12px 24px;
        font-size: 0.85rem;
    }
}

/* ========================================
   HAKKIMIZDA CONTENT SECTION
   ======================================== */

.hakkimizda-content-section {
    background: #ffffff;
    padding: 120px 0;
    position: relative;
}

.hakkimizda-content-wrapper {
    max-width: 940px;
    margin: 0 auto;
}

.hakkimizda-content-title {
    font-family: 'Satoshi', 'Inter', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
    color: #1a1a1a;
    margin-bottom: 30px;
    text-align: center;
}

.hakkimizda-content-text {
    font-family: 'Satoshi', 'Inter', sans-serif;
    font-size: 1.125rem;
    line-height: 1.6;
    color: #1a1a1a;
    margin-bottom: 50px;
    text-align: center;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.hakkimizda-content-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.hakkimizda-content-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #2f6b7d;
    color: #ffffff;
    padding: 7px 20px;
    border-radius: 10px;
    text-decoration: none;
    font-family: 'Satoshi', 'Inter', sans-serif;
    font-weight: 500;
    font-size: 1rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border: none;
}

    .hakkimizda-content-btn-primary:hover {
        background: #156868;
        color: #ffffff;
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    }

    .hakkimizda-content-btn-primary i {
        background: #ffffff;
        color: #2f6b7d;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
    }

.hakkimizda-content-btn-link {
    display: inline-block;
    background: transparent;
    color: #1a1a1a;
    text-decoration: none;
    font-family: 'Satoshi', 'Inter', sans-serif;
    font-weight: 500;
    font-size: 1rem;
    padding: 7px 20px;
    border-radius: 50px;
    transition: all 0.3s ease;
    border: none;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

    .hakkimizda-content-btn-link:hover {
        background: rgba(47, 107, 125, 0.1);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        color: #2f6b7d;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    }

/* Dark Theme Support for Content Section */
[data-theme="dark"] .hakkimizda-content-section {
    background: var(--bg-primary);
}

[data-theme="dark"] .hakkimizda-content-title,
[data-theme="dark"] .hakkimizda-content-text,
[data-theme="dark"] .hakkimizda-content-btn-link {
    color: var(--text-primary);
}

    [data-theme="dark"] .hakkimizda-content-btn-link:hover {
        background: rgba(47, 107, 125, 0.2);
        color: var(--accent-primary);
    }

/* Responsive Design for Content Section */
@media (max-width: 991.98px) {
    .hakkimizda-content-section {
        padding: 80px 0;
    }

    .hakkimizda-content-title {
        font-size: 2rem;
    }

    .hakkimizda-content-text {
        font-size: 1rem;
    }

    .hakkimizda-content-buttons {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
}

@media (max-width: 767.98px) {
    .hakkimizda-content-section {
        padding: 60px 0;
    }

    .hakkimizda-content-title {
        font-size: 1.75rem;
    }

    .hakkimizda-content-text {
        font-size: 0.95rem;
        margin-bottom: 40px;
    }

    .hakkimizda-content-btn-primary,
    .hakkimizda-content-btn-link {
        padding: 12px 24px;
        font-size: 0.9rem;
    }
}

@media (max-width: 575.98px) {
    .hakkimizda-content-title {
        font-size: 1.5rem;
    }

    .hakkimizda-content-text {
        font-size: 0.9rem;
    }

    .hakkimizda-content-buttons {
        gap: 15px;
    }

    .hakkimizda-content-btn-primary,
    .hakkimizda-content-btn-link {
        padding: 10px 20px;
        font-size: 0.85rem;
    }
}

/* ========================================
   HAKKIMIZDA TWO COLUMN SECTION
   ======================================== */

.hakkimizda-two-column-section {
    background: #ffffff;
    padding: 40px 0;
    position: relative;
}

    .hakkimizda-two-column-section .container {
        max-width: 1090px;
    }

.hakkimizda-columns-wrapper {
    display: flex;
    justify-content: center;
    gap: 80px;
    align-items: flex-start;
}

.hakkimizda-column-content {
    padding: 0 10px;
    max-width: 505px;
    flex: 0 0 auto;
}

.hakkimizda-column-title {
    font-family: 'Satoshi', 'Inter', sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.3;
    color: #1a1a1a;
    margin-bottom: 25px;
    text-align: left;
}

.hakkimizda-column-text {
    font-family: SatoshiMedium,Satoshi,sans-serif !important;
    font-size: 1rem;
    line-height: 1.6;
    color: #666666;
    text-align: left;
    margin-bottom: 0;
}

/* Dark Theme Support for Two Column Section */
[data-theme="dark"] .hakkimizda-two-column-section {
    background: var(--bg-primary);
}

[data-theme="dark"] .hakkimizda-column-title {
    color: var(--text-primary);
}

[data-theme="dark"] .hakkimizda-column-text {
    color: var(--text-secondary);
}

/* Responsive Design for Two Column Section */
@media (max-width: 991.98px) {
    .hakkimizda-two-column-section {
        padding: 80px 0;
    }

    .hakkimizda-columns-wrapper {
        flex-direction: column;
        gap: 40px;
        align-items: center;
    }

    .hakkimizda-column-content {
        padding: 0 8px;
        max-width: 500px;
    }

    .hakkimizda-column-title {
        font-size: 2rem;
    }

    .hakkimizda-column-text {
        font-size: 0.95rem;
    }
}

@media (max-width: 767.98px) {
    .hakkimizda-two-column-section {
        padding: 60px 0;
    }

    .hakkimizda-columns-wrapper {
        gap: 30px;
    }

    .hakkimizda-column-content {
        padding: 0 5px;
        max-width: 450px;
    }

    .hakkimizda-column-title {
        font-size: 1.75rem;
        margin-bottom: 20px;
    }

    .hakkimizda-column-text {
        font-size: 0.9rem;
    }
}

@media (max-width: 575.98px) {
    .hakkimizda-column-title {
        font-size: 1.375rem;
    }

    .hakkimizda-column-text {
        font-size: 0.85rem;
    }
}

/* ========================================
   HAKKIMIZDA DOCTORS SECTION
   ======================================== */

.hakkimizda-doctors-section {
    background: #ffffff;
    padding: 120px 0;
    position: relative;
}

.hakkimizda-doctors-header {
    margin-bottom: 80px;
}

.hakkimizda-doctors-title {
    font-family: 'Satoshi', 'Inter', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
    color: #1a1a1a;
    margin-bottom: 30px;
    text-align: center;
}

.hakkimizda-doctors-text {
    font-family: 'Satoshi', 'Inter', sans-serif;
    font-size: 1.125rem;
    line-height: 1.6;
    color: #666666;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.hakkimizda-doctors-grid {
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: flex-start;
    flex-wrap: wrap;
}

.hakkimizda-doctor-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 300px;
}

.hakkimizda-doctor-image-wrapper {
    position: relative;
    margin-bottom: 30px;
}

.hakkimizda-doctor-hexagon {
    width: 405px;
    height: 540px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.hakkimizda-doctor-image {
    width: 405px;
    height: 540px;
    object-fit: cover;
}

.hakkimizda-doctor-info {
    text-align: center;
}

.hakkimizda-doctor-name {
    font-family: 'Satoshi', 'Inter', sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 8px;
    line-height: 1.3;
}

.hakkimizda-doctor-specialty {
    font-family: 'Satoshi', 'Inter', sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    color: #666666;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
}

/* Dark Theme Support for Doctors Section */
[data-theme="dark"] .hakkimizda-doctors-section {
    background: var(--bg-primary);
}

[data-theme="dark"] .hakkimizda-doctors-title,
[data-theme="dark"] .hakkimizda-doctor-name {
    color: var(--text-primary);
}

[data-theme="dark"] .hakkimizda-doctors-text,
[data-theme="dark"] .hakkimizda-doctor-specialty {
    color: var(--text-secondary);
}

/* Responsive Design for Doctors Section */
@media (max-width: 1199.98px) {
    .hakkimizda-doctors-grid {
        gap: 15px;
    }

    .hakkimizda-doctor-hexagon {
        width: 320px;
        height: 430px;
    }

    .hakkimizda-doctor-image {
        width: 320px;
        height: 430px;
    }
}

@media (max-width: 991.98px) {
    .hakkimizda-doctors-section {
        padding: 80px 0;
    }

    .hakkimizda-doctors-header {
        margin-bottom: 60px;
    }

    .hakkimizda-doctors-title {
        font-size: 2rem;
    }

    .hakkimizda-doctors-text {
        font-size: 1rem;
    }

    .hakkimizda-doctors-grid {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .hakkimizda-doctor-card {
        max-width: 280px;
    }
}

@media (max-width: 767.98px) {
    .hakkimizda-doctors-section {
        padding: 60px 0;
    }

    .hakkimizda-doctors-header {
        margin-bottom: 50px;
    }

    .hakkimizda-doctors-title {
        font-size: 1.75rem;
    }

    .hakkimizda-doctors-text {
        font-size: 0.95rem;
    }

    .hakkimizda-doctor-hexagon {
        width: 280px;
        height: 375px;
    }

    .hakkimizda-doctor-image {
        width: 280px;
        height: 375px;
    }

    .hakkimizda-doctor-name {
        font-size: 1.125rem;
    }

    .hakkimizda-doctor-specialty {
        font-size: 0.8rem;
    }
}

@media (max-width: 575.98px) {
    .hakkimizda-doctors-title {
        font-size: 1.5rem;
    }

    .hakkimizda-doctors-text {
        font-size: 0.9rem;
    }

    .hakkimizda-doctor-hexagon {
        width: 240px;
        height: 320px;
    }

    .hakkimizda-doctor-image {
        width: 240px;
        height: 320px;
    }

    .hakkimizda-doctor-name {
        font-size: 1rem;
    }

    .hakkimizda-doctor-specialty {
        font-size: 0.75rem;
    }
}

.ust-bosluk {
    margin-top: 200px;
    margin-bottom: 150px;
}

.before-after-gallery-section {
    overflow: hidden;
    position: relative;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 0; /* gereksiz boşluk yok */
}

.gallery-container {
    overflow: hidden;
    width: 100%;
}

.gallery-track {
    display: flex;
    align-items: center;
    gap: 20px;
    animation: scrollGallery 40s linear infinite;
    width: max-content;
}

.gallery-item {
    flex: 0 0 auto;
    height: 280px; /* tüm görseller aynı yükseklikte */
    overflow: hidden;
    border-radius: 10px;
}

.gallery-image {
    width: 100%;
    height: 100%;
    object-fit: cover; /* orantılı kırpma */
    display: block;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.gallery-item:hover .gallery-image {
    transform: scale(1.05);
}

/* Sonsuz kaydırma animasyonu */
@keyframes scrollGallery {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* Responsive hız ve boyut */
@media (max-width: 768px) {
    .gallery-item {
        height: 220px;
    }

    .gallery-track {
        animation-duration: 30s;
    }
}

@media (max-width: 480px) {
    .gallery-item {
        height: 180px;
    }

    .gallery-track {
        animation-duration: 25s;
    }
}
