
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{
    box-sizing:border-box;
    font-family: "Poppins", serif;
    font-style: normal;
    margin:0;
    padding:0;
    
}

body {
    font-family: Arial, sans-serif;
    height: 100vh;
    background-color: #f4f4f4;
    margin: 0;
    padding: 0;
}

.container{
    width: 95%;
    max-width: 1200px;
    margin:0px auto;

}

section{
    padding: 30px 0px;
}
section h2{
    color: #0b61e3;
    font-size: 32px;
    text-align: center;
}
section hr{
    margin: 20px 0;
}

.mainBanner{
    background: url('https://nixstudyabroad.com/wp-content/uploads/2024/09/MBBS-Russia-Banner-img-3.jpg');
    background-size: cover;
    background-position:center top;
    background-attachment: fixed;
    height: fit-content;
    padding: 0 0;
}
.bannerBox{
    display:flex;
    gap:30px;
    padding: 40px 0px;
}
.bannerLeft{
    display:flex;
    flex-direction: column;
    align-items:baseline;
    justify-content: center;
    gap:20px;
}
.bannerLeft h1{
    color:#ffffff;
    font-size:42px;
    line-height: 48px;
    font-weight: 600;
}
.bannerDivider{
    border-color:#fbff00;
    border-style: solid;
    width: 100%;
    margin:0;
}
.bannerLeft h2{
    color:#ffffff;
    font-size:32px;
    line-height: 48px;
    font-weight: 600;
    text-align: left;
}
.highlight{
    color:#fbff00;
    font-weight: 800;
}
.bannerLeft p{
    color:#ffffff;
    font-size:16px;
    text-align: justify;
}
.error { 
    color: red; 
    font-size: 12px; 
    background:#ffffffaa;
    padding-left:10px;
}
.formContainer{
    background: #ffffff;
    border:1px solid rgba(255, 255, 255, 0.5);
    width: 450px;
    overflow: hidden;
    padding:20px;
    border-radius: 20px;
    box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.2);
}
.formContainer h2{
    color:#000;
    font-size: 20px;;
    text-align: center;
    font-weight: 600;
    margin-bottom: 20px;
}
.formContainer .highlight{
    color:#0b61e3;
    display: block;
    font-size: 28px;
}
.makeforms-js-embed {
    height:410px;
    min-height: 500px;
}
.makeforms-js-embed .page-footer-wrapper.svelte-15t7z0g>a.svelte-15t7z0g{
    display: none !important;
}

.numberCounter{
    background: #000000;
    height: 25vh;
    color:#fff;
    display: flex;
    align-items: center;
}

