/* Navbar redesign based on provided reference screenshot. */

:root {
    --nav-bg: #ffffff;
    --nav-text: #111827;
    --nav-muted: #4b5563;
    --nav-primary: #2f66ea;
    --nav-border: #e5e7eb;
}

/* Hide top bar to replicate the clean single-row navbar look. */
.top-bar,
.page-top-bar,
#page-top-bar {
    display: none !important;
}

/* V4: Stable Solid White Navbar (Home, Blog, Archive) */
#page-header {
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 1000;
    background: #ffffff !important;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.1) !important;
    transition: none !important;
    /* No more transitions needed for colors */
}

#page-header .page-header-inner {
    background: #ffffff !important;
    border-bottom: 1px solid #eeeeee !important;
    min-height: 85px;
    display: flex;
    align-items: center;
}

/* Stable Dark Text Colors for all menu items */
.home #page-header .navigation a,
.blog #page-header .navigation a,
.archive #page-header .navigation a,
.home #page-header .menu__container a,
.blog #page-header .menu__container a,
.home #page-header .menu__container span,
.blog #page-header .menu__container span,
.home #page-header .header-right i,
.blog #page-header .header-right i,
.archive #page-header .header-right i,
.home #page-header .custom-brand-text,
.blog #page-header .custom-brand-text {
    color: #111827 !important;
}

/* Consistent Active/Hover Colors (Original Theme Blue) */
.header-03 .menu--primary .menu__container>li.current-menu-item>a,
.header-03 .menu--primary .menu__container>li.current-menu-ancestor>a,
.header-03 .menu--primary .menu__container>li:hover>a {
    color: #086ad8 !important;
}

/* Keep indicator lines blue as per standard theme */
.header-03 .menu--primary .menu__container>li>a .menu-item-wrap:after {
    background-color: #086ad8 !important;
}

/* Ensure Logo and icons are visible on white */
#page-header i,
#page-header span,
#page-header .custom-brand-text {
    color: #111827 !important;
}

/* Offset content for ALL pages to clear the fixed navbar */
body #page-content,
.custom-blog-hero-section {
    padding-top: 85px !important;
}

/* Additional refinement for Blog Hero with solid navbar */
.custom-blog-hero-section {
    padding-top: 100px !important;
    /* Slightly more for better breathing room */
}

body.admin-bar #page-header {
    top: 32px !important;
}

.page-header-place-holder {
    display: none !important;
}






/* Slightly narrower navbar content area to match the reference rhythm. */
#page-header .container {
    max-width: 1360px !important;
    width: calc(100% - 44px);
}

.header-03 .header-wrap,
#page-header .header-wrap {
    min-height: 54px !important;
    display: flex;
    align-items: center;
}

#page-header .branding {
    padding-right: 26px;
}

/* Keep text-logo proportion close to reference layout. */
#page-header .branding__logo img,
#page-header .branding__logo .light-logo,
#page-header .branding__logo .dark-logo {
    width: 210px !important;
    max-width: 210px !important;
    height: auto !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* Hard lock against Kirki inline defaults (width:160 and vertical paddings). */
body #page-header .branding__logo img,
body #page-header .branding__logo .light-logo,
body #page-header .branding__logo .dark-logo,
body .header-sticky-both .headroom.headroom--not-top .branding img,
body .header-sticky-up .headroom.headroom--not-top.headroom--pinned .branding img,
body .header-sticky-down .headroom.headroom--not-top.headroom--unpinned .branding img {
    width: 210px !important;
    max-width: 210px !important;
    height: auto !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

body #page-header .page-header-inner .header-wrap,
body #page-header.headroom--not-top .page-header-inner .header-wrap {
    min-height: 54px !important;
}

body #page-header .page-header-inner,
body #page-header.headroom--top .page-header-inner,
body #page-header.headroom--not-top .page-header-inner {
    margin-top: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* Main menu typography and spacing. */
#page-header .menu--primary .menu__container>li>a {
    color: var(--nav-text) !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    letter-spacing: -0.01em;
    padding-left: 12px !important;
    padding-right: 12px !important;
}

#page-header .menu--primary .menu__container>li {
    margin: 0 10px;
}

#page-header .menu--primary .menu__container>li>a>.menu-item-wrap,
#page-header .menu--primary .menu__container>li>a {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

#page-header .menu--primary li:hover>a,
#page-header .menu--primary>ul>li>a:hover,
#page-header .menu--primary>ul>li>a:focus,
#page-header .menu--primary .current-menu-ancestor>a,
#page-header .menu--primary .current-menu-item>a {
    color: var(--nav-primary) !important;
}

/* Dropdown look similar to the target clean menu. */
#page-header .sm-simple .sub-menu,
#page-header .sm-simple .children {
    background: #ffffff !important;
    border: 1px solid var(--nav-border);
    border-radius: 12px;
    box-shadow: 0 18px 40px rgba(17, 24, 39, 0.12) !important;
    padding: 8px 0;
}

#page-header .sm-simple .sub-menu a,
#page-header .sm-simple .children a {
    color: var(--nav-muted) !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    padding: 10px 18px !important;
}

#page-header .sm-simple .sub-menu li:hover>a,
#page-header .sm-simple .children li:hover>a,
#page-header .sm-simple .sub-menu .current-menu-item>a,
#page-header .sm-simple .sub-menu .current-menu-ancestor>a {
    color: var(--nav-primary) !important;
    background: #f3f6ff !important;
}

/* Right-side icons color harmony with white navbar. */
#page-header .header-right-more,
#page-header .popup-search-wrap i,
#page-header .page-open-mobile-menu i,
#page-header .mini-cart .mini-cart-icon,
#page-header .header-wishlist a {
    color: var(--nav-text) !important;
}

#page-header .header-right-more:hover,
#page-header .popup-search-wrap:hover i,
#page-header .mini-cart .mini-cart-icon:hover,
#page-header .header-wishlist a:hover {
    color: var(--nav-primary) !important;
}

/* Keep login/register-like buttons (if enabled) in clean modern blue style. */
#page-header .header-button,
#page-header .tm-button.header-button,
#page-header .tm-button.style-flat.header-button {
    background: var(--nav-primary) !important;
    border-color: var(--nav-primary) !important;
    color: #ffffff !important;
    border-radius: 12px !important;
    font-weight: 700 !important;
    padding: 10px 22px !important;
}

#page-header .header-button:hover,
#page-header .tm-button.header-button:hover,
#page-header .tm-button.style-flat.header-button:hover {
    background: #2053d4 !important;
    border-color: #2053d4 !important;
}

/* Mobile: preserve readability and avoid overflows. */
@media (max-width: 1199px) {
    #page-header .page-header-inner {
        border-bottom: 1px solid var(--nav-border) !important;
        box-shadow: 0 2px 10px rgba(17, 24, 39, 0.08) !important;
    }

    #page-header .branding__logo img,
    #page-header .branding__logo .dark-logo,
    #page-header .branding__logo .light-logo {
        max-width: 180px;
        width: 180px !important;
        height: auto;
    }

    #page-header .header-wrap {
        min-height: 56px !important;
    }
}

/* Prevent mobile menu layer from appearing in desktop layout. */
@media (min-width: 1200px) {

    #page-mobile-main-menu,
    .page-mobile-main-menu,
    .page-mobile-menu-header {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        pointer-events: none !important;
    }
}

