/* ====================================================
   PREMIUM "WOW" DESIGN OVERRIDES
==================================================== */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400&family=Plus+Jakarta+Sans:wght@300;400;500;600;700&display=swap');

:root {
    --primary-color: #d4af37; /* Elegant Gold */
    --primary-dark: #b5952f;
    --bg-light: #fdfbf7; /* Warm Cream */
    --text-dark: #1a1a1a;
    --text-muted: #5a5a5a;
    --white: #ffffff;
    --glass-bg: rgba(255, 255, 255, 0.85);
    --glass-border: rgba(212, 175, 55, 0.2);
    --shadow-sm: 0 4px 15px rgba(0, 0, 0, 0.05);
    --shadow-md: 0 10px 30px rgba(0, 0, 0, 0.08);
    --shadow-lg: 0 20px 40px rgba(0, 0, 0, 0.12);
    --transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

body {
    background-color: var(--bg-light) !important;
    color: var(--text-dark) !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Playfair Display', serif !important;
    color: var(--text-dark) !important;
    letter-spacing: -0.02em;
}

/* Navbar Enhancements */
.navbar-brand {
    padding: 0 !important;
    margin-right: 30px !important;
}

.main-logo {
    max-height: 55px !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain;
}

.logo a {
    display: inline-block;
}

.logo .main-logo {
    max-height: 45px !important;
}

/* Footer logo */
.widget-logo {
    margin-bottom: 20px;
}

.footer-logo {
    max-height: 50px !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain;
    filter: brightness(0) invert(1);
    opacity: 0.85;
}

/* Mobile logo adjustments */
@media (max-width: 991px) {
    .main-logo {
        max-height: 40px !important;
    }
    .logo .main-logo {
        max-height: 35px !important;
    }
}

/* ABSOLUTE TRANSPARENT DESKTOP HEADER OVERLAY */
.navbar-area {
    position: absolute;
    top: 45px;
    left: 0;
    width: 100%;
    z-index: 999;
    transition: all 0.4s ease;
}

@media only screen and (max-width: 991px) {
    .top-header-area {
        background: transparent !important;
        padding: 10px 0 !important;
        border-bottom: 1px solid rgba(255,255,255,0.1) !important;
    }
    .navbar-area {
        position: absolute;
        top: 50px;
        width: 100%;
        background: transparent !important;
        box-shadow: none !important;
    }
    .main-responsive-nav, .mean-container .mean-bar {
        background: transparent !important;
        border-bottom: none !important;
    }
    .main-responsive-nav .meanmenu-reveal span {
        background: #ffffff !important;
    }
    .wow-text-logo .logo-main, .wow-text-logo .logo-sub {
        color: #ffffff !important;
    }

    /* Sticky state for mobile */
    .navbar-area.is-sticky {
        top: 0 !important;
        background: #ffffff !important;
        box-shadow: 0 5px 25px rgba(0,0,0,0.08) !important;
    }
    .navbar-area.is-sticky .main-responsive-nav,
    .navbar-area.is-sticky .mean-container .mean-bar {
        background: #ffffff !important;
    }
    .navbar-area.is-sticky .main-responsive-nav .meanmenu-reveal span {
        background: #1a1a1a !important;
    }
    .navbar-area.is-sticky .wow-text-logo .logo-main {
        color: #1a1a1a !important;
    }
    .navbar-area.is-sticky .wow-text-logo .logo-sub {
        color: var(--primary-color) !important;
    }

    /* Keep flyout menu readable */
    .mean-container .mean-nav {
        background: #ffffff !important;
    }
    .mean-container .mean-nav ul li a {
        color: #1a1a1a !important;
    }

    /* Fix Firma Bilgilerimiz Expanded State (Mobile Toggle) */
    .top-header-area.active {
        background: #111111 !important;
        position: relative !important;
        z-index: 1005 !important;
        padding-bottom: 20px !important;
        border-bottom: 3px solid var(--primary-color) !important;
    }
    .top-header-area.active .top-header-information li a,
    .top-header-area.active .top-header-information li i,
    .top-header-area.active .top-header-optional li a i {
        color: #ffffff !important;
    }
    
    /* When expanding the top header, push the navbar down and make it solid to prevent unreadable overlaps */
    .top-header-area.active ~ .navbar-area {
        position: relative !important;
        top: 0 !important;
        background: #ffffff !important;
    }
    .top-header-area.active ~ .navbar-area .main-responsive-nav {
        background: #ffffff !important;
    }
    .top-header-area.active ~ .navbar-area .wow-text-logo .logo-main {
        color: #1a1a1a !important;
    }
    .top-header-area.active ~ .navbar-area .wow-text-logo .logo-sub {
        color: var(--primary-color) !important;
    }
    .top-header-area.active ~ .navbar-area .main-responsive-nav .meanmenu-reveal span {
        background: #1a1a1a !important;
    }
}

.main-navbar {
    background: transparent !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: none !important;
    padding: 18px 0 !important;
    transition: all 0.4s ease;
}

.main-navbar .navbar .navbar-nav .nav-item a {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #ffffff !important;
    position: relative;
    background: transparent !important;
    padding: 10px 12px !important;
    display: flex;
    align-items: center;
    transition: color 0.3s;
}

.main-navbar .navbar .navbar-nav .nav-item a i {
    margin-left: 5px;
    font-size: 14px;
}

.main-navbar .navbar .navbar-nav .nav-item a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    bottom: 5px;
    left: 50%;
    background-color: var(--primary-color);
    transition: width 0.3s ease, transform 0.3s ease;
    transform: translateX(-50%);
}

