body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif; /* Sayfan?n genel yaz? tipi */
}

#header, #ana, #stats {
    background: url(/Content/Resim/bg2.png) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}

#ana {
    min-height: 350px;
    height: 150px; /* Ekran?n geri kalan?n? kaplayacak */
}

.dark-background {
    background-color: #14387F; /* Giresun Üniversitesi rengi */
}





@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap');

/* Select Kutusu Stili */
.custom-select-style {
    appearance: none;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNSIgdmlld0JveD0iMCAwIDEwIDUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iIzA5ODllYSIgZD0iTTAgMGwxMCA1SDB6Ii8+PC9zdmc+'); /* Select için ok i?areti */
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 10px;
    padding-right: 30px;
    height: 45px;
    font-size: 1.1rem;
    font-family: 'Roboto', sans-serif;
    border-radius: 0px; /* Keskin kenarl?k */
}

/* Input alan? (sa??nda ok i?areti yok) */
.input-style {
    height: 45px;
    font-size: 1.1rem;
    font-family: 'Roboto', sans-serif;
    border-radius: 0px; /* Keskin kenarl?k */
}

/* Form Kontrollerinde Keskin Kenarl?klar */
.form-control {
    border-radius: 0px; /* Tüm form elemanlar?nda keskin kenarl?klar */
}

/* Ara butonu stili */
.ara-btn-custom {
    letter-spacing: 0.15rem;
    font-weight: bold;
    font-size: 1.3rem;
    padding: 12px 0;
    border-width: 2px;
    transition: all 0.3s ease;
}


    /* Ara buton hover efekti */
    .ara-btn-custom:hover {
        background-color: #0a1f44; /* Lacivert */
        border-color: #0a1f44;
        color: #fff;
    }

.rehber-btn-custom {
    letter-spacing: 0.1rem;
    font-weight: 600;
    font-size: 1rem;
    padding: 8px 12px;
    border-width: 2px;
    border-radius: 6px;
    transition: all 0.3s ease;
}

    .rehber-btn-custom:hover {
        background-color: #0a1f44; /* Lacivert */
        border-color: #0a1f44;
        color: #fff;
        transform: scale(1.05);
    }

/* Custom select görünümünü ayarlamak için wrapper */
.custom-select-wrapper {
    position: relative;
}

    .custom-select-wrapper select {
        width: 100%;
    }

/* Responsive geni?lik */
@media (max-width: 576px) {
    .ara-btn-custom {
        width: 100%; /* Küçük ekranlarda tam geni?likte olsun */
    }
}




.features-item {
    height: 130px; /* Tüm ö?elerin yüksekli?ini belirle */
    width: 95%; /* Ögeleri daralt */
    display: flex;
    flex-direction: column;
    justify-content: center; /* ?çeri?i dikeyde ortala */
    align-items: center; /* ?çeri?i yatayda ortala */
    border: 1px solid #ccc; /* Kenarl?k ekle */
    border-radius: 0; /* Kenar yuvarlamay? kald?r */
    padding: 20px; /* ?çerik için padding */
    position: relative; /* Tooltip için */
    overflow: hidden; /* Ta?ma durumunu gizle */
    transition: box-shadow 0.3s; /* Hover için geçi? efekti */
    margin: 0 auto; /* Her ö?eyi ortala */
}

    .features-item:hover {
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2); /* Hoverda gölge efekti */
    }

    .features-item h3 {
        text-transform: capitalize; /* ?lk harfleri büyük yap */
        overflow: hidden; /* Ta?malar? önlemek için */
        white-space: nowrap; /* Ta?malar? önlemek için */
        text-overflow: ellipsis; /* Ta?malar için '...' kullan */
        width: 100%; /* Sabit geni?lik ver */
        display: block; /* Block elementi */
        max-width: 220px; /* Maksimum geni?lik 220px */
        text-align: center; /* Ba?l??? ortala */
        font-size: 16px; /* Ba?l?k boyutunu küçült */
        margin-bottom: 10px; /* Ba?l?k ile aç?klama aras?na bo?luk */
    }

    .features-item p {
        margin: 0; /* Alt ba?l?k için varsay?lan margin'i kald?r */
        font-weight: bold; /* Kal?n metin */
        color: #666; /* Metin rengi */
        font-size: 14px; /* Metin boyutu */
        height: 20px; /* ?ndirme say?s? için belirli bir yükseklik */
        overflow: hidden; /* Ta?ma durumunu gizle */
        text-overflow: ellipsis; /* Ta?an metin için elips göster */
        text-align: center; /* Metni ortala */
    }

    .features-item i {
        font-size: 40px; /* ?kon boyutunu küçült */
        margin-bottom: 10px; /* ?kon ile ba?l?k aras?nda bo?luk */
    }




