/* =============================================================
   Kardeşler Metal – Özel Katman
   Tüm inline stiller bu dosyada merkezi olarak yönetilir.
   ============================================================= */

/* -------------------------------------------------------
   1. GENEL YARDIMCI SINIFLAR
------------------------------------------------------- */
.services_content .title,
.gallery_title,
.footer_title,
.section_title .title {
    word-break: break-word;
}

/* -------------------------------------------------------
   2. KART & BLOK GÖRÜNÜMÜ
------------------------------------------------------- */
.single_services,
.single_galley,
.single_features,
.contact_info,
.contact_form {
    border-radius: 16px;
    overflow: hidden;
}

.single_services,
.single_galley,
.contact_info,
.contact_form,
.single_features {
    box-shadow: 0 16px 42px rgba(16, 33, 51, 0.06);
}

.single_services .services_content p,
.contact_info p,
.footer_about p,
.gallery_content p {
    line-height: 1.8;
}

/* -------------------------------------------------------
   3. LOGO SİSTEMİ
------------------------------------------------------- */
.navbar-brand.logo-switch {
    display: inline-flex;
    align-items: center;
    min-height: 62px;
}

.navbar-brand.logo-switch .logo-default,
.navbar-brand.logo-switch .logo-sticky {
    width: auto;
    max-width: 100%;
    height: 54px;
    transition: opacity .2s ease, visibility .2s ease;
}

.navbar-brand.logo-switch .logo-sticky {
    display: none;
}

.header_navbar.sticky .navbar-brand.logo-switch .logo-default {
    display: none;
}

.header_navbar.sticky .navbar-brand.logo-switch .logo-sticky {
    display: inline-block;
}

.footer_about .footer-logo {
    width: auto;
    max-width: 260px;
    height: 56px;
}

/* -------------------------------------------------------
   4. FOOTER
------------------------------------------------------- */
.footer_widget .footer_link {
    min-width: 220px;
}

.footer_link .link a {
    opacity: .9;
}

.footer_link .link a:hover {
    opacity: 1;
}

/* -------------------------------------------------------
   5. WHATSAPP BUTONU (masaüstü)
------------------------------------------------------- */
.floating-whatsapp {
    position: fixed;
    right: 78px;
    bottom: 24px;
    z-index: 9999;
    width: 54px;
    height: 54px;
    border-radius: 10px;
    background: #25D366;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 24px rgba(37, 211, 102, .35);
    font-size: 24px;
    transition: all .25s ease;
}

.floating-whatsapp:hover {
    color: #fff;
    transform: translateY(-3px);
}

/* -------------------------------------------------------
   6. MOBİL YAPIŞKAN BAR
------------------------------------------------------- */
.mobile-sticky-bar {
    display: none;
}

/* -------------------------------------------------------
   7. FORM
------------------------------------------------------- */
.single_form textarea {
    min-height: 140px;
}

/* -------------------------------------------------------
   8. HERO – PUANLAR & BUTONLAR
------------------------------------------------------- */
.hero_points {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 24px 0 28px;
    padding: 0;
    list-style: none;
}

.hero_points li {
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .14);
    border: 1px solid rgba(255, 255, 255, .18);
    font-size: 14px;
    color: #fff;
}

.hero_buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.hero_buttons .main-btn.alt-btn {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, .35);
    line-height: 58px;
}

/* -------------------------------------------------------
   9. HİZMET CTA BUTONU
------------------------------------------------------- */
.service_cta {
    margin-top: 18px;
}

.service_cta .service-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 11px 18px;
    border-radius: 6px;
    background: #0d6efd;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    transition: all .2s ease;
}

.service_cta .service-btn:hover {
    color: #fff;
    transform: translateY(-2px);
}

/* -------------------------------------------------------
   10. LOCAL STRIP (anasayfa bilgi bandı)
------------------------------------------------------- */
.local_strip {
    padding: 22px 0 0;
}

.local_strip_box {
    margin-top: -42px;
    position: relative;
    z-index: 4;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 18px 60px rgba(16, 33, 51, .08);
    padding: 22px 26px;
}

.local_strip_grid {
    display: grid;
    grid-template-columns: 2.1fr 1fr 1fr 1fr;
    gap: 16px;
    align-items: center;
}

.local_strip_item strong {
    display: block;
    font-size: 18px;
    color: #12263a;
}

.local_strip_item span {
    display: block;
    margin-top: 6px;
    color: #5f7083;
    font-size: 14px;
    line-height: 1.6;
}

/* -------------------------------------------------------
   11. HİZMET DETAY KARTLARI (anasayfa)
------------------------------------------------------- */
.service_detail_cards {
    margin-top: 26px;
}

