.diploma-landing,
.course-landing {
    .info-card {
        border-radius: 15px;
        box-shadow: 0px 2px 8px 0px #89858533;
    }

    .call {
        background-color: #025393;
        font-size: 16px;
        color: #fff;
    }

    .about-sub {
        background-color: #e3ecf3;
        border-radius: 20px;
    }

    .custom-list {
        list-style-type: disc;
        padding-left: 20px;
    }

    .circle {
        width: 40px;
        height: 40px;
        background-color: #0f4c95;
        color: white;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.2rem;
        margin-right: 1rem;
    }

    .course-circle {
        width: 60px;
        height: 30px;
        background-color: #0f4c95;
        color: white;
        border-radius: 42px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        margin-right: 1rem;
    }

    .gradient-card {
        background: linear-gradient(360deg, #025393 0%, #09a9db 100%);
        border: none;
        color: #fff;
        border-radius: 15px;
        display: flex;
        flex-direction: column;
    }

    hr {
        border-top: 1px dashed #fff;
    }

    .bulb {
        box-shadow: 0px 2px 8px 0px #89858533;
    }

    .contact-form-container {
        background-color: #e8f0f8;
        padding: 30px;
        border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

    .form-control {
        margin-bottom: 20px;
        border-radius: 10px;
    }

    .form-heading {
        text-align: center;
        margin-bottom: 30px;
    }

    .form-heading img {
        width: 50px;
        height: 50px;
    }

    .submit-btn,
    .btn-success {
        background-color: #0f4c95;
        color: white;
        border: none;
        border-radius: 10px;
    }

    .submit-btn:hover {
        background-color: #0d3b75;
    }

    .video-wrapper {
        position: relative;
        padding-bottom: 56.25%;
        /* 16:9 aspect ratio (9 / 16 * 100) */
        height: 0;
        overflow: hidden;
        max-width: 100%;
        background: #000;
        border-radius: 15px;
    }

    .text-diploma {
        background: linear-gradient(360deg, #025393 0%, #09a9db 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
    }

    .expire-course {
        font-size: 12px;
    }

    .text-contact {
        font-size: 12px;
    }

    [role='button'] {
        cursor: pointer;
    }

    #enrollModal .modal-content {
        border-radius: 15px;
    }

    #enrollModal .modal-header,
    #enrollModal .modal-footer {
        border: none;
    }

    #successModal .modal-content {
        border-radius: 15px;
    }

    #successModal .modal-header,
    #successModal .modal-footer {
        border: none;
    }

    #successModal .modal-header .close {
        font-size: 30px;
    }

    #enrollModal .modal-header .close {
        font-size: 30px;
    }

    #enrollModal .modal-body .fill {
        color: #212121;
        font-weight: 600;
        font-size: 20px;
    }

    .form-control,
    #enrollModal .form-control {
        border: 1px solid #cccccc !important;
        border-radius: 10px;
        padding: 10px 14px;
    }

    .form-control:active,
    .form-control:focus,
    #enrollModal .form-control:active,
    #enrollModal .form-control:focus {
        border: 1px solid #212121 !important;
        font-size: 14px;
    }

    .form-control::placeholder,
    #enrollModal .form-control::placeholder {
        font-size: 14px;
        color: #c0c0c0;
    }
    .profile {
        box-shadow: 0px 2px 8px 0px #89858533;
        border-radius: 20px;
    }

    .profile-list {
        border-top-left-radius: 15px;
        border-bottom-left-radius: 15px;
    }

    .profile-list .nav-link {
        display: flex;
        align-items: center;
        padding: 10px;
        border-radius: 0;
    }

    .profile-list .nav-link img {
        border-radius: 50%;
        width: 60px;
        height: 60px;
        margin-right: 15px;
    }

    .profile-list .nav-link.active {
        background-color: #0253931a;
        color: white;
        border: 1px solid #212121;
        border-radius: 10px;
    }

    .profile-list .nav-link.active img {
        border: 2px solid #0253931a;
    }

    .profile-details img {
        max-width: 150px;
        margin-bottom: 20px;
    }

    .profile-details {
        background-color: #0253931a;
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
    }

    .detail-text {
        padding: 20px;
        text-align: justify;
    }

    .phone-profile-details {
        background-color: #0253931a;
        border-radius: 15px;
        font-size: 12px;
        max-height: 400px;
        overflow-y: auto;
        padding: 10px;
    }

    .phone-detail-text {
        padding: 10px;
        text-align: justify;
    }

    .phone-profile-list .nav-link.active {
        background-color: #0253931a;
        color: white;
        border: 3px solid #09a9db;
        border-radius: 50%;
        height: 55px;
        width: 55px;
    }

    .phone-profile-list .nav-link.active img {
        margin-left: -8px;
    }

    .phone-profile-list {
        border-top-left-radius: 15px;
        border-bottom-left-radius: 15px;
    }

    .phone-profile-list .nav-link {
        display: flex;
        align-items: center;
        padding: 10px;
        border-radius: 0;
    }

    .phone-profile-list .nav-link img {
        border-radius: 50%;
        width: 45px;
        height: 45px;
        margin-right: 15px;
    }

    .bg-hr2 {
        background-color: #a3b8c8;
    }

    .accordion-card-body {
        overflow-y: auto;
    }

    .teacher-profile-details {
        border-radius: 15px;
        max-height: 400px;
        overflow-y: auto;
        padding: 10px;
    }

    .brand-color {
        background-color: #0f4c95;
    }

    .floating-container {
        position: fixed;
        bottom: 50px;
        right: 50px;
        z-index: 1000;
    }

    .hidden {
        display: none;
    }

    .social-buttons {
        margin-bottom: 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .social-buttons a {
        width: 100%;
        text-align: right;
        border-radius: 52px;
        background-color: white;
        padding: 12px 22px;
        margin-bottom: 10px;
        box-shadow: 0px 2px 8px 0px #89858533;
        font-weight: 500;
        color: #212121;
    }

    .social-buttons a:hover,
    .social-buttons a:active,
    .social-buttons a:focus {
        background-color: #f7f0f0;
        box-shadow: 0px 2px 8px 0px #89858533 !important;
    }

    /* Media Query */
    @media (max-width: 576px) {
        .info-card .card-title {
            font-size: 11px;
        }

        .info-card .card-text {
            font-size: 12px;
        }

        .accordion-card-body {
            max-height: 500px;
        }

        .text-diploma {
            font-size: 20px;
        }

        .text-title {
            font-size: 28px;
        }

        .profile {
            box-shadow: none !important;
        }

        .teacher-profile-img {
            height: 120px;
            width: 80px;
        }

        .teacher-profile-details h5 {
            text-align: center;
        }

        .floating-container {
            right: 20px;
        }
    }

    @media (max-width: 991px) {
        .profile {
            box-shadow: none !important;
        }
        .floating-container {
            right: 30px;
        }
    }

    @media (min-width: 576px) {
        #enrollModal .modal-dialog {
            max-width: 700px;
        }

        #successModal .modal-dialog {
            max-width: 500px;
        }
    }
}
