/* hero section start */
body {
    scroll-behavior: smooth;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
}

.hero-img {
    float: right;
    max-width: 30rem;
}

.hero-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2% 5%;
}

.hero-heading {
    color: #012169;
}

.hero-heading-2 {
    color: #E4002B;
}

.hero-icon {
    color: #012169;
}

.logo img{
    width: 2.5rem;
}

.logo{
    text-decoration: none;
    color: #012169;
    font-size: 1.45rem;
    font-weight: 600;
}

.hero-btn {
    background-color: #012169;
    color: #ffffff;
}

.hero-btn:hover {
    background-color: #E4002B;
    color: #fff;
}

.universities .card .card-body i{
    color:#002147;
}

.exam-card{
    background-color: #fff;
    border-radius: 4px;
}

.exam-card img{
    width: 8rem;
}

/* .hero-img {
    position: relative;
    max-width: 800px; */
/* Maximum width */
/* margin: 0 auto; */
/* Center it */
/* }

.hero-img .content {
    position: absolute; */
/* Position the background text */
/* bottom: 0; */
/* At the bottom. Use top:0 to append it to the top */
/* background: rgb(0, 33, 71); */
/* Fallback color */
/* background: rgba(0, 33, 71, 0.5); */
/* Black background with 0.5 opacity */
/* color: #f1f1f1; */
/* Grey text */
/* width: 100%; */
/* Full width */
/* padding: 20px; */
/* Some padding */
/* } */


/* hero section end */





/* native forn 1 section start */
.form-label {
    font-size: 1rem;
}

.active-form {
    background-color: #E4002B;
}

.text-one {
    font-size: 1.3rem;
    height: 2rem;
    width: 2rem;
    background-color: #E4002B;
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
}

.text-two {
    font-size: 1.3rem;
    height: 2rem;
    width: 2rem;
    background-color: #ffffff;
    border-radius: 50%;
    text-align: center;
}

.text-three {
    font-size: 1.3rem;
    height: 2rem;
    width: 2rem;
    background-color: #ffffff;
    border-radius: 50%;
    text-align: center;
}

.native-form-p {
    font-size: 1.3rem;
    color: #fff;
}

.native-heading {
    font-size: 1.6rem;
}