.service_detail_card,
.process_card,
.reference_card,
.faq_item {
    height: 100%;
    background: #fff;
    border: 1px solid #e6edf6;
    border-radius: 18px;
    padding: 26px 24px;
    box-shadow: 0 18px 46px rgba(16, 33, 51, .06);
}

.service_detail_card h5,
.process_card h5,
.reference_card h5 {
    font-size: 22px;
    line-height: 1.35;
    margin-bottom: 14px;
}

.service_detail_card p,
.process_card p,
.reference_card p,
.faq_item p {
    color: #627487;
    line-height: 1.8;
    margin-bottom: 0;
}

.service_detail_card ul {
    margin: 18px 0 0;
    padding-left: 18px;
    color: #627487;
}

.service_detail_card li + li {
    margin-top: 9px;
}

/* -------------------------------------------------------
   12. SÜREÇ BÖLÜMÜ
------------------------------------------------------- */
.process_area {
    background: #f7fbff;
}

.process_card .step_index {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 999px;
    background: #0d6efd;
    color: #fff;
    font-weight: 700;
    margin-bottom: 18px;
}

/* -------------------------------------------------------
   13. REFERANSLAR
------------------------------------------------------- */
.reference_card .service-btn {
    margin-top: 18px;
}

.reference_tag {
    display: inline-block;
    padding: 8px 12px;
    border-radius: 999px;
    background: #eef5ff;
    color: #24527a;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 14px;
}

/* -------------------------------------------------------
   14. SSS (FAQ)
------------------------------------------------------- */
.faq_area {
    background: #fff;
}

.faq_item h5 {
    font-size: 19px;
    line-height: 1.4;
    margin-bottom: 12px;
}

.contact_note {
    margin-top: 18px;
    padding: 16px 18px;
    border-radius: 12px;
    background: #f4f9ff;
    color: #32536d;
    line-height: 1.7;
}

/* -------------------------------------------------------
   15. CTA PANELİ (anasayfa)
------------------------------------------------------- */
.cta_panel {
    margin-top: 40px;
    padding: 30px;
    border-radius: 20px;
    background: linear-gradient(135deg, #10395d, #0d6efd);
    color: #fff;
    box-shadow: 0 25px 70px rgba(13, 110, 253, .18);
}

.cta_panel h4 {
    font-size: 30px;
    line-height: 1.25;
    color: #fff;
    margin-bottom: 12px;
}

.cta_panel p {
    margin: 0;
    max-width: 720px;
    color: rgba(255, 255, 255, .9);
}

.cta_panel_actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 24px;
}

.cta_panel_actions .main-btn.alt-btn {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, .35);
    line-height: 58px;
}

/* -------------------------------------------------------
   16. HİZMET SAYFASI – PAGE HERO
------------------------------------------------------- */
.page_hero {
    padding: 180px 0 110px;
    background: linear-gradient(135deg, #10395d 0%, #1a4c73 55%, #0d6efd 100%);
    color: #fff;
}

.page_hero .crumb {
    display: inline-block;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .16);
    font-size: 13px;
    margin-bottom: 18px;
    color: rgba(255, 255, 255, .85);
}

.page_hero h1 {
    font-size: 48px;
    line-height: 1.16;
    color: #fff;
    max-width: 760px;
}

.page_hero p {
    max-width: 760px;
    margin-top: 20px;
    color: rgba(255, 255, 255, .88);
    font-size: 18px;
    line-height: 1.8;
}

.page_hero_actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 28px;
}

.page_hero_actions .main-btn.alt-btn {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, .35);
    line-height: 58px;
}

/* -------------------------------------------------------
   17. HİZMET SAYFASI – INFO STRIP
------------------------------------------------------- */
.info_strip {
    padding: 22px 0 0;
}

.info_strip_box {
    margin-top: -42px;
    position: relative;
    z-index: 4;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 18px 60px rgba(16, 33, 51, .08);
    padding: 24px 26px;
}

.info_strip_grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr 1fr 1fr;
    gap: 16px;
}

.info_strip_item strong {
    display: block;
    font-size: 18px;
    color: #12263a;
}

.info_strip_item span {
    display: block;
    margin-top: 6px;
    color: #5f7083;
    line-height: 1.7;
    font-size: 14px;
}

/* -------------------------------------------------------
   18. HİZMET SAYFASI – İÇERİK BLOKLARI
------------------------------------------------------- */
.content_block {
    padding: 120px 0 60px;
}

.content_card,
.cta_box,
.faq_card,
.related_card {
    height: 100%;
    background: #fff;
    border: 1px solid #e6edf6;
    border-radius: 18px;
    padding: 30px 28px;
    box-shadow: 0 18px 46px rgba(16, 33, 51, .06);
}

