/* ==========================================================================
   MK ÇETİN YAPI - Kurumsal Web Standartları Stil Dosyası
   Kurumsal Renkler: #0a548b (Mavi), #07385d (Koyu Mavi), #d97706 (Amber/Gold)
   Core Web Vitals 100 Puan ve Hızlı Yükleme Odaklı
   ========================================================================== */

:root {
    --primary: #0a548b;
    --primary-dark: #07385d;
    --primary-hover: #08436f;
    --primary-light: #e0f2fe;
    --accent: #d97706;
    --accent-hover: #b45309;
    --accent-light: #fef3c7;
    --accent-dark: #92400e;
    --accent-darker: #78350f;
    --dark: #0f172a;
    --dark-muted: #1e293b;
    --slate: #475569;
    --slate-light: #64748b;
    --border: #e2e8f0;
    --border-light: #f1f5f9;
    --light-bg: #f8fafc;
    --card-bg: #ffffff;
    --white: #ffffff;
    --radius-sm: 8px;
    --radius: 12px;
    --radius-lg: 20px;
    --shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.04);
    --shadow: 0 10px 30px -5px rgba(15, 23, 42, 0.06), 0 4px 6px -4px rgba(15, 23, 42, 0.02);
    --shadow-lg: 0 20px 40px -10px rgba(10, 84, 139, 0.12), 0 8px 12px -6px rgba(10, 84, 139, 0.05);
    --transition: all 0.25s ease;
    --font-main: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

/* 1. Temel Sıfırlamalar & Tipografi */
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
    width: 100%;
    max-width: 100%;
}

body {
    font-family: var(--font-main);
    background-color: var(--light-bg);
    color: var(--dark);
    line-height: 1.6;
    overflow-x: clip; /* clip horizontal overflow without breaking position: sticky */
    width: 100%;
    max-width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    color: var(--primary);
    text-decoration: none;
    transition: var(--transition);
}

a:hover {
    color: var(--primary-dark);
}

ul {
    list-style: none;
}

.container {
    width: 100%;
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

/* 2. Topbar */
.top-bar {
    background: #062842;
    color: #e2e8f0;
    font-size: 13px;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.top-bar-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-bar-left, .top-bar-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.top-item {
    color: #cbd5e1;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.top-item:hover {
    color: #ffffff;
}

.top-item.highlight {
    color: #fbbf24;
    font-weight: 600;
}

.top-item.highlight:hover {
    color: #fef08a;
}

.top-item i {
    font-size: 16px;
}

.top-hours {
    color: #94a3b8;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.top-social {
    display: flex;
    gap: 12px;
}

.top-social a {
    color: #94a3b8;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
}

.top-social a:hover {
    color: #ffffff;
    background: var(--primary);
}

/* 3. Marka & İletişim Ana Bloğu (Katman 1 - Logo & Aksiyon Butonu) */
.brand-header {
    background: #ffffff;
    padding: 16px 0;
    border-bottom: 1px solid var(--border);
    transition: var(--transition);
}

.brand-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.brand-left {
    display: flex;
    align-items: center;
    gap: 20px;
}

.brand-logo {
    display: flex;
    align-items: center;
}

.header-logo-img {
    height: 52px;
    width: auto;
    object-fit: contain;
}

.brand-badge {
    border-left: 2px solid var(--accent);
    padding-left: 12px;
    display: flex;
    flex-direction: column;
}

.brand-badge span {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.8px;
    color: var(--primary);
    text-transform: uppercase;
}

.brand-badge strong {
    font-size: 13px;
    font-weight: 800;
    color: var(--dark);
    letter-spacing: 0.3px;
}

.brand-right {
    display: flex;
    align-items: center;
    gap: 22px;
}

.header-contact-box {
    display: flex;
    align-items: center;
    gap: 12px;
}

.contact-box-icon {
    width: 44px;
    height: 44px;
    border-radius: var(--radius-sm);
    background: var(--primary-light);
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    flex-shrink: 0;
}

.contact-box-icon.accent {
    background: var(--accent-light);
    color: var(--accent);
}

.contact-box-info {
    display: flex;
    flex-direction: column;
}

.contact-box-label {
    font-size: 11px;
    font-weight: 700;
    color: var(--slate);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.contact-box-val {
    font-size: 15px;
    font-weight: 800;
    color: var(--dark);
    line-height: 1.3;
}

.contact-box-val:hover {
    color: var(--primary);
}

/* Kat Karşılığı Prestij Aksiyon Butonu */
.btn-top-cta {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(135deg, var(--accent) 0%, #b45309 100%);
    color: #ffffff;
    padding: 10px 22px;
    border-radius: var(--radius);
    box-shadow: 0 4px 14px rgba(217, 119, 6, 0.3);
    transition: var(--transition);
    white-space: nowrap;
    flex-shrink: 0;
}

.btn-top-cta:hover {
    color: #ffffff;
    background: linear-gradient(135deg, #b45309 0%, #92400e 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(217, 119, 6, 0.4);
}

.btn-top-cta i {
    font-size: 24px;
    color: #fef08a;
    flex-shrink: 0;
}

.btn-top-cta .btn-top-cta-text {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.btn-top-cta .cta-subtitle {
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: #fef3c7;
    line-height: 1;
    margin-bottom: 2px;
}

.btn-top-cta .cta-title {
    font-size: 13.5px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.2;
}

.btn-top-cta .cta-title-short {
    display: none;
}

.mobile-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 32px;
    color: var(--dark);
    cursor: pointer;
    padding: 4px;
}

/* 4. Ana Menü Çubuğu (Katman 2 - Ferah, Geniş ve Yapışkan/Sticky) */
.main-nav-bar {
    background: #072644;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: var(--transition);
}

.main-nav-bar.scrolled {
    background: #051c33;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.2);
}

.nav-bar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 54px;
}

.main-nav {
    display: flex;
    align-items: center;
    height: 100%;
}

.nav-list {
    display: flex;
    align-items: center;
    gap: 6px;
    height: 100%;
}

.nav-item {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}

.nav-link {
    color: #cbd5e1;
    font-size: 14.5px;
    font-weight: 600;
    padding: 0 18px;
    height: 100%;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    position: relative;
    letter-spacing: 0.2px;
    transition: var(--transition);
}

.nav-link:hover, .nav-link.active {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
}

.nav-link.active::after, .nav-link:hover::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: var(--accent);
}

.nav-link .nav-ico {
    font-size: 16px;
    color: #38bdf8;
    transition: transform 0.2s;
}

.nav-link:hover .nav-ico {
    color: var(--accent);
}

.nav-link .nav-arrow {
    font-size: 14px;
    color: #94a3b8;
    transition: transform 0.2s;
}

.nav-item:hover .nav-arrow {
    transform: rotate(180deg);
    color: #ffffff;
}

/* Dropdown Menü */
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #ffffff;
    min-width: 270px;
    border-radius: 0 0 var(--radius) var(--radius);
    box-shadow: var(--shadow-lg);
    border: 1px solid var(--border);
    border-top: 3px solid var(--accent);
    padding: 8px 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.2s ease;
    z-index: 100;
}

.nav-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-menu li a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    color: var(--slate);
    font-size: 13.5px;
    font-weight: 600;
    transition: var(--transition);
}

.dropdown-menu li a:hover {
    background-color: var(--primary-light);
    color: var(--primary);
    padding-left: 24px;
}

.dropdown-menu li a i {
    font-size: 15px;
    color: var(--primary);
}

.nav-sticky-phone {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13.5px;
    font-weight: 700;
    color: #fbbf24;
}

.nav-sticky-phone:hover {
    color: #fef08a;
}


/* 4. Butonlar */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 13px 26px;
    border-radius: var(--radius);
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    border: 1px solid transparent;
    transition: var(--transition);
}

