/* Girne Klima — özel stiller */
html,
body {
    overflow-x: clip !important;
    max-width: 100%;
}

/* Açılış animasyonu (preloader) kaldırıldı — hız & SEO */
#preloader,
.preloader {
    display: none !important;
}
body {
    overflow: visible !important;
}

/* WOW/animate efektleri kapatıldı — içerik anında görünür kalsın */
.wow {
    visibility: visible !important;
    opacity: 1 !important;
    animation: none !important;
    -webkit-animation: none !important;
    transform: none !important;
}

/* Swiper taşmasını yatay eksende engelle */
.swiper-container,
.swiper,
.swiper-wrapper,
.testimonial-active,
.testimonial-active-3,
.brand-active,
.slider-active {
    overflow: hidden;
    max-width: 100%;
}

/* Mobil menü paneli off-canvas konumu */
.side-info {
    right: 0 !important;
    transform: translateX(100%);
    visibility: hidden;
    pointer-events: none;
}
.side-info.info-open {
    transform: translateX(0);
    visibility: visible;
    pointer-events: auto;
}
.gk-cta {
    padding: 35px 30px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}
.gk-cta .acontact__form--title {
    color: #0b2239 !important;
    font-size: clamp(24px, 4vw, 32px);
    margin-bottom: 16px;
}
.gk-cta p {
    color: #555;
    font-size: 16px;
    line-height: 1.6;
}
.gk-cta__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}
.gk-cta__buttons .theme-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-width: 200px;
    justify-content: center;
}
.gk-btn-whatsapp {
    background: #25d366 !important;
    border-color: #25d366 !important;
}
.gk-btn-whatsapp:hover {
    background: #1da851 !important;
    border-color: #1da851 !important;
}
.footer__map {
    border-radius: 8px;
    overflow: hidden;
    line-height: 0;
}
.footer__map iframe {
    width: 100%;
    height: 200px;
    border: 0;
}
.gk-float {
    position: fixed;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 12px;
    left: 20px;
    right: auto;
    bottom: calc(20px + env(safe-area-inset-bottom, 0px));
}
.gk-float a {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
    transition: transform 0.2s;
}
.gk-float a:hover {
    transform: scale(1.08);
    color: #fff;
}
.gk-float__phone {
    background: #0d6efd;
}
.gk-float__wa {
    background: #25d366;
}
.map-area iframe {
    width: 100%;
    min-height: 450px;
    border: 0;
}

/* Lokasyon SEO sayfaları */
.gk-loc-header .header-menu {
    background: #fff;
    box-shadow: 0 2px 12px rgba(0,0,0,.06);
}
.gk-loc-nav a {
    color: #1a1a1a;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
}
.gk-loc-article h2 {
    font-size: 28px;
    margin-bottom: 20px;
}
.gk-loc-article p {
    line-height: 1.85;
    color: #444;
    margin-bottom: 18px;
}
.gk-loc-card {
    background: #fff;
    padding: 28px 22px;
    border-radius: 8px;
    height: 100%;
    box-shadow: 0 4px 20px rgba(0,0,0,.06);
    text-align: center;
}
.gk-loc-card i {
    font-size: 42px;
    color: #0d6efd;
    display: block;
    margin-bottom: 15px;
}
.gk-loc-card h4 {
    font-size: 18px;
    margin-bottom: 12px;
}
.gk-loc-card p {
    font-size: 14px;
    color: #555;
    margin: 0;
}
.gk-loc-sidebar {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 8px;
}
.gk-loc-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.gk-loc-chip {
    display: inline-block;
    padding: 8px 14px;
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 20px;
    font-size: 13px;
    color: #0d6efd;
}
.gk-loc-chip:hover {
    background: #0d6efd;
    color: #fff;
    border-color: #0d6efd;
}
.gk-loc-list {
    line-height: 2;
    padding-left: 0;
    list-style: none;
}
.gk-loc-list li {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}
.gk-loc-index-list {
    columns: 1;
    padding-left: 18px;
    line-height: 2;
}
.gk-loc-index-list a {
    color: #333;
}
.gk-loc-index-list a:hover {
    color: #0d6efd;
}
.gk-loc-footer h4 {
    font-size: 18px;
    margin-bottom: 15px;
}

/* Marka sayfaları hero & kartlar */
.gk-brand-hero {
    background: linear-gradient(135deg, #063a6b 0%, #0d6efd 52%, #12b5c9 100%);
    padding: 64px 0 48px;
    color: #fff;
    position: relative;
    overflow: hidden;
}
.gk-brand-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 85% 20%, rgba(255,255,255,.18) 0%, transparent 45%);
    pointer-events: none;
}
.gk-brand-hero .container {
    position: relative;
    z-index: 1;
}
.gk-brand-hero h1 {
    font-size: clamp(26px, 3.5vw, 38px);
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff;
}
.gk-brand-hero p {
    color: rgba(255,255,255,.92);
    max-width: 720px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.65;
}
.gk-brand-hero--detail {
    padding: 52px 0 40px;
}
.gk-brand-hero__logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    min-height: 58px;
    padding: 10px 22px;
    margin: 0 auto 18px;
    background: rgba(255, 255, 255, 0.98);
    border-radius: 12px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.14);
}
.gk-brand-hero__logo img {
    display: block;
    max-height: 46px;
    max-width: 200px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: none;
}
.gk-brand-card-logo {
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    padding: 10px 12px;
    background: #f8f9fa;
    border-radius: 8px;
}
.gk-brand-card-logo img {
    max-height: 44px;
    max-width: 150px;
    width: auto;
    object-fit: contain;
}
.gk-loc-card.gk-brand-card {
    transition: transform .2s ease, box-shadow .2s ease;
}
.gk-loc-card.gk-brand-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(13,110,253,.12);
}
.gk-brand-index-section {
    padding-top: 72px;
    padding-bottom: 72px;
}

