.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;
}

.ygName {
    color: #2555a0;
    font-weight: 700;
    font-size: 1.1rem;
}

.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;
    text-align: left;
}

.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;
}

.contact-form-area {
    /* background: #ffffff; */
    /* padding: 3rem; */
    /* border: #020817 solid; */
    /* box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1); */
    border-radius: 20px;
    /* background:
        linear-gradient(rgba(0, 0, 0, 0.2),
            rgba(0, 0, 0, 0.2)),
        url("../images/ContactUs/bgaa.png") no-repeat center / cover;
    ; */
    /* background: #ffc267; */
}

.contact-form-area h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 39px;
}

.contact-form-area form input[type=text],
.contact-form-area form input[type=email],
.contact-form-area form textarea {
    width: 100%;
    padding: 0.75rem 1rem;
    margin-bottom: 2rem;
    transition: 0.3s;
    border-radius: 12px;
    border: 1px solid red !important;
}

.large-blue-button {
    /* background-image: linear-gradient(-180deg, #37AEE2 0%, #1E96C8 100%); */
    background: #2555a0;
    border-radius: .5rem;
    color: #FFFFFF;
    display: inline-block;
    font-size: 16px;
    padding: 1rem 1.75rem;
    border: 0;
    cursor: pointer;
    font-weight: 600;
}

.modal-content {
    background:
        linear-gradient(rgba(0, 0, 0, 0.2),
            rgba(0, 0, 0, 0.2)),
        url("../images/ContactUs/bgaa.png") no-repeat center / cover;
    ;
}

.large-blue-button {
    border-radius: 30px;
}

@media (max-width:1200px) {
    .enroll {
        .container {
            width: 100% !important;
            max-width: 100% !important;
            padding-left: 15px !important;
            padding-right: 15px !important;
        }
    }
}

@media (max-width:992px) {
    .copyright p {
        margin-bottom: 0.5rem;
        text-align: center;
    }

    .footer-social p {
        justify-content: center;
    }

}

@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;
    }
}