.main-navbar .navbar .navbar-nav .nav-item a:hover::after,
.main-navbar .navbar .navbar-nav .nav-item a.active::after {
    width: 60%;
}

.main-navbar .navbar .navbar-nav .nav-item a:hover,
.main-navbar .navbar .navbar-nav .nav-item a.active {
    color: var(--primary-color) !important;
}

/* Dropdown Menu Overrides */
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu {
    background: #ffffff !important;
    border: 1px solid rgba(0,0,0,0.05) !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08) !important;
    padding: 10px 0 !important;
    border-radius: 8px !important;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu .nav-item a {
    color: #1a1a1a !important;
    padding: 10px 20px !important;
    font-size: 13px !important;
    text-transform: capitalize !important;
    letter-spacing: 0.02em !important;
    border-bottom: 1px solid rgba(0,0,0,0.03) !important;
    background: transparent !important;
    transition: all 0.3s ease;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu .nav-item:last-child a {
    border-bottom: none !important;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu .nav-item a:hover {
    color: var(--primary-color) !important;
    background: rgba(212, 175, 55, 0.05) !important;
    padding-left: 25px !important;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu .nav-item a::after {
    display: none !important;
}

/* Premium Text Logo */
.wow-text-logo {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    text-decoration: none !important;
}
.wow-text-logo .logo-main {
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1;
    letter-spacing: 0.03em;
    transition: color 0.4s;
}
.wow-text-logo .logo-sub {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 10px;
    font-weight: 600;
    color: rgba(255,255,255,0.7);
    text-transform: uppercase;
    letter-spacing: 0.3em;
    margin-top: 5px;
    transition: color 0.4s;
}

/* STICKY NAVBAR OVERRIDE */
.navbar-area.is-sticky {
    position: fixed !important;
    top: 0 !important;
    left: 0;
    width: 100%;
    background: #ffffff !important;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08) !important;
    border-bottom: none !important;
}

.navbar-area.is-sticky .main-navbar {
    padding: 8px 0 !important;
    border-bottom: none !important;
    background: #ffffff !important;
}

.navbar-area.is-sticky .wow-text-logo .logo-main {
    color: #1a1a1a !important;
}

.navbar-area.is-sticky .wow-text-logo .logo-sub {
    color: var(--primary-color) !important;
}

.navbar-area.is-sticky .main-navbar .navbar .navbar-nav .nav-item a {
    color: #1a1a1a !important;
    font-weight: 600 !important;
}

.navbar-area.is-sticky .main-navbar .navbar .navbar-nav .nav-item a:hover,
.navbar-area.is-sticky .main-navbar .navbar .navbar-nav .nav-item a.active {
    color: var(--primary-color) !important;
}


/* Inner Page Banner Improvements */
.page-banner-with-full-image {
    position: relative;
    padding-top: 240px !important;
    padding-bottom: 140px !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
.page-banner-with-full-image::before {
    content: '';
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(135deg, rgba(15,15,15,0.9) 0%, rgba(15,15,15,0.5) 100%);
    z-index: 1;
}
.page-banner-content-two {
    position: relative;
    z-index: 2;
    text-align: center;
}
.page-banner-content-two h2 {
    color: var(--white) !important;
    font-size: 52px !important;
    font-family: 'Playfair Display', serif !important;
    margin-bottom: 25px !important;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-shadow: 0 4px 20px rgba(0,0,0,0.5);
}
.page-banner-content-two ul {
    background: rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    display: inline-flex !important;
    align-items: center;
    padding: 14px 40px !important;
    border-radius: 50px !important;
    list-style: none !important;
    margin: 0 !important;
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}
.page-banner-content-two ul li {
    color: var(--white) !important;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    display: flex;
    align-items: center;
}
.page-banner-content-two ul li a {
    color: rgba(255, 255, 255, 0.7) !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    transition: var(--transition);
}
.page-banner-content-two ul li a:hover {
    color: var(--primary-color) !important;
}
.page-banner-content-two ul li::before {
    display: none !important; /* Remove old style.css line separator */
}
.page-banner-content-two ul li {
    margin-left: 0 !important; /* Remove old margin from style.css */
}
.page-banner-content-two ul li:not(:last-child)::after {
    content: '/' !important;
    margin: 0 12px;
    color: rgba(255, 255, 255, 0.4);
    font-size: 12px;
}

/* Buttons */
.default-btn, .optional-btn {
    border-radius: 50px !important;
    text-transform: uppercase;
    letter-spacing: 0.08em !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    padding: 14px 45px 14px 25px !important;
    box-shadow: var(--shadow-md) !important;
    transition: var(--transition) !important;
    background-color: var(--primary-color) !important;
    color: var(--white) !important;
    border: none !important;
    overflow: hidden;
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
}

.default-btn i, .optional-btn i {
    border-radius: 50% !important;
    background-color: var(--white) !important;
    color: var(--primary-color) !important;
    right: 6px !important;
    height: 32px !important;
    width: 32px !important;
    line-height: 32px !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.default-btn:hover, .optional-btn:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-lg) !important;
    background-color: var(--primary-dark) !important;
}

/* Sections & Cards */
.single-services, .single-blog, .single-courses, .single-features, .card {
    background: var(--white) !important;
    border-radius: 20px !important;
    box-shadow: var(--shadow-md) !important;
    border: 1px solid rgba(0,0,0,0.03) !important;
    transition: var(--transition) !important;
    overflow: hidden;
}

.single-services:hover, .single-blog:hover, .single-courses:hover, .single-features:hover, .card:hover {
    transform: translateY(-10px) !important;
    box-shadow: var(--shadow-lg) !important;
}

.section-title h2 {
    font-size: 48px !important;
    margin-bottom: 25px !important;
    position: relative;
    padding-bottom: 20px;
}

.section-title h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background-color: var(--primary-color);
    border-radius: 2px;
}

/* Floating Action Buttons Override */
#main-div {
    right: 30px !important;
    bottom: 30px !important;
    z-index: 1000 !important;
}

#main-button {
    background: var(--primary-color) !important;
    box-shadow: var(--shadow-lg) !important;
    width: 60px !important;
    height: 60px !important;
    border-radius: 50% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition) !important;
}