/* Küçük ekranlarda hücre içi bo?luk ve yaz? boyutunu küçültün */
@media (max-width: 768px) {
    .table th, .table td {
        font-size: 14px;
        padding: 8px;
    }

    .btn-sm i {
        font-size: 12px;
    }
}

/* Çok küçük ekranlar için (576px ve alt?) metni daha küçük yap?n */
@media (max-width: 576px) {
    .table th, .table td {
        font-size: 12px;
        padding: 5px;
    }
}


.pagination-container ul {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 8px;
}

.pagination-container li {
    display: inline-block;
}

    .pagination-container li a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        font-size: 16px;
        font-weight: bold;
        text-decoration: none;
        color: #333;
        background-color: #f8f9fa;
        border-radius: 8px;
        transition: all 0.3s ease-in-out;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

        .pagination-container li a:hover {
            background-color: #007bff;
            color: white;
            transform: scale(1.1);
        }

    .pagination-container li.active a {
        background-color: #007bff;
        color: white;
        font-weight: bold;
        border-radius: 8px;
        transform: scale(1.1);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }

    .pagination-container li.disabled a {
        color: #ccc;
        pointer-events: none;
        background-color: #e9ecef;
    }





.client-logo {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    overflow: visible; /* Tooltip'in kesilmemesi için */
}

.client-link {
    position: relative; /* Tooltip konumland?rmak için gerekli */
    display: inline-block;
    background-color: #f0f5ff;
    padding: 20px;
    border-radius: 10px;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
    color: #14387F;
    transition: background-color 0.3s ease, transform 0.3s ease;
    width: 250px; /* Sabit geni?lik */
    text-align: center; /* Metni ortalar */
}

    .client-link:hover {
        background-color: #e3f2fd;
        color: #1565c0;
        transform: scale(1.1); /* Hoverda biraz büyüme */
    }

.tooltip {
    position: absolute;
    bottom: 100%; /* Butonun üstünde olacak */
    left: 50%;
    transform: translateX(-50%) translateY(-10px); /* Tooltip'i biraz yukar?ya kayd?r */
    background-color: #14387F
    color: white;
    padding: 10px;
    border-radius: 5px;
    font-size: 14px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, transform 0.3s ease;
    white-space: normal; /* Metni birden fazla sat?ra böler */
    width: 250px; /* Tooltip geni?li?i sabit olacak */
    text-align: center; /* Metni ortalar */
    z-index: 1000; /* Tooltip'in üstte olmas?n? sa?lar */
}




/* Toast mesaj? için stil */
.toast-message {
    position: fixed;
    top: 20px; /* Sayfan?n üstünden bo?luk */
    left: 20px; /* Sayfan?n sa??ndan bo?luk */
    background-color: #1565c0; /* Turkuaz rengi */
    color: white;
    padding: 15px 20px;
    border-radius: 5px;
    font-size: 14px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transform: translateY(-20px); /* Ba?lang?çta biraz yukar?da */
    z-index: 1000; /* Di?er elementlerin üstünde olmas?n? sa?lar */
    max-width: 300px; /* Maksimum geni?lik */
    word-wrap: break-word; /* Uzun metinleri sat?rlara böler */
}

    /* Toast mesaj? görünür oldu?unda */
    .toast-message.show {
        opacity: 1;
        visibility: visible;
        transform: translateY(0); /* Yerine kayarak gelsin */
    }




/* Driver.js varsay?lan popover s?n?f? */
#driver-popover-item {
    background-color: #2c3e50 !important; /* Arka plan koyu mavi */
    color: #1565c0 !important; /* Yaz? rengi aç?k gri */
    border-radius: 30px !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2) !important;
    
}

/* Ba?l?k rengi */
.driver-popover-title {
    color: #f39c12 !important; /* Turuncu ba?l?k */
}

/* Aç?klama metni */
.driver-popover-description {
    color: #ecf0f1 !important;
}

/* Butonlar?n özelle?tirilmesi */
.driver-popover button {
    background-color: #e74c3c !important; /* Buton arka plan? k?rm?z? */
    color: white !important; /* Buton yaz? rengi beyaz */
    border-radius: 5px !important;
    padding: 6px 12px !important;
    border: none !important;
}

    .driver-popover button:hover {
        background-color: #c0392b !important; /* Buton hover rengi */
    }


