/* Marka temaları — Wilo / Ferroli / Copa sayfalarında dinamik renkler */
body.brand-theme {
    --brand-primary: #041e42;
    --brand-secondary: #ffffff;
}

body.brand-theme .theme-btn-two,
body.brand-theme .theme-btn-two span {
    background: var(--brand-primary) !important;
    border-color: var(--brand-primary) !important;
}

body.brand-theme .theme-btn-two:hover,
body.brand-theme .theme-btn-two:hover span {
    background: var(--brand-secondary) !important;
    color: var(--brand-primary) !important;
}

body.brand-theme .sec-title-two .sub-title,
body.brand-theme .page-title .bread-crumb li,
body.brand-theme .single-project-style2 .lower-content h4 a:hover {
    color: var(--brand-primary) !important;
}

body.brand-theme .brand-page-title::before {
    background: linear-gradient(135deg, var(--brand-primary), rgba(0, 0, 0, 0.55));
}

body.brand-theme .overlay-content.overlay-bgc1 {
    background: rgba(0, 0, 0, 0.45);
}

body.brand-theme .service-gallery-carousel .owl-nav button {
    background: var(--brand-primary) !important;
}

.brand-title-logo img {
    max-height: 72px;
    width: auto;
    object-fit: contain;
}

/* Ana logo (header + footer) boyutlandırma + koyu zeminde okunurluk için beyaz arka plan */
.header-style-19 .logo-box .logo a {
    display: inline-block;
    padding: 10px 16px;
    border-radius: 12px;
    line-height: 0;
}

.header-style-19 .logo-box .logo img {
    max-height: 50px;
    width: auto;
    object-fit: contain;
}

.header-style-19 .sticky-header .logo-box .logo a {
    padding: 7px 12px;
    border-radius: 10px;
}

.header-style-19 .sticky-header .logo-box .logo img {
    max-height: 60px;
    filter: contrast(0.5);
}

.main-footer .footer-logo a,
.footer .footer-logo a {
    display: inline-block;
    padding: 16px 22px;
    border-radius: 14px;
    line-height: 0;
}

.main-footer .footer-logo img,
.footer .footer-logo img {
    max-height: 100px;
    width: auto;
    object-fit: contain;
}

/* Sub-title yerine küçük Aydın Soğutma logosu */
.sub-title-logo {
    display: inline-block;
    height: 70px;
    width: auto;
    max-width: 170px;
    object-fit: contain;
    vertical-align: middle;
    margin-bottom: 10px;
}

.sec-title-two.centred .sub-title-logo,
.centred .sub-title-logo {
    margin-left: auto;
    margin-right: auto;
}

/* Logo gösterilen sub-title'larda kırmızı çizgiyi kaldır */
.sub-title:has(.sub-title-logo) {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.sub-title:has(.sub-title-logo)::before,
.sub-title:has(.sub-title-logo)::after {
    display: none !important;
    content: none !important;
}

/* =========================================================
   MODERN MARKA SAYFASI (Wilo / Ferroli / Copa)
   Renkler header'dan gelen --brand-primary / --brand-secondary
   ========================================================= */
body.brand-theme {
    --bp: var(--brand-primary, #041e42);
    --bs: var(--brand-secondary, #ffffff);
}

/* ---- HERO ---- */
.brand-hero {
    position: relative;
    overflow: hidden;
    padding: 0;
    isolation: isolate;
}

.brand-hero-bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(1200px 600px at 85% -10%, color-mix(in srgb, var(--bp) 32%, transparent), transparent 60%),
        linear-gradient(135deg, #0b1320 0%, #11203a 55%, color-mix(in srgb, var(--bp) 55%, #0b1320) 100%);
    z-index: -2;
}

.brand-hero-pattern {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px);
    background-size: 22px 22px;
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), transparent 80%);
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), transparent 80%);
    z-index: -1;
}

.brand-hero-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    padding: 40px 0 0;
    margin: 0;
    list-style: none;
    font-size: 14px;
    position: relative;
    z-index: 2;
}

.brand-hero-breadcrumb li,
.brand-hero-breadcrumb a {
    color: rgba(255, 255, 255, 0.7);
}

.brand-hero-breadcrumb li + li::before {
    content: '/';
    margin-right: 8px;
    color: rgba(255, 255, 255, 0.4);
}

.brand-hero-breadcrumb a:hover {
    color: #fff;
}

html {
    scroll-behavior: smooth;
}

.brand-hero-inner {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 50px;
    align-items: center;
    padding: 100px 0 75px;
}

.brand-hero-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 22px 30px;
    border-radius: 16px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
    margin-bottom: 26px;
}

.brand-hero-logo img {
    max-height: 56px;
    max-width: 220px;
    width: auto;
    object-fit: contain;
}

