﻿/* FOOTER */
.footer-preview small {
    margin-bottom: .8rem !important;
    font-size: 90% !important;
}

.footer-preview {
    position: relative;
    background: linear-gradient(130deg, #ffffff 28%, #ffffff 56%);
    padding: 0rem 4vw 1rem;
    overflow: visible;
    z-index: 1;
    /*margin-top: 5rem;*/
}

.footer-pattern-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: repeating-linear-gradient(135deg, rgba(50, 41, 68, 0.025), rgba(50, 41, 68, 0.025) 2px, rgba(50, 41, 68, 0.008) 2px, rgba(50, 41, 68, 0.008) 10px), repeating-linear-gradient(45deg, rgba(50, 41, 68, 0.015), rgba(50, 41, 68, 0.015) 1.5px, transparent 1.5px, #0000000a 8px);*/
    background: #fff;
    pointer-events: none;
    z-index: 0;
}

.footer-decorative-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200px;
    pointer-events: none;
    overflow: visible;
    z-index: 1;
}

.footer-decorative-shape {
    width: 100%;
    height: 100%;
    display: block;
}

.footer-wrapper {
    max-width: 1300px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    align-items: start;
    gap: 3rem;
    position: relative;
    z-index: 2;
}

.footer-header {
    color: #2a2a35;
    max-width: 100%;
}

    .footer-header h2 {
        font-size: 2.8rem;
        font-weight: 900;
        letter-spacing: 0.02em;
        display: flex;
        align-items: center;
        gap: 0.6rem;
        margin-top: 3rem;
    }

.footer-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.8rem 2rem;
}

.footer-card {
    background: white;
    border-radius: 1rem;
    padding: 1.7rem 1.9rem;
    box-shadow: 0 12px 26px rgba(30, 60, 106, 0.12);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    color: #322944;
    transition: transform 0.3s ease;
}

.footer-site-name {
    font-weight: 700;
    color: #1e3c6a;
    display: block;
    min-width: max-content;
    /* align all site name elements horizontally */
}

/* SiteAdı altındaki boşluk sabit */
.footer-card .footer-site-name.mb-3 {
    margin-bottom: 0.8rem !important;
}

/* İletişim bilgileri linkleri */
.footer-contact-info small {
    margin-bottom: 0.4rem;
}

.footer-contact-link {
    color: #000000;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}

    .footer-contact-link:hover {
        text-decoration: none;
    }

    /* İletişim ikonları ile metin arası boşluk */
    .footer-contact-link i {
        margin-right: 0.5rem;
        min-width: 20px;
        text-align: center;
        color: #284e8c !important;
        font-size: 1.2rem;
    }

/* Çalışma saatleri kartı */
.footer-hours-info small.footer-site-name {
    color: #1e3c6a;
    font-weight: 700;
}

.footer-hours-info time {
    color: #000000;
    font-weight: 600;
}

/* Ofis adresi kartı */
.footer-office-address small.footer-site-name {
    color: #1e3c6a;
    font-weight: 700;
}

.footer-office-address .footer-address-line {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
}

.footer-office-address i {
    color: #284e8c !important;
    min-width: 20px;
    margin-top: 0.25rem;
    flex-shrink: 0;
    font-size: 1.2rem;
}

.footer-address-link {
    color: #000000;
    text-decoration: none;
    word-break: break-word;
    display: inline-block;
}

    .footer-address-link:hover {
        text-decoration: none;
    }

/* Devam eden satır hizalama */
.footer-address-line span {
    display: block;
}

/* Sosyal medya kartı */
.footer-social-links li a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.4rem;
}

    .footer-social-links li a:hover {
        color: #284e8c;
        text-decoration: none;
    }

.footer-social-links i {
    font-size: 1.2rem;
    min-width: 22px;
    color: #284e8c !important;
    margin-bottom: .8rem !important;
}

/* Footer alt kısım */
.site-footer-logo {
    font-weight: 600;
    font-size: 0.9rem;
    color: #4a4a4a;
    margin-top: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2.4rem;
}

.footer-site-name-footer {
    font-weight: 700;
    color: #284e8c;
}

.footer-separator {
    margin: 0 0.5rem;
    color: #999999;
}

.footer-site-slogan {
    font-weight: 400;
    color: #666666;
    font-style: italic;
}

@media (max-width: 900px) {
    .footer-wrapper {
        grid-template-columns: 1fr;
    }

    .footer-cards {
        gap: 0.8rem 2rem;
    }
}





/*PAGE HEADING*/

/*.heading-section {
    position: relative;
    background: linear-gradient(120deg, #ffffff 50%, #e5e9f2 50%);*/
    /*height: 180px;*/
    /*display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.heading-overlay::before {
    content: "";
    position: absolute;
    top: -30px;
    left: -50px;
    width: 100%;
    height: 300%;
    background: radial-gradient(circle at 10% 30%, rgba(40,78,140,0.06) 0%, transparent 40%);
    transform: rotate(12deg);
}

.heading-inner {
    z-index: 2;
    max-width: 1300px;
    padding: 1rem 2rem;
    text-align: center;
    min-height: 180px;
}

.heading-label {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.9rem;
    color: #2e813e;
    letter-spacing: 0.08em;
    margin-bottom: 0.4rem;
}

.heading-inner h1 {
    font-size: 2.4rem;
    font-weight: 800;
    color: #322944;
    margin: 0;
}

.heading-inner p {
    margin-top: 0.6rem;
    font-size: 1rem;
    color: #322944;
}*/



/* Ana Sayfa ile Uyumlu Renk Değişkenleri */
:root {
    --kent-color-primary: #ffffff; /* Canlı Turuncu/Mercan (Ana vurgu renginiz) */
    --kent-color-secondary: #6c757d; /* Gri */
    --kent-color-dark: #222222; /* Koyu gri/Metin rengi */
    --kent-color-white: #ffffff; /* Beyaz */
    --kent-gradient-primary: #FF8C00; /* Düğmeler için degrade */
    --kent-room-primary-vibrant: #FF8C00 !important; /* Oda detayları için özel bir renk olabilir, genel primary'den farklıysa tutulabilir. */
}

/* Ortak Başlık Bölümü Stilleri */
.kent-page-header {
    background-color: var(--kent-color-dark);
    padding: 80px 0;
    text-align: center;
    color: var(--kent-color-white);
}

    .kent-page-header h1 {
        font-size: 3.5em;
        font-weight: 700;
        margin-bottom: 15px;
        letter-spacing: 1px;
        color: var(--kent-color-primary);
    }

    .kent-page-header p {
        font-size: 1.2em;
        color: rgba(255, 255, 255, 0.8);
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }

