/**
 * LTS Ses Işık marka rengi ve logo boyutları.
 */
:root {
    --primary-color-1: #fa8322;
    --primary-color-2: #fa8322;
    --brand-primary: #fa8322;
    --brand-primary-dark: #d96d12;
    --brand-primary-light: #fff3e8;
    --brand-hero-bg: #111111;
    --brand-hero-bg-end: #1a1008;
    --brand-btn-hover: #d96d12;
    --brand-btn-hover-deep: #b85a0e;
    --brand-header-bg: #111111;
    --color-1: #111111;
    --color-3: #d96d12;
}

.header__area-menubar-left-logo img,
.header__area.two .header__area-menubar-left-logo img,
.responsive__menu .logo-wrapper img,
.header__area-menubar-right-sidebar-popup-logo img {
    max-height: 68px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.loader-container {
    border-top-color: var(--brand-primary) !important;
}

.subtitle-one,
.subtitle-three {
    background: var(--brand-primary-light) !important;
}

.subtitle-two {
    background: var(--brand-primary-light) !important;
    color: var(--brand-primary) !important;
}

.subtitle-two::before {
    background-color: var(--brand-primary) !important;
}

.scroll-up.style-two svg path {
    stroke: var(--brand-primary);
}

/* Anasayfa slider — koyu arka plan, logo ile uyumlu */
.banner__two {
    background-color: var(--brand-hero-bg);
    background-image: linear-gradient(
        125deg,
        var(--brand-hero-bg) 0%,
        var(--brand-hero-bg-end) 48%,
        var(--brand-hero-bg) 100%
    );
}

.banner__two-content .btn-two {
    background: var(--brand-primary);
    border-color: rgba(255, 255, 255, 0.35);
}

.banner__two-content .btn-two::before {
    background-color: var(--brand-btn-hover);
}

.banner__two-content .btn-two:hover {
    border-color: var(--brand-btn-hover);
}

/* Tüm birincil butonlar — hover turuncu tonları */
.btn-one::before,
.btn-two::before,
.btn-three::before,
.btn-four::before {
    background-color: var(--brand-btn-hover);
}

.btn-one:hover,
.btn-two:hover,
.btn-three:hover,
.btn-four:hover {
    color: var(--white);
}

.btn-one:hover::before,
.btn-two:hover::before,
.btn-three:hover::before,
.btn-four:hover::before {
    background-color: var(--brand-btn-hover-deep);
}

.header__area.two .header__area-menubar-right-box .btn-two::before {
    background-color: var(--brand-btn-hover);
}

.header__area.two .header__area-menubar-right-box .btn-two:hover::before {
    background-color: var(--brand-btn-hover-deep);
}

.project__two-single-card-link {
    display: block;
    height: 100%;
    position: relative;
    color: inherit;
    text-decoration: none;
}

.project__two-single-card-link:hover {
    color: inherit;
}

/* Yan menü (sidebar) — beyaz arka plan */
.header__area-menubar-right-sidebar-popup {
    background: #fff !important;
}

.header__area-menubar-right-sidebar-popup p,
.header__area-menubar-right-sidebar-popup-contact-item-content span {
    color: #5f6368;
}

.header__area-menubar-right-sidebar-popup-contact h4 {
    color: #1a1a1a;
}

.header__area-menubar-right-sidebar-popup-contact-item-content h6,
.header__area-menubar-right-sidebar-popup-contact-item-content h6 a {
    color: #1a1a1a;
}

.header__area-menubar-right-sidebar-popup-contact-item-content h6 a:hover {
    color: var(--brand-primary);
}

.header__area-menubar-right-sidebar-popup-contact {
    border-color: #e8e8e8;
}

.header__area-menubar-right-sidebar-popup-social ul li a i {
    color: #fff;
    background: var(--brand-primary);
    border-color: var(--brand-primary);
}

.header__area-menubar-right-sidebar-popup-social ul li a i:hover {
    background: var(--brand-primary-dark);
    border-color: var(--brand-primary-dark);
}

/* İç sayfalar: top bar ve header tam genişlik, logo/menü container içinde */
.header__area.inner {
    padding-left: 0;
    padding-right: 0;
}

.header__area.inner .header__top-bar {
    background: var(--brand-header-bg);
    width: 100%;
}

.header__area.inner .top__bar-wrapper {
    background: transparent;
    padding: 8px 0;
}

.header__area.inner .top__bar-left {
    flex-wrap: nowrap;
    gap: 0 12px;
}

.header__area.inner .top__bar-left a {
    font-size: 11px;
    font-weight: 400;
    line-height: 1.2;
    margin-right: 0;
    white-space: nowrap;
}

.header__area.inner .top__bar-left a i {
    font-size: 10px;
    margin-right: 4px;
}

.header__area.inner .top__bar-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
    gap: 0;
    line-height: 1;
}

