/* Site enhancements - SEO, responsive CTA, performance helpers */
.page-hero-title {
    font-size: inherit;
    font-weight: inherit;
    margin: 0;
    line-height: 1.2;
}

.wpo-breadcumb-wrap ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

img[loading="lazy"] {
    content-visibility: auto;
}

/* Mobil sabit iletişim çubuğu */
.mobile-cta-bar {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: #1a1a1a;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.25);
    padding: 8px 6px calc(8px + env(safe-area-inset-bottom));
    gap: 6px;
}

.mobile-cta-btn {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    padding: 8px 4px;
    border-radius: 8px;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.2;
    min-height: 52px;
}

.mobile-cta-btn i {
    font-size: 20px;
}

.mobile-cta-call { background: #007bff; }
.mobile-cta-whatsapp { background: #25d366; }
.mobile-cta-teklif { background: #bb2593; }

@media (max-width: 991px) {
    .mobile-cta-bar {
        display: flex;
    }

    body {
        padding-bottom: 72px;
    }
}

@media (min-width: 992px) {
    .desktop-floating-stack {
        display: flex;
    }
}

/* Masaüstü sol alt: Teklif Al + WhatsApp */
.desktop-floating-stack {
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 9998;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

.desktop-floating-btn {
    text-decoration: none !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.desktop-floating-btn:hover {
    transform: scale(1.05);
    color: #fff !important;
}

.desktop-floating-teklif {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 20px;
    border-radius: 999px;
    background: linear-gradient(135deg, #bb2593, #9a1f78);
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0 6px 20px rgba(187, 37, 147, 0.4);
}

.desktop-floating-teklif i {
    font-size: 16px;
}

.desktop-floating-wa {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #25d366;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    box-shadow: 0 4px 16px rgba(37, 211, 102, 0.45);
}

.desktop-floating-wa:hover {
    box-shadow: 0 6px 22px rgba(37, 211, 102, 0.55);
}

/* Eski sınıf — geriye dönük */
.mobile-cta-floating {
    position: fixed;
    left: 20px;
    right: auto;
    bottom: 20px;
    z-index: 9998;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #25d366;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    box-shadow: 0 4px 16px rgba(37, 211, 102, 0.45);
    text-decoration: none !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.mobile-cta-floating:hover {
    transform: scale(1.06);
    color: #fff !important;
    box-shadow: 0 6px 22px rgba(37, 211, 102, 0.55);
}

/* Scroll-top ile çakışmasın */
.back-to-top {
    right: 20px !important;
    bottom: 20px !important;
    z-index: 9997 !important;
}

/* Anasayfa hizmet bölgeleri bandı */
.home-regions-strip {
    padding-top: 50px;
    padding-bottom: 50px;
    background: linear-gradient(180deg, #0f0f0f 0%, #1a1a1a 100%);
}

.home-regions-card {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    padding: 32px 36px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(202, 171, 6, 0.35);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
    position: relative;
    overflow: hidden;
}

.home-regions-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, #caab06, #bb2593);
}

.home-regions-icon {
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(202, 171, 6, 0.15);
    color: #caab06;
    font-size: 26px;
}

.home-regions-label {
    display: inline-block;
    margin-bottom: 10px;
    padding: 4px 12px;
    border-radius: 999px;
    background: rgba(202, 171, 6, 0.15);
    color: #caab06;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.home-regions-text {
    margin: 0 0 18px;
    color: #f0f0f0;
    font-size: 17px;
    line-height: 1.75;
}

.home-regions-text strong {
    color: #fff;
}

.home-regions-tags {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.home-regions-tags li {
    padding: 3px 9px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #d8d8d8;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.3;
}

.home-regions-tags li.is-hq {
    background: rgba(202, 171, 6, 0.22);
    border-color: rgba(202, 171, 6, 0.5);
    color: #fff;
    font-weight: 600;
}

.home-regions-tags li.is-hq::after {
    content: " · Merkez";
    font-size: 10px;
    font-weight: 500;
    opacity: 0.9;
}

@media (max-width: 767px) {
    .home-regions-card {
        flex-direction: column;
        padding: 24px 20px;
        gap: 16px;
    }

    .home-regions-text {
        font-size: 15px;
    }

    .mobile-cta-floating {
        left: 16px;
        bottom: 88px;
    }
}

/* Mobil form ve dokunma alanları (Faz 3) */
@media (max-width: 991px) {
    .inputs,
    .home2.quote select.inputs,
    .wpo-contact-form-area input,
    .wpo-contact-form-area textarea,
    .wpo-contact-form-area select {
        min-height: 48px;
        font-size: 16px;
    }

    .theme-btn,
    .button-style,
    .mobile-cta-btn {
        min-height: 48px;
    }

    .navbar-toggler,
    .menu-close,
    .right-menu-close {
        min-width: 44px;
        min-height: 44px;
    }

    .office-info-item a[href^="tel:"] {
        display: inline-block;
        padding: 8px 0;
        min-height: 44px;
        line-height: 28px;
    }
}

.pagination-wrapper-center {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.pagination-wrapper-center .pg-pagination {
    justify-content: center;
}

.wpo-site-footer-s2 .wpo-lower-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(0, 0, 0, 0.15);
}

/* Modern Footer */
.site-footer-modern {
    position: relative;
    z-index: 2;
    background: linear-gradient(180deg, #14141c 0%, #1a1a24 100%);
    color: rgba(255, 255, 255, 0.82);
}

.site-footer-cta {
    padding: 0 0 1px;
    background: linear-gradient(135deg, rgba(187, 37, 147, 0.18), rgba(202, 171, 6, 0.12));
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.site-footer-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 36px 0;
    flex-wrap: wrap;
}

.site-footer-cta-text h2 {
    color: #fff;
    font-size: clamp(1.35rem, 2.5vw, 1.75rem);
    margin: 8px 0 6px;
}

.site-footer-cta-text p {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
    max-width: 520px;
    line-height: 1.6;
}

.site-footer-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.site-footer-main {
    padding: 56px 0 48px;
}

.site-footer-logo {
    display: inline-block;
    margin-bottom: 18px;
}

.site-footer-logo img {
    max-height: 58px;
    width: auto;
}

.site-footer-mission {
    font-size: 14px;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.68);
    margin: 0 0 18px;
}

.site-footer-about-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #fff !important;
    text-decoration: none !important;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 22px;
    transition: background 0.2s, border-color 0.2s, transform 0.2s;
}

.site-footer-about-btn:hover {
    background: rgba(187, 37, 147, 0.2);
    border-color: rgba(187, 37, 147, 0.45);
    transform: translateY(-1px);
}

.site-footer-social {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.site-footer-social a {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #fff !important;
    text-decoration: none !important;
    transition: background 0.2s, transform 0.2s;
}

.site-footer-social a:hover {
    background: linear-gradient(135deg, #bb2593, #caab06);
    transform: translateY(-2px);
}

.site-footer-widget h3 {
    color: #fff;
    font-size: 1rem;
    margin: 0 0 18px;
    position: relative;
    padding-bottom: 10px;
}

.site-footer-widget h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 36px;
    height: 2px;
    border-radius: 2px;
    background: linear-gradient(90deg, #bb2593, #caab06);
}

.site-footer-links,
.site-footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.site-footer-links li + li,
.site-footer-contact li + li {
    margin-top: 10px;
}

.site-footer-links a,
.site-footer-contact a {
    color: rgba(255, 255, 255, 0.68) !important;
    text-decoration: none !important;
    font-size: 14px;
    line-height: 1.5;
    transition: color 0.2s;
}

.site-footer-links a:hover,
.site-footer-contact a:hover {
    color: #caab06 !important;
}

.site-footer-contact li {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.site-footer-contact-icon {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.06);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #caab06;
    font-size: 14px;
}

.site-footer-mini-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.site-footer-mini-links a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.55) !important;
    text-decoration: none !important;
}

.site-footer-mini-links a:hover {
    color: #fff !important;
}

.site-footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(0, 0, 0, 0.2);
}

.site-footer-modern .footer-copyright {
    text-align: center;
    padding: 20px 12px 24px;
    color: rgba(255, 255, 255, 0.55);
    font-size: 13px;
    line-height: 1.75;
}

.site-footer-modern .footer-copyright::before {
    content: "";
    display: block;
    width: 72px;
    height: 2px;
    margin: 0 auto 16px;
    border-radius: 2px;
    background: linear-gradient(90deg, transparent, #caab06, #bb2593, transparent);
}

.site-footer-modern .footer-copyright p {
    margin: 0;
}

.site-footer-modern .footer-copyright a {
    color: #caab06 !important;
    text-decoration: none;
}

.site-footer-modern .footer-copyright a:hover {
    color: #fff !important;
}

@media (max-width: 767px) {
    .site-footer-cta-inner {
        padding: 28px 0;
    }

    .site-footer-cta-actions {
        width: 100%;
    }

    .site-footer-cta-actions .about-btn {
        flex: 1;
        justify-content: center;
        min-width: 140px;
    }

    .site-footer-main {
        padding: 40px 0 32px;
    }
}

@media (max-width: 575px) {
    .site-footer-modern .footer-copyright {
        font-size: 12px;
        padding: 16px 8px 20px;
    }
}


.wpo-hero-slider.wpo-hero-style-3 .slide-inner,
.wpo-hero-slider.wpo-hero-style-3 .slide-inner.slide-bg-image {
    background-size: cover !important;
    background-position: center center !important;
}

/* Slider başlık boyutları — masaüstü küçült, mobil büyüt */
.wpo-hero-slider.wpo-hero-style-3 .slide-title h2 {
    font-size: clamp(2.5rem, 4.2vw, 4.25rem) !important;
    line-height: 1.15 !important;
    margin-bottom: 28px !important;
}

@media (min-width: 1400px) {
    .wpo-hero-slider.wpo-hero-style-3 .slide-title h2 {
        font-size: 4.5rem !important;
    }
}

@media (max-width: 1199px) {
    .wpo-hero-slider.wpo-hero-style-3 .slide-title h2 {
        font-size: clamp(2.25rem, 4.8vw, 3.5rem) !important;
    }
}

/* Masaüstü: header üstte absolute, slider tam ekran */
@media (min-width: 992px) {
    .wpo-hero-slider.wpo-hero-style-3 {
        height: 100svh !important;
        min-height: 100vh;
        max-height: none;
    }
}

@media (max-width: 991px) {
    .wpo-hero-slider.wpo-hero-style-3 {
        height: calc(100svh - 72px) !important;
        min-height: 420px;
        max-height: 900px;
    }

    .wpo-hero-slider.wpo-hero-style-3 .slide-inner .slide-content {
        padding: 32px 16px;
    }

    .wpo-hero-slider.wpo-hero-style-3 .slide-title h2 {
        font-size: clamp(2.1rem, 8vw, 3.25rem) !important;
        line-height: 1.2 !important;
        margin-bottom: 22px !important;
    }
}

@media (max-width: 575px) {
    .wpo-hero-slider.wpo-hero-style-3 {
        height: calc(100svh - 64px) !important;
        min-height: calc(100svh - 64px);
    }

    .wpo-hero-slider.wpo-hero-style-3 .slide-title h2 {
        font-size: clamp(1.95rem, 9.5vw, 2.85rem) !important;
        line-height: 1.22 !important;
        -webkit-text-stroke-width: 0.75px;
    }

    .wpo-hero-slider.wpo-hero-style-3 .swiper-button-next,
    .wpo-hero-slider.wpo-hero-style-3 .swiper-button-prev {
        display: none;
    }
}

/* Teklif Al sayfası */
body.page-teklif-al .wpo-header-style-3 {
    position: absolute;
}

body.page-teklif-al .page-wrapper {
    padding-top: 0;
}

.quote-page-hero {
    position: relative;
    padding: 88px 0 56px;
    overflow: hidden;
    color: #fff;
}

.quote-page-hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transform: scale(1.03);
}

.quote-page-hero-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, rgba(10, 10, 14, 0.92) 0%, rgba(40, 20, 48, 0.82) 50%, rgba(120, 80, 20, 0.45) 100%);
}

.quote-page-hero .container {
    position: relative;
    z-index: 1;
}

.quote-page-hero-inner {
    max-width: 680px;
}

.quote-page-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.28);
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 18px;
    color: #fff !important;
}

.quote-page-hero h1 {
    font-size: clamp(1.75rem, 4vw, 2.6rem);
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 14px;
    color: #fff !important;
}

.quote-page-hero p,
.quote-page-hero .quote-page-desc {
    font-size: 1.05rem;
    line-height: 1.75;
    margin-bottom: 20px;
    color: #ffffff !important;
}

.quote-page-features {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
}

.quote-page-features li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff !important;
}

.quote-page-features i {
    color: #caab06;
}

.quote-page-section {
    padding: 48px 0 80px;
    background: linear-gradient(180deg, #f7f8fb 0%, #eef1f6 100%);
}

.quote-page-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(20, 24, 40, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.04);
}

.quote-page-aside {
    height: 100%;
    padding: 40px 32px;
    background: linear-gradient(160deg, #1a1a22 0%, #2d1f35 50%, #1a1a22 100%);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.quote-page-aside-icon {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #bb2593, #caab06);
    font-size: 30px;
    margin-bottom: 22px;
    color: #fff;
}

.quote-page-aside h2 {
    font-size: 1.5rem;
    margin: 0 0 12px;
    color: #fff !important;
}

.quote-page-aside p,
.quote-page-aside .quote-aside-desc {
    line-height: 1.75;
    margin-bottom: 24px;
    color: rgba(255, 255, 255, 0.92) !important;
    font-size: 15px;
}

.quote-page-contact {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.quote-page-contact a {
    color: #fff !important;
    text-decoration: none !important;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
}

.quote-page-contact a:hover {
    color: #caab06 !important;
}

.quote-form {
    padding: 36px 32px 40px;
    background: #fff;
}

.quote-form-head {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 18px 20px;
    margin-bottom: 28px;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(187, 37, 147, 0.08) 0%, rgba(202, 171, 6, 0.08) 100%);
    border: 1px solid rgba(187, 37, 147, 0.12);
}

.quote-form-head-icon {
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #bb2593, #9a1f78);
    color: #fff;
    font-size: 18px;
}

.quote-form-head h3 {
    margin: 0 0 4px;
    font-size: 1.1rem;
    font-weight: 700;
    color: #1f2430;
}

.quote-form-head p {
    margin: 0;
    font-size: 13px;
    color: #6b7280;
    line-height: 1.5;
}

.quote-form-group {
    margin-bottom: 22px;
}

.quote-form-group label {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: #374151;
    margin-bottom: 9px;
    letter-spacing: 0.01em;
}

.quote-form-group label span {
    color: #bb2593;
}

.quote-form-group label .quote-optional {
    color: #9ca3af;
    font-weight: 500;
    font-size: 12px;
}

.quote-field {
    position: relative;
}

.quote-field-icon {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #bb2593;
    font-size: 15px;
    pointer-events: none;
    z-index: 2;
}

.quote-field-textarea .quote-field-icon {
    top: 18px;
    transform: none;
}

.quote-field input,
.quote-field select,
.quote-field textarea {
    width: 100%;
    border: 1.5px solid #e5e9f2;
    border-radius: 14px;
    padding: 15px 16px 15px 46px;
    font-size: 15px;
    color: #1f2430;
    background: #fff;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.04);
    transition: border-color 0.2s, box-shadow 0.2s;
    -webkit-appearance: none;
    appearance: none;
}

.quote-field input[type="date"] {
    min-height: 52px;
    cursor: pointer;
    color-scheme: light;
}

.quote-field input[type="date"]::-webkit-calendar-picker-indicator {
    cursor: pointer;
    opacity: 0.7;
    margin-right: 4px;
}

.quote-field select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23bb2593' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 40px;
    cursor: pointer;
}

.quote-field textarea {
    min-height: 120px;
    resize: vertical;
    padding-top: 16px;
}

.quote-field input:focus,
.quote-field select:focus,
.quote-field textarea:focus {
    outline: none;
    border-color: #bb2593;
    box-shadow: 0 0 0 4px rgba(187, 37, 147, 0.12), 0 4px 14px rgba(15, 23, 42, 0.06);
}

.quote-field input::placeholder,
.quote-field textarea::placeholder {
    color: #9ca3af;
}

.quote-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.quote-form-actions {
    display: flex;
    gap: 12px;
    justify-content: flex-end;
    margin-top: 28px;
    padding-top: 16px;
    border-top: 1px solid #eef1f6;
}

.quote-btn {
    border: none;
    border-radius: 14px;
    padding: 15px 26px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.15s, box-shadow 0.2s, opacity 0.2s;
}

.quote-btn:active {
    transform: scale(0.98);
}

.quote-btn-reset {
    background: #f3f4f6;
    color: #9ca3af;
    border: 1px solid #e5e7eb;
}

.quote-btn-reset:hover {
    background: #e9ecef;
    color: #6b7280;
}

.quote-btn-send {
    background: linear-gradient(135deg, #bb2593 0%, #9a1f78 100%);
    color: #fff;
    box-shadow: 0 8px 24px rgba(187, 37, 147, 0.35);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-width: 160px;
    justify-content: center;
}

.quote-btn-send:hover {
    box-shadow: 0 12px 28px rgba(187, 37, 147, 0.45);
}

.quote-modal {
    position: fixed;
    inset: 0;
    z-index: 10050;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s, visibility 0.25s;
}

.quote-modal.is-open {
    opacity: 1;
    visibility: visible;
}

.quote-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(10, 12, 18, 0.65);
    backdrop-filter: blur(4px);
}

.quote-modal-dialog {
    position: relative;
    width: 100%;
    max-width: 480px;
    background: #fff;
    border-radius: 20px;
    padding: 36px 28px 28px;
    text-align: center;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.25);
    transform: translateY(12px);
    transition: transform 0.25s;
}

