/* .college-page scope - Strict legacy CSS migration from College.aspx */

.college-page *:not(i) {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: poppins;
}

html {
    scroll-behavior: smooth;
}

.college-page .appointment {
    /* border: 2px solid red; */
    width: auto;
    display: flex;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 30px;
    /*height: 208px;*/
}

.college-page a:not([href]):not([tabindex]) {
    color: white;
    cursor: pointer;
}

.college-page a:not([href]):not([tabindex]):hover {
    color: #fe3b39;
}

.college-page .appointment a {
    /* border: 2px solid red; */
    /* margin-top: 50px; */
    /*width: 80%;*/
    text-decoration: none;
    font-size: 30px;
    padding: 20px 120px;
    text-align: center;
    margin: 0 auto;
    color: white;
    background-color: #fe3b39;
    border-radius: 5px;
    font-weight: bold !important;
    border: 3px solid #fe3b39;
}

.college-page .appointment a:hover {
    background-color: white;
    color: #fe3b39;
    border: 3px solid #fe3b39;
    transition: 0.4s ease-in;
}

/* Mobile */
@media only screen and (max-width: 480px) {
    .college-page .hero-2 {
        width: 100%;
        /*height:1050px !important;*/
    }

    .college-page .appointment a {
        font-size: 18px;
        width: 90%;
        padding: 10px 50px;
    }

    .college-page .appointment a:hover {
        transform: none;
        transition: none;
    }
}

.college-page .buttons {
    width: 50%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 55px;
    margin-bottom: 55px;
    /* border: 2px solid red; */
}

.college-page .buttons>a {
    /* border: 2px solid red; */
    /* margin: 0 auto; */
    width: 90%;
    display: flex;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fe3b39;
    color: white;
    border-radius: 5px;
    padding: 8px;
    border-color: #fe3b39;
    border-color: none;
    font-weight: bold;
}

.college-page .buttons>a:hover {
    background-color: white;
    color: #fe3b39;
    border: 2px solid #fe3b39;
    cursor: pointer;
}

/* pop up  */

.college-page #popup {
    display: none;
    /* Hide popup by default */
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* animation: slideFromCenter 1s; */
    background: #fff;
    /* padding: 20px; */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 1001;
    /* Ensure it's above the overlay */
    border-radius: 5px;
    height: 400px;
    /* height: 380px; */
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    z-index: 1001;
    /* Ensure it's above the overlay */
    opacity: 0;
    /* Start invisible */
    /* border:2px solid red; */
    transition: transform 2s ease-out, opacity 2s ease-out;
    /* Smooth animation */

}

.college-page .popup-content {
    max-width: 350px;
    /* height: 400px; */
    height: 380px;
    margin: 0 auto;
    /* padding-bottom:20px; */
    border-radius: 7px;
    /* background:#fe3b39; */
    /* align-items: right; */
    /* border: 2px solid red; */
}

.college-page .popup-content .form {
    width: 100%;
    height: 100%;
}

.college-page #close-btn {
    border: none;
    margin-left: 300px;
    /* margin-top: 10px; */
    font-size: 22px;
    cursor: pointer;
    background-color: white;
}

.college-page #overlay {
    display: none;
    /* Hide overlay by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    /* border:2px solid red; */
    z-index: 1000;
    /* Ensure it's below the popup but above the content */
}

.college-page .buttons a {
    margin-top: 10px;
}

.college-page #open-btn {
    position: fixed;
    top: 20px;
    right: 20px;
}

.college-page.popup-open #popup {
    display: block;
    transform: translate(-50%, -50%) scale(1);
    /* Scale up to normal size */
    opacity: 1;
    /* Full opacity */
}

@media (max-width: 480px) {
    .college-page #popup {
        /* margin-left:-12px; */
    }

    .college-page .popup-content .form {
        width: 100%;
    }

    .college-page #close-btn {
        border: none;
        padding-left: px;
        font-size: 20px;
        cursor: pointer;
    }
}

/* hero-1 */

.college-page .hero-1 {
    /* height: 400px; */
    height: 500px;
    width: 100%;
    /* margin-top:50px; */
    background-color: #49A5DD;
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.college-page .hero-1-left {

    /* width: 33.33%; */
    /*   width: 33.33%;
*/
    /* border:2px solid red; */
}

.college-page .hero-1-left img {
    height: auto;
    /* border:2px solid red; */

    /*       margin-left: -60px;
*/
}

.college-page .hero-1-left-mob {
    display: none;
}

.college-page .hero-1-center {

    /* width: 33.33%; */
    width: 31.33%;
    padding: 100px 0px;
    align-self: center;

}

.college-page .hero-1-center h1 {
    color: white;
    font-weight: 800 !important;
    font-size: 2.5em;
    text-transform: uppercase;
    line-height: 50px;
    margin-top: 50px;
    /* max-width: 400px; */
    text-shadow: 2px 2px 4px rgba(10, 0, 0, 0.3);


}

.college-page .hero-1-center p {
    color: white;
    /* min-width: 530px; */
    font-size: 15px;
    /* margin-top: 10px; */
    margin-top: 20px;
    font-weight: 700 !important;
}

.college-page .hero-1-center p a {
    color: white;

    font-size: 15px;
    margin-top: 10px;
    text-decoration: none;
    font-weight: 500;

}

.college-page .hero-1-right {

    /* width: 33.33%; */
    width: 22.33%;
    margin-right: 50px;
    margin-top: 50px;
    align-self: center;
    margin-bottom: 10px;

}

.college-page .hero-1-right .form {
    height: 350px;
    /* width: 400px; */
    background-color: whitesmoke;
    margin: 20px auto;
}

.college-page .form {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 5px;
    /* box-shadow: 0px 0px 10px rgba(1, 0, 0, 0.2); */
    max-width: 400px;
    width: 100%;
    height: 350px;
    /* margin-bottom: 50px; */
}

.college-page .form-name {
    display: flex;
    justify-content: space-between;
}

.college-page .form h2 {
    margin: 0;
    margin-bottom: 20px;
    padding: 0;
    text-align: center;
    font-weight: 500 !important;
    font-size: 1.2em;
    color: rgb(69, 67, 67);
    white-space: nowrap;
}

.college-page .form-group {
    margin-bottom: 9px;
}

.college-page .form-group input,
.college-page .form-group select {
    width: 100%;
    padding: 4px;
    border: 0.1px solid #f0eaea;
    border-radius: 5px;
    font-size: 14px;
}

.college-page .submit-btn {
    width: 100%;
    padding: 5px;
    background-color: #fe3b39;
    border: none;
    border-radius: 0px;
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
    font-weight: bold;
    margin-top: 10px;
}

.college-page .submit-btn:hover {
    background-color: white;
    color: #fe3b39;
    border: 3px solid #fe3b39;
}

.college-page .card-content-height {
    min-height: 80px;
}

@media (max-width: 1024px) {
    .college-page .hero-1 {
        height: auto;
        flex-direction: column;
        align-items: center;
        padding: 20px;
        padding-bottom: 80px;

    }

    .college-page .hero-1-left,
    .college-page .hero-1-center,
    .college-page .hero-1-right {
        width: 100%;
        text-align: center;
        margin-top: -20px;

    }

    .college-page .hero-1-right {
        margin-top: 20px;
    }

    .college-page .hero-1-left img {
        height: auto;
        width: 100%;
        margin-left: -150px;
    }

    .college-page .hero-1-center p {
        min-width: auto;
        width: 90%;
        margin: 0 auto;
    }

    .college-page .hero-1-right .form {
        width: 70%;
        margin-top: -40px;
    }
}



/* For mobile phones */
@media (max-width: 480px) {
    .college-page .a {
        width: 90%;
        margin-top: 15px;
    }

    .college-page a {
        text-align: center;
    }

    .college-page .hero-1-center h1 {
        font-size: 28px;
        /* line-height: 35px; */
        line-height: 25px;
        /* margin-top:50px; */
    }

    .college-page .hero-1-center p {
        font-size: 13px;
        width: 100%;
        /* margin:-20px; */

    }

    .college-page .hero-1-right .form {
        width: 100%;
        margin: 0 auto;
        margin-top: -40px;
        margin-left: 25px;
    }

    .college-page .hero-1-left-mob img {
        height: 300px;
        width: 380px;
        margin: 0 auto;
        /* made-changes styling added */
        margin-bottom: -20px;
        /* border:2px solid red; */

    }

    .college-page .hero-1-left-mob {
        display: block;
        /* height: 400px; */
        height: 300px;
        /* width: 390px; */
        width: 380px;
        /* made-changes styling added */
        padding: 0px;
        margin-bottom: -20px;
        /* border:2px solid red; */

    }

    .college-page .hero-1-left {
        display: none;
    }

    .college-page .hero-1-center-mob {
        display: block !important;
    }

    .college-page .hero-1-center {
        display: none;
    }

    .college-page .hero-1-center-mob h1 {
        color: white;
        text-align: center;
        /* border:2px solid red; */
        margin-top: 50px;
        font-weight: 700 !important;
        font-size: 2.1em;
        line-height: 50px;
        max-width: 400px;
        text-shadow: 2px 2px 4px rgba(10, 0, 0, 0.3);

    }

    .college-page .hero-1-center-mob p {
        color: white;
        max-width: 400px;
        font-size: 1.1em;
        margin-top: 50px;
        margin-bottom: 20px;
        text-align: center;
        text-shadow: 2px 2px 4px rgba(10, 0, 0, 0.3);

    }

    .college-page .hero-1 {
        height: 1200px;
    }

    .college-page .buttons {
        width: 80%;
        margin-top: 10px;

    }

    .college-page .buttons>a {

        width: 90%;

    }
}

/* hero-2 */

.college-page .hero-2 {
    height: auto;
    margin: 0 auto;
    width: 90%;
}

.college-page .hero-2 h1 {
    text-align: center;
    text-transform: uppercase;
    font-size: 2.9rem;
    color: #fe3b39;
    margin-bottom: 25px;
    font-weight: 700;
    letter-spacing: -1px;

}

.college-page .hero-2 h4 {
    text-align: center;
    color: #333;
    text-transform: uppercase;
    width: 80%;
    text-align: center;
    margin: 0 auto;
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 800;

}

.college-page .cards {
    display: flex;
    flex-direction: column;

    /*    gap:20px;
*/
}

.college-page .cards-row {
    display: flex;
    gap: 60px;
    flex-wrap: wrap;
    justify-content: center;
}

.college-page .card {
    display: flex;
    flex-direction: column;
    width: 300px;
    margin: 30px 0px;
    border-radius: 10px;
    box-shadow: 10px 10px 20px grey;
}

.college-page .card img {
    border-radius: 10px 10px 0px 0px;
    height: 200px;
}

.college-page .card-content h2 {
    margin: 10px auto;
    padding: 0px 10px;
    font-size: 16px;
    color: black;
    height: 40px;
    font-weight: 800;
    text-align: center;
    width: 100%;
}

.college-page .card-content {
    margin-bottom: 10px;
}

.college-page .card-content-info {
    display: flex;
    flex-direction: column;
    align-items: self-start;
    margin-bottom: 20px;

}

.college-page .card-content a {
    color: white;
    text-decoration: none;
    font-size: 16px;
    padding: .5em 2em;
    background: #E9886B;
    border-radius: 50px;
    margin: 0px auto;
    display: block;
    font-weight: 600;
    border: 2px solid #E9886B;

}

.college-page .card-content p {
    padding: .5em 1em;
    font-size: 11px;
    background: lightblue;
    margin: 10px;
    border-radius: 20px;
    font-weight: 600;
}

.college-page .card-btn {
    text-align: center;
}

.college-page .card-btn a:hover {
    color: #E9886B;
    background: white;
    border: 2px solid #E9886B;
    border-radius: 50px;
}

.college-page .card-btn {
    margin: 0 auto;
    /*    width: 95%;
    height: 50px;
*/
    background-color: #E9886B;
    width: 95%;
    align-items: center;
    text-align: center;
    border-radius: 50px;
    margin-top: 20px;
    margin-bottom: 13px;
}

@media(max-width:480px) {
    .college-page .cards-row {
        gap: 50px;
    }

    .college-page .cards {
        margin: 0px auto;
        gap: 50px;
        width: 80%;

    }

    .college-page .card {
        margin: 0px;
    }

    .college-page .card-content a {
        font-size: 16px;
    }
}

/* Tablet */
@media (max-width: 1024px) {
    .college-page .hero-2 h1 {
        font-size: 32px;
    }

    .college-page .hero-2 h4 {
        font-size: 14px;
        width: 90%;
    }

    .college-page .cards {
        width: 80%;
        /* margin-bottom: 50px; */
    }
}


/* Phone */
/* @media (max-width: 768px) { */
@media (max-width: 480px) {
    .college-page .hero-2 {
        width: 100%;
        /*       padding-top: 30px;
*/
    }

    .college-page .hero-2 h1 {
        font-size: 28px;
        /* font-size:1.9rem; */

    }

    .college-page .hero-2 h4 {
        /* font-size: 20px; */
        font-size: 16px;
        width: 90%;
        color: #333;
        /*       margin-bottom:-40px;
*/
    }
}


/* hero-3 */

.college-page .hero-3 {
    width: 90%;
    height: auto;
    margin: 0 auto;
    /* border: 2px solid red; */
    /* padding-top: 30px; */
}

.college-page .hero-3 h1 {
    text-align: center;
    text-transform: uppercase;
    /* font-size: 36px; */
    font-size: 2.9rem;
    color: #fe3b39;
    margin-bottom: 25px;
    font-weight: 700;
    letter-spacing: -1px;

}

.college-page .hero-3 h4 {
    text-align: center;
    text-transform: uppercase;
    width: 80%;
    text-align: center;
    margin: 0 auto;
    font-size: 16px;
    margin-bottom: 20px;
    color: #333;
    font-weight: 700 !important;

}

.college-page #hero-3-center-card {
    background-color: #49A5DD;
    color: white;
}

