/* ==========================================
   Alfamed Premium - Ultra Luxury CSS Design System
   ========================================== */

/* --- Custom Variables & Theme Tokens --- */
:root {
    --color-primary: #101D31;      /* Deep midnight/slate navy */
    --color-secondary: #FF6B00;    /* Vibrant Orange */
    --color-accent: #FF5722;       /* Adjusted Orange Accent */
    --color-bg-light: #f8fafc;     /* Clean Off-white */
    --color-bg-dark: #000814;      /* Pure Dark Navy */
    --color-text-main: #1e293b;    /* Slate Dark */
    --color-text-muted: #64748b;   /* Slate Muted */
    --color-glass-bg: rgba(255, 255, 255, 0.8);
    --color-glass-border: rgba(16, 29, 49, 0.08);
    
    --shadow-sm: 0 2px 8px rgba(16, 29, 49, 0.04);
    --shadow-md: 0 10px 30px rgba(16, 29, 49, 0.06);
    --shadow-lg: 0 20px 50px rgba(16, 29, 49, 0.12);
    --shadow-premium: 0 30px 60px rgba(255, 107, 0, 0.12);
    
    --font-heading: 'Outfit', sans-serif;
    --font-body: 'Plus Jakarta Sans', sans-serif;
}

/* --- Base & Reset Reset --- */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: auto;
}

html, body {
    overflow-x: hidden;
}

body {
    font-family: var(--font-body);
    color: var(--color-text-main);
    background-color: #ffffff;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
}

a {
    color: inherit;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* --- Premium Containers --- */
.container {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 30px;
}

/* --- Advanced Typography --- */
h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-heading);
    font-weight: 800;
    color: inherit;
    line-height: 1.15;
    letter-spacing: -0.03em;
}

:where(h1, h2, h3, h4, h5, h6):not([class*="text-"]) {
    color: var(--color-primary);
}

.text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6,
[class*="text-white"] h1, [class*="text-white"] h2, [class*="text-white"] h3, [class*="text-white"] h4, [class*="text-white"] h5, [class*="text-white"] h6,
[class*="bg-[#0F172A]"] h1, [class*="bg-[#0F172A]"] h2, [class*="bg-[#0F172A]"] h3, [class*="bg-[#0F172A]"] h4, [class*="bg-[#0F172A]"] h5, [class*="bg-[#0F172A]"] h6,
[class*="bg-[#000814]"] h1, [class*="bg-[#000814]"] h2, [class*="bg-[#000814]"] h3, [class*="bg-[#000814]"] h4, [class*="bg-[#000814]"] h5, [class*="bg-[#000814]"] h6,
[class*="bg-slate-9"] h1, [class*="bg-slate-9"] h2, [class*="bg-slate-9"] h3, [class*="bg-slate-9"] h4, [class*="bg-slate-9"] h5, [class*="bg-slate-9"] h6,
[class*="bg-slate-8"] h1, [class*="bg-slate-8"] h2, [class*="bg-slate-8"] h3, [class*="bg-slate-8"] h4, [class*="bg-slate-8"] h5, [class*="bg-slate-8"] h6 {
    color: inherit;
}

/* --- Premium Buttons --- */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 32px;
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 14px;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    border: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
}

.btn-primary {
    background-color: var(--color-secondary);
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(215, 182, 53, 0.3);
}

.btn-primary:hover {
    background-color: #c4a42b;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(215, 182, 53, 0.4);
}

.btn-secondary {
    background-color: var(--color-primary);
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(10, 17, 40, 0.2);
}

.btn-secondary:hover {
    background-color: var(--color-accent);
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(10, 17, 40, 0.3);
}

.btn-outline {
    background-color: transparent;
    border: 2px solid var(--color-secondary);
    color: var(--color-secondary);
}

.btn-outline:hover {
    background-color: var(--color-secondary);
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(215, 182, 53, 0.3);
}

.btn-outline-white {
    background-color: rgba(0, 0, 0, 0.25);
    border: 2px solid var(--color-secondary);
    color: #ffffff;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.btn-outline-white:hover {
    background-color: var(--color-secondary);
    color: #ffffff;
    border-color: var(--color-secondary);
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(255, 107, 0, 0.4);
}

/* --- Section Structure & Luxury Transitions --- */
.section {
    padding: 70px 0;
    position: relative;
}

.section-bg {
    background-color: var(--color-bg-light);
    background-image: radial-gradient(circle at 100% 0%, rgba(215, 182, 53, 0.02) 0%, transparent 40%),
                      radial-gradient(circle at 0% 100%, rgba(10, 17, 40, 0.02) 0%, transparent 40%);
}

.section-title-wrapper {
    text-align: center;
    margin-bottom: 45px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: center; /* Forces inline-block children (like subtitle and title) to stack vertically while maintaining content-based widths */
}

.section-subtitle {
    color: var(--color-secondary);
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 15px;
    display: inline-block;
    background-color: rgba(215, 182, 53, 0.08);
    padding: 6px 16px;
    border-radius: 50px;
    border: 1px solid rgba(215, 182, 53, 0.15);
}

.section-title {
    font-size: 44px;
    font-weight: 800;
    color: var(--color-primary);
    text-transform: uppercase;
    letter-spacing: -1px;
    line-height: 1.1;
}

/* ==========================================
   Header Styling (Normal & Sticky Glassmorphism Layout)
   ========================================== */
.site-header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    background: transparent;
    transition: background-color 0.4s cubic-bezier(0.16, 1, 0.3, 1), 
                box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1), 
                border-color 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Sticky state with premium white glassmorphism and slide-down animation */
.site-header.is-sticky {
    position: fixed;
    top: 0;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border-bottom: 1px solid rgba(16, 29, 49, 0.08);
    box-shadow: 0 10px 35px -5px rgba(16, 29, 49, 0.12);
    padding: 14px 0;
    animation: slideDownHeader 0.5s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.site-header.is-sticky .logo-sticky {
    animation: stickyLogoPop 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) 0.1s both;
}

.site-header.is-sticky .nav-glass-capsule {
    animation: stickyCapsuleExpand 0.55s cubic-bezier(0.16, 1, 0.3, 1) 0.15s both;
}

.site-header.is-sticky .nav-menu-list > li {
    animation: stickyMenuItemDrop 0.45s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.site-header.is-sticky .nav-menu-list > li:nth-child(1) { animation-delay: 0.16s; }
.site-header.is-sticky .nav-menu-list > li:nth-child(2) { animation-delay: 0.20s; }
.site-header.is-sticky .nav-menu-list > li:nth-child(3) { animation-delay: 0.24s; }
.site-header.is-sticky .nav-menu-list > li:nth-child(4) { animation-delay: 0.28s; }
.site-header.is-sticky .nav-menu-list > li:nth-child(5) { animation-delay: 0.32s; }
.site-header.is-sticky .nav-menu-list > li:nth-child(6) { animation-delay: 0.36s; }
.site-header.is-sticky .nav-menu-list > li:nth-child(7) { animation-delay: 0.40s; }

.site-header.is-sticky .nav-btn-solid {
    animation: stickyBtnPop 0.55s cubic-bezier(0.34, 1.56, 0.64, 1) 0.30s both;
}

@keyframes slideDownHeader {
    0% {
        opacity: 0;
        transform: translateY(-100%) scale(0.98);
        filter: blur(8px);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
        filter: blur(0);
    }
}

@keyframes stickyLogoPop {
    0% {
        opacity: 0;
        transform: scale(0.85) translateX(-15px);
    }
    100% {
        opacity: 1;
        transform: scale(1) translateX(0);
    }
}

@keyframes stickyCapsuleExpand {
    0% {
        opacity: 0;
        transform: translateY(-8px) scale(0.96);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes stickyMenuItemDrop {
    0% {
        opacity: 0;
        transform: translateY(-6px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes stickyBtnPop {
    0% {
        opacity: 0;
        transform: scale(0.88) translateX(12px);
    }
    100% {
        opacity: 1;
        transform: scale(1) translateX(0);
    }
}

.site-header.is-sticky .main-nav {
    padding: 0;
}
.site-header.is-sticky .nav-container {
    transform: translateY(0) !important;
}

.site-header.is-sticky .logo-animation-container,
.site-header.is-sticky .logo-animation-container img {
    height: 64px !important;
    width: 152px !important;
}

/* Glass Capsule state when sticky */
.site-header.is-sticky .nav-glass-capsule {
    background: rgba(16, 29, 49, 0.04);
    border-color: rgba(16, 29, 49, 0.08);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
    padding: 6px 10px !important;
}

.site-header.is-sticky .nav-menu-list a {
    color: var(--color-primary);
    font-size: 14.5px !important;
    padding: 9px 17px !important;
}

.site-header.is-sticky .nav-btn-solid {
    padding: 12px 26px !important;
    font-size: 14px !important;
}

.site-header.is-sticky .nav-menu-list a:hover {
    color: var(--color-secondary) !important;
    background: rgba(255, 107, 0, 0.08);
}

.site-header.is-sticky .nav-menu-list .current-menu-item > a,
.site-header.is-sticky .nav-menu-list .current_page_item > a,
.site-header.is-sticky .nav-menu-list .current-menu-ancestor > a {
    color: #000000 !important;
    font-weight: 800;
    background: rgba(255, 107, 0, 0.18);
}

.site-header.is-sticky .nav-menu-list .current-menu-item.menu-item-has-children > a::after,
.site-header.is-sticky .nav-menu-list .current_page_item.menu-item-has-children > a::after,
.site-header.is-sticky .nav-menu-list .current-menu-ancestor.menu-item-has-children > a::after {
    border-right-color: #000000 !important;
    border-bottom-color: #000000 !important;
}

.site-header.is-sticky .nav-menu-list .menu-item-has-children > a::after {
    border-right-color: var(--color-primary);
    border-bottom-color: var(--color-primary);
}

.site-header.is-sticky .nav-menu-list .menu-item-has-children:hover > a::after {
    border-color: var(--color-secondary);
}

.site-header.is-sticky .nav-menu-list .sub-menu {
    background: rgba(255, 255, 255, 0.96) !important;
    border: 1px solid rgba(16, 29, 49, 0.1) !important;
    box-shadow: 0 20px 45px rgba(16, 29, 49, 0.12) !important;
}

.site-header.is-sticky .nav-menu-list .sub-menu a {
    color: var(--color-primary) !important;
}

.site-header.is-sticky .nav-menu-list .sub-menu a:hover {
    color: var(--color-secondary) !important;
    background-color: rgba(255, 107, 0, 0.08) !important;
}

.site-header.is-sticky .nav-menu-list .sub-menu a {
    color: var(--color-primary) !important;
}

.site-header.is-sticky .nav-menu-list .sub-menu a:hover {
    color: var(--color-secondary) !important;
    background-color: rgba(255, 107, 0, 0.08) !important;
}

@keyframes slideDownHeader {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}

.top-bar {
    display: none; /* Removed from HTML, hidden in CSS */
}

.top-bar-container {
    display: none;
}

.top-info-left, .top-info-right {
    display: none;
}

.info-link {
    display: none;
}

/* Main Navigation Bar */
.main-nav {
    background-color: transparent;
    padding: 14px 0 16px;
    box-shadow: none;
    transition: padding 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 100% !important;
    margin: 0 auto;
    padding: 0 25px 0 10px !important;
    box-sizing: border-box;
    transform: translateY(16px);
}

/* Brand Logo (Left-aligned column) */
.site-logo {
    flex: 0 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
}

/* Logo Animation Container */
.logo-animation-container {
    position: relative;
    height: 84px;
    width: 199px; /* 84px * 2.37 aspect ratio */
    margin-left: 0;
    display: flex;
    align-items: center;
    perspective: 1000px;
    transition: height 0.4s ease, width 0.4s ease;
}

.logo-animation-container img {
    position: absolute;
    top: 0;
    left: 0;
    height: 84px;
    width: auto;
    max-width: none;
    display: block;
    object-fit: contain;
    transition: transform 0.3s ease, opacity 0.4s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.4s cubic-bezier(0.16, 1, 0.3, 1), height 0.4s ease;
}

/* Header Logo States: normal vs sticky */
.logo-sticky {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none;
}

.logo-normal {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto;
}

.site-header.is-sticky .logo-normal {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none;
}

.site-header.is-sticky .logo-sticky {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto;
}

/* Icon part: Clipped to left 26.8% and animated to rotate on its center */
/* Standard logo image styles */

.logo-animation-container:hover img {
    transform: scale(1.03);
}

.logo-accent {
    color: var(--color-secondary);
}

/* Footer Logo Styling */
.footer-logo {
    margin-bottom: 25px;
    margin-top: 10px;
    display: flex;
    justify-content: flex-start;
}

.footer-logo-link {
    display: inline-block;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.footer-logo-link:hover {
    transform: scale(1.03);
    opacity: 0.95;
}

.footer-logo-wrap {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.footer-logo-img {
    height: 90px;
    width: auto;
    max-width: 100%;
    display: block;
    object-fit: contain;
}

/* Logo Parts & Layering */
.logo-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.4s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.logo-text-img,
.logo-icon-img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100% !important;
    width: auto !important;
    display: block;
    object-fit: contain;
}

.logo-text-img {
    z-index: 1;
}

.logo-icon-img {
    z-index: 2;
}

/* Sheen Effect: Stationary mask containing a sliding, diagonal light beam that sweeps from left to right */
.logo-sheen {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; /* Keep the sliding bar contained */
    pointer-events: none;
    z-index: 10;
    
    -webkit-mask-image: url('../images/alfamed-logo-white.png');
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-image: url('../images/alfamed-logo-white.png');
    mask-size: contain;
    mask-repeat: no-repeat;
}

.logo-sheen-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 280px; /* Increased from 220px to make the double yansıma much wider and visible */
    height: 100%;
    /* Double-stripe light reflection gradient with maximum brightness and width */
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.6) 10%,
        rgba(255, 255, 255, 1.0) 20%,
        rgba(255, 255, 255, 1.0) 45%, /* First primary broad reflection line - 100% Solid White */
        rgba(255, 255, 255, 0.6) 50%,
        rgba(255, 255, 255, 0) 54%, /* Sharp gap */
        rgba(255, 255, 255, 0) 58%,
        rgba(255, 255, 255, 0.6) 62%,
        rgba(255, 255, 255, 1.0) 72%,
        rgba(255, 255, 255, 1.0) 80%, /* Second companion broad reflection line - 100% Solid White */
        rgba(255, 255, 255, 0.6) 85%,
        rgba(255, 255, 255, 0) 100%
    );
    /* Skewed diagonal line, starts completely off-screen on the left */
    transform: skewX(-25deg) translateX(-320px);
    animation: shine-logo 8.5s ease-in-out infinite;
}

/* Sheen animation: slow, majestic light reflection sweep across logo */
@keyframes shine-logo {
    0% {
        transform: skewX(-25deg) translateX(-320px);
    }
    55% {
        transform: skewX(-25deg) translateX(550px);
    }
    100% {
        transform: skewX(-25deg) translateX(550px);
    }
}

@media (max-width: 992px) {
    .logo-animation-container {
        height: 54px;
        width: 128px; /* 54px * 2.37 */
        margin-left: 0;
    }
    .logo-animation-container img {
        height: 54px;
    }
    .footer-logo-img {
        height: 70px;
    }
    .footer-logo {
        justify-content: center;
    }
}

/* Desktop Menu Container */
.desktop-menu-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 auto;
    padding: 0 10px;
    transform: translateX(-40px);
    min-width: 0;
}

/* Floating Glass Capsule Container */
.nav-glass-capsule {
    background: rgba(255, 255, 255, 0.09);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 12px 35px -10px rgba(0, 0, 0, 0.28), inset 0 1px 1px rgba(255, 255, 255, 0.25);
    border-radius: 50px;
    padding: 10px 38px; /* <-- Sağ ve sol boşluğu 38px yaparsanız kavis yazıyı sıkıştırmaz */
    display: inline-flex;
    align-items: center;
    max-width: 100%;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.nav-menu-list {
    display: flex;
    align-items: center;
    list-style: none;
    gap: 8px;
    margin: 0;
    padding: 0;
}

.nav-menu-list li {
    position: relative;
}

.nav-menu-list a {
    color: #ffffff;
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.4px;
    position: relative;
    padding: 8px 14px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    white-space: nowrap;
    border-radius: 30px;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Custom Orange Icon Styling (Disabled per user request) */
.nav-menu-list i.menu-icon,
.mobile-menu-list i.menu-icon,
.nav-menu-list a i,
.mobile-menu-list a i {
    display: none !important;
}

@media (max-width: 1420px) {
    .nav-menu-list a {
        font-size: 13.5px;
        padding: 8px 14px;
        letter-spacing: 0.2px;
    }
    .nav-glass-capsule {
        padding: 5px 8px;
    }
}

/* Modern Glowing Bottom Accent Line */
.nav-menu-list a::before {
    content: '';
    position: absolute;
    bottom: 3px;
    left: 14px;
    right: 14px;
    height: 2.5px;
    background: linear-gradient(90deg, #FF6B00, #FFA800);
    border-radius: 2px;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.nav-menu-list a:hover::before,
.nav-menu-list .current-menu-item > a::before,
.nav-menu-list .current_page_item > a::before,
.nav-menu-list .current-menu-ancestor > a::before {
    transform: scaleX(1);
}

.nav-menu-list a:hover {
    color: #FF8A00 !important;
    background: rgba(255, 255, 255, 0.12);
}

/* Active Page Item (Default Floating Header - White Text) */
.nav-menu-list .current-menu-item > a,
.nav-menu-list .current_page_item > a,
.nav-menu-list .current-menu-ancestor > a,
.nav-menu-list .current-page-ancestor > a,
.mobile-menu-list > li.current-menu-item > a,
.mobile-menu-list > li.current_page_item > a {
    color: #ffffff !important;
    font-weight: 800;
    background: rgba(255, 107, 0, 0.18);
    box-shadow: inset 0 0 0 1px rgba(255, 107, 0, 0.5);
}

.nav-menu-list .current-menu-item.menu-item-has-children > a::after,
.nav-menu-list .current_page_item.menu-item-has-children > a::after,
.nav-menu-list .current-menu-ancestor.menu-item-has-children > a::after,
.nav-menu-list .current-page-ancestor.menu-item-has-children > a::after {
    border-right-color: #ffffff !important;
    border-bottom-color: #ffffff !important;
}

.nav-menu-list .current-menu-item > a i.menu-icon,
.nav-menu-list .current_page_item > a i.menu-icon,
.nav-menu-list .current-menu-ancestor > a i.menu-icon,
.nav-menu-list .current-page-ancestor > a i.menu-icon,
.mobile-menu-list > li.current-menu-item > a i.menu-icon,
.mobile-menu-list > li.current_page_item > a i.menu-icon {
    color: #FF6B00 !important;
}

/* Parent Dropdown Arrow Indicator (Rotatable Chevron) */
.nav-menu-list .menu-item-has-children > a {
    gap: 6px;
}

.nav-menu-list .menu-item-has-children > a::after {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    margin-left: 4px;
    margin-top: -3px;
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.nav-menu-list .menu-item-has-children:hover > a::after {
    transform: rotate(225deg);
    margin-top: 2px;
}

/* Luxury Dropdown Menu Container */
.nav-menu-list .sub-menu {
    position: absolute;
    top: calc(100% + 12px);
    left: 50%;
    transform: translateX(-50%) translateY(12px) scale(0.96);
    background: linear-gradient(155deg, rgba(16, 29, 49, 0.97), rgba(8, 15, 28, 0.98)) !important;
    backdrop-filter: blur(24px) saturate(180%);
    -webkit-backdrop-filter: blur(24px) saturate(180%);
    min-width: 270px;
    display: flex;
    flex-direction: column;
    padding: 12px;
    margin: 0;
    list-style: none;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4), 0 0 20px rgba(255, 107, 0, 0.08);
    border-radius: 18px;
    border: 1px solid rgba(255, 107, 0, 0.2) !important;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s cubic-bezier(0.16, 1, 0.3, 1), 
                visibility 0.3s cubic-bezier(0.16, 1, 0.3, 1), 
                transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 1100;
}

.nav-menu-list li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0) scale(1);
}

.nav-menu-list .sub-menu li {
    width: 100%;
}

.nav-menu-list .sub-menu a {
    color: rgba(255, 255, 255, 0.92) !important;
    padding: 11px 16px;
    display: flex;
    align-items: center;
    font-size: 14.5px;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0.3px;
    border-radius: 12px;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.nav-menu-list .sub-menu a:hover {
    color: #ffffff !important;
    background: rgba(255, 107, 0, 0.15) !important;
    transform: translateX(5px);
    padding-left: 20px;
}

/* Multi-level Dropdowns */
.nav-menu-list .sub-menu .sub-menu {
    top: 0;
    left: 100%;
    transform: translateX(12px) translateY(0) scale(0.96);
}

.nav-menu-list .sub-menu li:hover > .sub-menu {
    transform: translateX(5px) translateY(0) scale(1);
}

/* Header CTA Button Wrapper */
.header-cta-wrapper {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-right: 35px;
}

/* Header Action Buttons */
.nav-btn-outline,
.nav-btn-solid {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 13px 28px;
    font-family: var(--font-heading);
    font-size: 14px;
    font-weight: 800;
    border-radius: 50px;
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.nav-btn-outline .btn-icon,
.nav-btn-solid .btn-icon {
    font-size: 12px;
    transition: transform 0.3s ease;
}

.nav-btn-solid .fa-user-pen,
.nav-btn-outline .fa-user-pen,
.btn-subpage-online .fa-user-pen {
    font-size: 15px !important;
}


/* 1. Outline Button (Eğitim Kayıt) */
.nav-btn-outline {
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.06) !important;
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.nav-btn-outline:hover {
    border-color: rgba(255, 255, 255, 0.5) !important;
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.16) !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.nav-btn-outline:hover .btn-icon {
    transform: scale(1.15) rotate(-5deg);
}

.site-header.is-sticky .nav-btn-outline {
    border-color: rgba(16, 29, 49, 0.2);
    color: var(--color-primary) !important;
    background: rgba(16, 29, 49, 0.04) !important;
}

.site-header.is-sticky .nav-btn-outline:hover {
    border-color: var(--color-secondary) !important;
    color: #ffffff !important;
    background: var(--color-secondary) !important;
}

/* 2. Solid Button (Teklif İste) */
.nav-btn-solid {
    background: linear-gradient(135deg, #FF6B00 0%, #FF8A00 100%) !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    box-shadow: 0 6px 20px rgba(255, 107, 0, 0.35);
}

.nav-btn-solid:hover {
    background: linear-gradient(135deg, #FF8A00 0%, #FF6B00 100%) !important;
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 10px 30px rgba(255, 107, 0, 0.5);
}

.nav-btn-solid:hover .btn-icon {
    transform: translateX(3px) translateY(-2px);
}

/* Button Shine Sweep Effect */
.btn-shine {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(
        60deg,
        transparent 30%,
        rgba(255, 255, 255, 0.35) 50%,
        transparent 70%
    );
    transform: rotate(30deg) translateX(-100%);
    transition: transform 0.7s ease;
}

.nav-btn-solid:hover .btn-shine {
    transform: rotate(30deg) translateX(100%);
}

/* Mobile Toggle button */
.mobile-menu-toggle {
    display: none;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    cursor: pointer;
    padding: 10px;
    position: relative;
    z-index: 1100;
    transition: all 0.3s ease;
}

.mobile-menu-toggle:hover {
    background: rgba(255, 255, 255, 0.2);
}

.mobile-menu-toggle .bar {
    display: block;
    width: 22px;
    height: 2px;
    background-color: #ffffff;
    margin: 5px 0;
    transition: all 0.3s ease;
    border-radius: 2px;
}

.site-header.is-sticky .mobile-menu-toggle {
    background: rgba(16, 29, 49, 0.05);
    border-color: rgba(16, 29, 49, 0.1);
}

.site-header.is-sticky .mobile-menu-toggle .bar {
    background-color: var(--color-primary);
}

.site-header.is-sticky .mobile-menu-toggle.active .bar {
    background-color: #ffffff;
}

/* Mobile Nav Drawer */
.mobile-nav-drawer {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        width: 100vw !important;
        height: 100vh !important;
        height: 100dvh !important;
        background: radial-gradient(circle at 80% 10%, rgba(255, 107, 0, 0.08) 0%, transparent 50%), rgba(4, 12, 24, 0.98) !important;
        backdrop-filter: blur(25px) saturate(180%) !important;
        -webkit-backdrop-filter: blur(25px) saturate(180%) !important;
        z-index: 999 !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: space-between !important;
        padding: 16px 20px 30px 20px !important;
        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none !important;
        transform: translateY(-16px) scale(0.98) !important;
        transition: opacity 0.4s cubic-bezier(0.16, 1, 0.3, 1),
                    transform 0.4s cubic-bezier(0.16, 1, 0.3, 1),
                    visibility 0.4s ease !important;
        overflow-y: auto !important;
    }

    .mobile-nav-drawer.is-active {
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
        transform: translateY(0) scale(1) !important;
    }

    .mobile-menu-container {
        display: flex !important;
        flex-direction: column !important;
        gap: 15px !important;
        width: 100% !important;
    }

    .mobile-drawer-header {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
        padding-bottom: 14px !important;
        margin-bottom: 10px !important;
    }

    .mobile-drawer-brand {
        display: inline-flex !important;
        align-items: center !important;
        gap: 10px !important;
        text-decoration: none !important;
    }

    .mobile-drawer-header {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        padding-top: 0 !important;
        padding-bottom: 14px !important;
        margin-bottom: 15px !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
        min-height: 56px !important;
    }

    .mobile-drawer-brand {
        display: inline-flex !important;
        align-items: center !important;
        text-decoration: none !important;
        height: 56px !important;
    }

    .mobile-drawer-logo-img {
        height: 56px !important;
        width: auto !important;
        max-width: 220px !important;
        object-fit: contain !important;
    }

    .mobile-menu-list {
        list-style: none !important;
        margin: 0 !important;
        padding: 0 !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 10px !important;
    }

    .mobile-menu-list > li > a {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        padding: 14px 18px !important;
        color: #ffffff !important;
        font-family: var(--font-heading) !important;
        font-size: 15px !important;
        font-weight: 700 !important;
        text-transform: uppercase !important;
        letter-spacing: 0.5px !important;
        border-radius: 14px !important;
        background: rgba(255, 255, 255, 0.04) !important;
        border: 1px solid rgba(255, 255, 255, 0.08) !important;
        text-decoration: none !important;
        transition: all 0.3s ease !important;
    }

    .mobile-menu-list > li.current-menu-item > a,
    .mobile-menu-list > li.current_page_item > a,
    .mobile-menu-list > li > a:hover {
        color: #FF6B00 !important;
        background: rgba(255, 107, 0, 0.12) !important;
        border-color: rgba(255, 107, 0, 0.3) !important;
    }

    .mobile-cta-wrapper {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-top: 10px;
}

.mobile-btn {
    width: 100%;
    text-align: center;
    justify-content: center;
}

/* Hamburger animation (Perfect Centered X close sign) */
.mobile-menu-toggle.active .bar-1 {
    transform: translateY(7px) rotate(45deg);
}

.mobile-menu-toggle.active .bar-2 {
    opacity: 0;
}

.mobile-menu-toggle.active .bar-3 {
    transform: translateY(-7px) rotate(-45deg);
}

/* Mobile Nav Overlay (Dark blurred background) */
.mobile-nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(16, 29, 49, 0.4);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 1040;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.mobile-nav-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* WordPress Mobile Submenus */
.mobile-menu-list .sub-menu {
    list-style: none;
    padding: 12px 0 0 15px;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.mobile-menu-list .sub-menu a {
    font-size: 16px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.75);
    text-transform: none;
}

.mobile-menu-list .sub-menu a:hover {
    color: var(--color-secondary);
}

@media (max-width: 1420px) and (min-width: 1101px) {
    .nav-container {
        padding: 0 20px !important;
    }
    .logo-animation-container {
        height: 60px;
        width: 142px;
    }
    .logo-animation-container img {
        height: 60px;
    }
    .nav-menu-list a {
        font-size: 13px;
        padding: 8px 13px;
        letter-spacing: 0.3px;
    }
    .nav-menu-list .menu-item-has-children > a::after {
        margin-left: 3px;
    }
    .header-cta-wrapper {
        gap: 6px;
    }
    .nav-btn-solid {
        padding: 10px 20px;
        font-size: 12.5px;
        gap: 6px;
    }
}

@media (max-width: 1100px) {
    .desktop-menu-wrapper,
    .header-cta-wrapper {
        display: none !important;
    }
    .mobile-menu-toggle {
        display: block !important;
    }
    .site-logo {
        flex: none;
    }
}

/* ==========================================
   Hero Slider Section (Fixed Luxury Height - Safe Layout)
   ========================================== */
.hero-section,
.hero-slider-section {
    position: relative;
    width: 100%;
    height: 740px;
    background-color: #050b14;
    overflow: hidden;
}

.hero-swiper {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.hero-slide-item {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    display: flex;
    align-items: center;
    position: relative;
}

/* Hero Slide Content Progress Bar (Centered Horizontally with Absolute Position) */
.hero-slide-progress-wrap {
    position: absolute;
    bottom: -75px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 500px;
    height: 6px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    overflow: hidden;
    backdrop-filter: blur(6px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
    z-index: 99;
}

.hero-progress-bar-fill {
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, #FF6B00 0%, #FF9E00 50%, #FFD700 100%);
    box-shadow: 0 0 16px rgba(255, 107, 0, 1), 0 0 6px #FFD700;
    border-radius: 8px;
    will-change: width;
}

.hero-video-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65); /* Light black opacity for perfect text readability */
    z-index: 2;
}

.hero-container {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-top: 100px; /* Offset the absolute transparent header */
}

.hero-content {
    max-width: 800px;
    text-align: left;
}

@media (min-width: 1200px) {
    .hero-content {
        margin-left: -90px; /* Slide left further on large screens to align with shifted logo */
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .hero-content {
        margin-left: -50px; /* Slide slightly further on tablet screens */
    }
}

.hero-subtitle {
    font-family: var(--font-heading);
    font-weight: 800;
    font-size: 13px;
    color: var(--color-secondary);
    letter-spacing: 4px;
    margin-bottom: 25px;
    display: inline-block;
    background-color: rgba(215, 182, 53, 0.15);
    padding: 8px 22px;
    border-radius: 50px;
    border: 1px solid rgba(215, 182, 53, 0.3);
    text-transform: uppercase;
    text-shadow: none;
}

.hero-title {
    font-size: 48px; /* Decreased further from 54px to shrink the text more */
    font-weight: 900;
    color: #ffffff;
    line-height: 1.1;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: -1.5px;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.6);
}

.hero-title span {
    display: block;
    color: var(--color-secondary);
}

.hero-desc {
    font-size: 20px;
    color: #f1f5f9;
    margin-bottom: 40px;
    line-height: 1.6;
    font-weight: 300;
    max-width: 700px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.hero-buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

@media (max-width: 992px) {
    .hero-section {
        height: 620px;
    }
    .hero-title {
        font-size: 36px; /* Decreased further from 40px */
    }
}

@media (max-width: 768px) {
    .hero-section {
        height: 560px;
    }
    .hero-title {
        font-size: 26px; /* Decreased further from 30px */
        letter-spacing: -1px;
    }
    .hero-desc {
        font-size: 16px;
    }
}


/* ==========================================
   Service Cards Redesign (With Real Images)
   ========================================== */
.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.service-card {
    background-color: #ffffff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 12px 35px rgba(16, 29, 49, 0.06); /* Deeper default shadow */
    border: 1px solid rgba(16, 29, 49, 0.14); /* More prominent default border */
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.service-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 30px 60px rgba(16, 29, 49, 0.1), 0 10px 30px rgba(215, 182, 53, 0.06); /* Gold glow shadow on hover */
    border-color: var(--color-secondary);
}

.card-img-wrapper {
    position: relative;
    height: 260px;
    overflow: hidden;
    background-color: var(--color-primary);
}

.card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.service-card:hover .card-img {
    transform: scale(1.1);
}

.card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(10, 17, 40, 0.5) 0%, transparent 100%);
}

.card-content {
    padding: 35px;
    background-color: #ffffff;
}

.card-title {
    font-size: 24px;
    font-weight: 800;
    color: var(--color-primary);
    margin-bottom: 15px;
    text-transform: uppercase;
}

.card-text {
    font-size: 15px;
    color: var(--color-text-muted);
    margin-bottom: 30px;
    line-height: 1.7;
}

.btn-card {
    font-family: var(--font-heading);
    font-weight: 800;
    font-size: 15px;
    color: var(--color-secondary);
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.btn-card .arrow {
    transition: transform 0.3s ease;
}

.service-card:hover .btn-card .arrow {
    transform: translateX(6px);
}

@media (max-width: 992px) {
    .services-grid {
        grid-template-columns: 1fr;
    }
}

/* ==========================================
   Kostenlose Besichtigung (Luxury Dark Card)
   ========================================== */
.besichtigung-section {
    background: linear-gradient(to bottom, #ffffff 0%, var(--color-bg-light) 100%);
    position: relative;
    overflow: visible;
}

.besichtigung-grid-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(rgba(16, 29, 49, 0.03) 1.2px, transparent 1.2px);
    background-size: 32px 32px;
    pointer-events: none;
    z-index: 1;
}

.besichtigung-decor-blur {
    position: absolute;
    top: -5%;
    left: -10%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(215, 182, 53, 0.05) 0%, transparent 70%);
    border-radius: 50%;
    filter: blur(80px);
    pointer-events: none;
    z-index: 1;
}

.besichtigung-decor-blur-2 {
    position: absolute;
    bottom: -10%;
    right: 15%;
    width: 700px;
    height: 700px;
    background: radial-gradient(circle, rgba(16, 29, 49, 0.04) 0%, transparent 70%);
    border-radius: 50%;
    filter: blur(100px);
    pointer-events: none;
    z-index: 1;
}

.besichtigung-container {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 80px;
    align-items: center;
}

.text-gradient {
    background: linear-gradient(135deg, var(--color-secondary) 0%, var(--color-primary) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.besichtigung-desc {
    font-size: 16.5px;
    color: var(--color-text-main);
    line-height: 1.8;
    margin-bottom: 22px;
}

.section-subtitle-live {
    color: var(--color-secondary);
    font-family: var(--font-heading);
    font-weight: 800;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    margin-bottom: 20px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background-color: rgba(215, 182, 53, 0.06);
    padding: 6px 18px;
    border-radius: 50px;
    border: 1px solid rgba(215, 182, 53, 0.15);
}

.live-dot {
    width: 8px;
    height: 8px;
    background-color: var(--color-secondary);
    border-radius: 50%;
    display: inline-block;
    position: relative;
}

.live-dot::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--color-secondary);
    border-radius: 50%;
    left: 0;
    top: 0;
    animation: pulse-live 2s infinite ease-in-out;
}

@keyframes pulse-live {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(2.8);
        opacity: 0;
    }
}

.besichtigung-list {
    list-style: none;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.besichtigung-card {
    font-size: 15px;
    color: var(--color-text-main);
    display: flex;
    align-items: flex-start;
    gap: 22px;
    background: rgba(255, 255, 255, 0.65);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 26px 30px;
    border-radius: 24px;
    border: 1px solid rgba(16, 29, 49, 0.05);
    border-left: 4px solid transparent;
    box-shadow: 0 10px 30px rgba(16, 29, 49, 0.02);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.besichtigung-card:hover {
    border-color: rgba(215, 182, 53, 0.2);
    border-left-color: var(--color-secondary);
    background: #ffffff;
    transform: translateX(6px) translateY(-2px);
    box-shadow: 0 20px 40px rgba(16, 29, 49, 0.05);
}

.feature-icon-container {
    background: rgba(215, 182, 53, 0.06);
    border: 1px solid rgba(215, 182, 53, 0.15);
    color: var(--color-secondary);
    width: 52px;
    height: 52px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.besichtigung-card:hover .feature-icon-container {
    background: var(--color-secondary);
    border-color: var(--color-secondary);
    color: var(--color-primary);
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(215, 182, 53, 0.25);
}

.feature-icon-svg {
    width: 24px;
    height: 24px;
}

.feature-card-content {
    flex: 1;
}

.feature-card-title {
    font-family: var(--font-heading);
    font-weight: 800;
    font-size: 17px;
    color: var(--color-primary);
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.feature-card-desc {
    color: var(--color-text-muted);
    line-height: 1.6;
    font-size: 15px;
}

/* Asymmetric Dark Box */
.besichtigung-cta-box {
    background: linear-gradient(135deg, #101D31 0%, #0d1625 100%);
    border-radius: 32px;
    padding: 55px 45px;
    color: #ffffff;
    box-shadow: 0 30px 60px rgba(16, 29, 49, 0.25), 0 0 50px rgba(215, 182, 53, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.08);
    position: relative;
    overflow: hidden;
}

.besichtigung-cta-box::before {
    content: '';
    position: absolute;
    top: -30%;
    left: -30%;
    width: 250px;
    height: 250px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.02) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.besichtigung-cta-box::after {
    content: '';
    position: absolute;
    bottom: -30%;
    right: -30%;
    width: 280px;
    height: 280px;
    background: radial-gradient(circle, rgba(215, 182, 53, 0.08) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.cta-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 2;
}

.cta-badge {
    font-family: var(--font-heading);
    font-size: 11px;
    font-weight: 800;
    color: var(--color-secondary);
    background-color: rgba(215, 182, 53, 0.08);
    border: 1px solid rgba(215, 182, 53, 0.2);
    padding: 6px 16px;
    border-radius: 50px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 25px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.green-pulse {
    width: 7px;
    height: 7px;
    background-color: #10b981;
    border-radius: 50%;
    display: inline-block;
    position: relative;
}

.green-pulse::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #10b981;
    border-radius: 50%;
    left: 0;
    top: 0;
    animation: pulse-green 1.8s infinite ease-in-out;
}

@keyframes pulse-green {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(3);
        opacity: 0;
    }
}

.cta-heading {
    font-size: 26px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 15px;
    letter-spacing: -0.5px;
    line-height: 1.3;
    text-transform: uppercase;
}

.cta-text {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.65;
    margin-bottom: 30px;
    max-width: 340px;
}

.btn-cta-box {
    width: 100%;
    gap: 12px;
    background: linear-gradient(135deg, var(--color-secondary) 0%, #b8971f 100%);
    border-radius: 14px;
    font-size: 16px;
    letter-spacing: 0.5px;
    padding: 18px 30px;
    font-weight: 700;
    box-shadow: 0 10px 25px rgba(215, 182, 53, 0.25);
    color: var(--color-primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.btn-cta-box:hover {
    background: linear-gradient(135deg, #e9cb55 0%, var(--color-secondary) 100%);
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(215, 182, 53, 0.35);
    color: var(--color-primary);
}

.btn-cta-box svg {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
}

.btn-cta-box:hover svg {
    transform: scale(1.15) rotate(-10deg);
}

.cta-or {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: rgba(255, 255, 255, 0.35);
    margin: 20px 0;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    gap: 15px;
}

.cta-or::before, .cta-or::after {
    content: '';
    height: 1px;
    flex: 1;
    background: rgba(255, 255, 255, 0.1);
    max-width: 50px;
}

.btn-cta-callback {
    width: 100%;
    padding: 16px 28px;
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 14px;
    border-radius: 14px;
    color: #ffffff;
    border: 1.5px solid rgba(255, 255, 255, 0.15);
    background-color: rgba(255, 255, 255, 0.03);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    cursor: pointer;
}

.btn-cta-callback:hover {
    background-color: var(--color-secondary);
    color: var(--color-primary);
    border-color: var(--color-secondary);
    transform: translateY(-3px);
    box-shadow: 0 12px 25px rgba(215, 182, 53, 0.3);
}

/* Zusatzleistungen / Secondary Service Cards Redesign */
.services-section-secondary {
    background-color: #ffffff;
    position: relative;
}

.card-secondary {
    border-top: none !important;
    background-color: #ffffff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(10, 17, 40, 0.04);
    border: 1px solid rgba(15, 32, 66, 0.05);
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    display: flex;
    flex-direction: column;
    height: 100%;
}

.card-secondary .card-img-wrapper {
    position: relative;
    height: 250px;
    overflow: hidden;
    background-color: var(--color-primary);
}

.card-secondary .card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.card-secondary:hover .card-img {
    transform: scale(1.08) rotate(1deg);
}

.card-secondary .card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(10, 17, 40, 0.4) 0%, transparent 100%);
    transition: background 0.4s ease;
}

.card-secondary:hover .card-overlay {
    background: linear-gradient(to top, rgba(215, 182, 53, 0.25) 0%, transparent 100%);
}

.card-secondary .card-content {
    padding: 30px;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.card-secondary .card-title {
    font-size: 22px;
    font-weight: 800;
    color: var(--color-primary);
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    transition: color 0.3s ease;
}

.card-secondary:hover .card-title {
    color: var(--color-secondary);
}

.card-secondary .card-text {
    font-size: 14.5px;
    color: var(--color-text-muted);
    margin-bottom: 25px;
    line-height: 1.6;
    flex-grow: 1;
}

.card-secondary .btn-card {
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 14px;
    color: var(--color-primary);
    display: inline-flex;
    align-items: center;
    gap: 6px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    width: fit-content;
}

.card-secondary .btn-card .arrow {
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.card-secondary:hover .btn-card {
    color: var(--color-secondary);
}

.card-secondary:hover .btn-card .arrow {
    transform: translateX(6px);
}

/* Category Glass Badge on Image */
.card-category-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background: rgba(10, 17, 40, 0.7);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: #ffffff;
    font-family: var(--font-heading);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 6px 14px;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    z-index: 10;
    transition: all 0.3s ease;
}

.card-secondary:hover .card-category-badge {
    background: var(--color-secondary);
    border-color: var(--color-secondary);
}

/* ==========================================
   Steps Section (Glassmorphism & Large Numbers)
   ========================================== */
.steps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-top: 60px;
}

.step-card {
    position: relative;
    background-color: #ffffff;
    border-radius: 28px; /* Slightly rounder for a softer luxury look */
    padding: 55px 40px; /* More breathing room */
    border: 1px solid rgba(16, 29, 49, 0.12); /* More prominent default border */
    box-shadow: 0 12px 35px rgba(16, 29, 49, 0.035); /* More prominent default shadow */
    transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    overflow: hidden;
}

/* Subtle corner gradient glow */
.step-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 100% 0%, rgba(215, 182, 53, 0.15) 0%, transparent 60%);
    opacity: 0;
    transition: opacity 0.5s ease;
    pointer-events: none;
    z-index: 1;
}

/* Modern top-accent gold-gradient bar that expands on hover */
.step-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--color-secondary), #e9cb55);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 3;
}

.step-card:hover {
    border-color: var(--color-secondary); /* Premium gold border transition */
    transform: translateY(-12px) scale(1.02); /* Sleek vertical lift and scale */
    box-shadow: 0 30px 60px rgba(16, 29, 49, 0.09), 0 10px 30px rgba(215, 182, 53, 0.06); /* Premium gold glowing shadow */
}

.step-card:hover::before {
    opacity: 1;
}

.step-card:hover::after {
    transform: scaleX(1);
}

/* Ultra premium circular squircle icon wrapper */
.step-icon-wrapper {
    width: 72px;
    height: 72px;
    background: rgba(215, 182, 53, 0.05);
    border: 1px solid rgba(215, 182, 53, 0.18);
    border-radius: 50%; /* Pure circle looks much more premium */
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-secondary);
    margin-bottom: 35px;
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.8), 0 6px 15px rgba(215, 182, 53, 0.03);
    position: relative;
    z-index: 2;
}

.step-icon {
    width: 26px;
    height: 26px;
    stroke-width: 2;
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.step-card:hover .step-icon-wrapper {
    background: var(--color-secondary);
    color: var(--color-primary); /* Navy contrast on hover */
    border-color: var(--color-secondary);
    box-shadow: 0 10px 25px rgba(215, 182, 53, 0.3);
    transform: scale(1.08) rotate(5deg);
}

.step-card:hover .step-icon {
    transform: scale(1.05);
}

/* Large display number in background: clean sans-serif display */
.step-number {
    font-family: var(--font-heading);
    font-weight: 900;
    font-size: 110px; /* Massive luxury size */
    line-height: 1;
    position: absolute;
    top: -15px; /* Offset overflow for modern editorial look */
    right: 25px;
    font-style: normal; /* Non-italic looks way cleaner */
    letter-spacing: -4px;
    -webkit-text-stroke: 1.5px rgba(16, 29, 49, 0.035);
    -webkit-text-fill-color: transparent;
    transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    pointer-events: none;
    z-index: 1;
}

.step-card:hover .step-number {
    -webkit-text-stroke: 1.5px var(--color-secondary);
    -webkit-text-fill-color: rgba(215, 182, 53, 0.05); /* Fills with a very soft premium gold tint */
    transform: translateY(8px) scale(1.05);
}

.step-content {
    position: relative;
    z-index: 2;
}

.step-title {
    font-size: 21px;
    font-weight: 800;
    color: var(--color-primary);
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    transition: color 0.3s ease;
}

.step-card:hover .step-title {
    color: var(--color-primary); /* Stay classy navy */
}

.step-text {
    font-size: 15.5px;
    color: var(--color-text-main); /* High readability */
    line-height: 1.8;
}

/* ==========================================
   New Luxury Section: Key Stats
   ========================================== */
.stats-section {
    background-color: var(--color-primary);
    background-image: radial-gradient(circle at 50% 50%, rgba(215, 182, 53, 0.08) 0%, transparent 80%),
                      radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.02) 0%, transparent 40%);
    color: #ffffff;
    padding: 70px 0;
    position: relative;
    overflow: hidden;
}

.stats-section .container {
    max-width: 1400px; /* Wider container to allow the stat cards/boxes to expand horizontally */
}

.stats-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(255, 255, 255, 0.01) 1px, transparent 1px),
                      linear-gradient(90deg, rgba(255, 255, 255, 0.01) 1px, transparent 1px);
    background-size: 50px 50px;
    opacity: 0.3;
    pointer-events: none;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    text-align: center;
    position: relative;
    z-index: 2;
}

.stat-item {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 24px;
    padding: 45px 30px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    overflow: hidden;
}

.stat-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.03) 0%, transparent 100%);
    pointer-events: none;
}

.stat-item:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.04);
    border-color: var(--color-secondary);
    box-shadow: 0 25px 50px rgba(215, 182, 53, 0.15);
}