#main-button:hover {
    transform: scale(1.1) rotate(15deg);
}

.whatsapp-color, .telegram-color, .instagram-color {
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    box-shadow: var(--shadow-sm) !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px !important;
    right: 5px !important; /* Center the 50px icon inside the 60px main button area */
    transition: var(--transition) !important;
    text-align: center;
}

.whatsapp-color i, .telegram-color i, .instagram-color i {
    font-size: 24px !important;
    color: white !important;
}

.whatsapp-color:hover, .telegram-color:hover, .instagram-color:hover {
    transform: scale(1.15) translateY(-5px);
}

.whatsapp-color { background: #25D366 !important; }
.telegram-color { background: #0088cc !important; }
.instagram-color { background: #E1306C !important; }

/* Top Header */
.top-header-area {
    position: absolute;
    top: 0; left: 0; width: 100%; z-index: 1000;
    background: transparent !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    padding: 12px 0 !important;
}
.top-header-information {
    margin-bottom: 0 !important;
    padding: 0 !important;
}
.top-header-information li {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: 12px !important;
    letter-spacing: 0.1em;
    color: rgba(255,255,255,0.85) !important;
    text-transform: uppercase;
    display: inline-block;
    padding-right: 20px;
    margin-right: 15px;
    position: relative;
}
.top-header-information li:last-child {
    padding-right: 0;
    margin-right: 0;
}
.top-header-information li:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 12px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.top-header-information li a {
    color: rgba(255,255,255,0.85) !important;
    transition: var(--transition);
}
.top-header-information li a:hover {
    color: var(--white) !important;
}
.top-header-information li i {
    color: var(--primary-color) !important;
    font-size: 16px !important;
    margin-right: 5px;
}
.top-header-optional li a {
    color: rgba(255,255,255,0.85) !important;
    margin-left: 15px;
    font-size: 16px;
    transition: var(--transition);
}
.top-header-optional li a:hover {
    color: var(--white) !important;
}
.top-header-optional li a:hover i {
    color: var(--primary-color) !important;
    transform: translateY(-2px);
}

/* Sticky Header Glow Fix */
.navbar-area.is-sticky {
    box-shadow: 0 5px 25px rgba(212, 175, 55, 0.15) !important;
    border-bottom: 1px solid rgba(212, 175, 55, 0.1);
}

/* Floating Contact Button Override */
#main-button ~ button {
    background: var(--primary-color) !important;
    color: #fff !important;
    border: none !important;
    box-shadow: var(--shadow-md) !important;
}
#main-button ~ button:hover {
    background: var(--primary-dark) !important;
}
#main-button.open ~ button {
    right: 80px !important; /* Slide the contact text label further left since the main button is now 60px */
}