.content_card h3,
.cta_box h3 {
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 16px;
}

.content_card p,
.cta_box p,
.related_card p,
.faq_card p {
    margin: 0;
    color: #627487;
    line-height: 1.8;
}

.bullet_card ul,
.use_case_list ul,
.proof_list ul {
    margin: 0;
    padding-left: 18px;
    color: #627487;
    line-height: 1.85;
}

.bullet_card li + li,
.use_case_list li + li,
.proof_list li + li {
    margin-top: 8px;
}

.detail_item {
    margin-top: 30px;
    background: #f7fbff;
    border: 1px solid #e4eef9;
    border-radius: 18px;
    padding: 24px;
    height: 100%;
}

.detail_item h4 {
    font-size: 22px;
    line-height: 1.35;
    margin-bottom: 14px;
}

.detail_item p {
    margin: 0;
    color: #627487;
    line-height: 1.8;
}

/* -------------------------------------------------------
   19. HİZMET SAYFASI – YIĞIN ALAN (stack area)
------------------------------------------------------- */
.stack_area {
    padding-bottom: 60px;
}

.mini_card {
    height: 100%;
    background: #fff;
    border: 1px solid #e6edf6;
    border-radius: 18px;
    padding: 24px;
    box-shadow: 0 18px 46px rgba(16, 33, 51, .06);
}

.mini_card h4 {
    font-size: 22px;
    line-height: 1.35;
    margin-bottom: 14px;
}

.mini_card p {
    margin: 0;
    color: #627487;
    line-height: 1.8;
}

.proof_list ul {
    margin-top: 18px;
}

/* -------------------------------------------------------
   20. HİZMET SAYFASI – CTA BANT
------------------------------------------------------- */
.cta_band {
    padding: 60px 0 120px;
}

.cta_box {
    background: linear-gradient(135deg, #10395d, #0d6efd);
    color: #fff;
    box-shadow: 0 25px 70px rgba(13, 110, 253, .18);
}

.cta_box h3,
.cta_box p {
    color: #fff;
}

.cta_actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 24px;
}

.cta_actions .main-btn.alt-btn {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, .35);
    line-height: 58px;
}

/* -------------------------------------------------------
   21. HİZMET SAYFASI – FAQ KARTI
------------------------------------------------------- */
.faq_area {
    padding: 0 0 120px;
}

.faq_card h5 {
    font-size: 18px;
    line-height: 1.45;
    margin-bottom: 10px;
}

/* -------------------------------------------------------
   22. HİZMET SAYFASI – İLGİLİ HİZMETLER
------------------------------------------------------- */
.related_services {
    padding: 0 0 130px;
}

.related_card h5 {
    font-size: 22px;
    line-height: 1.35;
    margin-bottom: 14px;
}

.related_card .service-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 11px 18px;
    border-radius: 6px;
    background: #0d6efd;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    transition: all .2s ease;
    margin-top: 18px;
}

.related_card .service-btn:hover {
    color: #fff;
    transform: translateY(-2px);
}

/* =============================================================
   RESPONSIVE BREAKPOINTS
   ============================================================= */

