@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
}

a{
    text-decoration: none;
    color: #000;
}

ul{
    margin: 0;
    padding: 0;
}
li{
    list-style: none;
}
p{
    margin: 0;
}

h1,h2,h3,h4,h5,h6{
    margin: 0;
}

/* ======================== header ====================== */

header{
    position: relative;
    z-index: 99;
}
header nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header nav .logo{}
header nav .logo img{
    height: 70px;
    max-width: 100%;
}
header nav ul{}
header nav ul li{}
header nav ul li a{
    font-size: 25px;
    font-weight: 700;
    color: #194294;
}

/* ========================== banner_section ======================= */

.banner_section{

margin-top: -10px;
}
.banner_section .container{
    position: relative;
}
.banner_section .banner-background{}
.banner_section .banner-background img{
    width: 100%;
    margin-top: 0px;
}
.banner_section .banner_form{
    width: 28%;
    position: absolute;
    top: 50%;
    right: 5%;
    background: #e6e6e6;
    padding: 40px;
    transform: translateY(-50%);
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.banner_section .banner_form h4{
    font-size: 30px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 700;
    color: #194294;
}
.banner_section .banner_form select{
    
color: #595c5f;
}
.banner_section .banner_form input{}
.banner_section .banner_form button{
    background: #e02b20;
    width: 70%;
    border: unset;
    display: block;
    margin: 0 auto;
}


/* ============================ recognised ========================= */

.recognised{
    background: #e6e6e6;
    padding: 40px 0;
}
.recognised .heading{
    margin-bottom: 30px;
    text-align: center;
}
.recognised .heading p{
    font-size: 22px;
    font-weight: 600;
    color: #194294;
}
.recognised ul{
    display: flex;
}
.recognised ul li{
    width: 12.5%;
    text-align: center;
}
.recognised ul li img{
    width: 80%;
    display: block;
    margin: 0 auto;
    background: #ffffff;
    padding: 15px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 15px;
    height: 110px;
    object-fit: contain;
    transition: all 0.2s ease;
}

.recognised ul li img:hover{
    box-shadow: unset;
}



/* ================================== country_section ========================= */

.country_section{
    padding: 60px 0;
    margin-bottom: 50px;
}
.country_section .country_video{}
.country_section .country_video iframe{}
.country_section .country_title{
    width: 60%;
    margin: 0 auto;
}
.country_section .country_title p.last{
    text-align: right;
}
.country_section .country_title p{
    font-size: 26px;
}
.country_section .country_title h2{
    font-size: 110px;
    font-weight: 700;
    color: #0c74bb;
    text-align: center;
    text-shadow: 0px 5px 4px rgba(0,0,0,.25);
}

.country_section .about_content{}
.country_section .about_content h4{
    font-size: 30px;
    font-weight: 700;
    color: #0c74bb;
    margin-bottom: 30px;
}

.about_btn {
    text-align: center;
}

.about_btn button {
    border: unset;
    background: #e02b20;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 60px;
    border-radius: 10px;
    transition: transform 0.3s ease, background-color 0.3s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

/* Animation on hover */
.about_btn button{
    animation: pulse 1s infinite;
}
.about_btn button:hover {
    transform: scale(1.1); /* Slightly scale the button */
    background: #b7221a; /* Change background color */
     /* Trigger pulse animation */
}

/* Pulse animation */
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(224, 43, 32, 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(224, 43, 32, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(224, 43, 32, 0);
    }
}

.country_section .about_content p{
    margin-bottom: 24px;
}
.country_section .about_second_video_box{}
.country_section .about_second_video_box iframe{}
.country_section .about_second_video_box .clg_img_box{
    background-image: url(./images/KSMU-Building.png);
    height: 300px;
    width: 80%;
    margin: 0 auto;
    background-size: cover;
    background-position: bottom;
    margin-top: 20px;
}


/* ======================== why_section ==================== */

.why_section{
    background: #e6e6e6;
}
.why_section #question_mark{
    position: absolute;
    height: 600px;
    right: 0;
}
.why_section .why_section_counter{
    background: #0c74bb;
    padding: 40px;
    border-radius: 15px;
    position: relative;
    top: -100px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.why_section_counter .col-md-3:last-child .counter_box{
    border-right: unset;
}
.why_section .why_section_counter .counter_box{
    color: #fff;
    text-align: center;
    border-right: 1px solid #fff;
}
.why_section .why_section_counter .counter_box img{
    height: 70px;
}
.why_section .why_section_counter .counter_box h4{
    margin: 15px 0 0px;
    font-weight: 900;
    font-size: 30px;
}
.why_section .why_section_counter .counter_box p{}
.why_section .why_section_main{
    padding-bottom: 80px;
}
.why_section .why_section_main .heading{
    text-align: center;
    margin-bottom: 40px;
}
.why_section .why_section_main .heading h4{
    margin-bottom: 15px;
    font-size: 30px;
    font-weight: 600;
    color: #0c74bb;
}

.why_section .why_section_main .heading p{
    font-size: 20px;
    font-weight: 600;
}

.why_section .why-main-box .img_box{
    overflow: hidden;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border: 4px solid #0c74bb;
    border-radius: 0px;
}
.why_section .why-main-box{
    margin-bottom: 30px;
    
  
}
.why_section .why-main-box img{
    max-width: 100%;
    transition: all 0.8s ease;
   
}
.why_section .why-main-box img:hover{
    transform: scale(1.1);
}
.why_section .why-main-box p{
    margin-top: 15px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}

/* ======================== first_section ====================== */
.first_section{}
.first_section img{
    width: 100%;
}


/* ========================== medical ======================= */

.medical{
    padding: 80px 0;
    text-align: center;
    max-width: 900px;
    margin:  0 auto;
}
.medical .medical_heading{}
.medical .medical_heading h4{
    margin-bottom: 30px;
    font-size: 30px;
    color: #0c74bb;
    font-weight: 600;
}
.medical .medical_content{}
.medical .medical_content p{
    margin-bottom: 20px;
}
.medical .medical_content ul{
    display: flex;
    align-items: center;
    gap: 25px;
    justify-content: space-between;
    margin-bottom: 30px;
}
.medical .medical_content ul li{
    border: 3px solid #0c74bb;
    color: #0c74bb;
    font-weight: 600;
    padding: 8px;
    border-radius: 10px;
}


/* =========================== left_right_section ======================= */

.left_right_section{
    background: #e6e6e6;
    margin-bottom: 80px;
}
.left_right_section .left_content{
    text-align: center;
    padding: 50px 15%;
    height: 100%;
    display: grid;
    place-content: center;
}
.left_right_section .left_content .heading{}
.left_right_section .left_content .heading p{
    font-size: 20px;
}
.left_right_section .left_content .heading h2{
    font-size: 35px;
    font-weight: 700;
    margin: 20px 0;
    color: #0c74bb;
}
.left_right_section .left_content .content{}
.left_right_section .left_content .content p{
    margin-bottom: 30px;
    font-size: 20px;
}
.left_right_section .right_img_box{height: 100%;}
.left_right_section .right_img_box img{
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    right: -12px;
}



/* ========================= fee-structure ========================= */

.fee-structure{
    padding-bottom: 80px;
    background: #e6e6e6;
    padding-top: 80px;
}
.fee-structure .heading{
    text-align: center;
}
.fee-structure .heading h2{
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: 600;
    color: #0c74bb;
}

.fee-structure .fee-structure-table-mobile {
    width: 70%;
    display: block;
    margin: 40px auto;
    margin-bottom: 60px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    /* border-radius: 15px; */
    outline: 10px solid #0d74bb;
    outline-offset: 10px;
}


/* ============================ journey ============================== */

.journey{
    padding: 80px 0;
}
.journey .heading{
    text-align: center;
}
.journey .heading h2{
    margin-bottom: 40px;
    font-size: 30px;
    font-weight: 600;
    color: #0c74bb;
}

.journey .video_box{}
.journey .video_box iframe{
    height: 500px;
}



/* ============================= Footer ============================ */



footer{
    background: #000;
}
footer ul{
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0px;
}
footer ul li{
    list-style: none;
}
footer ul li a{
    text-decoration: none;
    display: inline-block;
    padding: 25px;
    color: #7d8080;
    font-size: 16px;
}
p.footer_upper_text{
    padding: 0 20px;
    text-align: right;
    font-size: 14px;
}





/* ========================== CUstom ====================== */

#leadForm .modal-body {
    padding: 40px;
    background: #0c74bb;
}

#leadForm .modal_head h4 {
    text-align: center;
    font-weight: 700;
    color: #fff;
    margin-bottom: 25px;
}

.modal select{
    color: #595c5f;
}

.country_section .country_video .about_btn.mobile_btn,
.mobile_1st_banner{
    display: none;
}



@media only screen and (max-width: 620px) {

    .banner_section .banner_form,
.desktop_1st_banner{
        display: none;
    }

.mobile_1st_banner{
display:block;
}



.fee-structure .fee-structure-table-mobile {
    width: 100%;
    display: block;
    margin: 30px auto !important;
    margin-bottom: 60px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    /* border-radius: 15px; */
    outline: unset;
    outline-offset: unset;
}

    .recognised ul{
        flex-wrap: wrap;
        gap: 15px 0px;
    }
    .recognised ul li{
        width: 25%;
    }

    .banner_section .banner-background{
        overflow: hidden;
        margin-top: -35px;
    }

    .banner_section .banner-background img{
        width: 150%;
    }

    header nav{
        justify-content: center;
    }
    

    header nav ul{
        display: none;
    }

    .country_section .country_title h2{
        font-size: 70px;
    }

    header nav .logo img{
        height: 60px;
    }

    .recognised ul li img{
        height: 70px;
    }

    .country_section .about_content h4{
        font-size: 22px;
        margin-top: 40px;
        text-align: center;
    }

    .country_section .row:nth-child(2){
        margin-top: 40px!important;
        flex-direction: column-reverse;
    }

    .country_section .country_title{
        margin-top: 40px;
        width: 74%;
    }

    .country_section .about_second_video_box .clg_img_box{
        width: 100%;
        height: 200px;
    }

    .country_section .about_second_video_box iframe {
        height: 200px;
        width: 100%;
    }

    .why_section .why_section_counter{
        padding: 15px;
        top: -50px;
    }

    .why_section_counter .row{
        gap: 40px 0px;
    }
    .why_section .why_section_counter .counter_box h4{
        font-size: 20px;
    }

    .why_section .why_section_counter .counter_box img{
        height: 50px;
    }
    .why_section .why_section_counter .counter_box p{
        font-size: 14px;
    }
    .why_section .why_section_counter .counter_box{
        border-right: unset;
    }
    .why_section_counter .col-md-3:first-child .counter_box{
        position: relative;
    }
    .why_section_counter .col-md-3:first-child .counter_box::before{
        content: '';
        position: absolute;
        height: 50%;
        width: 2px;
        background: #fff;
        right: -13px;
        top: 50%;
        transform: translateY(-50%);
    }

    .why_section_counter .col-md-3:first-child .counter_box::after{
        content: '';
        position: absolute;
        height: 2px;
        width: 50%;
        background: #fff;
        left: 50%;
        transform: translateX(-50%);
        bottom: -20px;
    }


    .why_section_counter .col-md-3:last-child .counter_box{
        position: relative;
    }
    .why_section_counter .col-md-3:last-child .counter_box::before{
        content: '';
        position: absolute;
        height: 50%;
        width: 2px;
        background: #fff;
        left: -13px;
        top: 50%;
        transform: translateY(-50%);
    }

    .why_section_counter .col-md-3:last-child .counter_box::after{
        content: '';
        position: absolute;
        height: 2px;
        width: 50%;
        background: #fff;
        left: 50%;
        transform: translateX(-50%);
        top: -20px;
    }

    .why_section .why-main-box p {
        margin-top: 10px;
        font-size: 12px;
    }
    .why_section .why_section_main .heading h4,
    .medical .medical_heading h4{
        font-size: 22px;
        margin-bottom: 10px;
    }
    .left_right_section .left_content .heading h2{
        font-size: 22px;
        margin-top: 5px;
    }
    .left_right_section .left_content .heading p{
        font-size: 14px;
    }
    .why_section .why_section_main .heading p{
        font-size: 16px;
    }
    .left_right_section .left_content .content p{
        font-size: 14px;
    }
    .medical{
        padding: 40px 0;
    }

    .medical .medical_content p {
        margin-bottom: 10px;
        font-size: 14px;
    }
    .medical .medical_content ul{
        flex-direction: column;
        margin-bottom: 40px;
        gap: 10px;
    }
    .medical .medical_content ul li{
        font-size: 12px;
    }
    .medical .medical_content ul li{
        border: 2px solid;
    }

    .left_right_section .left_content,
    .fee-structure{
        padding: 40px 0%;
    }

    .left_right_section .right_img_box img{
        right: 0;
    }
    .left_right_section{
        margin-bottom: 40px;
    }
    .why_section .why_section_main{
        padding-bottom: 40px;
    }
    .journey .heading h2{
        font-size: 22px;
    }
    .journey{
        padding: 40px 0;
    }
    .about_btn button{
        font-size: 14px;
    }

    .country_section .country_video iframe{
        margin-top:40px ;
    }
    .country_section .country_video .about_btn.mobile_btn{
        display: block;
    }
}