/* Make the last two menu items (Blog and İletişim) display as blue */
#page-header .menu--primary .menu__container>li:nth-last-child(1)>a,
#page-header .menu--primary .menu__container>li:nth-last-child(2)>a {
    color: var(--nav-primary) !important;
}

/* Hide the search icon completely */
#page-header .popup-search-wrap,
#page-header .header-button,
#page-header .mini-cart,
#page-header .header-wishlist {
    display: none !important;
}

/* Authentication Buttons Styling */
.header-auth-buttons {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-left: 20px;
}

.auth-btn {
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none !important;
}

.auth-login {
    color: #374151 !important;
    /* Dark gray text naturally */
}

.auth-login:hover {
    color: var(--nav-primary) !important;
}

.auth-register {
    background: var(--nav-primary) !important;
    color: #ffffff !important;
    padding: 10px 24px;
    border-radius: 8px;
    font-weight: 700 !important;
    box-shadow: 0 4px 12px rgba(47, 102, 234, 0.2);
}

.auth-register:hover {
    background: #2053d4 !important;
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(47, 102, 234, 0.3);
}

/* Ensure menu items forced as links are clickable even if they have children */
.force-link, .force-link > a {
    pointer-events: auto !important;
    cursor: pointer !important;
}

/* Remove English Brochure Widget from Sidebar */
.widget_brochure, 
.mitech-brochure-widget, 
.brochure-download-widget,
.widget_mitech_brochure,
#media_image-1,
[id*="brochure"],
[class*="brochure-widget"] {
    display: none !important;
}

