﻿.top-banner {
    width: 100%;
    height: 130px;
    background: url('blood-bg.jpg') center/cover no-repeat;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}


.social-area {
    position: absolute;
    right: 30px;
    top: 15px;
    display: flex;
    gap: 10px;
}
.bpa {
    text-align: center;
    display: block;
    font-size: 23px;
    text-decoration:none;
    margin-bottom:40px;
    color:#a31317;
    border-radius:5px;
    padding:10px;
    border:2px solid #a31317;
    width:40%;
    margin:0 auto;
}

    .social-area div {
        width: 32px;
        height: 32px;
        background: #dcdcdc;
        border-radius: 5px;
    }


.lang-switch {
    display: flex;
    margin-left: 10px;
}
.bp{
    width:100%;
    margin-top:50px;
}

    .lang-switch button {
        background: #e41f25;
        border: none;
        color: #fff;
        padding: 6px 12px;
        cursor: pointer;
        margin-left: 5px;
    }


/* Logo */
.logo-area img {
    height: 90px;
}


/* Menü */
.menu {
    width: 100%;
    background: #c4171d;
    display: flex;
    justify-content: center;
    padding: 0;
}


    .menu ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
    }


        .menu ul li {
            padding: 15px 25px;
            color: #fff;
            font-size: 16px;
            cursor: pointer;
            transition: background 0.3s;
        }


            .menu ul li:hover {
                background: #a31317;
            }
            .menu ul li a{
                color:#fff;
                text-decoration:none;
            }

.editorial-wrapper {
    text-align: center;
    font-family: "Arial", sans-serif;
    padding: 40px 20px;
}

.title2 {
    background: #0c3c78;
    color: white;
    display: inline-block;
    padding: 10px 35px;
    font-size: 28px;
    font-weight: bold;
    border-radius: 3px;
    margin-bottom: 40px;
}

.item {
    margin-bottom: 30px;
}

    .item h3 {
        color: #b10f0f;
        font-size: 22px;
        margin: 0;
        font-weight: bold;
    }

    .item p {
        font-size: 20px;
        margin-top: 5px;
    }

.container {
    width:65%;
    background: #fff;
    margin: 0 auto;
    padding: 25px 35px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border-radius: 6px;
}


.section-title {
    font-size: 20px;
    font-weight: bold;
    margin: 25px 0 10px;
    color: #000;
}


.fee-table {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 110px; /* Fiyat kısmını daralttım */
    margin-bottom: 10px;
}


    .fee-table div {
        padding: 8px 12px; /* Boşlukları azalttım */
    }


.left {
    background: #0c3c78;
    color: white;
    font-weight: bold;
    border-bottom: 2px solid #ffffff;
}


.right {
    background: #0c3c78;
    color: white;
    text-align: right;
    font-weight: bold;
    border-bottom: 2px solid #ffffff;
}


.info-list p,
.note {
    margin: 6px 0;
    font-size: 14px;
}
.title{
    text-align:center;
    margin:0 auto;
    font-size:48px;
    margin-top:80px;
    display:block
}
.contact-container {
    width:65%; /* Genişliği sabitle */
    margin: 50px auto; /* Container'ı sayfada ORTALA */
    font-family: Arial, sans-serif;
    padding: 20px;
    border: 1px solid #ddd;
    position: relative; /* Logoların absolute konumlanması için gerekli */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Hafif gölge ekleyebiliriz */
}

/* Başlık Bölümü (Mavi Arka Planlı Kısım) Stilleri */
.header-section {
    background-color: #003366; /* Koyu Mavi Renk */
    color: white;
    padding: 10px 15px;
    margin-bottom: 20px;
    width:70%; /* Metin bloğunu daraltarak logoya yer aç */
    box-sizing: border-box;
}

.header-text {
    font-size: 18px;
    font-weight: bold;
}

/* İletişim Detayları Stilleri */
.contact-details {
    padding: 0 15px;
    margin-bottom: 20px;
    width: 55%; /* Metin bloğunu daraltarak logoya yer aç */
}

    .contact-details p {
        margin: 5px 0;
        font-size: 14px;
    }

/* Yatay Çizgi Stilleri */
.separator {
    border: none;
    
    margin: 30px 0;
    width: 55%; /* Metin alanıyla aynı genişlikte tutmak için */
    margin-bottom:110px;
}

/* 2. LOGO BOYUTU VE KONUMLANDIRMA */
.logo {
    position: absolute;
    width: 12%; /* İstenen %8 boyut ayarı */
    height: auto; /* Oranını koru */
}