/* Hizmet bölgeleri index — kısa hero & bölge kartları */
.gk-loc-hero {
    background: linear-gradient(120deg, #064e3b 0%, #0f766e 45%, #0891b2 100%);
    padding: 44px 0 36px;
    color: #fff;
    position: relative;
    overflow: hidden;
}
.gk-loc-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 15% 50%, rgba(255,255,255,.14) 0%, transparent 42%);
    pointer-events: none;
}
.gk-loc-hero .container {
    position: relative;
    z-index: 1;
}
.gk-loc-hero h1 {
    font-size: clamp(24px, 3vw, 34px);
    font-weight: 700;
    margin-bottom: 8px;
    color: #fff;
}
.gk-loc-hero p {
    color: rgba(255,255,255,.9);
    max-width: 560px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 1.55;
}
.gk-loc-hero--detail {
    padding: 48px 0 40px;
}
.gk-loc-breadcrumb {
    font-size: 13px;
    margin-bottom: 14px;
    color: rgba(255,255,255,.85);
}
.gk-loc-breadcrumb a {
    color: rgba(255,255,255,.95);
    text-decoration: none;
}
.gk-loc-breadcrumb a:hover {
    text-decoration: underline;
}
.gk-loc-breadcrumb span[aria-hidden="true"] {
    margin: 0 6px;
    opacity: .7;
}
.gk-loc-seo-intro {
    padding: 28px 0 8px;
    background: #f8faf9;
}
.gk-loc-seo-intro__text {
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
    color: #444;
    font-size: 15px;
    line-height: 1.7;
}
.gk-loc-related__link {
    display: block;
    padding: 22px 18px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 18px rgba(0,0,0,.06);
    text-decoration: none;
    color: #1a1a1a;
    font-weight: 600;
    transition: transform .2s ease, box-shadow .2s ease;
}
.gk-loc-related__link i {
    display: block;
    font-size: 28px;
    color: #0f766e;
    margin-bottom: 10px;
}
.gk-loc-related__link:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(15,118,110,.15);
    color: #0f766e;
}
.gk-region-cards {
    padding-top: 56px;
    padding-bottom: 20px;
}
.gk-region-cards__title {
    text-align: center;
    margin-bottom: 36px;
}
.gk-region-cards__title h2 {
    font-size: 26px;
    margin-bottom: 8px;
}
.gk-region-cards__title p {
    color: #666;
    margin: 0;
}
.gk-region-card {
    display: block;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 28px rgba(0,0,0,.08);
    text-decoration: none;
    color: inherit;
    height: 100%;
    transition: transform .22s ease, box-shadow .22s ease;
}
.gk-region-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 36px rgba(15,118,110,.18);
    color: inherit;
}
.gk-region-card__img {
    height: 180px;
    overflow: hidden;
}
.gk-region-card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}
.gk-region-card:hover .gk-region-card__img img {
    transform: scale(1.05);
}
.gk-region-card__body {
    padding: 20px 22px 22px;
}
.gk-region-card__body h3 {
    font-size: 20px;
    margin-bottom: 6px;
    color: #1a1a1a;
}
.gk-region-card__body p {
    font-size: 14px;
    color: #666;
    margin-bottom: 12px;
    line-height: 1.5;
}
.gk-region-card__meta {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    color: #0f766e;
    background: rgba(15,118,110,.1);
    padding: 4px 10px;
    border-radius: 20px;
    margin-bottom: 10px;
}
.gk-region-card__link {
    font-size: 14px;
    font-weight: 600;
    color: #0d6efd;
}
.gk-region-card__link i {
    font-size: 12px;
    margin-left: 4px;
    transition: transform .2s ease;
}
.gk-region-card:hover .gk-region-card__link i {
    transform: translateX(3px);
}
.gk-loc-index-section {
    padding-top: 48px;
    padding-bottom: 90px;
}

/* Visual sections replacing legacy video blocks */
.gk-visual-area {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.gk-visual-area::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(5, 20, 35, 0.45);
}
.gk-visual-copy {
    position: relative;
    z-index: 1;
}
.gk-visual-copy--v3 .section-title {
    margin-bottom: 0;
}

/* Global HVAC theme refresh */
:root {
    --gk-navy: #0b2239;
    --gk-navy-soft: #133a5d;
    --gk-cyan: #00a7c8;
    --gk-teal: #0f766e;
    --gk-ice: #e8f7fb;
    --gk-text: #1e293b;
}

