.masthead.-type-1 {
    padding: 100px 0 0 0 !important;
}

.hero-col {
    position: relative;
    display: block;
}

.hero-col .fade {
    width: 100%;
    background-color: #223864;
    overflow: hidden;
    visibility: hidden;
}

.hero-col .fade.slick-initialized {
    visibility: visible;
    display: block;
}

.hero-col .fade .slick-slide {
    display: inline-block;
    position: relative;
}

.hero-col .fade .slick-slide img {
    display: inline-block;
    position: relative;
    width: 100%;
}

.hero-col .fade button {
    display: none;
}

.px30-line-height {
    line-height: 30px !important;
}

.pt-10 {
    padding-top: 10px;
}

.header__logo.max-height-50 a img {
    max-height: 50px;
}

.limit-cover-height {
    max-height: 165px;
}

.blog-cover {
    display: flex;
    max-height: 172px;
    align-items: center;
}

.categories-link {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}

.basket-notification {
    background: var(--color-orange-1);
    border-radius: 50%;
    padding: 3px;
    font-weight: 500;
    position: absolute;
    left: 15px;
    bottom: 15px;
}

/* .coursesCard.-type-1 .coursesCard__image {
    max-height: 185px;
} */

.swiper {
    width: 100%;
    height: 750px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img,
.swiper-slide .masthead__image img {
    height: 100%;
    object-fit: none;
}

.swiper-slide .slider-left-img img {
    height: 100%;
    object-fit: contain;
    width: 30vw;
}

/* .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
} */

.masthead.-type-1 .masthead__title.banner-title {
    width: 95%;
}

.masthead.-type-1 .masthead__text.banner-text {
    padding-right: 220px;
    padding-bottom: 50px;
    color: var(--color-light-1);
}

/* .learning-path-container .coursesCard{
    min-height: 315px;
} */

.img-person-effect {
    border-radius: 15%;
    border-left: outset #eeeded 15px;
}

.testimonials.education-slider {
    min-height: 270px;
    align-items: flex-start;
}

.lesson-tabs button {
    width: 100%;
}

.button.add-basket {

    flex-direction: row-reverse;
    gap: 55px;
    font-weight: 500;
    /* background-color: var(--color-green-5);
    border: 2px solid var(--color-green-5); */
}

/* .button.add-basket:hover{
    
} */

/* .button.add-basket span{
    
    
} */

.button.add-basket span i {
    display: block;
    font-size: 13px;
    text-decoration: line-through;
    font-weight: 500;
    padding-top: 5px;
}

.player-cover {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translate(0, -50%);
}

/*
*** Ürün listeleme - responsive kodları yapılacak
*/

.lesson-container {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    width: 20%;
    /* margin: auto 10px; */
    -webkit-box-shadow: 0px 11px 21px -10px rgba(186, 186, 186, 0.6);
    -moz-box-shadow: 0px 11px 21px -10px rgba(186, 186, 186, 0.6);
    box-shadow: 0px 11px 21px -10px rgba(186, 186, 186, 0.6);
    cursor: pointer;
}

.lesson-container:last-child {
    margin-right: 0;
}

.lesson-container .lesson-content {
    position: relative;
    overflow: hidden;
}

.lesson-container .lesson-content img {
    width: 100%;
    /* border-radius: 10px; */
}

.lesson-container .lesson-options {
    position: absolute;
    bottom: -150%;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    padding: 15px;
    list-style: none;
    margin: 0;
    transition: bottom 0.3s ease-in-out;
    border-radius: 0 0 10px 10px;
}

.lesson-container .lesson-options li {
    color: white;
    margin: 5px 0;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.lesson-container .lesson-options li i {
    margin-right: 10px;
}

.lesson-container:hover .lesson-options {
    bottom: -15px;
}

.lesson-container .button {
    position: relative;
    z-index: 999;
    margin: 20px auto 10px auto;
}


/*
* Product Detail
*/
.lesson-options.option-detail li {
    margin: 5px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid #eeeded;
    padding-top: 15px;
    padding-bottom: 15px;
}

.lesson-options.option-detail li i {
    padding-right: 10px;
    font-size: 20px;
}


.lesson-list .list-item>h5 {
    background: #fdfdfd;
    border: 1px solid #e7e7e7;
}

.prd-header {
    font-size: 22px;
}

.learn-press-message.error {
    border-color: #d85554;
}

.learn-press-message {
    position: relative;
    margin: 0 0 20px 0;
    padding: 10px 50px 10px 15px;
    border-top: 5px solid #00adff;
    border-radius: 0 0 5px 5px;
    background: #f5f5f5;
    width: 100%;
}

.feature-content-container .feature-content{
    width: 100%; 
}

.feature-content i{
    display: block;
    width: 100%;
    padding-left:28px;
}

/* hesabım butonu: student role */
.button.account-btn {
    font-weight: 600;
    padding: 6px 20px;
}

.account-btn i {
    padding-right: 5px;
    font-size: 18px;
    font-weight: 400;
}

/* cart button */

.cart-btn {
    position: relative;
    padding-right: 15px;
}

.cart-btn::after {
    content: attr(data-product);
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #6440FB;
    color: #140342;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    position: absolute;
    left: 12px;
    bottom: 12px;
    font-size: 12px;
}

/**************************************/
/* Badge için animasyonlar */
@keyframes badgePulse {
    0% {
        transform: translateY(0) scale(1);
    }

    25% {
        transform: translateY(-4px) scale(1.15);
    }

    50% {
        transform: translateY(0) scale(1);
    }

    75% {
        transform: translateY(-2px) scale(1.05);
    }

    100% {
        transform: translateY(0) scale(1);
    }
}

@keyframes colorFlash {
    0% {
        background: #FFF;
    }

    25% {
        background: #6440FB;
        color: white;
    }

    50% {
        background: #FFF;
    }
}

/* Sadece ürün varsa animasyon uygula */
.cart-btn[data-product]:not([data-product="0"])::after {
    animation:
        badgePulse 1.2s ease-in-out infinite,
        colorFlash 1.8s ease-in-out infinite;
}

/* Mevcut stiller */
.cart-btn::after {
    content: attr(data-product);
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #FFF;
    color: #140342;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    position: absolute;
    left: 12px;
    bottom: 12px;
    font-size: 12px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(20, 3, 66, 0.1);
}

/**************************************Ödeme Formu********************************/
.left-card{
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

/*left*/
.basketitem-list {
    width: 100%;
}

.basketitem-list li {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #555;
    margin-bottom: 8px;
    border-top: 2px solid #e4e4e4;
    
    padding-top: 10px;
    padding-bottom:10px;
}

.basketitem-list li:last-child{
    border-bottom: 2px solid #e4e4e4;
}

.basketitem-list li span {
    color: #333;
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 10px;   
}
.basketitem-list li span:first-child{
    border-left:5px solid #22850a;
    padding-left:10px;
    width: 75%;
}
.basketitem-list li span:last-child{
    color:#e67171;
}


.payment-section .payment-total h6, .payment-section .campaing-total h6{
    padding-right: 15px;
    font-size: 18px;
}
.payment-section .payment-total span, .payment-section  .campaing-total span{
    font-weight: 600;
}

/*right*/

.payment-section{
    position: relative;
    flex-direction: column;
    gap: 10px;
}

.payment-section h4{
    border-bottom:1px solid #e7e7e7;
}

.payment-options {
    display: flex;
    list-style: none;
    padding: 35px 30px;
    margin: 0;
    gap: 20px;
}

.payment-options li {
    flex: 1;
}

.payment-options .payment-type {
    display: flex;
    align-items: center; /* İkon ve metni dikeyde ortalar */
    text-decoration: none;
    padding: 15px;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    background-color: #ffffff;
    transition: all 0.3s ease;
}

.payment-options .payment-type.active {
    border-color: #4a90e2;
    background-color: #e6f0fa;
    border-style: dashed;
    border-width: 2px;
}

.payment-options .payment-type i {
    margin-right: 10px;
    font-size: 25px;
    color: #919191;
}

.payment-options .payment-type span {
    display: flex;
    flex-direction: column; /* h6 ve p alt alta */
    justify-content: center; /* Dikeyde ortalama */
}

.payment-options .payment-type h6 {
    margin: 0;
    font-size: 16px;
    color: #333;
}

.payment-options .payment-type p {
    margin: 0;
    font-size: 12px;
    color: #666;
}

.tax-informations{
    flex-direction: column;
}

.tax-informations h5{
    padding-bottom: 15px;
}


.address-content li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 8px;
    
}

.address-content li:last-child{
    align-items: baseline;
}

.change-address, .change-address:hover{
    color: #79c7f5 !important;
    text-decoration: none;
    font-weight: 600;
    text-align: right;
    font-size: 12px;
}

/*********************************************************************************/


@media (max-width: 1500px) {
    .button.add-basket {
        gap: 38px;
    }

    .prd-header {
        font-size: 21px;
    }

}

@media (max-width: 1199px) {}

@media (max-width: 991px) {
    .lesson-container{
        width: 25%;
        margin: auto;
    }
}

@media (max-width:768px) {

    .update-flex-direction{
        flex-direction: column;
    }
    .button.add-basket{
        margin-bottom: 15px;
    }
}

@media (max-width: 767px) {
    .lesson-container{
        width: 95%;
        margin: auto;
    }
    
}

@media (max-width: 575px) {
    .lesson-container{
        width: 95%;
        margin: auto;
    }
}

.h-20px{
    height: 20px !important;
}



.custom_exam_button {
    background-color: #d7d6dd;
    color: #000000 !important;
    padding: 0 !important;
    margin:2px;
    width: 46px;
    height: 46px;
}
button.custom_exam_button.is-active {
    background-color: #ffffff !important;
    padding: 0 !important;
    margin:2px;
    width: 46px;
    height: 46px;
}

.jconfirm-buttons { display: flex}

.custom-exam-table {
    border-collapse: collapse;
    width: 100%;
    margin: auto;
    font-family: Arial, sans-serif;
}

.custom-exam-table th, .custom-exam-table td {
    border: 2px solid #000;
    padding: 10px 8px;
    text-align: center;
    width: 14.28%; /* 7 sütun için */
}

.custom-exam-table th {
    background: #22aef3;
    color: #fff;
    font-weight: bold;
}

.custom-exam-table tr td:first-child {
    font-weight: bold;
    background: #fff;
    color: #000;
    text-align: left;
}
.exam-result-card {
    overflow: hidden;
    margin: 0 auto;
    background: #fff;
    box-sizing: border-box;
    padding: 32px;
}