.brand-hero-content h1 {
    color: #fff;
    font-size: 44px;
    line-height: 1.15;
    font-weight: 800;
    margin: 0 0 18px;
}

.brand-hero-content h1 span {
    display: block;
    font-size: 22px;
    font-weight: 600;
    color: color-mix(in srgb, var(--bp) 40%, #ffffff);
    margin-top: 6px;
}

.brand-hero-content p {
    color: rgba(255, 255, 255, 0.82);
    font-size: 17px;
    line-height: 1.7;
    max-width: 560px;
    margin: 0 0 30px;
}

.brand-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.brand-hero-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.brand-stat {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    padding: 26px 20px;
    text-align: center;
    backdrop-filter: blur(6px);
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.brand-stat:hover {
    transform: translateY(-4px);
    border-color: color-mix(in srgb, var(--bp) 60%, transparent);
}

.brand-stat-num {
    display: block;
    font-size: 34px;
    font-weight: 800;
    color: #fff;
    line-height: 1;
    margin-bottom: 10px;
}

.brand-stat-num i {
    color: color-mix(in srgb, var(--bp) 45%, #ffffff);
}

.brand-stat-label {
    color: rgba(255, 255, 255, 0.7);
    font-size: 13.5px;
    font-weight: 600;
}

/* ---- Butonlar ---- */
.brand-btn,
.brand-btn:hover,
.brand-btn:focus,
.brand-btn:active {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font-weight: 700;
    font-size: 15px;
    padding: 14px 26px;
    border-radius: 10px;
    transition: background 0.25s ease, color 0.25s ease, filter 0.25s ease, border-color 0.25s ease;
    border-width: 2px;
    border-style: solid;
    border-color: transparent;
    box-sizing: border-box;
    cursor: pointer;
    text-decoration: none;
}

.brand-btn-primary {
    background: var(--bp);
    color: #fff !important;
    box-shadow: 0 10px 26px color-mix(in srgb, var(--bp) 45%, transparent);
}

.brand-btn-primary:hover {
    filter: brightness(1.08);
}

.brand-btn-ghost {
    background: transparent;
    color: #fff !important;
    border-color: rgba(255, 255, 255, 0.35);
}

.brand-btn-ghost:hover {
    background: #fff;
    color: #0b1320 !important;
}

.brand-btn-light {
    background: #fff;
    color: var(--bp) !important;
}

.brand-btn-light:hover {
    filter: brightness(0.97);
}

.brand-btn-ghost-light {
    background: rgba(255, 255, 255, 0.15);
    color: #fff !important;
    border-color: rgba(255, 255, 255, 0.5);
}

.brand-btn-ghost-light:hover {
    background: #fff;
    color: var(--bp) !important;
}

/* ---- Ortak başlık ---- */
.brand-eyebrow {
    display: inline-block;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--bp, #101f42);
    background: color-mix(in srgb, var(--bp, #101f42) 12%, transparent);
    padding: 7px 16px;
    border-radius: 50px;
    margin-bottom: 10px;
}

.brand-section-head {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 20px;
}

.brand-section-head h2 {
    font-size: 36px;
    font-weight: 800;
    color: #0d1b2a;
    margin: 0 0 0;
}

.brand-section-head p {
    color: #5f6b7a;
    font-size: 16px;
    margin: 0;
}

/* ---- About ---- */
.brand-about {
    padding: 90px 0;
    background: #fff;
}

.brand-about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: center;
}

.brand-about-content h2 {
    font-size: 32px;
    font-weight: 800;
    color: #0d1b2a;
    margin: 0 0 18px;
    line-height: 1.25;
}

.brand-about-text {
    color: #5f6b7a;
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 24px;
}

.brand-feature-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.brand-feature-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15.5px;
    font-weight: 600;
    color: #2c3742;
    padding: 9px 0;
}

.brand-feature-list i {
    color: var(--bp);
    font-size: 19px;
}

.brand-about-media {
    position: relative;
}

.brand-about-media figure {
    margin: 0;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(13, 27, 42, 0.18);
}

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

.brand-about-badge {
    position: absolute;
    bottom: -24px;
    left: -24px;
    background: #fff;
    border-radius: 14px;
    padding: 16px 22px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.16);
    border-bottom: 4px solid var(--bp);
}

.brand-about-badge img {
    max-height: 38px;
    max-width: 130px;
    width: auto;
    object-fit: contain;
}

/* ---- Servis sınıfları grid ---- */
.brand-services {
    padding: 90px 0 100px;
    background: linear-gradient(180deg, #f6f8fb 0%, #ffffff 100%);
    scroll-margin-top: 100px;
}

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

.brand-service-tile {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 36px rgba(13, 27, 42, 0.07);
    transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.35s ease;
    color: inherit;
    height: 100%;
}

.brand-service-tile:hover {
    transform: translateY(-8px);
    box-shadow: 0 26px 54px rgba(13, 27, 42, 0.16);
    color: inherit;
}

.brand-tile-media {
    position: relative;
    aspect-ratio: 16 / 11;
    overflow: hidden;
    background: #eef2f7;
}

.brand-tile-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.brand-service-tile:hover .brand-tile-media img {
    transform: scale(1.08);
}

.brand-tile-media::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 40%, color-mix(in srgb, var(--bp) 55%, transparent));
    opacity: 0;
    transition: opacity 0.35s ease;
}

.brand-service-tile:hover .brand-tile-media::after {
    opacity: 1;
}

.brand-tile-num {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 2;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bp);
    color: #fff;
    font-weight: 800;
    font-size: 16px;
    border-radius: 12px;
    box-shadow: 0 8px 18px color-mix(in srgb, var(--bp) 45%, transparent);
}