.header__area.inner .top__bar-right > a {
    font-size: 12px;
    font-weight: 400;
    margin-right: 10px;
}

.header__area.inner .top__bar-right > a:last-of-type {
    margin-right: 0;
}

.header__area.inner .top__bar-right .lang-switch {
    margin-left: 12px;
}

/* Dil seçici — beyaz metin, hover turuncu */
.header__area.two .header__area-menubar-right-box .lang-switch a,
.header__area.inner .top__bar-right .lang-switch a {
    font-size: 11px;
    font-weight: 600;
    color: var(--white) !important;
    opacity: 1;
    padding: 0.2rem 0.4rem;
    border-radius: 4px;
    text-decoration: none;
    transition: color 0.2s ease;
}

.header__area.two .header__area-menubar-right-box .lang-switch a {
    font-size: 13px;
    padding: 0.35rem 0.55rem;
}

.header__area.two .header__area-menubar-right-box .lang-switch a:hover,
.header__area.inner .top__bar-right .lang-switch a:hover {
    color: var(--brand-primary) !important;
}

.header__area.two .header__area-menubar-right-box .lang-switch a.active,
.header__area.inner .top__bar-right .lang-switch a.active {
    color: var(--white) !important;
    background: rgba(255, 255, 255, 0.15);
}

.header__area.two .header__area-menubar-right-box .lang-switch a.active:hover,
.header__area.inner .top__bar-right .lang-switch a.active:hover {
    color: var(--brand-primary) !important;
}

.header__area.inner .top__bar-right .lang-switch .text-muted,
.header__area.two .header__area-menubar-right-box .lang-switch .text-muted {
    color: rgba(255, 255, 255, 0.55) !important;
    font-size: 11px;
}

.header__area.two .header__area-menubar-right-box .lang-switch .text-muted {
    font-size: 13px;
}

@media (min-width: 992px) {
    .header__area.inner .top__bar-right {
        text-align: right;
    }
}

@media (max-width: 991px) {
    .header__area.inner .top__bar-left {
        justify-content: center;
        margin-bottom: 6px;
    }

    .header__area.inner .top__bar-right {
        justify-content: center;
        text-align: center;
    }
}

/* topbar mobil kuralları brand.css mobil bölümünde (display:none) */

@media (max-width: 767px) {
    .header__area.inner .top__bar-left {
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 4px;
    }

    .header__area.inner .top__bar-left a {
        font-size: 10px;
    }
}

.header__area.inner .header__main-bar {
    background: var(--brand-header-bg);
    width: 100%;
}

.header__area.inner .header__area-menubar {
    background: transparent;
    border-radius: 0;
}

.header__area.inner .header__area-menubar-center-menu ul li a {
    color: var(--white);
}

.header__area.inner .header__area-menubar-center-menu ul li:hover > a {
    color: var(--brand-primary);
}