.btn-primary {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
    color: #ffffff;
    box-shadow: 0 4px 14px rgba(10, 84, 139, 0.3);
}

.btn-primary:hover {
    color: #ffffff;
    background: linear-gradient(135deg, var(--primary-dark) 0%, #032541 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(10, 84, 139, 0.4);
}

.btn-accent {
    background: linear-gradient(135deg, var(--accent) 0%, #b45309 100%);
    color: #ffffff;
    box-shadow: 0 4px 14px rgba(217, 119, 6, 0.3);
}

.btn-accent:hover {
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(217, 119, 6, 0.4);
}

.btn-secondary {
    background: #ffffff;
    color: var(--dark);
    border-color: var(--border);
}

.btn-secondary:hover {
    background: #f1f5f9;
    border-color: #cbd5e1;
    color: var(--primary);
    transform: translateY(-2px);
}

.btn-outline-light {
    background: transparent;
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.3);
}

.btn-outline-light:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #ffffff;
    color: #ffffff;
}

.btn-sm {
    padding: 8px 16px;
    font-size: 13px;
    border-radius: var(--radius-sm);
}

.btn-block {
    width: 100%;
}

/* 5. Rozetler & Başlıklar */
.badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.badge-primary {
    background: var(--primary-light);
    color: var(--primary);
    border: 1px solid rgba(10, 84, 139, 0.15);
}

.badge-accent {
    background: var(--accent-light);
    color: #78350f !important;
    border: 1px solid rgba(217, 119, 6, 0.3);
    font-weight: 700;
}

/* Koyu zeminlerde, hero ve sayfa banner'larında altın/amber rozet yüksek kontrast kuralı */
.hero-section .badge-accent,
.hero-content .badge-accent,
[style*="linear-gradient"] .badge-accent,
.brand-header .badge-accent,
.page-banner .badge-accent {
    background: rgba(245, 158, 11, 0.18) !important;
    color: #fbbf24 !important;
    border: 1px solid rgba(245, 158, 11, 0.45) !important;
    backdrop-filter: blur(4px);
    font-weight: 800;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.badge-success {
    background: #dcfce7;
    color: #15803d;
    border: 1px solid rgba(21, 128, 61, 0.2);
}

.section-header {
    text-align: center;
    max-width: 750px;
    margin: 0 auto 50px;
}

.section-title {
    font-size: 2.25rem;
    font-weight: 800;
    color: var(--dark);
    letter-spacing: -0.02em;
    line-height: 1.25;
    margin-top: 12px;
    margin-bottom: 14px;
}

.section-title span {
    color: var(--primary);
}

.section-desc {
    color: var(--slate);
    font-size: 1.05rem;
    line-height: 1.7;
}

/* 6. Hero Bölümü (Ana Sayfa) */
.hero-section {
    position: relative;
    background: #071f38;
    color: #ffffff;
    padding: 100px 0 110px;
    overflow: hidden;
    background-image: 
        radial-gradient(at 10% 20%, rgba(10, 84, 139, 0.45) 0px, transparent 50%),
        radial-gradient(at 90% 80%, rgba(217, 119, 6, 0.2) 0px, transparent 50%),
        linear-gradient(rgba(7, 31, 56, 0.88), rgba(7, 31, 56, 0.94)),
        url('../../resimler/tamamlanan-projeler/Mk265Park/mk265.jpg');
    background-size: cover;
    background-position: center;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 50px;
    align-items: center;
}

.hero-content {
    max-width: 660px;
}

.hero-title {
    font-size: 3.25rem;
    font-weight: 800;
    line-height: 1.18;
    letter-spacing: -0.02em;
    margin: 20px 0;
}

.hero-title span {
    color: #38bdf8;
    background: linear-gradient(135deg, #38bdf8 0%, #fbbf24 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-desc {
    font-size: 1.15rem;
    color: #cbd5e1;
    line-height: 1.7;
    margin-bottom: 35px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 45px;
}

.hero-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.stat-item h3 {
    font-size: 2rem;
    font-weight: 800;
    color: #ffffff;
    line-height: 1;
    margin-bottom: 6px;
}

.stat-item h3 span {
    color: #fbbf24;
}

.stat-item p {
    font-size: 13px;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.hero-card {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: var(--radius-lg);
    padding: 35px 30px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.35);
}

.hero-card h3 {
    font-size: 1.35rem;
    margin-bottom: 12px;
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 10px;
}

.hero-card h3 i {
    color: #fbbf24;
    font-size: 24px;
}

.hero-card p {
    font-size: 14px;
    color: #cbd5e1;
    margin-bottom: 24px;
    line-height: 1.6;
}

/* 7. Proje Kartları */
.section-padding {
    padding: 85px 0;
}

.bg-white {
    background-color: #ffffff;
}

.projects-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 320px), 1fr));
    gap: 30px;
}

.project-card {
    background: var(--card-bg);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow);
    border: 1px solid var(--border);
    transition: var(--transition);
    display: flex;
    flex-direction: column;
}

.project-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-lg);
    border-color: rgba(10, 84, 139, 0.25);
}

.project-img-wrapper {
    position: relative;
    height: 250px;
    overflow: hidden;
    background: #e2e8f0;
}

.project-img-wrapper a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    cursor: pointer;
}

.project-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

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

.project-badge-pos {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 2;
}