/* Modern site header */
.gk-site-header .gk-topbar {
    background: var(--gk-navy) !important;
    padding: 9px 0;
}
/* Eski temanın turuncu/mavi dekorasyonlarını kapat */
.gk-site-header .header-top:before,
.gk-site-header .header-top-left:after,
.gk-site-header .header-menu:before,
.gk-site-header .header-right:before {
    display: none !important;
    content: none !important;
}
.gk-site-header .header-top-left {
    background: transparent !important;
    padding: 0 !important;
}
.gk-site-header .header-top-right ul li {
    border-right: none !important;
    padding: 0 !important;
    color: rgba(255, 255, 255, 0.92) !important;
}
.gk-site-header .gk-topbar__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}
.gk-site-header .gk-topbar__badge,
.gk-site-header .gk-topbar__meta {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
    color: rgba(255, 255, 255, 0.92);
    font-size: 13px;
    font-weight: 500;
}
.gk-site-header .gk-topbar__badge i,
.gk-site-header .gk-topbar__meta i {
    color: var(--gk-cyan);
    margin-right: 6px;
}
.gk-site-header .gk-topbar__meta a {
    color: rgba(255, 255, 255, 0.92);
    text-decoration: none;
}
.gk-site-header .gk-topbar__meta a:hover {
    color: var(--gk-cyan);
}
.gk-site-header .header-top:not(.gk-topbar) {
    background: var(--gk-navy) !important;
    padding: 9px 0;
}
.gk-site-header .header-top-left span,
.gk-site-header .header-top-right li,
.gk-site-header .header-top-right a {
    color: rgba(255, 255, 255, 0.92) !important;
    font-size: 13px;
}
.gk-site-header .header-top-left span i,
.gk-site-header .header-top-right i {
    color: var(--gk-cyan) !important;
}
.gk-site-header {
    position: relative;
    z-index: 1100;
}
.gk-site-header .header-menu {
    background: #fff;
    border-bottom: 1px solid rgba(11, 34, 57, 0.08);
    box-shadow: 0 4px 18px rgba(11, 34, 57, 0.06);
    overflow: visible !important;
    backdrop-filter: none;
}
.gk-site-header .header-menu .custom-container,
.gk-site-header .header-menu .row,
.gk-site-header .header-menu [class*="col-"] {
    overflow: visible !important;
}
.gk-site-header .gk-site-logo,
.gk-site-header .header-logo img {
    max-height: 54px;
    width: auto;
}
.gk-site-header .header-right-2,
.gk-site-header .gk-header-tools,
.gk-site-header .header-right {
    background: transparent !important;
    padding: 0 !important;
    min-height: auto !important;
    position: relative;
    z-index: 30;
}
.gk-site-header .header-right-2:before,
.gk-site-header .gk-header-tools:before,
.gk-site-header .header-right:before {
    display: none !important;
}
.gk-site-header .header-menu .row > [class*="col-"]:last-child {
    position: relative;
    z-index: 30;
}
.gk-site-header .main-menu {
    position: relative;
    z-index: 1;
}
.gk-site-header .header-right-2 ul,
.gk-site-header .gk-header-tools ul,
.gk-site-header .header-right ul.z-index {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
    flex-wrap: nowrap;
}
.gk-site-header .header-right-2 ul > li,
.gk-site-header .gk-header-tools ul > li,
.gk-site-header .header-right ul > li {
    display: flex !important;
    align-items: center;
    margin: 0 !important;
    position: relative;
    flex-shrink: 0;
    vertical-align: unset !important;
}
.gk-site-header .language,
.gk-site-header .header-right.header-right-2 ul .language {
    color: var(--gk-navy) !important;
    background: var(--gk-ice);
    border-radius: 999px;
    padding: 10px 34px 10px 38px !important;
    font-weight: 700;
    margin-right: 0 !important;
    line-height: 1;
    min-width: 92px;
    cursor: pointer;
    z-index: 35;
    white-space: nowrap;
}
.gk-site-header .language:before {
    left: 14px !important;
    color: var(--gk-cyan) !important;
}
.gk-site-header .language:after {
    right: 12px !important;
    color: var(--gk-navy) !important;
}
.gk-site-header .language .language-dropdown {
    border-top: 3px solid var(--gk-cyan);
    background: var(--gk-navy);
    border-radius: 0 0 12px 12px;
    position: absolute;
    top: 100%;
    left: 0;
    right: auto;
    min-width: 136px;
    z-index: 1200;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(6px);
    transition: opacity 0.18s ease, visibility 0.18s ease, transform 0.18s ease;
    padding: 10px 14px 12px;
    box-shadow: 0 18px 36px rgba(11, 34, 57, 0.28);
}
.gk-site-header .language:hover,
.gk-site-header .language.is-open {
    color: var(--gk-navy) !important;
    border-radius: 999px 999px 0 0;
}
.gk-site-header .language:hover .language-dropdown,
.gk-site-header .language.is-open .language-dropdown {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translateY(0);
    top: 100% !important;
}
.gk-site-header .language .language-dropdown a {
    color: #fff;
}
.gk-site-header .language .language-dropdown a:hover {
    color: var(--gk-cyan);
}
.gk-site-header .gk-header-cta,
.gk-site-header .header-right-2 .theme-btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: linear-gradient(135deg, var(--gk-cyan), #12b7ce) !important;
    border: none !important;
    border-radius: 999px;
    padding: 11px 22px !important;
    font-weight: 700;
    color: #fff !important;
    box-shadow: 0 8px 20px rgba(0, 167, 200, 0.28);
    white-space: nowrap;
    position: relative;
    z-index: 35;
    flex-shrink: 0;
    margin: 0 !important;
    vertical-align: unset !important;
}
.gk-site-header .gk-header-cta:hover,
.gk-site-header .header-right-2 .theme-btn:hover {
    background: linear-gradient(135deg, #0895b2, #0aa7c1) !important;
    color: #fff !important;
}

@media (min-width: 992px) {
    .gk-site-header .header-menu .custom-container {
        overflow: visible;
    }
    .gk-site-header .main-menu ul li {
        margin: 0 10px !important;
    }
    .gk-site-header .header-right.header-right-2 ul .language {
        display: flex !important;
    }
}
@media (min-width: 1200px) and (max-width: 1399px) {
    .gk-site-header .main-menu ul li {
        margin: 0 7px !important;
    }
    .gk-site-header .main-menu ul li > a {
        font-size: 12px !important;
        padding: 30px 0 !important;
    }
    .gk-site-header .language {
        min-width: 84px;
        padding: 9px 30px 9px 34px !important;
        font-size: 14px;
    }
    .gk-site-header .gk-header-cta,
    .gk-site-header .header-right-2 .theme-btn {
        padding: 10px 16px !important;
        font-size: 14px;
    }
    .gk-site-header .header-right-2 ul,
    .gk-site-header .gk-header-tools ul {
        gap: 10px;
    }
}

/* Professional navbar */
.header-menu {
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid rgba(11, 34, 57, 0.08);
}
.header-sticky.sticky {
    box-shadow: 0 10px 26px rgba(11, 34, 57, 0.12);
}
.main-menu ul li > a {
    color: var(--gk-navy);
    font-weight: 700;
    letter-spacing: 0.3px;
}
.main-menu ul li:hover > a,
.main-menu ul li.active > a {
    color: var(--gk-cyan);
}
.main-menu .sub-menu {
    border-top: 3px solid var(--gk-cyan);
    border-radius: 0 0 10px 10px;
    box-shadow: 0 14px 28px rgba(11, 34, 57, 0.15);
}
.main-menu .sub-menu li a {
    color: var(--gk-text);
}
.main-menu .sub-menu li a:hover {
    color: var(--gk-cyan);
    background: rgba(0, 167, 200, 0.08);
}

/* Header action bar — sade düzen */
.gk-header-actions.header-right {
    background: linear-gradient(135deg, var(--gk-navy-soft), var(--gk-navy));
    padding: 0 18px 0 28px;
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.gk-header-actions.header-right:before {
    display: none;
}
.gk-header-actions__list {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
    gap: 18px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.gk-header-actions__list > li {
    margin: 0 !important;
    flex-shrink: 0;
    position: relative;
    display: flex;
    align-items: center;
    height: 44px;
}
.gk-header-phone a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    white-space: nowrap;
    text-decoration: none;
}
.gk-header-phone a i {
    width: auto;
    height: auto;
    line-height: 1;
    font-size: 15px;
    margin: 0;
    background: none;
    border: none;
    border-radius: 0;
}
.gk-header-actions .language {
    color: #fff;
    cursor: pointer;
    margin-right: 0 !important;
    padding: 0 18px 0 24px;
    white-space: nowrap;
    line-height: 1;
    z-index: 12;
}
.gk-header-actions .language .language-dropdown {
    z-index: 30;
}
.gk-header-actions .gk-header-call {
    padding: 0 18px !important;
    height: 44px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    margin: 0 !important;
    background: #fff !important;
    border-color: #fff !important;
    color: var(--gk-navy) !important;
}
.gk-header-actions .gk-header-call:hover {
    background: var(--gk-cyan) !important;
    border-color: var(--gk-cyan) !important;
    color: #fff !important;
}
@media (min-width: 992px) {
    .main-menu ul {
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
    }
    .main-menu ul li {
        margin: 0 6px;
    }
    .main-menu ul li > a {
        font-size: 14px;
        padding: 36px 0;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .gk-header-phone a {
        font-size: 14px;
    }
    .gk-header-actions__list {
        gap: 10px;
    }
}
@media (min-width: 1200px) and (max-width: 1399px) {
    .gk-header-actions__list {
        gap: 12px;
    }
    .gk-header-phone a {
        font-size: 15px;
    }
    .gk-header-actions .gk-header-call {
        padding: 0 14px !important;
        font-size: 14px;
    }
    .main-menu ul li > a {
        font-size: 13px;
        padding: 32px 0;
    }
}

/* Hero refinement — güçlü kontrast */
.slider-area {
    position: relative;
    z-index: 1;
}
.slider-area .single-slider {
    position: relative;
}
.slider-area .single-slider::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(105deg, rgba(4, 12, 22, 0.92) 0%, rgba(4, 12, 22, 0.78) 42%, rgba(4, 12, 22, 0.52) 72%, rgba(4, 12, 22, 0.35) 100%),
        linear-gradient(180deg, rgba(4, 12, 22, 0.25) 0%, rgba(4, 12, 22, 0.55) 100%);
    z-index: 0;
}
.slider-area .aslider {
    position: relative;
    z-index: 2;
    max-width: 720px;
    background: rgba(6, 18, 32, 0.62);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 18px;
    padding: clamp(24px, 4vw, 40px) clamp(22px, 4vw, 38px);
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.28);
}
.slider-area .aslider--title {
    color: #fff;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.55), 0 8px 28px rgba(0, 0, 0, 0.45);
    font-size: clamp(34px, 5.5vw, 68px);
    line-height: 1.06;
    margin-bottom: 16px !important;
}
.slider-area .aslider--subtitle {
    color: rgba(255, 255, 255, 0.96);
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
    max-width: 580px;
    line-height: 1.55;
    font-size: clamp(16px, 1.9vw, 22px);
    margin-bottom: 28px !important;
}
.slider-area .aslider--btn {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}
.slider-area .aslider--btn .theme-btn-white {
    background: rgba(255, 255, 255, 0.14) !important;
    border: 1px solid rgba(255, 255, 255, 0.45) !important;
    color: #fff !important;
}
.slider-area .aslider--btn .theme-btn-white:hover {
    background: rgba(255, 255, 255, 0.24) !important;
    color: #fff !important;
}
.slider-area .aslider--btn .theme-btn-blue {
    background: linear-gradient(135deg, var(--gk-cyan), #12b7ce);
    border-color: transparent;
    box-shadow: 0 10px 26px rgba(0, 167, 200, 0.35);
}
.slider-area .aslider--btn .theme-btn-blue:hover {
    background: linear-gradient(135deg, #0895b2, #0aa7c1);
}

/* Shorter sticky navbar */
.header-logo.pt-15.pb-15 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}
.header-right ul.z-index {
    margin-bottom: 0;
}
.header-sticky.sticky .header-logo.pt-15.pb-15,
.header-menu.header-sticky.sticky-menu .header-logo.pt-15.pb-15 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
.header-sticky.sticky .main-menu ul li > a,
.header-menu.header-sticky.sticky-menu .main-menu ul li > a {
    padding-top: 28px;
    padding-bottom: 28px;
}

/* Gender-aware neutral avatars (no photo) */
.gk-avatar {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(11, 34, 57, 0.16);
}
.gk-avatar i {
    font-size: 24px;
    color: #fff;
}
.gk-avatar--female {
    background: linear-gradient(135deg, #d946ef, #8b5cf6);
}
.gk-avatar--male {
    background: linear-gradient(135deg, #0ea5e9, #2563eb);
}

/* Footer-top brand strip logos */
.gk-brand-strip-logo {
    max-height: 34px;
    width: auto;
    object-fit: contain;
    filter: saturate(0.95);
    opacity: 0.92;
}

/* Ana sayfa — Girne klima servisi SEO içerik */
.gk-seo-content {
    background: #f3f7fb;
}
.gk-seo-content .section-title {
    color: #0b2239;
    font-size: clamp(1.5rem, 3vw, 2rem);
}
.gk-seo-content__lead {
    font-size: 1.05rem;
    color: #3d4f63;
    line-height: 1.75;
}
.gk-seo-content p {
    color: #4a5d72;
    line-height: 1.75;
}
.gk-seo-locs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.gk-loc-chip--primary {
    background: #0b2239 !important;
    color: #fff !important;
    border-color: #0b2239 !important;
}
.gk-seo-faq {
    background: #fff;
    border-radius: 16px;
    padding: 28px 24px;
    box-shadow: 0 8px 32px rgba(11, 34, 57, 0.08);
    border: 1px solid rgba(11, 34, 57, 0.06);
}
.gk-seo-faq__item {
    border-bottom: 1px solid #e8eef4;
    padding: 14px 0;
}
.gk-seo-faq__item:last-of-type {
    border-bottom: none;
}
.gk-seo-faq__item summary {
    cursor: pointer;
    font-weight: 600;
    color: #0b2239;
    list-style: none;
    padding-right: 24px;
    position: relative;
}
.gk-seo-faq__item summary::-webkit-details-marker {
    display: none;
}
.gk-seo-faq__item summary::after {
    content: "+";
    position: absolute;
    right: 0;
    top: 0;
    color: #f7941d;
    font-size: 1.25rem;
    font-weight: 400;
}
.gk-seo-faq__item[open] summary::after {
    content: "−";
}
.gk-seo-faq__item p {
    margin: 10px 0 0;
    font-size: 0.95rem;
    color: #5a6d82;
}

/* Ana sayfa — footer öncesi hub (bölgeler & markalar) */
.gk-hub-footer {
    position: relative;
    padding: 72px 0 0;
    background-color: #0b2239;
    background-size: cover;
    background-position: center;
    margin-bottom: 0;
}
.gk-hub-footer::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(11, 34, 57, 0.88) 0%, rgba(11, 34, 57, 0.96) 100%);
    z-index: 0;
}
.gk-hub-footer > .container {
    position: relative;
    z-index: 1;
}
.gk-hub-footer .section-title.text-white {
    color: #fff !important;
}
.gk-hub-footer__lead {
    color: rgba(255, 255, 255, 0.78);
    font-size: 16px;
    line-height: 1.65;
    margin: 0;
}
.gk-hub-footer__panel {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    height: 100%;
    padding: 26px 26px 24px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    text-decoration: none;
    color: inherit;
    transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}
.gk-hub-footer__panel:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(0, 167, 200, 0.45);
    transform: translateY(-3px);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.22);
    color: inherit;
}
.gk-hub-footer__panel--orange:hover {
    border-color: rgba(255, 102, 0, 0.45);
}
.gk-hub-footer__panel-icon {
    width: 52px;
    height: 52px;
    flex-shrink: 0;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #2371ff, #0d5bd6);
    box-shadow: 0 8px 18px rgba(35, 113, 255, 0.3);
}
.gk-hub-footer__panel-icon--orange {
    background: linear-gradient(135deg, #ff6600, #ff8636);
    box-shadow: 0 8px 18px rgba(255, 102, 0, 0.3);
}
.gk-hub-footer__panel-icon i {
    font-size: 24px;
    color: #fff;
    line-height: 1;
}
.gk-hub-footer__panel-body {
    flex: 1;
    min-width: 0;
}
.gk-hub-footer__panel-tag {
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #00a7c8;
    margin-bottom: 6px;
}
.gk-hub-footer__panel-tag--orange {
    color: #ff8636;
}
.gk-hub-footer__panel-body h3 {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 10px;
    line-height: 1.25;
}
.gk-hub-footer__panel-body p {
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.72);
    margin: 0 0 16px;
}
.gk-hub-footer__panel-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 700;
    color: #00a7c8;
    transition: gap 0.2s ease;
}
.gk-hub-footer__panel--orange .gk-hub-footer__panel-link {
    color: #ff8636;
}
.gk-hub-footer__panel:hover .gk-hub-footer__panel-link {
    gap: 12px;
}
.gk-hub-footer__brands {
    margin-top: 40px;
    padding: 24px 0 32px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
}
.gk-hub-footer__brands-label {
    display: block;
    text-align: center;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.45);
    margin-bottom: 18px;
}
.gk-hub-footer__brands .brand-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
}
.gk-brand-strip-logo--light {
    filter: brightness(0) invert(1);
    opacity: 0.55;
    max-height: 28px;
    transition: opacity 0.2s ease;
}
.gk-hub-footer__brands .brand-wrapper:hover .gk-brand-strip-logo--light {
    opacity: 0.9;
}

