/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/


/* Footer Menu Tasarımı */
.custom-footer-menu-list {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: wrap !important;
    max-height: 520px !important;
    column-gap: 30px !important;
    row-gap: 15px !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.custom-footer-menu-list > li {
    width: auto !important;
    box-sizing: border-box !important;
}

/* Ana Başlıklar (Anasayfa, Kurumsal vb.) */
.custom-footer-menu-list > li > a {
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #233069 !important;
    text-decoration: none !important;
    display: block !important;
}

/* Alt Menü Listesi */
.custom-footer-menu-list .sub-menu {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* Alt Menü Elemanları */
.custom-footer-menu-list .sub-menu li {
    margin-bottom: 0px !important;
}

/* Alt Menü Linkleri */
.custom-footer-menu-list .sub-menu li a {
    font-size: 18px !important;
    line-height: 1.3 !important;
    font-weight: 400 !important;
    color: #6F6D71 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    transition: color 0.2s ease !important;
}

.custom-footer-menu-list .sub-menu li a:hover {
    color: #233069 !important;
}

.custom-footer-menu-list .menuiletisi {
    display: none !important;
}

/* Tablet Ekran Ayarları (1024px ile 768px arası) */
@media (min-width: 769px) and (max-width: 1024px) {
    .custom-footer-menu-list {
        max-height: 850px !important;
        column-gap: 20px !important; 
    }
}

/* Mobil Uyumu (Ekran küçülünce dikey sıraya geçer) */
@media (max-width: 768px) {
    .custom-footer-menu-list {
        max-height: none !important;
        flex-direction: row !important;
        text-align: center !important; 
    }
    .custom-footer-menu-list > li {
        width: 100% !important;
        align-items: center !important;
    }
    .custom-footer-menu-list > li > a {
        text-align: center !important;
    }
    .custom-footer-menu-list .sub-menu li a {
        white-space: normal !important;
        text-align: center !important;
    }
}



.underline .w-text-value {
	text-decoration: underline;
	text-underline-offset: 8px;
    text-decoration-thickness: 3px;
}



/* ==========================================================
   FİYAT TABLOSU ÖZEL STİLLERİ (Görsel Birebir Tasarım)
   ========================================================== */

/* Ana Kapsayıcı */
.ft-wrapper {
    color: #1a2542;
    margin: 30px auto;
}

/* Tablo Başlığı */
.ft-main-title {
    text-align: center;
}

/* Mobil Yatay Kaydırma Kutusu */
.ft-table-container {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 25px;
}

/* Genel Tablo Tasarımı */
.ft-table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    background-color: #ffffff;
    font-size: 18px;
}

/* Hücre Kenarlıkları ve Dolguları */
.ft-table th, 
.ft-table td {
    border: 1px solid #dcdcdc;
    padding: 10px 8px;
    vertical-align: middle;
}

/* Sol Birleşik Başlık Alanı (ANAOKULLARI & OKULLAR) */
.ft-table th.ft-side-head {
    background-color: #233069;
    color: #ffffff;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
}

.ft-side-head .ft-sub-text {
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
	text-align: center;
}

/* Üst Lacivert Başlıklar */
.ft-table th.ft-top-head {
    background-color: #233069;
    color: #ffffff;
    font-weight: 700;
    font-size: 20px;
	text-align: center;
    letter-spacing: 0.5px;
}

/* Sütun Başlıkları (Açık Mavi/Gri Tonlar) */
.ft-table th.ft-col-head {
    background-color: #69739C;
    color: #ffffff;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
	text-align: center;
}

.ft-col-head span {
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
	text-align: center;
	line-height: 1;
}

/* Okul Isimleri (Sol Sütun Verileri) */
.ft-table td.ft-row-title {
    text-align: left;
    font-weight: 700;
    color: #233069;
    padding-left: 18px;
}

/* Tablo Alt Sayfa Notu */
.ft-footer-note {
    text-align: center;
    font-weight: 700;
    font-size: 22px;
    color: #233069;
    margin-top: 20px;
}

/* ==========================================================
   MASAÜSTÜ / MOBİL GEÇİŞ KONTROLLERİ & KART EKLENTİLERİ
   ========================================================== */

/* Masaüstü ekranında mobil kart görünümünü gizle */
.ft-mobile-view {
    display: none;
}

/* ==========================================================
   MOBİL UYUM (RESPONSIVE)
   ========================================================== */
@media (max-width: 768px) {

    /* Mobilde büyük masaüstü tablolarını gizle */
    .ft-desktop-view {
        display: none;
    }

    /* Mobilde şık kart görünümünü aktif et */
    .ft-mobile-view {
        display: block;
    }

    .ft-main-title {
        font-size: 20px;
    }
    
    .ft-table th, 
    .ft-table td {
        padding: 6px 4px;
        font-size: 16px;
    }

    .ft-table th.ft-side-head {
        font-size: 16px;
        width: 30%;
    }

    .ft-footer-note {
        font-size: 18px;
        margin-top: 15px;
    }

    /* Mobil Kart Tasarım Detayları */
    .ft-mobile-sec-title {
        font-size: 16px;
        color: #233069;
        font-weight: 700;
        border-bottom: 2px solid #233069;
        padding-bottom: 6px;
        margin-bottom: 12px;
        text-transform: uppercase;
		text-align: center;
    }

    .ft-card {
        background: #ffffff;
        border: 1px solid #dcdcdc;
        border-radius: 8px;
        margin-bottom: 14px;
        box-shadow: 0 2px 5px rgba(0,0,0,0.05);
        overflow: hidden;
    }
	.ft-mobile-sec-title {
		font-size: 20px;
	}

    .ft-card-header {
        background-color: #233069;
        color: #ffffff;
        font-weight: 700;
        padding: 10px 14px;
        font-size: 18px;
		text-align: center;
    }

    .ft-card-body {
        padding: 10px 14px;
    }

    .ft-card-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 8px 0;
        border-bottom: 1px dashed #e2e2e2;
        font-size: 16px;
    }

    .ft-card-row:last-child {
        border-bottom: none;
    }

    .ft-card-row span {
        color: #555555;
        font-weight: 400;
    }

    .ft-card-row strong {
        color: #233069;
        font-weight: 700;
    }
}