.stat-icon-wrapper {
    width: 76px;
    height: 76px;
    margin: 0 auto 25px auto;
    background: linear-gradient(135deg, rgba(215, 182, 53, 0.15) 0%, rgba(215, 182, 53, 0.03) 100%);
    border: 1px solid rgba(215, 182, 53, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-secondary);
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 8px 24px rgba(215, 182, 53, 0.1);
}

.stat-icon {
    width: 32px;
    height: 32px;
    stroke-width: 1.75;
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.stat-item:hover .stat-icon-wrapper {
    background: var(--color-secondary);
    color: #ffffff;
    border-color: var(--color-secondary);
    box-shadow: 0 10px 25px rgba(215, 182, 53, 0.4);
    transform: scale(1.05);
}

.stat-item:hover .stat-icon {
    transform: rotate(8deg);
}

.stat-number {
    font-family: var(--font-heading);
    font-size: 54px;
    font-weight: 900;
    color: var(--color-secondary);
    line-height: 1;
    margin-bottom: 12px;
    letter-spacing: -1px;
}

.stat-title {
    font-family: var(--font-heading);
    font-size: 14px;
    font-weight: 700;
    color: #cbd5e1;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1.4;
    transition: color 0.3s ease;
}

.stat-item:hover .stat-title {
    color: #ffffff;
}

@media (max-width: 992px) {
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
}

@media (max-width: 576px) {
    .stats-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .stat-item {
        padding: 35px 25px;
    }
    .stat-number {
        font-size: 44px;
    }
}


/* ==========================================
   New Luxury Section: Reviews (Testimonials)
   ========================================== */
/* ==========================================
   New Luxury Section: Reviews (Testimonials)
   ========================================== */
.reviews-section {
    position: relative;
    background-color: var(--color-bg-light);
    padding: 70px 0;
    overflow: hidden;
}

.reviews-header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 50px;
    gap: 30px;
    flex-wrap: wrap;
}

.reviews-header-wrapper .section-title-wrapper {
    margin-bottom: 0;
    flex: 1 1 auto;
}

/* Google Trust Badge Summary */
.google-rating-summary-badge {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border: 1.5px solid rgba(66, 133, 244, 0.18);
    border-radius: 16px;
    padding: 12px 22px;
    box-shadow: 0 4px 18px rgba(16, 29, 49, 0.04);
    min-width: 250px;
    text-decoration: none !important;
    transition: all 0.3s ease;
}

.google-rating-summary-badge:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(66, 133, 244, 0.15);
    border-color: rgba(66, 133, 244, 0.35);
}

.google-logo-inline {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 6px;
}

.google-logo-inline .rating-text {
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 13px;
    color: var(--color-primary);
    letter-spacing: -0.2px;
}

.rating-score-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
}

.rating-score-wrapper .score-num {
    font-size: 17px;
    font-weight: 800;
    color: var(--color-primary);
}

.stars-gold {
    color: #fbbc05; /* Official Google Star Yellow */
    font-size: 15px;
    letter-spacing: 1px;
}

.rating-score-wrapper .count-text {
    font-size: 12px;
    color: var(--color-text-muted);
    font-weight: 500;
}

/* Swiper Nav Buttons at Header */
.slider-nav-buttons {
    display: flex;
    gap: 12px;
    flex-shrink: 0;
}

.slider-nav-buttons .swiper-button-prev,
.slider-nav-buttons .swiper-button-next {
    position: static; /* Reset absolute swiper defaults */
    width: 48px;
    height: 48px;
    background-color: #ffffff;
    border: 1px solid rgba(16, 29, 49, 0.08);
    border-radius: 50%;
    color: var(--color-primary);
    box-shadow: 0 4px 15px rgba(16, 29, 49, 0.03);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.slider-nav-buttons .swiper-button-prev::after,
.slider-nav-buttons .swiper-button-next::after {
    font-size: 16px;
    font-weight: 900;
}

.slider-nav-buttons .swiper-button-prev:hover,
.slider-nav-buttons .swiper-button-next:hover {
    background-color: var(--color-secondary);
    border-color: var(--color-secondary);
    color: var(--color-primary);
    box-shadow: 0 8px 20px rgba(215, 182, 53, 0.3);
    transform: translateY(-2px);
}

/* Reviews Swiper Area with Edge Fade Mask */
.reviews-swiper {
    width: 100%;
    padding: 15px 4px 55px 4px !important;
    overflow: hidden !important;
    border-radius: 20px;
    -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 3.5%, #000 96.5%, transparent 100%);
    mask-image: linear-gradient(to right, transparent 0%, #000 3.5%, #000 96.5%, transparent 100%);
}

.reviews-swiper .swiper-wrapper {
    transition-timing-function: cubic-bezier(0.25, 1, 0.5, 1) !important;
}

/* Google-style Review Card */
.review-card.google-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 28px 24px;
    box-shadow: 0 8px 24px rgba(16, 29, 49, 0.04);
    border: 1px solid rgba(16, 29, 49, 0.08);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s ease, border-color 0.4s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
}

.review-card.google-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 36px rgba(16, 29, 49, 0.08);
    border-color: rgba(215, 182, 53, 0.3);
}

.google-card-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    gap: 15px;
    width: 100%;
}

.google-card-header .author-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 15px;
    color: #ffffff;
    flex-shrink: 0;
    box-shadow: 0 4px 10px rgba(16, 29, 49, 0.05);
}