/* Marka şeridi — logo ticker (markalar sayfasıyla aynı SVG'ler) */
.gk-brand-ticker {
    position: relative;
    z-index: 2;
    width: 100%;
    overflow: hidden;
    padding: 18px 0;
    min-height: 96px;
}
.gk-brand-ticker::before,
.gk-brand-ticker::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 56px;
    z-index: 2;
    pointer-events: none;
}
.gk-brand-ticker::before {
    left: 0;
    background: linear-gradient(to right, #0b2239 15%, transparent);
}
.gk-brand-ticker::after {
    right: 0;
    background: linear-gradient(to left, #0b2239 15%, transparent);
}
.gk-brand-ticker__rail {
    overflow: hidden;
    width: 100%;
}
.gk-brand-ticker__logo {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 188px;
    height: 80px;
    padding: 12px 18px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.14);
    opacity: 0.95;
    transition: opacity 0.2s ease, transform 0.2s ease;
}
.gk-brand-ticker__logo:hover {
    opacity: 1;
    transform: translateY(-2px);
}
.gk-brand-ticker__logo img {
    display: block;
    max-width: 100%;
    max-height: 54px;
    width: auto;
    height: auto;
    object-fit: contain;
}
.gk-brand-ticker__track {
    display: flex;
    align-items: center;
    gap: 48px;
    width: max-content;
    animation: gk-ticker-scroll 55s linear infinite;
    will-change: transform;
}
.gk-brand-ticker__track:hover {
    animation-play-state: paused;
}
@keyframes gk-ticker-scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
    .gk-brand-ticker__rail {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .gk-brand-ticker__track {
        animation: none;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
        gap: 16px;
    }
    .gk-brand-ticker::before,
    .gk-brand-ticker::after {
        display: none;
    }
}

/* ===== GK Pro bileşenleri ===== */

/* Hakkımızda */
.gk-about-pro__media {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(15, 40, 70, 0.12);
}
.gk-about-pro__media img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
}
.gk-about-pro__badge {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    background: rgba(255, 255, 255, 0.97);
    border-radius: 12px;
    padding: 14px 18px;
    display: flex;
    align-items: center;
    gap: 14px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}
