*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
    color: #333;
    background-color: #fff;
}

main {
    flex: 1;
}

.site-logo {
    height: 50px;
    width: auto;
}

.site-header .navbar {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}

.offcanvas-fullscreen {
    width: 100vw;
    max-width: 100vw;
}

.offcanvas-fullscreen .nav-link {
    color: #333;
    font-weight: 500;
}

.offcanvas-fullscreen .nav-link:hover {
    color: #0d6efd;
}

.site-footer {
    background-color: #2c3e50;
    color: #adb5bd;
}

.site-footer a {
    color: #adb5bd;
    text-decoration: none;
    transition: color 0.2s;
}

.site-footer a:hover {
    color: #fff;
}

.footer-brand {
    font-size: 1.15rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.01em;
}

.footer-section-title {
    font-size: 0.75rem;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.footer-bottom {
    border-color: rgba(255, 255, 255, 0.1) !important;
}

section {
    padding-top: 50px;
    padding-bottom: 50px;
}

section:nth-child(even) {
    background-color: #f8f9fa;
}

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

.page-breadcrumb {
    background-color: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
}

.page-breadcrumb .breadcrumb {
    margin-bottom: 0;
}

.page-breadcrumb .breadcrumb-item a {
    color: #6c757d;
    text-decoration: none;
}

.page-breadcrumb .breadcrumb-item a:hover {
    color: #0d6efd;
}

.page-breadcrumb .breadcrumb-item.active a {
    color: #333;
    font-weight: 500;
}

.page-title-bar {
    background-color: #fff;
    border-bottom: 3px solid #0d6efd;
    padding: 28px 0;
}

.page-title-bar h1 {
    font-size: 2rem;
    font-weight: 700;
    color: #1a2535;
}

.mission-card {
    background-color: #f8f9fa;
    border: 1px solid #e9ecef;
    transition: box-shadow 0.2s;
}

.mission-card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.07);
}

.mission-card h3 {
    color: #0d6efd;
}

.value-card {
    background-color: #fff;
    border: 1px solid #e9ecef;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.value-card:hover {
    border-color: #0d6efd;
    box-shadow: 0 4px 16px rgba(13, 110, 253, 0.08);
}

.value-card h3 {
    color: #1a2535;
}

.hero-section {
    min-height: 100vh;
    display: flex;
    align-items: center;
    background-color: #1a2535;
    padding-top: 0;
    padding-bottom: 0;
}

.hero-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.35;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(26, 37, 53, 0.7) 0%, rgba(26, 37, 53, 0.4) 100%);
}

.hero-content {
    position: relative;
    z-index: 1;
    padding: 100px 0;
}

.hizmet-card {
    background-color: #fff;
    border: 1px solid #e9ecef;
    color: #333;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.hizmet-card:hover {
    border-color: #0d6efd;
    box-shadow: 0 2px 8px rgba(13, 110, 253, 0.12);
    color: #0d6efd;
}

.huzurevi-card {
    background-color: #fff;
    border: 2px solid #e9ecef;
    color: #333;
    transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
}

.huzurevi-card:hover {
    border-color: #0d6efd;
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(13, 110, 253, 0.1);
    color: #0d6efd;
}

.feature-card {
    background-color: #f8f9fa;
    border: 1px solid #e9ecef;
    transition: box-shadow 0.2s;
}

.feature-card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.legal-content {
    max-width: 860px;
    margin: 0 auto;
    line-height: 1.85;
}

.legal-content h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1a2535;
    margin-top: 2rem;
    margin-bottom: 0.6rem;
    padding-bottom: 0.4rem;
    border-bottom: 1px solid #e9ecef;
}

.legal-content p,
.legal-content li {
    color: #555;
    font-size: 0.95rem;
}

.legal-content ul {
    padding-left: 1.4rem;
    margin-bottom: 0;
}

.legal-content li {
    margin-bottom: 0.3rem;
}

.legal-content a {
    color: #0d6efd;
    text-decoration: none;
}

.legal-content a:hover {
    text-decoration: underline;
}

.stat-card {
    background-color: #f8f9fa;
    border: 1px solid #e9ecef;
    transition: box-shadow 0.2s;
}

.stat-card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.07);
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 800;
    color: #0d6efd;
    line-height: 1;
}

.stat-label {
    font-size: 0.9rem;
    font-weight: 500;
    color: #6c757d;
}

.maps-section {
    padding-bottom: 0;
}

.maps-wrapper {
    width: 100%;
    height: 400px;
    margin-top: 24px;
}

.maps-iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

.contact-card {
    background-color: #fff;
    border: 1px solid #e9ecef;
    transition: box-shadow 0.2s;
}

.contact-card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.07);
}

.contact-label {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #6c757d;
    margin-bottom: 0;
}

.contact-value {
    font-size: 0.95rem;
    font-weight: 500;
    color: #1a2535;
    text-decoration: none;
    word-break: break-all;
}

a.contact-value:hover {
    color: #0d6efd;
}

section.cta-section {
    background-color: #1a6b3c;
    color: #fff;
    padding-top: 70px;
    padding-bottom: 70px;
}

.hizmet-list-card {
    display: block;
    background-color: #fff;
    border: 1px solid #e9ecef;
    border-radius: 0.5rem;
    overflow: hidden;
    text-decoration: none;
    color: #333;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.hizmet-list-card:hover {
    border-color: #0d6efd;
    box-shadow: 0 4px 16px rgba(13, 110, 253, 0.1);
    color: #0d6efd;
}

.hizmet-list-thumb {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
}

.service-thumb-wrap {
    width: 100%;
    max-height: 420px;
    overflow: hidden;
}

.service-thumb {
    width: 100%;
    max-height: 420px;
    object-fit: cover;
    display: block;
}

@media (max-width: 991.98px) {
    .site-logo {
        height: 40px;
    }

    .hero-content {
        padding: 60px 0;
    }
}