.brand-tile-body {
    padding: 24px 24px 26px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.brand-tile-body h3 {
    font-size: 19px;
    font-weight: 700;
    color: #0d1b2a;
    margin: 0 0 10px;
    line-height: 1.4;
}

.brand-tile-body p {
    color: #6b7787;
    font-size: 14px;
    line-height: 1.6;
    margin: 0 0 18px;
    flex-grow: 1;
}

.brand-tile-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    font-size: 14.5px;
    color: var(--bp);
    margin-top: auto;
}

.brand-tile-link i {
    transition: transform 0.25s ease;
}

.brand-service-tile:hover .brand-tile-link i {
    transform: translateX(5px);
}

.brand-empty {
    text-align: center;
    padding: 70px 20px;
    color: #6b7787;
}

.brand-empty i {
    font-size: 48px;
    color: #c2cbd6;
    margin-bottom: 16px;
}

/* ---- CTA band ---- */
.brand-cta-band {
    padding: 40px 0;
    background:
        linear-gradient(135deg, color-mix(in srgb, var(--bp) 92%, #000) 0%, var(--bp) 100%);
}

.brand-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
}

.brand-cta-text h3 {
    color: #fff;
    font-size: 36px;
    font-weight: 800;
    line-height: normal;
    margin: 0 0 8px;
}

.brand-cta-text p {
    color: rgba(255, 255, 255, 0.85);
    font-size: 16px;
    margin: 0;
}

.brand-cta-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

/* =========================================================
   MARKA HİZMET DETAY SAYFASI
   ========================================================= */
.brand-hero-service .bsvc-hero-inner {
    padding: 100px 0 60px;
    max-width: 860px;
}

.bsvc-hero-logo {
    display: inline-flex;
    background: #fff;
    padding: 14px 22px;
    border-radius: 12px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.3);
    margin-bottom: 22px;
}

.bsvc-hero-logo img {
    max-height: 38px;
    max-width: 150px;
    width: auto;
    object-fit: contain;
}

.bsvc-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin: 0 0 16px;
    padding: 0;
    list-style: none;
    font-size: 14px;
}

.bsvc-breadcrumb li,
.bsvc-breadcrumb a {
    color: rgba(255, 255, 255, 0.72);
}

.bsvc-breadcrumb a:hover {
    color: #fff;
}

.bsvc-breadcrumb li + li::before {
    content: '/';
    margin-right: 8px;
    color: rgba(255, 255, 255, 0.4);
}

.bsvc-hero-inner h1 {
    color: #fff;
    font-size: 40px;
    font-weight: 800;
    line-height: 1.18;
    margin: 0 0 16px;
}

.bsvc-hero-inner p {
    color: rgba(255, 255, 255, 0.82);
    font-size: 17px;
    line-height: 1.7;
    margin: 0;
}

/* ---- İçerik + sidebar ---- */
.bsvc-main {
    padding: 80px 0;
    background: #fff;
}

.bsvc-layout {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 44px;
    align-items: start;
}

.bsvc-main-image {
    position: relative;
    margin: 0 0 34px;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 24px 54px rgba(13, 27, 42, 0.16);
}

.bsvc-main-image img {
    width: 100%;
    display: block;
    object-fit: cover;
}

.bsvc-image-badge {
    position: absolute;
    bottom: 18px;
    left: 18px;
    background: #fff;
    border-radius: 12px;
    padding: 10px 16px;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.16);
    border-bottom: 3px solid var(--bp);
    line-height: 0;
}

.bsvc-image-badge img {
    max-height: 26px;
    max-width: 100px;
    width: auto;
    object-fit: contain;
}

.bsvc-body {
    color: #5a6675;
    font-size: 16px;
    line-height: 1.8;
}

.bsvc-body p {
    margin: 0 0 18px;
}

.bsvc-body h3 {
    color: #0d1b2a;
    font-size: 23px;
    font-weight: 800;
    margin: 32px 0 16px;
    padding-left: 16px;
    position: relative;
}

.bsvc-body h3::before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    bottom: 4px;
    width: 5px;
    border-radius: 4px;
    background: var(--bp);
}

.bsvc-body ul,
.bsvc-body ol {
    margin: 0 0 22px;
    padding-left: 0;
    list-style: none;
}

.bsvc-body ul li {
    position: relative;
    padding: 7px 0 7px 32px;
}

.bsvc-body ul li::before {
    content: '\f00c';
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    top: 7px;
    color: var(--bp);
    font-size: 15px;
}

.bsvc-body ol {
    counter-reset: bsvc;
}

.bsvc-body ol li {
    position: relative;
    padding: 8px 0 8px 46px;
    margin-bottom: 6px;
    counter-increment: bsvc;
}

.bsvc-body ol li::before {
    content: counter(bsvc);
    position: absolute;
    left: 0;
    top: 7px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: color-mix(in srgb, var(--bp) 14%, transparent);
    color: var(--bp);
    font-weight: 800;
    font-size: 14px;
    border-radius: 9px;
}

.bsvc-body a {
    color: var(--bp);
    font-weight: 600;
    text-decoration: underline;
}

/* ---- Sidebar ---- */
.bsvc-sidebar {
    position: sticky;
    top: 100px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.bsvc-card {
    background: #fff;
    border-radius: 16px;
    border: 1px solid #eef1f5;
    box-shadow: 0 12px 34px rgba(13, 27, 42, 0.06);
    padding: 26px 24px;
}

.bsvc-services-card h3,
.bsvc-contact-card h3 {
    font-size: 19px;
    font-weight: 800;
    color: #0d1b2a;
    margin: 0 0 18px;
}

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

.bsvc-service-list li {
    border-bottom: 1px solid #f0f2f6;
}

.bsvc-service-list li:last-child {
    border-bottom: none;
}

.bsvc-service-list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 12px 6px;
    color: #44515f;
    font-size: 14.5px;
    font-weight: 600;
    transition: color 0.2s ease, padding 0.2s ease;
}

.bsvc-service-list a:hover {
    color: var(--bp);
    padding-left: 12px;
}

.bsvc-service-list a i {
    color: var(--bp);
    opacity: 0.6;
}

.bsvc-service-list li.is-active a {
    color: var(--bp);
}

.bsvc-service-list li.is-active a span {
    position: relative;
}