.gk-about-pro__badge i {
    font-size: 32px;
    color: #2371ff;
}
.gk-about-pro__badge strong {
    display: block;
    font-size: 20px;
    color: #0b2239;
    line-height: 1.2;
}
.gk-about-pro__badge span {
    font-size: 13px;
    color: #5a6b7d;
}
.gk-about-pro__lead {
    font-size: 16px;
    line-height: 1.75;
    color: #4a5568;
    margin-bottom: 24px;
}
.gk-about-pro__features {
    list-style: none;
    margin: 0 0 28px;
    padding: 0;
}
.gk-about-pro__features li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 15px;
    color: #2d3748;
    margin-bottom: 12px;
    line-height: 1.5;
}
.gk-about-pro__features li i {
    color: #2371ff;
    margin-top: 3px;
    flex-shrink: 0;
}
.gk-about-pro__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.gk-about-pro__actions .theme-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

/* Hizmet kartları — açık zemin, tema ile uyumlu */
.gk-service-pro {
    background-color: #f3f7fb !important;
    background-image: none !important;
}
.gk-service-pro .section-title {
    color: #0b2239 !important;
}
.gk-service-pro .subtitle {
    color: #ff6600 !important;
}
.gk-service-pro .service__header__btn .theme-btn {
    background: transparent;
    color: #2371ff;
    border: 2px solid #2371ff;
}
.gk-service-pro .service__header__btn .theme-btn:hover {
    background: #2371ff;
    color: #fff;
}
.gk-service-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    padding: 36px 24px 32px;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #dfe4ea;
    text-align: center;
    text-decoration: none;
    color: inherit;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
.gk-service-card:hover {
    border-color: #2371ff;
    box-shadow: 0 12px 32px rgba(35, 113, 255, 0.1);
    color: inherit;
}
.gk-service-card__icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #f0f6ff;
    border: 1px solid #dfe4ea;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: background 0.25s ease, border-color 0.25s ease;
}
.gk-service-card:hover .gk-service-card__icon {
    background: linear-gradient(135deg, #2371ff, #0d5bd6);
    border-color: transparent;
}
.gk-service-card__icon i {
    font-size: 36px;
    color: #2371ff;
    transition: color 0.25s ease;
}
.gk-service-card:hover .gk-service-card__icon i {
    color: #fff;
}
.gk-service-card__title {
    font-size: 18px;
    font-weight: 700;
    color: #0b2239;
    margin-bottom: 12px;
}
.gk-service-card__text {
    font-size: 14px;
    line-height: 1.65;
    color: #5a6b7d;
    margin-bottom: 18px;
    flex: 1;
}
.gk-service-card__link {
    font-size: 14px;
    font-weight: 600;
    color: #2371ff;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.gk-service-card:hover .gk-service-card__link i {
    transform: translateX(4px);
}
.gk-service-card__link i {
    transition: transform 0.2s ease;
}

/* Blog kartları */
.gk-blog-card {
    height: 100%;
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #e8eef5;
    box-shadow: 0 6px 24px rgba(15, 45, 80, 0.06);
    transition: box-shadow 0.25s ease, transform 0.25s ease;
}
.gk-blog-card:hover {
    box-shadow: 0 14px 36px rgba(15, 45, 80, 0.12);
    transform: translateY(-3px);
}
.gk-blog-card__img {
    display: block;
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 10;
}
.gk-blog-card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}
.gk-blog-card:hover .gk-blog-card__img img {
    transform: scale(1.04);
}
.gk-blog-card__date {
    position: absolute;
    top: 14px;
    left: 14px;
    background: #fff;
    color: #0b2239;
    font-size: 12px;
    font-weight: 700;
    padding: 6px 12px;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.gk-blog-card__body {
    padding: 20px 22px 22px;
}
.gk-blog-card__cat {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #2371ff;
    margin-bottom: 10px;
}
.gk-blog-card__title {
    font-size: 17px;
    line-height: 1.45;
    margin-bottom: 14px;
}
.gk-blog-card__title a {
    color: #0b2239;
    text-decoration: none;
}
.gk-blog-card__title a:hover {
    color: #2371ff;
}
.gk-blog-card__read {
    font-size: 14px;
    font-weight: 600;
    color: #2371ff;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.gk-blog-card__read:hover {
    color: #0d5bd6;
}

/* Blog — mobilde yatay kaydırma */
.gk-blog-hint {
    display: none;
    text-align: center;
    font-size: 12px;
    color: #8a97a8;
    margin: 12px 0 0;
}
@media (max-width: 991px) {
    .gk-blog-pro .gk-blog-scroll {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        gap: 16px;
        margin-left: calc(-0.5 * var(--bs-gutter-x, 1.5rem));
        margin-right: calc(-0.5 * var(--bs-gutter-x, 1.5rem));
        padding: 0 calc(0.5 * var(--bs-gutter-x, 1.5rem)) 6px;
        scrollbar-width: none;
    }
    .gk-blog-pro .gk-blog-scroll::-webkit-scrollbar {
        display: none;
    }
    .gk-blog-pro .gk-blog-scroll > [class*="col-"] {
        flex: 0 0 86%;
        max-width: 86%;
        scroll-snap-align: start;
    }
    .gk-blog-pro .gk-blog-card {
        height: 100%;
    }
    .gk-blog-pro .gk-blog-card__img {
        aspect-ratio: 16 / 9;
    }
    .gk-blog-pro .gk-blog-card__body {
        padding: 16px 18px 18px;
    }
    .gk-blog-pro .gk-blog-card__title {
        font-size: 15px;
        line-height: 1.4;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin-bottom: 10px;
    }
    .gk-blog-hint {
        display: block;
    }
}

/* Portföy — mobil kartlar */
.gk-portfolio-pro .aportfolio {
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 8px 28px rgba(15, 45, 80, 0.1);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.gk-portfolio-pro .aportfolio:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(15, 45, 80, 0.15);
}
.gk-portfolio-pro .aportfolio__img {
    border-radius: 14px 14px 0 0;
    overflow: hidden;
}
.gk-portfolio-pro .aportfolio__text {
    background: #fff !important;
    position: relative !important;
    padding: 18px 20px !important;
}
.gk-portfolio-pro .aportfolio__text span {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #2371ff;
}
.gk-portfolio-pro .aportfolio__text--title {
    font-size: 17px;
    margin-top: 6px;
    margin-bottom: 0;
}
.gk-portfolio-pro .aportfolio__text--title a {
    color: #0b2239;
}

/* Footer — hub ile birleşik, yumuşak geçiş */
.gk-footer--flush {
    position: relative;
}
.gk-footer--flush::before {
    content: "";
    display: block;
    height: 40px;
    background: linear-gradient(to bottom, rgba(10, 28, 48, 0.92), transparent);
    position: relative;
    z-index: 2;
    pointer-events: none;
}
.gk-footer--flush .footer-area {
    padding-top: 0 !important;
    position: relative;
}

/* Sosyal medya — hesap açıldığında bu bloğu kaldırın veya display:none'u silin */
.header--social,
.sidebar__menu--social,
.copyright__social,
.ateam__img--social,
.ateam__3--overlay__social,
.team__sidebar--social {
    display: none !important;
}
.copyright-area .copyright__text {
    text-align: center;
}
.copyright-area .col-md-5:has(.copyright__social) {
    display: none;
}
.copyright-area .col-md-7 {
    flex: 0 0 100%;
    max-width: 100%;
}

/* Mobil & tablet uyumluluk */
@media (max-width: 991px) {
    .gk-loc-index-list {
        columns: 1;
    }
    .gk-brand-index-section,
    .gk-loc-index-section {
        padding-top: 48px;
        padding-bottom: 56px;
    }
    .gk-region-cards {
        padding-top: 40px;
    }
    .map-area iframe {
        min-height: 320px;
    }
    .gk-site-header .header-menu .row {
        margin-left: 0;
        margin-right: 0;
    }
    .gk-site-header .header-logo img,
    .gk-site-header .gk-site-logo {
        max-height: 44px;
    }
    .gk-site-header .side-menu-icon {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        min-height: 56px;
    }
    .gk-site-header .side-menu-icon .side-toggle {
        color: var(--gk-navy);
        background: var(--gk-ice);
        border: none;
        border-radius: 10px;
        width: 44px;
        height: 44px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .slider-height {
        min-height: 440px;
    }
    .slider-area .aslider--title {
        font-size: clamp(28px, 8vw, 40px) !important;
        margin-bottom: 14px !important;
    }
    .slider-area .aslider--subtitle {
        font-size: clamp(16px, 4.5vw, 20px) !important;
        margin-bottom: 24px !important;
    }
    .slider-area .aslider {
        padding: 20px 18px;
        border-radius: 14px;
        max-width: 100%;
    }
    .gk-cta {
        padding: 24px 18px;
    }
    .gk-cta__buttons {
        flex-direction: column;
        align-items: stretch;
    }
    .gk-cta__buttons .theme-btn {
        min-width: 0;
        width: 100%;
    }
    .gk-float {
        left: auto;
        right: 14px;
        bottom: calc(14px + env(safe-area-inset-bottom, 0px));
        gap: 8px;
    }
    .gk-float a {
        width: 44px;
        height: 44px;
        font-size: 20px;
    }
    .gk-loc-hero,
    .gk-loc-hero--detail,
    .gk-brand-hero,
    .gk-brand-hero--detail {
        padding-top: 36px;
        padding-bottom: 28px;
    }
    .gk-brand-hero__logo {
        min-width: 168px;
        min-height: 64px;
        padding: 12px 24px;
        margin-bottom: 16px;
    }
    .gk-brand-hero__logo img {
        max-height: 50px;
        max-width: 220px;
    }
    .gk-region-card__img {
        height: 160px;
    }
    .header-logo.pt-15.pb-15 {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
    .side-menu-icon .side-toggle {
        font-size: 22px;
        padding: 6px 10px;
    }
}

@media (max-width: 575px) {
    .gk-loc-seo-intro__text,
    .gk-loc-article p {
        font-size: 14px;
    }
    .gk-brand-strip-logo {
        max-height: 28px;
    }
}

/* About stat card text fitting */
.aabout-img_text {
    justify-content: center;
    text-align: center;
}
.aabout-img_text-title {
    font-size: clamp(44px, 5vw, 64px);
    line-height: 1;
    word-break: break-word;
}
.aabout-img_text-title span {
    display: block;
    margin-top: 6px;
    font-size: clamp(22px, 2vw, 34px);
    line-height: 1.15;
}
@media (max-width: 767px) {
    .aabout-img_text {
        padding: 20px 16px;
    }
    .aabout-img_text-title {
        font-size: 34px !important;
    }
    .aabout-img_text-title span {
        font-size: 17px !important;
        letter-spacing: -0.01em;
    }
}

/* FAQ banner metin sığdırma */
.afaq__banner--text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.afaq__banner--text__title {
    font-size: clamp(28px, 6vw, 48px);
    line-height: 1.15;
    word-break: break-word;
    hyphens: auto;
}
@media (max-width: 767px) {
    .afaq__banner--text {
        padding: 24px 18px !important;
    }
    .afaq__banner--text__title {
        font-size: 30px !important;
        margin-bottom: 12px !important;
    }
    .afaq__banner--text p {
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 18px !important;
    }
}

/* Yukarı çık butonu — backToTop.css yüklenmese bile dev SVG görünmesin */
.progress-wrap {
    position: fixed;
    right: 24px;
    left: auto;
    bottom: calc(24px + env(safe-area-inset-bottom, 0px));
    width: 46px;
    height: 46px;
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    overflow: hidden;
}
.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.progress-wrap svg,
.progress-wrap svg.progress-circle,
.progress-wrap svg.svg-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 46px !important;
    height: 46px !important;
    max-width: 46px;
    max-height: 46px;
}
.progress-wrap svg path {
    fill: none;
}

/* Çalışma Sürecimiz bölümü (eski müşteri yorumları alanı) */
.gk-process-area {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}
.gk-process {
    position: relative;
    text-align: center;
    padding: 40px 24px 34px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    height: 100%;
    margin-bottom: 24px;
    transition: transform 0.3s ease, background 0.3s ease, border-color 0.3s ease;
}
.gk-process:hover {
    transform: translateY(-6px);
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.2);
}
.gk-process__step {
    position: absolute;
    top: 16px;
    right: 22px;
    font-size: 40px;
    font-weight: 800;
    line-height: 1;
    color: rgba(255, 255, 255, 0.12);
}
.gk-process:hover .gk-process__step {
    color: rgba(255, 102, 0, 0.4);
}
.gk-process__icon {
    width: 84px;
    height: 84px;
    margin: 0 auto 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #2371ff, #0d5bd6);
    box-shadow: 0 10px 24px rgba(35, 113, 255, 0.35);
    transition: background 0.3s ease;
}
.gk-process:hover .gk-process__icon {
    background: linear-gradient(135deg, #ff6600, #ff8636);
    box-shadow: 0 10px 24px rgba(255, 102, 0, 0.35);
}
.gk-process__icon i {
    font-size: 38px;
    color: #ffffff;
}
.gk-process__title {
    font-size: 20px;
    color: #ffffff !important;
    margin-bottom: 12px;
}
.gk-process p {
    color: rgba(255, 255, 255, 0.82) !important;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 0;
}
.gk-process-area .section-title {
    color: #ffffff !important;
}
@media (max-width: 767px) {
    .gk-process-area {
        padding-top: 56px !important;
        padding-bottom: 48px !important;
    }
    .gk-process {
        padding: 30px 20px 26px;
        margin-bottom: 16px;
    }
    .gk-process__icon {
        width: 68px;
        height: 68px;
        margin-bottom: 16px;
    }
    .gk-process__icon i {
        font-size: 30px;
    }
    .gk-process__step {
        font-size: 32px;
        top: 12px;
        right: 18px;
    }
    .gk-process__title {
        font-size: 18px;
    }
}

/* Footer logo — beyaz çerçeveli */
.gk-footer-logo {
    margin-top: 18px;
    display: flex;
    justify-content: center;
}
.gk-footer-logo a {
    display: inline-block;
    background: #fff;
    padding: 12px 18px;
    border-radius: 10px;
    border: 3px solid #fff;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
    line-height: 0;
}
.gk-footer-logo img {
    max-width: 150px;
    height: auto;
    display: block;
}

/* Footer — ortalı içerik (tüm sayfalar) */
footer .footer-area .footer__widget {
    text-align: center;
}
footer .footer-area .footer__widget--title {
    text-align: center;
}
footer .footer-area .footer__widget--title:before {
    left: 50%;
    transform: translateX(-50%);
}
footer .footer-area .widget__links,
footer .footer-area .widget__contact {
    list-style: none;
    padding-left: 0;
    margin: 0 auto;
    display: inline-block;
    text-align: center;
}
footer .footer-area .widget__links li,
footer .footer-area .widget__contact li {
    margin-bottom: 8px;
}
footer .footer-area .emg__number {
    text-align: center;
}
footer .footer-area .emg__number h5 {
    margin-bottom: 6px;
}
footer .footer-area .footer__map {
    max-width: 300px;
    margin: 0 auto;
}
footer .footer-area .footer__widget.pl-80,
footer .footer-area .footer__widget.pl-30 {
    padding-left: 0 !important;
}
footer .footer-area .footer__widget p {
    margin-left: auto;
    margin-right: auto;
    max-width: 280px;
}
.gk-footer-legal {
    font-size: 11px;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.52);
    margin: 10px auto 0;
    max-width: 420px;
}

/* ===== Mobil UX iyileştirmeleri ===== */
@media (max-width: 767px) {
    html {
        scroll-padding-top: 72px;
    }

    body {
        padding-bottom: 0 !important;
    }

    .gk-float {
        left: auto;
        right: 14px;
        bottom: calc(14px + env(safe-area-inset-bottom, 0px));
    }

    /* Yukarı çık + FAB çakışmasını önle; mobilde kaydırma yeterli */
    .progress-wrap {
        display: none !important;
    }

    /* Bölüm boşluklarını küçült */
    .pt-120 {
        padding-top: 56px !important;
    }
    .pt-115 {
        padding-top: 52px !important;
    }
    .pt-100,
    .pt-80 {
        padding-top: 48px !important;
    }
    .pb-100,
    .pb-90 {
        padding-bottom: 48px !important;
    }
    .pb-80,
    .pb-70 {
        padding-bottom: 40px !important;
    }

    .section-title {
        font-size: clamp(22px, 6.2vw, 30px) !important;
        line-height: 1.25 !important;
    }
    .section-title-wrapper.mb-35,
    .section-title-wrapper.mb-50 {
        margin-bottom: 20px !important;
    }
    .mb-70,
    .mb-50 {
        margin-bottom: 28px !important;
    }
    .service-area .service__header__btn {
        text-align: left !important;
        margin-top: 8px;
    }
    .service-area .custom-service-tab .aservice {
        margin-bottom: 16px !important;
    }

    /* Portföy filtreleri */
    .aportfolio-menu {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        margin-bottom: 24px !important;
    }
    .aportfolio-menu button {
        margin: 0 !important;
        padding: 0 16px;
        height: 36px;
        line-height: 34px;
        font-size: 13px;
    }
    .portfolio-area .aportfolio__text {
        padding: 16px 18px;
    }
    .portfolio-area .aportfolio__text--title {
        font-size: 18px;
    }

    /* Neden biz — kompakt, pulse glow kapat */
    .choose--content {
        padding: 56px 0 40px !important;
    }
    .choose-bg-right {
        opacity: 0.2;
    }
    .achoose {
        display: flex;
        gap: 14px;
        align-items: flex-start;
        margin-bottom: 22px !important;
    }
    .achoose__icon {
        width: 52px;
        height: 52px;
        line-height: 52px;
        border-width: 3px;
        flex-shrink: 0;
        float: none;
        margin: 0 !important;
        animation: none !important;
        box-shadow: none !important;
    }
    .achoose__icon i {
        font-size: 22px;
    }
    .achoose__text--title {
        font-size: 17px;
        margin-bottom: 6px;
    }
    .achoose__text p {
        font-size: 14px;
        line-height: 1.55;
    }

    /* Müşteri yorumları — kontroller FAB alanından uzak */
    .testimonial-area {
        padding-bottom: 20px;
    }
    .atestimonial__text {
        padding: 32px 0 52px !important;
    }
    .atestimonial-active .slide-prev,
    .atestimonial-active .slide-next {
        top: auto;
        bottom: 10px;
        transform: none;
    }
    .atestimonial-active .slide-prev {
        left: calc(50% - 44px);
        right: auto;
    }
    .atestimonial-active .slide-next {
        left: calc(50% + 12px);
        right: auto;
    }
    .atestimonial-active .slide-prev:before {
        display: none;
    }

    /* Hub footer bölümü */
    .gk-hub-footer {
        padding-top: 48px;
    }
    .gk-hub-footer__lead {
        font-size: 14px;
    }
    .gk-hub-footer__panel {
        flex-direction: column;
        gap: 14px;
        padding: 20px 18px;
    }
    .gk-hub-footer__panel-body h3 {
        font-size: 19px;
    }
    .gk-hub-footer__panel-body p {
        font-size: 13px;
        margin-bottom: 12px;
    }
    .gk-hub-footer__brands {
        margin-top: 28px;
        padding: 18px 0 20px;
    }
    .gk-brand-ticker__logo {
        width: 148px;
        height: 68px;
        padding: 10px 14px;
    }
    .gk-brand-ticker__logo img {
        max-height: 46px;
    }

    /* Hakkımızda pro */
    .gk-about-pro__media img {
        height: 280px;
    }
    .gk-about-pro__actions {
        flex-direction: column;
    }
    .gk-about-pro__actions .theme-btn {
        width: 100%;
        justify-content: center;
    }

    /* Hizmet kartları */
    .gk-service-pro .service__header__btn {
        text-align: left !important;
    }

    /* Çalışma süreci — alt alta */
    .gk-process-area .row > [class*="col-"] {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .gk-process-area .gk-process {
        margin-bottom: 14px;
    }
    .gk-process-area::after {
        display: none;
    }

    /* Portföy — kaydırmalı, gelişmiş kart */
    .gk-portfolio-pro .aportfolio__img img {
        height: 200px;
    }
    .gk-portfolio-pro .aportfolio__text {
        padding: 16px 18px !important;
    }

    /* CTA şeridi */
    .cta--wrapper {
        margin-top: -40px;
    }
    .cta--single {
        padding: 18px 16px !important;
    }

    /* Footer — alt boşluk kaldır */
    .footer-area {
        padding-top: 48px !important;
        padding-bottom: 24px !important;
    }
    .gk-footer--flush .footer-area {
        padding-top: 0 !important;
    }
    .copyright-area {
        padding-top: 16px !important;
        padding-bottom: calc(12px + env(safe-area-inset-bottom, 0px)) !important;
    }
    .footer__widget.pl-80,
    .footer__widget.pl-30 {
        padding-left: 0 !important;
    }
    .widget__contact li {
        line-height: 1.55;
    }
    .footer__widget--title {
        font-size: 18px;
        margin-bottom: 14px;
    }

    /* Sağ kenar içerik koruması (FAB artık solda) */
    main {
        padding-right: 0;
    }

    /* Hakkımızda — eski yapı (artık gk-about-pro) */
    /* İletişim — tam genişlik CTA */
    .contact-area .acontact__img,
    .contact-area .col-lg-7 {
        display: none !important;
    }
    .contact-area .col-lg-5 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .contact-area .gk-cta {
        margin-bottom: 0;
        padding: 24px 20px;
    }

    /* Neden biz — çift arka plan görselini kaldır */
    .why__choose--bg {
        display: none !important;
    }
    .choose-bg-right {
        display: none !important;
    }
    .choose-area {
        background-image: none !important;
        background-color: #f3f6fb !important;
    }
    .choose--content .section-title {
        font-size: clamp(22px, 6vw, 28px) !important;
    }

    /* Çalışma süreci — okunabilirlik */
    .gk-process-area .gk-process {
        background: rgba(255, 255, 255, 0.1) !important;
        border-color: rgba(255, 255, 255, 0.2) !important;
    }
    .gk-process-area .gk-process__step {
        color: rgba(255, 255, 255, 0.25);
    }
    .gk-process-area .gk-process__title,
    .gk-process-area .gk-process p {
        color: #ffffff !important;
    }

    /* Portföy görselleri */
    .aportfolio__img img {
        height: 220px;
        width: 100%;
        object-fit: cover;
    }
}

/* ===== Mobil kaydırmalı kartlar (Swiper + yatay scroll) ===== */
.gk-mobile-swiper {
    overflow: hidden;
    padding-bottom: 8px;
}
.gk-mobile-swiper .swiper-slide {
    height: auto;
}
.gk-mobile-swiper .ablog {
    margin-bottom: 0 !important;
    height: 100%;
}
.gk-swiper-dots {
    position: relative !important;
    margin-top: 20px;
}
.gk-swiper-dots .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #c5d0de;
    opacity: 1;
}
.gk-swiper-dots .swiper-pagination-bullet-active {
    background: #2371ff;
    width: 22px;
    border-radius: 4px;
}

@media (min-width: 992px) {
    .gk-blog-swiper .gk-swiper-dots {
        display: none;
    }
}

@media (max-width: 767px) {
    .gk-mobile-scroll-row {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        gap: 16px;
        margin-left: calc(-1 * var(--bs-gutter-x, 15px) * 0.5);
        margin-right: calc(-1 * var(--bs-gutter-x, 15px) * 0.5);
        padding: 0 calc(var(--bs-gutter-x, 15px) * 0.5) 12px;
        scrollbar-width: none;
    }
    .gk-mobile-scroll-row::-webkit-scrollbar {
        display: none;
    }
    .gk-mobile-scroll-row > [class*="col-"] {
        flex: 0 0 84%;
        max-width: 84%;
        scroll-snap-align: start;
        padding-left: 0;
        padding-right: 0;
    }
    .gk-process-scroll > [class*="col-"] {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .gk-mobile-scroll-row .aportfolio,
    .gk-mobile-scroll-row .gk-process {
        margin-bottom: 0 !important;
    }
    .blog-area::after {
        content: "";
        display: none;
    }
    .portfolio-area::after {
        content: "Kaydırmak için sola çekin";
        display: block;
        text-align: center;
        font-size: 12px;
        color: #8a97a8;
        margin-top: 8px;
        padding-bottom: 4px;
    }
}

@media (max-width: 575px) {
    .slider-area .aslider--title {
        font-size: clamp(24px, 7.5vw, 32px) !important;
    }
    .gk-mobile-scroll-row > [class*="col-"] {
        flex: 0 0 88%;
        max-width: 88%;
    }
    .gk-brand-ticker__logo {
        width: 128px;
        height: 58px;
    }
    .gk-brand-ticker__logo img {
        max-height: 40px;
    }
}

