/* ============================================
   Location/SEO Silo Pages Styles
   ============================================ */

/* --- Breadcrumb --- */
.location-breadcrumb {
    padding: 120px 0 10px;
    background: #f8f9fa;
}
.location-breadcrumb ol {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.location-breadcrumb ol li {
    font-size: 14px;
    color: #6c757d;
    font-family: 'Rubik', sans-serif;
}
.location-breadcrumb ol li a {
    color: #b50e12;
    text-decoration: none;
}
.location-breadcrumb ol li a:hover {
    text-decoration: underline;
}
.location-breadcrumb ol li + li::before {
    content: '›';
    margin: 0 8px;
    color: #adb5bd;
}
.location-breadcrumb ol li.active {
    color: #495057;
    font-weight: 500;
}

/* --- Hero Section --- */
.location-hero {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 40%, #0f3460 100%);
    padding: 60px 0;
    color: #fff !important;
    position: relative;
    overflow: hidden;
}
.location-hero::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(181, 14, 18, 0.3) 0%, transparent 70%);
    border-radius: 50%;
}
.location-hero.compact {
    padding: 45px 0;
}
section.location-hero h1,
.location-hero h1,
.location-hero .container h1 {
    font-family: 'Rubik', sans-serif;
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 15px;
    line-height: 1.3;
    color: #ffffff !important;
}
section.location-hero p,
.location-hero p,
.location-hero .container p,
section.location-hero .lead,
.location-hero .lead,
.location-hero .container .lead {
    color: rgba(255, 255, 255, 0.92) !important;
}
.location-hero .lead {
    font-size: 16px;
    line-height: 1.7;
    max-width: 700px;
    margin-bottom: 25px;
}
.location-hero .btn-whatsapp {
    background: #25D366;
    color: #fff;
    border: none;
    padding: 12px 28px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
}
.location-hero .btn-whatsapp:hover {
    background: #1db954;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
    color: #fff;
    text-decoration: none;
}

/* --- About Section --- */
.location-about {
    padding: 50px 0;
    background: #fff;
}
.location-about h2 {
    font-family: 'Rubik', sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: #1a1a2e;
    margin: 0 0 15px;
}
.location-about h3 {
    font-family: 'Rubik', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin: 25px 0 12px;
}
.location-about p {
    font-size: 15px;
    line-height: 1.8;
    color: #4a4a4a;
    margin-bottom: 12px;
}

/* --- Services List --- */
.location-services {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}
.location-services li {
    padding: 8px 0;
    font-size: 14px;
    color: #333;
    border-bottom: 1px solid #f0f0f0;
}
.location-services li i {
    color: #25D366;
    margin-right: 8px;
    width: 16px;
}

/* --- Contact Box (Sidebar) --- */
.location-contact-box {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 25px;
    position: sticky;
    top: 80px;
}
.location-contact-box h4 {
    font-family: 'Rubik', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #333;
    margin: 0 0 8px;
}
.location-contact-box h4 i {
    color: #b50e12;
    margin-right: 6px;
    width: 18px;
}
.location-contact-box p {
    font-size: 14px;
    color: #555;
    margin-bottom: 5px;
    line-height: 1.6;
}
.location-contact-box p a {
    color: #b50e12;
    font-weight: 600;
    text-decoration: none;
}
.location-contact-box p a:hover {
    text-decoration: underline;
}
.location-contact-box p.text-muted {
    font-size: 13px;
    color: #888 !important;
}
.location-contact-box hr {
    margin: 15px 0;
    border-color: #e0e0e0;
}
.location-contact-box .btn-whatsapp {
    background: #25D366;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 600;
    text-decoration: none;
    display: block;
    text-align: center;
    margin-top: 10px;
    transition: all 0.3s;
}
.location-contact-box .btn-whatsapp:hover {
    background: #1db954;
    color: #fff;
    text-decoration: none;
}

/* --- Grid Sections (Mahalle/Okul/İlçe) --- */
.location-grid-section {
    padding: 45px 0;
    background: #fff;
}
.location-grid-section.alt {
    background: #f8f9fa;
}
.location-grid-section h2 {
    font-family: 'Rubik', sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: #1a1a2e;
    margin: 0 0 8px;
}
.location-grid-section > .container > p {
    font-size: 14px;
    color: #6c757d;
    margin-bottom: 20px;
}

/* --- Grid Items --- */
.location-grid-item {
    display: block;
    padding: 12px 15px;
    margin-bottom: 10px;
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 6px;
    color: #333;
    text-decoration: none;
    font-size: 13px;
    font-family: 'Rubik', sans-serif;
    transition: all 0.25s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.location-grid-item:hover {
    border-color: #b50e12;
    color: #b50e12;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
}
.location-grid-item i {
    margin-right: 6px;
    color: #b50e12;
    width: 14px;
}
.location-grid-item.school {
    padding: 15px;
    min-height: 70px;
    white-space: normal;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}
.location-grid-item.school i {
    font-size: 18px;
    margin-top: 2px;
    flex-shrink: 0;
}
.location-grid-item.school span {
    font-weight: 500;
    display: block;
    line-height: 1.4;
}
.location-grid-item.school small {
    display: block;
    color: #888;
    font-size: 11px;
    margin-top: 3px;
}

/* --- CTA Inline --- */
.location-cta-inline {
    margin: 25px 0 15px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 8px;
    border-left: 4px solid #b50e12;
}
.location-cta-inline p {
    margin-bottom: 10px;
}
.location-cta-inline .btn {
    margin-right: 10px;
    margin-bottom: 5px;
}
.location-cta-inline .btn-whatsapp {
    background: #25D366;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s;
}
.location-cta-inline .btn-whatsapp:hover {
    background: #1db954;
    color: #fff;
}

/* --- Footer Location Links --- */
.footer-locations {
    margin-top: 15px;
}
.footer-locations .title {
    font-weight: bold;
    color: #706f6f;
    margin-bottom: 10px;
    font-size: 12pt;
}
.footer-locations ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0;
}
.footer-locations ul li {
    width: 50%;
    margin-bottom: 4px;
}
.footer-locations ul li a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    text-decoration: none;
    transition: color 0.2s;
}
.footer-locations ul li a:hover {
    color: #fff;
}
.footer-locations ul li a i {
    margin-right: 4px;
    color: #b50e12;
    font-size: 10px;
}

/* --- Responsive --- */
@media (max-width: 767px) {
    .location-hero h1 {
        font-size: 22px;
    }
    .location-hero .lead {
        font-size: 14px;
    }
    .location-contact-box {
        position: static;
        margin-top: 25px;
    }
    .location-grid-item.school {
        min-height: auto;
    }
    .footer-locations ul li {
        width: 100%;
    }
}