.bg {
    background-image: url(../images/bg-country.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    background-attachment: fixed;
}   
.bg-container {
    background-color: rgba(0, 33, 71, 0.7);
}

/* native form end */


/* btn css */
.btn-country {
    border: 1px solid #dee2e6;
    transition: all 0.3s ease;
}

.btn-country:hover,
.btn-country:active {
    background-color: #E4002B;
    border-color: #012169;
    color: #012169;
}

.btn-status {
    border: 1px solid #dee2e6;
    text-align: left;
    transition: all 0.3s ease;
}

.btn-status:hover,
.btn-status:active {
    background-color: #E4002B;
    border-color: #012169;
}

.btn-program {
    border: 1px solid #dee2e6;
    transition: all 0.3s ease;
}

.btn-program:hover,
.btn-program:active {
    background-color: #E4002B;
    border-color: #002147;
    transform: translateY(-2px);
}

.form-label {
    color: #2c3e50;
}

.btn-check:checked+.btn-country,
.btn-check:checked+.btn-status,
.btn-check:checked+.btn-program {
    background-color: #E4002B;
    color: white;
    border-color: #E4002B;
}

/* btn css end */





/* university section start */
.bg-container-2 {
    background-color: rgba(0, 0, 0, 0.6);
}

.country-text,
.admission-text {
    font-size: 12px;
}

.u-heading {
    color: #002147;
}

.u-heading2 {
    font-size: 1.6rem;
    color: #E4002B;
}

.card-content {
    font-size: 12px;
}
.bg-img {
    background-image: url(../images/bg.btn.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.explore-btn {
    text-align: center;
    cursor: pointer;
    background-color: #fff3;
    border: 2px solid #ffffff;
    border-radius: .5rem;
    padding: 1rem;
    font-size: .875rem;
    font-weight: 600;
    text-decoration: none;
    transition: box-shadow .1s ease-in;
    display: block;
}

.explore-btn:hover {
    background-color: rgba(255, 255, 255, 0.3);
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    border-color: #E4002B !important;
}

.btn-check+.btn:hover {
    border-color: #E4002B !important;
}

.img {
    border-radius: 1rem;
    width: 3rem;
    height: 3rem;
    position: relative;
    overflow: hidden;
}

.bg-university {
    background-image: url(../images/bg-university.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.card-text {
    font-size: 16px;
}

/* university section end */



/* section admit eligibility  start*/
.admit-heading {
    font-size: 1.6rem;
    color: #fff;
    text-shadow: 3px 2px 1px #000000;
}

.scal-dream {
    transition: transform 0.3s ease-in-out;
    will-change: transform; /* Optimizes animations */
}

.scal-dream:hover {
    transform: scale(1.05);
}

/* section admit eligibility end */



/* section let's form start */
.let-hear {
    color: #012169;
}

.let-hear2 {
    color: #E4002B;
}

.name-heading {
    color: #012169;
}

/* section let's form end */


/* Section got start */
.got-heading {
    color: #012169;
}

.got-heading-2 {
    color: #E4002B;
}


/* Section got end */


/* form active  */


.form-hide {
    display: none;
}

.fa-circle-arrow-left {
    cursor: pointer;
}
/* form */
/* .bg-gradient-primary {
        min-height: 0vh;
        display: flex;
        align-items: center;
    } */
    
    .card {
        transition: all 0.3s ease;
        border: none;
    }
    
    .card:hover {
        transform: translateY(-5px);
        box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
    }
    
    .form-control, .form-select {
        border-left: 0;
        border-radius: 0 0.375rem 0.375rem 0 !important;
    }
    .input-group-text {
        border-right: 0;
        border-radius: 0.375rem 0 0 0.375rem !important;
    }
    
    .btn-primary {
        background: linear-gradient(135deg, #012169 0%, #012169 100%);
        border: none;
        transition: all 0.3s ease;
    }
    .btn-primary:hover {
        background: linear-gradient(135deg, #E4002B 0%, #E4002B 100%);
        border: none;
        transition: all 0.3s ease;
    }
    
    .btn-primary:hover {
        transform: translateY(-2px);
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    }
    
    .is-valid {
        border-color: #28a745 !important;
    }
    
    .is-invalid {
        border-color: #dc3545 !important;
    }
    .Copyright
    {
        background-color: #012169;
        font-size: 16px;
    }
    .Copyright-para
    {
        text-align: center;
        padding-top: 12px;
    }
/* fprm end */



/* media screen hero-section */
@media screen and (max-width:320px) {
    .hero-heading {
        font-size: 1.7rem;
        text-align: center;
    }

    h2.hero-heading {
        font-size: 2.1rem;
        font-style: italic;
    }

    .hero-para {
        font-size: 1.0rem;
        text-align: center;
        padding: 5px 20px;
    }

    .hero-box {
        display: flex;
        justify-content: center;
        gap: 30px;
    }

    .btn {
        justify-content: center;
        display: flex;
        font-size: 1rem;
        margin: 0 auto;
    }

    .hero-para2 {
        font-size: 0.9rem;
        text-align: center;
    }

    .hero-icon {
        font-size: 1.2rem;
    }

    .hero-text {
        font-size: 0.8rem;
    }

    .let-hear2 {
        font-size: medium;
    }

    .hero-section {
        flex-direction: column;
    }

    .hero-btn {
        font-size: 12px;
    }

    /* section 2 */
    .native-heading {
        font-size: 1.3rem;
    }

    .native-form-p {
        font-size: 16px;
    }

    .text-one {
        font-size: 16px;
        height: 1.6rem;
        width: 1.6rem;
        background-color: #E4002B;
        border-radius: 50%;
        text-align: center;
        color: #ffffff;
    }

    .text-two {
        font-size: 16px;
        height: 1.6rem;
        width: 1.6rem;
        background-color: #ffffff;
        border-radius: 50%;
        text-align: center;
        color: #E4002B;
    }

    .text-three {
        font-size: 16px;
        height: 1.6rem;
        width: 1.6rem;
        background-color: #ffffff;
        border-radius: 50%;
        text-align: center;
        color: #E4002B;
    }

    .form-label {
        font-size: 0.8rem;
    }

    .card-text {
        font-size: 11px;
    }
}

@media screen and (min-width:320px) and (max-width:480px) {
    .hero-heading {
        font-size: 1.7rem;
        text-align: center;
    }

    h2.hero-heading {
        font-size: 2.1rem;
        font-style: italic;
    }

    .hero-para {
        font-size: 1.0rem;
        text-align: center;
        padding: 5px 20px;
    }

    .hero-box {
        display: flex;
        justify-content: center;
        gap: 30px;
    }

    .btn {
        justify-content: center;
        display: flex;
        font-size: 1rem;
        margin: 0 auto;
    }

    .hero-para2 {
        font-size: 0.9rem;
        text-align: center;
    }

    .hero-icon {
        font-size: 1.2rem;
    }

    .hero-text {
        font-size: 0.8rem;
    }

    .let-hear2 {
        font-size: medium;
    }

    .hero-section {
        flex-direction: column;
    }

    .hero-btn {
        font-size: 12px;
    }

    /* section 2 */
    .native-heading {
        font-size: 1.3rem;
    }

    .native-form-p {
        font-size: 16px;
    }

    .text-one {
        font-size: 16px;
        height: 1.6rem;
        width: 1.6rem;
        background-color: #E4002B;
        border-radius: 50%;
        text-align: center;
        color: #ffffff;
    }

    .text-two {
        font-size: 16px;
        height: 1.6rem;
        width: 1.6rem;
        background-color: #ffffff;
        border-radius: 50%;
        text-align: center;
        color: #E4002B;
    }

    .text-three {
        font-size: 16px;
        height: 1.6rem;
        width: 1.6rem;
        background-color: #ffffff;
        border-radius: 50%;
        text-align: center;
        color: #E4002B;
    }

    .form-label {
        font-size: 1rem;
    }

    .card-text {
        font-size: 12px;
    }
}

@media screen and (min-width:480px) and (max-width:768px) {
    .hero-heading {
        font-size: 1.8rem;
        text-align: center;
    }

    h2.hero-heading {
        font-size: 2.2rem;
        font-style: italic;
    }

    .hero-para {
        font-size: 1.2rem;
        text-align: center;
        padding: 5px 20px;
    }

    .hero-box {
        display: flex;
        justify-content: center;
    }

    .btn {
        justify-content: center;
        display: flex;
        font-size: 1rem;
        margin: 0 auto;
    }

    .hero-para2 {
        font-size: 0.9rem;
        text-align: center;
    }

    .hero-icon {
        font-size: 1.3rem;
    }

    .hero-text {
        font-size: 1.0rem;
    }

    .hero-section {
        flex-direction: column;
    }

    .hero-box div p {
        font-size: 12px;
    }


    /* section 2 */
    .native-heading {
        font-size: 1.6rem;
    }

    .native-form-p {
        font-size: 17px;
    }

    .text-one {
        font-size: 17px;
        height: 1.8rem;
        width: 1.8rem;
        background-color: #E4002B;
        border-radius: 50%;
        text-align: center;
        color: #ffffff;
    }

    .text-two {
        font-size: 17px;
        height: 1.8rem;
        width: 1.8rem;
        background-color: #ffffff;
        border-radius: 50%;
        text-align: center;
        color: #E4002B;
    }

    .text-three {
        font-size: 17px;
        height: 1.8rem;
        width: 1.8rem;
        background-color: #ffffff;
        border-radius: 50%;
        text-align: center;
        color: #E4002B;
    }

    .form-label {
        font-size: 1.1rem;
    }

    .card-text {
        font-size: 15px;
    }

}

@media screen and (min-width:768px) and (max-width:1024px) {
    .hero-heading {
        font-size: 1.9rem;
        text-align: center;
    }

    h2.hero-heading {
        font-size: 2.0rem;
        font-style: italic;
    }

    .hero-para {
        font-size: 1.1rem;
        text-align: center;
        padding: 5px 20px;
    }

    .hero-box {
        display: flex;
        justify-content: center;
    }

    .btn {
        justify-content: center;
        display: flex;
        font-size: 1.0rem;
        margin: 0 auto;
    }

    .hero-para2 {
        font-size: 1.0rem;
        text-align: center;
    }

    .hero-icon {
        font-size: 1.2rem;
    }

    .hero-text {
        font-size: 1.1rem;
    }

    .hero-img {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
    }

    .hero-img div {
        width: 18rem;
    }

    .hero-section {
        flex-direction: column;

    }

    .hero-box div p {
        font-size: 14px;
    }

    /* section 2 */
    .native-heading {
        font-size: 1.7rem;
    }

    .native-form-p {
        font-size: 18px;
        white-space: nowrap;
    }

    .text-one {
        font-size: 18px;
        height: 1.8rem;
        width: 1.8rem;
        background-color: #E4002B;
        border-radius: 50%;
        text-align: center;
        color: #ffffff;
    }

    .text-two {
        font-size: 18px;
        height: 1.8rem;
        width: 1.8rem;
        background-color: #ffffff;
        border-radius: 50%;
        text-align: center;
        color: #E4002B;
    }

    .text-three {
        font-size: 18px;
        height: 1.8rem;
        width: 1.8rem;
        background-color: #ffffff;
        border-radius: 50%;
        text-align: center;
        color: #E4002B;
    }

    .card-text {
        font-size: 16px;
    }
    .admit-para{
        font-size: 1.1rem;
    }
}   

@media screen and (min-width:1024px) and (max-width:1280px) {
    .hero-heading {
        font-size: 1.9rem;
        text-align: center;
    }

    h2.hero-heading {
        font-size: 2.0rem;
        font-style: italic;
    }

    .hero-para {
        font-size: 1.1rem;
        text-align: center;
        padding: 5px 20px;
    }

    .hero-box {
        display: flex;
        justify-content: center;
    }

    .btn {
        justify-content: center;
        display: flex;
        font-size: 1.0rem;
        margin: 0 auto;
    }

    .hero-para2 {
        font-size: 1.0rem;
        text-align: center;
    }

    .hero-icon {
        font-size: 1.2rem;
    }

    .hero-text {
        font-size: 1.1rem;
    }

    .hero-img {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
    }

    .hero-img div {
        width: 18rem;
    }

    .hero-section {
        flex-direction: column;

    }

    .hero-box div p {
        font-size: 14px;
    }

    /* section 2 */
    .native-heading {
        font-size: 1.7rem;
    }

    .native-form-p {
        font-size: 18px;
        white-space: nowrap;
    }

    .text-one {
        font-size: 18px;
        height: 1.8rem;
        width: 1.8rem;
        background-color: #E4002B;
        border-radius: 50%;
        text-align: center;
        color: #ffffff;
    }

    .text-two {
        font-size: 18px;
        height: 1.8rem;
        width: 1.8rem;
        background-color: #ffffff;
        border-radius: 50%;
        text-align: center;
        color: #E4002B;
    }

    .text-three {
        font-size: 18px;
        height: 1.8rem;
        width: 1.8rem;
        background-color: #ffffff;
        border-radius: 50%;
        text-align: center;
        color: #E4002B;
    }

    .form-label {
        font-size: 1rem;
    }
    .admit-para{
        font-size: 1.1rem;
    }
}


@media screen and (min-width:1280px) and (max-width:1600px) {
    .hero-heading {
        font-size: 1.9rem;
    }

    h2.hero-heading {
        font-size: 2.0rem;
        font-style: italic;
    }

    .hero-para {
        font-size: 1.1rem;
        padding: 5px 0px;
    }

    .btn {
        font-size: 1.0rem;
        margin: 0 auto;
    }

    .hero-para2 {
        font-size: 0.8rem;
    }

    .hero-icon {
        font-size: 1.2rem;
    }

    .hero-text {
        font-size: 0.8rem;
    }

    .hero-img {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
    }

    .hero-img div {
        width: 18rem;
    }

    .hero-section {
        flex-direction: row-reverse;
    }

    .hero-box div p {
        font-size: 14px;
    }

    .hero-box div p {
        font-size: 14px;
    }

    .admission-left {
        padding-right: 175px;
    }
    .admit-para{
        font-size: 1.3rem;
    }
}
@media screen and (min-width:1601px) {
    .hero-heading {
        font-size: 1.9rem;
    }

    h2.hero-heading {
        font-size: 2.0rem;
        font-style: italic;
    }

    .hero-para {
        font-size: 1.1rem;
        padding: 5px 0px;
    }

    .btn {
        font-size: 1.0rem;
        margin: 0 auto;
    }

    .hero-para2 {
        font-size: 0.8rem;
    }

    .hero-icon {
        font-size: 1.2rem;
    }

    .hero-text {
        font-size: 0.8rem;
    }

    .hero-img {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
    }

    .hero-img div {
        width: 18rem;
    }

    .hero-section {
        flex-direction: row-reverse;
    }

    .hero-box div p {
        font-size: 14px;
    }

    .hero-box div p {
        font-size: 14px;
    }

    .admission-left {
        padding-right: 175px;
    }
    .admit-para{
        font-size: 1.3rem;
    }
}



/* keyframe */
@keyframes rotate360 {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.rotate-img {
    animation: rotate360 60s linear infinite;
}
/* keyframe hand */

/* media hero secton end */





/* form bg image */
.bg-country
{
    background-image: url(../images/bg-country.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.bg-container-3
{
    background: rgba(0, 0, 0, 0.6);
}
.bg-form-check
{
    background: rgba(255, 255, 255, 0.2);
}
.form-text
{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}