.quote-modal.is-open .quote-modal-dialog {
    transform: translateY(0);
}

.quote-modal-close {
    position: absolute;
    top: 12px;
    right: 16px;
    border: none;
    background: none;
    font-size: 28px;
    line-height: 1;
    color: #9ca3af;
    cursor: pointer;
}

.quote-modal-icon {
    font-size: 48px;
    color: #25d366;
    margin-bottom: 12px;
}

.quote-modal-dialog h3 {
    font-size: 1.25rem;
    margin: 0 0 8px;
    color: #1f2430;
}

.quote-modal-dialog > p {
    color: #6b7280;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 24px;
}

.quote-modal-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.quote-modal-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    padding: 16px 20px;
    border: none;
    border-radius: 14px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    transition: transform 0.15s, box-shadow 0.2s;
}

.quote-modal-btn:hover {
    transform: translateY(-1px);
}

.quote-modal-btn:disabled {
    opacity: 0.65;
    cursor: wait;
}

.quote-modal-whatsapp {
    background: linear-gradient(135deg, #25d366, #1da851);
    box-shadow: 0 8px 24px rgba(37, 211, 102, 0.35);
}

.quote-modal-mail {
    background: linear-gradient(135deg, #bb2593, #9a1f78);
    box-shadow: 0 8px 24px rgba(187, 37, 147, 0.3);
}

.quote-modal-note {
    margin: 16px 0 0;
    font-size: 13px;
    color: #6b7280;
    min-height: 18px;
}

@media (max-width: 991px) {
    .quote-page-hero {
        padding: 108px 0 36px;
    }

    .quote-page-badge {
        margin-top: 4px;
    }

    .quote-page-aside {
        padding: 28px 22px 24px;
        text-align: center;
        align-items: center;
    }

    .quote-page-aside-icon {
        margin-left: auto;
        margin-right: auto;
    }

    .quote-page-contact {
        align-items: center;
    }

    .quote-form {
        padding: 24px 18px 28px;
    }

    .quote-page-section {
        padding: 24px 0 72px;
    }

    .quote-page-card {
        border-radius: 16px;
        margin: 0 4px;
    }
}

@media (max-width: 575px) {
    .quote-page-hero {
        padding: 112px 0 32px;
    }

    .quote-page-hero h1 {
        font-size: 1.55rem;
    }

    .quote-page-desc {
        font-size: 0.95rem !important;
    }

    .quote-form-row {
        grid-template-columns: 1fr;
    }

    .quote-form-actions {
        flex-direction: column-reverse;
    }

    .quote-btn {
        width: 100%;
    }

    .quote-form-head {
        padding: 14px 16px;
    }

    .mobile-cta-btn span {
        font-size: 10px;
    }
}

.home-regions-tags li a {
    color: inherit;
    text-decoration: none;
}

.home-regions-tags li a:hover {
    color: #caab06;
}

/* İletişim sayfası */
.page-iletisim .contact-page-hero {
    min-height: 320px;
}

.contact-page-section {
    padding: 64px 0 72px;
    background: #f8f9fc;
}

.contact-aside {
    background: #fff;
    border-radius: 24px;
    padding: 28px 24px;
    box-shadow: 0 16px 48px rgba(15, 23, 42, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.04);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.contact-aside-head h2 {
    font-size: 1.35rem;
    margin: 0 0 8px;
}

.contact-aside-head p {
    color: #6b7280;
    font-size: 14px;
    margin: 0 0 20px;
    line-height: 1.6;
}

.contact-info-stack {
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 1;
}

.contact-info-card {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    background: #fafbfc;
    border-radius: 16px;
    padding: 18px 16px;
    border: 1px solid #eef1f6;
}

.contact-info-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(187, 37, 147, 0.12), rgba(202, 171, 6, 0.15));
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.contact-info-icon i {
    color: #bb2593;
    font-size: 18px;
}

.contact-info-card h3 {
    font-size: 0.9rem;
    margin: 0 0 6px;
    color: #1f2430;
}

.contact-info-card a {
    display: block;
    color: #4b5563;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.6;
}

.contact-info-card a:hover {
    color: #bb2593;
}

.contact-wa-card {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px;
    border-radius: 16px;
    background: linear-gradient(135deg, #25d366, #1da851);
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 600;
    box-shadow: 0 8px 24px rgba(37, 211, 102, 0.3);
    margin-top: 4px;
}

.contact-quick-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.contact-quick-links .about-btn {
    flex: 1;
    min-width: 140px;
    justify-content: center;
}

.contact-form-card {
    background: #fff;
    border-radius: 24px;
    padding: 32px 28px;
    box-shadow: 0 16px 48px rgba(15, 23, 42, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.04);
    height: 100%;
}

.contact-map-section {
    padding: 0 0 72px;
    background: #f8f9fc;
}

.contact-map-head {
    text-align: center;
    margin-bottom: 24px;
}

.contact-map-head h2 {
    margin: 8px 0 0;
}

.contact-map-card {
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 16px 48px rgba(15, 23, 42, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.04);
    line-height: 0;
}

.contact-map-card iframe {
    width: 100%;
    min-height: 420px;
    border: 0;
    display: block;
}

/* Bölge SEO sayfaları */
.bolge-page {
    background: #f7f8fb;
}

.bolge-content-card {
    background: #fff;
    border-radius: 20px;
    padding: 32px 28px;
    box-shadow: 0 12px 40px rgba(15, 23, 42, 0.08);
}

.bolge-lead {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #374151;
    margin-bottom: 24px;
}

.bolge-content-card h2 {
    font-size: 1.35rem;
    margin-bottom: 16px;
}

.bolge-service-list {
    padding-left: 20px;
    margin-bottom: 28px;
    line-height: 1.9;
    color: #4b5563;
}

.bolge-cta-box {
    background: linear-gradient(135deg, rgba(187, 37, 147, 0.08), rgba(202, 171, 6, 0.1));
    border: 1px solid rgba(187, 37, 147, 0.15);
    border-radius: 16px;
    padding: 24px;
}

.bolge-cta-box h3 {
    margin: 0 0 8px;
}

.bolge-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
}

.bolge-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    border-radius: 12px;
    font-weight: 600;
    text-decoration: none !important;
}

.bolge-btn-primary {
    background: linear-gradient(135deg, #bb2593, #9a1f78);
    color: #fff !important;
}

.bolge-btn-outline {
    border: 2px solid #bb2593;
    color: #bb2593 !important;
}

.bolge-sidebar {
    background: #fff;
    border-radius: 20px;
    padding: 24px 20px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.bolge-sidebar h3 {
    font-size: 1rem;
    margin: 0 0 12px;
}

.bolge-sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.bolge-sidebar ul li {
    margin-bottom: 8px;
}

.bolge-sidebar ul a {
    color: #374151;
    text-decoration: none;
    font-size: 14px;
}

.bolge-sidebar ul a:hover {
    color: #bb2593;
}

.bolge-sidebar-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.bolge-sidebar-tags li {
    margin: 0 !important;
}

.bolge-sidebar-tags a {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 999px;
    background: #f3f4f6;
    font-size: 12px !important;
}

/* Hizmet detay FAQ */
.service-faq-block {
    margin-top: 36px;
    padding-top: 28px;
    border-top: 1px solid #eef1f6;
}

.service-faq-block h3 {
    margin-bottom: 16px;
}

.service-faq-item {
    border: 1px solid #e5e9f2;
    border-radius: 12px;
    margin-bottom: 10px;
    overflow: hidden;
    background: #fafbfc;
}

.service-faq-item summary {
    padding: 14px 18px;
    cursor: pointer;
    font-weight: 600;
    color: #1f2430;
    list-style: none;
}

.service-faq-item summary::-webkit-details-marker {
    display: none;
}

.service-faq-item p {
    padding: 0 18px 16px;
    margin: 0;
    color: #4b5563;
    line-height: 1.7;
}

.service-faq-cta {
    margin-top: 20px;
}

/* Hakkımızda sayfası */
body.page-hakkimizda .wpo-header-style-3,
body.page-ekibimiz .wpo-header-style-3,
body.page-hizmetler .wpo-header-style-3,
body.page-hizmet-detay .wpo-header-style-3 {
    position: absolute;
}

.about-page-hero {
    position: relative;
    padding: 140px 0 56px;
    overflow: hidden;
    color: #fff;
}

.about-page-hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
}

.about-page-hero-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(10, 10, 14, 0.9) 0%, rgba(50, 30, 60, 0.8) 50%, rgba(120, 90, 20, 0.45) 100%);
}