.header__area.inner .header__area-menubar-right-box-search .search span,
.header__area.inner .header__area-menubar-right-box-sidebar-popup-icon i,
.header__area.inner .responsive-menu_popup-icon {
    color: var(--white);
}

.header__area.inner .header__sticky.header__sticky-sticky-menu,
.header__area.inner .header__sticky.header__sticky-sticky-menu .header__main-bar {
    background: var(--brand-header-bg) !important;
}

/* Anasayfa + iç sayfa — kaydırınca sticky header siyah */
.header__area.two.header__sticky-sticky-menu,
.header__area.two .header__area-menubar.header__sticky-sticky-menu,
.header__sticky.header__sticky-sticky-menu.header__area.two {
    background: var(--brand-header-bg) !important;
}

.header__area.inner .header__sticky.header__sticky-sticky-menu .header__area-menubar {
    background: transparent !important;
    box-shadow: none !important;
}

/* Anasayfa: dil seçici ↔ Teklif Al boşluğu, kompakt buton */
.header__area.two .header__area-menubar-right-box .lang-switch {
    margin-left: 0;
    margin-right: 1.25rem;
}

.header__area.two .header__area-menubar-right-box .btn-two {
    padding: 11px 22px;
    font-size: 13px;
    line-height: 1.35;
}

/* İç sayfalar: menü çubuğundaki Teklif Al */
.header__area.inner .header__area-menubar-right-box .btn-one {
    padding: 11px 22px;
    font-size: 13px;
    line-height: 1.35;
}

@media (max-width: 1399px) {
    .header__area.inner .header__area-menubar-right-box-btn {
        display: flex !important;
        align-items: center;
    }

    .header__area.inner .header__area-menubar-right-box-btn .btn-one {
        padding: 9px 16px;
        font-size: 12px;
    }
}

/* Form spam koruması — matematik captcha */
.form-antispam-captcha__label {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 14px;
    font-weight: 600;
    color: var(--color-1, #1a1a1a);
}

.form-antispam-captcha__row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem;
}