.google-card-header .author-info {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.google-card-header .author-name {
    font-size: 15.5px;
    font-weight: 700;
    color: var(--color-primary);
    margin: 0 0 2px 0;
    line-height: 1.2;
}

.google-card-header .author-meta {
    display: none !important;
}

.google-card-header .meta-separator {
    margin: 0 5px;
}

.google-card-header .google-icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.google-card-rating {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
}

.google-card-rating .review-date {
    font-size: 12px;
    color: var(--color-text-muted);
    font-weight: 500;
}

.review-card.google-card .review-text {
    font-size: 14.5px;
    color: var(--color-text-main);
    line-height: 1.75;
    margin-bottom: 25px;
    font-style: italic; /* Elegant quote feel */
    flex-grow: 1;
    display: -webkit-box;
    -webkit-line-clamp: 4; /* Limit card text height to align grid cards */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Verified footer */
.google-verified-row {
    display: flex;
    align-items: center;
    margin-top: auto;
    font-size: 11.5px;
    color: #34a853; /* Active Google Green */
    font-weight: 600;
    border-top: 1px solid rgba(16, 29, 49, 0.05);
    padding-top: 15px;
}

.google-verified-row svg {
    flex-shrink: 0;
}

/* Custom Swiper Pagination styling */
.reviews-section .swiper-pagination-bullet {
    background: var(--color-primary);
    opacity: 0.15;
    width: 8px;
    height: 8px;
    transition: all 0.3s ease;
}

.reviews-section .swiper-pagination-bullet-active {
    background: var(--color-secondary);
    opacity: 1;
    width: 24px;
    border-radius: 4px;
}

@media (max-width: 768px) {
    .reviews-header-wrapper {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    
    .google-rating-summary {
        width: 100%;
    }
    
    .slider-nav-buttons {
        width: 100%;
        justify-content: flex-end;
    }
}

/* ==========================================
   Footer & Callback Form Styling
   ========================================== */
.site-footer {
    background: linear-gradient(180deg, #020913 0%, #00040a 100%);
    color: #94a3b8;
    padding: 90px 0 50px;
    border-top: 3px solid var(--color-secondary);
    box-shadow: inset 0 10px 30px -10px rgba(0,0,0,0.8);
    font-family: var(--font-body);
    position: relative;
}

.footer-container {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1.5fr;
    gap: 60px;
}

.footer-title {
    color: #ffffff;
    font-family: var(--font-heading);
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    padding-bottom: 12px;
}

.footer-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    background-color: var(--color-secondary);
    border-radius: 2px;
}

.brand-desc {
    font-size: 14px;
    line-height: 1.7;
    color: #94a3b8;
    margin-top: 15px;
    margin-bottom: 25px;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    margin-top: 50px;
    padding: 24px 0;
}

.footer-bottom-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.copyright-text {
    font-size: 13.5px;
    color: #64748b;
    margin: 0;
    text-align: left;
}

.footer-designer-credit {
    display: flex;
    align-items: center;
    margin-right: 30px;
}

.designer-link {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.designer-link:hover {
    transform: translateY(-2px);
    opacity: 0.95;
}

.designer-label {
    color: var(--color-secondary, #D7B635);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.designer-logo-img {
    height: 40px;
    width: auto;
    object-fit: contain;
    background: #ffffff;
    padding: 5px 12px;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.designer-link:hover .designer-logo-img {
    transform: scale(1.05);
    box-shadow: 0 6px 16px rgba(215, 182, 53, 0.35);
}

.footer-links-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-links-list a {
    color: #cbd5e1;
    font-size: 15px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
}

.footer-links-list a::before {
    content: "›";
    color: var(--color-secondary);
    display: inline-block;
    width: 0;
    opacity: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    transition: width 0.3s ease, opacity 0.3s ease, margin-right 0.3s ease;
}

.footer-links-list a:hover::before {
    width: 10px;
    opacity: 1;
    margin-right: 6px;
}

.footer-links-list a:hover {
    color: var(--color-secondary);
    padding-left: 4px;
}

.form-desc {
    font-size: 14px;
    line-height: 1.6;
    color: #94a3b8;
    margin-bottom: 20px;
}

.callback-footer-form {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.form-group-row {
    display: block;
}

.form-group {
    position: relative;
}

.form-input {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    padding: 12px 16px;
    color: #ffffff;
    font-family: var(--font-body);
    font-size: 14px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.form-input:focus {
    outline: none;
    border-color: var(--color-secondary);
    background-color: rgba(255, 255, 255, 0.05);
    box-shadow: 0 0 15px rgba(215, 182, 53, 0.15);
}

.form-input::placeholder {
    color: #475569;
}

.form-input[type="datetime-local"] {
    color-scheme: dark;
    cursor: pointer;
}

.datetime-group .input-label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    color: #64748b;
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.consent-group {
    margin: 5px 0;
}

.consent-label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
    font-size: 13px;
    color: #94a3b8;
    user-select: none;
    line-height: 1.4;
}

.form-checkbox {
    appearance: none;
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.03);
    display: inline-grid;
    place-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    flex-shrink: 0;
    margin-top: 1px;
}

.form-checkbox::before {
    content: "";
    width: 8px;
    height: 8px;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em var(--color-secondary);
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}

.form-checkbox:checked {
    border-color: var(--color-secondary);
    background-color: rgba(215, 182, 53, 0.1);
}

.form-checkbox:checked::before {
    transform: scale(1);
}

.site-footer .btn-primary {
    width: 100%;
    background-color: var(--color-secondary);
    color: var(--color-primary) !important;
    font-family: var(--font-heading);
    font-size: 14px;
    font-weight: 700;
    border-radius: 10px;
    padding: 13px 20px;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 12px rgba(215, 182, 53, 0.15);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    margin-top: 5px;
}

.site-footer .btn-primary:hover {
    background-color: #e5c33f;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(215, 182, 53, 0.3);
}

.site-footer .btn-primary:active {
    transform: translateY(0);
}

/* Responsive Footer */
@media (max-width: 992px) {
    .footer-container {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }
    .footer-col.brand-col {
        grid-column: span 2;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 20px;
    }
    .footer-logo-link {
        margin-left: 0 !important;
    }
    .footer-legal-links {
        justify-content: center;
    }
    .footer-title::after {
        left: 50%;
        transform: translateX(-50%);
    }
}

@media (max-width: 768px) {
    .footer-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .footer-col.brand-col {
        grid-column: span 1;
    }
    .footer-col {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .footer-links-list {
        align-items: center;
    }
    .footer-links-list a:hover {
        transform: translateY(-2px);
    }
    .footer-links-list a::before {
        display: none !important;
    }
    .footer-links-list a:hover {
        padding-left: 0;
    }
    .callback-footer-form {
        width: 100%;
        max-width: 450px;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
    }
}

/* ==========================================
   Apple Split Scroll Steps Section
   ========================================== */
.apple-split-scroll-section {
    background-color: var(--color-bg-light);
    padding: 90px 0;
    position: relative;
    overflow: visible;
}

.split-scroll-container {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 80px;
    align-items: start;
    position: relative;
}

.split-scroll-left {
    position: sticky;
    top: 120px;
    height: 75vh;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
}

.sticky-image-container {
    position: relative;
    width: 100%;
    height: 100%;
    max-height: 520px;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: var(--shadow-lg);
    border: 1px solid rgba(15, 32, 66, 0.08);
    background-color: var(--color-primary);
}

.split-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transform: scale(0.95);
    z-index: 1;
}

.split-image.active {
    opacity: 1;
    transform: scale(1);
    z-index: 2;
}

.split-scroll-right {
    padding-top: 50px;
    display: flex;
    flex-direction: column;
}

.split-header-wrapper {
    margin-bottom: 60px;
}

.split-eyebrow {
    font-family: var(--font-heading);
    font-size: 13px;
    font-weight: 700;
    color: var(--color-secondary);
    letter-spacing: 3px;
    margin-bottom: 12px;
    display: inline-block;
    background-color: rgba(215, 182, 53, 0.08);
    padding: 6px 16px;
    border-radius: 50px;
    border: 1px solid rgba(215, 182, 53, 0.15);
}

.split-title {
    font-size: 40px;
    font-weight: 800;
    color: var(--color-primary);
    text-transform: uppercase;
    letter-spacing: -1px;
}

.split-step {
    margin-bottom: 100px;
    padding: 25px 0 25px 35px;
    border-left: 3px solid rgba(16, 29, 49, 0.08);
    opacity: 0.45;
    transition: opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1), 
                border-color 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.split-step.active {
    opacity: 1;
    border-left-color: var(--color-secondary);
}

.split-step:hover {
    opacity: 0.75;
    border-left-color: rgba(215, 182, 53, 0.3);
}

.step-badge {
    font-family: var(--font-heading);
    font-size: 11px;
    font-weight: 800;
    color: var(--color-secondary);
    letter-spacing: 1.5px;
    display: inline-block;
    margin-bottom: 18px;
    background-color: rgba(215, 182, 53, 0.06);
    border: 1px solid rgba(215, 182, 53, 0.15);
    padding: 5px 14px;
    border-radius: 50px;
    text-transform: uppercase;
}

.step-heading {
    font-size: 30px;
    font-weight: 800;
    color: var(--color-primary);
    margin-bottom: 18px;
    text-transform: uppercase;
    letter-spacing: -0.5px;
}

.step-desc {
    font-size: 16px;
    color: var(--color-text-main);
    line-height: 1.8;
}

@media (max-width: 992px) {
    .apple-split-scroll-section {
        padding: 50px 0;
    }
    .split-scroll-container {
        grid-template-columns: 1fr !important;
        gap: 40px !important;
    }
    .split-scroll-left {
        display: none;
    }
    .mobile-step-image {
        display: block !important;
        width: 100%;
        height: 280px;
        object-fit: cover;
        border-radius: 20px;
        margin: 20px 0 25px;
        box-shadow: var(--shadow-md);
        border: 1px solid rgba(15, 32, 66, 0.08);
    }
    .split-step {
        opacity: 1 !important;
        transform: none !important;
        margin-bottom: 90px !important;
        padding: 20px 0 !important;
        border-left: none !important;
        padding-left: 0 !important;
    }
}

/* ==========================================
   Apple Horizontal Scroll Section
   ========================================== */
.apple-horizontal-section {
    background-color: var(--color-bg-light);
    height: 100vh;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    z-index: 10;
    will-change: transform;
}

.horizontal-scroll-viewport {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100vh;
    padding-left: 10%;
    will-change: transform;
}

.horizontal-header-col {
    min-width: 450px;
    padding-right: 80px;
    flex-shrink: 0;
    position: relative;
    background-color: var(--color-bg-light);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 60px; /* Nudge content slightly up to align with cards */
    z-index: 15;
}

.horizontal-header-col::after {
    content: '';
    position: absolute;
    top: 0;
    right: -80px;
    width: 80px;
    height: 100%;
    background: linear-gradient(to right, var(--color-bg-light), transparent);
    pointer-events: none;
    z-index: 20;
}

.horizontal-eyebrow {
    font-family: var(--font-heading);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2px;
    color: var(--color-secondary);
    text-transform: uppercase;
    margin-bottom: 25px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: rgba(215, 182, 53, 0.06);
    border: 1px solid rgba(215, 182, 53, 0.15);
    padding: 5px 14px;
    border-radius: 50px;
    width: fit-content;
}

.eyebrow-icon {
    width: 14px;
    height: 14px;
    color: var(--color-secondary);
}

.horizontal-title {
    font-size: 58px;
    font-weight: 900;
    line-height: 1.1;
    color: var(--color-primary);
    text-transform: uppercase;
    letter-spacing: -2px;
}

.horizontal-desc {
    font-size: 16px;
    color: var(--color-text-muted);
    line-height: 1.75;
    margin-top: 20px;
    max-width: 360px;
}

.header-blur {
    position: absolute;
    top: 20%;
    left: -10%;
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, rgba(215, 182, 53, 0.05) 0%, transparent 70%);
    border-radius: 50%;
    filter: blur(60px);
    pointer-events: none;
    z-index: 1;
}

.horizontal-title span {
    display: block;
    color: var(--color-secondary);
}

.horizontal-cards-wrapper {
    overflow: hidden;
    flex-grow: 1;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 5;
}

.horizontal-cards-container {
    display: flex;
    flex-shrink: 0;
    gap: 40px;
    padding-left: 60px;
    padding-right: 150px;
    height: 520px;
    align-items: center;
    z-index: 5;
    will-change: transform;
}

.horizontal-card {
    min-width: 350px;
    width: 350px;
    height: 470px;
    background: #ffffff;
    border-radius: 24px;
    border: 1px solid rgba(15, 32, 66, 0.05);
    box-shadow: 0 15px 45px rgba(10, 17, 40, 0.03);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 0;
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    flex-shrink: 0;
    position: relative;
}

.horizontal-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 30px 60px rgba(10, 17, 40, 0.08);
    border-color: rgba(215, 182, 53, 0.3);
}

.horizontal-card .card-img-wrapper {
    position: relative;
    height: 220px;
    overflow: hidden;
    background-color: var(--color-primary);
}

.horizontal-card .card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.horizontal-card:hover .card-img {
    transform: scale(1.08);
}

.card-icon-overlay {
    position: absolute;
    top: 194px;
    right: 25px;
    z-index: 5;
}

.card-icon-box {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--color-secondary) 0%, #e9cb55 100%);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 15px rgba(215, 182, 53, 0.3);
    border: 2px solid #ffffff;
    transition: all 0.3s ease;
}

.horizontal-card:hover .card-icon-box {
    transform: scale(1.1);
    box-shadow: 0 8px 20px rgba(215, 182, 53, 0.4);
}

.card-icon-box svg {
    width: 24px;
    height: 24px;
}

.horizontal-card-body {
    padding: 35px 30px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.horizontal-card-title {
    font-family: var(--font-heading);
    font-size: 22px;
    font-weight: 800;
    color: var(--color-primary);
    margin-top: 0;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: -0.5px;
}

.horizontal-card-text {
    font-size: 14px;
    color: var(--color-text-muted);
    line-height: 1.6;
    margin-top: 0;
}

@media (max-width: 992px) {
    .apple-horizontal-section {
        height: auto;
        padding: 100px 0;
    }
    .horizontal-scroll-viewport {
        flex-direction: column;
        height: auto;
        padding: 0 30px;
        align-items: flex-start;
    }
    .horizontal-header-col {
        min-width: 100%;
        padding-right: 0;
        margin-bottom: 50px;
        height: auto;
        background-color: transparent;
    }
    .horizontal-header-col::after {
        display: none;
    }
    .horizontal-title {
        font-size: 38px;
    }
    .horizontal-cards-wrapper {
        display: block;
        overflow: visible;
        width: 100%;
        height: auto;
    }
    .horizontal-cards-container {
        flex-direction: column;
        height: auto;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        gap: 30px;
    }
    .horizontal-card {
        width: 100%;
        min-width: 100%;
        height: auto;
        min-height: 280px;
    }
}

/* ==========================================
   Inner Page Styling - Ultra Luxury Design
   ========================================== */
.inner-hero-section {
    position: relative;
    background-color: var(--color-bg-dark);
    padding: 130px 0 80px;
    text-align: center;
    overflow: hidden;
    z-index: 10;
}

.inner-hero-section::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(215, 182, 53, 0.08) 0%, transparent 70%);
    pointer-events: none;
    z-index: 1;
}

.inner-hero-container {
    position: relative;
    z-index: 2;
}

.inner-hero-subtitle {
    font-family: var(--font-heading);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 4px;
    color: var(--color-secondary);
    text-transform: uppercase;
    margin-bottom: 15px;
    display: inline-block;
}

.inner-hero-title {
    font-size: 48px;
    font-weight: 900;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: -1.5px;
    margin-bottom: 20px;
}

.breadcrumbs {
    font-size: 14px;
    color: var(--color-text-muted);
    font-weight: 500;
}

.breadcrumbs a {
    color: #ffffff;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.breadcrumbs a:hover {
    opacity: 1;
    color: var(--color-secondary);
}

.breadcrumbs span.separator {
    margin: 0 10px;
    opacity: 0.5;
}

/* Bento Grid Key Features */
.bento-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 60px;
}

.bento-card {
    background: #ffffff;
    border-radius: 24px;
    border: 1px solid rgba(15, 32, 66, 0.05);
    box-shadow: 0 10px 30px rgba(10, 17, 40, 0.02);
    padding: 40px;
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    overflow: hidden;
}

.bento-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 50px rgba(10, 17, 40, 0.06);
    border-color: rgba(215, 182, 53, 0.2);
}

.bento-card-large {
    grid-column: span 2;
    background: linear-gradient(135deg, #101D31 0%, #1c2e4a 100%);
    color: #ffffff;
}

.bento-card-large .bento-title {
    color: #ffffff;
}

.bento-card-large .bento-text {
    color: #cbd5e1;
}

.bento-icon {
    width: 50px;
    height: 50px;
    background: rgba(215, 182, 53, 0.08);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-secondary);
    margin-bottom: 25px;
}

.bento-card-large .bento-icon {
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
}

.bento-icon svg {
    width: 24px;
    height: 24px;
}

.bento-title {
    font-size: 22px;
    font-weight: 800;
    color: var(--color-primary);
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: -0.5px;
}

.bento-text {
    font-size: 14.5px;
    color: var(--color-text-muted);
    line-height: 1.6;
}

/* Service Details Two Column Layout */
.service-details-section {
    padding: 70px 0;
}

.details-grid {
    display: grid;
    grid-template-columns: 7fr 4fr;
    gap: 60px;
}

.details-content h3 {
    font-size: 28px;
    color: var(--color-primary);
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: -0.5px;
}

.details-content p {
    font-size: 16px;
    color: #334155;
    line-height: 1.8;
    margin-bottom: 25px;
}

.details-content ul {
    list-style: none;
    margin-bottom: 30px;
}

.details-content li {
    font-size: 15.5px;
    color: #334155;
    margin-bottom: 12px;
    position: relative;
    padding-left: 28px;
}

.details-content li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 0;
    color: var(--color-secondary);
    font-weight: bold;
    font-size: 16px;
}

/* Details Sidebar Form */
.details-sidebar {
    position: sticky;
    top: 100px;
    align-self: start;
}

.sidebar-card {
    background: #ffffff;
    border-radius: 24px;
    border: 1px solid rgba(15, 32, 66, 0.05);
    box-shadow: 0 15px 45px rgba(10, 17, 40, 0.04);
    padding: 40px 30px;
}

.sidebar-title {
    font-size: 22px;
    font-weight: 800;
    color: var(--color-primary);
    text-transform: uppercase;
    margin-bottom: 10px;
    text-align: center;
}

.sidebar-text {
    font-size: 14px;
    color: var(--color-text-muted);
    text-align: center;
    margin-bottom: 25px;
}

.sidebar-info-row {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 12px;
    background: var(--color-bg-light);
    border: 1px solid rgba(15, 32, 66, 0.02);
}

.sidebar-info-icon {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background: var(--color-secondary);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sidebar-info-icon svg {
    width: 20px;
    height: 20px;
}

.sidebar-info-meta span {
    display: block;
    font-size: 12px;
    color: var(--color-text-muted);
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.sidebar-info-meta a, .sidebar-info-meta strong {
    font-size: 15px;
    color: var(--color-primary);
    font-weight: 700;
}

/* Premium Pricing Cards */
.pricing-section {
    padding: 70px 0;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 50px;
}

.pricing-card {
    background: #ffffff;
    border-radius: 28px;
    border: 1px solid rgba(15, 32, 66, 0.05);
    box-shadow: 0 10px 40px rgba(10, 17, 40, 0.03);
    padding: 50px 35px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.pricing-card-featured {
    background: linear-gradient(135deg, #101D31 0%, #1c2e4a 100%);
    color: #ffffff;
    border-color: var(--color-secondary);
    transform: scale(1.03);
}

.pricing-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 60px rgba(10, 17, 40, 0.08);
}

.pricing-card-featured:hover {
    transform: translateY(-10px) scale(1.03);
}

.pricing-badge {
    position: absolute;
    top: 25px;
    right: 25px;
    background: var(--color-secondary);
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 5px 12px;
    border-radius: 50px;
    letter-spacing: 1px;
}

.pricing-header {
    margin-bottom: 30px;
}

.pricing-plan-title {
    font-size: 24px;
    font-weight: 800;
    color: var(--color-primary);
    text-transform: uppercase;
    margin-bottom: 15px;
}

.pricing-card-featured .pricing-plan-title {
    color: #ffffff;
}

.pricing-price-wrapper {
    display: flex;
    align-items: baseline;
}

.pricing-currency {
    font-size: 24px;
    font-weight: 700;
    color: var(--color-secondary);
    margin-right: 5px;
}

.pricing-amount {
    font-size: 56px;
    font-weight: 900;
    color: var(--color-primary);
    line-height: 1;
}

.pricing-card-featured .pricing-amount {
    color: #ffffff;
}

.pricing-period {
    font-size: 14px;
    color: var(--color-text-muted);
    margin-left: 10px;
}

.pricing-card-featured .pricing-period {
    color: #94a3b8;
}

.pricing-features {
    list-style: none;
    margin: 30px 0 40px;
    padding: 0;
    flex-grow: 1;
}

.pricing-features li {
    font-size: 15px;
    color: #475569;
    margin-bottom: 15px;
    padding-left: 28px;
    position: relative;
}

.pricing-card-featured .pricing-features li {
    color: #cbd5e1;
}

.pricing-features li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 0;
    color: var(--color-secondary);
    font-weight: bold;
}

/* Contact Grid */
.contact-section {
    padding: 70px 0;
}

.contact-grid {
    display: grid;
    grid-template-columns: 5fr 7fr;
    gap: 60px;
}

.contact-info-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact-heading {
    font-size: 38px;
    font-weight: 800;
    color: var(--color-primary);
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: -1px;
}

.contact-desc {
    font-size: 16px;
    color: var(--color-text-muted);
    line-height: 1.8;
    margin-bottom: 40px;
}

.contact-cards-stack {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-info-card {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 25px;
    background: #ffffff;
    border-radius: 20px;
    border: 1px solid rgba(15, 32, 66, 0.04);
    box-shadow: 0 8px 30px rgba(10, 17, 40, 0.02);
    transition: all 0.4s ease;
}

.contact-info-card:hover {
    transform: translateX(8px);
    border-color: rgba(215, 182, 53, 0.2);
}

.contact-card-icon {
    width: 48px;
    height: 48px;
    background: rgba(215, 182, 53, 0.08);
    border-radius: 14px;
    color: var(--color-secondary);
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-card-icon svg {
    width: 22px;
    height: 22px;
}

.contact-card-meta span {
    display: block;
    font-size: 11px;
    color: var(--color-text-muted);
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 3px;
}

.contact-card-meta strong, .contact-card-meta a {
    font-size: 18px;
    color: var(--color-primary);
    font-weight: 700;
}

/* Contact Form Card */
.contact-form-card {
    background: #ffffff;
    border-radius: 30px;
    border: 1px solid rgba(15, 32, 66, 0.05);
    box-shadow: 0 20px 50px rgba(10, 17, 40, 0.04);
    padding: 50px 40px;
}

.contact-form-title {
    font-size: 24px;
    font-weight: 800;
    color: var(--color-primary);
    text-transform: uppercase;
    margin-bottom: 30px;
    letter-spacing: -0.5px;
}

/* Legal Content Layout */
.legal-section {
    padding: 70px 0;
    background-color: var(--color-bg-light);
}

.legal-card {
    background: #ffffff;
    border-radius: 24px;
    border: 1px solid rgba(15, 32, 66, 0.04);
    box-shadow: 0 10px 40px rgba(10, 17, 40, 0.02);
    padding: 60px 50px;
    max-width: 900px;
    margin: 0 auto;
}

.legal-card h1 {
    font-size: 38px;
    color: var(--color-primary);
    text-transform: uppercase;
    margin-bottom: 30px;
    border-bottom: 2px solid rgba(15, 32, 66, 0.06);
    padding-bottom: 15px;
}

.legal-card h2 {
    font-size: 22px;
    color: var(--color-primary);
    text-transform: uppercase;
    margin: 40px 0 20px;
}

.legal-card p, .legal-card li {
    font-size: 15.5px;
    color: #475569;
    line-height: 1.8;
    margin-bottom: 15px;
}

.legal-card ul {
    margin-bottom: 20px;
    padding-left: 20px;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .details-grid, .contact-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .pricing-grid, .bento-grid {
        grid-template-columns: 1fr;
    }
    .bento-card-large {
        grid-column: span 1;
    }
    .inner-hero-title {
        font-size: 34px;
    }
    .legal-card {
        padding: 40px 25px;
    }
}

/* --- Gradient Headings for White Background Sections --- */
.services-section .section-title,
.services-section-secondary .section-title,
.steps-section .section-title,
.reviews-section .section-title {
    background: linear-gradient(135deg, #D7B635 0%, #101D31 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    display: inline-block;
}

/* ==========================================
   Ultra-Luxury Mobile UI/UX Styling Fixes
   ========================================== */

/* Tablet & Mobile Grid Fixes (under 992px) */
@media (max-width: 992px) {
    /* Free Besichtigung Section Two-Column Grid Fix */
    .besichtigung-container {
        grid-template-columns: 1fr !important;
        gap: 40px !important;
    }

    /* Process Steps Section Three-Column Grid Fix */
    .steps-grid {
        grid-template-columns: 1fr !important;
        gap: 30px !important;
        margin-top: 40px !important;
    }
}

/* Mobile Specific Fixes (under 768px) */
@media (max-width: 768px) {
    /* Title Font Size Scaling */
    .section-title {
        font-size: 28px !important;
        line-height: 1.2 !important;
    }
    
    .section-title-wrapper {
        margin-bottom: 30px !important;
        text-align: center !important;
    }

    /* Center Hero buttons on Mobile */
    .hero-buttons {
        justify-content: center !important;
    }

    /* Free Besichtigung Card Inner Padding */
    .besichtigung-cta-box {
        padding: 40px 25px !important;
        border-radius: 24px !important;
    }

    /* Process Step Card Padding Reduction */
    .step-card {
        padding: 40px 25px !important;
        border-radius: 20px !important;
    }
}

/* ==========================================
   Teklif İste Popup Modal (Ultra-Luxury Glassmorphic)
   ========================================== */
.teklif-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(8, 15, 28, 0.82);
    backdrop-filter: blur(18px) saturate(180%);
    -webkit-backdrop-filter: blur(18px) saturate(180%);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.35s cubic-bezier(0.16, 1, 0.3, 1), 
                visibility 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.teklif-modal-overlay.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.teklif-modal-card {
    position: relative;
    width: 100%;
    max-width: 600px;
    background: linear-gradient(145deg, rgba(16, 29, 49, 0.96), rgba(8, 15, 28, 0.98));
    border: 1px solid rgba(255, 107, 0, 0.35);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.65), 
                0 0 40px rgba(255, 107, 0, 0.15),
                inset 0 1px 1px rgba(255, 255, 255, 0.2);
    border-radius: 28px;
    padding: 36px 32px 32px;
    transform: scale(0.92) translateY(20px);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    max-height: 90vh;
    overflow-y: auto;
    box-sizing: border-box;
}

.teklif-modal-overlay.is-active .teklif-modal-card {
    transform: scale(1) translateY(0);
}

.teklif-modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #ffffff;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
}

.teklif-modal-close:hover {
    background: rgba(255, 107, 0, 0.2);
    border-color: rgba(255, 107, 0, 0.5);
    color: #FF8A00;
    transform: rotate(90deg);
}

.teklif-modal-header {
    text-align: center;
    margin-bottom: 24px;
}

.teklif-modal-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 16px;
    background: rgba(255, 107, 0, 0.12);
    border: 1px solid rgba(255, 107, 0, 0.3);
    border-radius: 30px;
    color: #FF8A00;
    font-size: 12.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 12px;
}

.teklif-modal-title {
    font-family: var(--font-heading);
    font-size: 26px;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 8px 0;
    letter-spacing: -0.5px;
}

.teklif-modal-subtitle {
    font-size: 14px;
    color: #94a3b8;
    line-height: 1.5;
    margin: 0;
}

/* Form Fields */
.teklif-popup-form .form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 16px;
}

@media (max-width: 580px) {
    .teklif-popup-form .form-grid {
        grid-template-columns: 1fr;
    }
    .teklif-modal-card {
        padding: 28px 20px 24px;
    }
}

.teklif-popup-form .form-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.teklif-popup-form .form-group.full-width {
    margin-bottom: 20px;
}

.teklif-popup-form label {
    font-size: 12.5px;
    font-weight: 700;
    color: #cbd5e1;
    display: flex;
    align-items: center;
    gap: 6px;
}

.teklif-popup-form label i {
    color: #FF8A00;
    font-size: 12px;
}

.teklif-popup-form input,
.teklif-popup-form select,
.teklif-popup-form textarea {
    width: 100%;
    padding: 12px 16px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    color: #ffffff;
    font-size: 14px;
    font-family: var(--font-body);
    outline: none;
    box-sizing: border-box;
    transition: all 0.3s ease;
}

.teklif-popup-form select option {
    background: #101d31;
    color: #ffffff;
}

.teklif-popup-form input:focus,
.teklif-popup-form select:focus,
.teklif-popup-form textarea:focus {
    background: rgba(255, 255, 255, 0.08);
    border-color: #FF6B00;
    box-shadow: 0 0 15px rgba(255, 107, 0, 0.25);
}

.teklif-submit-btn {
    width: 100%;
    padding: 15px;
    background: linear-gradient(135deg, #FF6B00 0%, #FF8A00 100%);
    border: none;
    border-radius: 50px;
    color: #ffffff;
    font-family: var(--font-heading);
    font-size: 15px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-shadow: 0 10px 30px rgba(255, 107, 0, 0.4);
    position: relative;
    overflow: hidden;
    transition: all 0.35s ease;
}

.teklif-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 40px rgba(255, 107, 0, 0.55);
}

/* Success State */
.teklif-success-message {
    display: none;
    text-align: center;
    padding: 20px 10px;
}

.teklif-success-message.is-active {
    display: block;
    animation: fadeInModal 0.4s ease forwards;
}

.success-icon-wrap {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: rgba(34, 197, 94, 0.15);
    border: 2px solid #22c55e;
    color: #22c55e;
    font-size: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
}

.teklif-success-message h3 {
    font-family: var(--font-heading);
    font-size: 24px;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 8px;
}

.teklif-success-message p {
    font-size: 14.5px;
    color: #94a3b8;
    line-height: 1.6;
    margin: 0 0 24px;
}

.teklif-close-success-btn {
    padding: 12px 36px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 30px;
    color: #ffffff;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
}

.teklif-close-success-btn:hover {
    background: rgba(255, 255, 255, 0.2);
}

/* ==========================================
   Online Sınav Animated Hero Button
   ========================================== */
.btn-online-exam-animated {
    position: relative;
    background: linear-gradient(135deg, var(--color-secondary) 0%, #ff8c00 100%);
    box-shadow: 0 8px 25px rgba(255, 107, 0, 0.4);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 36px;
    border-radius: 14px;
    font-weight: 800;
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s ease;
}

.btn-online-exam-animated:hover {
    transform: translateY(-4px) scale(1.03);
    box-shadow: 0 14px 35px rgba(255, 107, 0, 0.55);
}

.btn-icon-pulse {
    font-size: 17px;
    animation: iconBounce 2s infinite ease-in-out;
}

.btn-arrow-animated {
    font-size: 14px;
    transition: transform 0.3s ease;
}

.btn-online-exam-animated:hover .btn-arrow-animated {
    transform: translateX(6px);
}

.pulse-ring {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border-radius: 14px;
    border: 2px solid rgba(255, 107, 0, 0.9);
    transform: translate(-50%, -50%) scale(1);
    animation: pulseRingAnim 2.5s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
    pointer-events: none;
}

@keyframes pulseRingAnim {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.8;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.35, 1.6);
        opacity: 0;
    }
}

