.ct-footer__widget-link ul li a {
    color: rgba(255, 255, 255, 0.92);
}

/* Footer: ayırıcı çizgi CTA altında, kolon başlıklarının üstünde */
.ct-footer__main.ct-footer__border::before,
.ct-footer__main::before {
    display: none !important;
}

.ct-footer__top-divider {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    margin-bottom: 55px !important;
    padding-bottom: 55px !important;
}

.ct-footer__payment-compact {
    padding-top: 18px !important;
    padding-bottom: 14px !important;
    margin-top: 10px;
}

.ct-footer__payment-compact .row {
    --bs-gutter-y: 0;
}

.ct-footer__payment-compact .col-lg-8.mb-20 {
    margin-bottom: 0 !important;
}

@media (max-width: 991px) {
    .ct-footer__top-divider {
        margin-bottom: 40px !important;
        padding-bottom: 40px !important;
    }

    .ct-footer__payment-compact {
        padding-top: 16px !important;
        padding-bottom: 12px !important;
    }
}

.ct-footer__widget-link ul li a i {
    color: rgba(255, 255, 255, 0.8);
}

.ct-footer__widget-link ul li a:hover {
    color: #fff;
}

.ct-contact__phones .ct-contact__content-title a {
    white-space: nowrap;
}

.product-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 14px;
    border-radius: 999px;
    background: rgba(47, 94, 255, 0.1);
    color: #2f5eff;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
}

.product-chip--soft {
    background: #f4f7ff;
    color: #4b5563;
}