/* Centering and nudging the 'Ara' text in search button */
.search-submit {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.search-submit .search-btn-text {
    line-height: 1 !important;
    margin-top: -3px !important; /* Nudging upwards */
}


/* V3: Ensure everything inside the header wrap is perfectly centered */
.header-wrap {
    display: flex !important;
    align-items: center !important;
    width: 100%;
    justify-content: flex-start !important;
}

.header-right {
    display: flex !important;
    align-items: center !important;
    height: 100%;
    flex-grow: 1;
    margin-left: 20px;
}

.header-right-inner {
    display: flex !important;
    align-items: center !important;
    height: 100%;
    margin-left: auto;
}

/* Custom HTML Branding */
.custom-branding-link {
    display: flex !important;
    align-items: center !important;
    gap: 8px;
    text-decoration: none !important;
    height: 100%;
}

.custom-brand-icon {
    width: 42px !important;
    height: 46px !important;
    background-size: 80px auto;
    background-position: center top;
    background-repeat: no-repeat;
    flex-shrink: 0;
    display: block;
}

.custom-brand-text {
    font-size: 17px !important;
    font-weight: 700 !important;
    color: #111827 !important;
    font-family: 'Inter', 'Segoe UI', sans-serif;
    letter-spacing: -0.02em;
    line-height: 1;
    white-space: nowrap;
}


/* Fix for content spacing after restoring non-absolute header. */
#page-content {
    margin-top: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.page-content {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* --- NEW CUSTOM HOME PAGE HERO & STATS --- */

/* Hero Section */
.custom-hero-section {
    background: linear-gradient(135deg, #0a1128 0%, #0d1b2a 100%);
    padding: 60px 0 100px;
    text-align: center;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.hero-content-wrap {
    max-width: 900px;
    margin: 0 auto;
}

.hero-title {
    font-size: 52px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 24px;
    color: #ffffff;
    letter-spacing: -0.01em;
}

.hero-subtitle {
    font-size: 19px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.85);
    margin: 0 auto 45px;
    max-width: 780px;
}

/* Hero Search Bar */
.hero-search-container {
    max-width: 680px;
    margin: 0 auto 50px;
    position: relative;
    z-index: 10;
}

.search-input-group {
    background: #ffffff;
    display: flex;
    align-items: center;
    padding: 8px;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.search-icon {
    padding: 0 15px;
    color: #94a3b8;
    font-size: 18px;
}

.search-field {
    flex: 1;
    border: none !important;
    padding: 12px 10px !important;
    font-size: 16px !important;
    color: #1e293b !important;
    background: transparent !important;
    outline: none !important;
}

.search-submit {
    background: #2053d4;
    color: #ffffff;
    border: none;
    padding: 12px 35px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.search-submit:hover {
    background: #1a44ae;
    transform: translateY(-1px);
}

/* CTA Buttons */
.hero-cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 32px;
    border-radius: 12px;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none !important;
    transition: all 0.3s ease;
}

.cta-btn i {
    font-size: 20px;
}

.btn-orange {
    background: #f97316;
    color: #ffffff !important;
    box-shadow: 0 4px 15px rgba(249, 115, 22, 0.3);
}

.btn-orange:hover {
    background: #ea580c;
    transform: translateY(-3px);
}

.btn-green {
    background: #22c55e;
    color: #ffffff !important;
    box-shadow: 0 4px 15px rgba(34, 197, 94, 0.3);
}

.btn-green:hover {
    background: #16a34a;
    transform: translateY(-3px);
}

/* Stats Section */
.custom-stats-section {
    padding: 40px 0;
    background: #0d1b2a;
    /* Same as hero bottom to match dark theme */
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: -60px;
    /* Pull it slightly over the hero */
    position: relative;
    z-index: 20;
}

.stat-card {
    background: #ffffff;
    padding: 35px 25px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

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

.stat-icon-box {
    width: 60px;
    height: 60px;
    background: #fff7ed;
    color: #f97316;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    border-radius: 15px;
    font-size: 24px;
}

.stat-number {
    font-size: 32px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 8px;
}

.stat-label {
    font-size: 15px;
    font-weight: 500;
    color: #64748b;
    margin: 0;
}

/* Transition Section */
.custom-content-section {
    padding: 100px 0;
    background: #ffffff;
}

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

.section-title {
    font-size: 40px;
    font-weight: 800;
    color: #0f172a;
    margin: 0;
}

/* Responsive */
@media (max-width: 991px) {
    .hero-title {
        font-size: 42px;
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

/* --- SERVICES GRID SECTION --- */
.custom-services-section {
    padding: 100px 0;
    background: #ffffff;
}

.section-subtitle-dark {
    font-size: 18px;
    color: #4b5563;
    max-width: 600px;
    margin: 15px auto 60px;
}

.highlight-blue {
    color: #2563eb;
    font-weight: 700;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.service-card {
    background: #f8fafc;
    /* very light grey bg */
    padding: 40px 30px;
    border-radius: 20px;
    text-align: left;
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.03);
    height: 100%;
}

.service-card:hover {
    background: #ffffff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
    transform: translateY(-5px);
}

.service-icon-wrapper {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 25px;
}

/* Theme Colors */
.red-theme {
    background: #fee2e2;
    color: #ef4444;
}

.blue-theme {
    background: #dbeafe;
    color: #3b82f6;
}

.yellow-theme {
    background: #fef3c7;
    color: #f59e0b;
}

.purple-theme {
    background: #f3e8ff;
    color: #a855f7;
}

.service-card-title {
    font-size: 22px;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 20px;
    line-height: 1.3;
}

.service-check-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-check-list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    font-size: 15px;
    color: #4b5563;
    line-height: 1.4;
    font-weight: 500;
}

.service-check-list li:before {
    content: '\f00c';
    /* FontAwesome Check */
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
    color: #22c55e;
    /* Success Green */
    font-size: 14px;
}

/* Default Content Spacing */
.default-content-section {
    padding: 60px 0 100px;
}

/* --- FEATURES GRID (3 CARDS) --- */
.custom-features-section {
    padding: 80px 0 100px;
    background: #ffffff;
}

.features-grid-top {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.feature-card {
    background: #ffffff;
    padding: 60px 40px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.02);
}

.feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.card-highlight-green {
    border: 2px solid #22c55e !important;
    box-shadow: 0 25px 60px rgba(34, 197, 94, 0.15) !important;
}

.feature-icon {
    font-size: 52px;
    margin-bottom: 25px;
}

.yellow-text {
    color: #f59e0b;
}

.green-text {
    color: #22c55e;
}

.blue-text {
    color: #3b82f6;
}

.feature-card-title {
    font-size: 20px;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 15px;
}

.feature-card-text {
    font-size: 15px;
    color: #64748b;
    line-height: 1.6;
    margin: 0;
}

.mt-100 {
    margin-top: 100px;
}

/* --- SERVICES SHOWCASE GRID --- */
.services-showcase-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 50px;
}

.service-showcase-card {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.03);
}

.service-showcase-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.service-img-wrap {
    height: 240px;
    width: 100%;
    overflow: hidden;
}

.service-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.service-showcase-card:hover .service-img-wrap img {
    transform: scale(1.08);
}

.service-info-wrap {
    padding: 25px;
}

.service-title-small {
    font-size: 19px;
    font-weight: 800;
    color: #1e293b;
    margin: 0 0 12px;
    line-height: 1.3;
}

.service-rating-wrap {
    display: flex;
    align-items: center;
    gap: 6px;
}

.rating-star {
    color: #f59e0b;
    font-size: 14px;
}

.rating-value {
    font-size: 15px;
    font-weight: 700;
    color: #1e293b;
}

.rating-count {
    font-size: 14px;
    color: #64748b;
    font-weight: 500;
}

/* --- ADVISORY WARNING BOX --- */
.custom-advisory-section {
    padding: 60px 0;
}

.warning-box-advisory {
    background: #fdf2f2;
    /* light red tint */
    border: 1px solid #fee2e2;
    border-radius: 20px;
    padding: 50px 60px;
    display: flex;
    align-items: center;
    gap: 40px;
    max-width: 900px;
    margin: 0 auto;
}

.warning-icon-left {
    color: #ef4444;
    font-size: 80px;
    flex-shrink: 0;
}

.warning-box-title {
    font-size: 28px;
    font-weight: 800;
    color: #111827;
    margin-bottom: 15px;
    line-height: 1.2;
}

.warning-box-desc {
    font-size: 16px;
    color: #4b5563;
    line-height: 1.6;
    margin: 0;
}

/* --- LIVE STATS BAR --- */
.custom-live-stats-section {
    padding: 40px 0 100px;
}

.live-stats-bar-wrapper {
    background: linear-gradient(90deg, #3b82f6 0%, #6366f1 100%);
    border-radius: 20px;
    padding: 45px 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 15px 35px rgba(59, 130, 246, 0.2);
}

.live-stat-box {
    display: flex;
    align-items: center;
    gap: 20px;
    color: #ffffff;
    flex: 1;
    justify-content: center;
}

.live-stat-icon {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.live-stat-text {
    display: flex;
    flex-direction: column;
}

.live-stat-number {
    font-size: 36px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 5px;
}

.live-stat-label {
    font-size: 14px;
    font-weight: 500;
    opacity: 0.9;
}

.live-stat-separator {
    width: 1px;
    height: 60px;
    background: rgba(255, 255, 255, 0.2);
}

/* --- QUICK CATEGORY ICONS --- */
.custom-categories-section {
    padding: 60px 0;
    background: #ffffff;
}

.categories-grid-small {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
}

.category-card-small {
    background: #ffffff;
    padding: 30px 15px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.02);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.category-card-small:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.cat-icon-circle {
    width: 60px;
    height: 60px;
    background: #eff6ff;
    color: #2563eb;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 15px;
}

.cat-text {
    font-size: 14px;
    font-weight: 700;
    color: #1e293b;
    line-height: 1.3;
}

/* --- TESTIMONIALS SECTION --- */
.custom-testimonials-section {
    padding: 80px 0 100px;
    background: #f8fafc;
    /* very light grey bg */
}

.mb-50 {
    margin-bottom: 50px;
}

.testimonials-raw-slider {
    display: flex;
    gap: 25px;
    overflow-x: auto;
    padding: 30px 10px;
    scrollbar-width: none;
    /* Hide scrollbar Firefox */
}

.testimonials-raw-slider::-webkit-scrollbar {
    display: none;
    /* Hide scrollbar Chrome/Safari */
}

.testimonial-raw-card {
    background: #ffffff;
    min-width: 320px;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.tester-profile-wrap {
    display: flex;
    align-items: center;
    gap: 20px;
}

.tester-profile-wrap img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #f1f5f9;
}

.tester-meta {
    display: flex;
    flex-direction: column;
}

.tester-name {
    font-size: 18px;
    font-weight: 800;
    color: #1e293b;
    margin: 0;
}

.tester-location {
    font-size: 14px;
    color: #64748b;
    font-weight: 600;
}

/* Testimonial Bottom Bar */
.testimonial-comments-bar {
    margin-top: 60px;
    display: flex;
    justify-content: center;
}

.t-comments-box {
    background: #ffffff;
    padding: 20px 40px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    gap: 15px;
    border: 1px solid rgba(0, 0, 0, 0.02);
}

.t-comments-box i {
    color: #2563eb;
    font-size: 20px;
}

.t-comments-text {
    font-size: 18px;
    font-weight: 800;
    color: #1e293b;
}

/* Responsive Categories & Testimonials */
@media (max-width: 1200px) {
    .categories-grid-small {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .categories-grid-small {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* --- CUSTOM REVIEW FORM --- */
.custom-review-form-section {
    padding: 60px 0 100px;
}

.review-form-card {
    background: #ffffff;
    border-radius: 15px;
    padding: 60px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
    max-width: 900px;
    margin: 0 auto;
    border: 1px solid rgba(0, 0, 0, 0.02);
}

.review-form-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
}

.header-msg-icon {
    font-size: 24px;
    color: #2563eb;
}

.review-form-main-title {
    font-size: 24px;
    font-weight: 800;
    color: #1e293b;
    margin: 0;
}

.review-form-subtitle {
    font-size: 18px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 15px;
}

.review-stars-picker {
    font-size: 32px;
    color: #d1d5db;
    /* Grey stars */
    display: flex;
    gap: 10px;
    margin-bottom: 30px;
    cursor: pointer;
}

.form-input-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

.home-review-form-body input,
.home-review-form-body textarea {
    width: 100%;
    padding: 15px 20px;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    font-size: 15px;
    color: #4b5563;
    transition: all 0.3s ease;
}

.home-review-form-body input:focus,
.home-review-form-body textarea:focus {
    border-color: #2563eb;
    outline: none;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

.google-review-advisory {
    background: #eff6ff;
    padding: 20px 25px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 30px 0;
}

.google-review-advisory i {
    color: #2563eb;
    font-size: 20px;
}

.google-review-advisory p {
    color: #1e40af;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    line-height: 1.5;
}

.home-review-submit-btn {
    background: #2563eb;
    color: #ffffff;
    padding: 16px 35px;
    border-radius: 8px;
    font-weight: 800;
    border: none;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.home-review-submit-btn:hover {
    background: #1d4ed8;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(37, 99, 235, 0.2);
}

.review-form-footer-line {
    border-top: 1px solid #f1f5f9;
    margin-top: 40px;
    padding-top: 30px;
    text-align: center;
}

.review-form-footer-line p {
    color: #94a3b8;
    font-size: 15px;
    font-weight: 500;
}

/* --- ISTANBUL DISTRICTS GRID --- */
.custom-districts-section {
    padding: 80px 0;
    background: #ffffff;
}

.districts-flex-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    max-width: 1100px;
    margin: 0 auto;
}

.district-tag {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 12px 28px;
    color: #2563eb;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}

.district-tag:hover {
    color: #2563eb;
    border-color: #2563eb;
    box-shadow: 0 5px 15px rgba(37, 99, 235, 0.1);
    transform: translateY(-3px);
}

.mt-80 {
    margin-top: 80px;
}

/* --- FAQ ACCORDION --- */
.custom-faq-accordion-section {
    padding: 40px 0 100px;
}

.faq-accordion-card {
    background: #ffffff;
    border-radius: 15px;
    padding: 40px 50px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
    max-width: 900px;
    margin: 0 auto;
    border: 1px solid rgba(0, 0, 0, 0.02);
}

.faq-item {
    border-bottom: 1px solid #f1f5f9;
}

.faq-item:last-child {
    border-bottom: none;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 28px 0;
    cursor: pointer;
    font-size: 18px;
    font-weight: 800;
    color: #1e293b;
    transition: all 0.3s ease;
}

.faq-question:hover {
    color: #2563eb;
}

.faq-question i {
    font-size: 16px;
    color: #94a3b8;
    transition: transform 0.3s ease;
}

.blue-faq-text span {
    color: #2563eb;
    text-decoration: underline;
}

.faq-answer {
    padding-bottom: 30px;
    display: none;
    font-size: 16px;
    color: #4b5563;
    line-height: 1.7;
    font-weight: 500;
}

.faq-item.active .faq-answer {
    display: block;
}

/* --- BLOG POST CARDS --- */
.custom-blog-section {
    padding: 80px 0 120px;
    background: #f8fafc;
}

.blog-posts-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.blog-card-link {
    text-decoration: none !important;
    display: block;
}

.blog-card-each {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.blog-card-each:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.blog-img-container {
    position: relative;
    height: 230px;
    overflow: hidden;
}

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

.blog-card-each:hover .blog-img-container img {
    transform: scale(1.1);
}

.blog-category-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #f97316;
    /* Orange tag */
    color: #ffffff;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    z-index: 2;
}

.blog-text-container {
    padding: 25px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.blog-post-title-main {
    font-size: 17px;
    font-weight: 800;
    color: #1e293b;
    line-height: 1.5;
    margin-bottom: 25px;
    transition: color 0.3s ease;
    /* Limit to 2 lines */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-card-each:hover .blog-post-title-main {
    color: #2563eb;
}

.blog-meta-footer {
    margin-top: auto;
    padding-top: 15px;
    border-top: 1px solid #f1f5f9;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.blog-meta-date,
.blog-meta-reading {
    font-size: 13px;
    color: #94a3b8;
    font-weight: 600;
}

/* --- OTHER SERVICES LIST --- */
.custom-other-services-section {
    padding: 80px 0 120px;
    background: #ffffff;
}

.mb-60 {
    margin-bottom: 60px;
}

.section-desc-light {
    text-align: center;
    color: #64748b;
    font-size: 16px;
    max-width: 700px;
    margin: 15px auto 40px;
    line-height: 1.6;
}

.other-services-multi-col-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.service-col-item {
    display: flex;
    flex-direction: column;
}

.s-list-item {
    font-size: 15px;
    color: #4b5563;
    margin-bottom: 12px;
    line-height: 1.4;
    font-weight: 500;
    transition: all 0.3s ease;
}

.s-list-item:hover {
    color: #2563eb;
    padding-left: 5px;
}

.other-services-action-bar {
    margin-top: 60px;
    display: flex;
    justify-content: center;
}

.all-services-primary-btn {
    background: #2563eb;
    color: #ffffff;
    padding: 18px 45px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 800;
    text-decoration: none !important;
    transition: all 0.3s ease;
    box-shadow: 0 10px 25px rgba(37, 99, 235, 0.2);
}

.all-services-primary-btn:hover {
    background: #1d4ed8;
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(37, 99, 235, 0.3);
    color: #ffffff;
}

/* --- CUSTOM HOME FOOTER (DARK) --- */
.custom-home-footer {
    background: #0b0f19;
    /* Ultra dark theme */
    padding: 100px 0 60px;
    color: #ffffff;
    font-family: 'Inter', sans-serif;
}

/* Trust & Advisory */
.footer-trust-advisory {
    margin-bottom: 80px;
}

.advisory-alert-box {
    background: rgba(239, 68, 68, 0.05);
    border: 1px solid rgba(239, 68, 68, 0.15);
    border-radius: 20px;
    padding: 40px 50px;
    display: flex;
    align-items: center;
    gap: 35px;
    max-width: 950px;
    margin: 0 auto 60px;
}

.advisory-icon {
    font-size: 50px;
    color: #ef4444;
    opacity: 0.9;
}

.advisory-text-content h4 {
    color: #ef4444;
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 8px;
}

.advisory-text-content p {
    color: #94a3b8;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
}

.trust-indicators-grid {
    display: flex;
    justify-content: center;
    gap: 80px;
    margin-bottom: 50px;
}

.indicator-item {
    display: flex;
    align-items: center;
    gap: 20px;
}

.indicator-icon {
    font-size: 32px;
    color: #3b82f6;
}

.indicator-info h5 {
    color: #e2e8f0;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 2px;
}

.indicator-info p {
    color: #64748b;
    font-size: 14px;
    margin: 0;
}

.footer-secondary-links {
    text-align: center;
    font-size: 15px;
    color: #475569;
}

.footer-secondary-links a {
    color: #2563eb;
    text-decoration: none;
}

.footer-secondary-links .sep {
    margin: 0 15px;
    opacity: 0.3;
}

/* Footer Map Grid */
.footer-sites-map {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 50px;
    padding-top: 80px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.f-branding-logo {
    font-size: 32px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 25px;
}

.f-branding-logo i {
    color: #fbbf24;
    margin-right: 10px;
}

.f-branding-text {
    color: #94a3b8;
    line-height: 1.7;
    margin-bottom: 30px;
    font-size: 15px;
}

.f-contact-stack {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 35px;
}

.f-contact-row {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #cbd5e1;
    font-size: 15px;
    text-decoration: none !important;
}

.f-contact-row i {
    color: #3b82f6;
    width: 20px;
}

.f-action-buttons {
    display: flex;
    gap: 15px;
}

.f-cta-btn {
    padding: 14px 28px;
    border-radius: 12px;
    font-weight: 800;
    font-size: 15px;
    text-decoration: none !important;
    transition: all 0.3s ease;
}

.btn-call {
    background: #22c55e;
    color: #ffffff;
}

.btn-whatsapp {
    background: #2563eb;
    color: #ffffff;
}

.f-cta-btn:hover {
    transform: translateY(-3px);
    filter: brightness(1.1);
    color: #ffffff;
}

.f-map-title {
    font-size: 20px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 30px;
}

.f-map-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.f-map-list li {
    margin-bottom: 12px;
}

.f-map-list a {
    color: #94bcff;
    /* Blue link theme */
    text-decoration: none;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
}

.f-map-list a i {
    font-size: 10px;
    opacity: 0.5;
}

.f-map-list a:hover {
    color: #ffffff;
    padding-left: 5px;
}

.f-map-link-bold {
    font-weight: 700;
    margin-top: 15px;
    color: #3b82f6 !important;
}

/* Bottom Strip */
.footer-copyright-strip {
    margin-top: 100px;
    padding-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    text-align: center;
}

.copyright-main {
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 5px;
}

.copyright-sub {
    font-size: 14px;
    color: #475569;
}

/* Responsive Footer */
@media (max-width: 991px) {
    .other-services-multi-col-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .footer-sites-map {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }

    .advisory-alert-box {
        flex-direction: column;
        text-align: center;
        padding: 30px;
    }

    .trust-indicators-grid {
        flex-direction: column;
        gap: 30px;
    }
}

/* --- BLOG ARCHIVE HERO SECTION --- */
.custom-blog-hero-section {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    padding: 140px 0 60px;
    /* Refined for better content visibility */
    text-align: center;
    position: relative;
    overflow: visible;
    z-index: 5;
}

.blog-breadcrumb-container {
    margin-bottom: 40px;
}

.hizmetler-breadcrumb-container {
    text-align: center;
}

.hizmetler-breadcrumb-pill {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 10px 25px;
    border-radius: 50px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
}

.blog-breadcrumb-pill a {
    color: #94a3b8;
    text-decoration: none;
    transition: color 0.3s;
}

.blog-breadcrumb-pill a:hover {
    color: #ffffff;
}

.blog-breadcrumb-pill .sep {
    color: rgba(255, 255, 255, 0.2);
    font-size: 10px;
}

.blog-hero-main-title {
    color: #ffffff;
    font-size: 56px;
    font-weight: 800;
    margin-bottom: 25px;
    letter-spacing: -1px;
    position: relative;
    z-index: 10;
}

.blog-hero-desc {
    color: #94bcff;
    font-size: 19px;
    line-height: 1.6;
    max-width: 850px;
    margin: 0 auto 80px;
    opacity: 0.95;
    position: relative;
    z-index: 10;
}

/* Blog Stat Cards */
.blog-header-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
    margin-bottom: -120px;
    /* Refined overlap */
}

/* Listing Area Spacing (Refined) */
.blog-custom-page-content {
    padding-top: 180px;
    /* Balanced spacing for floating stats */
    padding-bottom: 100px;
    background: #f8fafc;
}

.b-stat-card {
    background: #ffffff;
    padding: 40px 30px;
    border-radius: 24px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 0.3s ease;
}

.b-stat-card:hover {
    transform: translateY(-10px);
}

.b-stat-icon {
    width: 60px;
    height: 60px;
    background: #fff7ed;
    /* Light orange tint */
    color: #f97316;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin-bottom: 25px;
    box-shadow: 0 10px 20px rgba(249, 115, 22, 0.1);
}

.b-stat-info {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.b-stat-value {
    color: #0f172a;
    font-size: 34px;
    font-weight: 800;
    margin-bottom: 5px;
}

.b-stat-title {
    color: #64748b;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}




/* 
================================================================================
CONTACT PAGE REDESIGN (Photo 20-25)
================================================================================
*/

/* 1. Contact Hero Section */
.custom-contact-hero-section {
    background: linear-gradient(135deg, #0a1120 0%, #1a2333 100%);
    padding: 100px 0 120px;
    position: relative;
    color: #ffffff;
    text-align: center;
}

.contact-breadcrumb-container {
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
}

.contact-breadcrumb-pill {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 10px 24px;
    border-radius: 50px;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.contact-breadcrumb-pill a {
    color: #3b82f6;
    transition: color 0.3s ease;
}

.contact-breadcrumb-pill a:hover {
    color: #ffffff;
}

.contact-breadcrumb-pill .sep {
    color: rgba(255, 255, 255, 0.3);
}

.contact-hero-main-title {
    font-size: 64px;
    font-weight: 800;
    margin-bottom: 24px;
    letter-spacing: -2px;
    color: #ffffff;
}

.contact-hero-desc {
    max-width: 700px;
    margin: 0 auto 60px;
    font-size: 20px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
}

/* 2. Contact Header Stats Grid */
.contact-header-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 20px;
}

.contact-stat-card {
    background: #ffffff;
    padding: 30px 20px;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.contact-stat-card:hover {
    transform: translateY(-10px);
}

.contact-stat-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 24px;
    margin-bottom: 20px;
    box-shadow: 0 8px 16px rgba(249, 115, 22, 0.3);
}

.contact-stat-value {
    font-size: 32px;
    font-weight: 800;
    color: #0f172a;
    display: block;
    margin-bottom: 8px;
}

.contact-stat-title {
    font-size: 14px;
    font-weight: 600;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* 3. Contact Main Section (Form & Info) */
.contact-main-wrapper {
    padding: 100px 0;
    background: #f8fafc;
}

.contact-split-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 60px;
    align-items: start;
}

.contact-form-card {
    background: #ffffff;
    padding: 50px;
    border-radius: 30px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.05);
}

.contact-form-title {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 40px;
    color: #0f172a;
    position: relative;
    display: inline-block;
}

.contact-form-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 50px;
    height: 4px;
    background: #3b82f6;
    border-radius: 2px;
}

.form-row-double {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

.contact-form-card label {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #475569;
    margin-bottom: 10px;
}

.contact-form-card input,
.contact-form-card textarea {
    width: 100%;
    padding: 16px 20px;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    font-size: 15px;
    transition: all 0.3s ease;
    background: #f8fafc;
}

.contact-form-card input:focus,
.contact-form-card textarea:focus {
    outline: none;
    border-color: #3b82f6;
    background: #ffffff;
    box-shadow: 0 0 0 5px rgba(59, 130, 246, 0.1);
}

.contact-form-submit {
    background: #2563eb;
    color: #ffffff;
    border: none;
    padding: 18px 40px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    margin-top: 30px;
}

.contact-form-submit:hover {
    background: #1d4ed8;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(37, 99, 235, 0.2);
}

/* 4. Contact Info Column */
.contact-info-column {
    padding-top: 20px;
}

.contact-info-main-title {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 40px;
    color: #0f172a;
}

.info-item-box {
    display: flex;
    gap: 24px;
    margin-bottom: 35px;
    transition: transform 0.3s ease;
}

.info-item-box:hover {
    transform: translateX(10px);
}

.info-icon-circle {
    width: 56px;
    height: 56px;
    background: #3b82f6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 20px;
    flex-shrink: 0;
}

.info-details h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #1e293b;
}

.info-details p,
.info-details a {
    font-size: 16px;
    color: #64748b;
    text-decoration: none;
    line-height: 1.5;
}

.info-details a:hover {
    color: #3b82f6;
}

/* 5. Map Section */
.contact-map-section {
    width: 100%;
    height: 500px;
    background: #e2e8f0;
    position: relative;
    overflow: hidden;
}

.map-overlay-title {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.95);
    padding: 12px 30px;
    border-radius: 50px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    font-size: 16px;
    font-weight: 700;
    color: #1e293b;
    z-index: 10;
}

/* Mobile Responsive */
@media (max-width: 1024px) {
    .contact-hero-main-title {
        font-size: 48px;
    }

    .contact-split-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .contact-header-stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .contact-hero-main-title {
        font-size: 36px;
    }

    .contact-hero-desc {
        font-size: 16px;
    }

    .contact-header-stats-grid {
        grid-template-columns: 1fr;
    }

    .contact-form-card {
        padding: 30px;
    }

    .form-row-double {
        grid-template-columns: 1fr;
    }
}

/* Hide parent theme's default title area on services archive to clear space for custom hero */
.post-type-archive-hizmet .page-title-area,
.post-type-archive-hizmet .breadcrumb-area {
    display: none !important;
}

/* 
================================================================================
HIZMETLER SYSTEM STYLES (Archive & Single Detail)
================================================================================
*/

/* 1. Archive Listing Styles */
.hizmetler-hero-section {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    padding: 120px 0 100px;
    text-align: center;
    color: #ffffff;
}

.hizmetler-breadcrumb-container {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
}

.hizmetler-breadcrumb-pill {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 10px 24px;
    border-radius: 50px;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.hizmetler-breadcrumb-pill a { color: #3b82f6; text-decoration: none; }
.hizmetler-breadcrumb-pill .sep { color: rgba(255, 255, 255, 0.3); }

.hizmetler-hero-main-title { font-size: 56px; font-weight: 800; margin-bottom: 20px; color: #fff; }
.hizmetler-hero-desc { max-width: 800px; margin: 0 auto 60px; font-size: 20px; color: rgba(255,255,255,0.8); }

.hizmetler-header-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    margin-top: 60px;
    transform: translateY(110px);
}

.hizmetler-stat-card {
    background: #fff;
    padding: 40px 25px;
    border-radius: 20px;
    box-shadow: 0 20px 45px rgba(0,0,0,0.12);
    text-align: center;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: 1px solid rgba(0,0,0,0.05);
}

.hizmetler-stat-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 55px rgba(0,0,0,0.18);
}

.hizmetler-stat-icon {
    width: 60px; height: 60px;
    background: #fff7ed; color: #f97316;
    border-radius: 15px; font-size: 24px;
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 20px;
}

.hizmetler-stat-value { font-size: 32px; font-weight: 800; color: #111; display: block; }
.hizmetler-stat-title { font-size: 14px; font-weight: 600; color: #64748b; text-transform: uppercase; }

.hizmetler-listing-section { padding: 220px 0 100px; background: #f8fafc; }
.hizmetler-listing-header { text-align: center; margin-bottom: 60px; }
.hizmetler-sub-title { color: #2563eb; font-weight: 700; font-size: 15px; margin-bottom: 10px; }
.hizmetler-main-title { font-size: 42px; font-weight: 800; color: #0f172a; }

.hizmetler-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.hizmet-card-image {
    width: 100%;
    height: 180px;
    border-radius: 18px;
    overflow: hidden;
    margin-bottom: 25px;
}

.hizmet-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.hizmet-item-card:hover .hizmet-card-image img {
    transform: scale(1.1);
}

.hizmet-item-card {
    background: #fff;
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.04);
    transition: all 0.3s ease;
    border: 1px solid #f1f5f9;
}

.hizmet-item-card:hover { transform: translateY(-10px); box-shadow: 0 20px 50px rgba(0,0,0,0.1); }

.hizmet-card-top-header { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 30px; }
.hizmet-icon-box {
    width: 64px; height: 64px;
    background: #f1f5f9; color: #1e293b;
    border-radius: 16px; font-size: 28px;
    display: flex; align-items: center; justify-content: center;
}

.hizmet-rating-badge {
    background: #fffbeb; color: #d97706;
    padding: 6px 14px; border-radius: 50px;
    font-size: 14px; font-weight: 700;
}

.hizmet-card-title { font-size: 24px; font-weight: 800; color: #0f172a; margin-bottom: 15px; }
.hizmet-card-excerpt { color: #64748b; font-size: 16px; line-height: 1.6; margin-bottom: 30px; }

.hizmet-btn-detail {
    display: block; width: 100%; text-align: center;
    background: #0f172a; color: #fff !important;
    padding: 16px; border-radius: 12px; font-weight: 700;
    margin-bottom: 15px; text-decoration: none !important;
}

.hizmet-btn-row { display: grid; grid-template-columns: 1fr 1.2fr; gap: 10px; }
.hizmet-btn-call, .hizmet-btn-whatsapp {
    text-align: center; padding: 12px; border-radius: 10px;
    font-size: 14px; font-weight: 700; text-decoration: none !important;
}
.hizmet-btn-call { border: 1.5px solid #e2e8f0; color: #1e293b !important; }
.hizmet-btn-whatsapp { background: #f1f5f9; color: #10b981 !important; }

/* 2. Single Detail Styles */
.service-detail-hero {
    background: linear-gradient(135deg, #0a1120 0%, #1a2333 100%);
    padding: 60px 0 100px;
    color: #fff;
    text-align: center;
}

.service-detail-nav { display: flex; justify-content: space-between; align-items: center; margin-bottom: 60px; }
.detail-breadcrumb { font-size: 14px; color: #ffffff; opacity: 0.7; }
.detail-breadcrumb a { color: #ffffff !important; text-decoration: none !important; font-weight: 700; }
.detail-breadcrumb .sep { margin: 0 10px; color: rgba(255,255,255,0.3); }
.back-to-listing { color: #ffffff !important; text-decoration: none !important; font-weight: 700; font-size: 15px; display: flex; align-items: center; gap: 8px; }
.back-to-listing:hover { opacity: 0.8; }

.service-detail-icon-large {
    width: 80px; height: 80px;
    background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1);
    border-radius: 20px; font-size: 32px;
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 30px;
}

.service-detail-title { font-size: 64px; font-weight: 800; color: #ffffff; margin-bottom: 20px; }
.service-detail-summary { font-size: 22px; color: rgba(255,255,255,0.8); max-width: 800px; margin: 0 auto 50px; }

.service-detail-hero-actions { display: flex; justify-content: center; gap: 20px; }
.btn-hero-call { background: #fff; color: #0f172a !important; padding: 18px 36px; border-radius: 12px; font-weight: 700; text-decoration: none !important; }
.btn-hero-whatsapp { background: #22c55e; color: #fff !important; padding: 18px 36px; border-radius: 12px; font-weight: 700; text-decoration: none !important; }

.service-detail-main { padding: 100px 0; background: #f8fafc; }
.service-content-grid { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 60px; }

.service-package-box {
    background: #f0fdf4; border: 1.5px solid #dcfce7;
    border-radius: 20px; padding: 40px;
    display: flex; gap: 25px; margin-bottom: 50px;
    position: relative; overflow: hidden;
}
.service-package-box::before {
    content: ''; position: absolute; left: 0; top: 0; width: 4px; height: 100%; background: #22c55e;
}
.package-icon { font-size: 32px; color: #22c55e; flex-shrink: 0; }
.package-info h3 { font-size: 22px; font-weight: 800; color: #166534; margin-bottom: 10px; }
.package-info p { color: #15803d; font-size: 16px; margin: 0; line-height: 1.6; }

.service-features-card { background: #fff; border-radius: 30px; padding: 50px; box-shadow: 0 30px 60px rgba(0,0,0,0.05); margin-bottom: 60px; }
.card-title-with-icon { font-size: 28px; font-weight: 800; margin-bottom: 40px; display: flex; align-items: center; gap: 15px; }
.card-title-with-icon i { color: #2563eb; }

.features-list-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.feature-bullet-item { display: flex; align-items: center; gap: 12px; font-size: 16px; font-weight: 700; color: #1e293b; background: #f8fafc; padding: 15px 20px; border-radius: 14px; }
.feature-bullet-item i { color: #3b82f6; font-size: 14px; }

.side-info-card { background: #fff; border-radius: 30px; padding: 50px; box-shadow: 0 30px 60px rgba(0,0,0,0.05); }
.side-card-title { font-size: 22px; font-weight: 800; margin-bottom: 35px; display: flex; align-items: center; gap: 12px; }
.side-card-title i { color: #f59e0b; }

.side-feature-list { display: flex; flex-direction: column; gap: 30px; }
.side-f-item { display: flex; gap: 20px; }
.side-f-icon { width: 48px; height: 48px; background: #eff6ff; color: #3b82f6; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 18px; flex-shrink: 0; }
.side-f-text strong { display: block; font-size: 16px; color: #1e293b; margin-bottom: 4px; }
.side-f-text span { font-size: 14px; color: #64748b; line-height: 1.4; }

.safety-warning-box { background: #fef2f2; padding: 25px; border-radius: 20px; margin-top: 50px; border: 1.5px solid #fee2e2; }
.safety-warning-box i { color: #ef4444; font-size: 20px; margin-bottom: 12px; display: block; }
.safety-warning-box strong { color: #991b1b; display: block; margin-bottom: 5px; }
.safety-warning-box p { color: #b91c1c; font-size: 14px; margin: 0; line-height: 1.5; }

.service-bottom-cta { padding: 80px 0; background: #fff; }
.cta-banner { background: #2563eb; padding: 80px 100px; border-radius: 40px; text-align: center; color: #fff; position: relative; overflow: hidden; }
.cta-title { font-size: 48px; font-weight: 800; margin-bottom: 20px; }
.cta-desc { font-size: 20px; color: rgba(255,255,255,0.8); max-width: 700px; margin: 0 auto 50px; }
.cta-buttons { display: flex; justify-content: center; gap: 25px; }
.btn-cta-phone { background: #fbbf24; color: #000 !important; padding: 20px 40px; border-radius: 16px; font-weight: 800; text-decoration: none !important; }
.btn-cta-outline { border: 2px solid rgba(255,255,255,0.3); color: #fff !important; padding: 20px 40px; border-radius: 16px; font-weight: 700; text-decoration: none !important; }

@media (max-width: 1024px) {
    .hizmetler-header-stats-grid, .hizmetler-cards-grid { grid-template-columns: repeat(2, 1fr); }
    .service-content-grid { grid-template-columns: 1fr; }
    .service-detail-title { font-size: 42px; }
}
@media (max-width: 600px) {
    .hizmetler-header-stats-grid, .hizmetler-cards-grid, .features-list-grid { grid-template-columns: 1fr; }
    .cta-banner { padding: 40px; }
    .cta-buttons { flex-direction: column; }
}
/* 
================================================================================
ABOUT US PAGE STYLES (Premium Redesign)
================================================================================
*/

.about-hero-section {
    background: radial-gradient(circle at 70% 30%, #1e293b 0%, #0f172a 100%);
    padding: 100px 0 160px;
    position: relative;
    overflow: hidden;
}

.about-hero-section::before {
    content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0;
    background-image: url('https://www.transparenttextures.com/patterns/carbon-fibre.png');
    opacity: 0.15; pointer-events: none;
}

.about-breadcrumb-container { text-align: center; }
.about-breadcrumb-pill {
    display: inline-flex; align-items: center; background: rgba(30, 41, 59, 0.6);
    backdrop-filter: blur(10px); padding: 10px 24px; border-radius: 50px;
    margin-bottom: 40px; border: 1px solid rgba(255, 255, 255, 0.1);
}
.about-breadcrumb-pill a { color: #94a3b8 !important; font-size: 14px; font-weight: 600; text-decoration: none !important; }
.about-breadcrumb-pill .sep { color: #475569; margin: 0 12px; }
.about-breadcrumb-pill .current { color: #f1f5f9; font-size: 14px; font-weight: 600; }

.about-hero-center-content { max-width: 900px; margin: 0 auto; text-align: center; }
.about-hero-main-title { font-size: 72px; font-weight: 800; color: #ffffff; letter-spacing: -2px; margin-bottom: 30px; line-height: 1.1; }
.about-hero-desc { font-size: 20px; color: #94a3b8; line-height: 1.6; max-width: 700px; margin: 0 auto; }

/* About Stats Grid */
.about-header-stats-grid {
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 25px;
    margin-top: 60px; transform: translateY(110px);
}
.about-stat-card {
    background: #fff; padding: 40px 25px; border-radius: 20px;
    box-shadow: 0 20px 45px rgba(0,0,0,0.12); text-align: center;
    border: 1px solid rgba(0,0,0,0.05); transition: transform 0.3s ease;
}
.about-stat-card:hover { transform: translateY(-10px); }
.about-stat-iconbox {
    width: 65px; height: 65px; background: linear-gradient(135deg, #ffedd5 0%, #fed7aa 100%);
    color: #f97316; display: flex; align-items: center; justify-content: center;
    font-size: 28px; border-radius: 18px; margin: 0 auto 20px;
}
.about-stat-value { display: block; font-size: 32px; font-weight: 800; color: #1e293b; margin-bottom: 5px; }
.about-stat-title { font-size: 15px; color: #64748b; font-weight: 600; }

/* Story Section */
.about-story-section { padding: 200px 0 100px; background: #fff; }
.about-story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.about-section-title { font-size: 42px; font-weight: 800; color: #0f172a; margin-bottom: 30px; line-height: 1.2; }
.about-text-content { font-size: 18px; color: #475569; line-height: 1.8; margin-bottom: 40px; }
.about-text-content p { margin-bottom: 20px; }

.mission-vision-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.mv-card { background: #f8fafc; padding: 30px; border-radius: 20px; border: 1px solid #f1f5f9; }
.mv-icon { font-size: 24px; color: #2563eb; margin-bottom: 15px; }
.mv-card h3 { font-size: 20px; font-weight: 700; color: #1e293b; margin-bottom: 12px; }
.mv-card p { font-size: 15px; color: #64748b; line-height: 1.6; margin: 0; }

.about-story-image .image-wrapper { position: relative; }
.about-story-image img { width: 100%; border-radius: 30px; box-shadow: 0 40px 80px rgba(0,0,0,0.15); }
.experience-badge {
    position: absolute; bottom: -30px; left: -30px; background: #2563eb;
    color: #fff; padding: 30px; border-radius: 20px; box-shadow: 0 20px 40px rgba(37,99,235,0.3);
    text-align: center;
}
.experience-badge strong { display: block; font-size: 48px; line-height: 1; margin-bottom: 5px; }
.experience-badge span { font-size: 12px; font-weight: 700; letter-spacing: 1px; }

/* Warning Box */
.about-warning-section { padding: 80px 0; background: #fffafb; }
.about-warning-box {
    background: #fff; border: 1px solid #fee2e2; border-radius: 30px;
    padding: 60px; display: flex; gap: 40px; align-items: center;
    box-shadow: 0 15px 40px rgba(239, 68, 68, 0.05); max-width: 1000px; margin: 0 auto;
}
.warning-icon { width: 80px; height: 80px; background: #fef2f2; color: #ef4444; border-radius: 20px; display: flex; align-items: center; justify-content: center; font-size: 36px; flex-shrink: 0; }
.warning-text h3 { font-size: 28px; font-weight: 800; color: #1e293b; margin-bottom: 20px; }
.warning-text p { font-size: 16px; color: #475569; line-height: 1.7; margin-bottom: 15px; }
.warning-text p:last-child { margin-bottom: 0; }

/* Milestones */
.about-milestones-section { padding: 120px 0; background: #fff; }
.about-section-header { margin-bottom: 80px; }
.centered { text-align: center; margin-left: auto; margin-right: auto; }
.about-section-desc { font-size: 18px; color: #64748b; max-width: 600px; }

.milestones-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px; position: relative; }
.milestones-row::after {
    content: ''; position: absolute; top: 30px; left: 0; right: 0; height: 2px;
    background: #f1f5f9; z-index: 1;
}
.milestone-item { position: relative; z-index: 2; }
.m-year {
    width: 60px; height: 60px; background: #fff; border: 2px solid #2563eb;
    color: #2563eb; border-radius: 50%; display: flex; align-items: center;
    justify-content: center; font-weight: 800; font-size: 14px; margin-bottom: 30px;
}
.m-content h4 { font-size: 20px; font-weight: 800; color: #1e293b; margin-bottom: 12px; }
.m-content p { font-size: 15px; color: #64748b; line-height: 1.6; }

@media (max-width: 1024px) {
    .about-hero-main-title { font-size: 52px; }
    .about-header-stats-grid { grid-template-columns: repeat(2, 1fr); }
    .about-story-grid { grid-template-columns: 1fr; gap: 60px; }
    .milestones-row { grid-template-columns: repeat(2, 1fr); gap: 40px; }
    .milestones-row::after { display: none; }
}

@media (max-width: 600px) {
    .about-header-stats-grid, .mission-vision-grid, .milestones-row { grid-template-columns: 1fr; }
    .about-warning-box { flex-direction: column; text-align: center; padding: 40px; }
    .experience-badge { position: relative; left: 0; bottom: 0; margin-top: 30px; }
}

/* Hizmetler Trust Symbols Section */
.hizmetler-trust-section {
    padding: 100px 0;
    background: #fff;
    text-align: center;
}

.trust-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    max-width: 1100px;
    margin: 0 auto;
}

.trust-item {
    padding: 20px;
}

.trust-icon {
    width: 60px;
    height: 60px;
    background: #eff6ff;
    color: #3b82f6;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin: 0 auto 25px;
}

.trust-item:nth-child(2) .trust-icon { background: #f5f3ff; color: #8b5cf6; }
.trust-item:nth-child(3) .trust-icon { background: #f0fdfa; color: #0d9488; }

.trust-item h3 {
    font-size: 20px;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 15px;
}

.trust-item p {
    font-size: 15px;
    color: #64748b;
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 800px) {
    .trust-grid { grid-template-columns: 1fr; gap: 40px; }
}

/* 
================================================================================
CORPORATE PAGES ADDITIONAL STYLES (Neden Biz, SSS, KVKK)
================================================================================
*/

/* Advantages Grid (Neden Biz) */
.why-advantages-section { padding: 80px 0; background: #fff; }
.advantages-row-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-top: -60px; position: relative; z-index: 10; }
.adv-card { background: #fff; padding: 40px; border-radius: 20px; box-shadow: 0 15px 45px rgba(0,0,0,0.06); border: 1px solid #f1f5f9; transition: all 0.3s ease; }
.adv-card:hover { transform: translateY(-10px); box-shadow: 0 20px 50px rgba(0,0,0,0.1); border-color: #e2e8f0; }
.adv-icon { width: 60px; height: 60px; background: #f8fafc; color: #f97316; display: flex; align-items: center; justify-content: center; font-size: 24px; border-radius: 14px; margin-bottom: 25px; }
.adv-card h3 { font-size: 20px; font-weight: 800; color: #1e293b; margin-bottom: 15px; }
.adv-card p { font-size: 15px; color: #64748b; line-height: 1.6; margin: 0; }

/* FAQ Accordion (SSS) */
.faq-accordion-section { padding: 100px 0; background: #f8fafc; }
.faq-container-box { max-width: 800px; margin: 0 auto; display: flex; flex-direction: column; gap: 20px; }
.faq-item { background: #fff; border-radius: 18px; border: 1px solid #e2e8f0; overflow: hidden; transition: all 0.3s ease; }
.faq-question { padding: 25px 30px; display: flex; justify-content: space-between; align-items: center; cursor: pointer; user-select: none; }
.faq-question span { font-size: 18px; font-weight: 700; color: #1e293b; }
.faq-question i { color: #94a3b8; transition: transform 0.3s ease; font-size: 14px; }
.faq-answer { padding: 0 30px; max-height: 0; overflow: hidden; transition: all 0.4s cubic-bezier(0,1,0,1); }
.faq-answer p { padding-bottom: 25px; color: #64748b; font-size: 16px; line-height: 1.7; margin: 0; }

.faq-item.active { border-color: #2563eb; box-shadow: 0 10px 30px rgba(37,99,235,0.08); }
.faq-item.active .faq-question i { transform: rotate(45deg); color: #2563eb; }
.faq-item.active .faq-answer { max-height: 1000px; transition: all 0.4s cubic-bezier(1,0,1,0); }

/* Legal Content (KVKK) */
.legal-content-section { padding: 80px 0; background: #f8fafc; }
.legal-rich-text-card { background: #fff; border-radius: 30px; padding: 60px; box-shadow: 0 20px 50px rgba(0,0,0,0.04); max-width: 900px; margin: 0 auto; }
.legal-entry { margin-bottom: 40px; }
.legal-entry h3 { font-size: 22px; font-weight: 800; color: #0f172a; margin-bottom: 20px; }
.legal-entry p, .legal-entry ul li { font-size: 16px; color: #475569; line-height: 1.8; margin-bottom: 15px; }
.legal-entry ul { padding-left: 20px; margin-bottom: 20px; }
.legal-entry ul li { margin-bottom: 10px; }

@media (max-width: 900px) {
    .advantages-row-grid { grid-template-columns: repeat(2, 1fr); margin-top: 0; }
}
@media (max-width: 600px) {
    .advantages-row-grid { grid-template-columns: 1fr; }
    .legal-rich-text-card { padding: 30px; }
}

/* Hizmet Bölgeleri Styles */
.regions-list-section { padding: 100px 0; background: #fff; }
.region-block { margin-bottom: 80px; }
.region-block:last-child { margin-bottom: 0; }
.region-header { display: flex; align-items: center; gap: 15px; margin-bottom: 40px; padding-bottom: 20px; border-bottom: 2px solid #f1f5f9; }
.region-header i { font-size: 32px; color: #2563eb; }
.region-header h2 { font-size: 32px; font-weight: 800; color: #0f172a; margin: 0; }

.district-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 15px; }
.district-item { background: #f8fafc; padding: 15px 20px; border-radius: 12px; border: 1px solid #e2e8f0; display: flex; align-items: center; gap: 10px; transition: all 0.3s ease; }
.district-item i { color: #94a3b8; font-size: 14px; }
.district-item span { font-size: 15px; font-weight: 700; color: #1e293b; }
.district-item:hover { background: #fff; border-color: #2563eb; transform: translateY(-3px); box-shadow: 0 10px 25px rgba(37,99,235,0.1); }
.district-item:hover i { color: #2563eb; }

.region-cta-section { padding: 0 0 100px; background: #fff; }

@media (max-width: 600px) {
    .district-grid { grid-template-columns: repeat(2, 1fr); }
    .region-header h2 { font-size: 24px; }
}