.about-page-hero .container {
    position: relative;
    z-index: 1;
}

.about-breadcrumb {
    font-size: 13px;
    margin-bottom: 20px;
    margin-top: 4px;
    opacity: 0.85;
}

.about-breadcrumb a {
    color: #fff !important;
    text-decoration: none;
}

.about-breadcrumb span {
    margin: 0 6px;
    opacity: 0.6;
}

.about-page-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.22);
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 14px;
    color: #fff !important;
}

.about-page-hero h1 {
    font-size: clamp(1.85rem, 4vw, 2.75rem);
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 12px;
    color: #fff !important;
    max-width: 720px;
}

.about-page-desc {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #ffffff !important;
    max-width: 640px;
    margin: 0;
}

.about-intro-section {
    padding: 48px 0 32px;
    background: linear-gradient(180deg, #f7f8fb 0%, #eef1f6 100%);
}

.about-intro-card {
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 24px 64px rgba(15, 23, 42, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.04);
}

.about-intro-media {
    position: relative;
    height: 100%;
    min-height: 360px;
}

.about-intro-media img {
    width: 100%;
    height: 100%;
    min-height: 360px;
    object-fit: cover;
    display: block;
}

.about-intro-media-badge {
    position: absolute;
    left: 20px;
    bottom: 20px;
    background: linear-gradient(135deg, #bb2593, #9a1f78);
    color: #fff;
    border-radius: 16px;
    padding: 14px 18px;
    box-shadow: 0 8px 24px rgba(187, 37, 147, 0.4);
    line-height: 1.2;
}

.about-intro-media-badge strong {
    display: block;
    font-size: 1.75rem;
    font-weight: 800;
}

.about-intro-media-badge span {
    font-size: 12px;
    font-weight: 600;
    opacity: 0.95;
}

.about-video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.95);
    color: #bb2593 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
    transition: transform 0.2s, box-shadow 0.2s;
}

.about-video-btn:hover {
    transform: translate(-50%, -50%) scale(1.06);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.3);
}

.about-intro-body {
    padding: 36px 32px 40px;
}

.about-section-label {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #bb2593;
    margin-bottom: 10px;
}

.about-intro-body h2 {
    font-size: clamp(1.5rem, 3vw, 2rem);
    margin: 0 0 18px;
    color: #1f2430;
}

.about-rich-content {
    color: #4b5563;
    line-height: 1.85;
    font-size: 15px;
}

.about-rich-content p {
    margin-bottom: 14px;
}

.about-regions-note {
    margin-top: 20px;
    padding: 16px 18px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(187, 37, 147, 0.06), rgba(202, 171, 6, 0.08));
    border-left: 4px solid #bb2593;
    color: #374151 !important;
    font-size: 14px;
    line-height: 1.75;
}

.about-intro-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.about-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 22px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none !important;
    transition: transform 0.15s, box-shadow 0.2s;
}

.about-btn-primary {
    background: linear-gradient(135deg, #bb2593, #9a1f78);
    color: #fff !important;
    box-shadow: 0 8px 24px rgba(187, 37, 147, 0.35);
}

.about-btn-outline {
    border: 2px solid #bb2593;
    color: #bb2593 !important;
}

.about-btn-light {
    background: #fff;
    color: #9a1f78 !important;
}

.about-btn-ghost {
    border: 2px solid rgba(255, 255, 255, 0.5);
    color: #fff !important;
}

.about-stats-section {
    padding: 0 0 48px;
    background: linear-gradient(180deg, #eef1f6 0%, #f7f8fb 100%);
}

.about-stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 16px;
}

.about-stat-card {
    background: #fff;
    border-radius: 16px;
    padding: 24px 16px;
    text-align: center;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.04);
}

.about-stat-number {
    display: block;
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 800;
    color: #bb2593;
    line-height: 1.1;
    margin-bottom: 6px;
}

.about-stat-label {
    font-size: 13px;
    font-weight: 600;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.about-values-section {
    padding: 56px 0;
    background: #fff;
}

.about-section-head {
    margin-bottom: 36px;
}

.about-section-head h2 {
    font-size: clamp(1.5rem, 3vw, 2rem);
    margin: 0;
}

.about-value-card {
    height: 100%;
    padding: 28px 22px;
    border-radius: 18px;
    background: #fafbfc;
    border: 1px solid #eef1f6;
    transition: transform 0.2s, box-shadow 0.2s;
}

.about-value-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
}

.about-value-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #bb2593, #caab06);
    color: #fff;
    font-size: 20px;
    margin-bottom: 16px;
}

.about-value-card h3 {
    font-size: 1.1rem;
    margin: 0 0 10px;
    color: #1f2430;
}

.about-value-card p {
    margin: 0;
    color: #6b7280;
    font-size: 14px;
    line-height: 1.7;
}

.about-vm-section {
    padding: 0 0 56px;
    background: #fff;
}

.about-vm-card {
    height: 100%;
    padding: 32px 28px;
    border-radius: 20px;
    border: 1px solid #eef1f6;
    background: linear-gradient(160deg, #fafbfc 0%, #fff 100%);
    box-shadow: 0 12px 36px rgba(15, 23, 42, 0.05);
}

.about-vm-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin-bottom: 16px;
}

.about-vm-mission .about-vm-icon {
    background: rgba(187, 37, 147, 0.12);
    color: #bb2593;
}

.about-vm-vision .about-vm-icon {
    background: rgba(202, 171, 6, 0.15);
    color: #9a7d00;
}

.about-vm-card h3 {
    margin: 0 0 14px;
    font-size: 1.25rem;
}

.about-cta-section {
    padding: 0 0 72px;
    background: #fff;
}

.about-cta-card {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 36px 32px;
    border-radius: 24px;
    background: linear-gradient(135deg, #1a1a22 0%, #3d1f48 50%, #1a1a22 100%);
    color: #fff;
    box-shadow: 0 20px 60px rgba(30, 20, 40, 0.25);
}

.about-cta-card h2 {
    color: #fff !important;
    font-size: clamp(1.35rem, 3vw, 1.75rem);
    margin: 0 0 8px;
}

.about-cta-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.85) !important;
    font-size: 15px;
    line-height: 1.6;
}

.about-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

@media (max-width: 991px) {
    .about-page-hero {
        padding: 132px 0 40px;
    }

    .about-intro-body {
        padding: 28px 20px 32px;
    }

    .about-intro-media {
        min-height: 280px;
    }

    .about-intro-media img {
        min-height: 280px;
    }

    .about-cta-card {
        padding: 28px 22px;
        flex-direction: column;
        align-items: flex-start;
    }

    .about-cta-actions {
        width: 100%;
    }

    .about-cta-actions .about-btn {
        flex: 1;
        justify-content: center;
        min-width: 140px;
    }
}

@media (max-width: 575px) {
    .about-page-hero {
        padding: 128px 0 36px;
    }

    .about-intro-actions,
    .about-cta-actions {
        flex-direction: column;
    }

    .about-intro-actions .about-btn,
    .about-cta-actions .about-btn {
        width: 100%;
        justify-content: center;
    }
}

/* Ekibimiz sayfası */
.team-stats-section {
    padding: 0 0 40px;
    margin-top: -28px;
    position: relative;
    z-index: 2;
}

.team-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.team-stat-card {
    background: #fff;
    border-radius: 16px;
    padding: 22px 16px;
    text-align: center;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.04);
}

.team-stat-highlight {
    background: linear-gradient(135deg, #bb2593, #9a1f78);
    color: #fff;
}

.team-stat-highlight .team-stat-number,
.team-stat-highlight .team-stat-label {
    color: #fff !important;
}

.team-stat-number {
    display: block;
    font-size: clamp(1.6rem, 3vw, 2.1rem);
    font-weight: 800;
    color: #bb2593;
    line-height: 1.1;
    margin-bottom: 6px;
}

.team-stat-label {
    font-size: 12px;
    font-weight: 600;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.team-intro-section {
    padding: 24px 0 48px;
    background: linear-gradient(180deg, #f7f8fb 0%, #eef1f6 100%);
}

.team-intro-card {
    background: #fff;
    border-radius: 24px;
    padding: 36px 32px;
    box-shadow: 0 20px 56px rgba(15, 23, 42, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.04);
}

.team-intro-card h2 {
    font-size: clamp(1.5rem, 3vw, 2rem);
    margin: 0 0 16px;
}

.team-intro-text {
    color: #4b5563;
    line-height: 1.85;
    font-size: 15px;
    margin-bottom: 14px;
}

.team-fleet-summary {
    background: linear-gradient(160deg, #1a1a22 0%, #2d1f35 100%);
    color: #fff;
    border-radius: 20px;
    padding: 28px 24px;
    height: 100%;
}

.team-fleet-summary h3 {
    color: #fff !important;
    font-size: 1.15rem;
    margin: 0 0 16px;
}

.team-fleet-summary ul {
    list-style: none;
    padding: 0;
    margin: 0 0 16px;
}

.team-fleet-summary li {
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 15px;
    color: rgba(255, 255, 255, 0.9);
}

.team-fleet-summary li strong {
    color: #caab06;
    font-size: 1.1rem;
    margin-right: 6px;
}

.team-fleet-note {
    margin: 0;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8) !important;
    line-height: 1.6;
}

.team-fleet-section {
    padding: 56px 0;
    background: #fff;
}

.team-section-desc {
    color: #6b7280;
    max-width: 560px;
    margin: 10px auto 0;
    line-height: 1.7;
}

.team-fleet-card {
    height: 100%;
    padding: 28px 22px;
    border-radius: 18px;
    background: #fafbfc;
    border: 1px solid #eef1f6;
    text-align: center;
    transition: transform 0.2s, box-shadow 0.2s;
}

.team-fleet-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
}

.team-fleet-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 12px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #bb2593, #caab06);
    color: #fff;
    font-size: 22px;
}

.team-fleet-count {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #bb2593;
    line-height: 1;
    margin-bottom: 8px;
}

.team-fleet-card h3 {
    font-size: 1.05rem;
    margin: 0 0 10px;
}

.team-fleet-card p {
    margin: 0;
    font-size: 13px;
    color: #6b7280;
    line-height: 1.65;
}

.team-members-section {
    padding: 0 0 56px;
    background: #fff;
}

.team-member-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
    border: 1px solid #eef1f6;
    transition: transform 0.2s;
}