.counterGrid{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.countBox{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.countBox h2{
    font-size: 36px;
    color:#fbff00;
}

.featuredUni{
    padding: 30px 0px;
}


.universityBox{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap:20px;
    margin-top:20px;
}
.uniImage{
    overflow: hidden;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 5px 10px #00000033;
}
.uniImage img{
    width:100%;
    background: #ffffff;
}
.uniImage h3{
    width:100%;
    text-align: center;
    padding: 5px;
    background: #0b61e3;
    color:#ffffff;
    font-size: 16px;
}

.CTA{
    background-color: #ffffff;

}
.ctaJumbotron{
    background: #0b61e3;
    border-radius: 20px;
    display: flex;
    padding: 30px;
    align-items: center;
    justify-content: space-between;
}

.ctaJumbotron h2{
    color: #ffffff;
}

.ctaJumbotron button{
    background: #ffffff;
    color:#0b61e3;
    padding: 10px 25px;
    border:1px solid #ffffff;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    cursor:pointer;
    transition: 0.3s;
}
.ctaJumbotron button:hover{
    background: #0b61e3;
    border:1px solid #ffffff;
    color: #ffffff;
}

.services{
    background-color: #0b61e3;
}
.services h2{
    color:#ffffff;
}
.services hr{
    margin-bottom: 50px;
}
.serviceBox{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap:30px;   
}
.serviceCard{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    gap:20px;
    border:1px solid; 
    border-color: #ffffff11 #00000022 #00000022 #ffffff11;
    border-radius:10px;
    box-shadow: 10px 10px 20px #00000044;
    position: relative;

}
.serviceCard::after{
    content: "";
    width:100%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
    border-radius: 10px;
    box-shadow: -10px -10px 20px #ffffff22;
}
.serviceCard img{
    width:80px;
    filter: hue-rotate(-40deg) saturate(10);
}
.serviceCard h4{
    color:#ffffff;
    font-weight: 600;
    font-size: 18px;
}
.recCon{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap:20px;
}
.freeResources h2{
    margin-bottom:30px;
}

.resourceBox{
    display:grid;
    grid-template-columns: repeat(3, 1fr);
    gap:10px;

}
.resourceCard{
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: space-between;
    gap:10px;
    border:1px solid #dddddd;
    padding:10px;
    border-radius: 20px;
}
.resourceCard img{
    width:100px;
    border-radius: 10px;
}
.resourceCard h3{
    color:#0b61e3;
    font-size: 24px;
}
.resourceCard p{
    color:#444444;
    font-size: 16px;
    text-align: justify;

}
.freeResources h3{
    text-align: left;
    color:#0b61e3;
    font-size: 24px;
}
.freeResources button{
    background: #0b61e3;
    color:#ffffff;
    padding: 10px 20px;
    font-size: 16px;
    border:1px solid #ffffff;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.3s;
}
#syj{
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding:20px 0px;
}
.syj{
    background: #0b61e3;
    color:#ffffff;
    padding: 10px 20px;
    font-size: 18px;
    border:1px solid #ffffff;
    border-radius: 20px;
    transition: 0.3s ease;
}
.syj:hover{
    background: #ffffff;
    color:#0b61e3;
    border:1px solid #0b61e3;
}
.freeResources button:hover{
    background: #ffffff;
    border:1px solid #0b61e3;
    color: #0b61e3;
}

/*  ----- FAQ -----  */
.faq-container {
    width: 100%;
}

.faq-container h2{
    margin-bottom: 20px;
}

.faq-item {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.faq-question {
    width: 100%;
    background: #ffffff;
    color: #0b61e3;
    padding: 15px;
    border-radius:5px;
    font-size: 18px;
    text-align: left;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-question .arrow {
    transition: transform 0.3s;
}

.faq-answer {
    display: none;
    padding: 15px;
    background: #f9f9f9;
    border-left: 3px solid #0b61e3;
}

.faq-item.active .faq-answer {
    display: block;
}

.faq-item.active .faq-question .arrow {
    transform: rotate(180deg);
}

/*  ----- Navigation -----  */
.header{
    padding: 10px 20px;
    background: #ffffff;
    color: #0c1844;
}
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.logo {
    font-size: 20px;
    font-weight: bold;
}
.logo img{
    height: 50px;;
}
.navMenu{
    display: flex;
    align-items: center;
    justify-content: end;
    gap:20px;
}
.menu {
    display: flex;
    gap: 20px;
}

.menu a {
    color: #0c1844;
    text-decoration: none;
    font-size: 16px;
}

.button {
    background: #0c1844;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    text-decoration: none;
    animation: btnColor 0.5s infinite ease-in-out alternate;
}

.menu-toggle {
    display: none;
    font-size: 24px;
    cursor: pointer;
}

/*  ----- Footer -----  */
footer{
    background: #000011;
    padding:30px 0px;
}
.f-logo{
    display: flex;
    align-items: center;
    justify-content: center;
}
.f-logo a img{
    height: 50px;
}
.f-social{
    margin-top: 10px;
}
.f-social ul{
    display: flex;
    justify-content: center;
    align-items: center;
    gap:20px;
    list-style: none;
}
.f-social ul li{
    background-color: #0c1844;
    height: 40px;
    width: 40px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.f-social ul li a{
    text-decoration: none;
    color:#ffffff;
    padding: 0;
    margin: 0;
    font-size: 18px;
}
.f-contact{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top:20px;
}
.f-contact a{
    text-decoration: none;
    color:#ffffff;
    /* border-right: 1px dashed #ffffff; */
    font-size: 18px;
    padding:5px 20px;
}
.f-contact a:last-child{
    border: none;
}
.copyRight{
    color:#ffffff;
    background-color: #000000;
    padding: 10px;;
    text-align: center;
    
}
/*  ----- Footer -----  */
#More{
    display: none;
}
#readMore{
    padding: 5px 10px;
    border-radius: 5px;
    width: ;
    margin:10px  auto;
}
/*  ----- WhatsApp Float -----  */
.waFloat{
    position: fixed;
    bottom:40px;
    left:40px;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    box-shadow: 0px 5px 10px #00000050;
    transition: 0.3s ease;
}
.waFloat:hover{
    transform: scale(1.1);
}
.waFloat img{
    width: 100%;
}
/*  ----- WhatsApp Float -----  */
/* @media screen Queries */

@media (max-width: 500px){
    
    .mainBanner{
        height: fit-content;
        background: url('https://nixstudyabroad.com/wp-content/uploads/2025/02/MBBS-Russia-Banner-img-mob.webp') ;
        background-size: cover;
        background-position:center top;

    }
    .bannerBox{
        flex-direction: column-reverse;
    }

    h1,h2,h3,h4{
        text-align: center !important;
    }
    p{
        font-size: 14px !important;
    }
    section h2{
        font-size: 24px;
    }
    .bannerLeft h1{
        text-align: center;
        font-size: 20px;
        width: 100%;
        line-height: normal;
    }
    .bannerLeft h2{
        text-align: center;
        font-size: 20px;
        line-height: normal;
    }
    .formContainer{
        width: 100%;
    }
    .formContainer h2{
        font-size: 18px;
    }
    .numberCounter{
        height: fit-content;
    }
    .counterGrid{
        grid-template-columns: repeat(2, 1fr);
        gap:20px;
    }

    .universityBox{
        grid-template-columns: repeat(2, 1fr);
    }
    .ctaJumbotron{
        flex-direction: column;
        gap:20px;
    }
    .ctaJumbotron h2{
        font-size: 24px;
    }
    .serviceBox{
        display: flex;
        width: 100%;
        overflow: scroll;
        padding-bottom: 20px;
        gap:20px;   
    }
    .serviceCard{
        aspect-ratio: 1 / 1;
        height: 200px;
    }
    .serviceCard h4{
        font-size: 16px;
    }
    .resourceBox{
        display: flex;
        gap:10px;
        overflow: scroll;
        width: 100%;
    }
    .resourceCard{
        display: flex;
        flex-direction: column;
        gap:10px;
        justify-content: start;
        width: 33%;
    }
    .resourceCard img{
        width: 100%;
    }
    .resourceCard h3{
        font-size: 16px;
        height: fit-content;
    }
    .resourceCard p{
        display: none;
    }
    .pod p{
        text-align: justify;
    }
    #More{
        display: none;
    }
    #readMore{
        padding: 5px 10px;
        border-radius: 5px;
        width: 50%;
        margin:10px  auto;
    }
    .CTA h2{
        font-size:18px;
    }
    /*  ----- Nav Menu -----  */

    .navMenu{
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
    }
    .menu {
        display: none;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 70px;
        left: 0;
        width: 100%;
        background: #ffffff;
        text-align: center;
        padding: 10px 0;
        z-index: 999;
    }
    
    .menu a {
        display: block;
        padding: 10px;
        border-bottom: 1px solid #0c1844;
    }
    
    .menu-toggle {
        display: block;
    }

    /*  -----  Footer  -----  */


    .f-contact{
        flex-direction: column;
    }
    .f-contact a{
        border-bottom: 1px dashed #ffffff;
        font-size: 14px;
        width: 100%;
        text-align: center;
    }
    .f-contact a:last-child{
        border: none;
    }
    /*  ----- WhatsApp Float -----  */
    .waFloat{
        bottom:20px;
        left:20px;
    }
    /*  ----- WhatsApp Float -----  */


}

/* ----- Animations ----- */

@keyframes btnColor {
    from{
        background: #0c1844;
    }
    to{
        background: #0b61e3;
    }
}