.project-loc-badge {
    position: absolute;
    bottom: 16px;
    left: 16px;
    background: rgba(15, 23, 42, 0.75);
    backdrop-filter: blur(8px);
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 12px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

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

.project-title {
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 10px;
}

.project-title a {
    color: var(--dark);
}

.project-title a:hover {
    color: var(--primary);
}

.project-desc {
    font-size: 14px;
    color: var(--slate);
    line-height: 1.6;
    margin-bottom: 20px;
    flex-grow: 1;
}

.project-specs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    padding: 14px 0;
    border-top: 1px solid var(--border-light);
    border-bottom: 1px solid var(--border-light);
    margin-bottom: 20px;
}

.spec-box {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: var(--slate);
    min-width: 0;
}

.spec-box span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.spec-box i {
    font-size: 18px;
    color: var(--primary);
    flex-shrink: 0;
}

.spec-box strong {
    color: var(--dark);
}

.project-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.project-link {
    font-size: 14px;
    font-weight: 700;
    color: var(--primary);
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.project-link:hover {
    color: var(--primary-dark);
    gap: 10px;
}

/* 8. Hizmetler Kartları */
.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
    gap: 30px;
}

.service-card {
    background: #ffffff;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 35px 30px;
    box-shadow: var(--shadow);
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: var(--primary);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg);
    border-color: rgba(10, 84, 139, 0.2);
}

.service-card:hover::before {
    transform: scaleX(1);
}

.service-icon-box {
    width: 65px;
    height: 65px;
    background: var(--primary-light);
    color: var(--primary);
    border-radius: var(--radius);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    margin-bottom: 24px;
    transition: var(--transition);
}

.service-card:hover .service-icon-box {
    background: var(--primary);
    color: #ffffff;
}

.service-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 12px;
}

.service-desc {
    color: var(--slate);
    font-size: 14.5px;
    line-height: 1.65;
    margin-bottom: 20px;
}

/* 9. Gayrimenkul & Kat Karşılığı CTA Bandı */
.cta-banner {
    background: linear-gradient(135deg, #072b4a 0%, #061c31 100%);
    color: #ffffff;
    border-radius: var(--radius-lg);
    padding: 60px 50px;
    position: relative;
    overflow: hidden;
    box-shadow: var(--shadow-lg);
}

.cta-banner::after {
    content: '';
    position: absolute;
    right: -80px;
    bottom: -80px;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: radial-gradient(rgba(217, 119, 6, 0.25), transparent 70%);
    pointer-events: none;
}

.cta-grid {
    display: grid;
    grid-template-columns: 1.3fr 0.7fr;
    gap: 40px;
    align-items: center;
    position: relative;
    z-index: 2;
}

.cta-title {
    font-size: 2.2rem;
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 16px;
}

.cta-title span {
    color: #fbbf24;
}

.cta-text {
    font-size: 1.1rem;
    color: #cbd5e1;
    line-height: 1.7;
    margin-bottom: 25px;
}

.cta-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.cta-box-right {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: var(--radius);
    padding: 28px;
    backdrop-filter: blur(8px);
}

.cta-contact-row {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
}

.cta-contact-row:last-child {
    margin-bottom: 0;
}

.cta-icon {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    background: rgba(217, 119, 6, 0.2);
    color: #fbbf24;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    flex-shrink: 0;
}

.cta-info-label {
    font-size: 12px;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.cta-info-val {
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
}

.cta-info-val a {
    color: #ffffff;
}

.cta-info-val a:hover {
    color: #fbbf24;
}

/* 10. Kurumsal Tanıtım / Hakkımızda Bölümü */
.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.about-img-box {
    position: relative;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-lg);
}

.about-img-box img {
    width: 100%;
    height: 480px;
    object-fit: cover;
}

.about-exp-badge {
    position: absolute;
    bottom: 25px;
    left: 25px;
    background: #ffffff;
    padding: 20px 25px;
    border-radius: var(--radius);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    gap: 16px;
    border-left: 5px solid var(--primary);
}

.about-exp-badge h2 {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--primary);
    line-height: 1;
}

.about-exp-badge p {
    font-size: 13px;
    font-weight: 700;
    color: var(--dark);
    text-transform: uppercase;
    line-height: 1.3;
}

.about-content h2 {
    font-size: 2.25rem;
    font-weight: 800;
    line-height: 1.25;
    margin-top: 14px;
    margin-bottom: 20px;
}

.about-content p {
    font-size: 16px;
    color: var(--slate);
    line-height: 1.75;
    margin-bottom: 25px;
}

.about-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-bottom: 30px;
}

.feat-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    font-weight: 600;
    color: var(--dark);
}

.feat-item i {
    color: #10b981;
    font-size: 20px;
}

/* 11. Formlar */
.form-group {
    margin-bottom: 20px;
}

.form-label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: var(--dark);
    margin-bottom: 8px;
}

.form-control {
    width: 100%;
    padding: 13px 16px;
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    font-size: 15px;
    font-family: inherit;
    color: var(--dark);
    background: #ffffff;
    transition: var(--transition);
}

.form-control:focus {
    outline: none;
    border-color: var(--primary);
    box-shadow: 0 0 0 4px var(--primary-light);
}

textarea.form-control {
    min-height: 120px;
    resize: vertical;
}

.alert {
    padding: 14px 20px;
    border-radius: var(--radius-sm);
    font-size: 14px;
    margin-bottom: 20px;
}

.alert-success {
    background-color: #dcfce7;
    color: #166534;
    border: 1px solid #bbf7d0;
}

.alert-danger {
    background-color: #fee2e2;
    color: #991b1b;
    border: 1px solid #fecaca;
}

/* 12. Footer */
.main-footer {
    background: #041728;
    color: #94a3b8;
    margin-top: auto;
}

.footer-top {
    padding: 70px 0 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1.1fr 1.3fr;
    gap: 40px;
}

.footer-logo-wrapper {
    margin-bottom: 20px;
    background: #ffffff;
    display: inline-block;
    padding: 10px 18px;
    border-radius: var(--radius-sm);
}

.footer-logo {
    height: 42px;
    width: auto;
}

.footer-desc {
    font-size: 14px;
    line-height: 1.7;
    color: #94a3b8;
    margin-bottom: 24px;
}

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

.footer-social a {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.06);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.footer-social a:hover {
    background: var(--primary);
    transform: translateY(-2px);
}

.footer-title {
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 24px;
    position: relative;
    padding-bottom: 12px;
}

.footer-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 35px;
    height: 3px;
    background: var(--accent);
    border-radius: 2px;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: #94a3b8;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.footer-links a:hover {
    color: #ffffff;
    padding-left: 4px;
}

.footer-links a i {
    font-size: 16px;
    color: var(--accent);
}

.footer-contact-list li {
    display: flex;
    gap: 12px;
    margin-bottom: 16px;
    font-size: 14px;
    color: #94a3b8;
}

.footer-contact-list li i {
    color: var(--accent);
    font-size: 18px;
    margin-top: 3px;
    flex-shrink: 0;
}