.team-member-card:hover {
    transform: translateY(-4px);
}

.team-member-img img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block;
}

.team-member-info {
    padding: 18px 16px;
    text-align: center;
}

.team-member-info h3 {
    font-size: 1.05rem;
    margin: 0 0 4px;
}

.team-member-info span {
    font-size: 13px;
    color: #bb2593;
    font-weight: 600;
}

.team-corporate-section {
    padding: 0 0 56px;
    background: linear-gradient(180deg, #fff 0%, #f7f8fb 100%);
}

.team-corporate-card {
    background: #fff;
    border-radius: 24px;
    padding: 36px 32px;
    box-shadow: 0 20px 56px rgba(15, 23, 42, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.04);
}

.team-corporate-card h2 {
    font-size: clamp(1.4rem, 3vw, 1.85rem);
    margin: 0 0 12px;
}

.team-corporate-lead {
    color: #6b7280;
    line-height: 1.75;
    margin: 0;
    font-size: 15px;
}

.team-corporate-list {
    margin: 0;
}

.team-corporate-item {
    padding: 16px 0;
    border-bottom: 1px solid #eef1f6;
}

.team-corporate-item:last-child {
    border-bottom: none;
}

.team-corporate-item dt {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #bb2593;
    margin-bottom: 6px;
}

.team-corporate-item dd {
    margin: 0;
    font-size: 15px;
    color: #1f2430;
    line-height: 1.6;
    font-weight: 500;
}

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

    .team-intro-card,
    .team-corporate-card {
        padding: 28px 20px;
    }
}

@media (max-width: 575px) {
    .team-stats-grid {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .team-stat-card {
        padding: 16px 12px;
    }
}

/* Hizmetler sayfası */
.svc-list-section {
    padding: 48px 0 56px;
    background: linear-gradient(180deg, #f7f8fb 0%, #eef1f6 100%);
}

.svc-list-head {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 36px;
}

.svc-list-head h2 {
    font-size: clamp(1.5rem, 3vw, 2rem);
    margin: 0 0 10px;
}

.svc-list-head p {
    color: #6b7280;
    margin: 0;
    line-height: 1.7;
}

.svc-card {
    height: 100%;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 12px 36px rgba(15, 23, 42, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.04);
    transition: transform 0.2s, box-shadow 0.2s;
}

.svc-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 48px rgba(15, 23, 42, 0.12);
}

.svc-card-img {
    display: block;
    position: relative;
    overflow: hidden;
}

.svc-card-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    transition: transform 0.35s;
}

.svc-card:hover .svc-card-img img {
    transform: scale(1.05);
}

.svc-card-icon {
    position: absolute;
    right: 16px;
    bottom: 16px;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: linear-gradient(135deg, #bb2593, #caab06);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.svc-card-body {
    padding: 22px 20px 24px;
}

.svc-card-body h3 {
    font-size: 1.15rem;
    margin: 0 0 10px;
    line-height: 1.35;
}

.svc-card-body h3 a {
    color: #1f2430;
    text-decoration: none;
}

.svc-card-body h3 a:hover {
    color: #bb2593;
}

.svc-card-body p {
    color: #6b7280;
    font-size: 14px;
    line-height: 1.7;
    margin: 0 0 16px;
}

.svc-card-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #bb2593 !important;
    text-decoration: none !important;
}

.svc-card-link:hover {
    gap: 12px;
}

.svc-pagination {
    margin-top: 36px;
}

.svc-detail-hero .about-page-hero-bg::after {
    background: linear-gradient(160deg, rgba(10, 10, 14, 0.92) 0%, rgba(40, 20, 48, 0.88) 55%, rgba(0, 0, 0, 0.75) 100%);
}

.svc-detail-section {
    padding: 48px 0 72px;
    background: linear-gradient(180deg, #f7f8fb 0%, #eef1f6 100%);
}

.svc-sidebar {
    background: #fff;
    border-radius: 20px;
    padding: 24px 20px;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.04);
    position: sticky;
    top: 100px;
}

.svc-sidebar h3 {
    font-size: 1.05rem;
    margin: 0 0 16px;
    padding-bottom: 12px;
    border-bottom: 2px solid #eef1f6;
}

.svc-sidebar-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.svc-sidebar-list li {
    margin-bottom: 4px;
}

.svc-sidebar-list a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 10px;
    color: #374151 !important;
    text-decoration: none !important;
    font-size: 14px;
    transition: background 0.2s, color 0.2s;
}

.svc-sidebar-list a i {
    color: #bb2593;
    width: 20px;
    text-align: center;
}

.svc-sidebar-list li.is-active a,
.svc-sidebar-list a:hover {
    background: linear-gradient(135deg, rgba(187, 37, 147, 0.1), rgba(202, 171, 6, 0.08));
    color: #bb2593 !important;
    font-weight: 600;
}

.svc-sidebar-cta {
    padding: 20px 16px;
    border-radius: 14px;
    background: linear-gradient(160deg, #1a1a22, #2d1f35);
    color: #fff;
    text-align: center;
}

.svc-sidebar-cta h4 {
    color: #fff !important;
    margin: 0 0 8px;
    font-size: 1rem;
}

.svc-sidebar-cta p {
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 13px;
    margin: 0 0 14px;
    line-height: 1.5;
}

.svc-sidebar-cta .about-btn {
    width: 100%;
    justify-content: center;
}

.svc-detail-card {
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 16px 48px rgba(15, 23, 42, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.04);
}

.svc-detail-image img {
    width: 100%;
    max-height: 420px;
    object-fit: cover;
    display: block;
}

.svc-detail-content {
    padding: 32px 28px 8px;
}

.svc-detail-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    padding: 8px 28px 28px;
}

.svc-detail-feature {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 16px 14px;
    border-radius: 14px;
    background: #fafbfc;
    border: 1px solid #eef1f6;
}

.svc-detail-feature i {
    color: #bb2593;
    font-size: 20px;
    margin-top: 2px;
}

.svc-detail-feature strong {
    display: block;
    font-size: 13px;
    color: #1f2430;
    margin-bottom: 4px;
}

.svc-detail-feature span {
    font-size: 12px;
    color: #6b7280;
    line-height: 1.5;
}

.svc-detail-card .service-faq-block {
    padding: 8px 28px 32px;
    margin-top: 0;
    border-top: 1px solid #eef1f6;
}

@media (max-width: 991px) {
    .svc-sidebar {
        position: static;
    }

    .svc-detail-features {
        grid-template-columns: 1fr;
    }

    .svc-detail-content,
    .svc-detail-card .service-faq-block {
        padding-left: 20px;
        padding-right: 20px;
    }

    .svc-detail-features {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* Vinçler listesi ve detay */
.page-vincler .vinc-page-hero,
.page-vinc-detay .vinc-page-hero {
    min-height: 340px;
}

.vinc-list-section {
    padding: 72px 0 80px;
    background: #f8f9fc;
}

.vinc-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 12px 40px rgba(15, 23, 42, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.vinc-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.12);
}

.vinc-card-img {
    display: block;
    position: relative;
    overflow: hidden;
}

.vinc-card-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
}

.vinc-card:hover .vinc-card-img img {
    transform: scale(1.05);
}

.vinc-card-cat {
    position: absolute;
    left: 14px;
    bottom: 14px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(26, 26, 34, 0.82);
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.vinc-card-body {
    padding: 22px 22px 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.vinc-card-body h3 {
    font-size: 1.15rem;
    margin: 0 0 10px;
    line-height: 1.35;
}

.vinc-card-body h3 a {
    color: #1f2430;
    text-decoration: none;
}

.vinc-card-body h3 a:hover {
    color: #bb2593;
}

.vinc-card-body p {
    color: #6b7280;
    font-size: 14px;
    line-height: 1.6;
    margin: 0 0 16px;
    flex: 1;
}

.vinc-detail-section {
    padding: 64px 0 80px;
    background: #f8f9fc;
}

.vinc-detail-card {
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 16px 48px rgba(15, 23, 42, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.04);
}

.vinc-gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    padding: 8px;
    background: #f3f4f8;
}

.vinc-gallery-item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 12px;
    display: block;
}

.vinc-specs {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 12px;
    padding: 24px 28px 8px;
    border-bottom: 1px solid #eef1f6;
}

.vinc-spec-item {
    padding: 14px 16px;
    border-radius: 14px;
    background: #fafbfc;
    border: 1px solid #eef1f6;
}

.vinc-spec-label {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #9ca3af;
    margin-bottom: 4px;
}

.vinc-spec-item strong {
    font-size: 14px;
    color: #1f2430;
}

.vinc-external-link {
    padding: 0 28px 8px;
}

.vinc-detail-cta {
    padding: 8px 28px 32px;
}

.vinc-sidebar .svc-sidebar-list a i {
    color: #bb2593;
}