.product-chip--primary {
    background: linear-gradient(90deg, #3156d9 0%, #5f7cff 100%);
    color: #fff;
}

.product-filter-btn {
    border: 1px solid #d9e1f2;
    background: #fff;
    color: #0f172a;
    border-radius: 999px;
    padding: 12px 22px;
    font-weight: 600;
    transition: all .25s ease;
}

.product-filter-btn.active,
.product-filter-btn:hover {
    background: #3156d9;
    color: #fff;
    border-color: #3156d9;
}

.product-card {
    border: 1px solid #e7ebf6;
    overflow: hidden;
}

.product-card__thumb {
    position: relative;
}

.product-card__thumb img,
.product-showcase-thumb img,
.product-detail-hero img,
.product-gallery-card img {
    border-radius: 12px;
}

.product-card__badges {
    position: absolute;
    inset: 18px 18px auto 18px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.product-metrics {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    color: #475569;
    font-size: 14px;
    font-weight: 500;
}

.product-metrics i,
.product-metric-inline i {
    color: #3156d9;
}

.product-metric-inline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #334155;
    font-weight: 600;
}

.product-price {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.product-price del {
    color: #94a3b8;
    font-size: 15px;
}

.product-price strong {
    color: #0f172a;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
}

.product-gallery-card,
.product-comment-card {
    border: 1px solid #e7ebf6;
    border-radius: 14px;
    padding: 24px;
    background: #fff;
    height: 100%;
}

.product-comment-card:not(:last-child) {
    margin-bottom: 20px;
}

.product-comment-date {
    color: #64748b;
    font-size: 14px;
}

.product-stars {
    display: flex;
    align-items: center;
    gap: 8px;
}

.product-star-btn {
    width: 42px;
    height: 42px;
    border: 1px solid #d8e0f3;
    border-radius: 50%;
    background: #fff;
    color: #cbd5e1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all .2s ease;
}

.product-stars--static .product-star-btn {
    width: auto;
    height: auto;
    border: 0;
    padding: 0;
    background: transparent;
}

.product-star-btn.is-active,
.product-star-btn:hover {
    color: #f59e0b;
    border-color: rgba(245, 158, 11, 0.3);
    background: rgba(245, 158, 11, 0.08);
}

.product-detail-stats {
    padding: 14px 0 4px;
    border-top: 1px solid #eef2f7;
    border-bottom: 1px solid #eef2f7;
}

.product-comment-form .form-select {
    min-height: 60px;
    border-radius: 10px;
    border-color: #dbe1eb;
    color: #64748b;
}

.hero-quick-form {
    display: flex;
    align-items: stretch;
    gap: 16px;
}

.hero-quick-form__input {
    min-width: 260px;
    display: flex;
    align-items: stretch;
}

.hero-quick-form__input input {
    width: 100%;
    min-height: 62px;
    border-radius: 999px;
    padding: 0 28px;
}

.hero-quick-form__btn {
    min-height: 62px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    padding: 0 34px;
}

@media (max-width: 767px) {
    .product-price strong {
        font-size: 24px;
    }

    .hero-quick-form {
        flex-direction: column;
        gap: 12px;
    }

    .hero-quick-form__input {
        min-width: 100%;
    }

    .hero-quick-form__btn {
        width: 100%;
    }
}

@media only screen and (min-width: 1200px) {
    .ct-header__menu.header-main-menu {
        display: flex;
        justify-content: center;
    }

    .ct-header__menu > nav > ul {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: nowrap;
    }

    .ct-header__menu > nav > ul > li {
        margin-left: 8px;
        padding: 26px 0;
    }

    .ct-header__menu > nav > ul > li:first-child {
        margin-left: 0;
    }

    .ct-header__menu > nav > ul > li > a {
        font-size: 15px;
        padding: 2px 8px;
    }

    .ct-header__right-action {
        margin-right: 10px;
    }

    .ct-header__right-action a {
        padding: 11px 24px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .ct-header__menu > nav > ul > li {
        margin-left: 4px;
    }

    .ct-header__menu > nav > ul > li > a {
        font-size: 14px;
        padding: 2px 6px;
    }

    .ct-header__right-action a {
        padding: 11px 18px;
    }
}

@media only screen and (max-width: 1199px) {
    .mobile-menu-kicker {
        display: inline-block;
        margin-bottom: 16px;
        padding: 7px 14px;
        border-radius: 999px;
        background: rgba(49, 86, 217, 0.08);
        color: #3156d9;
        font-size: 13px;
        font-weight: 700;
        letter-spacing: .04em;
        text-transform: uppercase;
    }

    .mobile-nav-list > li > a {
        padding: 14px 14px 14px 0;
        font-size: 16px;
        font-weight: 600;
    }

    .mobile-nav-list > li > a:hover {
        color: #3156d9;
    }

    .ct-offcanvas-menu ul li .ct-submenu {
        padding: 10px 0 8px 16px;
        margin-bottom: 8px;
        border-left: 2px solid rgba(49, 86, 217, 0.14);
    }

    .ct-offcanvas-menu ul li .ct-submenu li > a {
        padding: 10px 0;
        font-size: 14px;
        color: #64748b;
    }

    .mobile-menu-actions {
        margin-top: 22px;
    }

    .mobile-menu-cta {
        width: 100%;
        text-align: center;
        justify-content: center;
        display: inline-flex;
        margin-bottom: 14px;
    }

    .mobile-quick-contact {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }

    .mobile-quick-contact__item {
        min-height: 56px;
        padding: 12px 14px;
        border: 1px solid #dbe1eb;
        border-radius: 12px;
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 14px;
        font-weight: 600;
        color: #0f172a;
        background: #fff;
    }

    .mobile-quick-contact__item i {
        width: 34px;
        height: 34px;
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: #3156d9;
        background: rgba(49, 86, 217, 0.1);
        flex: 0 0 auto;
    }

    .mobile-quick-contact__item span {
        overflow-wrap: anywhere;
        line-height: 1.35;
    }
}

@media (max-width: 575px) {
    .mobile-quick-contact {
        grid-template-columns: 1fr;
    }
}

#loading {
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

#loading.is-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

h1.ct-breadcrumb__title {
    font-size: inherit;
    margin: 0;
    font-weight: inherit;
}

img[loading="lazy"] {
    content-visibility: auto;
}

.branch-office {
    padding: 16px 0;
}

.branch-office + .branch-office {
    margin-top: 4px;
    padding-top: 20px;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.branch-office__city {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 12px;
    color: inherit;
}

.branch-office__line {
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 8px 12px;
    align-items: start;
    margin-bottom: 8px;
}

.branch-office__line:last-child {
    margin-bottom: 0;
}

.branch-office__label {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: rgba(15, 23, 42, 0.55);
    line-height: 1.5;
}

.branch-office__value {
    font-size: 14px;
    line-height: 1.55;
    color: inherit;
    word-break: break-word;
}

a.branch-office__value:hover {
    color: #2f5eff;
}

@media (min-width: 1200px) {
    .ct-footer__grid-row {
        display: grid;
        grid-template-columns: 1.05fr 0.72fr 1fr 2.23fr;
        column-gap: 18px;
    }

    .ct-footer__grid-row > [class*="col-"] {
        width: 100%;
        max-width: 100%;
        flex: none;
    }
}

.ct-footer__col-pages .ct-footer__widget-title {
    font-size: 18px;
}

.ct-footer__col-pages .ct-footer__widget-link ul li a {
    font-size: 14px;
    gap: 6px;
}

.ct-footer__col-pages .ct-footer__widget-link ul li a i {
    margin-right: 4px;
}

.ct-footer__col-pages .ct-footer__widget-link ul li:not(:last-of-type) {
    margin-bottom: 10px;
}

.branch-offices-stack--footer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 32px;
}

.branch-offices-stack--footer .branch-office {
    padding: 0;
}

.branch-offices-stack--footer .branch-office + .branch-office {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
    padding-left: 32px;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.branch-offices-stack--footer .branch-office__city {
    font-size: 16px;
    margin-bottom: 10px;
}

.branch-offices-stack--footer .branch-office__line {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 6px 8px;
    margin-bottom: 6px;
}

.branch-offices-stack--footer .branch-office__line--mail .branch-office__value {
    white-space: nowrap;
    font-size: 12px;
}

.branch-offices-stack--footer .branch-office__label {
    font-size: 11px;
}

.branch-offices-stack--footer .branch-office__value {
    font-size: 13px;
}

@media (max-width: 991px) {
    .branch-offices-stack--footer {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .branch-offices-stack--footer .branch-office + .branch-office {
        padding-left: 0;
        padding-top: 20px;
        border-left: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.15);
    }

    .branch-offices-stack--footer .branch-office__line--mail .branch-office__value {
        white-space: normal;
    }
}

.branch-offices-stack--footer .branch-office__city {
    color: #fff;
}

.branch-offices-stack--footer .branch-office__label {
    color: rgba(255, 255, 255, 0.65);
}

.branch-offices-stack--footer .branch-office__value {
    color: rgba(255, 255, 255, 0.92);
}

.branch-offices-stack--footer a.branch-office__value:hover {
    color: #fff;
}

.branch-offices-stack--contact .branch-office {
    padding: 22px 24px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 16px;
    background: #fff;
}

.branch-offices-stack--contact .branch-office + .branch-office {
    margin-top: 16px;
    border-top: 0;
    padding-top: 22px;
}

.branch-offices-stack--mobile .branch-office {
    padding: 14px 16px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.92);
}

.branch-offices-stack--mobile .branch-office + .branch-office {
    margin-top: 12px;
    border-top: 0;
    padding-top: 14px;
}

.mobile-quick-contact--branches {
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr;
}

.mobile-quick-contact__whatsapp {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    border-radius: 14px;
    background: rgba(37, 211, 102, 0.12);
    color: #128c41;
    font-weight: 600;
}

.branch-city-badge {
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(47, 94, 255, 0.12);
    color: #2f5eff;
    margin-bottom: 6px;
}

.branch-phone-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.ct-cta__2-call-text .branch-city-badge,
.ct-appointment__text .branch-city-badge {
    margin-bottom: 6px;
}

.contact-maps {
    padding-top: 10px;
}

.contact-map-card {
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

.contact-map-card__head {
    padding: 22px 24px 18px;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.contact-map-card__head .branch-city-badge {
    margin-bottom: 10px;
}

.contact-map-card__address {
    color: rgba(15, 23, 42, 0.72);
    line-height: 1.55;
}

.branch-map-wrap {
    background: #f8fafc;
}

.branch-map {
    width: 100%;
    height: 420px;
    min-height: 320px;
    z-index: 1;
}

.branch-map .leaflet-container {
    width: 100%;
    height: 100%;
    font-family: inherit;
}

.branch-map-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 12px 16px;
    font-size: 14px;
    font-weight: 600;
    color: #1e6cf7;
    text-decoration: none;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
    background: #fff;
}

.branch-map-link:hover {
    color: #0b1d3a;
    background: #f8fafc;
}

/* Erişilebilirlik: gri arka planda yeterli kontrast */
.grey-bg-3 .ct-section__subtitle,
.grey-bg-6 .ct-section__subtitle,
.ct-pricing__area .ct-section__subtitle,
.ct-project__full-wrap .ct-section__subtitle {
    color: #1e40af;
}

.ct-price__value {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}