/* Footer Improvements */
.footer-area {
    position: relative;
    background-color: #1a1a1a !important;
    background-blend-mode: overlay;
    color: #fdfbf7;
    border-top: 5px solid var(--primary-color);
}
.footer-area::before {
    content: '';
    position: absolute;
    top:0; left:0; width:100%; height:100%;
    background: rgba(26, 26, 26, 0.9);
    z-index: 1;
}
.footer-area .container {
    position: relative;
    z-index: 2;
}

/* Copyright Area Improvements */
.copyright-area {
    background: #0f0f0f !important;
    padding: 22px 0 !important;
    text-align: center;
    border-top: 1px solid rgba(255,255,255,0.05);
}
.copyright-area-content p {
    color: #888 !important;
    font-size: 14px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    margin: 0;
}
.copyright-area-content a {
    color: var(--primary-color) !important;
    font-weight: 600;
    transition: var(--transition);
}
.copyright-area-content a:hover {
    color: var(--primary-dark) !important;
    text-decoration: underline;
}

.single-footer-widget h3 {
    color: var(--primary-color) !important;
    font-family: 'Playfair Display', serif !important;
    font-size: 24px !important;
    margin-bottom: 25px !important;
}
.single-footer-widget p, .single-footer-widget li a {
    color: #e0e0e0 !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
}
.single-footer-widget li a:hover {
    color: var(--primary-color) !important;
    padding-left: 8px !important;
    background: transparent !important;
}

.copyright-area {
    background-color: #111 !important;
    border-top: 1px solid rgba(255,255,255,0.1) !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
}

