.text-s4l {
    color: #1072D0;
}

.text-ds {
    color: #FF7A30;
}

.btn-s4l {
    border-radius: 12px;
    border: 1px solid #1072D0;
    background-color: #fff;
    color: #1072D0;
}

.btn-ds {
    border-radius: 12px;
    border: 1px solid #FF762B;
    background-color: #fff;
    color: #FF762B;
}

.btn-s4l:hover {
    border-radius: 12px;
    border: 1px solid #1072D0;
    background-color: #1072D0;
    color: #fff;
}

.btn-ds:hover {
    border-radius: 12px;
    border: 1px solid #FF762B;
    background-color: #FF762B;
    color: #fff;
}

.btn-s4l-banner {
    border-radius: 12px;
    border: 1px solid #5ABBFA;
    background-color: #5ABBFA;
    color: #fff;
}

.btn-ds-banner {
    border-radius: 12px;
    border: 1px solid #FF762B;
    background-color: #FF762B;
    color: #fff;
}

.btn-s4l-banner:hover {
    border-radius: 12px;
    border: 1px solid #1698ED;
    background-color: #1698ED;
    color: #fff;
}

.btn-ds-banner:hover {
    border-radius: 12px;
    border: 1px solid #FD630E;
    background-color: #FD630E;
    color: #fff;
}

.btn-ds-blue {
    border-radius: 10px;
    border: 1px solid #1698ED;
    background-color: #1698ED;
    color: #fff;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.25);
}

.btn-ds-white {
    border-radius: 10px;
    border: 1px solid #fff;
    background-color: #fff;
    color: #FF762B;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.25);
}

.btn-ds-blue:hover {
    border-radius: 10px;
    border: 1px solid #1072D0;
    background-color: #1072D0;
    color: #fff;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.25);
}

.btn-ds-white:hover {
    border-radius: 10px;
    border: 1px solid #FF762B;
    background-color: #FF762B;
    color: #fff;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.25);
}

.countdown-box {
    background: linear-gradient(180deg, #FEA41B 0%, #EC5322 100%);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
    color: white;
    border-radius: 20px;
    padding: 20px;
    min-width: 80px;
    max-width: 194px;
    min-height: 90px;
    max-height: 194px;
    text-align: center;
    margin: 5px;
    width: 100%;
}

.countdown-number {
    font-size: 64px;
    font-weight: 500;
    font-style: normal;
}

.countdown-label {
    text-transform: uppercase;
    margin-top: -15px;
    font-size: 24px;
    font-weight: 400;
    font-style: normal;
}

@media only screen and (max-width: 768px) {
    .countdown-number {
        font-size: 28px;
        font-weight: 500;
        font-style: normal;
    }

    .countdown-label {
        margin-top: 0px !important;
        font-size: 14px !important;
    }
}

.countdown-label {
    text-transform: uppercase;
    margin-top: -15px;
    font-size: 24px;
    font-weight: 400;
    font-style: normal;
}

.countdown-header {
    text-align: center;
    margin-bottom: 20px;
}

.countdown-header h3 {
    font-weight: 700;
}

.countdown-header p {
    font-weight: 400;
    font-size: 16px;
    color: #333;
}

.lifelong-course-card {
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    border: none;
}

.lifelong-course-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.lifelong-course-title {
    font-size: 1.1rem;
    margin-bottom: 1rem;
}

.lifelong-course-list li {
    margin-bottom: 6px;
    font-size: 0.95rem;
}

.lifelong-course-btn {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
}

.card-s4l:hover {
    border: 0.5px solid #1072D0;
    box-shadow: 0 5px 24px 1px rgba(16, 114, 208, 0.25) !important;
}

.card-ds:hover {
    border: 0.5px solid #FF762B;
    box-shadow: 0 5px 24px 1px rgba(255, 118, 43, 0.25) !important;
}

.div-btn-ds {
    position: absolute;
    bottom: 70px;
}

@media only screen and (max-width: 1400px) {
    .div-btn-ds {
        bottom: 40px;
    }
}

@media only screen and (max-width: 1200px) {
    .div-btn-ds {
        bottom: 20px;
    }
}

@media only screen and (max-width: 992px) {
    .div-btn-ds {
        bottom: 10px;
    }

    .div-btn-ds .btn-ds-blue {
        padding: 6px 16px !important;
    }

    .div-btn-ds .badge.rounded-pill.bg-success {
        font-size: 12px;
    }
}

@media only screen and (max-width: 428px) {
    .div-btn-ds {
        bottom: 5px;
    }
}