.footer-contact-list a {
    color: #cbd5e1;
}

.footer-contact-list a:hover {
    color: #ffffff;
}

.footer-map-btn {
    margin-top: 20px;
}

.footer-bottom {
    padding: 22px 0;
    font-size: 13.5px;
    color: #64748b;
}

.footer-bottom-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
}

.footer-bottom strong {
    color: #cbd5e1;
}

.motto {
    color: #94a3b8;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

/* 13. Sabit Butonlar (WhatsApp & Hızlı Arama) */
.floating-whatsapp {
    position: fixed;
    bottom: 28px;
    right: 28px;
    width: 60px;
    height: 60px;
    background: #25d366;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    box-shadow: 0 8px 24px rgba(37, 211, 102, 0.45);
    z-index: 999;
    transition: var(--transition);
}

.floating-whatsapp:hover {
    color: #ffffff;
    transform: scale(1.08);
    box-shadow: 0 12px 30px rgba(37, 211, 102, 0.55);
}

.floating-whatsapp .tooltip {
    position: absolute;
    right: 72px;
    background: #0f172a;
    color: #ffffff;
    padding: 6px 14px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
    pointer-events: none;
}

.floating-whatsapp:hover .tooltip {
    opacity: 1;
    visibility: visible;
}

.floating-phone {
    position: fixed;
    bottom: 28px;
    left: 28px;
    width: 56px;
    height: 56px;
    background: var(--primary);
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    box-shadow: 0 8px 24px rgba(10, 84, 139, 0.45);
    z-index: 990;
}

/* Sayfa Başına Dön (Yukarı Çık) Butonu */
.back-to-top {
    position: fixed;
    bottom: 104px;
    right: 36px;
    width: 48px;
    height: 48px;
    background: #072644;
    color: #ffffff;
    border: 2px solid rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
    z-index: 990;
}

.back-to-top.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.back-to-top:hover {
    background: var(--accent);
    color: #ffffff;
    border-color: var(--accent);
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(217, 119, 6, 0.45);
}

.back-to-top:active {
    transform: scale(0.92);
}

/* 14. Mobil Drawer Menü */
.mobile-drawer {
    position: fixed;
    top: 0;
    right: -340px;
    width: 320px;
    max-width: 88vw;
    height: 100vh;
    height: 100dvh;
    background: #ffffff;
    z-index: 1001;
    box-shadow: -5px 0 30px rgba(0, 0, 0, 0.18);
    transition: right 0.3s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.3s ease;
    display: flex;
    flex-direction: column;
    padding: 20px 20px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    visibility: hidden;
    pointer-events: none;
}

.mobile-drawer.open {
    right: 0;
    visibility: visible;
    pointer-events: auto;
}

.mobile-drawer-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--border);
    margin-bottom: 16px;
    flex-shrink: 0;
}

.mobile-drawer-logo-img {
    height: 52px;
    max-width: 220px;
    width: auto;
    object-fit: contain;
    filter: drop-shadow(0 2px 6px rgba(0,0,0,0.08));
}

.mobile-drawer-close {
    background: var(--light);
    border: 1px solid var(--border);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: var(--dark);
    cursor: pointer;
    transition: var(--transition);
}

.mobile-drawer-close:hover {
    background: #e2e8f0;
    color: var(--danger);
}

.mobile-nav-list {
    list-style: none;
    flex: 1 0 auto;
}

.mobile-nav-list li {
    margin-bottom: 6px;
}

.mobile-nav-list a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    border-radius: var(--radius-sm);
    color: var(--dark);
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
}

.mobile-nav-list a.active, .mobile-nav-list a:hover {
    background: var(--primary-light);
    color: var(--primary);
}

.mobile-nav-list a i {
    font-size: 20px;
    color: var(--primary);
}

.mobile-drawer-contact {
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid var(--border);
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex-shrink: 0;
    /* Mobilde alt butonun kesilmesini önleyen güvenli dolgu */
    padding-bottom: max(36px, calc(env(safe-area-inset-bottom) + 24px));
}

.mobile-drawer-contact .btn {
    padding: 12px 14px;
    font-size: 13.5px;
    font-weight: 700;
    border-radius: var(--radius-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-align: center;
    text-decoration: none;
}

.mobile-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 23, 42, 0.5);
    backdrop-filter: blur(4px);
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
}

.mobile-backdrop.open {
    opacity: 1;
    visibility: visible;
}

/* 15. Proje Detay Sayfası & Galeri Lightbox */
.breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: var(--slate);
    margin-bottom: 20px;
}

.breadcrumb a {
    color: var(--slate);
}

.breadcrumb a:hover {
    color: var(--primary);
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 16px;
}

.gallery-item {
    border-radius: var(--radius-sm);
    overflow: hidden;
    height: 180px;
    cursor: pointer;
    position: relative;
    border: 1px solid var(--border);
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.gallery-item:hover img {
    transform: scale(1.08);
}

/* ==========================================================================
   Profesyonel Galeri Lightbox & Otomatik Slayt Sistemi
   ========================================================================== */
.lightbox-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100dvh;
    background: rgba(5, 17, 31, 0.96);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    z-index: 99999;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    opacity: 0;
    transition: opacity 0.28s cubic-bezier(0.16, 1, 0.3, 1);
    user-select: none;
    overflow: hidden;
}

.lightbox-modal.active {
    display: flex;
    opacity: 1;
}

/* 1. Üst İlerleme Çubuğu */
.lightbox-progress-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3.5px;
    background: rgba(255, 255, 255, 0.1);
    z-index: 100;
}