@media (max-width: 767px) {
    .vinc-gallery {
        grid-template-columns: 1fr;
    }

    .vinc-specs {
        padding-left: 20px;
        padding-right: 20px;
    }

    .vinc-detail-cta,
    .vinc-external-link {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* Haberler */
.haber-list-section,
.galeri-list-section {
    padding: 72px 0 80px;
    background: #f8f9fc;
}

.haber-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 12px 40px rgba(15, 23, 42, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.haber-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.12);
}

.haber-card-img {
    display: block;
    position: relative;
    overflow: hidden;
}

.haber-card-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
}

.haber-card:hover .haber-card-img img {
    transform: scale(1.05);
}

.haber-card-date {
    position: absolute;
    left: 14px;
    bottom: 14px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(26, 26, 34, 0.82);
    color: #fff;
    font-size: 11px;
    font-weight: 600;
}

.haber-card-body {
    padding: 22px 22px 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.haber-card-body h3 {
    font-size: 1.1rem;
    margin: 0 0 10px;
    line-height: 1.35;
}

.haber-card-body h3 a {
    color: #1f2430;
    text-decoration: none;
}

.haber-card-body h3 a:hover {
    color: #bb2593;
}

.haber-card-body p {
    color: #6b7280;
    font-size: 14px;
    line-height: 1.6;
    margin: 0 0 16px;
    flex: 1;
}

.haber-detail-section {
    padding: 64px 0 80px;
    background: #f8f9fc;
}

.haber-detail-card {
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 16px 48px rgba(15, 23, 42, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.04);
}

.haber-detail-image img {
    width: 100%;
    max-height: 440px;
    object-fit: cover;
    display: block;
}

.haber-detail-content {
    padding: 32px 28px;
}

.haber-detail-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 0 28px 32px;
    border-top: 1px solid #eef1f6;
    margin-top: 8px;
    padding-top: 24px;
}

.haber-sidebar-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.haber-sidebar-list li + li {
    margin-top: 10px;
}

.haber-sidebar-list a {
    display: flex;
    gap: 12px;
    align-items: center;
    text-decoration: none;
    padding: 10px;
    border-radius: 12px;
    transition: background 0.2s;
}

.haber-sidebar-list a:hover {
    background: #f3f4f8;
}

.haber-sidebar-list img {
    width: 64px;
    height: 48px;
    object-fit: cover;
    border-radius: 8px;
    flex-shrink: 0;
}

.haber-sidebar-list strong {
    display: block;
    font-size: 13px;
    color: #1f2430;
    line-height: 1.4;
    margin-bottom: 4px;
}

.haber-sidebar-list em {
    font-size: 11px;
    color: #9ca3af;
    font-style: normal;
}

.haber-sidebar-services {
    list-style: none;
    padding: 0;
    margin: 12px 0 0;
    text-align: left;
}

.haber-sidebar-services li + li {
    margin-top: 6px;
}

.haber-sidebar-services a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.haber-sidebar-services a:hover {
    color: #fff;
}

.haber-sidebar-services i {
    font-size: 10px;
    opacity: 0.7;
}

/* Foto & Video Galeri */
.foto-galeri-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 16px;
}

.foto-galeri-item {
    position: relative;
    display: block;
    border-radius: 16px;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
}

.foto-galeri-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
}

.foto-galeri-item:hover img {
    transform: scale(1.06);
}

.foto-galeri-zoom {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(26, 26, 34, 0.45);
    color: #fff;
    font-size: 28px;
    opacity: 0;
    transition: opacity 0.25s;
}

.foto-galeri-item:hover .foto-galeri-zoom {
    opacity: 1;
}

.video-galeri-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(15, 23, 42, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.04);
}

.video-galeri-embed {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    background: #1a1a22;
}

.video-galeri-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.video-galeri-label {
    padding: 14px 18px;
    font-size: 13px;
    color: #6b7280;
    display: flex;
    align-items: center;
    gap: 8px;
}

.page-video-galeri .about-cta-section {
    margin-bottom: 0;
}

.page-video-galeri .site-footer-modern {
    position: relative;
    z-index: 2;
}

@media (max-width: 991px) {
    .contact-form-card {
        padding: 24px 20px;
    }

    .haber-detail-content {
        padding: 24px 20px;
    }

    .haber-detail-footer {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* Modern header & ana menü */
.site-header-modern.wpo-header-style-3 {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 999;
    background: transparent !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
}

.site-header-modern .navigation:before {
    display: none;
}

.site-header-modern .navigation {
    padding: 0;
}

.site-header-modern .site-header-container {
    max-width: 1320px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

.site-header-modern .site-header-inner {
    display: flex;
    align-items: center;
    gap: 12px 16px;
    min-height: 68px;
    flex-wrap: nowrap;
}

.site-header-modern .site-header-logo img {
    max-height: 48px;
    width: auto;
    transition: transform 0.25s ease;
}

.site-header-modern .site-header-logo {
    flex: 0 0 auto;
}

.site-header-modern .site-header-logo .logo {
    padding: 0;
    margin: 0;
}

.site-header-modern .site-header-logo .logo:hover img {
    transform: scale(1.02);
}

.site-header-modern .site-header-nav {
    flex: 1 1 auto;
}

.site-header-modern .site-header-actions {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 14px;
    margin-left: auto;
}

.site-header-modern .site-header-cta {
    align-items: center;
    gap: 8px;
    padding: 11px 22px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    color: #1a1a22 !important;
    background: linear-gradient(135deg, #caab06 0%, #e8c547 100%);
    box-shadow: 0 4px 18px rgba(202, 171, 6, 0.35);
    text-decoration: none !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    white-space: nowrap;
}

.site-header-modern .site-header-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(202, 171, 6, 0.45);
    color: #1a1a22 !important;
}

.site-header-modern .site-header-cta i {
    font-size: 13px;
}

@media (min-width: 992px) {
    .site-header-modern .site-header-container {
        max-width: 100%;
        padding-left: 28px;
        padding-right: 28px;
    }

    .site-header-modern .site-header-inner {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: minmax(68px, 72px);
        align-items: center;
        position: relative;
        width: 100%;
        min-height: 68px;
        column-gap: 0;
    }

    /* Sol: sadece logo */
    .site-header-modern .site-header-logo {
        grid-column: 1;
        grid-row: 1;
        justify-self: start;
        align-self: center;
        z-index: 3;
    }

    /* Sağ: Teklif Al + hamburger */
    .site-header-modern .site-header-actions {
        grid-column: 2;
        grid-row: 1;
        justify-self: end;
        align-self: center;
        z-index: 3;
        flex: none;
        margin-left: 0;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 14px;
        white-space: nowrap;
    }

    .site-header-modern .header-right {
        margin: 0;
        flex: 0 0 auto;
    }

    /* Orta: menü tam merkez (logo/sağ bloktan bağımsız) */
    .site-header-modern .site-header-nav {
        grid-column: 1 / -1;
        grid-row: 1;
        justify-self: center;
        align-self: center;
        z-index: 2;
        position: static !important;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        transform: none !important;
        flex: none;
        width: max-content !important;
        max-width: calc(100% - 420px) !important;
        min-width: 0;
        height: auto !important;
        opacity: 1 !important;
        visibility: visible !important;
        background: transparent !important;
        box-shadow: none !important;
        border: 0 !important;
        overflow: visible !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center;
        margin: 0 auto;
    }

    .site-header-modern.wpo-header-style-3 #navbar {
        justify-content: center !important;
    }

    .site-header-modern #navbar.collapse.navbar-collapse {
        display: flex !important;
        flex-basis: auto !important;
        flex-grow: 0 !important;
        visibility: visible !important;
        height: auto !important;
        width: auto !important;
    }

    .site-header-modern .menu-close,
    .site-header-modern .site-header-nav-head,
    .site-header-modern .site-header-mobile-cta {
        display: none !important;
    }

    .site-header-modern .site-header-cta {
        display: inline-flex !important;
        padding: 10px 18px;
        font-size: 13px;
    }

    .site-header-modern .right-menu-toggle-btn {
        display: inline-flex !important;
    }

    .site-header-modern #navbar > ul,
    .site-header-modern .site-header-menu {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        align-items: center;
        justify-content: center;
        gap: 0;
        margin: 0;
        padding: 0;
        float: none !important;
        width: auto;
        height: auto;
        overflow: visible;
    }

    .site-header-modern #navbar > ul > li {
        float: none !important;
        display: block;
        flex: 0 0 auto;
    }

    .site-header-modern #navbar > ul > li > a {
        font-size: 13px;
        font-weight: 600;
        padding: 20px 8px !important;
        color: rgba(255, 255, 255, 0.92) !important;
        letter-spacing: 0.01em;
        transition: color 0.2s ease;
        white-space: nowrap;
        position: relative;
        line-height: 1.2;
    }

    @media (min-width: 1200px) {
        .site-header-modern #navbar > ul > li > a {
            font-size: 14px;
            padding: 22px 10px !important;
        }
    }

    @media (min-width: 1400px) {
        .site-header-modern #navbar > ul > li > a {
            font-size: 15px;
            padding: 22px 12px !important;
        }

        .site-header-modern .site-header-container {
            padding-left: 40px;
            padding-right: 40px;
        }

        .site-header-modern .site-header-nav {
            max-width: calc(100% - 480px) !important;
        }
    }

    .site-header-modern #navbar > ul > li > a:before {
        display: none !important;
    }

    .site-header-modern #navbar > ul > li > a::after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 14px;
        width: 0;
        height: 3px;
        border-radius: 3px;
        background: linear-gradient(90deg, #caab06, #bb2593);
        transform: translateX(-50%);
        transition: width 0.25s ease;
    }

    .site-header-modern #navbar > ul > li > a:hover,
    .site-header-modern #navbar > ul > li > a:focus,
    .site-header-modern #navbar > ul > li > a.active {
        color: #fff !important;
    }

    .site-header-modern #navbar > ul > li > a:hover::after,
    .site-header-modern #navbar > ul > li > a.active::after {
        width: 28px;
    }

    .site-header-modern #navbar > ul > li > .sub-menu {
        background: rgba(22, 22, 30, 0.97);
        backdrop-filter: blur(16px);
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 14px;
        padding: 10px;
        min-width: 230px;
        box-shadow: 0 24px 60px rgba(0, 0, 0, 0.4);
        top: 100% !important;
    }

    .site-header-modern #navbar > ul > li .sub-menu a {
        display: block;
        padding: 10px 14px;
        border-radius: 8px;
        font-size: 14px;
        font-weight: 500;
        color: rgba(255, 255, 255, 0.82) !important;
        transition: background 0.2s ease, color 0.2s ease;
    }

    .site-header-modern #navbar > ul > li .sub-menu a:after {
        display: none;
    }

    .site-header-modern #navbar > ul > li .sub-menu a:hover,
    .site-header-modern #navbar > ul > li .sub-menu a.active {
        background: rgba(255, 255, 255, 0.08);
        color: #fff !important;
    }

    .site-header-modern .navigation.sticky-on {
        background: rgba(16, 16, 22, 0.94) !important;
        backdrop-filter: blur(14px);
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
    }

    .site-header-modern .navigation.sticky-header {
        padding: 0 !important;
    }
}