@keyframes iconBounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-3px); }
}

/* ==========================================
   İlk Yardım Testi App Styling
   ========================================== */
.quiz-page-wrapper {
    background-color: var(--color-bg-light);
    min-height: 80vh;
    padding: 60px 0 100px;
}

.quiz-container-card {
    background: #ffffff;
    border-radius: 24px;
    box-shadow: 0 20px 60px rgba(16, 29, 49, 0.08);
    border: 1px solid rgba(16, 29, 49, 0.06);
    overflow: hidden;
    max-width: 860px;
    margin: 0 auto;
    position: relative;
}

.quiz-header-banner {
    background: linear-gradient(135deg, var(--color-primary) 0%, #1a2e4a 100%);
    color: #ffffff;
    padding: 35px 40px;
    position: relative;
}

.quiz-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 107, 0, 0.2);
    border: 1px solid rgba(255, 107, 0, 0.4);
    color: #ffa800;
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 12px;
}

.quiz-main-title {
    font-size: 28px;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 8px;
}

.quiz-subtitle-text {
    color: #94a3b8;
    font-size: 15px;
    margin: 0;
}

.quiz-body-content {
    padding: 40px;
}

/* Lead Form */
.quiz-lead-form {
    max-width: 520px;
    margin: 0 auto;
}

.quiz-field-group {
    margin-bottom: 24px;
}

.quiz-field-label {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: var(--color-primary);
    margin-bottom: 8px;
}

.quiz-field-label span {
    color: #e11d48;
}

.quiz-field-input {
    width: 100%;
    padding: 16px 20px;
    border-radius: 12px;
    border: 2px solid #e2e8f0;
    font-family: var(--font-body);
    font-size: 15px;
    transition: all 0.3s ease;
    background-color: #f8fafc;
}

.quiz-field-input:focus {
    outline: none;
    border-color: var(--color-secondary);
    background-color: #ffffff;
    box-shadow: 0 0 0 4px rgba(255, 107, 0, 0.12);
}

.quiz-start-btn {
    width: 100%;
    padding: 18px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 800;
    background: linear-gradient(135deg, var(--color-secondary) 0%, #ff8c00 100%);
    color: #ffffff;
    border: none;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(255, 107, 0, 0.3);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.quiz-start-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(255, 107, 0, 0.45);
}

/* Progress Header */
.quiz-progress-bar-wrapper {
    margin-bottom: 30px;
}

.quiz-progress-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 700;
    color: var(--color-primary);
}

.quiz-progress-track-bg {
    width: 100%;
    height: 10px;
    background: #e2e8f0;
    border-radius: 10px;
    overflow: hidden;
}

.quiz-progress-fill-bar {
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, var(--color-secondary) 0%, #ffa800 100%);
    border-radius: 10px;
    transition: width 0.4s ease;
}

/* Question Area */
.quiz-question-box {
    margin-bottom: 30px;
}

.quiz-question-text {
    font-size: 20px;
    font-weight: 700;
    color: var(--color-primary);
    line-height: 1.45;
    margin-bottom: 25px;
}

.quiz-options-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.quiz-option-card {
    display: flex;
    align-items: center;
    padding: 18px 24px;
    border-radius: 14px;
    border: 2px solid #e2e8f0;
    background: #f8fafc;
    cursor: pointer;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    user-select: none;
}

.quiz-option-card:hover {
    border-color: rgba(255, 107, 0, 0.5);
    background: #ffffff;
    transform: translateX(4px);
    box-shadow: 0 6px 18px rgba(16, 29, 49, 0.05);
}

.quiz-option-card.selected {
    border-color: var(--color-secondary);
    background: rgba(255, 107, 0, 0.05);
}

/* Correct Answer State (Green) */
.quiz-option-card.is-correct {
    border-color: #22c55e !important;
    background: rgba(34, 197, 94, 0.08) !important;
    box-shadow: 0 4px 16px rgba(34, 197, 94, 0.15) !important;
    animation: correctPulse 0.4s ease;
}

.quiz-option-card.is-correct .quiz-option-letter {
    background: #22c55e !important;
    border-color: #22c55e !important;
    color: #ffffff !important;
}

.quiz-option-card.is-correct .quiz-option-feedback-icon::after {
    content: '\f00c';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    color: #22c55e;
    font-size: 20px;
    margin-left: auto;
}

/* Wrong Answer State (Red) */
.quiz-option-card.is-wrong {
    border-color: #ef4444 !important;
    background: rgba(239, 68, 68, 0.08) !important;
    box-shadow: 0 4px 16px rgba(239, 68, 68, 0.15) !important;
    animation: wrongShake 0.4s ease;
}

.quiz-option-card.is-wrong .quiz-option-letter {
    background: #ef4444 !important;
    border-color: #ef4444 !important;
    color: #ffffff !important;
}

.quiz-option-card.is-wrong .quiz-option-feedback-icon::after {
    content: '\f00d';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    color: #ef4444;
    font-size: 20px;
    margin-left: auto;
}

.quiz-option-feedback-icon {
    margin-left: auto;
    display: flex;
    align-items: center;
}

@keyframes correctPulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.02); }
    100% { transform: scale(1); }
}

@keyframes wrongShake {
    0%, 100% { transform: translateX(0); }
    20%, 60% { transform: translateX(-6px); }
    40%, 80% { transform: translateX(6px); }
}

/* Question Transition Animations (Apple-style 3D Perspective Spring & Stagger) */
.quiz-question-box {
    margin-bottom: 30px;
    perspective: 1000px;
    will-change: transform, opacity;
}

.quiz-question-box.slide-next-enter {
    animation: quizSpringNextEnter 0.55s cubic-bezier(0.175, 0.885, 0.32, 1.15) forwards;
}

.quiz-question-box.slide-prev-enter {
    animation: quizSpringPrevEnter 0.55s cubic-bezier(0.175, 0.885, 0.32, 1.15) forwards;
}

@keyframes quizSpringNextEnter {
    0% {
        opacity: 0;
        transform: translateY(28px) scale(0.94) rotateX(-6deg);
        filter: blur(4px);
    }
    60% {
        opacity: 1;
        transform: translateY(-3px) scale(1.01) rotateX(1deg);
        filter: blur(0px);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1) rotateX(0deg);
        filter: blur(0px);
    }
}

@keyframes quizSpringPrevEnter {
    0% {
        opacity: 0;
        transform: translateY(-28px) scale(0.94) rotateX(6deg);
        filter: blur(4px);
    }
    60% {
        opacity: 1;
        transform: translateY(3px) scale(1.01) rotateX(-1deg);
        filter: blur(0px);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1) rotateX(0deg);
        filter: blur(0px);
    }
}

.quiz-option-letter {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: #ffffff;
    border: 2px solid #cbd5e1;
    color: var(--color-primary);
    font-weight: 800;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 18px;
    flex-shrink: 0;
    transition: all 0.25s ease;
}

.quiz-option-card.selected .quiz-option-letter {
    background: var(--color-secondary);
    border-color: var(--color-secondary);
    color: #ffffff;
}

.quiz-option-text {
    font-size: 16px;
    font-weight: 600;
    color: var(--color-text-main);
    line-height: 1.4;
}

/* Nav Actions */
.quiz-nav-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 35px;
    padding-top: 25px;
    border-top: 1px solid #e2e8f0;
}

.quiz-nav-btn {
    padding: 14px 28px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 15px;
    border: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.quiz-prev-btn {
    background: #e2e8f0;
    color: var(--color-primary);
}

.quiz-prev-btn:hover {
    background: #cbd5e1;
}

.quiz-next-btn {
    background: var(--color-secondary);
    color: #ffffff;
    box-shadow: 0 6px 18px rgba(255, 107, 0, 0.3);
}

.quiz-next-btn:hover {
    background: #e66000;
    box-shadow: 0 10px 24px rgba(255, 107, 0, 0.45);
}

/* Result Section */
.quiz-result-card {
    text-align: center;
    padding: 20px 10px;
}

.quiz-result-icon {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(255, 107, 0, 0.15) 0%, rgba(255, 168, 0, 0.25) 100%);
    border: 3px solid var(--color-secondary);
    color: var(--color-secondary);
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    box-shadow: 0 10px 30px rgba(255, 107, 0, 0.2);
}

.quiz-result-title {
    font-size: 26px;
    font-weight: 800;
    color: var(--color-primary);
    margin-bottom: 12px;
}

.quiz-result-report-box {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    color: #ffffff;
    border-radius: 20px;
    padding: 35px 30px;
    margin: 30px 0;
    box-shadow: 0 15px 40px rgba(15, 23, 42, 0.2);
}

.quiz-user-name {
    font-size: 22px;
    font-weight: 800;
    color: #ffa800;
    margin-bottom: 14px;
}

.quiz-report-text {
    font-size: 16.5px;
    color: #cbd5e1;
    line-height: 1.7;
    margin-bottom: 25px;
}

.quiz-stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.quiz-stat-pill {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    padding: 16px 12px;
}

.quiz-stat-val {
    font-size: 26px;
    font-weight: 900;
    margin-bottom: 4px;
}

.quiz-stat-val.correct { color: #22c55e; }
.quiz-stat-val.wrong { color: #ef4444; }
.quiz-stat-val.score { color: #3b82f6; }

.quiz-stat-lbl {
    font-size: 12px;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
}

.quiz-restart-btn {
    padding: 16px 36px;
    border-radius: 12px;
    font-weight: 800;
    font-size: 15px;
    background: var(--color-primary);
    color: #ffffff;
    border: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
}

.quiz-restart-btn:hover {
    background: var(--color-secondary);
    transform: translateY(-2px);
}

/* ==========================================
   Neden Alfamed / Choose Cards (HIGH VISIBILITY BORDER & CONTRAST)
   ========================================== */
.why-choose-section {
    background-color: #f1f5f9 !important; /* Soft gray background so white boxes pop out sharply! */
    padding: 90px 0 !important;
}

.why-choose-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

@media (max-width: 992px) {
    .why-choose-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .why-choose-grid {
        grid-template-columns: 1fr;
    }
}

.why-choose-section .choose-card {
    position: relative !important;
    background: #ffffff !important;
    border: 2px solid #94a3b8 !important; /* Highly visible crisp slate border line! */
    border-radius: 20px !important;
    padding: 42px 32px !important;
    text-align: center !important;
    box-shadow: 0 12px 35px rgba(15, 23, 42, 0.1), 0 4px 10px rgba(15, 23, 42, 0.05) !important;
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1) !important;
    overflow: hidden !important;
}

.why-choose-section .choose-card:hover {
    border-color: #FF6B00 !important; /* Vibrant orange border on hover! */
    transform: translateY(-8px) !important;
    box-shadow: 0 22px 50px rgba(255, 107, 0, 0.25), 0 8px 20px rgba(15, 23, 42, 0.12) !important;
}

.why-choose-section .choose-icon-box {
    width: 70px !important;
    height: 70px !important;
    margin: 0 auto 24px !important;
    border-radius: 18px !important;
    background: rgba(255, 107, 0, 0.1) !important;
    border: 2px solid rgba(255, 107, 0, 0.4) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #FF6B00 !important;
    transition: all 0.35s ease !important;
}

.why-choose-section .choose-icon-box svg {
    width: 32px !important;
    height: 32px !important;
    stroke: #FF6B00 !important;
}

.why-choose-section .choose-card:hover .choose-icon-box {
    background: linear-gradient(135deg, #FF6B00 0%, #FF8A00 100%) !important;
    border-color: #FF6B00 !important;
    color: #ffffff !important;
    transform: scale(1.1) rotate(4deg) !important;
    box-shadow: 0 10px 25px rgba(255, 107, 0, 0.4) !important;
}

.why-choose-section .choose-card:hover .choose-icon-box svg {
    stroke: #ffffff !important;
}

.why-choose-section .choose-card-title {
    font-family: var(--font-heading) !important;
    font-size: 21px !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    margin-bottom: 14px !important;
    line-height: 1.3 !important;
}

.why-choose-section .choose-card-desc {
    font-size: 15px !important;
    color: #334155 !important; /* High contrast dark text! */
    line-height: 1.65 !important;
    font-weight: 500 !important;
    margin: 0 !important;
}

.why-choose-section .choose-card-border {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 5px !important;
    background: linear-gradient(90deg, #FF6B00, #FFA800) !important;
    opacity: 0 !important;
    transition: opacity 0.35s ease !important;
}

.why-choose-section .choose-card:hover .choose-card-border {
    opacity: 1 !important;
}

/* ==========================================
   Sağlık Bakanlığı Onaylı Section Styles
   ========================================== */
.accredited-section {
    padding: 90px 0;
    background-color: #f8fafc;
}

.accredited-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

@media (max-width: 992px) {
    .accredited-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

.accredited-media-wrapper {
    position: relative;
}

.accredited-main-card {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.12);
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: #ffffff;
    height: 400px;
}

.accredited-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.accredited-main-card:hover .accredited-img {
    transform: scale(1.04);
}

.floating-badge-accredited {
    position: absolute;
    bottom: -20px;
    right: -20px;
    background: #ffffff;
    border-radius: 18px;
    padding: 16px 24px;
    display: flex;
    align-items: center;
    gap: 14px;
    box-shadow: 0 15px 35px rgba(15, 23, 42, 0.15);
    border: 1px solid rgba(255, 107, 0, 0.2);
    z-index: 5;
}

.floating-badge-accredited .badge-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(255, 107, 0, 0.1);
    color: var(--color-secondary);
    display: flex;
    align-items: center;
    justify-content: center;
}

.floating-badge-accredited .badge-icon svg {
    width: 24px;
    height: 24px;
    stroke: var(--color-secondary);
}

.floating-badge-accredited .badge-title {
    display: block;
    font-size: 14px;
    font-weight: 800;
    color: var(--color-primary);
}

.floating-badge-accredited .badge-subtitle {
    display: block;
    font-size: 12px;
    color: var(--color-text-muted);
}

/* ==========================================
   Eğitimlerimiz - 3-Column Luxury Course Grid Section
   ========================================== */
.main-courses-section {
    padding: 95px 0;
    background-color: #ffffff;
    position: relative;
}

.courses-header {
    margin-bottom: 55px;
}

.courses-tag {
    font-family: var(--font-heading);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--color-secondary);
    background: rgba(255, 107, 0, 0.1);
    padding: 7px 18px;
    border-radius: 50px;
    border: 1px solid rgba(255, 107, 0, 0.2);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
}

.courses-section-title {
    font-size: 36px;
    font-weight: 900;
    color: var(--color-primary);
    margin-bottom: 14px;
    letter-spacing: -0.5px;
}

.courses-section-subtitle {
    font-size: 16px;
    color: var(--color-text-muted);
    max-width: 680px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Course Filter Tabs */
.course-filter-tabs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 32px;
}

.course-filter-btn {
    padding: 10px 22px;
    border-radius: 30px;
    font-family: var(--font-heading);
    font-size: 13.5px;
    font-weight: 700;
    color: #475569;
    background: #f1f5f9;
    border: 1.5px solid #e2e8f0;
    cursor: pointer;
    transition: all 0.3s ease;
}

.course-filter-btn:hover {
    color: #FF6B00;
    border-color: rgba(255, 107, 0, 0.4);
    background: rgba(255, 107, 0, 0.06);
}

.course-filter-btn.active {
    color: #ffffff;
    background: linear-gradient(135deg, #FF6B00 0%, #FF8A00 100%);
    border-color: #FF6B00;
    box-shadow: 0 6px 18px rgba(255, 107, 0, 0.35);
}

/* Load More Button Styles */
.load-more-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 45px;
    width: 100%;
}

.load-more-btn {
    background: linear-gradient(135deg, #FF6B00 0%, #FF8A00 100%) !important;
    border: none !important;
    color: #ffffff !important;
    font-family: var(--font-heading);
    font-size: 15px !important;
    font-weight: 800 !important;
    padding: 14px 38px !important;
    border-radius: 50px !important;
    cursor: pointer;
    box-shadow: 0 6px 20px rgba(255, 107, 0, 0.3) !important;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.load-more-btn:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 10px 28px rgba(255, 107, 0, 0.45) !important;
}

.load-more-btn i {
    font-size: 14px;
    transition: transform 0.3s ease;
}

.load-more-btn:hover i {
    transform: translateY(2px);
}

.course-card-item.hidden-card {
    display: none !important;
}

.course-card-item.fade-in-card {
    display: flex !important;
    opacity: 0;
    transform: translateY(20px);
    animation: courseCardFadeIn 0.6s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes courseCardFadeIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.courses-grid-3col {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

@media (max-width: 1024px) {
    .courses-grid-3col {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .courses-grid-3col {
        grid-template-columns: 1fr;
    }
}

.course-card-item {
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 12px 35px rgba(15, 23, 42, 0.07), 0 2px 8px rgba(15, 23, 42, 0.03);
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    display: flex;
    flex-direction: column;
}

.course-card-item:hover {
    border-color: rgba(255, 107, 0, 0.45);
    transform: translateY(-8px);
    box-shadow: 0 22px 50px rgba(255, 107, 0, 0.16), 0 8px 25px rgba(15, 23, 42, 0.08);
}

.course-card-thumb {
    position: relative;
    width: 100%;
    height: 220px;
    overflow: hidden;
    background-color: #0f172a;
}

.course-card-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.course-card-item:hover .course-card-thumb img {
    transform: scale(1.06);
}

/* Official e-Devlet Badge */
.edevlet-seal-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    background: rgba(16, 185, 129, 0.92);
    backdrop-filter: blur(8px);
    color: #ffffff;
    font-family: var(--font-heading);
    font-size: 12.5px;
    font-weight: 800;
    padding: 6px 14px;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    box-shadow: 0 6px 18px rgba(16, 185, 129, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.3);
    z-index: 2;
}

.edevlet-seal-badge.health-seal {
    background: rgba(239, 68, 68, 0.92);
    box-shadow: 0 6px 18px rgba(239, 68, 68, 0.35);
}

.course-card-body {
    padding: 28px 24px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.course-category {
    font-family: var(--font-heading);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--color-secondary);
    margin-bottom: 8px;
}

.course-title {
    font-family: var(--font-heading);
    font-size: 19px;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.35;
    margin-bottom: 12px;
}

.course-desc {
    font-size: 14px;
    color: #475569;
    line-height: 1.6;
    margin-bottom: 24px;
    flex-grow: 1;
}

.course-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 18px;
    border-top: 1px solid #f1f5f9;
}

.official-accreditation-tag {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 700;
    color: #64748b;
}

.official-accreditation-tag i {
    color: #10b981;
}

.btn-course-details {
    padding: 9px 18px !important;
    font-size: 13px !important;
    border-radius: 20px !important;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

/* ==========================================
   Hakkımızda (About Us) Page Luxury Styling
   ========================================== */
.about-hero-section {
    position: relative;
    padding: 140px 0 100px;
    background: linear-gradient(135deg, #0b1329 0%, #1a2942 50%, #0f172a 100%);
    color: #ffffff;
    overflow: hidden;
}

.about-hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: radial-gradient(rgba(255, 107, 0, 0.12) 1px, transparent 1px);
    background-size: 32px 32px;
    pointer-events: none;
}

.about-hero-container {
    position: relative;
    z-index: 2;
}

.about-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 107, 0, 0.15);
    border: 1px solid rgba(255, 107, 0, 0.35);
    color: #FF6B00;
    padding: 8px 22px;
    border-radius: 30px;
    font-family: var(--font-heading);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 24px;
}

.about-hero-title {
    font-size: 46px;
    font-weight: 900;
    line-height: 1.2;
    color: #ffffff;
    max-width: 920px;
    margin: 0 auto 20px;
    letter-spacing: -0.8px;
}

@media (max-width: 768px) {
    .about-hero-title {
        font-size: 32px;
    }
}

.about-hero-subtitle {
    font-size: 18px;
    color: #94a3b8;
    max-width: 780px;
    margin: 0 auto 40px;
    line-height: 1.65;
}

.about-hero-stats-strip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 35px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 60px;
    padding: 16px 40px;
}

@media (max-width: 640px) {
    .about-hero-stats-strip {
        flex-direction: column;
        gap: 15px;
        border-radius: 24px;
        padding: 20px;
    }
    .stat-divider {
        display: none;
    }
}

.hero-stat-pill {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero-stat-pill .stat-num {
    font-family: var(--font-heading);
    font-size: 26px;
    font-weight: 900;
    color: #FF6B00;
}

.hero-stat-pill .stat-lbl {
    font-size: 13px;
    color: #cbd5e1;
    font-weight: 600;
}

.stat-divider {
    width: 1px;
    height: 32px;
    background: rgba(255, 255, 255, 0.15);
}

/* About Story Section */
.about-story-section {
    padding: 100px 0;
    background-color: #ffffff;
}

.about-story-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

@media (max-width: 992px) {
    .about-story-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

.story-image-frame {
    position: relative;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(15, 23, 42, 0.14);
    border: 2px solid #e2e8f0;
}

.story-main-img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}

.story-image-frame:hover .story-main-img {
    transform: scale(1.03);
}

.story-badge-floating {
    position: absolute;
    bottom: 25px;
    left: 25px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(12px);
    border-radius: 20px;
    padding: 16px 24px;
    display: flex;
    align-items: center;
    gap: 16px;
    box-shadow: 0 15px 35px rgba(15, 23, 42, 0.15);
    border: 1px solid rgba(255, 107, 0, 0.3);
}

.story-badge-icon {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: #FF6B00;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.story-badge-text strong {
    display: block;
    font-size: 15px;
    color: #0f172a;
}

.story-badge-text span {
    display: block;
    font-size: 12px;
    color: #64748b;
}

.section-tag-sub {
    font-family: var(--font-heading);
    font-size: 13px;
    font-weight: 800;
    color: #FF6B00;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}

.story-title {
    font-size: 34px;
    font-weight: 900;
    color: #0f172a;
    line-height: 1.25;
    margin-bottom: 20px;
}

.story-lead {
    font-size: 17px;
    font-weight: 700;
    color: #1e293b;
    line-height: 1.6;
    margin-bottom: 16px;
}

.story-paragraph {
    font-size: 15px;
    color: #475569;
    line-height: 1.7;
    margin-bottom: 30px;
}

.story-features-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.story-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.feat-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(16, 185, 129, 0.12);
    color: #10b981;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    flex-shrink: 0;
    margin-top: 2px;
}

.feat-info h4 {
    font-family: var(--font-heading);
    font-size: 16px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 4px;
}

.feat-info p {
    font-size: 13.5px;
    color: #64748b;
    line-height: 1.5;
    margin: 0;
}

/* Vision & Mission Section */
.vision-mission-section {
    padding: 90px 0;
    background-color: #f8fafc;
}

.vision-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 35px;
}

@media (max-width: 768px) {
    .vision-grid {
        grid-template-columns: 1fr;
    }
}

.vm-card {
    background: #ffffff;
    border: 2px solid #e2e8f0;
    border-radius: 24px;
    padding: 45px 35px;
    position: relative;
    box-shadow: 0 12px 35px rgba(15, 23, 42, 0.05);
    transition: all 0.35s ease;
}

.vm-card:hover {
    border-color: #FF6B00;
    transform: translateY(-6px);
    box-shadow: 0 20px 45px rgba(255, 107, 0, 0.12);
}

.vm-icon-box {
    width: 60px;
    height: 60px;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(255, 107, 0, 0.15) 0%, rgba(255, 107, 0, 0.03) 100%);
    border: 1.5px solid rgba(255, 107, 0, 0.3);
    color: #FF6B00;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 24px;
}

.vm-title {
    font-size: 24px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 14px;
}

.vm-desc {
    font-size: 15px;
    color: #475569;
    line-height: 1.65;
    margin-bottom: 24px;
}

.vm-checklist {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.vm-checklist li {
    font-size: 14px;
    font-weight: 700;
    color: #1e293b;
    display: flex;
    align-items: center;
    gap: 10px;
}

.vm-checklist li i {
    color: #FF6B00;
}

/* Values Section */
.values-section {
    padding: 100px 0;
    background-color: #ffffff;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
    margin-top: 50px;
}

@media (max-width: 1024px) {
    .values-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .values-grid {
        grid-template-columns: 1fr;
    }
}

.value-card {
    background: #f8fafc;
    border: 1.5px solid #e2e8f0;
    border-radius: 20px;
    padding: 36px 26px;
    position: relative;
    transition: all 0.35s ease;
}

.value-card:hover {
    background: #ffffff;
    border-color: #FF6B00;
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(255, 107, 0, 0.12);
}

.val-num {
    position: absolute;
    top: 20px;
    right: 24px;
    font-family: var(--font-heading);
    font-size: 28px;
    font-weight: 900;
    color: #cbd5e1;
    transition: color 0.35s ease;
}

.value-card:hover .val-num {
    color: rgba(255, 107, 0, 0.25);
}

.val-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    color: #FF6B00;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 20px;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.05);
}

.val-title {
    font-size: 19px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 10px;
}

.val-desc {
    font-size: 14px;
    color: #64748b;
    line-height: 1.6;
    margin: 0;
}

/* About CTA Section */
.about-cta-section {
    padding: 0 0 100px;
    background-color: #ffffff;
}

.about-cta-card {
    background: linear-gradient(135deg, #0b1329 0%, #FF6B00 160%);
    border-radius: 30px;
    padding: 60px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    box-shadow: 0 25px 60px rgba(11, 19, 41, 0.2);
}

@media (max-width: 992px) {
    .about-cta-card {
        flex-direction: column;
        text-align: center;
        padding: 40px 30px;
    }
}

.cta-content h2 {
    font-size: 28px;
    font-weight: 900;
    color: #ffffff;
    margin-bottom: 10px;
}

.cta-content p {
    font-size: 16px;
    color: #cbd5e1;
    margin: 0;
}

.cta-actions {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
}

@media (max-width: 640px) {
    .cta-actions {
        flex-direction: column;
        width: 100%;
    }
    .cta-actions .btn {
        width: 100%;
        justify-content: center;
    }
}

/* ==========================================
   Parallax Video / Info Section Background Image
   ========================================== */
.parallax-video-section {
    position: relative;
    padding: 110px 0 !important;
    background: linear-gradient(rgba(15, 23, 42, 0.78), rgba(15, 23, 42, 0.82)), url('../images/promises_bg.jpg') no-repeat center center / cover !important;
    background-attachment: fixed !important;
    color: #ffffff !important;
    overflow: hidden;
}

.parallax-mini-tag {
    font-family: var(--font-heading);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--color-secondary);
    background: rgba(255, 107, 0, 0.15);
    padding: 7px 20px;
    border-radius: 50px;
    border: 1px solid rgba(255, 107, 0, 0.3);
    display: inline-block;
    margin-bottom: 18px;
}

.parallax-heading {
    font-size: 38px;
    font-weight: 900;
    color: #ffffff;
    line-height: 1.3;
    margin-bottom: 35px;
    letter-spacing: -0.5px;
}

.parallax-heading .accent-text {
    color: var(--color-secondary);
    display: inline-block;
}

.parallax-badge-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 16px;
    list-style: none;
    padding: 0;
    margin: 35px 0 0 0;
}