/* Image Hover effects */
.image-hover-scale {
    overflow: hidden;
    border-radius: 15px;
}
.image-hover-scale img {
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.image-hover-scale:hover img {
    transform: scale(1.05);
}

/* Slider / Banner enhancements */
.main-banner-item {
    position: relative;
    background-size: cover;
    background-position: center;
    background-attachment: fixed !important;
    padding-top: 170px !important;
    padding-bottom: 200px !important;
    z-index: 1;
}

.main-banner-item::before {
    content: '';
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(135deg, rgba(26, 26, 26, 0.85) 0%, rgba(26, 26, 26, 0.4) 100%) !important;
    z-index: -1;
}

.main-banner-content h1 {
    font-size: 58px !important;
    line-height: 1.15 !important;
    font-family: 'Playfair Display', serif !important;
    color: var(--white) !important;
    text-transform: capitalize;
    margin-bottom: 20px !important;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.3) !important;
    animation: fadeInUp 1s ease-out;
}

.main-banner-content p {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: 18px !important;
    color: var(--white) !important;
    margin-bottom: 35px !important;
    font-weight: 300;
    max-width: 650px;
    opacity: 0.95;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.5) !important;
    line-height: 1.6 !important;
    animation: fadeInUp 1.2s ease-out;
}

.banner-btn {
    animation: fadeInUp 1.4s ease-out;
}

/* Features pulled up */
.features-area {
    margin-top: -90px !important;
    position: relative;
    z-index: 2;
}

.single-features {
    background: rgba(255,255,255,0.95) !important;
    backdrop-filter: blur(10px);
    padding: 35px !important;
    border-radius: 15px !important;
    box-shadow: var(--shadow-lg) !important;
    border-top: 4px solid var(--primary-color) !important;
    height: calc(100% - 30px);
    margin-bottom: 30px !important;
}

.features-title h3 {
    font-size: 20px !important;
    color: var(--primary-color) !important;
    margin-bottom: 12px !important;
    letter-spacing: -0.01em;
}

/* Preloader */
.preloader-area {
    background-color: var(--bg-light) !important;
}
.preloader-area .spinner::before {
    border-color: var(--primary-color) !important;
}
.preloader-area .spinner .disc {
    border-color: var(--primary-color) !important;
}

/* Animations */
@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}

/* About Section */
.hakkimizda-area, .about-area {
    background: var(--bg-light) !important;
    padding: 100px 0 !important;
}
.about-content {
    padding-right: 40px;
}
.about-content h2 {
    font-size: 40px !important;
    margin-bottom: 20px !important;
}
.about-content p {
    line-height: 1.8 !important;
    font-size: 16px !important;
    margin-bottom: 20px !important;
    color: var(--text-muted);
}
.about-content .default-btn {
    margin-top: 30px;
}
.about-image img {
    border-radius: 20px !important;
    box-shadow: var(--shadow-lg) !important;
    border: 8px solid var(--white) !important;
    max-height: 600px;
    object-fit: cover;
    width: 100%;
}

/* ====================================================
   RESPONSIVE - Mobile Banner & Layout Fixes
==================================================== */