.lightbox-progress-bar {
    width: 0%;
    height: 100%;
    background: linear-gradient(90deg, var(--primary, #0a548b), var(--accent, #e5a93c));
    box-shadow: 0 0 10px rgba(229, 169, 60, 0.8);
    transition: none;
}

.lightbox-progress-bar.animate {
    width: 100%;
    transition: width 4000ms linear;
}

/* 2. Üst Kontrol Başlığı (Header) */
.lightbox-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 24px;
    background: linear-gradient(180deg, rgba(5, 17, 31, 0.85) 0%, rgba(5, 17, 31, 0) 100%);
    z-index: 50;
    position: relative;
}

.lightbox-counter {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.12);
    padding: 6px 14px;
    border-radius: 50px;
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.lightbox-counter i {
    font-size: 16px;
    color: var(--accent, #e5a93c);
}

.lightbox-title-top {
    color: #e2e8f0;
    font-size: 14px;
    font-weight: 600;
    max-width: 450px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: none;
}

@media (min-width: 768px) {
    .lightbox-title-top {
        display: block;
    }
}

.lightbox-actions {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.lightbox-btn {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.16);
    color: #ffffff;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.2s ease;
    text-decoration: none;
    box-sizing: border-box;
}

.lightbox-btn:hover {
    background: rgba(255, 255, 255, 0.25);
    color: #ffffff;
    transform: translateY(-1px);
}

/* Slayt Oynat/Durdur Butonu Özel Stili */
.lightbox-btn-play {
    width: auto !important;
    padding: 0 14px !important;
    gap: 6px;
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: 0.3px;
}

.lightbox-btn-play.playing {
    background: var(--accent, #e5a93c) !important;
    color: #0b1329 !important;
    border-color: var(--accent, #e5a93c) !important;
    box-shadow: 0 0 15px rgba(229, 169, 60, 0.4);
}

.lightbox-btn-close:hover {
    background: #ef4444 !important;
    border-color: #ef4444 !important;
    color: #ffffff !important;
}

/* 3. Ana Görsel Sahnesi */
.lightbox-stage {
    flex: 1;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 80px;
    min-height: 0;
    overflow: hidden;
}

.lightbox-img-wrapper {
    position: relative;
    max-width: 100%;
    max-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lightbox-img {
    max-width: 100%;
    max-height: calc(100vh - 210px);
    max-height: calc(100dvh - 210px);
    object-fit: contain;
    border-radius: var(--radius-sm);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6);
    transition: opacity 0.24s ease, transform 0.24s cubic-bezier(0.16, 1, 0.3, 1);
    opacity: 1;
    transform: scale(1);
}

.lightbox-img.changing {
    opacity: 0.2;
    transform: scale(0.97);
}

/* Spinner */
.lightbox-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 44px;
    height: 44px;
    border: 3.5px solid rgba(255, 255, 255, 0.2);
    border-top-color: var(--accent, #e5a93c);
    border-radius: 50%;
    animation: lbSpin 0.75s linear infinite;
    display: none;
    z-index: 10;
}

.lightbox-spinner.show {
    display: block;
}

@keyframes lbSpin {
    to { transform: translate(-50%, -50%) rotate(360deg); }
}

/* Sağ ve Sol Ok Butonları */
.lightbox-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.16);
    width: 54px;
    height: 54px;
    border-radius: 50%;
    font-size: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    backdrop-filter: blur(8px);
    z-index: 20;
}

.lightbox-nav-btn:hover {
    background: var(--primary, #0a548b);
    color: #ffffff;
    transform: translateY(-50%) scale(1.08);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.lightbox-prev { left: 20px; }
.lightbox-next { right: 20px; }

/* 4. Alt Açıklama & Başlık Çubuğu */
.lightbox-caption-bar {
    text-align: center;
    padding: 6px 20px;
    z-index: 40;
}

.lightbox-caption {
    margin: 0;
    color: #f1f5f9;
    font-size: 14.5px;
    font-weight: 600;
    letter-spacing: 0.2px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
}

/* 5. Alt Küçük Resim Şeridi (Thumbnails Track) */
.lightbox-thumbs-container {
    width: 100%;
    background: rgba(5, 17, 31, 0.85);
    padding: 10px 16px;
    box-sizing: border-box;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    z-index: 50;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.2) transparent;
}

.lightbox-thumbs-track {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: min-content;
    margin: 0 auto;
}

.lightbox-thumb-btn {
    width: 64px;
    height: 46px;
    border-radius: 6px;
    overflow: hidden;
    padding: 0;
    background: none;
    border: 2px solid rgba(255, 255, 255, 0.2);
    cursor: pointer;
    flex-shrink: 0;
    transition: all 0.2s ease;
    opacity: 0.55;
    position: relative;
}

.lightbox-thumb-btn:hover {
    opacity: 0.9;
    border-color: rgba(255, 255, 255, 0.6);
}

.lightbox-thumb-btn.active {
    opacity: 1;
    border-color: var(--accent, #e5a93c);
    transform: scale(1.08);
    box-shadow: 0 0 10px rgba(229, 169, 60, 0.5);
}

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

/* Mobil Cihazlar İçin Ayarlamalar */
@media (max-width: 768px) {
    .lightbox-stage {
        padding: 6px 12px;
    }

    .lightbox-nav-btn {
        width: 42px;
        height: 42px;
        font-size: 26px;
        background: rgba(5, 17, 31, 0.6);
    }

    .lightbox-prev { left: 8px; }
    .lightbox-next { right: 8px; }

    .lightbox-img {
        max-height: calc(100dvh - 180px);
    }

    .lightbox-thumbs-track {
        justify-content: flex-start;
    }

    .lightbox-thumb-btn {
        width: 52px;
        height: 38px;
    }

    .lightbox-btn-label {
        display: none;
    }

    .lightbox-btn-play {
        width: 38px !important;
        padding: 0 !important;
    }
}

/* 16. Responsive Kurallar */
.hide-desktop { display: none !important; }

@media (max-width: 1024px) {
    .hide-tablet { display: none !important; }
    .brand-badge { display: none !important; }
    .nav-link { padding: 0 12px; font-size: 13.5px; }
    .hero-grid {
        grid-template-columns: 1fr;
    }
    .hero-card {
        display: none;
    }
    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .about-grid {
        grid-template-columns: 1fr;
    }
    .cta-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .hide-mobile { display: none !important; }
    .hide-tablet { display: none !important; }
    .hide-desktop { display: flex !important; }

    /* Mobilde Header Yapışkan (Sticky) ve Logo/Toggle Asla Kaybolmaz */
    .brand-header {
        position: sticky;
        top: 0;
        z-index: 995;
        background: #ffffff;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
        padding: 10px 0;
        transition: box-shadow 0.2s ease, padding 0.2s ease;
    }

    .brand-header.scrolled {
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.12);
        padding: 8px 0;
    }

    .brand-header-inner {
        gap: 8px;
        position: relative;
    }

    .brand-left {
        min-width: 0;
        flex: 0 1 auto;
        gap: 0;
    }

    .brand-logo {
        display: flex;
        align-items: center;
        max-width: 100%;
    }

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

    .brand-right {
        gap: 8px;
        flex-shrink: 0;
    }

    .main-nav-bar { display: none; }
    
    .mobile-toggle {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 32px;
        color: var(--dark);
        padding: 4px;
        border-radius: var(--radius-sm);
        cursor: pointer;
    }

    .mobile-toggle:hover {
        background-color: var(--light);
    }

    /* Mobilde Kat Karşılığı Butonu Gizlenir (Menü Çekmecesinde Zaten Mevcut) */
    .btn-top-cta {
        display: none !important;
    }

    .hero-title {
        font-size: 2.3rem;
    }

    .hero-stats {
        grid-template-columns: 1fr;
        gap: 15px;
    }

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

    .services-grid {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }

    .floating-whatsapp .tooltip {
        display: none !important;
    }

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

    .footer-bottom-inner {
        flex-direction: column;
        text-align: center;
    }

    .section-title {
        font-size: 1.85rem;
    }

    .about-img-box img {
        height: 320px;
    }

    .floating-whatsapp {
        bottom: 20px;
        right: 20px;
        width: 52px;
        height: 52px;
        font-size: 28px;
    }

    .floating-phone {
        bottom: 20px;
        left: 20px;
        width: 50px;
        height: 50px;
        font-size: 24px;
    }

    .back-to-top {
        bottom: 82px;
        right: 24px;
        width: 44px;
        height: 44px;
        font-size: 22px;
    }
}

@media (max-width: 480px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .brand-header {
        padding: 10px 0;
    }

    .brand-header-inner {
        gap: 8px;
    }

    .header-logo-img {
        height: 48px;
        max-width: 240px;
    }

    .mobile-toggle {
        font-size: 32px;
        padding: 6px;
    }

    .project-body {
        padding: 18px 16px;
    }

    .project-title {
        font-size: 1.18rem;
        word-break: break-word;
    }
}

@media (max-width: 360px) {
    .header-logo-img {
        height: 44px;
        max-width: 215px;
    }
}

/* ==========================================================================
   PROJE DETAY SAYFASI - FERAH & PRESTİJLİ MİMARİ DÜZEN (SIKIŞMAYAN YAPI)
   ========================================================================== */

/* 1. Proje Vitrin Görseli */
.project-cover-showcase {
    position: relative;
    border-radius: var(--radius-lg);
    overflow: hidden;
    margin-bottom: 35px;
    box-shadow: 0 10px 30px rgba(7, 56, 93, 0.12);
    border: 1px solid var(--border);
    background-color: var(--dark);
}

.project-cover-img {
    width: 100%;
    height: auto;
    max-height: 520px;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}

.project-cover-showcase:hover .project-cover-img {
    transform: scale(1.02);
}

.project-cover-badge {
    position: absolute;
    bottom: 24px;
    left: 24px;
    background: rgba(7, 56, 93, 0.92);
    backdrop-filter: blur(8px);
    color: #ffffff;
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 13.5px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

/* 2. Öne Çıkan Teknik Özellikler Barı (Yatay & Ferah Grid) */
.project-specs-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 16px;
    margin-bottom: 45px;
}

.project-spec-card {
    background: #ffffff;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 20px 16px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    transition: var(--transition);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.project-spec-card:hover {
    transform: translateY(-4px);
    border-color: var(--accent);
    box-shadow: 0 8px 24px rgba(217, 119, 6, 0.12);
}

.project-spec-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(10, 84, 139, 0.1) 0%, rgba(217, 119, 6, 0.1) 100%);
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 12px;
    transition: var(--transition);
}

.project-spec-card:hover .project-spec-icon {
    background: var(--primary);
    color: #ffffff;
}

.project-spec-label {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: var(--slate);
    margin-bottom: 4px;
}

.project-spec-value {
    font-size: 15px;
    font-weight: 800;
    color: var(--dark);
    line-height: 1.3;
}

/* 3. Proje Hakkında (Geniş & Okunaklı İçerik) */
.project-about-wrap {
    background: #ffffff;
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 40px;
    margin-bottom: 45px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
}

.project-about-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 14px;
    padding-bottom: 20px;
    margin-bottom: 25px;
    border-bottom: 2px solid var(--light);
}