.parallax-badge-list li {
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 40px;
    padding: 12px 24px;
    font-family: var(--font-heading);
    font-size: 14.5px;
    font-weight: 700;
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    transition: all 0.35s ease;
}

.parallax-badge-list li:hover {
    background: rgba(255, 107, 0, 0.25);
    border-color: #FF6B00;
    transform: translateY(-3px);
}

.badge-icon-check {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: var(--color-secondary);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.badge-icon-check svg {
    width: 13px;
    height: 13px;
    stroke: #ffffff;
}

@media (max-width: 768px) {
    .parallax-video-section {
        background-attachment: scroll !important;
        padding: 70px 0 !important;
    }
    .parallax-heading {
        font-size: 28px;
    }
}

/* ==========================================
   Ultra Luxury 7-Section Hakkımızda Page CSS
   ========================================== */
.about-luxury-hero {
    position: relative;
    padding: 150px 0 110px;
    background: linear-gradient(135deg, #090e1a 0%, #0f172a 50%, #1e293b 100%);
    color: #ffffff;
    text-align: center;
    overflow: hidden;
}

.hero-bg-glow {
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    width: 800px;
    height: 400px;
    background: radial-gradient(circle, rgba(255, 107, 0, 0.25) 0%, rgba(255, 107, 0, 0) 70%);
    filter: blur(80px);
    pointer-events: none;
}

.hero-pill-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 107, 0, 0.12);
    border: 1px solid rgba(255, 107, 0, 0.35);
    color: #FF6B00;
    padding: 8px 24px;
    border-radius: 50px;
    font-family: var(--font-heading);
    font-size: 13.5px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 24px;
}

.about-hero-headline {
    font-size: 48px;
    font-weight: 900;
    line-height: 1.2;
    color: #ffffff;
    max-width: 900px;
    margin: 0 auto 20px;
    letter-spacing: -1px;
}

.gradient-text-gold {
    background: linear-gradient(135deg, #FF6B00 0%, #FFA800 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.about-hero-subtext {
    font-size: 18px;
    color: #94a3b8;
    max-width: 780px;
    margin: 0 auto 45px;
    line-height: 1.65;
}

.about-metrics-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    max-width: 1100px;
    margin: 0 auto;
}

@media (max-width: 992px) {
    .about-metrics-strip {
        grid-template-columns: repeat(2, 1fr);
    }
    .about-hero-headline {
        font-size: 34px;
    }
}

@media (max-width: 576px) {
    .about-metrics-strip {
        grid-template-columns: 1fr;
    }
}

.metric-card-pill {
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 22px 20px;
    display: flex;
    align-items: center;
    gap: 16px;
    text-align: left;
    transition: all 0.35s ease;
}

.metric-card-pill:hover {
    background: rgba(255, 107, 0, 0.12);
    border-color: rgba(255, 107, 0, 0.4);
    transform: translateY(-4px);
}

.metric-icon {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    background: rgba(255, 107, 0, 0.2);
    color: #FF6B00;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}

.metric-num {
    display: block;
    font-family: var(--font-heading);
    font-size: 24px;
    font-weight: 900;
    color: #ffffff;
    line-height: 1.1;
}

.metric-label {
    display: block;
    font-size: 12.5px;
    color: #94a3b8;
    font-weight: 600;
}

/* SECTION 2: Journey Section */
.about-journey-section {
    padding: 100px 0;
    background-color: #ffffff;
}

.journey-wrapper-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 65px;
    align-items: center;
}

@media (max-width: 992px) {
    .journey-wrapper-grid {
        grid-template-columns: 1fr;
        gap: 45px;
    }
}

.luxury-image-box {
    position: relative;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(15, 23, 42, 0.14);
    border: 2px solid #e2e8f0;
}

.journey-main-image {
    width: 100%;
    height: 520px;
    object-fit: cover;
    display: block;
}

.journey-floating-card {
    position: absolute;
    bottom: 25px;
    left: 25px;
    right: 25px;
    background: rgba(15, 23, 42, 0.88);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    padding: 18px 24px;
    display: flex;
    align-items: center;
    gap: 16px;
    color: #ffffff;
}

.j-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: #FF6B00;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}

.j-txt h4 {
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 2px;
    color: #ffffff;
}

.j-txt p {
    font-size: 13px;
    color: #cbd5e1;
    margin: 0;
}

.luxury-subtag {
    font-family: var(--font-heading);
    font-size: 13px;
    font-weight: 800;
    color: #FF6B00;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}

.journey-title {
    font-size: 34px;
    font-weight: 900;
    color: #0f172a;
    line-height: 1.25;
    margin-bottom: 18px;
}

.journey-lead {
    font-size: 16.5px;
    font-weight: 700;
    color: #1e293b;
    line-height: 1.6;
    margin-bottom: 14px;
}

.journey-body {
    font-size: 14.5px;
    color: #475569;
    line-height: 1.65;
    margin-bottom: 28px;
}

.mini-timeline-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.timeline-step-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 14px 18px;
    transition: all 0.3s ease;
}

.timeline-step-item:hover {
    border-color: #FF6B00;
    background: #ffffff;
    box-shadow: 0 8px 20px rgba(255, 107, 0, 0.08);
}

.step-badge {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: #FF6B00;
    color: #ffffff;
    font-family: var(--font-heading);
    font-size: 13.5px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.step-info h4 {
    font-size: 15px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 2px;
}

.step-info p {
    font-size: 13px;
    color: #64748b;
    margin: 0;
}

/* SECTION 3: Pillars 6 Grid */
.about-pillars-section {
    padding: 95px 0;
    background-color: #f8fafc;
}

.pillars-grid-6 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 50px;
}

@media (max-width: 992px) {
    .pillars-grid-6 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .pillars-grid-6 {
        grid-template-columns: 1fr;
    }
}

.pillar-card {
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    border-radius: 24px;
    padding: 38px 28px;
    transition: all 0.35s ease;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
}

.pillar-card:hover {
    border-color: #FF6B00;
    transform: translateY(-6px);
    box-shadow: 0 20px 45px rgba(255, 107, 0, 0.12);
}

.pillar-card.highlight-card {
    background: linear-gradient(145deg, #ffffff 0%, #fffbf7 100%);
    border-color: rgba(255, 107, 0, 0.3);
}

.pillar-icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: rgba(255, 107, 0, 0.1);
    border: 1.5px solid rgba(255, 107, 0, 0.3);
    color: #FF6B00;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 20px;
}

.pillar-title {
    font-size: 20px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 12px;
}

.pillar-desc {
    font-size: 14.5px;
    color: #475569;
    line-height: 1.6;
    margin: 0;
}

/* SECTION 4: Parkour Showcase */
.about-parkour-section {
    padding: 100px 0;
    background-color: #ffffff;
}

.parkour-wrapper-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

@media (max-width: 992px) {
    .parkour-wrapper-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

.parkour-title {
    font-size: 34px;
    font-weight: 900;
    color: #0f172a;
    line-height: 1.25;
    margin-bottom: 18px;
}

.parkour-text {
    font-size: 15.5px;
    color: #475569;
    line-height: 1.65;
    margin-bottom: 28px;
}

.parkour-check-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.parkour-check-item {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 14.5px;
    font-weight: 700;
    color: #1e293b;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 14px 20px;
}

.parkour-check-item i {
    color: #10b981;
    font-size: 16px;
    flex-shrink: 0;
}

.parkour-img-frame {
    position: relative;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(15, 23, 42, 0.14);
    border: 2px solid #e2e8f0;
}

.parkour-img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    display: block;
}

.parkour-tag-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(15, 23, 42, 0.88);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 800;
    display: flex;
    align-items: center;
    gap: 8px;
}

.parkour-tag-badge i {
    color: #FF6B00;
}

/* SECTION 5: Team Showcase */
.about-team-section {
    padding: 95px 0;
    background-color: #f8fafc;
}

.team-showcase-card {
    background: #ffffff;
    border: 2px solid #e2e8f0;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.08);
    margin-top: 45px;
}

.team-showcase-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}

@media (max-width: 992px) {
    .team-showcase-grid {
        grid-template-columns: 1fr;
    }
}

.team-image-box {
    height: 420px;
}

.team-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.team-content-box {
    padding: 50px 45px;
}

.team-badge {
    display: inline-block;
    background: rgba(255, 107, 0, 0.12);
    color: #FF6B00;
    font-family: var(--font-heading);
    font-size: 12.5px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 6px 16px;
    border-radius: 20px;
    margin-bottom: 16px;
}

.team-content-box h3 {
    font-size: 28px;
    font-weight: 900;
    color: #0f172a;
    margin-bottom: 14px;
}

.team-content-box p {
    font-size: 15px;
    color: #475569;
    line-height: 1.65;
    margin-bottom: 24px;
}