/* Mobile banner image switch */
@media (max-width: 768px) {
    .banner-responsive.main-banner-item {
        background-image: url('../images/banner-mobile.png') !important;
        background-attachment: scroll !important;
        padding-top: 120px !important;
        padding-bottom: 140px !important;
    }

    .main-banner-content h1 {
        font-size: 32px !important;
        line-height: 1.2 !important;
        margin-bottom: 15px !important;
    }

    .main-banner-content p {
        font-size: 15px !important;
        margin-bottom: 25px !important;
        line-height: 1.5 !important;
    }

    .banner-btn {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .banner-btn .default-btn,
    .banner-btn .optional-btn {
        font-size: 12px !important;
        padding: 12px 35px 12px 20px !important;
        text-align: center;
        justify-content: center;
    }

    .features-area {
        margin-top: -50px !important;
    }

    .single-features {
        padding: 25px !important;
        margin-bottom: 25px !important;
    }

    .features-title h3 {
        font-size: 17px !important;
    }

    .section-title h2 {
        font-size: 30px !important;
    }

    .hakkimizda-area, .about-area {
        padding: 60px 0 !important;
    }
    .about-content {
        padding-right: 0;
    }
    .about-content h2 {
        font-size: 28px !important;
    }
    .about-content p {
        font-size: 14px !important;
    }

    .single-footer-widget h3 {
        font-size: 20px !important;
    }

    .whatsapp-color, .telegram-color, .instagram-color {
        width: 42px !important;
        height: 42px !important;
        right: 4px !important;
    }
    #main-button {
        width: 50px !important;
        height: 50px !important;
    }
    #main-button.open ~ button {
        right: 65px !important;
    }

    /* Inner page banner mobile tweaks */
    .page-banner-with-full-image {
        padding-top: 160px !important;
        padding-bottom: 80px !important;
    }
    .page-banner-content-two h2 {
        font-size: 32px !important;
        line-height: 1.3 !important;
    }
    .page-banner-content-two ul {
        padding: 10px 20px !important;
    }
    .page-banner-content-two ul li {
        font-size: 11px !important;
    }
}

/* Tablet adjustments */
@media (min-width: 769px) and (max-width: 991px) {
    .main-banner-content h1 {
        font-size: 42px !important;
    }
    .main-banner-item {
        padding-top: 140px !important;
        padding-bottom: 160px !important;
    }
}

/* ====================================================
   SECTION TAG (used across all sections)
==================================================== */
.wow-section-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(212, 175, 55, 0.12);
    color: var(--primary-color);
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 8px 20px;
    border-radius: 50px;
    margin-bottom: 18px;
}

.wow-section-tag i {
    font-size: 16px;
}

/* ====================================================
   HAKKIMIZDA / ABOUT - Premium
==================================================== */
.about-area {
    padding: 100px 0 !important;
    background: var(--bg-light) !important;
}

.wow-about-img {
    position: relative;
}

.wow-about-img img {
    border-radius: 20px !important;
    box-shadow: var(--shadow-lg) !important;
    width: 100%;
    height: 500px;
    object-fit: cover;
    border: 6px solid var(--white) !important;
}

.about-experience-badge {
    position: absolute;
    bottom: -20px;
    right: -20px;
    background: var(--primary-color);
    color: var(--white);
    border-radius: 15px;
    padding: 20px 25px;
    text-align: center;
    box-shadow: var(--shadow-lg);
    z-index: 2;
}

.badge-number {
    display: block;
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
}

.badge-text {
    display: block;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-top: 4px;
}

.about-main-content h3 {
    font-size: 38px !important;
    margin-bottom: 20px !important;
    line-height: 1.2;
}

.wow-about-text p {
    font-size: 15px !important;
    line-height: 1.8 !important;
    color: var(--text-muted);
    margin-bottom: 15px;
}

.about-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 25px 0;
}

.highlight-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(212, 175, 55, 0.08);
    border: 1px solid rgba(212, 175, 55, 0.2);
    border-radius: 10px;
    padding: 10px 18px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: var(--text-dark);
    transition: var(--transition);
}

.highlight-item:hover {
    background: rgba(212, 175, 55, 0.15);
    transform: translateY(-2px);
}

.highlight-item i {
    color: var(--primary-color);
    font-size: 18px;
}

/* ====================================================
   HİZMETLER / SERVICES - Premium Cards
==================================================== */
.wow-services-section {
    padding: 100px 0 !important;
    background: var(--white) !important;
}

.wow-services-section .content h2 {
    font-size: 42px !important;
    margin-bottom: 12px !important;
}

.wow-services-subtitle {
    font-size: 16px;
    color: var(--text-muted);
    margin-bottom: 35px;
    line-height: 1.6;
}

.wow-services-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.wow-service-card {
    display: flex;
    gap: 20px;
    padding: 25px;
    background: var(--bg-light);
    border-radius: 16px;
    border: 1px solid rgba(0,0,0,0.04);
    transition: var(--transition);
}