.project-about-title {
    font-size: 1.85rem;
    font-weight: 800;
    color: var(--dark);
    display: flex;
    align-items: center;
    gap: 12px;
}

.project-about-title i {
    color: var(--accent);
}

.project-about-text {
    font-size: 16.5px;
    line-height: 1.85;
    color: #334155;
    white-space: pre-line;
}

/* 4. Kat Planları & Galeri Bölümleri (Tam Genişlik) */
.project-section-block {
    background: #ffffff;
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 35px 40px;
    margin-bottom: 45px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
}

.project-section-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 25px;
    padding-bottom: 16px;
    border-bottom: 2px solid var(--light);
}

.project-section-head h2 {
    font-size: 1.8rem;
    font-weight: 800;
    color: var(--dark);
    display: flex;
    align-items: center;
    gap: 12px;
}

.project-section-head h2 i {
    color: var(--primary);
}

.project-section-subtitle {
    font-size: 14px;
    color: var(--slate);
    font-weight: 600;
}

.project-section-subtitle small {
    font-size: 12.5px;
    font-weight: 500;
    opacity: 0.85;
}

/* 5. Alt Danışmanlık ve İletişim Bloğu */
.project-contact-card {
    background: linear-gradient(135deg, var(--dark) 0%, var(--primary-dark) 100%);
    border-radius: var(--radius-lg);
    padding: 45px;
    color: #ffffff;
    box-shadow: var(--shadow-lg);
    margin-top: 20px;
}

.project-contact-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 45px;
    align-items: center;
}

.project-contact-info h3 {
    font-size: 1.85rem;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 14px;
}

.project-contact-info p {
    font-size: 15px;
    color: #cbd5e1;
    line-height: 1.7;
    margin-bottom: 25px;
}

.project-contact-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.project-form-box {
    background: #ffffff;
    border-radius: var(--radius);
    padding: 30px;
    color: var(--dark);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}

.project-form-box h4 {
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--dark);
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.project-form-box h4 i {
    color: var(--accent);
}

/* Responsive Kırılmalar */
@media (max-width: 1200px) {
    .project-specs-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 14px;
    }
}

@media (max-width: 991px) {
    .project-contact-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .project-about-wrap,
    .project-section-block,
    .project-contact-card {
        padding: 25px 20px;
    }
}