.team-feature-bullets {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.t-bullet {
    font-size: 14px;
    color: #1e293b;
    display: flex;
    align-items: center;
    gap: 10px;
}

.t-bullet i {
    color: #FF6B00;
}

/* SECTION 6: FAQ Accordion */
.about-faq-section {
    padding: 100px 0;
    background-color: #ffffff;
}

.about-faq-container {
    max-width: 850px;
    margin: 45px auto 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.faq-item {
    background: #f8fafc;
    border: 1.5px solid #e2e8f0;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item.active {
    background: #ffffff;
    border-color: #FF6B00;
    box-shadow: 0 12px 30px rgba(255, 107, 0, 0.12);
}

.faq-question {
    width: 100%;
    padding: 22px 28px;
    background: transparent;
    border: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: var(--font-heading);
    font-size: 17px;
    font-weight: 800;
    color: #0f172a;
    text-align: left;
    cursor: pointer;
}

.faq-icon {
    color: #FF6B00;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-icon {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
    padding: 0 28px;
}

.faq-item.active .faq-answer {
    max-height: 250px;
    padding: 0 28px 24px;
}

.faq-answer p {
    font-size: 14.5px;
    color: #475569;
    line-height: 1.65;
    margin: 0;
}

/* SECTION 7: Executive CTA */
.about-executive-cta {
    padding: 0 0 100px;
    background-color: #ffffff;
}

.executive-cta-box {
    background: linear-gradient(135deg, #090e1a 0%, #1e293b 60%, #FF6B00 180%);
    border-radius: 32px;
    padding: 70px 40px;
    color: #ffffff;
    box-shadow: 0 25px 60px rgba(9, 14, 26, 0.22);
}

.cta-mini-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 107, 0, 0.2);
    border: 1px solid rgba(255, 107, 0, 0.4);
    color: #FF6B00;
    padding: 6px 18px;
    border-radius: 30px;
    font-family: var(--font-heading);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.executive-cta-box h2 {
    font-size: 34px;
    font-weight: 900;
    color: #ffffff;
    max-width: 750px;
    margin: 0 auto 16px;
    line-height: 1.25;
}

.executive-cta-box p {
    font-size: 16.5px;
    color: #cbd5e1;
    max-width: 650px;
    margin: 0 auto 35px;
    line-height: 1.6;
}

.executive-btn-group {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

@media (max-width: 640px) {
    .executive-btn-group {
        flex-direction: column;
    }
    .executive-btn-group .btn {
        width: 100%;
        justify-content: center;
    }
}

/* ==========================================
   Subpage Page Header Hero Banner (Reference ProTeknik / Alfamed Luxury Redesign)
   ========================================== */
.page-header-hero-banner {
    position: relative;
    width: 100%;
    min-height: 600px !important;
    padding-top: 260px !important;
    padding-bottom: 120px !important;
    background: linear-gradient(90deg, #091322 0%, rgba(9, 19, 34, 0.92) 40%, rgba(9, 19, 34, 0.45) 75%, rgba(9, 19, 34, 0.2) 100%), url('../images/subpage_header_bg.jpg') no-repeat center right / cover !important;
    border-bottom-left-radius: 40px !important;
    border-bottom-right-radius: 40px !important;
    overflow: hidden;
    margin-top: -120px;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.2);
    display: flex;
    align-items: flex-end;
}

.page-header-hero-container {
    position: relative;
    z-index: 5;
    width: 100%;
}

.page-header-hero-content {
    max-width: 750px;
}

.page-header-hero-title {
    font-family: var(--font-heading);
    font-size: 52px;
    font-weight: 900;
    color: #ffffff;
    line-height: 1.15;
    margin-bottom: 18px;
    letter-spacing: -0.5px;
    text-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
}

.page-header-breadcrumb .breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
    font-family: var(--font-heading);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.page-header-breadcrumb .breadcrumb-item a {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    transition: color 0.3s ease;
}

.page-header-breadcrumb .breadcrumb-item a:hover {
    color: var(--color-secondary);
}

.page-header-breadcrumb .breadcrumb-item-sep {
    color: var(--color-secondary);
    font-weight: 900;
}

.page-header-breadcrumb .breadcrumb-item.active {
    color: var(--color-secondary);
}

@media (max-width: 992px) {
    .page-header-hero-banner {
        min-height: 450px !important;
        padding-top: 200px !important;
        padding-bottom: 80px !important;
        border-bottom-left-radius: 30px !important;
        border-bottom-right-radius: 30px !important;
    }
    .page-header-hero-title {
        font-size: 38px;
    }
}

/* ==========================================
   Exact ProTeknik Image 2 Reference Subpage Header CSS
   ========================================== */
.subpage-integrated-header {
    width: 100%;
    padding: 12px 0 35px;
    background-color: #f8fafc;
}

.subpage-hero-banner-wrapper {
    padding-top: 30px;
    padding-bottom: 75px !important;
    background-color: #ffffff !important;
}

body:not(.home) .site-header:not(.is-sticky) {
    top: 30px;
}

.subpage-header-fluid {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1540px;
    margin: 0 auto;
}

.subpage-hero-card {
    position: relative;
    width: 100%;
    min-height: 440px;
    border-radius: 30px !important;
    background: linear-gradient(90deg, #041920 0%, rgba(4, 25, 32, 0.95) 45%, rgba(4, 25, 32, 0.7) 75%, rgba(4, 25, 32, 0.4) 100%), url('../images/course_ilk_yardim.jpg') no-repeat center center / cover !important;
    padding: 22px 45px 40px 45px !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: visible !important;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.subpage-nav-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 100;
    margin-top: -38px !important;
    margin-bottom: 0 !important;
    transform: translateY(-18px);
}

.subpage-site-logo {
    margin-left: 0 !important;
    display: inline-flex;
    align-items: center;
}

.subpage-logo-img {
    height: 80px !important;
    max-height: 85px !important;
    width: auto !important;
    object-fit: contain;
}

.subpage-menu-wrapper {
    display: flex;
    align-items: center;
    margin-left: 0 !important;
}

.subpage-menu-list {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 8px !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    white-space: nowrap !important;
}

.subpage-menu-list > li {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    margin: 0 !important;
    padding: 0 !important;
}

.subpage-menu-list > li > a {
    color: #ffffff !important;
    font-family: var(--font-heading) !important;
    font-size: 14.5px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    text-decoration: none !important;
    padding: 8px 14px !important;
    border-radius: 30px !important;
    transition: all 0.3s ease !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
}

.subpage-menu-list > li > a:hover,
.subpage-menu-list > li.current-menu-item > a,
.subpage-menu-list > li.current_page_item > a {
    color: #FF8A00 !important;
    background: rgba(255, 255, 255, 0.12) !important;
}

.subpage-header-right {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    z-index: 100;
}

.subpage-social-links {
    display: flex;
    align-items: center;
    gap: 14px;
}

.subpage-social-links a {
    color: #ffffff;
    font-size: 15px;
    transition: all 0.3s ease;
}

.subpage-social-links a:hover {
    color: #FF6B00;
    transform: translateY(-2px);
}

.btn-subpage-online {
    background: #FF6B00;
    color: #ffffff !important;
    font-family: var(--font-heading);
    font-size: 15px !important;
    font-weight: 800 !important;
    padding: 11px 26px !important;
    border-radius: 50px !important;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 6px 20px rgba(255, 107, 0, 0.35);
    transition: all 0.3s ease;
}

.btn-subpage-online:hover {
    background: #e05e00;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(255, 107, 0, 0.45);
}

.btn-subpage-outline:hover {
    background: rgba(255, 255, 255, 0.15) !important;
    border-color: #ffffff !important;
    transform: translateY(-2px);
}

.subpage-header-divider {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.15);
    margin: -60px 0 30px 0 !important;
    position: relative;
    z-index: 10;
}

.subpage-title-box {
    position: relative;
    z-index: 10;
    max-width: 650px;
}

.subpage-main-title {
    font-family: var(--font-heading);
    font-size: 52px !important;
    font-weight: 900 !important;
    color: #ffffff !important;
    margin-bottom: 10px !important;
    letter-spacing: -0.5px;
    line-height: 1.1;
    text-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
}

.subpage-breadcrumb-nav {
    display: inline-block;
    margin-top: 15px;
}

.subpage-breadcrumb-nav .breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    list-style: none;
    padding: 10px 24px !important;
    margin: 0;
    font-family: var(--font-heading);
    font-size: 13.5px !important;
    font-weight: 800 !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
    background: rgba(0, 0, 0, 0.3) !important;
    backdrop-filter: blur(12px) saturate(180%) !important;
    -webkit-backdrop-filter: blur(12px) saturate(180%) !important;
    border: 2px solid #FF6B00 !important;
    border-radius: 50px !important;
    box-shadow: 0 8px 25px rgba(255, 107, 0, 0.15), inset 0 1px 1px rgba(255, 255, 255, 0.2) !important;
}

.subpage-breadcrumb-nav .breadcrumb-item a {
    color: #ffffff !important;
    text-decoration: none;
    transition: color 0.3s ease;
}

.subpage-breadcrumb-nav .breadcrumb-item a:hover {
    color: #FF6B00 !important;
}

.subpage-breadcrumb-nav .breadcrumb-item-sep {
    color: #FF6B00 !important;
    font-weight: 900 !important;
}

.subpage-breadcrumb-nav .breadcrumb-item.active {
    color: rgba(255, 255, 255, 0.95) !important;
}

@media (max-width: 1200px) {
    .subpage-menu-list {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .subpage-hero-card {
        padding: 24px 24px 35px 24px !important;
        min-height: 320px;
        border-radius: 20px !important;
    }
    .subpage-main-title {
        font-size: 36px !important;
    }
    .subpage-social-links {
        display: none;
    }
}

/* ==========================================
   Sleek Staggered Entrance Animations for Subpage Header
   ========================================== */
.subpage-hero-card {
    animation: subpageHeroCardFade 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.subpage-site-logo {
    animation: subpageLogoSlide 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.15s both;
}

.subpage-menu-list > li {
    animation: subpageMenuItemDrop 0.6s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.subpage-menu-list > li:nth-child(1) { animation-delay: 0.18s; }
.subpage-menu-list > li:nth-child(2) { animation-delay: 0.24s; }
.subpage-menu-list > li:nth-child(3) { animation-delay: 0.30s; }
.subpage-menu-list > li:nth-child(4) { animation-delay: 0.36s; }
.subpage-menu-list > li:nth-child(5) { animation-delay: 0.42s; }
.subpage-menu-list > li:nth-child(6) { animation-delay: 0.48s; }
.subpage-menu-list > li:nth-child(7) { animation-delay: 0.54s; }

.btn-subpage-online {
    animation: subpageBtnPop 0.7s cubic-bezier(0.34, 1.56, 0.64, 1) 0.52s both;
}

.subpage-header-divider {
    transform-origin: center;
    animation: subpageDividerExpand 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.38s both;
}

.subpage-main-title {
    animation: subpageTitleRise 0.85s cubic-bezier(0.16, 1, 0.3, 1) 0.45s both;
}

.subpage-breadcrumb-nav {
    animation: subpageBreadcrumbRise 0.85s cubic-bezier(0.16, 1, 0.3, 1) 0.60s both;
}

/* Keyframe Definitions */
@keyframes subpageHeroCardFade {
    0% {
        opacity: 0;
        transform: translateY(18px) scale(0.98);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes subpageLogoSlide {
    0% {
        opacity: 0;
        transform: translateX(-25px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes subpageMenuItemDrop {
    0% {
        opacity: 0;
        transform: translateY(-12px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes subpageBtnPop {
    0% {
        opacity: 0;
        transform: scale(0.82) translateY(-10px);
    }
    100% {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

@keyframes subpageDividerExpand {
    0% {
        opacity: 0;
        transform: scaleX(0);
    }
    100% {
        opacity: 1;
        transform: scaleX(1);
    }
}

@keyframes subpageTitleRise {
    0% {
        opacity: 0;
        transform: translateY(24px);
        filter: blur(8px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
        filter: blur(0);
    }
}

@keyframes subpageBreadcrumbRise {
    0% {
        opacity: 0;
        transform: translateY(20px) scale(0.92);
        filter: blur(6px);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
        filter: blur(0);
    }
}

/* ==========================================
   Home Page Staggered Entrance Animations
   ========================================== */
.logo-animation-container {
    animation: homeLogoSlide 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.1s both;
}

.nav-glass-capsule {
    animation: homeGlassCapsuleExpand 0.85s cubic-bezier(0.16, 1, 0.3, 1) 0.2s both;
}

.nav-menu-list > li {
    animation: homeMenuItemDrop 0.65s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.nav-menu-list > li:nth-child(1) { animation-delay: 0.22s; }
.nav-menu-list > li:nth-child(2) { animation-delay: 0.28s; }
.nav-menu-list > li:nth-child(3) { animation-delay: 0.34s; }
.nav-menu-list > li:nth-child(4) { animation-delay: 0.40s; }
.nav-menu-list > li:nth-child(5) { animation-delay: 0.46s; }
.nav-menu-list > li:nth-child(6) { animation-delay: 0.52s; }
.nav-menu-list > li:nth-child(7) { animation-delay: 0.58s; }

.nav-btn-solid {
    animation: homeCtaBtnPop 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 0.55s both;
}

/* Home Hero Slider Elements Animations */
.hero-tag { animation-delay: 0.65s; }
    .hero-title { animation-delay: 0.70s; }
    .hero-description { animation-delay: 0.80s; }

.hero-actions .btn:nth-child(1) { animation-delay: 0.75s; }
.hero-actions .btn:nth-child(2) { animation-delay: 0.88s; }

.hero-swiper .swiper-button-prev,
.hero-swiper .swiper-button-next,
.hero-swiper .swiper-pagination {
    animation: homeHeroControlsFade 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.90s both;
}

/* Home Animation Keyframe Definitions */
@keyframes homeLogoSlide {
    0% {
        opacity: 0;
        transform: translateX(-30px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes homeGlassCapsuleExpand {
    0% {
        opacity: 0;
        transform: translateY(-16px) scale(0.96);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes homeMenuItemDrop {
    0% {
        opacity: 0;
        transform: translateY(-14px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes homeCtaBtnPop {
    0% {
        opacity: 0;
        transform: scale(0.8) translateX(20px);
    }
    100% {
        opacity: 1;
        transform: scale(1) translateX(0);
    }
}

@keyframes homeHeroTagRise {
    0% {
        opacity: 0;
        transform: translateY(20px) scale(0.92);
        filter: blur(6px);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
        filter: blur(0);
    }
}

@keyframes homeHeroTitleRise {
    0% {
        opacity: 0;
        transform: translateY(28px);
        filter: blur(10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
        filter: blur(0);
    }
}

@keyframes homeHeroDescRise {
    0% {
        opacity: 0;
        transform: translateY(22px);
        filter: blur(6px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
        filter: blur(0);
    }
}

@keyframes homeHeroBtnPop {
    0% {
        opacity: 0;
        transform: translateY(18px) scale(0.9);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes homeHeroControlsFade {
    0% {
        opacity: 0;
        transform: scale(0.95);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

/* ==========================================================================
   ALFAMED AKADEMİ - MOBILE UI/UX PRO MAX OVERHAUL (ISOLATED TO MOBILE VIEWPORTS)
   ========================================================================== */

@media (max-width: 1200px) {
    /* Mobile Header Container - Transparent initially, glassmorphism on scroll */
    .site-header {
        padding: 20px 0 !important;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        background: transparent !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
        border-bottom: none !important;
        box-shadow: none !important;
        z-index: 1000 !important;
    }

    .site-header.is-sticky {
        position: fixed !important;
        background: rgba(255, 255, 255, 0.96) !important;
        backdrop-filter: blur(20px) saturate(180%) !important;
        -webkit-backdrop-filter: blur(20px) saturate(180%) !important;
        border-bottom: 1px solid rgba(16, 29, 49, 0.08) !important;
        box-shadow: 0 4px 20px rgba(15, 23, 42, 0.08) !important;
    }

    .site-header.is-sticky .mobile-menu-toggle:not(.is-active):not(.active) {
        background: rgba(15, 23, 42, 0.08) !important;
        border-color: rgba(15, 23, 42, 0.15) !important;
    }

    .site-header.is-sticky .mobile-menu-toggle:not(.is-active):not(.active) .open-icon {
        color: #0f172a !important;
    }

    .main-nav {
        padding: 0 !important;
    }

    .nav-container {
        padding: 0 16px !important;
        height: 52px !important;
        transform: none !important;
    }

    .logo-animation-container,
    .logo-animation-container img {
        height: 62px !important;
        width: auto !important;
        max-width: 195px !important;
    }

    .desktop-menu-wrapper,
    .header-cta-wrapper {
        display: none !important;
    }

    .mobile-menu-toggle {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        flex-direction: column !important;
        gap: 5px !important;
        width: 42px !important;
        height: 42px !important;
        background: rgba(255, 255, 255, 0.08) !important;
        border: 1px solid rgba(255, 255, 255, 0.15) !important;
        border-radius: 12px !important;
        cursor: pointer !important;
        z-index: 1050 !important;
        transition: all 0.3s ease !important;
    }

    .mobile-menu-toggle:hover,
    .mobile-menu-toggle.is-active {
        background: rgba(255, 107, 0, 0.2) !important;
        border-color: #FF6B00 !important;
    }

    .mobile-menu-toggle .bar {
        width: 20px !important;
        height: 2.5px !important;
        background: #ffffff !important;
        border-radius: 2px !important;
        transition: all 0.3s ease !important;
    }

    .mobile-menu-toggle.is-active .bar-1 {
        transform: translateY(7.5px) rotate(45deg) !important;
        background: #FF6B00 !important;
    }

    .mobile-menu-toggle.is-active .bar-2 {
        opacity: 0 !important;
        transform: translateX(-10px) !important;
    }

    .mobile-menu-toggle.is-active .bar-3 {
        transform: translateY(-7.5px) rotate(-45deg) !important;
        background: #FF6B00 !important;
    }

    /* Full-Screen Glassmorphic Slide-Out Mobile Drawer */
    .mobile-nav-drawer {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        width: 100vw !important;
        height: 100vh !important;
        height: 100dvh !important;
        background: rgba(4, 12, 22, 0.97) !important;
        backdrop-filter: blur(25px) saturate(180%) !important;
        -webkit-backdrop-filter: blur(25px) saturate(180%) !important;
        z-index: 999 !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: space-between !important;
        padding: 75px 20px 30px 20px !important;
        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none !important;
        transform: translateY(-15px) scale(0.98) !important;
        transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1) !important;
        overflow-y: auto !important;
    }

    .mobile-nav-drawer.is-active {
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
        transform: translateY(0) scale(1) !important;
    }

    .mobile-menu-container {
        display: flex !important;
        flex-direction: column !important;
        gap: 20px !important;
        width: 100% !important;
    }

    .mobile-drawer-header {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
        padding-bottom: 12px !important;
        margin-bottom: 5px !important;
    }

    .mobile-drawer-title {
        color: #FF6B00 !important;
        font-family: var(--font-heading) !important;
        font-size: 14px !important;
        font-weight: 900 !important;
        letter-spacing: 2px !important;
    }

    .mobile-menu-list {
        list-style: none !important;
        margin: 0 !important;
        padding: 0 !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 10px !important;
    }

    .mobile-menu-list > li > a {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        padding: 14px 18px !important;
        color: #ffffff !important;
        font-family: var(--font-heading) !important;
        font-size: 15px !important;
        font-weight: 700 !important;
        text-transform: uppercase !important;
        letter-spacing: 0.5px !important;
        border-radius: 14px !important;
        background: rgba(255, 255, 255, 0.04) !important;
        border: 1px solid rgba(255, 255, 255, 0.08) !important;
        text-decoration: none !important;
        transition: all 0.3s ease !important;
    }

    .mobile-menu-list > li.current-menu-item > a,
    .mobile-menu-list > li.current_page_item > a,
    .mobile-menu-list > li > a:hover {
        color: #FF6B00 !important;
        background: rgba(255, 107, 0, 0.12) !important;
        border-color: rgba(255, 107, 0, 0.3) !important;
    }

    .mobile-cta-wrapper {
        margin-top: 15px !important;
        width: 100% !important;
    }

    .mobile-btn {
        width: 100% !important;
        justify-content: center !important;
        padding: 14px 24px !important;
        font-size: 15px !important;
        border-radius: 50px !important;
        box-shadow: 0 8px 25px rgba(255, 107, 0, 0.4) !important;
    }
}

/* --------------------------------------------------------------------------
   2. Subpage Integrated Header & Title Banner (@media max-width: 1200px)
   -------------------------------------------------------------------------- */
@media (max-width: 1200px) {
    .subpage-integrated-header {
        padding: 68px 0 15px 0 !important;
    }

    .subpage-hero-banner-wrapper {
        padding-top: 15px;
    }
    body:not(.home) .site-header:not(.is-sticky) {
        top: 15px;
    }

    .subpage-header-fluid {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    .subpage-hero-card {
        min-height: 250px !important;
        padding: 16px 18px 24px 18px !important;
        border-radius: 20px !important;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25) !important;
        justify-content: space-between !important;
    }

    /* Reset negative desktop margins on mobile */
    .subpage-nav-row {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .subpage-site-logo {
        margin-left: 0 !important;
    }

    .subpage-logo-img {
        height: 38px !important;
        max-height: 42px !important;
    }

    .subpage-menu-wrapper {
        display: none !important;
    }

    .subpage-header-right {
        gap: 10px !important;
    }

    .btn-subpage-online {
        padding: 7px 14px !important;
        font-size: 12px !important;
        border-radius: 30px !important;
    }

    .subpage-mobile-toggle {
        display: flex !important;
        width: 36px !important;
        height: 36px !important;
        border-radius: 10px !important;
    }

    .subpage-header-divider {
        margin: 12px 0 18px 0 !important;
    }

    .subpage-main-title {
        font-size: 26px !important;
        line-height: 1.2 !important;
        margin-bottom: 8px !important;
        letter-spacing: -0.3px !important;
    }

    .subpage-breadcrumb-nav {
        margin-top: 10px !important;
    }

    .subpage-breadcrumb-nav .breadcrumb {
        padding: 6px 16px !important;
        font-size: 11px !important;
        letter-spacing: 1px !important;
        gap: 8px !important;
    }
}

/* --------------------------------------------------------------------------
   3. Home Page Hero Slider Mobile Optimization (@media max-width: 991px)
   -------------------------------------------------------------------------- */
@media (max-width: 991px) {
    .hero-slider-section,
    .hero-swiper,
    .hero-slide-item {
        min-height: 500px !important;
        height: 500px !important;
        padding: 0 !important;}

    .hero-slide-container {
        padding-top: 100px !important;
        padding-left: 30px !important;
        padding-right: 20px !important;
    }

    .hero-content {
        max-width: 100% !important;
        text-align: left !important;
    }

    .hero-tag { animation-delay: 0.65s; }
    .hero-title { animation-delay: 0.70s; }
    .hero-description { animation-delay: 0.80s; }
}

/* --------------------------------------------------------------------------
   4. Content Grids & Cards Mobile Optimization (@media max-width: 991px)
   -------------------------------------------------------------------------- */
@media (max-width: 991px) {
    /* Section Padding */
    .section-padding,
    section {
        padding: 40px 0 !important;}

    .section-title,
    h2 {
        font-size: 24px !important;
        line-height: 1.3 !important;
        margin-bottom: 12px !important;
    }

    .section-subtitle {
        font-size: 13.5px !important;
        margin-bottom: 24px !important;
    }

    /* Grids collapse cleanly to 1 column */
    .services-grid,
    .courses-grid,
    .references-grid,
    .features-grid {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }

    /* Hizmetlerimiz & Eğitimlerimiz Cards */
    .service-card,
    .course-card {
        border-radius: 16px !important;
        overflow: hidden !important;
    }

    /* Online Test & Special Banners */
    .online-test-banner,
    .cta-banner-box {
        padding: 24px 18px !important;
        border-radius: 20px !important;
        flex-direction: column !important;
        text-align: center !important;
        gap: 16px !important;
    }

    /* Footer Mobile Alignment */
    .site-footer {
        padding-top: 40px !important;
        padding-bottom: 24px !important;
    }

    .footer-widgets {
        display: flex !important;
        flex-direction: column !important;
        gap: 30px !important;
    }
}

/* ==========================================
   Floating Action Buttons (Sol Alt: Telefon, Sağ Alt: WhatsApp)
   ========================================== */
/* ==========================================
   Floating Action Buttons (Sol Alt: Telefon, Sağ Alt: WhatsApp)
   ========================================== */
.floating-btn {
    position: fixed;
    bottom: 30px;
    z-index: 9990;
    display: inline-flex;
    align-items: center;
    height: 62px;
    border-radius: 50px;
    text-decoration: none !important;
    color: #ffffff !important;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding: 0 20px 0 6px;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    animation: gentleFloating 3.5s ease-in-out infinite;
}

@keyframes gentleFloating {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-7px);
    }
}

/* Sol Alt - Telefon */
.floating-phone-btn {
    left: 28px;
    background: linear-gradient(135deg, #0284c7 0%, #00b4d8 100%);
    border: 2px solid rgba(255, 255, 255, 0.4);
    box-shadow: 0 12px 30px rgba(2, 132, 199, 0.55), 0 2px 10px rgba(0, 0, 0, 0.2);
}

.floating-phone-btn:hover {
    background: linear-gradient(135deg, #00b4d8 0%, #0284c7 100%);
    box-shadow: 0 18px 40px rgba(2, 132, 199, 0.75);
    transform: translateY(-8px) scale(1.05);
}

/* Sağ Alt - WhatsApp */
.floating-whatsapp-btn {
    right: 28px;
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
    border: 2px solid rgba(255, 255, 255, 0.4);
    box-shadow: 0 12px 30px rgba(37, 211, 102, 0.55), 0 2px 10px rgba(0, 0, 0, 0.2);
    animation-delay: 0.5s;
}

.floating-whatsapp-btn:hover {
    background: linear-gradient(135deg, #128C7E 0%, #25D366 100%);
    box-shadow: 0 18px 40px rgba(37, 211, 102, 0.75);
    transform: translateY(-8px) scale(1.05);
}

.floating-btn-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    flex-shrink: 0;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.floating-btn:hover .floating-btn-icon {
    transform: rotate(15deg) scale(1.15);
}

.floating-btn-text {
    font-size: 15px;
    font-weight: 800;
    white-space: nowrap;
    opacity: 1;
    max-width: 200px;
    color: #ffffff;
    letter-spacing: 0.4px;
    padding-left: 10px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

/* Pulse Ripple Animation Ring */
.floating-btn-pulse {
    position: absolute;
    top: 50%;
    left: 31px;
    transform: translate(-50%, -50%);
    width: 52px;
    height: 52px;
    border-radius: 50%;
    pointer-events: none;
    z-index: -1;
}

.floating-phone-btn .floating-btn-pulse {
    animation: pulse-ring-blue 2s infinite;
}

.floating-whatsapp-btn .floating-btn-pulse {
    animation: pulse-ring-green 2s infinite;
}

@keyframes pulse-ring-blue {
    0% {
        box-shadow: 0 0 0 0 rgba(2, 132, 199, 0.8);
    }
    70% {
        box-shadow: 0 0 0 25px rgba(2, 132, 199, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(2, 132, 199, 0);
    }
}

@keyframes pulse-ring-green {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.8);
    }
    70% {
        box-shadow: 0 0 0 25px rgba(37, 211, 102, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .floating-btn {
        bottom: 20px;
        height: 50px;
        padding: 0 14px 0 4px;
    }
    .floating-phone-btn {
        left: 12px;
    }
    .floating-whatsapp-btn {
        right: 12px;
    }
    .floating-btn-icon {
        width: 42px;
        height: 42px;
        font-size: 20px;
    }
    .floating-btn-text {
        font-size: 13px;
        padding-left: 6px;
    }
}

/* ==========================================
   Global Lightbox Modal Styling
   ========================================== */
.lightbox-modal {
    position: fixed;
    inset: 0;
    z-index: 999999;
    background: rgba(4, 25, 32, 0.94);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.lightbox-modal.is-active {
    opacity: 1 !important;
    visibility: visible !important;
}

.lightbox-content {
    position: relative;
    max-width: 90vw;
    max-height: 85vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lightbox-img {
    max-width: 90vw;
    max-height: 85vh;
    object-fit: contain;
    border-radius: 12px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.5);
    user-select: none;
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.lightbox-btn {
    position: absolute;
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 22px;
    transition: all 0.3s ease;
    z-index: 1000000;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.lightbox-btn:hover {
    background: #FF6B00;
    border-color: #FF6B00;
    color: #ffffff;
    transform: scale(1.1);
    box-shadow: 0 8px 25px rgba(255, 107, 0, 0.4);
}

.lightbox-close {
    top: 24px;
    right: 28px;
}

.lightbox-prev {
    left: 28px;
    top: 50%;
    transform: translateY(-50%);
}

.lightbox-next {
    right: 28px;
    top: 50%;
    transform: translateY(-50%);
}

.lightbox-prev:hover {
    transform: translateY(-50%) scale(1.1);
}

.lightbox-next:hover {
    transform: translateY(-50%) scale(1.1);
}

.lightbox-counter {
    position: absolute;
    top: 28px;
    left: 28px;
    color: rgba(255, 255, 255, 0.85);
    font-family: var(--font-heading, sans-serif);
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 1px;
    background: rgba(255, 255, 255, 0.1);
    padding: 8px 18px;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
}

@media (max-width: 768px) {
    .lightbox-btn {
        width: 44px;
        height: 44px;
        font-size: 18px;
    }
    .lightbox-close {
        top: 16px;
        right: 16px;
    }
    .lightbox-prev {
        left: 12px;
    }
    .lightbox-next {
        right: 12px;
    }
    .lightbox-counter {
        top: 16px;
        left: 16px;
        font-size: 13px;
        padding: 6px 14px;
    }
}



/* ============================================================================
   ULTRA-RESPONSIVE MOBILE ENGINE (SAFE: ONLY APPLIES TO SCREEN WIDTH <= 991px)
   DESKTOP VERSION (MIN-WIDTH: 992px) REMAINS 100% UNTOUCHED AND UNCHANGED
   ============================================================================ */

@media (max-width: 991px) {

    /* ----------------------------------------------------------------------
       1. GLOBAL MOBILE TYPOGRAPHY & TEXT SIZES (Larger, Bolder & Readable)
       ---------------------------------------------------------------------- */
    body {
        font-size: 15px !important;
        line-height: 1.6 !important;}

    h1, .h1 {
        font-size: 28px !important;
        line-height: 1.25 !important;
        font-weight: 900 !important;
        letter-spacing: -0.3px !important;
    }

    h2, .h2, .section-title {
        font-size: 26px !important;
        line-height: 1.28 !important;
        font-weight: 900 !important;
        letter-spacing: -0.2px !important;
    }

    h3, .h3 {
        font-size: 20px !important;
        line-height: 1.35 !important;
        font-weight: 800 !important;
    }

    h4, .h4 {
        font-size: 17.5px !important;
        line-height: 1.4 !important;
        font-weight: 800 !important;
    }

    p, .hero-description {
        font-size: 14.5px !important;
        line-height: 1.6 !important;
    }

    /* Dark background containers keep white text */
    .home-hero-description,
    .subpage-hero-card p,
    .dark-card p,
    .bg-slate-900 p,
    .bg-slate-800 p,
    .bg-[#0F172A] p,
    div[class*="bg-[#0F172A]"] p,
    section[class*="bg-[#0F172A]"] p {
        color: rgba(255, 255, 255, 0.9) !important;
    }

    /* Light background containers default to dark slate text */
    body:not(.home) p,
    .glass-card p,
    .light-bg p,
    .bg-white p,
    .bg-slate-50 p,
    .bg-slate-100 p,
    .bg-amber-50 p,
    .bg-orange-50 p {
        color: #334155 !important;
        opacity: 1 !important;
    }

    /* ----------------------------------------------------------------------
       2. GLASSMORPHISM MOBILE DRAWER NAVIGATION (Ultra-Premium Slide-Over)
       ---------------------------------------------------------------------- */
    .mobile-nav-drawer {
        background: radial-gradient(circle at 80% 10%, rgba(255, 107, 0, 0.08) 0%, transparent 50%), rgba(4, 12, 24, 0.98) !important;
        backdrop-filter: blur(25px) saturate(180%) !important;
        -webkit-backdrop-filter: blur(25px) saturate(180%) !important;
        padding: 16px 20px 30px 20px !important;
    }

    .mobile-menu-container {
        padding: 0 !important;
        gap: 15px !important;
    }

    .mobile-drawer-header {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        padding-bottom: 14px !important;
        margin-bottom: 15px !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    }

    .mobile-drawer-brand {
        display: inline-flex !important;
        align-items: center !important;
        gap: 10px !important;
        text-decoration: none !important;
    }

    .mobile-drawer-header {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        padding-top: 0 !important;
        padding-bottom: 14px !important;
        margin-bottom: 15px !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
        min-height: 56px !important;
    }

    .mobile-drawer-brand {
        display: inline-flex !important;
        align-items: center !important;
        text-decoration: none !important;
        height: 56px !important;
    }

    .mobile-drawer-logo-img {
        height: 56px !important;
        width: auto !important;
        max-width: 220px !important;
        object-fit: contain !important;
    }

    .mobile-menu-list > li > a {
        font-size: 16px !important;
        font-weight: 800 !important;
        padding: 14px 18px !important;
        border-radius: 14px !important;
        border: 1px solid rgba(255, 255, 255, 0.08) !important;
        background: rgba(255, 255, 255, 0.04) !important;
        color: #F8FAFC !important;
        margin-bottom: 8px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
    }

    .mobile-menu-list > li.current-menu-item > a,
    .mobile-menu-list > li > a:hover {
        color: #FF6B00 !important;
        background: rgba(255, 107, 0, 0.16) !important;
        border-color: rgba(255, 107, 0, 0.4) !important;
    }

    .mobile-menu-list .sub-menu {
        display: none !important;
        padding-left: 12px !important;
        margin-top: 6px !important;
        margin-bottom: 10px !important;
        border-left: 2px solid rgba(255, 107, 0, 0.3) !important;
    }

    .mobile-menu-list .menu-item-has-children.submenu-open > .sub-menu {
        display: flex !important;
        flex-direction: column !important;
        animation: mobileSubMenuSlideDown 0.25s ease forwards !important;
    }

    .mobile-menu-list .menu-item-has-children > a {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        cursor: pointer !important;
    }

    .mobile-menu-list .menu-item-has-children > a::after {
        content: "\f078" !important;
        font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", sans-serif !important;
        font-weight: 900 !important;
        font-size: 13px !important;
        margin-left: 12px !important;
        transition: transform 0.3s ease, color 0.3s ease !important;
        opacity: 0.8 !important;
    }

    .mobile-menu-list .menu-item-has-children.submenu-open > a::after {
        transform: rotate(180deg) !important;
        color: #FF6B00 !important;
        opacity: 1 !important;
    }

    .mobile-menu-list .menu-item-has-children.submenu-open > a {
        color: #FF6B00 !important;
    }

    @keyframes mobileSubMenuSlideDown {
        from {
            opacity: 0;
            transform: translateY(-6px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .mobile-menu-list .sub-menu a {
        font-size: 14.5px !important;
        font-weight: 700 !important;
        padding: 10px 14px !important;
        color: #CBD5E1 !important;
        border-left: 2px solid rgba(255, 107, 0, 0.3) !important;
        margin-bottom: 4px !important;
        display: block !important;
    }

    .mobile-cta-wrapper {
        margin-top: 24px !important;
    }

    .mobile-btn {
        padding: 15px 24px !important;
        font-size: 16px !important;
        font-weight: 900 !important;
        border-radius: 16px !important;
        background: #FF6B00 !important;
        color: #ffffff !important;
        box-shadow: 0 10px 25px rgba(255, 107, 0, 0.4) !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 10px !important;
    }

    /* ----------------------------------------------------------------------
       3. HERO SLIDER BANNER MOBILE RESPONSIVE OPTIMIZATION
       ---------------------------------------------------------------------- */
    .hero-slider-section,
    .hero-swiper,
    .hero-slide-item {
        min-height: 500px !important;
        height: 500px !important;
        padding: 0 !important;
    }

    .hero-slide-container {
        padding-top: 100px !important;
        padding-left: 30px !important;
        padding-right: 20px !important;
    }

    .hero-content {
        max-width: 100% !important;
        text-align: left !important;
    }

    .hero-tag { animation-delay: 0.65s; }
    .hero-title { animation-delay: 0.70s; }
    .hero-description { animation-delay: 0.80s; }

    
    .hero-slide-progress-wrap { display: none !important; }

    /* ----------------------------------------------------------------------
       4. SUBPAGE HERO CARD & HEADER BANNER ON MOBILE
       ---------------------------------------------------------------------- */
    .subpage-hero-banner-wrapper {
        padding-top: 15px !important;
        padding-bottom: 40px !important;
    }

    .subpage-hero-card {
        min-height: 280px !important;
        padding: 24px 20px 30px 20px !important;
        border-radius: 24px !important;
    }

    .subpage-main-title {
        font-size: 30px !important;
        line-height: 1.25 !important;
        font-weight: 900 !important;
        margin-bottom: 10px !important;
        color: #ffffff !important;
    }

    .subpage-breadcrumb-nav .breadcrumb {
        padding: 8px 18px !important;
        font-size: 12.5px !important;
        font-weight: 700 !important;
    }

    /* ----------------------------------------------------------------------
       5. CONTENT GRIDS, CARDS & SEARCH CONTROLS ON MOBILE
       ---------------------------------------------------------------------- */
    .grid, .services-grid, .courses-grid, .features-grid, .references-grid {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }

    .card, .service-card, .course-card, .feature-card {
        padding: 22px 20px !important;
        border-radius: 20px !important;
    }

    /* Form Inputs & Interactive Buttons */
    input[type="text"], input[type="email"], input[type="tel"], select, textarea {
        font-size: 15px !important;
        padding: 12px 16px !important;
        border-radius: 14px !important;
    }

    button, .btn {
        min-height: 48px !important;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 26px !important;
    }
    .subpage-main-title {
        font-size: 26px !important;
    }
    h2, .section-title {
        font-size: 23px !important;
    }
}







/* --------------------------------------------------------------------------
   ULTRA-PREMIUM GLASSMORPHISM FADE & SCALE MOBILE NAVIGATION (APPLE STYLE)
   -------------------------------------------------------------------------- */
@media (max-width: 1200px) {
    .site-header {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        z-index: 1000 !important;
    }

    .mobile-menu-toggle {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 44px !important;
        height: 44px !important;
        background: rgba(255, 255, 255, 0.12) !important;
        border: 1px solid rgba(255, 255, 255, 0.2) !important;
        border-radius: 12px !important;
        cursor: pointer !important;
        z-index: 999999 !important;
        transition: background-color 0.4s ease, border-color 0.4s ease, transform 0.4s ease !important;
        position: absolute !important;
        right: 15px !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .mobile-menu-toggle:hover,
    .mobile-menu-toggle.is-active,
    .mobile-menu-toggle.active {
        background: linear-gradient(135deg, #FF6B00 0%, #E04F00 100%) !important;
        border-color: #FF6B00 !important;
        box-shadow: 0 4px 15px rgba(255, 107, 0, 0.4) !important;
    }

    .mobile-menu-toggle .open-icon {
        display: block !important;
        font-size: 20px !important;
        color: #ffffff !important;
    }

    .mobile-menu-toggle .close-icon {
        display: none !important;
        font-size: 24px !important;
        color: #ffffff !important;
    }

    .mobile-menu-toggle.is-active .open-icon,
    .mobile-menu-toggle.active .open-icon {
        display: none !important;
    }

    .mobile-menu-toggle.is-active .close-icon,
    .mobile-menu-toggle.active .close-icon {
        display: block !important;
    }

    /* Mobile Drawer Full Screen Overlay - Solid Opaque Background & Touch Lock */
    .mobile-nav-drawer {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        width: 100vw !important;
        height: 100vh !important;
        height: 100dvh !important;
        background: #060e1c !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
        z-index: 99999 !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: space-between !important;
        padding: 18px 22px 35px 22px !important;
        box-sizing: border-box !important;
        overscroll-behavior: contain !important;

        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none !important;
        transform: scale(0.95) !important;
        transition: opacity 0.95s cubic-bezier(0.16, 1, 0.3, 1),
                    transform 0.95s cubic-bezier(0.16, 1, 0.3, 1),
                    visibility 0.95s ease !important;
        overflow-y: auto !important;
    }

    .mobile-nav-drawer.is-active,
    .mobile-nav-drawer.active {
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
        transform: scale(1) !important;
        transition: opacity 0.65s cubic-bezier(0.16, 1, 0.3, 1),
                    transform 0.65s cubic-bezier(0.16, 1, 0.3, 1),
                    visibility 0.65s ease !important;
    }

    .mobile-menu-container {
        display: flex !important;
        flex-direction: column !important;
        gap: 15px !important;
        width: 100% !important;
        padding: 0 !important;
    }

    .mobile-drawer-header {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        padding-bottom: 12px !important;
        margin-bottom: 10px !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
        min-height: 52px !important;
    }

    .mobile-drawer-brand {
        display: inline-flex !important;
        align-items: center !important;
        text-decoration: none !important;
    }

    .mobile-drawer-logo-img {
        height: 48px !important;
        width: auto !important;
        max-width: 200px !important;
        object-fit: contain !important;
    }

    .mobile-menu-list {
        list-style: none !important;
        margin: 0 !important;
        padding: 0 !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 8px !important;
    }

    .mobile-menu-list > li > a {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        padding: 13px 16px !important;
        color: #ffffff !important;
        font-family: var(--font-heading) !important;
        font-size: 15px !important;
        font-weight: 700 !important;
        text-transform: uppercase !important;
        letter-spacing: 0.5px !important;
        border-radius: 12px !important;
        background: rgba(255, 255, 255, 0.04) !important;
        border: 1px solid rgba(255, 255, 255, 0.08) !important;
        text-decoration: none !important;
        transition: all 0.25s ease !important;
    }

    .mobile-menu-list > li.current-menu-item > a,
    .mobile-menu-list > li.current_page_item > a,
    .mobile-menu-list > li > a:hover {
        color: #FF6B00 !important;
        background: rgba(255, 107, 0, 0.14) !important;
        border-color: rgba(255, 107, 0, 0.35) !important;
    }
}


/* --------------------------------------------------------------------------
   ENSURE MOBILE COURSE & SERVICE CARDS DISPLAY DESCRIPTION TEXT CLEARLY
   -------------------------------------------------------------------------- */
@media (max-width: 991px) {
    .course-card-item {
        border-radius: 18px !important;
    }

    .course-card-body {
        padding: 20px 18px !important;
    }

    .course-category {
        font-size: 11px !important;
        margin-bottom: 6px !important;
    }

    .course-title {
        font-size: 17px !important;
        line-height: 1.35 !important;
        margin-bottom: 8px !important;
    }

    .course-desc,
    .service-desc,
    .card-desc,
    .course-card-body p,
    .service-card p {
        display: -webkit-box !important;
        -webkit-line-clamp: 3 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
        visibility: visible !important;
        opacity: 1 !important;
        font-size: 13.5px !important;
        line-height: 1.55 !important;
        color: #475569 !important;
        margin-top: 6px !important;
        margin-bottom: 16px !important;
    }

    .course-card-footer {
        padding-top: 14px !important;
    }
}




/* --------------------------------------------------------------------------
   ORANGE SERVICE CARDS - ONLY DESCRIPTION TEXT BLACK OVERRIDE
   -------------------------------------------------------------------------- */
.service-card.active-card .service-title,
.active-card .service-title {
    color: #ffffff !important;
}

.service-card.active-card .service-desc,
.active-card .service-desc,
.service-card.active-card p,
.active-card p {
    color: #000000 !important;
    font-weight: 600 !important;
    opacity: 1 !important;
}

.service-card.active-card .service-link,
.active-card .service-link,
.service-card.active-card .service-link .arrow,
.active-card .service-link .arrow {
    color: #ffffff !important;
}

.service-card.active-card .service-icon,
.active-card .service-icon {
    background-color: rgba(255, 255, 255, 0.2) !important;
    color: #ffffff !important;
}

.service-card.active-card .service-icon svg,
.active-card .service-icon svg,
.service-card.active-card .service-icon i,
.active-card .service-icon i {
    color: #ffffff !important;
    stroke: #ffffff !important;
}




/* --------------------------------------------------------------------------
   PREVENT DOUBLE BUTTON OVERLAP: HIDE OUTER TOGGLE WHEN DRAWER IS ACTIVE
   -------------------------------------------------------------------------- */
.mobile-menu-toggle.is-active,
.mobile-menu-toggle.active,
.site-header.is-sticky .mobile-menu-toggle.is-active,
.site-header.is-sticky .mobile-menu-toggle.active {
    opacity: 0 !important;
    pointer-events: none !important;
    visibility: hidden !important;
}

/* --------------------------------------------------------------------------
   DEDICATED MOBILE DRAWER CLOSE BUTTON (SINGLE OFFICAL CLOSE X BUTTON)
   -------------------------------------------------------------------------- */
.mobile-drawer-header {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding-bottom: 12px !important;
    margin-bottom: 10px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    min-height: 52px !important;
    width: 100% !important;
}

.mobile-drawer-close-btn {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 44px !important;
    height: 44px !important;
    background: linear-gradient(135deg, #FF6B00 0%, #E04F00 100%) !important;
    border: 1px solid #FF6B00 !important;
    border-radius: 12px !important;
    color: #ffffff !important;
    font-size: 22px !important;
    cursor: pointer !important;
    box-shadow: 0 4px 15px rgba(255, 107, 0, 0.4) !important;
    transition: all 0.25s ease !important;
    z-index: 1000000 !important;
}

.mobile-drawer-close-btn i {
    color: #ffffff !important;
    font-size: 22px !important;
}

.mobile-drawer-close-btn:active {
    transform: scale(0.92) !important;
}


/* --------------------------------------------------------------------------
   STRICT MOBILE TOUCH SCROLL LOCK WHEN MENU IS OPEN
   -------------------------------------------------------------------------- */
html.mobile-menu-open,
body.mobile-menu-open {
    overflow: hidden !important;
    height: 100vh !important;
    height: 100dvh !important;
    touch-action: none !important;
}


/* --------------------------------------------------------------------------
   FIX MOBILE STATS SECTION LABELS VISIBILITY AND CARD GRID LAYOUT
   -------------------------------------------------------------------------- */
.stats-section .stat-label,
.stat-col .stat-label,
.stat-item .stat-label {
    color: #1e293b !important;
    font-weight: 800 !important;
    opacity: 1 !important;
    visibility: visible !important;
}

@media (max-width: 991px) {
    .stats-section {
        padding: 50px 0 !important;
    }

    .stats-dashboard {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 16px !important;
        padding: 24px 16px !important;
        background: #ffffff !important;
        border-radius: 24px !important;
        box-shadow: 0 12px 35px rgba(15, 23, 42, 0.06) !important;
    }

    .stat-col {
        padding: 22px 14px !important;
        background: #f8fafc !important;
        border-radius: 18px !important;
        border: 1px solid #e2e8f0 !important;
        text-align: center !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
    }

    .stat-col:not(:last-child)::after {
        display: none !important;
    }

    .stat-icon-wrapper {
        width: 46px !important;
        height: 46px !important;
        background: rgba(255, 107, 0, 0.1) !important;
        border-radius: 14px !important;
        margin-bottom: 14px !important;
        color: #FF6B00 !important;
    }

    .stat-icon-wrapper svg {
        width: 26px !important;
        height: 26px !important;
        stroke: #FF6B00 !important;
    }

    .stat-number {
        font-size: 34px !important;
        color: #0f172a !important;
        font-weight: 800 !important;
        margin-bottom: 6px !important;
        line-height: 1.1 !important;
    }

    .stat-label {
        font-size: 12.5px !important;
        color: #1e293b !important;
        font-weight: 800 !important;
        letter-spacing: 0.8px !important;
        text-transform: uppercase !important;
        opacity: 1 !important;
        visibility: visible !important;
        display: block !important;
    }
}

@media (max-width: 480px) {
    .stats-dashboard {
        grid-template-columns: 1fr !important;
        gap: 14px !important;
    }
}


/* --------------------------------------------------------------------------
   FIX ACCREDITED SECTION (SAĞLIK BAKANLIĞI ONAYLI) PARAGRAPH TEXT VISIBILITY
   -------------------------------------------------------------------------- */
.accredited-section .accredited-paragraph,
.accredited-content-wrapper p,
.accredited-paragraph {
    color: #334155 !important;
    font-size: 15px !important;
    line-height: 1.7 !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
}

.accredited-section .accredited-paragraph strong,
.accredited-content-wrapper strong {
    color: #0f172a !important;
    font-weight: 800 !important;
}

@media (max-width: 991px) {
    .accredited-section {
        padding: 50px 0 !important;
    }

    .accredited-container {
        grid-template-columns: 1fr !important;
        gap: 30px !important;
    }

    .accredited-title {
        font-size: 28px !important;
        line-height: 1.25 !important;
        margin-bottom: 18px !important;
    }

    .accredited-paragraph {
        font-size: 14.5px !important;
        line-height: 1.65 !important;
        color: #334155 !important;
        margin-bottom: 16px !important;
    }
}


/* --------------------------------------------------------------------------
   FIX MOBILE GALLERY HEADER & BUTTON WRAPPING
   -------------------------------------------------------------------------- */
.home-gallery-all-btn {
    white-space: nowrap !important;
}

@media (max-width: 991px) {
    .home-gallery-header {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 16px !important;
        margin-bottom: 24px !important;
    }

    .home-gallery-nav-controls {
        width: 100% !important;
    }

    .home-gallery-all-btn {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        padding: 13px 24px !important;
        font-size: 14px !important;
        font-weight: 700 !important;
        white-space: nowrap !important;
        border-radius: 30px !important;
    }
}


/* --------------------------------------------------------------------------
   FIX MOBILE REVIEWS (CUSTOMER REVIEWS) CARDS & PAGINATION DENSITY
   -------------------------------------------------------------------------- */
.review-card.google-card {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 20px !important;
    padding: 22px 20px !important;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05) !important;
}

.review-card.google-card .author-name {
    color: #0f172a !important;
    font-weight: 800 !important;
    font-size: 15px !important;
}

.review-card.google-card .review-text {
    color: #334155 !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
    font-style: normal !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
    margin-top: 10px !important;
    margin-bottom: 16px !important;
}

.review-card.google-card .google-verified-row {
    color: #16a34a !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    border-top: 1px solid #f1f5f9 !important;
    padding-top: 12px !important;
    margin-top: auto !important;
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
}

@media (max-width: 991px) {
    .reviews-section {
        padding: 50px 0 !important;
    }

    .reviews-section::before {
        display: none !important;
    }

    .reviews-header-wrapper {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 16px !important;
        margin-bottom: 24px !important;
    }

    .google-rating-summary-badge {
        width: 100% !important;
        box-sizing: border-box !important;
        justify-content: space-between !important;
    }

    .reviews-swiper {
        padding-bottom: 40px !important;
    }

    .reviews-pagination {
        position: relative !important;
        margin-top: 20px !important;
        bottom: 0 !important;
    }
}


/* --------------------------------------------------------------------------
   FIX SECTION SUBTITLE BADGE TEXT COLOR (CRISP BOLD DARK NAVY BLACK)
   -------------------------------------------------------------------------- */
.section-subtitle,
.section-subtitle-live {
    color: #0f172a !important;
    font-weight: 800 !important;
    background: #fef3c7 !important;
    border: 1px solid rgba(255, 107, 0, 0.25) !important;
    padding: 6px 16px !important;
    border-radius: 50px !important;
    font-size: 12px !important;
    letter-spacing: 1.5px !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    white-space: normal !important;
    text-align: center !important;
}

@media (max-width: 991px) {
    .section-subtitle,
    .section-subtitle-live {
        color: #0f172a !important;
        font-weight: 800 !important;
        font-size: 11.5px !important;
        letter-spacing: 1px !important;
        padding: 6px 14px !important;
    }
}


/* --------------------------------------------------------------------------
   PREMIUM MOBILE FOOTER REDESIGN & BOTTOM FLOATING BUTTON GAP
   -------------------------------------------------------------------------- */
@media (max-width: 991px) {
    .site-footer {
        padding-top: 60px !important;
        padding-bottom: 120px !important;
    }

    .footer-container {
        grid-template-columns: 1fr !important;
        gap: 45px !important;
        text-align: center !important;
    }

    .footer-col {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
    }

    .footer-title {
        text-align: center !important;
        font-size: 18px !important;
        margin-bottom: 20px !important;
        padding-bottom: 12px !important;
    }

    .footer-title::after {
        left: 50% !important;
        transform: translateX(-50%) !important;
    }

    .brand-desc,
    .contact-desc-text {
        text-align: center !important;
        font-size: 13.5px !important;
        line-height: 1.65 !important;
        max-width: 480px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .footer-links-list {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        gap: 12px !important;
    }

    .footer-links-list a {
        font-size: 14px !important;
    }

    .footer-contact-info {
        width: 100% !important;
        max-width: 360px !important;
        margin: 15px auto 0 auto !important;
        align-items: flex-start !important;
        gap: 14px !important;
    }

    .footer-contact-info li {
        width: 100% !important;
        background: rgba(255, 255, 255, 0.03) !important;
        border: 1px solid rgba(255, 255, 255, 0.06) !important;
        border-radius: 16px !important;
        padding: 12px 16px !important;
        justify-content: flex-start !important;
        text-align: left !important;
        box-sizing: border-box !important;
    }

    .footer-bottom {
        margin-top: 40px !important;
        padding-top: 24px !important;
        padding-bottom: 10px !important;
    }

    .footer-bottom-container {
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
        gap: 16px !important;
    }

    .copyright-text {
        text-align: center !important;
        font-size: 13px !important;
    }

    .footer-designer-credit {
        margin-right: 0 !important;
        justify-content: center !important;
    }
}














/* ==========================================================================
   PURE FLEXBOX HEADER ALIGNMENT (ABSOLUTE 100% IDENTICAL HORIZONTAL LINE)
   ========================================================================== */
@media (max-width: 991px) {
    /* Remove position absolute top:50% on mobile menu toggle for ALL pages */
    .mobile-menu-toggle,
    .site-header .mobile-menu-toggle,
    body:not(.home) .site-header .mobile-menu-toggle,
    body:not(.home) .site-header:not(.is-sticky) .mobile-menu-toggle {
        position: relative !important;
        top: auto !important;
        right: auto !important;
        bottom: auto !important;
        left: auto !important;
        transform: translateY(-4px) !important;
        margin: 0 !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 42px !important;
        height: 42px !important;
        flex-shrink: 0 !important;
        border-radius: 12px !important;
        background: rgba(255, 255, 255, 0.12) !important;
        border: 1px solid rgba(255, 255, 255, 0.25) !important;
        color: #ffffff !important;
    }

    .site-header .nav-container,
    body:not(.home) .site-header .nav-container {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: space-between !important;
        height: 60px !important;
        min-height: 60px !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
        margin: 0 auto !important;
        width: 100% !important;
        box-sizing: border-box !important;
        position: relative !important;
    }

    .site-header .site-logo,
    body:not(.home) .site-header .site-logo {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        transform: none !important;
        margin: 0 !important;
        padding: 0 !important;
        display: inline-flex !important;
        align-items: center !important;
        height: auto !important;
    }

    .site-header .logo-animation-container,
    .site-header .logo-wrapper {
        display: inline-flex !important;
        align-items: center !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    /* Slightly Enlarged Logo (52px) with Subtle 4px Shift Down */
    .site-header .logo-text-img,
    .site-header .logo-icon-img {
        height: 52px !important;
        max-height: 52px !important;
        width: auto !important;
        margin: 0 !important;
    }

    /* Transparent header positioning over subpage hero banner */
    body:not(.home) .site-header:not(.is-sticky) {
        position: absolute !important;
        top: 15px !important;
        left: 0 !important;
        width: 100% !important;
        background: transparent !important;
        border: none !important;
        box-shadow: none !important;
        z-index: 100 !important;
    }

    body:not(.home) .subpage-hero-banner-wrapper {
        padding-top: 15px !important;
        position: relative !important;
    }

    body:not(.home) .subpage-hero-card {
        border-radius: 20px !important;
        padding: 76px 18px 28px 18px !important;
        min-height: 240px !important;
    }

    body:not(.home) .subpage-title-box {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
}

/* --------------------------------------------------------------------------
   2. GLOBAL MOBILE CARDS & TEXT PADDING RESPONSIVE FREEDOM (ALL SUBPAGES)
   -------------------------------------------------------------------------- */
@media (max-width: 768px) {
    main,
    .site-content,
    .alfamed-stitch-wrapper,
    .alfamed-stitch-wrapper main {
        padding-left: 12px !important;
        padding-right: 12px !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        overflow-x: hidden !important;
    }

    body:not(.home) main,
    body:not(.home) .site-content {
        padding-bottom: 120px !important;
    }

    main section,
    .site-content section,
    section.rounded-2xl,
    div.rounded-2xl {
        padding: 24px 16px !important;
        border-radius: 20px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        box-sizing: border-box !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    /* Inner Cards & Sub-containers (Excluding Icon Containers) */
    .bg-slate-50:not(.flex-shrink-0),
    .bg-slate-800\/80:not(.flex-shrink-0) {
        padding: 18px 14px !important;
        border-radius: 16px !important;
        box-sizing: border-box !important;
    }

    /* Preserve Icon Box Dimensions on Mobile */
    .w-12, .w-16, .w-14, .w-10, .w-8, .flex-shrink-0 {
        width: 3rem !important;
        height: 3rem !important;
        padding: 0 !important;
        flex-shrink: 0 !important;
    }
}


/* --------------------------------------------------------------------------
   HIGH CONTRAST DARK TEXT ON LIGHT AMBER / ORANGE / SLATE BANNER CARDS
   -------------------------------------------------------------------------- */
.bg-amber-500\/10,
.bg-amber-50,
.bg-orange-50,
.from-amber-50,
.to-orange-50,
div[class*="bg-amber"],
div[class*="bg-orange-50"],
div[class*="from-amber"],
div[class*="to-orange"] {
    color: #1e293b !important;
}

.bg-amber-500\/10 p,
.bg-amber-50 p,
.bg-orange-50 p,
.from-amber-50 p,
.to-orange-50 p,
div[class*="bg-amber"] p,
div[class*="bg-orange-50"] p,
div[class*="from-amber"] p,
div[class*="to-orange"] p {
    color: #1e293b !important;
    opacity: 1 !important;
    visibility: visible !important;
    font-weight: 600 !important;
}

.bg-amber-500\/10 h4,
.bg-amber-50 h4,
.bg-orange-50 h4,
.from-amber-50 h4,
div[class*="bg-amber"] h4,
div[class*="bg-orange-50"] h4 {
    color: #0f172a !important;
    font-weight: 800 !important;
}


/* --------------------------------------------------------------------------
   SLIGHTLY SMALLER SUBPAGE BREADCRUMB PILL ON MOBILE
   -------------------------------------------------------------------------- */
@media (max-width: 991px) {
    .subpage-breadcrumb-nav .breadcrumb {
        padding: 6px 14px !important;
        font-size: 10.5px !important;
        letter-spacing: 0.8px !important;
        gap: 6px !important;
        border-width: 1.5px !important;
        max-width: 92vw !important;
        box-sizing: border-box !important;
    }

    .subpage-breadcrumb-nav .breadcrumb-item {
        font-size: 10.5px !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }
}


/* --------------------------------------------------------------------------
   LUXURY MOBILE STICKY HEADER (PERFECTLY CENTERED LOGO & MENU TOGGLE)
   -------------------------------------------------------------------------- */
@media (max-width: 991px) {
    .site-header.is-sticky,
    body:not(.home) .site-header.is-sticky {
        height: auto !important;
        min-height: 72px !important;
        padding: 0 !important;
    }

    .site-header.is-sticky .nav-container,
    body:not(.home) .site-header.is-sticky .nav-container {
        height: 72px !important;
        min-height: 72px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        padding-top: 10px !important;
        padding-bottom: 8px !important;
        box-sizing: border-box !important;
    }

    .site-header.is-sticky .logo-wrap,
    .site-header.is-sticky .site-logo,
    .site-header.is-sticky .logo-link {
        display: flex !important;
        align-items: center !important;
        transform: translateY(3px) !important;
    }

    .site-header.is-sticky .logo-text-img,
    .site-header.is-sticky .logo-icon-img {
        height: 48px !important;
        max-height: 48px !important;
    }

    .site-header.is-sticky .mobile-nav-toggle {
        transform: translateY(2px) !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
}


/* --------------------------------------------------------------------------
   HIGH CONTRAST DARK TEXT FOR ALL SUBPAGE LIGHT BACKGROUND PARAGRAPHS
   -------------------------------------------------------------------------- */
body:not(.home) main p,
body:not(.home) .site-content p,
.alfamed-stitch-wrapper p {
    color: #334155 !important;
    opacity: 1 !important;
    visibility: visible !important;
}

body:not(.home) main strong,
body:not(.home) .site-content strong,
.alfamed-stitch-wrapper strong {
    color: #0f172a !important;
}

/* Maintain light text ONLY inside dark navy cards */
div[class*="bg-[#0F172A]"] p,
div[class*="bg-slate-800"] p,
div[class*="bg-slate-900"] p,
section[class*="bg-[#0F172A]"] p,
section[class*="bg-slate-800"] p,
section[class*="bg-slate-900"] p {
    color: #cbd5e1 !important;
}

div[class*="bg-[#0F172A]"] strong,
div[class*="bg-slate-800"] strong,
div[class*="bg-slate-900"] strong,
section[class*="bg-[#0F172A]"] strong,
section[class*="bg-slate-800"] strong,
section[class*="bg-slate-900"] strong {
    color: #ffffff !important;
}


/* --------------------------------------------------------------------------
   CRITICAL FIX: MOBILE SUBPAGE PARAGRAPHS MUST NOT BE WHITE ON LIGHT BG
   -------------------------------------------------------------------------- */
@media (max-width: 991px) {
    body:not(.home) p,
    body:not(.home) main p,
    body:not(.home) .site-content p,
    .alfamed-stitch-wrapper p,
    .bg-white p,
    .bg-slate-50 p,
    .bg-slate-100 p,
    .bg-amber-50 p,
    .bg-orange-50 p {
        color: #334155 !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

    body:not(.home) strong,
    body:not(.home) main strong,
    body:not(.home) .site-content strong,
    .alfamed-stitch-wrapper strong {
        color: #0f172a !important;
    }

    /* Retain light text ONLY inside dark navy cards & hero headers */
    div[class*="bg-[#0F172A]"] p,
    div[class*="bg-slate-800"] p,
    div[class*="bg-slate-900"] p,
    section[class*="bg-[#0F172A]"] p,
    section[class*="bg-slate-800"] p,
    section[class*="bg-slate-900"] p,
    .subpage-hero-card p {
        color: #cbd5e1 !important;
    }

    div[class*="bg-[#0F172A]"] strong,
    div[class*="bg-slate-800"] strong,
    div[class*="bg-slate-900"] strong,
    section[class*="bg-[#0F172A]"] strong,
    section[class*="bg-slate-800"] strong,
    section[class*="bg-slate-900"] strong {
        color: #ffffff !important;
    }
}


/* --------------------------------------------------------------------------
   GLASS CARD METRIC VALUES (FORCE DARK NAVY ON LIGHT GLASS CARDS)
   -------------------------------------------------------------------------- */
.glass-card p,
.glass-card p.text-xl,
.glass-card div.text-[#0F172A],
.glass-card .text-black,
.glass-card .text-slate-900 {
    color: #0f172a !important;
    font-weight: 800 !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.glass-card h4.text-slate-500,
.glass-card .text-slate-500 {
    color: #475569 !important;
    font-weight: 700 !important;
}


/* ==========================================================================
   SUPER-ROBUST MOBILE OVERFLOW & HOVER BOUNDS CONTAINMENT (ALL SUBPAGES)
   ========================================================================== */
@media (max-width: 991px) {
    html, body {
        overflow-x: hidden !important;
        width: 100% !important;
    }

    .hijyen-landing-wrapper,
    main,
    .site-content,
    .alfamed-stitch-wrapper {
        width: 100% !important;
        max-width: 100vw !important;
        overflow-x: hidden !important;
        box-sizing: border-box !important;
    }

    /* Prevent hover transforms from expanding boxes beyond mobile screen */
    .hijyen-landing-wrapper div,
    .hijyen-landing-wrapper section,
    .hijyen-landing-wrapper article {
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    /* Disable hover transforms on mobile touch screens to stop card overflow */
    .hijyen-landing-wrapper div:hover,
    .hijyen-landing-wrapper section:hover,
    .hijyen-landing-wrapper a:hover {
        transform: none !important;
    }

    /* Force all light cards to dark slate text on mobile */
    .hijyen-landing-wrapper .bg-white p,
    .hijyen-landing-wrapper .bg-slate-50 p,
    .hijyen-landing-wrapper .glass-card p,
    .hijyen-landing-wrapper .bg-orange-50 p {
        color: #334155 !important;
        opacity: 1 !important;
    }

    /* Force dark cards to bright light text on mobile */
    .hijyen-landing-wrapper .bg-\[\#0F172A\] p,
    .hijyen-landing-wrapper .bg-slate-900 p,
    .hijyen-landing-wrapper .bg-slate-800 p {
        color: #cbd5e1 !important;
        opacity: 1 !important;
    }
}


/* --------------------------------------------------------------------------
   MANDATORY MOBILE SIDE MARGINS & DARK CARD HIGH CONTRAST (HIJYEN & SUBPAGES)
   -------------------------------------------------------------------------- */
@media (max-width: 991px) {
    .hijyen-landing-wrapper section,
    .hijyen-landing-wrapper header,
    body:not(.home) main section,
    body:not(.home) .site-content section {
        padding-left: 16px !important;
        padding-right: 16px !important;
        box-sizing: border-box !important;
        width: 100% !important;
    }

    .hijyen-landing-wrapper {
        padding-bottom: 140px !important;
    }
}

/* Dark navy cards text contrast guarantee */
.hijyen-landing-wrapper div[class*="bg-[#0F172A]"] p,
.hijyen-landing-wrapper div[class*="from-[#0F172A]"] p,
.hijyen-landing-wrapper div[class*="bg-slate-900"] p,
.hijyen-landing-wrapper div[class*="bg-slate-800"] p,
.hijyen-landing-wrapper .dark-glass-card p {
    color: #e2e8f0 !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.hijyen-landing-wrapper div[class*="bg-[#0F172A]"] strong,
.hijyen-landing-wrapper div[class*="from-[#0F172A]"] strong,
.hijyen-landing-wrapper div[class*="bg-slate-900"] strong,
.hijyen-landing-wrapper div[class*="bg-slate-800"] strong,
.hijyen-landing-wrapper .dark-glass-card strong {
    color: #ffffff !important;
}


/* ==========================================================================
   ULTRA-HIGH CONTRAST & ENLARGED TEXT FOR SITE FOOTER (ALL PAGES & MOBILE)
   ========================================================================== */
.site-footer,
.site-footer p,
.site-footer a,
.site-footer span,
.site-footer strong,
.site-footer li {
    font-family: "Plus Jakarta Sans", sans-serif !important;
}

/* Brand description & Contact description paragraphs */
.site-footer .brand-desc,
.site-footer .contact-desc-text,
.site-footer p {
    color: #e2e8f0 !important;
    font-size: 15.5px !important;
    line-height: 1.65 !important;
    font-weight: 500 !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/* Footer Section Titles (EĞİTİMLERİMİZ, İLETİŞİM) */
.site-footer .footer-title {
    color: #ffffff !important;
    font-size: 20px !important;
    font-weight: 900 !important;
    letter-spacing: 1px !important;
    margin-bottom: 20px !important;
}

/* Footer Navigation Links */
.site-footer .footer-links-list li a {
    color: #cbd5e1 !important;
    font-size: 15.5px !important;
    font-weight: 600 !important;
    transition: color 0.3s ease !important;
}

.site-footer .footer-links-list li a:hover {
    color: #FF6B00 !important;
}

/* Contact Info Items (Telefon, E-mail, Adres, Çalışma Saatleri) */
.site-footer .footer-info-text span {
    color: #cbd5e1 !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
}

.site-footer .footer-info-text a,
.site-footer .footer-info-text strong {
    color: #ffffff !important;
    font-size: 16.5px !important;
    font-weight: 700 !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.site-footer .footer-info-text a:hover {
    color: #FF6B00 !important;
}

/* Footer Bottom Bar & Copyright */
.site-footer .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.12) !important;
    padding-top: 24px !important;
}

.site-footer .copyright-text {
    color: #e2e8f0 !important;
    font-size: 14.5px !important;
    font-weight: 600 !important;
}

.site-footer .designer-label {
    color: #FF6B00 !important;
    font-size: 14.5px !important;
    font-weight: 800 !important;
}


/* --------------------------------------------------------------------------
   MANDATORY MOBILE BOX FIXES FOR MESLEKİ EĞİTİMLER LANDING WRAPPER
   -------------------------------------------------------------------------- */
@media (max-width: 991px) {
    .mesleki-landing-wrapper section,
    .mesleki-landing-wrapper header {
        padding-left: 16px !important;
        padding-right: 16px !important;
        box-sizing: border-box !important;
        width: 100% !important;
    }

    .mesleki-landing-wrapper {
        padding-bottom: 140px !important;
        overflow-x: hidden !important;
        width: 100% !important;
    }

    .mesleki-landing-wrapper div:hover,
    .mesleki-landing-wrapper section:hover,
    .mesleki-landing-wrapper a:hover {
        transform: none !important;
    }

    .mesleki-landing-wrapper .bg-white p,
    .mesleki-landing-wrapper .bg-slate-50 p,
    .mesleki-landing-wrapper .glass-card p,
    .mesleki-landing-wrapper .bg-orange-50 p {
        color: #334155 !important;
        opacity: 1 !important;
    }

    .mesleki-landing-wrapper div[class*="bg-[#0F172A]"] p,
    .mesleki-landing-wrapper div[class*="from-[#0F172A]"] p,
    .mesleki-landing-wrapper div[class*="bg-slate-900"] p,
    .mesleki-landing-wrapper div[class*="bg-slate-800"] p,
    .mesleki-landing-wrapper .dark-glass-card p {
        color: #e2e8f0 !important;
        opacity: 1 !important;
    }

    .mesleki-landing-wrapper div[class*="bg-[#0F172A]"] strong,
    .mesleki-landing-wrapper div[class*="from-[#0F172A]"] strong,
    .mesleki-landing-wrapper div[class*="bg-slate-900"] strong,
    .mesleki-landing-wrapper div[class*="bg-slate-800"] strong,
    .mesleki-landing-wrapper .dark-glass-card strong {
        color: #ffffff !important;
    }
}


/* ==========================================================================
   PERFECT STICKY HEADER VERTICAL CENTERING FOR LOGO & MOBILE MENU TOGGLE
   ========================================================================== */
@media (max-width: 991px) {
    .site-header.is-sticky .nav-container,
    body:not(.home) .site-header.is-sticky .nav-container {
        height: 72px !important;
        min-height: 72px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        box-sizing: border-box !important;
    }

    /* Shift logo down into perfect vertical center of sticky header */
    .site-header.is-sticky .site-logo,
    .site-header.is-sticky .logo-wrap,
    .site-header.is-sticky .logo-link,
    .site-header.is-sticky .logo-animation-container {
        transform: translateY(7px) !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        display: flex !important;
        align-items: center !important;
    }

    /* Shift mobile menu toggle down into perfect vertical center of sticky header */
    .site-header.is-sticky .mobile-menu-toggle,
    .site-header.is-sticky .mobile-nav-toggle {
        transform: translateY(6px) !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
}


/* ==========================================================================
   GLOBAL SUBPAGE MOBILE CARD RESPONSIVENESS & OVERFLOW CONTAINMENT
   ========================================================================== */
@media (max-width: 991px) {
    body:not(.home) main section,
    body:not(.home) .site-content section,
    body:not(.home) div[class*="landing-wrapper"] section,
    body:not(.home) div[class*="-wrapper"] section {
        padding-left: 16px !important;
        padding-right: 16px !important;
        box-sizing: border-box !important;
        width: 100% !important;
        max-width: 100vw !important;
    }

    body:not(.home) main,
    body:not(.home) .site-content,
    body:not(.home) div[class*="landing-wrapper"],
    body:not(.home) div[class*="-wrapper"] {
        padding-bottom: 140px !important;
        overflow-x: hidden !important;
        width: 100% !important;
        max-width: 100vw !important;
        box-sizing: border-box !important;
    }

    /* Disable hover transforms on mobile touch screens for all subpage cards */
    body:not(.home) div:hover,
    body:not(.home) section:hover,
    body:not(.home) article:hover,
    body:not(.home) a:hover {
        transform: none !important;
    }

    /* Force light cards to dark slate text on mobile */
    body:not(.home) .bg-white p,
    body:not(.home) .bg-slate-50 p,
    body:not(.home) .glass-card p,
    body:not(.home) .bg-orange-50 p,
    body:not(.home) .bg-amber-50 p {
        color: #334155 !important;
        opacity: 1 !important;
    }

    /* Force dark navy cards to bright light text on mobile */
    body:not(.home) div[class*="bg-[#0F172A]"] p,
    body:not(.home) div[class*="from-[#0F172A]"] p,
    body:not(.home) div[class*="bg-slate-900"] p,
    body:not(.home) div[class*="bg-slate-800"] p,
    body:not(.home) .dark-glass-card p {
        color: #e2e8f0 !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

    body:not(.home) div[class*="bg-[#0F172A]"] strong,
    body:not(.home) div[class*="from-[#0F172A]"] strong,
    body:not(.home) div[class*="bg-slate-900"] strong,
    body:not(.home) div[class*="bg-slate-800"] strong,
    body:not(.home) .dark-glass-card strong {
        color: #ffffff !important;
    }
}


/* ==========================================================================
   REDUCE UNNECESSARY MOBILE WHITE SPACE & HERO GAPS (ALL SUBPAGES)
   ========================================================================== */
@media (max-width: 991px) {
    /* Compress hero banner bottom spacing */
    .subpage-hero-banner-wrapper,
    body:not(.home) .subpage-hero-banner-wrapper,
    header.relative {
        padding-top: 10px !important;
        padding-bottom: 12px !important;
        margin-bottom: 0 !important;
    }

    /* Reduce giant gap below hero card for first section */
    body:not(.home) main > section:first-of-type,
    body:not(.home) .site-content > section:first-of-type,
    body:not(.home) div[class*="-wrapper"] > section:first-of-type,
    body:not(.home) section.relative {
        padding-top: 16px !important;
        margin-top: 0 !important;
    }

    /* Compact vertical padding for subpage sections on mobile */
    body:not(.home) main section,
    body:not(.home) .site-content section,
    body:not(.home) div[class*="-wrapper"] section {
        padding-top: 24px !important;
        padding-bottom: 24px !important;
    }

    /* Compact negative margins on metrics bars */
    section.-mt-8,
    section.-mt-12,
    div.-mt-8,
    div.-mt-12 {
        margin-top: -12px !important;
    }
}


/* ==========================================================================
   ELIMINATE HERO CONTAINER TO SECTION GAPS & ZERO EXTRA TOP PADDING (ALL SUBPAGES)
   ========================================================================== */
.subpage-hero-banner-wrapper {
    padding-bottom: 10px !important;
}

@media (max-width: 991px) {
    /* Hero Banner Wrapper bottom padding on mobile */
    .subpage-hero-banner-wrapper,
    body:not(.home) .subpage-hero-banner-wrapper {
        padding-top: 10px !important;
        padding-bottom: 0px !important;
        margin-bottom: 0 !important;
    }

    /* Remove 80px (pt-20) top padding from first section/header after subpage hero card */
    body:not(.home) header.relative,
    body:not(.home) main > section:first-of-type,
    body:not(.home) .site-content > section:first-of-type,
    body:not(.home) div[class*="-wrapper"] > header:first-of-type,
    body:not(.home) div[class*="-wrapper"] > section:first-of-type,
    .mobil-saglik-wrapper > header:first-of-type,
    .isg-wrapper > header:first-of-type,
    .ortam-wrapper > header:first-of-type,
    .periyodik-wrapper > header:first-of-type {
        padding-top: 10px !important;
        padding-bottom: 16px !important;
        margin-top: 0 !important;
    }
}


/* ==========================================================================
   STRICT MOBILE ZERO-GAP SPACING BELOW SUBPAGE HERO CARD
   ========================================================================== */
@media (max-width: 991px) {
    .subpage-hero-banner-wrapper {
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }

    .subpage-hero-banner-wrapper + *,
    .subpage-integrated-header + *,
    header.relative,
    div[class*="-wrapper"] > header,
    div[class*="-wrapper"] > header:first-of-type,
    div[class*="-wrapper"] > section:first-of-type,
    main > header:first-of-type,
    main > section:first-of-type {
        padding-top: 4px !important;
        margin-top: 0 !important;
    }
}





/* ==========================================================================
   ENLARGED & HIGH-CONTRAST FAQ ACCORDION TEXT (ALL SERVICES & SUBPAGES)
   ========================================================================== */
details summary,
details summary span,
.faq-question,
.faq-title {
    font-size: 17.5px !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    line-height: 1.45 !important;
}

details p,
details div,
.faq-answer,
.faq-content {
    font-size: 15px !important;
    line-height: 1.65 !important;
    color: #334155 !important;
    font-weight: 500 !important;
    opacity: 1 !important;
    visibility: visible !important;
}

@media (max-width: 991px) {
    details summary,
    details summary span,
    .faq-question,
    .faq-title {
        font-size: 16.5px !important;
        font-weight: 800 !important;
    }

    details p,
    details div,
    .faq-answer,
    .faq-content {
        font-size: 14.5px !important;
        line-height: 1.65 !important;
    }
}


/* ==========================================================================
   PERFECT SEPARATION BETWEEN PAGETITLE HERO AND DARK SECTION BELOW
   ========================================================================== */
.subpage-hero-banner-wrapper {
    padding-top: 15px !important;
    padding-bottom: 35px !important;
    margin-bottom: 0 !important;
    background-color: #f8fafc !important;
}

@media (max-width: 991px) {
    .subpage-hero-banner-wrapper,
    body:not(.home) .subpage-hero-banner-wrapper {
        padding-top: 10px !important;
        padding-bottom: 28px !important;
        margin-bottom: 0 !important;
        background-color: #f8fafc !important;
    }

    body:not(.home) .subpage-hero-card {
        margin-bottom: 0 !important;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15) !important;
    }

    /* First section or header below pagetitle hero card */
    body:not(.home) main > section:first-of-type,
    body:not(.home) .site-content > section:first-of-type,
    body:not(.home) div[class*="-wrapper"] > header:first-of-type,
    body:not(.home) div[class*="-wrapper"] > section:first-of-type,
    .mobil-saglik-wrapper > header,
    .isg-wrapper > header,
    .ortam-wrapper > header,
    .periyodik-wrapper > header {
        padding-top: 28px !important;
        margin-top: 0 !important;
    }
}


/* ==========================================================================
   PERFECT DARK HERO PADDING & TOP MARGIN (EXACT MATCH TO IMAGE 2)
   ========================================================================== */
.subpage-hero-banner-wrapper {
    padding-bottom: 20px !important;
    background-color: #f8fafc !important;
}

@media (max-width: 991px) {
    .subpage-hero-banner-wrapper,
    body:not(.home) .subpage-hero-banner-wrapper {
        padding-top: 10px !important;
        padding-bottom: 20px !important;
        margin-bottom: 0 !important;
        background-color: #f8fafc !important;
    }

    body:not(.home) .subpage-hero-card {
        margin-bottom: 0 !important;
    }

    /* Dark navy hero header (Ortam Ölçümü, Periyodik Bakım, İSG) */
    header.bg-\[\#0F172A\],
    header.bg-slate-900,
    header.bg-slate-800,
    div[class*="-wrapper"] > header {
        padding-top: 48px !important;
        padding-bottom: 40px !important;
        margin-top: 12px !important;
    }
}


/* ==========================================================================
   FORCE RESPONSIVE PADDING ON ALL SUBPAGE HERO HEADERS
   ========================================================================== */
@media (max-width: 991px) {
    header.bg-\[\#0F172A\],
    header.bg-slate-900,
    header.bg-slate-800,
    div[class*="-wrapper"] > header {
        padding-top: 36px !important;
        padding-bottom: 36px !important;
        margin-top: 14px !important;
    }
}


/* ==========================================================================
   FORCE SHIFT DARK NAVY HERO SECTION DOWN ON MOBILE (45px MARGIN-TOP)
   ========================================================================== */
@media (max-width: 991px) {
    div.ortam-olcumu-wrapper > header,
    div.periyodik-wrapper > header,
    div.isg-wrapper > header,
    div.mobil-saglik-wrapper > header,
    div.ortam-wrapper > header,
    div[class*="-wrapper"] > header,
    body:not(.home) main > header,
    body:not(.home) header.bg-\[\#0F172A\],
    body:not(.home) header.bg-slate-900,
    body:not(.home) header.relative {
        margin-top: 45px !important;
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
}


/* ==========================================================================
   FORCE PURE BRIGHT WHITE TEXT ON ALL DARK HERO HEADER PARAGRAPHS
   ========================================================================== */
header.bg-\[\#0F172A\] p,
header.bg-slate-900 p,
header.bg-slate-800 p,
div[class*="-wrapper"] header p,
body:not(.home) header p {
    color: #ffffff !important;
    opacity: 1 !important;
    font-weight: 600 !important;
}


/* ==========================================================================
   FORCE SUBPAGE MOBILE LOGO VISIBILITY & PERFECT DISPLAY (ALL PAGES)
   ========================================================================== */
@media (max-width: 991px) {
    .site-header .site-logo,
    body:not(.home) .site-header .site-logo {
        display: flex !important;
        align-items: center !important;
        visibility: visible !important;
        opacity: 1 !important;
        z-index: 110 !important;
    }

    .site-header .logo-animation-container,
    body:not(.home) .site-header .logo-animation-container {
        display: flex !important;
        align-items: center !important;
        position: relative !important;
        height: 48px !important;
        width: 140px !important;
        visibility: visible !important;
        opacity: 1 !important;
        overflow: visible !important;
    }

    .site-header .logo-wrapper,
    body:not(.home) .site-header .logo-wrapper {
        display: flex !important;
        align-items: center !important;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
    }

    .site-header .logo-wrapper img,
    body:not(.home) .site-header .logo-wrapper img {
        height: 44px !important;
        width: auto !important;
        max-height: 44px !important;
        visibility: visible !important;
        display: block !important;
    }

    /* On non-sticky subpage headers (over dark hero card), show white logo */
    body:not(.home) .site-header:not(.is-sticky) .logo-normal {
        opacity: 1 !important;
        visibility: visible !important;
    }
    body:not(.home) .site-header:not(.is-sticky) .logo-normal img {
        opacity: 1 !important;
        visibility: visible !important;
    }
    body:not(.home) .site-header:not(.is-sticky) .logo-sticky {
        opacity: 0 !important;
        visibility: hidden !important;
    }

    /* On sticky headers (over white bar), show navy logo */
    body:not(.home) .site-header.is-sticky .logo-normal {
        opacity: 0 !important;
        visibility: hidden !important;
    }
    body:not(.home) .site-header.is-sticky .logo-sticky {
        opacity: 1 !important;
        visibility: visible !important;
    }
    body:not(.home) .site-header.is-sticky .logo-sticky img {
        opacity: 1 !important;
        visibility: visible !important;
    }
}


/* ==========================================================================
   ENLARGE SERVICE FEATURE CARDS TYPOGRAPHY (ALL SERVICE PAGES)
   ========================================================================== */
/* Standard badge on top right of cards */
span[class*="bg-[#0F172A]"],
span[class*="bg-slate-900"],
span[class*="text-[10px]"] {
    font-size: 12.5px !important;
    padding: 5px 12px !important;
    font-weight: 800 !important;
}

/* Card titles */
.bg-white h4,
.bg-white h3,
div[class*="rounded-3xl"] h4,
div[class*="rounded-2xl"] h4,
div[class*="rounded-3xl"] h3 {
    font-size: 20px !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    line-height: 1.35 !important;
}

/* Card description paragraphs */
.bg-white p,
div[class*="rounded-3xl"] p,
div[class*="rounded-2xl"] p {
    font-size: 15.5px !important;
    line-height: 1.65 !important;
    color: #334155 !important;
    font-weight: 600 !important;
}

/* Bottom specification box inside service cards */
.bg-slate-50.p-4,
div[class*="bg-slate-50"],
div[class*="bg-slate-100"] {
    font-size: 14.5px !important;
    line-height: 1.6 !important;
    color: #0f172a !important;
    font-weight: 700 !important;
}

.bg-slate-50.p-4 span,
div[class*="bg-slate-50"] span,
div[class*="bg-slate-100"] span {
    font-size: 14px !important;
    color: #475569 !important;
    font-weight: 700 !important;
}


/* ==========================================================================
   FORCE PURE WHITE COLOR ON ALL TITLES INSIDE DARK NAVY CARDS & BENTO BLOCKS
   ========================================================================== */
div[class*="bg-[#0F172A]"] h2,
div[class*="bg-[#0F172A]"] h3,
div[class*="bg-[#0F172A]"] h4,
div[class*="from-[#0F172A]"] h2,
div[class*="from-[#0F172A]"] h3,
div[class*="from-[#0F172A]"] h4,
div[class*="bg-slate-900"] h2,
div[class*="bg-slate-900"] h3,
div[class*="bg-slate-900"] h4,
div[class*="bg-slate-800"] h2,
div[class*="bg-slate-800"] h3,
div[class*="bg-slate-800"] h4,
.dark-glass-card h2,
.dark-glass-card h3,
.dark-glass-card h4 {
    color: #ffffff !important;
    opacity: 1 !important;
    visibility: visible !important;
}


/* ==========================================================================
   FORCE PURE WHITE COLOR ON ALL TITLES & TEXT INSIDE ORANGE BENTO CARDS
   ========================================================================== */
div[class*="bg-[#FF6B00]"] h2,
div[class*="bg-[#FF6B00]"] h3,
div[class*="bg-[#FF6B00]"] h4,
div[class*="bg-[#FF6B00]"] p,
div[class*="bg-[#FF6B00]"] div,
div[class*="bg-orange-600"] h2,
div[class*="bg-orange-600"] h3,
div[class*="bg-orange-600"] h4,
div[class*="bg-orange-600"] p,
div[class*="bg-orange-500"] h2,
div[class*="bg-orange-500"] h3,
div[class*="bg-orange-500"] h4,
div[class*="bg-orange-500"] p {
    color: #ffffff !important;
    opacity: 1 !important;
    visibility: visible !important;
}





/* ==========================================================================
   FORCE BRIGHT WHITE TEXT ON JOURNEY FLOATING CARDS & GLASS CARDS
   ========================================================================== */
.journey-floating-card h4,
.journey-floating-card p,
.j-txt h4,
.j-txt p {
    color: #ffffff !important;
    opacity: 1 !important;
    visibility: visible !important;
    font-weight: 600 !important;
}



/* ==========================================================================
   1. DESKTOP ONLY OVERRIDES (@media min-width: 992px)
   ========================================================================== */
@media (min-width: 992px) {
    .nav-glass-capsule {
        padding-left: 36px !important;
        padding-right: 36px !important;
        box-sizing: border-box !important;
    }
}

/* ==========================================================================
   2. MOBILE ONLY OVERRIDES (@media max-width: 768px)
   ========================================================================== */
@media (max-width: 768px) {
    /* Hakkımızda Page Mobile Spacing */
    .about-luxury-hero {
        padding-top: 25px !important;
        padding-bottom: 40px !important;
        margin-top: -35px !important;
    }

    .about-pillars-section {
        padding-top: 20px !important;
        padding-bottom: 28px !important;
        margin-top: 10px !important;
    }

    .about-pillars-section .section-title-wrapper {
        margin-bottom: 0 !important;
    }

    .about-pillars-section .courses-section-subtitle {
        margin-bottom: 0 !important;
    }

    .pillars-grid-6 {
        margin-top: -55px !important;
        gap: 16px !important;
    }

    .pillar-card {
        padding: 24px 20px !important;
    }

    .about-parkour-section {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
        margin-top: 10px !important;
    }

    .about-team-section {
        padding-top: 25px !important;
        padding-bottom: 30px !important;
        margin-top: 15px !important;
    }

    .about-team-section .section-title-wrapper {
        margin-bottom: 0 !important;
    }

    .team-showcase-card {
        margin-top: -48px !important;
    }

    .team-content-box {
        padding: 20px 24px 32px 24px !important;
        margin-top: -10px !important;
    }

    .about-faq-section {
        padding-top: 25px !important;
        padding-bottom: 15px !important;
        margin-top: 25px !important;
    }

    .about-faq-section .section-title-wrapper {
        margin-bottom: 0 !important;
    }

    .about-faq-container {
        margin-top: -30px !important;
        gap: 14px !important;
    }

    .about-executive-cta {
        padding-top: 25px !important;
        padding-bottom: 15px !important;
        margin-top: 15px !important;
    }

    /* Referanslarımız Page Mobile CTA Shift */
    .referanslar-wrapper section {
        margin-top: -75px !important;
    }

    /* Front Page Hero Slider Mobile Arrows */
    .hero-swiper .hero-swiper-prev,
    .hero-swiper .hero-swiper-next,
    .hero-swiper .swiper-button-prev,
    .hero-swiper .swiper-button-next {
        top: 54% !important;
        margin-top: 0 !important;
        transform: translateY(0) !important;
        width: 48px !important;
        height: 48px !important;
    }

    .hero-swiper .hero-swiper-prev:after,
    .hero-swiper .hero-swiper-next:after,
    .hero-swiper .swiper-button-prev:after,
    .hero-swiper .swiper-button-next:after {
        font-size: 20px !important;
    }
}


/* ==========================================================================
   FORCE BRIGHT READABLE TEXT COLOR ON ALL DARK NAVY & SLATE CARDS/SECTIONS
   ========================================================================== */
.bg-\[\#0F172A\] p,
.bg-slate-800 p,
.bg-slate-900 p,
[class*="bg-[#0F172A]"] p,
[class*="bg-slate-800"] p,
[class*="bg-slate-900"] p {
    color: #e2e8f0 !important;
    opacity: 1 !important;
    visibility: visible !important;
}


/* ==========================================================================
   FORCE BRIGHT WHITE COLOR ON ALL SUBPAGE HERO SUBTEXTS & DARK SECTIONS
   ========================================================================== */
.text-slate-300,
.text-slate-400,
.bg-\[\#0F172A\] p,
.bg-slate-800 p,
.bg-slate-900 p,
[class*="bg-[#0F172A]"] p,
[class*="bg-slate-800"] p,
[class*="bg-slate-900"] p,
.subpage-hero-subtext,
.about-hero-subtext,
.hero-description {
    color: #ffffff !important;
    opacity: 1 !important;
    visibility: visible !important;
}


/* ==========================================================================
   HIJYEN EĞİTİMİ PAGE: DESKTOP ONLY SECTION SPACING ENHANCEMENT (90px)
   ========================================================================== */
@media (min-width: 992px) {
    .hijyen-landing-wrapper section {
        padding-top: 90px !important;
        padding-bottom: 90px !important;
    }

    .hijyen-landing-wrapper header {
        padding-top: 60px !important;
        padding-bottom: 90px !important;
    }
}


/* ==========================================================================
   YANGIN EĞİTİMİ VE TATBİKATI: DESKTOP ONLY SECTION SPACING ENHANCEMENT (90px)
   ========================================================================== */
@media (min-width: 992px) {
    .yangin-landing-wrapper section {
        padding-top: 90px !important;
        padding-bottom: 90px !important;
    }

    .yangin-landing-wrapper header {
        padding-top: 60px !important;
        padding-bottom: 90px !important;
    }
}


/* ==========================================================================
   FORCE BRIGHT WHITE COLOR ON REGULATION QUOTE BOXES
   ========================================================================== */
p.border-l-4,
.border-l-\[\#FF6B00\] {
    color: #ffffff !important;
    opacity: 1 !important;
}


/* ==========================================================================
   MESLEKİ YETERLİLİK (MYK): DESKTOP ONLY SECTION SPACING ENHANCEMENT (90px)
   ========================================================================== */
@media (min-width: 992px) {
    .myk-landing-wrapper section {
        padding-top: 90px !important;
        padding-bottom: 90px !important;
    }

    .myk-landing-wrapper header {
        padding-top: 60px !important;
        padding-bottom: 90px !important;
    }
}


/* ==========================================================================
   MOBİL SAĞLIK HİZMETLERİ: DESKTOP ONLY SECTION SPACING ENHANCEMENT (90px)
   ========================================================================== */
@media (min-width: 992px) {
    .mobil-saglik-wrapper section {
        padding-top: 90px !important;
        padding-bottom: 90px !important;
    }

    .mobil-saglik-wrapper header {
        padding-top: 60px !important;
        padding-bottom: 90px !important;
    }
}


/* ==========================================================================
   DESKTOP ONLY SECTION SPACING ENHANCEMENT (90px) FOR ORTAM, PERİYODİK & İSG
   ========================================================================== */
@media (min-width: 992px) {
    .ortam-landing-wrapper section,
    .periyodik-landing-wrapper section,
    .isg-hizmetleri-wrapper section {
        padding-top: 90px !important;
        padding-bottom: 90px !important;
    }

    .ortam-landing-wrapper header,
    .periyodik-landing-wrapper header,
    .isg-hizmetleri-wrapper header {
        padding-top: 60px !important;
        padding-bottom: 90px !important;
    }
}


/* ==========================================================================
   REFERANSLARIMIZ PAGE: DESKTOP ONLY CTA SECTION OVERLAP FIX
   ========================================================================== */
@media (min-width: 992px) {
    .referanslar-wrapper section {
        margin-top: 60px !important;
        padding-top: 40px !important;
        padding-bottom: 80px !important;
    }
}