.wow-service-card:hover {
    transform: translateX(8px);
    box-shadow: var(--shadow-md);
    border-color: rgba(212, 175, 55, 0.2);
}

.wow-service-icon {
    flex-shrink: 0;
    width: 55px;
    height: 55px;
    background: var(--primary-color);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wow-service-icon i {
    color: var(--white);
    font-size: 26px;
}

.wow-service-info h4 {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    margin-bottom: 6px !important;
    color: var(--text-dark) !important;
}

.wow-service-info p {
    font-size: 14px;
    color: var(--text-muted);
    line-height: 1.5;
    margin-bottom: 8px;
}

.wow-services-section::before,
.wow-videos-section::before {
    display: none !important;
}

.wow-service-link {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: var(--primary-color) !important;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: var(--transition);
}

.wow-service-link:hover {
    gap: 10px;
    color: var(--primary-dark) !important;
}

.wow-services-image img {
    border-radius: 20px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 600px;
}

/* ====================================================
   VİDEOLAR / VIDEOS - Premium Section
==================================================== */
.wow-videos-section {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%) !important;
}

.wow-videos-title {
    color: var(--white) !important;
    font-size: 42px !important;
    margin-bottom: 10px !important;
}

.wow-videos-subtitle {
    color: #aaa !important;
    font-size: 16px;
    max-width: 550px;
    margin: 0 auto;
}

.wow-video-card {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
}

.wow-video-card .philosophy-content h3 {
    color: var(--white) !important;
    font-size: 32px !important;
}

.wow-video-card .philosophy-content h4 {
    color: var(--primary-color) !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 12px !important;
}

.wow-video-card .philosophy-content p {
    color: #ccc !important;
    font-size: 15px;
    line-height: 1.6;
}

.wow-quote-box {
    background: rgba(212, 175, 55, 0.1) !important;
    border-left: 3px solid var(--primary-color) !important;
    border-radius: 0 12px 12px 0 !important;
    padding: 18px 22px !important;
    margin: 20px 0 !important;
}

.wow-quote-box i {
    color: var(--primary-color) !important;
    font-size: 22px !important;
    margin-bottom: 8px;
    display: block;
}

.wow-quote-box p {
    color: #e0e0e0 !important;
    font-style: italic;
    font-size: 14px !important;
}

.wow-video-thumbnail {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: var(--shadow-lg);
}

.wow-video-thumbnail img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.wow-video-thumbnail:hover img {
    transform: scale(1.05);
}

.wow-play-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 15px rgba(212, 175, 55, 0.25);
    transition: var(--transition);
}

.wow-play-overlay i {
    color: var(--white);
    font-size: 32px;
    margin-left: 4px;
}

.wow-play-overlay:hover {
    transform: translate(-50%, -50%) scale(1.15);
    box-shadow: 0 0 0 20px rgba(212, 175, 55, 0.35);
}

/* ====================================================
   CTA BANNER - Premium Call to Action
==================================================== */
.wow-cta-section {
    padding: 60px 0 !important;
    margin: 0 !important;
}

.wow-cta-box {
    background: linear-gradient(135deg, var(--primary-color), var(--primary-dark)) !important;
    border-radius: 24px !important;
    padding: 60px 50px !important;
    display: flex;
    align-items: center;
    gap: 40px;
    box-shadow: 0 20px 50px rgba(212, 175, 55, 0.3) !important;
    position: relative;
    overflow: hidden;
}

.wow-cta-box::before {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    background: rgba(255,255,255,0.1);
    border-radius: 50%;
}

.wow-cta-box::after {
    content: '';
    position: absolute;
    bottom: -30px;
    left: 30%;
    width: 120px;
    height: 120px;
    background: rgba(255,255,255,0.06);
    border-radius: 50%;
}

.wow-cta-icon {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wow-cta-icon i {
    color: var(--white);
    font-size: 36px;
}

.wow-cta-box .subscribe-content h2 {
    color: var(--white) !important;
    font-size: 34px !important;
    margin-bottom: 8px !important;
}

.wow-cta-box .subscribe-content p {
    color: rgba(255,255,255,0.85) !important;
    font-size: 18px !important;
    margin-bottom: 20px !important;
}

.wow-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--white);
    color: var(--primary-dark) !important;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 15px;
    font-weight: 700;
    padding: 14px 35px;
    border-radius: 50px;
    text-decoration: none;
    transition: var(--transition);
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}

