.swiper-pagination-bullet {
    background: #fff;
    border: 1px solid #092e48;
}

.swiper-pagination-bullet-active {
    background-color: #092e48;
    border: 1px solid #092e48;
    width: 10px;
    height: 10px;
}

.education-card p {
    font-size: 14px !important;
}

.education-card ul {
    list-style: disc !important;
    padding-left: 20px;
}

.education-card .comment-list {
    padding-left: 0 !important;
    list-style: none !important;
}
.tes-slider .swiper-slide-active {
    border: 2px solid #e94e1b;
}

.table-responsive {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    margin: 20px 0;
}

.prose table tr, .prose table tr td, .prose table tr th {
    border: 1px solid #ddd;
    font-size: 14px;
}

.bursluluk-section {
    position: relative;
}

.bursluluk-section img {
    width: 100%;
    border: 2px solid #00b8ff;
    box-shadow: 2px 2px 20px rgb(0, 167, 255);
}

.bursluluk-section .countdown {
    position: absolute;
    top: 46%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 15px;
    align-items: center;
}

.bursluluk-section .btn {
    position: absolute;
    bottom: 15%;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-weight: 500;
    background-color: #c01103;
    padding: 2px 10px;
}

.bursluluk-section .countdown h5, .bursluluk-section .countdown .h5 {
    background: #dd2c00;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    width: 75px;
    margin: 0;
    text-align: center;
    box-shadow: 2px 2px 20px rgb(0, 167, 255);
    border: 2px solid #fff;
}

.bursluluk-section .countdown h5 span, .bursluluk-section .countdown .h5 span {
    font-size: 12px;
}

.mobil-bg {
    display: none;
}

@media (max-width: 768px) {
    .bursluluk-section {
        margin: 20px 0;
    }
    .bursluluk-section .mobil-bg {
        display: block;
    }
    .bursluluk-section .desk-bg {
        display: none;
    }
    .bursluluk-section .countdown {
        top: 25%;
        left: 50%;
        transform: translateX(-50%);
    }
    .bursluluk-section .countdown h5, .bursluluk-section .countdown .h5 {
        width: 75px;
        padding: 8px;
        font-size: 24px;
    }
    .bursluluk-section .countdown h5 span, .bursluluk-section .countdown .h5 span {
        font-size: 10px;
    }
    .bursluluk-section .btn {
        left: 50%;
        top: 40%;
        font-size: 12px;
        width: 60%;
        height: max-content;
        text-align: center;
    }
}
