.hero-bg {
    /* min-height: 100vh; */
    min-height: 90vh;
    background: linear-gradient(to right, #b30000e6, rgb(179 0 0 / 90%));
    background-size: contain;
    background-attachment: fixed;
    background-position: 50% 100%;
}

::-webkit-scrollbar {
    width: 4px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(360deg, #ff0900, #ff0900);
    border-radius: 10px;
}

.brand-name {
    position: relative;
    font-weight: 700;
}

.reg-mark {
    font-size: 1em;
    vertical-align: super;
    margin-left: 2px;
    color: #2555a0;
    top: 0rem;
}

.enroll .tit {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    margin: 1.5rem 0rem 1rem 0rem;
    color: #000000;
    border-radius: 1rem;
    padding: 2.5rem 2rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-size: 70px 70px;
    background-position: 90% 75%;
    position: relative;
    font-size: 1.25rem;
    font-weight: 600;

    p {
        text-align: center;
    }
}

.joinnow-btn {
    padding: 0.75rem 2rem;
    /* max-width: 60%; */
    font-size: 1.15rem;
    border-radius: 2rem;
}


.enroll-bg {
    background: rgb(254, 91, 2);
    border-radius: 20px;
    background-size: cover;
    background-position: bottom;
}

.enroll-bg2 {
    background: #d9091e;
    border-radius: 20px;
    background-size: cover;
    background-position: bottom;
    font-family: 'Poppins', sans-serif;

    h3 {
        text-align: center;
    }
}

.enroll-bg3 {
    background: #ff5c07;
    border-radius: 20px;
    background-size: cover;
    background-position: bottom;
    font-family: 'Poppins', sans-serif;
}

.joinnow-btn4 {
    padding: 0.75rem 2rem;
    max-width: 60%;
    font-size: 1.15rem;
    border-radius: 2rem;
    background: #d9091e;
    color: white;

    &:hover {
        background: #86000d;
        color: white;
    }
}

.enroll-bg4 {
    background: #ffc107;
    border-radius: 20px;
    background-size: cover;
    background-position: bottom;
    font-family: 'Poppins', sans-serif;
}

.enroll-img {
    right: 10px;
    position: absolute;
    transform: scaleX(-1);
    /* max-width: 200px; */
    max-width: 155px;
    aspect-ratio: 1 / 1;
    bottom: 0;
}

.enroll-img2 {
    left: 0px;
    bottom: 0;
    position: absolute;
    transform: scaleX(-1);
    max-width: 250px;
    aspect-ratio: 5 / 3;
}

.joinnow-btn i {
    transform: rotate(-45deg);
}

.joinnow-btn:hover {
    i {
        /* transform: rotate(-30deg); */
        transform: translate3d(0px, 0px, 0);
    }
}

.joinnow-btn4 i {
    transform: rotate(-45deg);
}

.joinnow-btn4:hover {
    i {
        /* transform: rotate(-30deg); */
        transform: translate3d(0px, 0px, 0);
    }
}

.mission-card {
    background: linear-gradient(180deg, #fefd01, #fe5200);
    border-radius: 1rem;
    overflow: hidden;
    /* border: 1px solid rgba(255, 255, 255, 0.06); */
    transition: transform .3s ease, box-shadow .3s ease;
    height: 100%;
}

.mission-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, .45);
}

.mission-card img {
    height: 200px;
    object-fit: cover;
}

.mission-card .card-body {
    padding: 1.5rem;
}

.mission-card h5 {
    font-weight: 600;
    margin-bottom: .75rem;
    color: #ffffff;
}

.mission-card p {
    color: #000000;
    font-size: .95rem;
    line-height: 1.6;
}

.mission-card:hover {
    transform: translateY(-8px);
    border-color: rgba(117, 106, 246, 0.4);
    box-shadow: 0 20px 60px rgba(117, 106, 246, 0.2);
}

.copyright p {
    margin-bottom: 0.5rem;
}

.success-popup {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.popup-content {
    background: #fff;
    padding: 25px 30px;
    border-radius: 10px;
    text-align: center;
    max-width: 400px;
}

.popup-content h3 {
    color: #28a745;
    margin-bottom: 10px;
}

.popup-content button {
    margin-top: 15px;
    padding: 8px 20px;
    border: none;
    background: #e00000;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

@media (max-width:1200px) {
    .enroll {
        .container {
            width: 100% !important;
            max-width: 100% !important;
            padding-left: 15px !important;
            padding-right: 15px !important;
        }
    }
}

@media (max-width:1100px) {
    .enroll-img {
        max-width: 145px;
    }
}

@media (max-width:700px) {
    .enroll-img {
        max-width: 145px;
    }

    .enroll-img2 {
        max-width: 200px;
    }
}

@media (max-width:600px) {
    .enroll-img {
        max-width: 100px;
    }

    .enroll-img2 {
        max-width: 150px;
    }
}

@media (max-width:515px) {
    .enroll-img {
        max-width: 80px;
    }

    .enroll-img2 {
        max-width: 120px;
    }
}

@media (max-width:450px) {
    .enroll-img {
        display: none;
    }

    .enroll-img2 {
        display: none;
    }
}