body:not(.page-home) .site-header-modern.wpo-header-style-3 {
    background: linear-gradient(180deg, rgba(10, 10, 14, 0.72) 0%, rgba(10, 10, 14, 0.35) 70%, transparent 100%) !important;
}

.site-header-modern .site-header-mobile-toggle {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(8px);
}

.site-header-modern .site-header-mobile-toggle .icon-bar {
    display: block;
    width: 20px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    transition: transform 0.25s ease, opacity 0.25s ease;
}

@media (max-width: 991px) {
    .site-header-modern .site-header-container {
        max-width: 100%;
        padding-left: 16px;
        padding-right: 10px;
    }

    .site-header-modern .site-header-inner {
        display: grid;
        grid-template-columns: 1fr auto;
        align-items: center;
        min-height: 72px;
        gap: 12px;
        width: 100%;
    }

    .site-header-modern .site-header-logo {
        grid-column: 1;
        min-width: 0;
    }

    .site-header-modern .site-header-actions {
        grid-column: 2;
        justify-self: end;
        margin-left: 0;
        margin-right: 0;
        justify-content: flex-end;
    }

    .site-header-modern .header-right {
        margin-right: 0;
    }

    .site-header-modern .right-menu-toggle-btn {
        margin-right: 0;
    }

    .site-header-modern .site-header-nav {
        grid-column: 1 / -1;
        grid-row: 2;
        position: fixed !important;
        top: 0 !important;
        transform: none !important;
    }

    .site-header-modern .header-right-menu-wrap,
    .site-header-modern .header-right-overlay {
        display: none !important;
    }

    .site-header-modern .site-header-logo img {
        max-height: 46px;
    }

    .site-header-modern #navbar {
        z-index: 99999 !important;
        width: 100% !important;
        max-width: 100vw !important;
        height: 100vh !important;
        height: 100dvh !important;
        max-height: 100dvh !important;
        left: auto !important;
        right: -105% !important;
        top: 0 !important;
        padding: env(safe-area-inset-top, 0) 0 env(safe-area-inset-bottom, 0);
        background: linear-gradient(165deg, #14141c 0%, #1f1a28 55%, #2a2030 100%) !important;
        border-left: 1px solid rgba(255, 255, 255, 0.08);
        box-shadow: -12px 0 48px rgba(0, 0, 0, 0.45);
        overflow-x: hidden !important;
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior: contain;
        touch-action: pan-y;
        transition: right 0.35s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.35s ease, visibility 0.35s ease;
        display: block !important;
    }

    .site-header-modern #navbar.slideInn {
        left: auto !important;
        right: 0 !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

    .site-header-modern .menu-close {
        display: flex !important;
        align-items: center;
        justify-content: center;
        margin: 14px 14px 0 auto;
        width: 44px;
        height: 44px;
        border-radius: 12px;
        border: 1px solid rgba(255, 255, 255, 0.2) !important;
        background: rgba(255, 255, 255, 0.06);
        color: #fff;
        font-size: 18px;
        line-height: 1;
    }

    .site-header-modern .site-header-nav-head {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        padding: 8px 14px 18px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        margin-bottom: 0;
    }

    .site-header-modern .site-header-nav-head img {
        max-height: 44px;
        width: auto;
    }

    .site-header-modern .site-header-nav-head span {
        font-size: 13px;
        color: rgba(255, 255, 255, 0.55);
        line-height: 1.4;
    }

    .site-header-modern #navbar > ul > li {
        width: 100%;
        float: none !important;
    }

    .site-header-modern #navbar > ul > li > a {
        display: block;
        width: 100%;
        padding: 15px 14px !important;
        font-size: 16px !important;
        font-weight: 600;
        color: rgba(255, 255, 255, 0.9) !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    }

    .site-header-modern #navbar > ul > li > a:hover,
    .site-header-modern #navbar > ul > li > a.active {
        color: #caab06 !important;
        background: rgba(255, 255, 255, 0.04);
    }

    .site-header-modern #navbar .sub-menu {
        background: rgba(0, 0, 0, 0.2) !important;
        padding: 4px 0 8px !important;
    }

    .site-header-modern #navbar .sub-menu a {
        padding: 12px 14px 12px 22px !important;
        font-size: 14px !important;
        color: rgba(255, 255, 255, 0.75) !important;
    }

    .site-header-modern #navbar .sub-menu a:hover {
        color: #caab06 !important;
    }

    .site-header-modern .site-header-mobile-cta {
        display: flex;
        flex-direction: column;
        gap: 12px;
        padding: 18px 14px 24px;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
    }

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

    .site-header-modern #navbar .navbar-nav,
    .site-header-modern #navbar > ul,
    .site-header-modern #navbar .site-header-menu {
        display: block !important;
        width: 100% !important;
        height: auto !important;
        max-height: none !important;
        overflow: visible !important;
        padding: 0;
        margin: 0;
        float: none !important;
    }

    .wpo-site-header.site-header-modern #navbar .navbar-nav {
        height: auto !important;
        overflow: visible !important;
        padding-bottom: 0 !important;
    }

    body.site-nav-open {
        overflow: hidden;
        touch-action: none;
    }

    body.site-nav-open .mobile-cta-bar {
        display: none !important;
    }

    body.site-nav-open #navbar {
        touch-action: pan-y;
    }

    body.site-nav-open::before {
        content: "";
        position: fixed;
        inset: 0;
        background: rgba(10, 10, 16, 0.55);
        backdrop-filter: blur(4px);
        z-index: 997;
        pointer-events: none;
    }

    .right-menu-toggle-btn.x-close span:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
        width: 26px;
    }

    .right-menu-toggle-btn.x-close span:nth-child(2) {
        opacity: 0;
        width: 0;
    }

    .right-menu-toggle-btn.x-close span:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
        width: 26px;
    }
}

/* Sağ hamburger panel */
body.right-menu-open {
    overflow: hidden;
}

.header-right-overlay {
    position: fixed;
    inset: 0;
    background: rgba(10, 10, 16, 0.55);
    backdrop-filter: blur(4px);
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s ease, visibility 0.35s ease;
}

.header-right-overlay.is-active {
    opacity: 1;
    visibility: visible;
}