.bsvc-contact-card {
    background: linear-gradient(160deg, color-mix(in srgb, var(--bp) 10%, #ffffff), #ffffff);
    text-align: center;
    border-color: color-mix(in srgb, var(--bp) 22%, transparent);
}

.bsvc-contact-icon {
    font-size: 38px;
    color: var(--bp);
    margin-bottom: 12px;
}

.bsvc-contact-card p {
    color: #5a6675;
    font-size: 14.5px;
    line-height: 1.6;
    margin: 0 0 18px;
}

.bsvc-contact-card .brand-btn {
    width: 100%;
    justify-content: center;
    margin-bottom: 12px;
}

.bsvc-wa-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #25a366;
    font-weight: 700;
    font-size: 14.5px;
}

.bsvc-wa-link:hover {
    color: #1c7d4d;
}

/* ---- Galeri ---- */
.bsvc-gallery {
    padding: 30px 0 90px;
    background: linear-gradient(180deg, #f6f8fb 0%, #ffffff 100%);
}

.bsvc-gallery-slide {
    padding: 6px;
}

.bsvc-gallery-slide a {
    position: relative;
    display: block;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(13, 27, 42, 0.1);
}

.bsvc-gallery-slide img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.bsvc-gallery-slide a:hover img {
    transform: scale(1.07);
}

.bsvc-gallery-zoom {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: color-mix(in srgb, var(--bp, #101f42) 55%, transparent);
    color: #fff;
    font-size: 26px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.bsvc-gallery-slide a:hover .bsvc-gallery-zoom {
    opacity: 1;
}

.bsvc-gallery .service-gallery-carousel {
    position: relative;
}

.bsvc-gallery .service-gallery-carousel.owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    transform: translateY(-50%);
    margin: 0;
    padding: 0 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    pointer-events: none;
    z-index: 5;
}

.bsvc-gallery .service-gallery-carousel.owl-theme .owl-nav button.owl-prev,
.bsvc-gallery .service-gallery-carousel.owl-theme .owl-nav button.owl-next {
    pointer-events: auto;
    margin: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--bp);
    border: none;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 26px color-mix(in srgb, var(--bp) 45%, transparent);
    transition: filter 0.25s ease;
}

.bsvc-gallery .service-gallery-carousel.owl-theme .owl-nav button.owl-prev:hover,
.bsvc-gallery .service-gallery-carousel.owl-theme .owl-nav button.owl-next:hover {
    background: var(--bp);
    border: none;
    color: #fff;
    filter: brightness(1.1);
}

.bsvc-gallery .service-gallery-carousel.owl-theme .owl-nav button span,
.bsvc-gallery .service-gallery-carousel.owl-theme .owl-nav button:hover span {
    background: transparent;
    color: #fff;
    font-size: 24px;
    line-height: 1;
    margin: 0;
}

/* ---- Responsive ---- */
@media (max-width: 991px) {
    .bsvc-layout {
        grid-template-columns: 1fr;
        gap: 34px;
    }
    .bsvc-sidebar {
        position: static;
    }
    .bsvc-main {
        padding: 55px 0;
    }
    .bsvc-hero-inner h1 {
        font-size: 30px;
    }
    .brand-hero-service .bsvc-hero-inner {
        padding: 50px 0 46px;
    }
    .brand-hero-inner {
        grid-template-columns: 1fr;
        gap: 36px;
    }
    .brand-hero-content h1 {
        font-size: 34px;
    }
    .brand-about-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .brand-about {
        padding: 60px 0;
    }
    .brand-services {
        padding: 60px 0 70px;
    }
    .brand-services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 22px;
    }
    .brand-section-head h2 {
        font-size: 28px;
    }
    .brand-cta-inner {
        flex-direction: column;
        text-align: center;
    }
    .brand-cta-actions {
        justify-content: center;
    }
}

@media (max-width: 575px) {
    .brand-hero-stats {
        grid-template-columns: 1fr 1fr;
    }
    .brand-hero-content h1 {
        font-size: 28px;
    }
    .brand-services-grid {
        grid-template-columns: 1fr;
    }
    .brand-about-badge {
        left: 50%;
        transform: translateX(-50%);
    }
}

.nav-brand-logo {
    max-height: 34px;
    width: auto;
    object-fit: contain;
    display: inline-block;
    vertical-align: middle;
}

/* ===== Header düzeni: logo sol / menü orta / sahibinden sağ ===== */
.header-style-19 .outer-box-three-zone {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.header-style-19 .outer-box-three-zone .logo-box {
    flex: 0 0 auto;
}

.header-style-19 .outer-box-three-zone .nav-outer {
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
}

.header-style-19 .outer-box-three-zone .main-menu .navigation {
    justify-content: center;
}

.header-style-19 .outer-box-three-zone .header-right-cta {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
}

/* Sahibinden header butonu */
.header-sahibinden-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #ffe800;
    color: #1b1b1b !important;
    font-weight: 700;
    font-size: 15px;
    padding: 11px 22px;
    border-radius: 8px;
    white-space: nowrap;
    box-shadow: 0 4px 14px rgba(255, 232, 0, 0.45);
    transition: all 0.25s ease;
}

.header-sahibinden-btn i {
    font-size: 14px;
}

.header-sahibinden-btn:hover {
    background: #1b1b1b;
    color: #ffe800 !important;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
    transform: translateY(-1px);
}

/* Mobilde header CTA gizli (mobil menü içinde gösteriliyor) */
@media (max-width: 1199px) {
    .header-style-19 .outer-box-three-zone .header-right-cta {
        display: none;
    }

    /* Hamburger sağda dursun */
    .header-style-19 .outer-box-three-zone {
        gap: 12px;
    }

    .header-style-19 .outer-box-three-zone .nav-outer {
        flex: 1 1 auto;
        justify-content: flex-end;
    }

    .header-style-19 .nav-outer .mobile-nav-toggler {
        margin: 0 0 0 auto;
        float: none;
        padding: 14px 0;
    }

    /* Hamburger turuncu + küçük */
    .header-style-19 .nav-outer .mobile-nav-toggler .inner {
        background: linear-gradient(120deg, #ed6b2d 0%, #f7913f 100%) !important;
        padding: 7px 8px;
        border-radius: 7px;
        display: inline-flex;
        flex-direction: column;
        justify-content: center;
        box-shadow: 0 3px 10px rgba(237, 107, 45, 0.4);
    }

    .header-style-19 .mobile-nav-toggler .icon-bar {
        background: #ffffff;
        width: 22px;
        height: 2px;
        margin: 3px 0;
        border-radius: 2px;
    }

    .header-style-19 .outer-box .logo-box {
        padding: 0px 0px;
    }

    /* Mobilde sticky header çalışsın */
    .header-style-19 .sticky-header {
        display: block !important;
    }

    .header-style-19 .sticky-header .outer-box-three-zone {
        padding: 6px 0;
    }
}

.mobile-sahibinden-cta {
    padding: 18px 25px 4px;
}

.mobile-sahibinden-cta .header-sahibinden-btn {
    width: 100%;
    justify-content: center;
}

/* Anasayfa marka kartları */
.brand-service-card .inner-box {
    text-align: center;
    padding: 30px 20px;
    border: 1px solid #eef2f7;
    border-radius: 8px;
    transition: all 0.3s ease;
    height: 100%;
}

.brand-service-card .inner-box:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transform: translateY(-4px);
}

.brand-service-card .brand-logo-wrap {
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}

.brand-service-card .brand-logo-wrap img {
    max-height: 60px;
    max-width: 180px;
    object-fit: contain;
}

.brand-service-card h3 a {
    color: inherit;
}

.brand-service-card .link a {
    color: var(--thm-base, #041e42);
    font-weight: 600;
}

.brand-overlay-logo img {
    max-height: 54px;
    width: auto;
    object-fit: contain;
}

/* İşletme bilgi şeridi */
.business-info-strip {
    padding: 50px 0 10px;
}

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

.business-info-card {
    background: #fff;
    border: 1px solid #e8edf3;
    border-radius: 12px;
    padding: 28px 24px;
    text-align: center;
    box-shadow: 0 8px 24px rgba(4, 30, 66, 0.06);
    height: 100%;
}

.business-info-card .icon-box {
    width: 56px;
    height: 56px;
    margin: 0 auto 16px;
    border-radius: 50%;
    background: rgba(4, 30, 66, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #041e42;
}

.business-info-card h4 {
    margin-bottom: 10px;
    font-size: 20px;
}

.business-info-card p {
    margin-bottom: 0;
    color: #5f6b7a;
}

.business-info-card a {
    color: inherit;
}

/* ===== İletişim sayfası Google yorumları varyantı ===== */
.business-showcase-section.business-showcase-contact {
    background: #f8f8f8;
    padding: 50px 0;
}

.business-showcase-contact .business-showcase-head {
    margin-bottom: 26px;
}


.business-showcase-contact .reviews-cta-btn:hover {
    background: #0a1d66;
}

/* ===== Footer Sahibinden butonu ===== */
.sahibinden-footer-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    margin-top: 14px;
    padding: 14px 13px;
    border-radius: 12px;
    background: #ffe800;
    border: 1px solid #ffe800 !important;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    color: #1b1b1b;
    transition: 0.3s ease !important;
}

.sahibinden-footer-btn:hover {
    background: #1b1b1b;
    border-color: #1b1b1b !important;
    color: #ffe800;
}

.sahibinden-footer-btn .sf-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.12);
    font-size: 14px;
}

.sahibinden-footer-btn:hover .sf-icon {
    background: rgba(255, 232, 0, 0.2);
}

/* ===== Genel container genişliği — 1400px ===== */
@media (min-width: 1400px) {
    .container {
        max-width: 1400px !important;
    }
    .auto-container {
        max-width: 1400px !important;
    }
}

/* ===== Sahibinden sayfası ===== */
.sahibinden-products-section {
    padding: 90px 0 100px;
    background: linear-gradient(180deg, #f6f8fb 0%, #ffffff 100%);
}

.sahibinden-head {
    max-width: 720px;
    margin: 0 auto 56px;
    text-align: center;
}

.sahibinden-head .sh-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #ffe800;
    color: #1b1b1b;
    font-weight: 800;
    font-size: 13px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 9px 20px;
    border-radius: 50px;
    margin-bottom: 18px;
    box-shadow: 0 6px 16px rgba(255, 232, 0, 0.45);
}

.sahibinden-head .sh-badge i {
    color: #1b1b1b;
}

.sahibinden-head h2 {
    font-size: 40px;
    font-weight: 800;
    color: #0d1b2a;
    margin-bottom: 16px;
    line-height: 1.2;
}

.sahibinden-head p {
    color: #5f6b7a;
    font-size: 16px;
    margin-bottom: 0;
}

/* Araç çubuğu: tablar + arama */
.sahibinden-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 18px;
    margin-bottom: 40px;
}