.college-page #hero-3-center-card h1 {

    color: white;
}

.college-page #hero-3-center-card h2 {

    color: white;
}

.college-page .hero-3-cards {
    /* border:2px solid red; */
    width: 80%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    gap: 40px;
    margin-top: 50px;

}

.college-page .hero-3-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 300px;
    height: 400px;
    align-items: center;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 1, 1);
}

.college-page .hero-3-card-top {
    height: 30%;
    align-items: center;
    display: flex;
    /* border:2px solid red; */
}

.college-page .hero-3-card-top h1 {
    text-align: center;
    font-size: 65px;
    color: #666666;
}

.college-page .hero-3-card-bottom {
    height: 28%;
    align-items: center;
    display: flex;
    /* border:2px solid red; */
    margin-top: 20px;
}

.college-page .hero-3-card-bottom h2 {
    text-align: center;
    display: flex;
    margin: 0 auto;
    font-size: 20px;
    width: 70%;
    color: #313131;

    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.college-page #inner-card {
    width: 10%;
    height: 5%;
    border-bottom: 3px solid black;
    margin-top: -10px;
}

.college-page #inner-card-center {
    border-bottom: 2px solid white;
    font-size: 15px;
}

.college-page .inner-card-center {
    border-bottom: 2px solid white;
    width: 10%;
}


/* Tablet */
@media (max-width: 1024px) {
    .college-page .hero-3 h1 {
        font-size: 32px;
    }

    .college-page .hero-3 h4 {
        font-size: 14px;
        width: 90%;
    }

    .college-page .hero-3-cards {
        width: 90%;
    }

    .college-page .hero-3-card {
        width: 250px;
        height: 350px;
    }

    .college-page .hero-3-card-top h1 {
        font-size: 50px;
    }

    .college-page .hero-3-card-bottom h2 {
        font-size: 18px;
    }
}

/* Phone */
@media (max-width: 768px) {
    .college-page .hero-3 {
        width: 100%;
        padding-top: 20px;
    }

    .college-page .hero-3 h1 {
        font-size: 28px;
        margin: 30px auto;
    }

    .college-page .hero-3 h4 {
        font-size: 14px;
        width: 90%;
    }

    .college-page .hero-3-cards {
        width: 100%;
        flex-direction: column;
        /* Stack cards vertically */
        align-items: center;
        margin-top: 30px;
    }

    .college-page .hero-3-card {
        width: 80%;
        height: auto;
    }

    .college-page .hero-3-card-top h1 {
        font-size: 40px;
    }

    .college-page .hero-3-card-bottom h2 {
        font-size: 16px;
    }
}

/* Small Phone */
@media (max-width: 480px) {
    .college-page .hero-3 h1 {
        font-size: 28px;
        padding-top: -200px;
        width: 90%;
    }


    .college-page .hero-3 h4 {
        font-size: 14px;
        width: 95%;
    }

    .college-page .hero-3-cards {
        width: 90%;
        height: auto;
    }

    .college-page .hero-3-card {
        width: 90%;
        height: 400px;
        margin-bottom: 50px;
    }

    .college-page .hero-3-card-top h1 {
        font-size: 45px;
    }

    .college-page .hero-3-card-bottom h2 {
        font-size: 20px;
    }

    .college-page .inner-card-center {
        border-bottom: 2px solid white;
        width: 10%;
    }
}

/* hero-4 */

.college-page .hero-4 {
    width: 90%;
    margin: 0 auto;
    margin-top: 50px;
}

.college-page .hero-4 h1 {
    text-align: center;
    text-transform: uppercase;
    /* font-size: 36px; */
    font-size: 2.9rem;
    color: #fe3b39;
    margin-bottom: 40px;
    font-weight: 700;
    letter-spacing: -1px;
    font-weight: 700;
}

.college-page .hero-4 h4 {
    text-align: center;
    text-transform: uppercase;
    width: 80%;
    text-align: center;
    margin: 0 auto;
    font-size: 16px;
    margin-bottom: 20px;
    letter-spacing: 1px;
    margin-top: -10px;
    color: #333;
}

.college-page .universities>.universities-row {
    /* border: 2px solid red; */
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 20px;
}

.college-page .universities>.universities-row img {
    /* border: 2px solid red; */
    width: 110px;
}

/* Tablet (768px to 1024px) */
@media (max-width: 1024px) {
    .college-page .hero-4 {
        width: 95%;
    }

    .college-page .hero-4 h1 {
        font-size: 35px;
    }

    .college-page .hero-4 h4 {
        font-size: 14px;
        width: 90%;
    }

    .college-page .universities>.universities-row {
        flex-wrap: wrap;
        justify-content: center;
    }

    .college-page .universities>.universities-row img {
        width: 90px;
        margin: 5px;
    }
}

/* Mobile (up to 767px) */
@media (max-width: 480px) {
    .college-page .hero-4 {
        width: 100%;
        margin-top: 20px;
    }

    .college-page .hero-4 h1 {
        font-size: 28px;
        /* width:90%; */
        text-align: center;
    }

    .college-page .hero-4 h4 {
        font-size: 16px;
        width: 90%;
        margin-bottom: 25px;
    }

    .college-page .universities>.universities-row {
        flex-direction: row;
        align-items: center;
        width: 100%;


    }

    .college-page .universities>.universities-row img {
        width: 70px;
        margin: 5px 0;
    }
}

/* hero-5 */
.college-page .hero-5 {
    width: 80%;
    margin: 0 auto;
    /*   margin-top: 80px;
*/
    /* border: 2px solid red; */
}

.college-page .hero-5 h1 {
    text-align: center;
    text-transform: uppercase;
    /* font-size: 36px; */
    font-size: 2.9rem;
    color: #fe3b39;
    margin-bottom: 25px;
    font-weight: 700;
    letter-spacing: -1px;

}

.college-page .hero-5 h4 {
    text-align: center;
    text-transform: uppercase;
    width: 85%;
    text-align: center;
    margin: 0 auto;
    font-size: 16px;
    margin-bottom: 30px;
    letter-spacing: 1px;
    color: #333;
    font-weight: 700;
}

.college-page .awards {
    /*   width: 90%;
*/
    margin: 0 auto;
}

.college-page .award-row {
    /* border: 2px solid red; */
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
}

.college-page .award {
    display: flex;
    flex-direction: column;
    align-items: center;

    width: 200px;
}

.college-page .award img {
    width: 150px;
    height: 130px;
}

.college-page .award h5 {
    color: #303F8A;
    font-size: 15px;
    text-align: center;
    line-height: 18px;
    max-width: 180px;
}

.college-page .award-row-h5 {
    display: flex;
    align-items: center;
    font-weight: 700 !important;
    height: 80px;
}

.college-page .award-row-h5 h5 {
    font-weight: 700 !important;

}

/* Responsive styles for tablets */
@media (max-width: 768px) {
    .college-page .hero-5 {
        width: 90%;
        margin-top: 60px;
    }

    .college-page .hero-5 h1 {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .college-page .hero-5 h4 {
        width: 90%;
        font-size: 16px;
        margin-bottom: 15px;
    }

    .college-page .awards {
        width: 100%;
    }

    .college-page .award-row {
        flex-wrap: wrap;
        justify-content: center;
    }

    .college-page .award {
        width: 150px;
    }

    .college-page .award img {
        width: 120px;
        height: 100px;
    }

    .college-page .award h5 {
        font-size: 14px;
        max-width: 140px;
    }
}

/* Responsive styles for phones */
@media (max-width: 480px) {
    .college-page .hero-5 {
        width: 95%;
        margin-top: 40px;
    }

    .college-page .hero-5 h1 {
        font-size: 28px;
        margin-bottom: 15px;
        width: 100%;

    }

    .college-page .hero-5 h4 {
        width: 90%;
        font-size: 14px;
        margin-bottom: 30px;
        color: #333;

    }

    .college-page .awards {
        width: 100%;
        display: flex;
    }

    .college-page .award-row {
        flex-direction: column;
        align-items: center;
    }

    .college-page .award-row-h5 h5 {
        font-weight: 800 !important;
    }

    .college-page .award {
        width: 120px;
        margin-bottom: 20px;
    }

    .college-page .award img {
        width: 150px;
        height: 120px;
    }

    .college-page .award h5 {
        font-size: 16px;
        max-width: 120px;
    }
}

/* hero-6*/

.college-page .hero-6 {
    /*   height: 150px;
*/
    width: 80%;
    margin: 0 auto;
    /* border: 2px solid red; */
    text-align: center;
    /*   margin-top: 80px;
*/
    /* border:2px solid red; */
}

.college-page .hero-6-height {
    height: 70px;
}

.college-page .hero-6 h1 {
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 20px;
    /* font-size:36px; */
    font-size: 2.9rem;
    color: #fe3b39;
}

.college-page .hero-6 p {
    font-size: 16px;
    font-weight: 700;
    margin-top: 20px;
    color: #333;
    text-transform: uppercase;
}

@media (max-width: 480px) {
    .college-page .hero-6 {
        width: 90%;
        /* height: auto; */
        margin: 20px auto;
    }

    .college-page .hero-6 h1 {
        text-align: center;
        font-size: 28px;
        margin-top: 15px;
    }

    .college-page .hero-6 p {
        text-align: center;
        font-size: 15px;
        margin-top: 15px;
    }

    .college-page .hero-6-height {
        height: 150px;
    }
}

/* hero-7 */
.college-page .hero-7 {
    height: auto;
    width: 75%;
    /* border: 2px solid red; */
    margin: 0 auto;
    margin-top: -50px;
    /* border:2px solid red; */
}

.college-page .hero-7 h4 {
    text-align: right;
    color: red;
    cursor: pointer;
    margin-top: 70px
}

@media (max-width: 480px) {
    .college-page .hero-7 {
        width: 90%;
        /* height: auto; */
        margin: 20px auto;
    }

    .college-page .hero-7 h1 {
        text-align: center;
        font-size: 28px;
        margin-top: 15px;
    }

    .college-page .hero-7 p {
        text-align: center;
        font-size: 15px;
        margin-top: 15px;
    }

    .college-page .hero-7 h4 {
        margin-top: 0px;
    }
}

/* hero-8 */
.college-page .hero-8 {
    height: auto;
    width: 75%;
    /* border: 2px solid red; */
    margin: 0 auto;
    margin-top: 30px;
}

.college-page .hero-8 p {
    font-family: sans-serif;
    font-size: 15px;
    margin-bottom: 20px;
    line-height: 22px;
    text-align: justify;
    /*   font-weight:600;
*/
}

.college-page .hero-8 ul li {
    font-family: sans-serif;
    font-size: 15px;
    list-style: none;
    align-items: center;
    line-height: 22px;
}

.college-page .hero-8 ul li i {
    text-align: center;
    font-size: 8px;

}

.college-page .hero-8 h3 {
    font-family: sans-serif;
    font-size: 22px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.college-page .hero-8 h2 {
    font-family: sans-serif;
    font-size: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.college-page .hero-8 h4 {
    text-align: right;
    margin-bottom: 50px;
    color: red;
    cursor: pointer;
}

.college-page #popup2 {
    display: none;
    /* Hide popup by default */
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    /* padding: 20px; */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 1001;
    /* Ensure it's above the overlay */
    border-radius: 5px;
    height: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    z-index: 1001;
    /* Ensure it's above the overlay */
    opacity: 0;
    /* Start invisible */
    /* border:2px solid red; */
    transition: transform 2s ease-out, opacity 2s ease-out;
    /* Smooth animation */
}

.college-page #overlay2 {
    display: none;
    /* Hide overlay by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    /* border:2px solid red; */
    z-index: 1000;
    /* Ensure it's below the popup but above the content */
}

.college-page button {
    margin-top: 10px;
}



@media (max-width: 480px) {

    .college-page .popup-content .form {
        width: 100%;
    }

    .college-page #close-btn {
        border: none;
        padding-left: px;
        font-size: 20px;
        cursor: pointer;
    }
}