.form-antispam-captcha__question {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 5.5rem;
    padding: 0.55rem 0.85rem;
    border-radius: 8px;
    background: var(--brand-primary-light, #fff3e8);
    color: var(--brand-primary, #fa8322);
    font-weight: 700;
    font-size: 1.05rem;
}

.form-antispam-captcha__input {
    width: 7rem;
    max-width: 100%;
    padding: 0.55rem 0.75rem;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 1rem;
}

.form-antispam-turnstile {
    min-height: 65px;
}

/* ==========================================================================
   Mobil — topbar gizle, menü/FAB, header düzeni
   ========================================================================== */

/* Görünmez overlay menü ikonunu engellemesin */
.menu-overlay:not(.show),
.sidebar-overlay:not(.show) {
    pointer-events: none !important;
}

.responsive__menu:not(.show) {
    pointer-events: none !important;
}

.responsive__menu.show,
.menu-overlay.show,
.sidebar-overlay.show {
    pointer-events: auto !important;
}

/* Mobil menü — overlay üstte kalmasın, menü tıklanabilir olsun */
@media (max-width: 991px) {
    .menu-overlay.show {
        z-index: 100035 !important;
    }

    .responsive__menu.show {
        z-index: 100050 !important;
    }

    body.mobile-menu-open {
        overflow: hidden;
    }

    body.mobile-menu-open .quote-fab,
    body.mobile-menu-open .scroll-up {
        z-index: 1 !important;
    }
}

.responsive-menu_popup-icon {
    position: relative;
    z-index: 100010;
    cursor: pointer;
    min-width: 44px;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
}

/* Mobil Teklif Al — sağ alt FAB */
.quote-fab {
    display: none;
}

@media (max-width: 991px) {
    html,
    body {
        overflow-x: hidden;
        max-width: 100%;
    }

    /* İç sayfalarda topbar mobilde gizli */
    .header__area.inner .header__top-bar {
        display: none !important;
    }

    .header__area.inner .header__main-bar,
    .header__area.inner .header__sticky.header__sticky-sticky-menu .header__main-bar {
        padding-top: 0;
        padding-bottom: 0;
    }

    .header__area.inner .header__area-menubar,
    .header__area.two .header__area-menubar {
        padding: 10px 0;
        gap: 0.5rem;
    }

    .header__area-menubar-left-logo img,
    .header__area.two .header__area-menubar-left-logo img {
        max-height: 52px;
    }

    /* Anasayfa header — menü satırı taşmasın */
    .header__area.two .header__area-menubar-left {
        column-gap: 0;
        flex: 1 1 auto;
        min-width: 0;
    }

    .header__area.two .header__area-menubar-right {
        flex: 0 0 auto;
    }

    .header__area.two .header__area-menubar-right-box,
    .header__area.inner .header__area-menubar-right-box {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        flex-wrap: nowrap;
        gap: 0.45rem;
    }

    .header__area.two .responsive-menu_popup-icon {
        display: inline-flex !important;
        margin-right: 0;
        font-size: 20px;
        line-height: 1;
    }

    /* Header Teklif Al — mobilde FAB kullanılır */
    .header__area.two .header__area-menubar-right-box > .btn-two,
    .header__area.inner .header__area-menubar-right-box-btn {
        display: none !important;
    }

    .quote-fab {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 0.5rem;
        position: fixed;
        right: 16px;
        bottom: calc(16px + env(safe-area-inset-bottom, 0px));
        z-index: 100020;
        min-height: 52px;
        padding: 0 18px;
        border-radius: 999px;
        background: var(--brand-primary);
        color: #fff;
        font-size: 13px;
        font-weight: 600;
        line-height: 1.2;
        text-decoration: none;
        box-shadow: 0 10px 28px rgba(250, 131, 34, 0.45);
        transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
        -webkit-tap-highlight-color: transparent;
        touch-action: manipulation;
    }

    .quote-fab i {
        font-size: 16px;
    }

    .quote-fab:hover,
    .quote-fab:focus-visible {
        color: #fff;
        background: var(--brand-btn-hover);
        transform: translateY(-2px);
        box-shadow: 0 14px 32px rgba(250, 131, 34, 0.5);
    }

    .quote-fab__text {
        white-space: nowrap;
    }

    .scroll-up.active-scroll {
        bottom: 84px;
    }

    .header__area.inner .header__area-menubar-right,
    .header__area.two .header__area-menubar-right {
        position: relative;
        z-index: 100005;
    }

    .header__area.two .header__area-menubar-right-box .lang-switch {
        margin-right: 0;
        flex-shrink: 0;
    }

    .header__area.two .header__area-menubar-right-box .lang-switch a {
        font-size: 11px;
        padding: 0.2rem 0.35rem;
    }

    /* Breadcrumb — topbar yokken üst boşluk */
    .breadcrumb__area {
        padding: 130px 0 70px;
    }

    .breadcrumb__area-content h2 {
        font-size: clamp(1.6rem, 6vw, 2.25rem);
        line-height: 1.2;
        word-break: break-word;
    }

    .breadcrumb__area-content span {
        flex-wrap: wrap;
        row-gap: 0.35rem;
        font-size: 14px;
        padding: 0 0.5rem;
    }

    /* Anasayfa slider */
    .banner__two {
        padding: 108px 0 72px;
    }

    .banner__two-content h1 {
        width: 100%;
        font-size: clamp(1.65rem, 7vw, 2.35rem);
        line-height: 1.15;
    }

    .banner__two-content p {
        width: 100%;
        font-size: 15px;
        line-height: 1.55;
        margin-bottom: 28px;
    }

    .banner__two-content .btn-two {
        padding: 10px 18px;
        font-size: 13px;
    }

    /* Proje şeridi — yatay taşma */
    .project__two.pt-0 {
        overflow: hidden;
    }

    .drag-cursor {
        display: none !important;
    }

    .event-gallery-grid {
        gap: 0.85rem;
    }

    /* Anasayfa — LTS Ses Işık: kutular ve butonlar yan yana */
    .about__two-content-service {
        flex-direction: row !important;
        align-items: stretch !important;
        gap: 10px;
        margin-bottom: 28px;
    }

    .about__two-content-service-single {
        width: 50% !important;
        flex: 1 1 0;
        min-width: 0;
        padding: 12px 10px;
    }

    .about__two-content-service .service-top {
        margin-bottom: 6px;
    }

    .about__two-content-service .service-top i {
        width: 36px;
        height: 36px;
        font-size: 16px;
        margin-right: 8px;
    }

    .about__two-content-service .service-top h6 {
        font-size: 12px;
        line-height: 1.25;
    }

    .about__two-content-service p {
        font-size: 11px;
        line-height: 1.45;
        margin: 0;
    }

    .about__two-bottom {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        align-items: stretch;
    }

    .about__two-bottom > .btn-two {
        margin: 0 !important;
        width: 100%;
        justify-content: center;
        padding: 10px 8px;
        font-size: 12px;
        white-space: nowrap;
    }

    .about__two-bottom > .btn-two i {
        font-size: 10px;
    }

    .about__two-bottom-right {
        grid-column: 1 / -1;
        justify-content: center;
        margin-top: 4px;
    }

    .about__two-bottom-right .about__two-bottom-stat.text-end {
        text-align: center !important;
    }

    /* Anasayfa — Neden bizi seçmelisiniz: sekme başlıkları yan yana */
    .why-choose-us__two-tabs {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 8px;
        row-gap: 28px;
    }

    .why-choose-us__two-tabs .single-tab {
        flex-direction: column;
        align-items: center;
        padding: 10px 6px;
        gap: 6px;
        text-align: center;
        border-radius: 12px;
    }

    .why-choose-us__two-tabs .single-tab-icon {
        width: 40px;
        height: 40px;
        font-size: 18px;
        border-radius: 10px;
    }

    .why-choose-us__two-tabs .single-tab-content h5 {
        font-size: 12px;
        line-height: 1.2;
        margin: 0;
    }

    .why-choose-us__two-tabs .single-tab-content span {
        display: none;
    }

    .why-choose-us__two-tabs .single-tab::before {
        border-width: 12px;
    }
}

@media (max-width: 575px) {
    .header__area.inner .header__area-menubar-right-box-search,
    .header__area.inner .header__area-menubar-right-box-sidebar {
        display: none !important;
    }

    .quote-fab {
        min-height: 48px;
        padding: 0 16px;
        font-size: 12px;
        right: 14px;
        bottom: calc(14px + env(safe-area-inset-bottom, 0px));
    }

    .scroll-up.active-scroll {
        bottom: 78px;
        right: 14px;
    }

    .breadcrumb__area {
        padding: 112px 0 56px;
    }

    .banner__two {
        padding: 96px 0 60px;
    }

    .section-padding {
        padding: 56px 0;
    }

    .container,
    .custom__container {
        padding-left: 14px;
        padding-right: 14px;
    }
}

@media (max-width: 399px) {
    .header__area.two .header__area-menubar-right-box .lang-switch a {
        font-size: 10px;
        padding: 0.15rem 0.25rem;
    }

    .quote-fab__text {
        display: none;
    }

    .quote-fab {
        width: 52px;
        height: 52px;
        min-height: 52px;
        padding: 0;
        border-radius: 50%;
    }

    .quote-fab i {
        font-size: 18px;
    }

    .about__two-bottom > .btn-two {
        font-size: 11px;
        padding: 9px 6px;
    }

    .why-choose-us__two-tabs .single-tab-content h5 {
        font-size: 11px;
    }

    .why-choose-us__two-tabs .single-tab-icon {
        width: 34px;
        height: 34px;
        font-size: 16px;
    }
}