.wpo-site-header .header-right .header-right-menu-wrapper .right-menu-toggle-btn {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 6px;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.wpo-site-header .header-right .header-right-menu-wrapper .right-menu-toggle-btn span {
    display: block;
    width: 26px;
    height: 2px;
    background: linear-gradient(90deg, #caab06, #bb2593);
    margin: 0;
    border-radius: 2px;
    transition: transform 0.25s ease, width 0.25s ease;
}

.wpo-site-header .header-right .header-right-menu-wrapper .right-menu-toggle-btn span:nth-child(2) {
    width: 20px;
}

.wpo-site-header .header-right .header-right-menu-wrapper .right-menu-toggle-btn span:nth-child(3) {
    width: 30px;
}

.wpo-site-header .header-right .header-right-menu-wrapper .header-right-menu-wrap {
    background: linear-gradient(180deg, #1a1a24 0%, #14141c 100%);
    width: min(400px, 92vw);
    right: calc(-1 * min(400px, 92vw));
    top: 0;
    z-index: 9999;
    padding: 0;
    height: 100vh;
    height: 100dvh;
    max-height: 100dvh;
    box-shadow: -20px 0 60px rgba(0, 0, 0, 0.35);
    border-left: 1px solid rgba(255, 255, 255, 0.06);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.hr-panel-scroll {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    padding: 16px 22px 28px;
    touch-action: pan-y;
    display: flex;
    flex-direction: column;
}

.hr-panel-scroll::-webkit-scrollbar {
    width: 5px;
}

.hr-panel-scroll::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.18);
    border-radius: 4px;
}

.wpo-site-header .header-right .header-right-menu-wrapper .header-right-menu-wrap.right-menu-active {
    right: 0;
}

.wpo-site-header .header-right .header-right-menu-wrapper .header-right-menu-wrap .right-menu-close {
    width: 42px;
    height: 42px;
    line-height: 1;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: sticky;
    top: 0;
    z-index: 3;
    align-self: flex-end;
    margin: 0 0 12px;
    flex-shrink: 0;
    transition: background 0.2s, transform 0.2s;
}

.wpo-site-header .header-right .header-right-menu-wrapper .header-right-menu-wrap .right-menu-close:hover {
    background: rgba(187, 37, 147, 0.25);
    transform: rotate(90deg);
}

.hr-panel-head {
    margin-bottom: 22px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.hr-panel-logo {
    display: inline-block;
    margin-bottom: 10px;
}

.hr-panel-logo img {
    max-height: 52px;
    width: auto;
}

.hr-panel-tagline {
    margin: 0;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.55);
    font-style: italic;
    line-height: 1.5;
}

.hr-panel-nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 22px;
}

.hr-panel-nav a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 14px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #fff !important;
    text-decoration: none !important;
    font-size: 13px;
    font-weight: 600;
    transition: background 0.2s, border-color 0.2s, transform 0.2s;
}

.hr-panel-nav a i {
    color: #caab06;
    font-size: 14px;
}

.hr-panel-nav a:hover {
    background: rgba(187, 37, 147, 0.15);
    border-color: rgba(187, 37, 147, 0.35);
    transform: translateY(-1px);
}

.hr-panel-contact h3 {
    color: #fff;
    font-size: 1rem;
    margin: 0 0 14px;
    position: relative;
    padding-bottom: 8px;
}

.hr-panel-contact h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 32px;
    height: 2px;
    border-radius: 2px;
    background: linear-gradient(90deg, #bb2593, #caab06);
}

.hr-panel-contact ul {
    list-style: none;
    padding: 0;
    margin: 0 0 18px;
}

.hr-panel-contact li {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 0;
    padding-left: 0 !important;
    margin-bottom: 12px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
    line-height: 1.6;
}

.hr-panel-contact li i {
    position: static !important;
}

.hr-panel-icon {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.06);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #caab06;
    font-size: 14px;
}

.hr-panel-contact a {
    color: rgba(255, 255, 255, 0.78) !important;
    text-decoration: none !important;
}

.hr-panel-contact a:hover {
    color: #caab06 !important;
}

.hr-panel-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 18px;
}

.hr-panel-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 14px;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none !important;
    transition: transform 0.2s, box-shadow 0.2s;
}

.hr-panel-btn:hover {
    transform: translateY(-1px);
}

.hr-panel-btn-wa {
    background: linear-gradient(135deg, #25d366, #1da851);
    color: #fff !important;
    box-shadow: 0 8px 20px rgba(37, 211, 102, 0.25);
}

.hr-panel-btn-call {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: #fff !important;
}

.hr-panel-maps-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 14px 16px;
    margin-bottom: 18px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(66, 133, 244, 0.18), rgba(52, 168, 83, 0.12));
    border: 1px solid rgba(66, 133, 244, 0.35);
    color: #fff !important;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 600;
    transition: background 0.2s, border-color 0.2s, transform 0.2s;
}

.hr-panel-maps-btn:hover {
    background: linear-gradient(135deg, rgba(66, 133, 244, 0.28), rgba(52, 168, 83, 0.2));
    border-color: rgba(66, 133, 244, 0.55);
    transform: translateY(-1px);
    color: #fff !important;
}

.hr-panel-maps-btn .fa-map-marked-alt {
    color: #4285f4;
    font-size: 18px;
}

.hr-panel-maps-arrow {
    font-size: 12px;
    opacity: 0.7;
    margin-left: auto;
}

.hr-panel-social {
    display: flex;
    gap: 10px;
    padding-top: 4px;
}

.hr-panel-social a {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #fff !important;
    text-decoration: none !important;
    transition: background 0.2s, transform 0.2s;
}

.hr-panel-social a:hover {
    background: linear-gradient(135deg, #bb2593, #caab06);
    transform: translateY(-2px);
}

@media (max-width: 575px) {
    .wpo-site-header .header-right .header-right-menu-wrapper .header-right-menu-wrap {
        width: 92vw;
        right: -92vw;
    }

    .hr-panel-scroll {
        padding: 14px 16px 24px;
    }

    .hr-panel-nav {
        grid-template-columns: 1fr;
    }
}

/* Anasayfa */
.page-home {
    background: #f8f9fc;
}

.home-hero {
    position: relative;
}

.home-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(10, 10, 16, 0.35) 0%, rgba(10, 10, 16, 0.15) 45%, rgba(10, 10, 16, 0.55) 100%);
}

.home-hero .swiper-container {
    position: relative;
    z-index: 1;
}

.home-hero-content {
    max-width: 720px;
    margin: 0 auto;
    padding: 0 16px 48px;
    text-align: center;
}

.home-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 16px;
    backdrop-filter: blur(6px);
}

.page-home .home-hero .slide-title {
    text-align: center;
}

.home-hero-desc {
    color: rgba(255, 255, 255, 0.88);
    font-size: clamp(1rem, 2vw, 1.15rem);
    line-height: 1.7;
    margin: 0 auto 24px;
    max-width: 560px;
}

.home-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    align-items: center;
}

.home-hero-actions .about-btn-ghost {
    border: 1px solid rgba(255, 255, 255, 0.35);
    color: #fff !important;
    background: rgba(255, 255, 255, 0.08);
}

.home-hero-actions .about-btn-ghost:hover {
    background: rgba(255, 255, 255, 0.18);
    color: #fff !important;
}

.home-hero-pagination {
    bottom: 28px !important;
}

.home-hero-next,
.home-hero-prev {
    color: #fff !important;
    opacity: 0.85;
}

.home-hero-scroll {
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    color: rgba(255, 255, 255, 0.6);
    font-size: 18px;
    animation: homeHeroBounce 2s infinite;
    pointer-events: none;
}

@keyframes homeHeroBounce {
    0%, 100% { transform: translateX(-50%) translateY(0); }
    50% { transform: translateX(-50%) translateY(6px); }
}

.home-about-section {
    padding: 72px 0 48px;
    margin-top: -40px;
    position: relative;
    z-index: 4;
}

.home-about-card {
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(15, 23, 42, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.04);
}

.home-about-media {
    position: relative;
    height: 100%;
    min-height: 320px;
}

.home-about-media img {
    width: 100%;
    height: 100%;
    min-height: 320px;
    object-fit: cover;
    display: block;
}

.home-about-media-badge {
    position: absolute;
    left: 20px;
    bottom: 20px;
    padding: 14px 18px;
    border-radius: 16px;
    background: linear-gradient(135deg, #bb2593, #caab06);
    color: #fff;
    text-align: center;
    box-shadow: 0 8px 24px rgba(187, 37, 147, 0.35);
}

.home-about-media-badge strong {
    display: block;
    font-size: 1.5rem;
    line-height: 1.1;
}

.home-about-media-badge span {
    font-size: 12px;
    opacity: 0.95;
}

.home-about-body {
    padding: 40px 36px;
}

.home-about-body h2 {
    font-size: clamp(1.5rem, 3vw, 2rem);
    margin: 8px 0 16px;
    color: #1f2430;
}

.home-about-text {
    color: #4b5563;
    line-height: 1.8;
    margin-bottom: 24px;
}

.home-about-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.home-stats-section {
    padding: 0 0 48px;
}

.home-services-section {
    padding: 64px 0 72px;
    background: #fff;
}

.home-vinc-section {
    padding: 64px 0 72px;
    background: #f8f9fc;
}

.home-news-section {
    padding: 64px 0 72px;
    background: #fff;
}

.home-section-head {
    margin-bottom: 36px;
}

.home-section-head p {
    color: #6b7280;
    max-width: 560px;
    margin: 12px auto 0;
}

.home-section-more {
    text-align: center;
    margin-top: 32px;
}

.home-cta-section {
    padding-bottom: 72px;
}

.page-home .home-svc-card {
    height: 100%;
}

@media (max-width: 991px) {
    .home-about-section {
        margin-top: 0;
        padding: 48px 0 32px;
    }

    .home-about-body {
        padding: 28px 22px 32px;
    }

    .home-about-media {
        min-height: 260px;
    }

    .home-about-media img {
        min-height: 260px;
    }

    .home-hero-content {
        padding-bottom: 56px;
    }
}

@media (max-width: 575px) {
    .home-hero-actions {
        flex-direction: column;
    }

    .home-hero-actions .about-btn {
        width: 100%;
        justify-content: center;
    }

    .home-about-actions {
        flex-direction: column;
    }

    .home-about-actions .about-btn {
        width: 100%;
        justify-content: center;
    }
}