.wow-cta-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.25);
    color: var(--primary-dark) !important;
}

/* ====================================================
   BLOGLAR / BLOG - Premium Cards
==================================================== */
.wow-blog-section {
    background: var(--bg-light) !important;
}

.wow-blog-card {
    border-radius: 20px !important;
    overflow: hidden;
    border: none !important;
    box-shadow: var(--shadow-md) !important;
    transition: var(--transition) !important;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.wow-blog-card:hover {
    transform: translateY(-10px) !important;
    box-shadow: var(--shadow-lg) !important;
}

.wow-blog-img {
    position: relative;
    overflow: hidden;
}

.wow-blog-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.wow-blog-card:hover .wow-blog-img img {
    transform: scale(1.08);
}

.wow-blog-category {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 2;
}

.wow-blog-category span {
    background: var(--primary-color);
    color: var(--white);
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 5px 14px;
    border-radius: 50px;
}

.wow-blog-content {
    padding: 25px !important;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.wow-blog-content h3 {
    font-size: 20px !important;
    margin-bottom: 10px !important;
    line-height: 1.3 !important;
}

.wow-blog-content h3 a {
    color: var(--text-dark) !important;
    text-decoration: none;
    transition: var(--transition);
}

.wow-blog-content h3 a:hover {
    color: var(--primary-color) !important;
}

.wow-blog-content p {
    font-size: 14px;
    line-height: 1.6;
    color: var(--text-muted);
    flex-grow: 1;
}

.wow-read-more {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--primary-color) !important;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    margin-top: 12px;
    transition: var(--transition);
}

.wow-read-more:hover {
    gap: 12px;
    color: var(--primary-dark) !important;
}

/* ====================================================
   FOOTER - Enhanced
==================================================== */
.widget-share {
    display: flex;
    gap: 12px;
    margin-top: 20px;
}

.widget-share a {
    width: 42px;
    height: 42px;
    background: rgba(255,255,255,0.1) !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: var(--transition) !important;
    color: #e0e0e0 !important;
}

.widget-share a:hover {
    background: var(--primary-color) !important;
    color: var(--white) !important;
    transform: translateY(-3px);
}

.widget-share a i {
    font-size: 18px;
}

.quick-links li {
    margin-bottom: 10px;
}

.quick-links li a {
    display: flex;
    align-items: center;
    gap: 8px;
    transition: var(--transition) !important;
}

.quick-links li a i {
    color: var(--primary-color) !important;
    font-size: 10px;
}

.footer-contact-info li {
    margin-bottom: 18px;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.footer-contact-info li i {
    color: var(--primary-color) !important;
    font-size: 20px;
    margin-bottom: 5px;
}

.footer-contact-info li span {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #999 !important;
}

.footer-contact-info li a {
    color: #e0e0e0 !important;
    font-size: 15px;
}

/* ====================================================
   MOBILE - Module adjustments
==================================================== */
@media (max-width: 768px) {
    .about-experience-badge {
        bottom: -10px;
        right: 10px;
        padding: 15px 18px;
    }
    .badge-number { font-size: 28px; }
    .about-main-content h3 { font-size: 28px !important; }
    .about-highlights { flex-direction: column; }

    .wow-service-card {
        flex-direction: column;
        text-align: center;
    }
    .wow-service-icon {
        margin: 0 auto;
    }
    .wow-services-section .content h2 { font-size: 30px !important; }

    .wow-videos-title { font-size: 30px !important; }
    .wow-video-thumbnail img { height: 250px; }

    .wow-cta-box {
        flex-direction: column;
        text-align: center;
        padding: 40px 25px !important;
    }
    .wow-cta-box .subscribe-content h2 { font-size: 26px !important; }

    .wow-blog-img img { height: 180px; }
}