/* HOD Logo Konumu (Sağ Üst) */
.hod-logo {
    top:165px;
    display:block;
   
}

/* Fortuna Logo Konumu (Organizasyon İletişim Detaylarının Yanı) */
.fortuna-logo {
    top: 257px;
    margin-top:195px;
}

/* İkinci E-posta Adresi Stili */
.email-second {
    padding-left: 70px;
    margin-top: -5px !important;
    font-weight: normal;
}

.info-container {
    width:65%;
    margin: 50px auto; /* Sayfada ortalamak için */
    font-family: Arial, sans-serif;
    padding: 20px;
}

.info-section {
    margin-bottom: 30px; /* Bölümler arasında boşluk bırakmak için */
}

/* Başlık Bölümü (Mavi Arka Planlı Kısım) Stilleri - Önceki tasarımla aynı renkler */
.header-section.info-header {
    background-color: #003366; /* Koyu Mavi Renk */
    color: white;
    padding: 8px 15px; /* Başlık yüksekliğini ayarladım */
    margin-bottom: 10px;
    width:100%; /* Metin ile aynı hizada görünmesi için genişliği sınırladım */
    box-sizing: border-box;
    font-size: 16px;
    font-weight: bold;
}

.info-header .header-text {
    font-size: 16px; /* Metin başlık fontu */
    font-weight: bold;
}

/* İçerik Metin Stilleri */
.info-text {
    padding-left: 15px; /* Başlık ile aynı hizada başlaması için */
    line-height: 1.6;
    font-size: 15px;
    color: #333; /* Daha okunur bir koyu gri */
    width: 600px;
}

    /* Uzun detay metinlerinin (tarih ve iptal şartları) fontunu görseldeki gibi ince ve küçük tutmak için */
    .info-text.details-text {
        font-size: 15px;
        color: #555;
    }
    .baslik{
        font-size:50px;
        text-align:center;
        margin:0 auto;
    }

.section-title {
    color: #b11217;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1rem;
}

.custom-table th,
.custom-table td {
    background-color: #b11217;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    border: 2px solid #fff;
    font-weight: 600;
}

    .custom-table th:first-child,
    .custom-table td:first-child {
        text-align: left;
        padding-left: 1rem;
    }

.info-list li {
    margin-bottom: .5rem;
}


/* =========================
   RESPONSIVE AYARLAR
========================= */

/* Tablet ve altı */
@media (max-width: 992px) {

    .container,
    .contact-container,
    .info-container {
        width: 90%;
    }

    .info-text {
        width: 100%;
    }

    .title,
    .baslik {
        font-size: 36px;
        margin-top: 40px;
    }

    .bpa {
        width: 70%;
        font-size: 20px;
    }

    .logo-area img {
        height: 70px;
    }
}

/* Telefon */
@media (max-width: 768px) {

    /* ÜST BANNER */
    .top-banner {
        height: auto;
        padding: 15px 10px;
        flex-direction: column;
    }

    .social-area {
        position: static;
        margin-bottom: 10px;
    }

    /* LOGO */
    .logo-area img {
        height: 60px;
    }

    /* MENÜ */
    .menu ul {
        flex-direction: column;
        width: 100%;
        text-align: center;
    }

        .menu ul li {
            padding: 12px;
            border-bottom: 1px solid rgba(255,255,255,0.2);
        }

    /* BUTON */
    .bpa {
        width: 90%;
        font-size: 18px;
    }

    /* BAŞLIKLAR */
    .title,
    .baslik {
        font-size: 28px;
        margin-top: 30px;
    }

    .title2 {
        font-size: 22px;
        padding: 8px 20px;
    }

    /* GRID TABLO */
    .fee-table {
        grid-template-columns: 1fr;
    }

    .right {
        text-align: left;
    }

    /* CONTACT */
    .header-section,
    .contact-details,
    .separator {
        width: 100%;
    }

    .logo {
        position: static;
        width: 40%;
        margin: 20px auto;
        display: block;
    }

    .email-second {
        padding-left: 0;
        margin-top: 5px !important;
    }

    /* INFO TEXT */
    .info-text {
        width: 100%;
        font-size: 14px;
    }

        .info-text.details-text {
            font-size: 14px;
        }
}

/* Küçük Telefonlar */
@media (max-width: 480px) {

    .item h3 {
        font-size: 18px;
    }

    .item p {
        font-size: 16px;
    }

    .section-title {
        font-size: 18px;
    }

    .custom-table th,
    .custom-table td {
        font-size: 13px;
        padding: 6px;
    }
}