@media (max-width: 768px) {
    .project-specs-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    
    .project-spec-card {
        padding: 14px 10px;
    }
    
    .project-spec-icon {
        width: 38px;
        height: 38px;
        font-size: 18px;
        margin-bottom: 8px;
    }
    
    .project-spec-value {
        font-size: 13.5px;
    }
    
    .project-cover-badge {
        bottom: 14px;
        left: 14px;
        font-size: 12px;
        padding: 6px 14px;
    }

    /* Proje Detay - Başlık ve Rozetlerin Mobilde Asla Sıkışmaması */
    .project-about-wrap,
    .project-section-block {
        padding: 22px 18px !important;
        margin-bottom: 25px !important;
        border-radius: var(--radius) !important;
    }

    .project-about-header,
    .project-section-head {
        flex-direction: column !important;
        align-items: flex-start !important;
        justify-content: flex-start !important;
        gap: 8px !important;
        padding-bottom: 14px !important;
        margin-bottom: 18px !important;
    }

    .project-about-title,
    .project-section-head h2 {
        font-size: 1.35rem !important;
        line-height: 1.3 !important;
        margin: 0 !important;
        gap: 8px !important;
        width: 100% !important;
    }

    .project-about-title i,
    .project-section-head h2 i {
        font-size: 1.35rem !important;
    }

    .project-about-header .badge,
    .project-section-head span,
    .project-section-subtitle {
        font-size: 12.5px !important;
        line-height: 1.4 !important;
        display: inline-block !important;
        white-space: normal !important;
    }

    .project-about-text {
        font-size: 15px !important;
        line-height: 1.7 !important;
    }

    .project-hero-banner {
        padding: 35px 0 28px !important;
    }

    .project-hero-title {
        font-size: 1.85rem !important;
        line-height: 1.25 !important;
    }

    .project-hero-row {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 16px !important;
    }

    .project-hero-actions {
        width: 100% !important;
    }

    .project-hero-actions .btn {
        flex: 1 1 auto !important;
        text-align: center !important;
        justify-content: center !important;
    }

    .project-contact-card {
        padding: 24px 18px !important;
    }

    .project-contact-info h3 {
        font-size: 1.45rem !important;
        line-height: 1.3 !important;
    }

    .project-form-box {
        padding: 20px 16px !important;
    }

    .ilan-similar-header {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 12px !important;
        margin-bottom: 22px !important;
    }

    .ilan-similar-header h2 {
        font-size: 1.4rem !important;
    }

    .ilan-similar-header .btn {
        width: 100% !important;
        justify-content: center !important;
    }
}

@media (max-width: 576px) {
    .project-about-wrap,
    .project-section-block {
        padding: 18px 14px !important;
        margin-bottom: 20px !important;
    }

    .project-about-title,
    .project-section-head h2 {
        font-size: 1.22rem !important;
    }

    .project-hero-title {
        font-size: 1.55rem !important;
    }

    .gallery-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 10px !important;
    }

    .gallery-item {
        height: 130px !important;
    }

    .project-contact-card {
        padding: 20px 14px !important;
    }

    .project-contact-info h3 {
        font-size: 1.3rem !important;
    }

    .project-contact-btns .btn {
        width: 100% !important;
        justify-content: center !important;
    }
}

/* ==========================================================================
   14. Gayrimenkul İlan Detay & Proje Filtre Responsive Kuralları
   ========================================================================== */
.ilan-hero-header {
    background: #0f172a;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    padding: 32px 0;
    color: #fff;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.ilan-header-top-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
    min-width: 0;
}

.ilan-header-info {
    flex: 1 1 450px;
    min-width: 0;
    max-width: 100%;
}

.ilan-title {
    font-size: 2rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 8px;
    line-height: 1.25;
    word-break: break-word;
    overflow-wrap: break-word;
}

.ilan-header-price {
    text-align: right;
    background: rgba(255, 255, 255, 0.06);
    padding: 14px 24px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    flex-shrink: 0;
    max-width: 100%;
    box-sizing: border-box;
}

.ilan-price-val {
    font-size: 2.1rem;
    font-weight: 800;
    color: #38bdf8;
    display: block;
    line-height: 1.2;
    word-break: break-word;
}

.ilan-detail-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 0.6fr);
    gap: 32px;
    align-items: start;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
}

.ilan-detail-layout > div,
.ilan-detail-sidebar {
    min-width: 0;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
}

.ilan-detail-sidebar {
    position: sticky;
    top: 100px;
}

.ilan-card {
    background: #fff;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    padding: 28px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.04);
    margin-bottom: 24px;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
    overflow: hidden;
}

.ilan-main-gallery-box {
    position: relative;
    height: 480px;
    background: #0b1329;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
}

.ilan-thumb-container {
    padding: 14px 16px;
    background: #fff;
    display: flex;
    gap: 10px;
    overflow-x: auto;
    border-top: 1px solid #e2e8f0;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
}

.ilan-thumb-container::-webkit-scrollbar {
    height: 6px;
}
.ilan-thumb-container::-webkit-scrollbar-track {
    background: #f1f5f9;
    border-radius: 4px;
}
.ilan-thumb-container::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 4px;
}

.ilan-metrics-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 14px;
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
}

.ilan-metric-item {
    background: #f8fafc;
    padding: 14px 16px;
    border-radius: 10px;
    border-left: 3px solid var(--primary);
    min-width: 0;
    box-sizing: border-box;
    word-break: break-word;
    overflow-wrap: break-word;
}

.btn-agent-wp {
    background: #25d366;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    padding: 12px 16px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-shadow: 0 4px 12px rgba(37,211,102,0.25);
    font-size: 14px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    transition: all 0.2s ease;
    word-break: break-word;
}

.btn-agent-call {
    background: var(--primary);
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    padding: 12px 16px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 14px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    transition: all 0.2s ease;
    word-break: break-word;
}

@media (max-width: 991px) {
    .ilan-detail-layout {
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 24px !important;
    }
    .ilan-detail-sidebar {
        position: static !important;
        top: auto !important;
        margin-top: 0 !important;
    }
    .ilan-card {
        padding: 20px 18px !important;
        border-radius: 14px !important;
        margin-bottom: 20px !important;
    }
    .ilan-main-gallery-box {
        height: 350px !important;
    }
    .ilan-header-top-row {
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 16px !important;
    }
    .ilan-header-info {
        flex: 1 1 100% !important;
        width: 100% !important;
    }
    .ilan-header-price {
        text-align: left !important;
        width: 100% !important;
        padding: 12px 18px !important;
    }
    .ilan-title {
        font-size: 1.6rem !important;
    }
}

@media (max-width: 576px) {
    .ilan-hero-header {
        padding: 20px 0 !important;
    }
    .ilan-card {
        padding: 16px 14px !important;
        border-radius: 12px !important;
        margin-bottom: 16px !important;
    }
    .ilan-main-gallery-box {
        height: 250px !important;
    }
    .ilan-thumb-container {
        padding: 10px 12px !important;
        gap: 8px !important;
    }
    .gallery-thumb-btn {
        width: 72px !important;
        height: 52px !important;
    }
    .ilan-metrics-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 8px !important;
    }
    .ilan-metric-item {
        padding: 10px 12px !important;
    }
    .ilan-metric-item strong {
        font-size: 13.5px !important;
        display: block;
        word-break: break-word;
    }
    .ilan-title {
        font-size: 1.35rem !important;
    }
    .ilan-price-val {
        font-size: 1.65rem !important;
    }
    .btn-agent-call, .btn-agent-wp {
        font-size: 13px !important;
        padding: 11px 10px !important;
    }
}

/* ==========================================================================
   MİMARİ PROJE, KAT KARŞILIĞI ÖNERİ & İLETİŞİM SAYFALARI RESPONSIVE GRID
   ========================================================================== */

/* 1. Proje & Mimarlık Sayfası */
.mimarlik-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
    gap: 48px;
    align-items: start;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.mimarlik-grid > div {
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
}

.mimarlik-services-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-bottom: 35px;
    width: 100%;
    box-sizing: border-box;
}

.mimarlik-service-card {
    background: var(--light-bg);
    padding: 22px;
    border-radius: var(--radius);
    border: 1px solid var(--border);
    box-sizing: border-box;
    transition: transform var(--transition-normal), box-shadow var(--transition-normal);
}

.mimarlik-service-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-md);
}

.mimarlik-form-card {
    background: #ffffff;
    padding: 35px;
    border-radius: var(--radius);
    border: 1px solid var(--border);
    box-shadow: var(--shadow-lg);
    box-sizing: border-box;
    position: sticky;
    top: 90px;
}

.mimarlik-email-box {
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    padding: 20px;
    border-radius: var(--radius);
    display: flex;
    align-items: center;
    gap: 16px;
    box-sizing: border-box;
    word-break: break-word;
}

/* 2. Kat Karşılığı & Arsa Öneri Sayfası */
.oneri-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
    gap: 48px;
    align-items: start;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.oneri-grid > div {
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
}

.oneri-form-card {
    background: #ffffff;
    padding: 35px;
    border-radius: var(--radius);
    border: 1px solid var(--border);
    box-shadow: var(--shadow-lg);
    box-sizing: border-box;
}

/* 3. İletişim Sayfası Grid */
.iletisim-page-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
    gap: 48px;
    align-items: start;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.iletisim-page-grid > div {
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
}

.iletisim-form-card {
    background: #ffffff;
    padding: 35px;
    border-radius: var(--radius);
    border: 1px solid var(--border);
    box-shadow: var(--shadow-lg);
    box-sizing: border-box;
}

/* Tablet Kırılma Noktası (max-width: 991px) */
@media (max-width: 991px) {
    .mimarlik-grid,
    .oneri-grid,
    .iletisim-page-grid {
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 36px !important;
    }

    .mimarlik-form-card,
    .oneri-form-card,
    .iletisim-form-card {
        position: static !important;
        padding: 28px 24px !important;
    }
}

/* Mobil Kırılma Noktası (max-width: 640px) */
@media (max-width: 640px) {
    .mimarlik-services-grid {
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 14px !important;
    }

    .mimarlik-service-card {
        padding: 16px 14px !important;
    }

    .mimarlik-form-card,
    .oneri-form-card,
    .iletisim-form-card {
        padding: 22px 16px !important;
        border-radius: var(--radius-sm) !important;
    }

    .mimarlik-email-box {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 10px !important;
        padding: 16px 14px !important;
    }
}

.form-row-2col {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    width: 100%;
    box-sizing: border-box;
}

@media (max-width: 576px) {
    .form-row-2col {
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 0 !important;
    }
}

/* ==========================================================================
   Dinamik Canlı Filtreleme (AJAX Live Filter) Stilleri
   ========================================================================== */
.live-filter-wrapper {
    position: relative;
    min-height: 240px;
    transition: min-height 0.2s ease;
}

.live-filter-wrapper.is-loading {
    pointer-events: none;
}

.live-filter-wrapper.is-loading > * {
    opacity: 0.38;
    filter: blur(1px);
    transition: opacity 0.22s ease, filter 0.22s ease;
}

/* Şık Yükleniyor Rozeti */
.live-filter-badge {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 30;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 22px;
    background: rgba(7, 31, 56, 0.94);
    color: #ffffff;
    font-size: 13.5px;
    font-weight: 700;
    border-radius: 50px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25), 0 0 0 1px rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    pointer-events: none;
    animation: liveFilterBadgePop 0.25s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.live-filter-badge .filter-spin-icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 2.5px solid rgba(255, 255, 255, 0.3);
    border-top-color: var(--accent, #e5a93c);
    border-radius: 50%;
    animation: liveFilterSpin 0.75s linear infinite;
}

@keyframes liveFilterSpin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes liveFilterBadgePop {
    from {
        opacity: 0;
        transform: translate(-50%, -15px) scale(0.92);
    }
    to {
        opacity: 1;
        transform: translate(-50%, 0) scale(1);
    }
}

/* Yeni Gelen İçeriklerin Pürüzsüz Belirme Animasyonu */
@keyframes liveFilterFadeIn {
    0% {
        opacity: 0.2;
        transform: translateY(8px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.live-filter-fade-in {
    animation: liveFilterFadeIn 0.35s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

/* Filtre butonlarına tıklanma hissi */
.project-status-tabs .btn,
.project-city-bar .btn,
.realestate-filter-bar .btn {
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    user-select: none;
}

.project-status-tabs .btn:active,
.project-city-bar .btn:active,
.realestate-filter-bar .btn:active {
    transform: scale(0.96);
}

/* ==========================================================================
   Ana Sayfa İletişim Formu & Harita Bölümü (Responsive Mobil Uyum)
   ========================================================================== */
.home-contact-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    gap: 40px;
    align-items: start;
    width: 100%;
    box-sizing: border-box;
}

.home-contact-card {
    background: #ffffff;
    padding: 35px;
    border-radius: var(--radius);
    border: 1px solid var(--border);
    box-shadow: var(--shadow);
    width: 100%;
    box-sizing: border-box;
}

.home-map-card {
    background: #ffffff;
    padding: 28px;
    border-radius: var(--radius);
    border: 1px solid var(--border);
    box-shadow: var(--shadow);
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
}

.home-map-frame {
    border-radius: var(--radius-sm);
    overflow: hidden;
    height: 350px;
    margin-bottom: 20px;
    position: relative;
    width: 100%;
}

.home-map-frame iframe {
    width: 100% !important;
    height: 100% !important;
    border: 0 !important;
    display: block;
}

@media (max-width: 991px) {
    .home-contact-grid {
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 32px !important;
    }

    .home-contact-card {
        padding: 28px 22px !important;
    }

    .home-map-card {
        padding: 24px 20px !important;
    }

    .home-map-frame {
        height: 280px !important;
    }
}

@media (max-width: 576px) {
    .home-contact-card {
        padding: 22px 16px !important;
        border-radius: var(--radius-sm) !important;
    }

    .home-map-card {
        padding: 20px 16px !important;
        border-radius: var(--radius-sm) !important;
    }

    .home-map-frame {
        height: 230px !important;
        margin-bottom: 16px !important;
    }
}