.sahibinden-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.sahibinden-tabs .sh-tab {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    color: #46535f;
    border: 1.5px solid #e3e9f0;
    font-weight: 600;
    font-size: 14.5px;
    padding: 10px 18px;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.22s ease;
}

.sahibinden-tabs .sh-tab span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 22px;
    height: 22px;
    padding: 0 6px;
    background: #eef2f7;
    color: #6b7787;
    font-size: 12px;
    font-weight: 700;
    border-radius: 50px;
    transition: all 0.22s ease;
}

.sahibinden-tabs .sh-tab:hover {
    border-color: #ffe800;
    color: #1b1b1b;
}

.sahibinden-tabs .sh-tab.active {
    background: #ffe800;
    border-color: #ffe800;
    color: #1b1b1b;
    box-shadow: 0 6px 16px rgba(255, 232, 0, 0.4);
}

.sahibinden-tabs .sh-tab.active span {
    background: rgba(0, 0, 0, 0.12);
    color: #1b1b1b;
}

.sahibinden-search {
    position: relative;
    flex: 0 0 320px;
    max-width: 100%;
}

.sahibinden-search i {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: #9aa6b3;
    font-size: 15px;
}

.sahibinden-search input {
    width: 100%;
    height: 50px;
    padding: 0 18px 0 44px;
    border: 1.5px solid #e3e9f0;
    border-radius: 50px;
    font-size: 14.5px;
    color: #2c3742;
    transition: all 0.22s ease;
    background: #fff;
}