/* Tablet */
@media (max-width: 991px) {
    .navbar-brand.logo-switch .logo-default,
    .navbar-brand.logo-switch .logo-sticky {
        height: 48px;
    }

    .footer_about .footer-logo {
        height: 52px;
    }

    /* anasayfa */
    .local_strip_box {
        margin-top: 20px;
    }

    .local_strip_grid {
        grid-template-columns: 1fr 1fr;
    }

    .hero_buttons {
        flex-direction: column;
        align-items: flex-start;
    }

    .cta_panel {
        padding: 24px;
    }

    /* hizmet sayfası */
    .page_hero {
        padding: 160px 0 90px;
    }

    .page_hero h1 {
        font-size: 40px;
    }

    .info_strip_box {
        margin-top: 20px;
    }

    .info_strip_grid {
        grid-template-columns: 1fr 1fr;
    }

    .page_hero_actions {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* Mobil */
@media (max-width: 767px) {
    /* logo */
    .navbar-brand.logo-switch .logo-default,
    .navbar-brand.logo-switch .logo-sticky {
        height: 42px;
    }

    .footer_about .footer-logo {
        height: 46px;
        max-width: 220px;
    }

    /* anasayfa hero */
    .slider_content .slider_title {
        font-size: 34px;
        line-height: 1.2;
    }

    .hero_points li {
        font-size: 13px;
    }

    /* local strip */
    .local_strip_grid {
        grid-template-columns: 1fr;
    }

    /* kartlar */
    .service_detail_card,
    .process_card,
    .reference_card,
    .faq_item {
        padding: 22px 18px;
    }

    /* cta panel */
    .cta_panel h4 {
        font-size: 24px;
    }

    /* hizmet sayfası */
    .page_hero h1 {
        font-size: 32px;
    }

    .content_card,
    .cta_box,
    .faq_card,
    .related_card,
    .mini_card {
        padding: 24px 18px;
    }

    .info_strip_grid {
        grid-template-columns: 1fr;
    }

    /* yapışkan bar */
    .floating-whatsapp {
        display: none;
    }

    .mobile-sticky-bar {
        position: fixed;
        left: 12px;
        right: 12px;
        bottom: 12px;
        z-index: 9998;
        display: flex;
        gap: 12px;
    }

    .mobile-sticky-bar a {
        flex: 1;
        text-align: center;
        padding: 14px 12px;
        border-radius: 14px;
        font-weight: 700;
        color: #fff;
        box-shadow: 0 18px 30px rgba(16, 33, 51, .18);
    }

    .mobile-sticky-bar .call-btn {
        background: #10395d;
    }

    .mobile-sticky-bar .wa-btn {
        background: #25D366;
    }
}

/* =============================================================
   2026 ARAYÜZ TOPARLAMA KATI
   Karmaşayı azaltır, hazır tema hissini kırar.
   ============================================================= */

:root {
    --km-bg: #f5f3ef;
    --km-surface: #ffffff;
    --km-surface-soft: #f8f6f2;
    --km-dark: #141b22;
    --km-dark-2: #1d2935;
    --km-text: #243241;
    --km-text-soft: #627081;
    --km-line: #e7e2da;
    --km-line-strong: #d6cec1;
    --km-accent: #b8833b;
    --km-accent-dark: #9f6f2e;
    --km-shadow-soft: 0 14px 34px rgba(20, 27, 34, .05);
    --km-shadow-lift: 0 20px 50px rgba(20, 27, 34, .08);
    --km-radius-lg: 22px;
    --km-radius-md: 16px;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: Inter, "Segoe UI", Roboto, Arial, sans-serif;
    background: var(--km-bg);
    color: var(--km-text);
}

p,
li,
span,
a,
button,
input,
textarea {
    font-family: inherit;
}

p {
    color: var(--km-text-soft);
    line-height: 1.82;
}

h1, h2, h3, h4, h5, h6,
.slider_content .slider_title,
.section_title .title,
.content_card h3,
.cta_box h3 {
    color: var(--km-dark);
    letter-spacing: -.03em;
    font-weight: 800;
}

img {
    display: block;
}

.section_kicker,
.hero_kicker,
.about_badge,
.page_hero .crumb {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.section_kicker,
.about_badge {
    color: var(--km-accent-dark);
}

.section_kicker.light {
    color: rgba(255,255,255,.78);
}

.section_title .title {
    font-size: 44px;
    line-height: 1.14;
}

.section_intro {
    margin: 0;
    color: var(--km-text-soft);
    font-size: 16px;
}

.main-btn {
    height: 54px;
    line-height: 54px;
    padding: 0 26px;
    border-radius: 12px;
    background: var(--km-accent);
    color: #fff;
    border: 1px solid var(--km-accent);
    font-size: 14px;
    letter-spacing: .01em;
    box-shadow: none;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.main-btn:hover {
    background: var(--km-accent-dark);
    border-color: var(--km-accent-dark);
    color: #fff;
    transform: translateY(-1px);
}

.main-btn.alt-btn,
.dark-outline {
    background: transparent;
    color: var(--km-dark);
    border-color: rgba(20, 27, 34, .18);
}

.main-btn.alt-btn:hover,
.dark-outline:hover {
    background: rgba(20, 27, 34, .05);
    border-color: rgba(20, 27, 34, .26);
    color: var(--km-dark);
}

.header_navbar {
    padding: 14px 0;
    background: rgba(20, 27, 34, .18);
    backdrop-filter: blur(10px);
    transition: background-color .2s ease, box-shadow .2s ease, padding .2s ease;
}

.header_navbar.sticky {
    background: rgba(255,255,255,.96);
    box-shadow: 0 8px 26px rgba(20, 27, 34, .08);
    padding: 10px 0;
}

.header_navbar .navbar {
    padding: 0;
}

.navbar-brand.logo-switch {
    min-height: 58px;
}

.navbar-brand.logo-switch .logo-default,
.navbar-brand.logo-switch .logo-sticky {
    height: 50px;
}

.header_navbar .navbar-nav .nav-item {
    margin-left: 8px;
}

.header_navbar .navbar-nav .nav-item a {
    font-size: 14px;
    font-weight: 700;
    color: rgba(255,255,255,.88);
    letter-spacing: .02em;
}

.header_navbar.sticky .navbar-nav .nav-item a {
    color: var(--km-dark);
}

.header_navbar .navbar-nav .nav-item.active a,
.header_navbar .navbar-nav .nav-item a:hover {
    color: var(--km-accent);
}

.header_navbar .navbar-toggler .toggler-icon {
    background-color: #fff;
}

.header_navbar.sticky .navbar-toggler .toggler-icon {
    background-color: var(--km-dark);
}

.single_slider {
    min-height: 92vh;
}
.single_slider_media {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.single_slider_media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.single_slider > .container,
.single_slider .row,
.single_slider .col-lg-8,
.single_slider .col-md-10,
.single_slider .slider_content {
    position: relative;
    z-index: 1;
}


.single_slider::before {
    background: linear-gradient(90deg, rgba(20, 27, 34, .88) 0%, rgba(20, 27, 34, .66) 45%, rgba(20, 27, 34, .38) 100%);
}

.slider_content {
    max-width: 760px;
}

.hero_kicker {
    color: rgba(255,255,255,.82);
    margin-bottom: 22px;
}

.slider_content .slider_title {
    color: #fff;
    font-size: 64px;
    line-height: 1.04;
    max-width: 760px;
    margin-bottom: 22px;
}

.slider_content p.hero_intro,
.slider_content p {
    max-width: 680px;
    font-size: 17px;
    color: rgba(255,255,255,.82);
    line-height: 1.86;
}

.hero_points {
    gap: 10px;
    margin: 30px 0 32px;
}

.hero_points li,
.hero_points_service li {
    padding: 10px 14px;
    border-radius: 12px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.14);
    font-size: 13px;
    color: rgba(255,255,255,.92);
}

.hero_buttons {
    gap: 14px;
}

.hero_buttons .main-btn.alt-btn,
.page_hero_actions .main-btn.alt-btn,
.cta_panel_actions .main-btn.alt-btn,
.cta_actions .main-btn.alt-btn {
    background: rgba(255,255,255,.06);
    color: #fff;
    border-color: rgba(255,255,255,.18);
    line-height: 54px;
}

.hero_buttons .main-btn.alt-btn:hover,
.page_hero_actions .main-btn.alt-btn:hover,
.cta_panel_actions .main-btn.alt-btn:hover,
.cta_actions .main-btn.alt-btn:hover {
    background: rgba(255,255,255,.12);
    color: #fff;
}

.local_strip {
    padding: 0 0 24px;
}

.local_strip_box,
.info_strip_box {
    margin-top: -48px;
    position: relative;
    z-index: 5;
    background: rgba(255,255,255,.96);
    border: 1px solid rgba(214, 206, 193, .9);
    border-radius: var(--km-radius-lg);
    box-shadow: var(--km-shadow-lift);
    padding: 28px 30px;
}

.local_strip_intro {
    max-width: 860px;
    margin-bottom: 22px;
}

.local_strip_intro strong {
    display: block;
    font-size: 24px;
    line-height: 1.28;
    color: var(--km-dark);
}

.local_strip_intro span {
    display: block;
    margin-top: 10px;
    color: var(--km-text-soft);
}

.local_strip_grid,
.info_strip_grid.compact-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.local_strip_item,
.info_strip_item {
    background: var(--km-surface-soft);
    border: 1px solid var(--km-line);
    border-radius: 14px;
    padding: 16px 18px;
}

.info_strip_item.wide {
    grid-column: span 2;
}

.local_strip_item strong,
.info_strip_item strong {
    display: block;
    font-size: 16px;
    line-height: 1.45;
    color: var(--km-dark);
}

.local_strip_item span,
.info_strip_item span {
    display: block;
    margin-top: 6px;
    color: var(--km-text-soft);
    font-size: 14px;
    line-height: 1.65;
}

.features_area,
.service_detail_area,
.faq_area,
.related_services {
    background: var(--km-bg);
}

.features_area .single_features {
    height: 100%;
    background: var(--km-surface);
    border: 1px solid var(--km-line);
    border-radius: var(--km-radius-md);
    padding: 28px 24px;
    box-shadow: var(--km-shadow-soft);
}

.feature_number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: rgba(184, 131, 59, .1);
    color: var(--km-accent-dark);
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 18px;
}

.features_title a,
.gallery_title a,
.reference_card h5,
.process_card h5,
.service_detail_card h5,
.related_card h5,
.content_card h3,
.cta_box h3,
.detail_item h4,
.mini_card h4,
.faq_item h5,
.faq_card h5 {
    color: var(--km-dark);
}

.features_desc {
    margin: 0;
    color: var(--km-text-soft);
}

.about_area {
    background: var(--km-surface);
}

.about_bg {
    display: none !important;
}

.about_image {
    border-radius: 26px;
    overflow: hidden;
    box-shadow: var(--km-shadow-lift);
}

.about_image img {
    width: 100%;
    min-height: 460px;
    object-fit: cover;
    filter: saturate(.86) contrast(1.02);
}

.about_content {
    padding-left: 18px;
}

.about_badge {
    margin-bottom: 18px;
}

.about_content .main_title {
    font-size: 46px;
    line-height: 1.1;
    margin-bottom: 18px;
}

.about_points {
    margin: 24px 0 30px;
    padding: 0;
    list-style: none;
}

.about_points li {
    position: relative;
    padding-left: 26px;
    color: var(--km-text);
    font-weight: 500;
}

.about_points li + li {
    margin-top: 12px;
}

.about_points li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: var(--km-accent);
}

.services_area {
    background: var(--km-surface);
}

.single_services,
.service_detail_card,
.process_card,
.reference_card,
.contact_info,
.contact_form,
.content_card,
.detail_item,
.mini_card,
.related_card,
.faq_card {
    background: var(--km-surface);
    border: 1px solid var(--km-line);
    border-radius: var(--km-radius-md);
    box-shadow: var(--km-shadow-soft);
}

.single_services,
.contact_info,
.contact_form,
.single_features,
.single_galley,
.service_detail_card,
.process_card,
.reference_card,
.related_card,
.content_card,
.mini_card,
.detail_item,
.faq_card {
    box-shadow: var(--km-shadow-soft);
}

.single_services {
    height: 100%;
    overflow: visible;
}

.single_services .services_icon {
    margin-bottom: 18px;
}

.single_services .services_icon i {
    width: 54px;
    height: 54px;
    line-height: 54px;
    border-radius: 14px;
    background: rgba(184, 131, 59, .1);
    color: var(--km-accent-dark);
    font-size: 22px;
}

.single_services .services_content {
    padding: 0 26px 28px;
}

.single_services .services_content .title {
    font-size: 24px;
    margin-bottom: 12px;
}

.service_cta .service-btn,
.related_card .service-btn,
.reference_card .service-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 10px 18px;
    border-radius: 12px;
    background: var(--km-dark);
    border: 1px solid var(--km-dark);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    transition: background-color .2s ease, border-color .2s ease, transform .2s ease;
}

.service_cta .service-btn:hover,
.related_card .service-btn:hover,
.reference_card .service-btn:hover {
    background: var(--km-accent-dark);
    border-color: var(--km-accent-dark);
    transform: translateY(-1px);
}

.service_detail_cards {
    margin-top: 10px;
}

.service_detail_card,
.reference_card,
.related_card,
.process_card,
.detail_item,
.mini_card,
.content_card,
.faq_card {
    padding: 28px 24px;
}

.service_detail_card ul,
.bullet_card ul,
.use_case_list ul,
.proof_list ul {
    color: var(--km-text-soft);
}

.process_area {
    background: var(--km-surface);
}

.process_card {
    height: 100%;
    background: var(--km-surface-soft);
}

.process_card .step_index {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: rgba(184, 131, 59, .14);
    color: var(--km-accent-dark);
    margin-bottom: 16px;
}

.gallery_area {
    background: linear-gradient(180deg, #181f27 0%, #10161c 100%);
}

.gallery_area .section_title .title,
.gallery_area .gallery_title a,
.gallery_area .galley_content p span {
    color: #fff;
}

.gallery_area .section_title p,
.gallery_area .section_title .section_kicker {
    color: rgba(255,255,255,.72);
}

.single_galley {
    border-radius: 22px;
    border: 1px solid rgba(255,255,255,.09);
    background: rgba(255,255,255,.02);
    box-shadow: none;
}

.single_galley .galley_image {
    border-radius: 0;
    min-height: 290px;
}

.single_galley .galley_image img {
    width: 100%;
    height: 290px;
    object-fit: cover;
    filter: saturate(.82) contrast(1.04) brightness(.8);
}

.single_galley .galley_image::before,
.single_galley:hover .galley_image::before {
    background: linear-gradient(180deg, rgba(20,27,34,0) 0%, rgba(20,27,34,.22) 100%);
    opacity: 1;
}

.single_galley .galley_content,
.single_galley:hover .galley_content {
    position: static;
    transform: none;
    opacity: 1;
    visibility: visible;
    padding: 22px 24px 24px;
}

.single_galley .galley_content::before,
.single_galley:hover .galley_content::before {
    display: none;
}

.single_galley .galley_content p {
    margin-bottom: 0;
}

.single_galley.border_radius_1,
.single_galley.border_radius_2,
.single_galley.border_radius_3,
.single_galley.border_radius_4 {
    border-radius: 22px;
}

.references_area {
    background: var(--km-surface);
}

.reference_card {
    height: 100%;
    background: var(--km-surface-soft);
}

.reference_tag {
    padding: 7px 11px;
    border-radius: 999px;
    background: rgba(184, 131, 59, .1);
    color: var(--km-accent-dark);
    font-size: 12px;
    letter-spacing: .02em;
}

.faq_area {
    background: var(--km-bg);
}

.faq_list {
    display: grid;
    gap: 12px;
}

.faq_row {
    border: 1px solid var(--km-line);
    border-radius: 16px;
    background: var(--km-surface);
    overflow: hidden;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.faq_row.is-open {
    border-color: rgba(184, 131, 59, .45);
    box-shadow: var(--km-shadow-soft);
}

.faq_question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 22px 24px;
    background: none;
    border: 0;
    color: var(--km-dark);
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    cursor: pointer;
}

.faq_question i {
    flex: 0 0 auto;
    color: var(--km-accent-dark);
    font-size: 16px;
}

.faq_answer {
    display: none;
    padding: 0 24px 22px;
}

.faq_answer p {
    margin: 0;
}

.faq_item {
    border-radius: 16px;
    box-shadow: none;
}

.cta_panel,
.cta_box {
    background: linear-gradient(135deg, #1a232d 0%, #111820 100%);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 24px;
    color: #fff;
    box-shadow: 0 28px 60px rgba(17, 24, 32, .22);
}

.cta_panel {
    padding: 34px;
}

.cta_box {
    padding: 34px 32px;
}

.cta_panel h4,
.cta_box h3 {
    color: #fff;
    font-size: 34px;
    line-height: 1.15;
    margin: 10px 0 14px;
}

.cta_panel p,
.cta_box p {
    color: rgba(255,255,255,.8);
    max-width: 760px;
}

.contact_area {
    background: var(--km-surface);
}

.contact_form,
.contact_info {
    padding: 32px 30px;
}

.contact_form .single_form textarea,
.contact_form .single_form input {
    height: 56px;
    border-radius: 12px;
    border: 1px solid var(--km-line);
    background: var(--km-surface-soft);
    color: var(--km-dark);
    padding: 0 18px;
}

.contact_form .single_form textarea {
    height: 150px;
    padding-top: 16px;
}

.contact_form .single_form textarea:focus,
.contact_form .single_form input:focus {
    border-color: rgba(184, 131, 59, .5);
}

.contact_note {
    background: rgba(184, 131, 59, .08);
    border: 1px solid rgba(184, 131, 59, .16);
    color: var(--km-text);
    border-radius: 14px;
}

.contact_info .single_info {
    padding: 14px 0;
    border-top: 1px solid var(--km-line);
}

.contact_info .single_info:first-of-type {
    margin-top: 10px;
}

.contact_info .info_icon {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    background: rgba(184, 131, 59, .1);
    color: var(--km-accent-dark);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
}

.footer_area {
    background-color: #0f151b;
}

.footer_area::before {
    background: rgba(15,21,27,.88);
}

.footer_about p,
.footer_link .link a,
.footer_copyright p {
    color: rgba(255,255,255,.76);
}

.footer_title {
    color: #fff;
}

.footer_link .link a:hover {
    color: var(--km-accent);
}

.floating-whatsapp {
    right: 22px;
    bottom: 22px;
    width: 52px;
    height: 52px;
    border-radius: 16px;
    background: #1f9f51;
    box-shadow: 0 14px 28px rgba(31, 159, 81, .24);
}

.back-to-top {
    right: 22px;
    bottom: 88px;
    width: 46px;
    height: 46px;
    line-height: 46px;
    border-radius: 14px;
    background: var(--km-dark);
    color: #fff;
}

.back-to-top:hover {
    background: var(--km-accent-dark);
    color: #fff;
}

.page_hero {
    padding: 170px 0 96px;
    background: linear-gradient(180deg, #151d25 0%, #0f151b 100%);
}

.page_hero .crumb {
    color: rgba(255,255,255,.7);
    background: rgba(255,255,255,.07);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 999px;
    padding: 9px 14px;
    margin-bottom: 18px;
}

.page_hero h1 {
    color: #fff;
    font-size: 54px;
    line-height: 1.06;
    max-width: 840px;
}

.page_hero p {
    color: rgba(255,255,255,.78);
    font-size: 17px;
    max-width: 760px;
}

.hero_points_service {
    margin: 26px 0 0;
}

.info_strip {
    padding: 0 0 28px;
}

.content_block {
    padding: 92px 0 52px;
    background: var(--km-surface);
}

.content_card,
.cta_box,
.faq_card,
.related_card,
.mini_card {
    box-shadow: var(--km-shadow-soft);
    border-color: var(--km-line);
}

.content_card p,
.cta_box p,
.related_card p,
.faq_card p,
.detail_item p,
.mini_card p,
.related_card p {
    color: var(--km-text-soft);
}

.detail_item {
    margin-top: 26px;
    background: var(--km-surface-soft);
}

.stack_area {
    padding-bottom: 56px;
    background: var(--km-surface);
}

.proof_list ul {
    margin-top: 18px;
}

.cta_band {
    padding: 56px 0 96px;
    background: var(--km-surface);
}

.related_services {
    padding: 0 0 110px;
}

.faq_service_area {
    padding: 0 0 90px;
}

@media (max-width: 1199px) {
    .slider_content .slider_title,
    .page_hero h1,
    .about_content .main_title,
    .section_title .title {
        font-size: 40px;
    }

    .local_strip_grid,
    .info_strip_grid.compact-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .info_strip_item.wide {
        grid-column: span 2;
    }
}

@media (max-width: 991px) {
    .header_navbar {
        background: rgba(20, 27, 34, .92);
    }

    .header_navbar .sub-menu-bar {
        margin-top: 14px;
        background: rgba(20, 27, 34, .97);
        border: 1px solid rgba(255,255,255,.06);
        border-radius: 16px;
        padding: 10px 14px;
    }

    .header_navbar.sticky .sub-menu-bar {
        background: #fff;
        border-color: var(--km-line);
    }

    .header_navbar .navbar-nav .nav-item,
    .header_navbar .navbar-nav .nav-item a {
        margin-left: 0;
        color: #fff;
    }

    .header_navbar.sticky .navbar-nav .nav-item a {
        color: var(--km-dark);
    }

    .single_slider {
        min-height: 84vh;
    }

    .slider_content .slider_title,
    .page_hero h1,
    .about_content .main_title,
    .section_title .title {
        font-size: 34px;
    }

    .local_strip_box,
    .info_strip_box {
        margin-top: -26px;
        padding: 24px 22px;
    }

    .about_content {
        padding-left: 0;
    }

    .contact_form,
    .contact_info,
    .cta_panel,
    .cta_box {
        padding: 28px 24px;
    }
}

@media (max-width: 767px) {
    .navbar-brand.logo-switch .logo-default,
    .navbar-brand.logo-switch .logo-sticky {
        height: 42px;
    }

    .single_slider {
        min-height: auto;
        padding: 132px 0 86px;
    }

    .slider_content .slider_title,
    .page_hero h1,
    .about_content .main_title,
    .section_title .title {
        font-size: 30px;
        line-height: 1.12;
    }

    .slider_content p.hero_intro,
    .slider_content p,
    .page_hero p,
    .section_intro {
        font-size: 15px;
    }

    .hero_points,
    .hero_buttons,
    .page_hero_actions,
    .cta_panel_actions,
    .cta_actions {
        flex-direction: column;
        align-items: stretch;
    }

    .main-btn,
    .hero_buttons .main-btn.alt-btn,
    .page_hero_actions .main-btn.alt-btn,
    .cta_panel_actions .main-btn.alt-btn,
    .cta_actions .main-btn.alt-btn {
        width: 100%;
        text-align: center;
        padding: 0 20px;
    }

    .local_strip_grid,
    .info_strip_grid.compact-grid {
        grid-template-columns: 1fr;
    }

    .info_strip_item.wide {
        grid-column: auto;
    }

    .local_strip_intro strong {
        font-size: 21px;
    }

    .about_image img,
    .single_galley .galley_image,
    .single_galley .galley_image img {
        min-height: 240px;
        height: 240px;
    }

    .single_services .services_content,
    .service_detail_card,
    .process_card,
    .reference_card,
    .faq_card,
    .related_card,
    .content_card,
    .detail_item,
    .mini_card {
        padding: 22px 18px;
    }

    .faq_question {
        font-size: 16px;
        padding: 18px 18px;
    }

    .faq_answer {
        padding: 0 18px 18px;
    }

    .floating-whatsapp {
        display: none;
    }

    .back-to-top {
        display: none !important;
    }

    .mobile-sticky-bar {
        position: fixed;
        left: 10px;
        right: 10px;
        bottom: 10px;
        z-index: 9998;
        display: flex;
        gap: 10px;
    }

    .mobile-sticky-bar a {
        flex: 1;
        text-align: center;
        padding: 13px 12px;
        border-radius: 14px;
        font-weight: 700;
        color: #fff;
        box-shadow: 0 14px 28px rgba(20, 27, 34, .16);
    }

    .mobile-sticky-bar .call-btn {
        background: var(--km-dark);
    }

    .mobile-sticky-bar .wa-btn {
        background: #1f9f51;
    }
}
