.logo {
    width: 95px;
    height: auto; 
}

p {
    font-size: 18px; 
}


.count-box:hover {
    transform: translateY(-5px) scale(1.05);
    background: rgb(46, 125, 204);
}

.countdown-container {
    min-height: 100vh; 
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 20px !important;
    padding: 40px 10px !important;
    height: auto !important;
}

.count-box {
    background: rgb(121, 160, 199);
    border-radius: 13px;
    padding: 20px 10px;
    text-align: center;
    transition: 0.3s;
    color: white;
    width: 150px; 
    min-height: 130px; 
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative; 
    margin-bottom: 10px;
}

.count-box:hover {
    transform: translateY(-5px) scale(1.05);
    background: rgb(46, 125, 204);
}

.number {
    font-size: 24px;
    font-weight: 700;
}

.label {
    font-size: 14px;
    opacity: 0.8;
}

@media (min-width: 992px) {
    .count-box {
        width: 200px;
        min-height: 160px;
    }
    .number { 
        font-size: 32px; 
    }
}

@media (max-width: 991px) {
    .count-box {
        width: 42%; 
        min-width: 140px;
        margin: 5px;
    }
    .number { 
        font-size: 22px; 
    }
    .label { 
        font-size: 12px; 
    }
}

.custom-title::after, .custom-title-2::after, .custom-title-3::after {
    content: "";
    height: 4px;
    display: block;
    margin: 10px auto 0;
    background: linear-gradient(to right, rgb(121, 160, 199), rgb(46, 125, 204));
}

.custom-table {
    border-collapse: separate !important;
    border-spacing: 0 10px !important;
    margin: 20px auto !important;
}

.custom-table th, .custom-table td {
    background-color: rgb(121, 160, 199) !important;
    color: #ffffff !important;
    padding: 12px !important;
    border: none !important;
}

.btn-biruni-style {
    background-color: #7ba0c1; /* Tablodaki ana mavi tonu */
    color: #ffffff;            /* Beyaz metin */
    border: 1px solid #ffffff; /* Tablodaki beyaz bölme çizgileri gibi */
    padding: 10px 25px;
    font-weight: 500;
    border-radius: 4px;        /* Hafif yuvarlatılmış köşeler */
    transition: all 0.3s ease;
    text-transform: none;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.btn-biruni-style:hover {
    background-color: #6a8ba8; /* Üzerine gelince biraz daha koyu */
    color: #ffffff;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    border-color: #dee2e6;
}

.btn-biruni-style:active {
    background-color: #5d7a94;
    transform: translateY(1px);
}

.custom-table tbody tr:hover td {
    background-color: rgb(46, 125, 204) !important;
    transition: 0.3s !important;
    cursor: default !important;
}
@media (min-width: 992px) {
    p { font-size: 21px; }
    
    .navbar-nav { gap: 40px; }
    
    .navbar-nav .nav-link {
        font-family: 'Poppins', sans-serif;
        position: relative;
        padding: 8px 0;
        color: rgb(4 75 144);
    }

    .navbar-nav .nav-link::after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 0;
        width: 0%;
        height: 2px;
        background-color: rgb(4 75 144);
        transition: all 0.3s ease;
    }

    .navbar-nav .nav-link:hover::after {
        width: 100%;
        left: 0;
    }

    .carousel-inner img {
        width: 70%;
        max-height: 680px;
        object-fit: cover;
        margin: 0 auto;
    }

    .count-box { width: 200px; }
    .number { font-size: 32px; }

    .custom-title::after { width: 100%; }
    .custom-title-2::after { width: 210px; }
    .custom-title-3::after { width: 350px; }

    .custom-table { width: 70% !important; }
}

@media (max-width: 991px) {
    p { font-size: 16px; }

    .navbar-nav {
        gap: 10px;
        flex-direction: column;
        padding: 20px 0;
    }

    .navbar-nav .nav-link {
        text-align: center;
        color: rgb(4 75 144);
        font-weight: 500;
    }

    .carousel-inner img {
        width: 100%; 
        max-height: 350px;
        object-fit: cover;
    }

    .custom-title::after, .custom-title-2::after, .custom-title-3::after {
        width: 80% !important;
    }

    .custom-table {
        width: 95% !important;
    }

    .custom-table th { font-size: 0.9rem !important; }
    .custom-table td { font-size: 1rem !important; }
    
    .custom-table tbody tr td:last-child {
        font-size: 1.1rem !important;
    }

    .count-box {
        width: 45%; 
        padding: 20px 10px;
    }
}

.footer-custom {
    background-color: rgb(46, 125, 204) ; 
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
}

.footer-logo {
    width: 200px;
    height: auto;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    opacity: 0.9;
    transition: 0.3s;
}

.footer-links a:hover {
    opacity: 1;
    padding-left: 5px;
    color: #7ba0c1;
}

.footer-hr {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    opacity: 1;
}

.footer-bottom-text {
    font-size: 13px;
    opacity: 0.8;
}

/* Mobil Düzenleme */
@media (max-width: 767px) {
    .footer-custom h6 {
        font-size: 16px;
        margin-top: 20px;
    }
    .footer-links a {
        font-size: 15px;
    }
}