.sahibinden-search input:focus {
    outline: none;
    border-color: #ffe800;
    box-shadow: 0 0 0 4px rgba(255, 232, 0, 0.18);
}

.sahibinden-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.sahibinden-card .sh-cat-label {
    display: inline-block;
    background: #f0f4f8;
    color: #5a6878;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    padding: 5px 12px;
    border-radius: 50px;
    margin-bottom: 12px;
}

.sahibinden-noresult {
    text-align: center;
    padding: 70px 20px;
    color: #6b7787;
}

.sahibinden-noresult i {
    font-size: 48px;
    color: #c2cbd6;
    margin-bottom: 16px;
}

.sahibinden-noresult p {
    font-size: 17px;
    margin-bottom: 0;
}

.sahibinden-card {
    position: relative;
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(13, 27, 42, 0.07);
    transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.35s ease, opacity 0.4s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
    will-change: transform, opacity;
}

.sahibinden-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 24px 50px rgba(13, 27, 42, 0.14);
}

/* Filtre giriş/çıkış animasyonu */
.sahibinden-card.sh-hide {
    opacity: 0;
    transform: translateY(14px) scale(0.97);
    pointer-events: none;
}

.sahibinden-grid {
    transition: height 0.4s ease;
}

.sahibinden-card .product-link {
    display: flex;
    flex-direction: column;
    color: inherit;
    height: 100%;
}

.sahibinden-card .img-holder {
    position: relative;
    aspect-ratio: 16 / 11;
    overflow: hidden;
    background: #eef2f7;
}

.sahibinden-card .img-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.sahibinden-card:hover .img-holder img {
    transform: scale(1.07);
}

.sahibinden-card .img-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 46px;
    color: #c2cbd6;
}

.sahibinden-card .sh-cat-label {
    position: absolute;
    top: 16px;
    left: 16px;
    background: rgba(13, 27, 42, 0.85);
    backdrop-filter: blur(4px);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    padding: 7px 14px;
    border-radius: 50px;
    z-index: 2;
}

.sahibinden-card .sh-source {
    position: absolute;
    top: 16px;
    right: 16px;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(4px);
    color: #d4a000;
    font-weight: 700;
    font-size: 12px;
    padding: 6px 12px;
    border-radius: 50px;
    z-index: 2;
}

.sahibinden-card .content {
    padding: 26px 24px 28px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.sahibinden-card .content h4 {
    font-size: 19px;
    font-weight: 700;
    color: #0d1b2a;
    margin-bottom: 12px;
    line-height: 1.4;
}

.sahibinden-card .content p {
    color: #6b7787;
    font-size: 14.5px;
    line-height: 1.65;
    margin-bottom: 22px;
    flex-grow: 1;
}

.sahibinden-card .card-footer-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-top: auto;
}

.sahibinden-card .card-footer-row .price {
    font-size: 21px;
    font-weight: 800;
    color: #0d1b2a;
    white-space: nowrap;
}

.sahibinden-card .listing-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #0d1b2a;
    color: #fff;
    font-weight: 700;
    font-size: 13.5px;
    padding: 12px 18px;
    border-radius: 10px;
    transition: all 0.25s ease;
    white-space: nowrap;
}

.sahibinden-card:hover .listing-btn {
    background: #ffe800;
    color: #1b1b1b;
}

.sahibinden-empty {
    text-align: center;
    padding: 80px 20px;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 10px 40px rgba(13, 27, 42, 0.06);
}

.sahibinden-empty i {
    font-size: 56px;
    color: #c2cbd6;
    margin-bottom: 18px;
}

.sahibinden-empty p {
    color: #6b7787;
    font-size: 17px;
    margin-bottom: 0;
}

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

@media (max-width: 991px) {
    .business-info-cards {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .sahibinden-products-section {
        padding: 60px 0 70px;
    }
    .sahibinden-head h2 {
        font-size: 30px;
    }
    .sahibinden-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
}

/* Beyaz Eşya Servisi — sade landing */
body.page-beyaz-esya .beyaz-esya-hero {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 32px 20px 36px;
    box-sizing: border-box;
    background: linear-gradient(160deg, #f4f7fb 0%, #e8eef6 100%);
    text-align: center;
}

body.page-beyaz-esya .beyaz-esya-hero__inner {
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

body.page-beyaz-esya .beyaz-esya-hero__phones {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 14px 20px;
    width: 100%;
    margin: 0 0 24px;
    padding-top: 0;
}

body.page-beyaz-esya .beyaz-esya-hero__slider {
    width: 100%;
    margin-top: 28px;
}

body.page-beyaz-esya .beyaz-esya-services-carousel {
    position: relative;
    width: 100%;
}

body.page-beyaz-esya .beyaz-esya-service-slide {
    padding: 0 8px;
}

body.page-beyaz-esya .beyaz-esya-services-carousel .single-project-style2 {
    margin-bottom: 0;
}

body.page-beyaz-esya .beyaz-esya-services-carousel.owl-theme .owl-nav {
    position: absolute;
    top: 38%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    margin: 0;
    pointer-events: none;
}

body.page-beyaz-esya .beyaz-esya-services-carousel.owl-theme .owl-nav button.owl-prev,
body.page-beyaz-esya .beyaz-esya-services-carousel.owl-theme .owl-nav button.owl-next {
    position: absolute;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #fff !important;
    border: 1px solid #d8e0ea !important;
    color: #041e42 !important;
    box-shadow: 0 4px 16px rgba(4, 30, 66, 0.12);
    pointer-events: auto;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

body.page-beyaz-esya .beyaz-esya-services-carousel.owl-theme .owl-nav button.owl-prev {
    left: -6px;
}

body.page-beyaz-esya .beyaz-esya-services-carousel.owl-theme .owl-nav button.owl-next {
    right: -6px;
}

body.page-beyaz-esya .beyaz-esya-services-carousel.owl-theme .owl-nav button.owl-prev:hover,
body.page-beyaz-esya .beyaz-esya-services-carousel.owl-theme .owl-nav button.owl-next:hover {
    background: #041e42 !important;
    color: #fff !important;
}

body.page-beyaz-esya .beyaz-esya-services-carousel.owl-theme .owl-dots {
    margin-top: 18px;
}

body.page-beyaz-esya .beyaz-esya-hero__phone {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 22px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid #d8e0ea;
    color: #041e42;
    font-weight: 700;
    font-size: 17px;
    box-shadow: 0 4px 18px rgba(4, 30, 66, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

body.page-beyaz-esya .beyaz-esya-hero__phone:hover {
    color: #041e42;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(4, 30, 66, 0.12);
}

body.page-beyaz-esya .beyaz-esya-hero__phone.is-whatsapp {
    background: #25d366;
    border-color: #25d366;
    color: #fff;
}

body.page-beyaz-esya .beyaz-esya-hero__phone.is-whatsapp:hover {
    color: #fff;
}

body.page-beyaz-esya .beyaz-esya-hero__phone i {
    font-size: 18px;
}

body.page-beyaz-esya .beyaz-esya-hero__logo {
    margin-bottom: 28px;
}

body.page-beyaz-esya .beyaz-esya-hero__logo img {
    max-height: 88px;
    width: auto;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

body.page-beyaz-esya .beyaz-esya-hero__title {
    margin: 0 0 14px;
    font-size: clamp(30px, 5vw, 44px);
    font-weight: 800;
    letter-spacing: 0.06em;
    line-height: 1.15;
    color: #041e42;
    text-align: center;
}

body.page-beyaz-esya .beyaz-esya-hero__subtitle {
    margin: 0;
    font-size: clamp(17px, 2.5vw, 22px);
    font-weight: 600;
    line-height: 1.4;
    color: #3d4f63;
    text-align: center;
}

@media (max-width: 767px) {
    body.page-beyaz-esya .beyaz-esya-hero {
        padding: 24px 16px 28px;
    }

    body.page-beyaz-esya .beyaz-esya-hero__phones {
        margin-bottom: 18px;
    }

    body.page-beyaz-esya .beyaz-esya-hero__slider {
        margin-top: 22px;
    }

    body.page-beyaz-esya .beyaz-esya-services-carousel.owl-theme .owl-nav button.owl-prev {
        left: 0;
    }

    body.page-beyaz-esya .beyaz-esya-services-carousel.owl-theme .owl-nav button.owl-next {
        right: 0;
    }

    body.page-beyaz-esya .beyaz-esya-hero__phone {
        width: 100%;
        max-width: none;
        font-size: 16px;
    }
}
