@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

html,
body {
    box-sizing: border-box;
    overflow-x: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Montserrat';
    background:#f5f5f5;
}
.blue_color{
    color:#3d2f6d;
}
.blue_back{
    background:#3D2F6D;
}
.pink_color{
    color:#FF0A62;
}
.pink_back{
    background:#FF0A62;
}
.black_back{
    background:#000;
}
.lightBlue_back{
    background:#1183ba;
}
.lightBlue_color{
    color:#1183BA;
}
.green_color{
    color:#22E59F;
}
.green_back{
    background:#22E59F;
}
.btn-style-one {
    font-size: 16px;
    background: #fff;
    color: #000;
    font-weight: 700;
    padding: 10px 30px;
    margin-top: 20px;
    transition: all ease .3s;
}
.btn-style-one:hover {
        color: #000;
    background: rgb(255 255 255 / 80%);
}
.btn-style-two {
    font-size: 16px;
    background: #FF0A62;
    color: #fff;
    font-weight: 700;
    padding: 10px 30px;
    margin-top: 20px;
    transition: all ease .3s;
}
.btn-style-two:hover {
        color: #fff;
    background: #FF0A62cc;
}

/* header starts */
header.header-one {
    background: #000;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
}

header.header-one .navbar{
    background:rgba(0,0,0,0.6);
}
header.header-one .navbar .nav-link{
    color:#fff;
    font-weight:600;
}
header.header-one .navbar .nav-link:hover{
    color:#fff;
    font-weight:600;
}
header.header-one .navbar .nav-link button{
    color:#80140C;
    font-weight:600;
}
header.header-one .dropdown-item {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
}
header.header-one .dropdown-menu {
    border-radius:0px;
    transition: all ease .3s;
}
header.header-one .dropdown-item:hover {
    background:#FF0A62;
    color:#fff;
    font-weight:bold;
}
/* header ends */

/* common banner section starts */
section.common-banner-section {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0 200px;
    background-position: center;
}
section.common-banner-section .head-common {
    background: #000000cc;
    width: 100%;
    padding: 15px 30px;
    border-left: 10px solid #C4FC00;
}
section.common-banner-section .head-common h1 {
    font-size: 52px;
    color: #fff;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 20px;
    text-transform: uppercase;
}
section.common-banner-section .common-cont img {
    margin-top: -50px;
    margin-left: 70px;
    display: block;
    position: relative;
}
section.common-banner-section .common-cont h1{
    font-size:60px;
    font-weight:700;
}
@media (min-width:320px) and (max-width:767px){
section.common-banner-section .head-common h1 {
    font-size: 28px;
}
section.common-banner-section .common-cont h1 {
    font-size: 30px;
}
section.common-banner-section .common-cont img {
    margin-top: -40px;
    margin-left: 0;
}
section.common-banner-section {
    padding: 60px 0 !important;
}

}




/* common banner section ends */




/* ################# courses start  ################## */

/* banner section start */

.courses_banner_section{
    background:url('../../../images/frontend/courses_banner_back.png') no-repeat;
    background-size:cover;
    background-position:center top;
    height:auto;
}
.courses_banner_section .navbar{
    background:rgba(0,0,0,0.6);
}
.courses_banner_section .navbar .nav-link{
    color:#fff;
    font-weight:600;
}
.courses_banner_section .navbar .nav-link:hover{
    color:#fff;
    font-weight:600;
}
.courses_banner_section .navbar .nav-link button{
    color:#80140C;
    font-weight:600;
}
.courses_banner_section .banner_content_AIDAT{
    padding:10% 0% 15% 0%;
}
.courses_banner_section .banner_content_AIDAT h1{
    font-size:100px;
    font-weight:900;
    text-shadow: 2px 0 #24B8FF, -2px 0 #24B8FF, 0 2px #24B8FF, 0 -2px #24B8FF, 1px 1px #24B8FF, -1px -1px #24B8FF, 1px -1px #24B8FF, -1px 1px #24B8FF;
}
.courses_banner_section .banner_content_AIDAT h1 span{
    font-size:40px;
    font-weight:600;
    color:rgba(255,255,255,1);
    text-align:left;
    margin-left:-18%;
    display: block;
}
.courses_banner_section .banner_content_AIDAT h4{
    font-size:30px;
    font-weight:600;
    color:rgba(255,255,255,0.6);
}
.courses_banner_section .banner_content_AIDAT hr{
    border-bottom:1px dashed rgba(255,255,255,0.6);
    border-top:0px;
    margin-left:-20%;
}
.courses_banner_section .banner_content_AIDAT .white_back_div{
    background:#fff;
    padding:2%;
    border-radius:10px;
}
.courses_banner_section .banner_content_AIDAT .white_back_div h2{
    color:#000;
    font-size:35px;
}
.courses_banner_section .banner_content_AIDAT .white_back_div h2 span{
    font-weight:bold;
}

@media (min-width:320px) and (max-width: 991.98px){
    .courses_banner_section .banner_content_AIDAT h1{
        font-size:50px;
        font-weight:900;
        text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff, 1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
        text-align:center;
    }
    .courses_banner_section .banner_content_AIDAT {
        padding-top:15%;
    }
    .courses_banner_section {
        background: url('../../../images/frontend/courses_banner_back.png') no-repeat;
        background-size: cover;
        background-position: top center;
        height: auto;
        padding-bottom: 5%;
    }
    .courses_banner_section .banner_content_AIDAT h1 span {
        text-align: left;
        color: rgba(255,255,255,1);
        margin-left: 0%;
    }
    .courses_banner_section .banner_content_AIDAT hr{
        border-top:1px solid #1183BA;
    }
    .courses_banner_section .banner_content_AIDAT .form_back {
        background: #1183BA;
    }
    .courses_banner_section .banner_content_AIDAT .white_back_div h2 {
        color: #000;
        font-size: 40px;
    }
}


/* banner section end  */

/* explore all courses section start  */

.explore_courses{
    padding:4% 0%;
    background:#fff;
}
.explore_courses h6{
    text-align:center;
    font-weight:600;
    color:#000;
    padding-top:2%;
}
.explore_courses hr{
    border-top:1px solid #000;
}
.explore_courses .courses_div{
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,0) 5%, rgba(245,245,245,1) 5%);
    height:auto;
    margin-top:6%;
    padding:3% 0% 5% 0%;
    position: relative;
}
.explore_courses .courses_div h2{
    font-weight:700;
    font-size:50px;
    text-align:left;
}
.explore_courses .courses_div h2 a {
    color: #000;
    text-decoration: none;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding-right: 25px;
    flex-wrap: wrap;
}
.explore_courses .courses_div h2 a button {
    display: block;
}
.explore_courses .courses_div hr{
    width:35%;
    border:1px solid #FF0A62;
}


.explore_courses .courses_div2{
    background: rgb(255,255,255);
    background: linear-gradient(270deg, rgba(255,255,255,0) 5%, rgba(245,245,245,1) 5%);
    height:auto;
    margin-top:6%;
    padding:3% 0% 5% 3%;
    position: relative;
}
.explore_courses .courses_div2 h2{
    font-weight:700;
    font-size:50px;
}
.explore_courses .courses_div2 h2 a {
    color: #000;
    text-decoration: none;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding-right: 25px;
    flex-wrap: wrap;
}
.explore_courses .courses_div2 h2 a button {
    display: block;
}
.explore_courses .courses_div2 hr{
    width:35%;
    border:1px solid #FF0A62;
}
.explore_courses ul{
    list-style:none;
}
.explore_courses ul li{
    font-size:13px;
    color:#000;
    font-weight:500;
}
.explore_courses ul li i{
    color:#FF0A62;
}

.explore_courses .courses_div .courseItem{
    margin: 20px;
    width: 20%;
    /* border: thin solid #F00; */
    display: block;
    float: left;
    height: auto;
}
.open{
    width: 40% !important;
}
.explore_courses  h6{
    color:rgba(0,0,0,0.6);
}

.explore_courses  h5{
    color:rgba(0,0,0,1);
    font-size:14px;
    font-weight:bold;
}
.explore_courses  p{
    color:rgba(0,0,0,0.6);
}
.explore_courses  h5 span{
    font-weight:normal;
}
.explore_courses .courses_div .ha-div{
    box-shadow:0px 0px 20px rgba(0,0,0,0.3);
    height:250px;
}
.explore_courses .courses_div .full-div{
    display: none;
    box-shadow:0px 0px 20px rgba(0,0,0,0.3);
    height:250px;
    padding:4% ;
}



.explore_courses .courses_div2 .courseItem2{
    margin: 20px;
    width: 20%;
    /* border: thin solid #F00; */
    display: block;
    float: left;
    height: auto;
}
.explore_courses .courses_div2 .ha-div2{
    box-shadow:0px 0px 20px rgba(0,0,0,0.3);
    height:250px
}
.explore_courses .courses_div2 .full-div2{
    display: none;
    box-shadow:0px 0px 20px rgba(0,0,0,0.3);
    height:250px;
    padding:4%;
}



.explore_courses .courses_div .courseItem3{
    margin: 20px;
    width: 20%;
    /* border: thin solid #F00; */
    display: block;
    float: left;
    height: auto;
}
.explore_courses .courses_div .ha-div3{
    box-shadow:0px 0px 20px rgba(0,0,0,0.3);
    height:250px;
}
.explore_courses .courses_div .full-div3{
    display: none;
    box-shadow:0px 0px 20px rgba(0,0,0,0.3);
    height:250px;
    padding:4%;
}



.explore_courses .courses_div2 .courseItem4{
    margin: 20px;
    width: 20%;
    /* border: thin solid #F00; */
    display: block;
    float: left;
    height: auto;
}
.explore_courses .courses_div2 .ha-div4{
    box-shadow:0px 0px 20px rgba(0,0,0,0.3);
    height:250px;
}
.explore_courses .courses_div2 .full-div4{
    display: none;
    box-shadow:0px 0px 20px rgba(0,0,0,0.3);
    height:250px;
    padding:4%;
}


.explore_courses .courses_div .courseItem5{
    margin: 20px;
    width: 20%;
    /* border: thin solid #F00; */
    display: block;
    float: left;
    height: auto;
}
.explore_courses .courses_div .ha-div5{
    box-shadow:0px 0px 20px rgba(0,0,0,0.3);
    height:250px;
}
.explore_courses .courses_div .full-div5{
    display: none;
    box-shadow:0px 0px 20px rgba(0,0,0,0.3);
    height:250px;
    padding:4%;
}


.explore_courses .courses_div2 .courseItem6{
    margin: 20px;
    width: 20%;
    /* border: thin solid #F00; */
    display: block;
    float: left;
}
.explore_courses .courses_div2 .ha-div6{
    box-shadow:0px 0px 20px rgba(0,0,0,0.3);
    height:250px;
}
.explore_courses .courses_div2 .full-div6{
    display: none;
    box-shadow:0px 0px 20px rgba(0,0,0,0.3);
    height:250px;
    padding:4%;
}

.explore_courses .courses_div .courseItem7{
    margin: 20px;
    width: 20%;
    /* border: thin solid #F00; */
    display: block;
    float: left;
}
.explore_courses .courses_div .ha-div7{
    box-shadow:0px 0px 20px rgba(0,0,0,0.3);
    height:250px;
}
.explore_courses .courses_div .full-div7{
    display: none;
    box-shadow:0px 0px 20px rgba(0,0,0,0.3);
    padding:4%;
    height:250px;
}

.explore_courses .courses_div2 .courseItem8{
    margin: 20px;
    width: 20%;
    /* border: thin solid #F00; */
    display: block;
    float: left;
}
.explore_courses .courses_div2 .ha-div8{
    box-shadow:0px 0px 20px rgba(0,0,0,0.3);
    height:250px;
}
.explore_courses .courses_div2 .full-div8{
    display: none;
    box-shadow:0px 0px 20px rgba(0,0,0,0.3);
    padding:4%;
    height:250px;
}

.explore_courses .courses_div .courseItem9{
    margin: 20px;
    width: 20%;
    /* border: thin solid #F00; */
    display: block;
    float: left;
}
.explore_courses .courses_div .ha-div9{
    box-shadow:0px 0px 20px rgba(0,0,0,0.3);
    height:250px;
}
.explore_courses .courses_div .full-div9{
    display: none;
    box-shadow:0px 0px 20px rgba(0,0,0,0.3);
    padding:4%;
    height:250px;
}

@media (min-width:320px) and (max-width: 991.98px){
    .explore_courses .courses_div h2 {
        font-weight: 300;
        font-size: 30px;
        text-align:center;
    }
    .explore_courses .courses_div2 h2 {
        font-weight: 300;
        font-size: 30px;
        text-align:center;
    }
    .open {
        width: 80% !important;
    }
    .explore_courses .courses_div{
        background: rgb(255,255,255);
        background: linear-gradient(180deg, rgba(255,255,255,0) 5%, rgba(245,245,245,1) 5%);
        height:auto;
        margin-top:6%;
        padding:3% 0% 5% 0%;
        position: relative;
    }
    .explore_courses .courses_div2{
        background: rgb(255,255,255);
        background: linear-gradient(180deg, rgba(255,255,255,0) 5%, rgba(245,245,245,1) 5%);
        height:auto;
        margin-top:6%;
        padding:3% 0% 5% 0%;
        position: relative;
    }
    .explore_courses .courses_div hr{
        width:100%;
        border:1px solid #FF0A62;
    }
    .explore_courses .courses_div2 hr{
        width:100%;
        border:1px solid #FF0A62;
    }
    .explore_courses .courses_div .courseItem{
        width: 80%;
    }
    .explore_courses .courses_div2 .courseItem2{
        width: 80%;
    }
    .explore_courses .courses_div .courseItem3{
        width: 80%;
    }
    .explore_courses .courses_div2 .courseItem4{
        width: 80%;
    }
    .explore_courses .courses_div .courseItem5{
        width: 80%;
    }
    .explore_courses .courses_div2 .courseItem6{
        width: 80%;
    }
    .explore_courses .courses_div .courseItem7{
        width: 80%;
    }
    .explore_courses .courses_div2 .courseItem8{
        width: 80%;
    }
    .explore_courses .courses_div .courseItem9{
        width: 80%;
    }
}

/* explore all courses section end  */

/* study material section start  */

    .study_material{
        background:rgb(61, 47, 109);
        background: linear-gradient(360deg, rgba(255,255,255,0) 5%, rgba(61, 47, 109,1) 5%);
        padding:10% 0% 2% 0%;
        margin-top:-6%;
    }
    .study_material h2{
        font-size:50px;
        color:#fff;
        margin-bottom:-3%;
        font-weight:bold;
    }
    .study_material p{
        font-size:20px;
        color:#fff;
        font-weight:400;
        text-align: justify;
    }
    .study_material button{
        border-radius:0%;
        margin-top:3%;
    }
    @media (min-width:320px) and (max-width: 991.98px){
        .study_material {
            background: rgb(61, 47, 109);
            /* background: linear-gradient(360deg, rgba(255,255,255,0) 5%, rgba(61, 47, 109,1) 5%); */
            padding: 25% 0% 12% 0%;
            margin-top: -16%;
            margin-bottom: 10%;
        }
        .study_material h2 {
            font-size: 45px;
        }
        .study_material p {
            font-size: 16px;
        }
    }

/* study material section end  */

/* your way to success section start */

    .waytosuccess{
        padding:4% 0%;
    }
    .waytosuccess h2{
        font-size:70px;
        text-transform: uppercase;
    }
    .waytosuccess button{
        border-radius:0%;
    }
    @media (min-width:320px) and (max-width: 991.98px){
        .waytosuccess h2 {
            font-size: 60px;
            text-transform: uppercase;
            margin: 10% 0%;
        }
    }

/* your way to success section end  */

/* cta section start  */

.courses_cta_section{
    padding: 3% 0%;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(37,25,77,1) 50%, rgba(61,47,109,1) 50%);
}
.courses_cta_section  button{
    background: #fff;
    color: #3D2F6D;
    font-weight: 700;
    border-radius: 0px;
    padding: 2% 20%;
    margin: 0% 3%;
    font-size: 18px;
}

@media (min-width:320px) and (max-width: 991.98px){
    .courses_cta_section button {
        margin: 0% 1%;
    }
    .courses_cta_section {
        padding: 10% 0% 7% 0%;
    }
}

/* cta section end  */

/* ################# courses end  ################## */


/* ################# Partner University start  ################## */

/* banner section start */

.partnerUniversity_banner_section{
    background:url('../../../images/frontend/partner_university_back.png') no-repeat;
    background-size:cover;
    background-position:center top;
    height:auto;
}
.partnerUniversity_banner_section .navbar{
    background:rgba(0,0,0,0.6);
}
.partnerUniversity_banner_section .navbar .nav-link{
    color:#fff;
    font-weight:600;
}
.partnerUniversity_banner_section .navbar .nav-link:hover{
    color:#fff;
    font-weight:600;
}
.partnerUniversity_banner_section .navbar .nav-link button{
    color:#80140C;
    font-weight:600;
}
.partnerUniversity_banner_section .banner_content_AIDAT{
    padding:10% 0% 15% 0%;
}
.partnerUniversity_banner_section .banner_content_AIDAT h1{
    font-size:66px;
    font-weight:900;
    text-transform: uppercase;
    text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff, 1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
}
.partnerUniversity_banner_section .banner_content_AIDAT h5{
    font-size:40px;
    font-weight:600;
    color:rgba(255,255,255,1);
    text-align:left;
    margin-left:-18%;
}
.partnerUniversity_banner_section .banner_content_AIDAT h4{
    font-size:30px;
    font-weight:600;
    color:rgba(255,255,255,0.6);
}
.partnerUniversity_banner_section .banner_content_AIDAT hr{
    border-bottom:1px dashed rgba(255,255,255,0.6);
    border-top:0px;
    margin-left:-20%;
}
.partnerUniversity_banner_section .banner_content_AIDAT .white_back_div{
    background:#fff;
    padding:2%;
    border-radius:10px;
}
.partnerUniversity_banner_section .banner_content_AIDAT .white_back_div h2{
    color:#000;
    font-size:60px;
}
.partnerUniversity_banner_section .banner_content_AIDAT .white_back_div h2 span{
    font-weight:bold;
}
.carousel-cell4 {
    width: 30%;
    height: auto;
    max-height: 1000px;
    margin-right: 30px;
    margin-bottom: 10px;
    border-radius: 5px;
    padding: 0px;
    counter-increment: carousel-cell;
}
.participating_colleges_card h3 {
    font-size: 16px;
    color: #fff;
    text-align: center;
    background: #3D2F6D;
    padding: 10px 10px 5px;
    margin: 0;
    font-weight: 500;
}
.participating_colleges_card img.uni_img{
    border-top:7px solid #3D2F6D;
    border-radius:0px 0px 10px 10px;
}

@media (min-width:320px) and (max-width: 991.98px){
    .partnerUniversity_banner_section .banner_content_AIDAT h1 {
        font-size: 40px;
        font-weight: 900;
        text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff, 1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
        text-align: left;
        margin-top: 10%;
    }
    .partnerUniversity_banner_section .banner_content_AIDAT {
        padding-top:15%;
    }
    .partnerUniversity_banner_section {
        background: url('../../../images/frontend/partner_university_back.png') no-repeat;
        background-size: cover;
        background-position: top center;
        height: auto;
        padding-bottom: 5%;
    }
    .partnerUniversity_banner_section .banner_content_AIDAT h5{
        text-align:center;
        color:rgba(255,255,255,1);
    }
    .partnerUniversity_banner_section .banner_content_AIDAT hr{
        border-top:1px solid #1183BA;
    }
    .partnerUniversity_banner_section .banner_content_AIDAT .form_back {
        background: #1183BA;
    }
    .partnerUniversity_banner_section .banner_content_AIDAT .white_back_div h2 {
        color: #000;
        font-size: 40px;
    }
}


/* banner section end  */

/* participating colleges section start */

.participating_colleges{
    padding:0% 0%;
    margin-top:-10%;
    box-shadow:0px 0px 20px rgba(0,0,0,0.5);
}
.participating_colleges .participating_colleges_content{
    background:#fff;
    position: relative;
}
.participating_colleges .participating_colleges_content .participating_colleges_card .logo_box{
    background:#fff;
    width:100%;
    padding:10px;
    margin-top:-30%;
    border-radius:10px;
    box-shadow:0px 0px 20px rgba(0,0,0,0.5);
}
.participating_colleges .participating_colleges_content .participating_colleges_card h6{
    font-size:12px;
    text-align:center;
}
.participating_colleges .participating_colleges_content button{
    background:transparent;
    border:1px solid rgba(0,0,0,1);
    font-size:12px;
    color:rgba(0,0,0,1);
    /* margin:7% 0%; */
}
.participating_colleges .participating_colleges_content:hover button{
    background:#FF0A62;
    border:1px solid #FF0A62;
    font-size:12px;
    color:#fff;
    /* margin:7% 0%; */
}

/* participating colleges section end  */

/* ################# Partner University end  ################## */



/* ################# faq start  ################## */

/* banner section start */

section.faq_banner_section{
    background:url('../../../images/frontend/faq_banner.png') no-repeat;
    background-size:cover;
    background-position:center top;
    height: auto;
    padding-bottom: 80px !important;
}
section.faq_banner_section .navbar{
    background:rgba(0,0,0,0.6);
}
section.faq_banner_section .navbar .nav-link{
    color:#fff;
    font-weight:600;
}
section.faq_banner_section .navbar .nav-link:hover{
    color:#fff;
    font-weight:600;
}
section.faq_banner_section .navbar .nav-link button{
    color:#80140C;
    font-weight:600;
}

section.faq_banner_section .banner_content_AIDAT h1{
    font-size:150px;
    font-weight:900;
    text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff, 1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
}
section.faq_banner_section .banner_content_AIDAT h5{
    font-size:45px;
    font-weight:600;
    color:rgba(255,255,255,0.6);
}
section.faq_banner_section .banner_content_AIDAT h4{
    font-size:30px;
    font-weight:600;
    color:rgba(255,255,255,1);
}
section.faq_banner_section .banner_content_AIDAT hr{
    border-bottom:1px dashed rgba(255,255,255,0.6);
    border-top:0px;
}
section.faq_banner_section .banner_content_AIDAT .white_back_div{
    background:#fff;
    padding:2%;
    border-radius:10px;
}
section.faq_banner_section .banner_content_AIDAT .white_back_div h2{
    color:#000;
    font-size:60px;
}
section.faq_banner_section .banner_content_AIDAT .white_back_div h2 span{
    font-weight:bold;
}

@media (min-width:320px) and (max-width: 991.98px){
    section.faq_banner_section .banner_content_AIDAT h1 {
        font-size: 100px;
        font-weight: 900;
        text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff, 1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
        text-align: left;
        margin-top: 11%;
    }
    section.faq_banner_section .banner_content_AIDAT {
        padding-top:15%;
    }
    section.faq_banner_section {
        background: url('../../../images/frontend/faq_banner.png') no-repeat;
        background-size: cover;
        background-position: top right;
        height: auto;
        padding-bottom: 5%;
    }
    section.faq_banner_section .banner_content_AIDAT h5{
        text-align:center;
        color:rgba(255,255,255,1);
    }
    section.faq_banner_section .banner_content_AIDAT hr{
        border-top:1px solid #1183BA;
    }
    section.faq_banner_section .banner_content_AIDAT .form_back {
        background: #1183BA;
    }
    section.faq_banner_section .banner_content_AIDAT .white_back_div h2 {
        color: #000;
        font-size: 40px;
    }
}


/* banner section end  */


/* faq content section start */

.faqContent{
    padding:4% 0%;
}
.faqContent ol li{
    font-size:18px;
    font-weight:600;
    color:rgba(0,0,0,0.7);
    margin: 1% 0%;
}
.faqContent ol li h2 {
    color: #3D2F6D;
    font-weight: 700;
    font-size: 24px;
    margin: 20px 0 5px;
    display: block;
    line-height: normal;
}
.faqContent ol li br {
    display: none;
}
@media (min-width:320px) and (max-width: 991.98px){
    .faqContent ol li {
        font-size: 12px;
        font-weight: 600;
        color: rgba(0,0,0,0.7);
        margin: 4% 0%;
    }
}

/* faq content section end  */

/* ################# faq end ################## */


/* ################# Result Page start ################## */

/* banner section start */


.result_banner_section .banner_content_AIDAT h5{
    font-size:45px;
    font-weight:600;
    color:rgba(255,255,255,0.6);
}
.result_banner_section .banner_content_AIDAT h4{
    font-size:30px;
    font-weight:600;
    color:rgba(255,255,255,0.5);
}
.result_banner_section .banner_content_AIDAT hr{
    border-bottom:1px dashed rgba(255,255,255,0.6);
    border-top:0px;
}
.result_banner_section .banner_content_AIDAT .date_div p{
    font-size:50px;
    text-align:center;
    font-weight:bold;
    margin: 0;
}
.result_banner_section .banner_content_AIDAT .date_div {
    padding: 5px 20px;
}
.result_banner_section .banner_content_AIDAT .white_back_div{
    background:#fff;
    padding:2%;
    border-radius:10px;
}
.result_banner_section .banner_content_AIDAT .white_back_div h2{
    color:#000;
    font-size:60px;
}
.result_banner_section .banner_content_AIDAT .white_back_div h2 span{
    font-weight:bold;
}

@media (min-width:320px) and (max-width: 991.98px){
  
    .result_banner_section .banner_content_AIDAT {
        padding-top:15%;
    }
    .result_banner_section .banner_content_AIDAT .date_div p{
        font-size:40px;
        text-align:center;
        font-weight:bold;
    }
    .result_banner_section .banner_content_AIDAT h4{
        font-size:30px;
        font-weight:600;
        color:rgba(255,255,255,1);
    }
  
    .result_banner_section .banner_content_AIDAT h5{
        text-align:center;
        color:rgba(255,255,255,1);
    }
    .result_banner_section .banner_content_AIDAT hr{
        border-top:1px solid #1183BA;
    }
    .result_banner_section .banner_content_AIDAT .form_back {
        background: #1183BA;
    }
    .result_banner_section .banner_content_AIDAT .white_back_div h2 {
        color: #000;
        font-size: 40px;
    }
    section.common-banner-section.result_banner_section {
        padding: 60px 0;
    }   
}

/* banner section end  */

/* Result content section start */

.resultContent{
    padding:4% 0%;
}
.resultContent ul li{
    font-size:18px;
    font-weight:600;
    color:rgba(0,0,0,0.8);
    margin:2% 0%;
}
@media (min-width:320px) and (max-width: 991.98px){
    .resultContent ul li {
        font-size: 12px;
        font-weight: 600;
        color: rgba(0,0,0,0.8);
        margin: 2% 0%;
    }
}

/* Result content section end  */

/* ################# Result page end ################## */


/* ################# Syllabus section start ##################  */

/* banner section start */
section.common-banner-section.syllabus_banner_section {
    padding-bottom: 250px;
}

.syllabus_banner_section .banner_content_AIDAT h5{
    font-size:45px;
    font-weight:600;
    color:rgba(255,255,255,0.6);
}
.syllabus_banner_section .banner_content_AIDAT h4{
    font-size:30px;
    font-weight:600;
    color:rgba(255,255,255,0.5);
}
.syllabus_banner_section .banner_content_AIDAT hr{
    border-bottom:1px dashed rgba(255,255,255,0.6);
    border-top:0px;
}
.syllabus_banner_section .banner_content_AIDAT .date_div p{
    font-size:50px;
    text-align:center;
    font-weight:bold;
}
.syllabus_banner_section .banner_content_AIDAT .white_back_div{
    background:#fff;
    padding:2%;
    border-radius:10px;
}
.syllabus_banner_section .banner_content_AIDAT .white_back_div h2{
    color:#000;
    font-size:60px;
}
.syllabus_banner_section .banner_content_AIDAT .white_back_div h2 span{
    font-weight:bold;
}

@media (min-width:320px) and (max-width: 991.98px){
   
    .syllabus_banner_section .banner_content_AIDAT {
        padding-top:0%;
    }
    .syllabus_banner_section .banner_content_AIDAT .date_div p{
        font-size:40px;
        text-align:center;
        font-weight:bold;
    }
    .syllabus_banner_section .banner_content_AIDAT h4{
        font-size:30px;
        font-weight:600;
        color:rgba(255,255,255,1);
    }
   
    .syllabus_banner_section .banner_content_AIDAT h5{
        text-align:center;
        color:rgba(255,255,255,1);
    }
    .syllabus_banner_section .banner_content_AIDAT hr{
        border-top:1px solid #1183BA;
    }
    .syllabus_banner_section .banner_content_AIDAT .form_back {
        background: #1183BA;
    }
    .syllabus_banner_section .banner_content_AIDAT .white_back_div h2 {
        color: #000;
        font-size: 40px;
    }
    section.common-banner-section.syllabus_banner_section {
        padding: 60px 0;
    }
}

/* banner section end  */

/* syllabus content section start  */

.syllabus_content{
    margin-top:-10%;
}
.syllabus_content .syllabus_innner_content{
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,0) 10%, rgba(61,47,109,1) 10%);
    padding:3% 4% 5% 4%;
}
.syllabus_content .syllabus_innner_content h5{
    color:rgba(255,255,255,0.5);
    font-weight:600;
}
.syllabus_content .syllabus_innner_content h3{
    color:#fff;
}
.syllabus_content .syllabus_innner_content hr{
    border:1px solid #24B8FF;
    width:40%;
    margin-bottom:5%;
}
.syllabus_content .syllabus_innner_content p{
    color:#fff;
    margin-bottom:5%;
    font-size:14px;
}
.syllabus_content .syllabus_innner_content img.syllabus_icon{
    width:8%;
}
@media (min-width:320px) and (max-width: 991.98px){
    .syllabus_content .syllabus_innner_content{
        background: rgb(255,255,255);
        background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(61,47,109,1) 0%);
        padding:8% 4% 5% 4%;
    }
    .syllabus_content .syllabus_innner_content h5 {
        color: rgba(255,255,255,0.5);
        font-weight: 600;
        font-size: 18px;
    }
    .syllabus_content{
        margin-top:-10%;
    }
}

/* syllabus content section end  */

/* cta section start  */

section.syllabus_cta_section{
    padding:15% 0% 5px 0%;
    background: rgb(255,255,255);
    /* background: linear-gradient(180deg, rgba(37,25,77,1) 88%, rgba(37,25,77,1) 42%); */
    margin-top:-10%;
    background: rgba(37,25,77,1);
}
section.syllabus_cta_section h2{
    color:#fff;
    font-weight: bold;
}
section.syllabus_cta_section hr{
    border:1px solid #24B8FF;
}
section.syllabus_cta_section h3{
    color:#fff;
    font-weight: 300;
    font-size:18px;
}
section.syllabus_cta_section a.dwld_btn {
    background: transparent;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 600;
    border-radius: 0px;
    margin-left: 0%;
    font-size: 14px;
    border: 1px dotted rgba(255, 255, 255, 0.6);
    padding: 10px;
    display: block;
    text-align: center;
    text-decoration: none !important;
}

section.syllabus_cta_section  button{
    background:#fff;
    color:#3D2F6D;
    font-weight:700;
    border-radius:0px;
    padding:2% 20%;
    margin:0% 3%;
    font-size:18px;
}
@media (min-width:320px) and (max-width: 991.98px){
    section.syllabus_cta_section  button{
        margin:0% 1%;
    }
    section.syllabus_cta_section{
        padding:20% 0% 7% 0%;
        margin-top:-10%;
    }
}

/* cta section end  */

/* ################# Syllabus section end ##################  */


/* ################# Registration process section start ################## */

/* banner section start */

.registrationProcess_banner_section{
    background:url('../../../images/frontend/registration_process_banner.png') no-repeat;
    background-size:cover;
    background-position:center top;
    height:auto;
    padding-bottom:3%;
}
.registrationProcess_banner_section .navbar{
    background:rgba(0,0,0,0.6);
}
.registrationProcess_banner_section .navbar .nav-link{
    color:#fff;
    font-weight:600;
}
.registrationProcess_banner_section .navbar .nav-link:hover{
    color:#fff;
    font-weight:600;
}
.registrationProcess_banner_section .navbar .nav-link button{
    color:#80140C;
    font-weight:600;
}

.registrationProcess_banner_section .banner_content_AIDAT h1{
    font-size:70px;
    font-weight:900;
    text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff, 1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
    padding-top:15%;
}
.registrationProcess_banner_section .banner_content_AIDAT h2{
    font-size:15rem;
    font-weight:700;
    color:#1183BA;
    margin-bottom: -50px;
}

@media (min-width:320px) and (max-width: 991.98px){
    .registrationProcess_banner_section .banner_content_AIDAT h1 {
        font-size: 40px;
        font-weight: 900;
        text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff, 1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
        text-align: left;
        margin-top: 0%;
    }
    .registrationProcess_banner_section .banner_content_AIDAT {
        padding-top:0%;
    }
    .registrationProcess_banner_section .banner_content_AIDAT h2{
        font-size:20px;
    }
    .registrationProcess_banner_section {
        background: url('../../../images/frontend/registration_process_banner.png') no-repeat;
        background-size: cover;
        background-position: top left;
        height: auto;
        padding-bottom: 5%;
    }
    .registrationProcess_banner_section .banner_content_AIDAT h2{
        font-size: 8rem;
        font-weight: 700;
        color: #1183BA;
        margin-bottom: -30px;
    }
}

/* banner section end  */

/* registration process content section start */

section.registrationProcess_content {
    background:url('../../../images/frontend/registration_process_back.png');
    background-position: center center;
    background-size:100% 80%;
    background-repeat: no-repeat;
    padding:3% 0%;
    margin-bottom:0%;
    position: relative;
    background: #25194d;
}
section.registrationProcess_content  p{
    font-weight: 600;
    font-size:17px;
    color:rgba(255, 255, 255, 0.9);
}
section.registrationProcess_content .registrationProcess_content_box{
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,0) 10%, rgba(17,131,186,1) 10%);
    padding:3%;
}
section.registrationProcess_content .registrationProcess_content_box button{
    font-weight:bold;
    border-radius:0px;
    font-size:13px;
}
section.registrationProcess_content .registrationProcess_content_box h2{
    color:#fff;
    font-size:45px;
    font-weight:300;
}
section.registrationProcess_content .registrationProcess_content_box h2 b{
    color:#fff;
    font-weight: bold;
    font-size:55px
}
section.registrationProcess_content .registrationProcess_content_box h6{
    color:#fff;
    font-weight:600;
}
section.registrationProcess_content .registrationProcess_content_box hr{
    border:1px solid #22E59F;
}
section.registrationProcess_content .registrationProcess_content_box p{
    color:rgba(255,255,255,0.7);
    font-weight:600;
    text-align:justify;
}
@media (min-width:320px) and (max-width: 991.98px){
    section.registrationProcess_content p {
        font-weight: 600;
        font-size: 14px;
        color: rgba(0,0,0,0.7);
    }

}

/* registration process content section end  */

/* cta section start  */

.registrationProcess_cta_section{
    padding:13% 0% 3% 0%;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(37,25,77,1) 80%, rgba(61,47,109,1) 50%);
}
.registrationProcess_cta_section  button{
    background:#fff;
    color:#3D2F6D;
    font-weight:700;
    border-radius:0px;
    padding:2% 20%;
    margin:0% 3%;
    font-size:18px;
}
@media (min-width:320px) and (max-width: 991.98px){
    .registrationProcess_cta_section  button{
        margin:0% 1%;
    }
    .registrationProcess_cta_section{
        padding:20% 0% 7% 0%;
        margin-top:-10%;
    }
}

/* cta section end  */

/* ################# Registration process section end ################## */






.pulse-button {
    animation: borderPulse 1000ms infinite 
ease-out, colorShift 10000ms infinite 
ease-in;
    border-radius: 0;
    padding: 10px 30px;
}
/* Initiate color change for pulse-on-hover */
.pulse-button-hover {
	animation: colorShift 10000ms infinite ease-in;
}

/* Continue animation and add shine on hover */
nav.navbar button:hover,
nav.navbar button:focus {
	animation: borderPulse 1000ms infinite ease-out, colorShift 10000ms infinite ease-in, hoverShine 200ms;
}

/* Declate color shifting animation */
@keyframes colorShift {
	0%, 100% {
			background: #fff;
	}
	33% {
		background: #000;
        color:#fff;
	}
	66%{
		background: #ffc107;
        color:#000;
	}
}

/* Declare border pulse animation */
@keyframes borderPulse {
  0% {
    box-shadow: inset 0px 0px 0px 5px rgba(255, 255, 255,.4), 0px 0px 0px 0px rgba(255,255,255,1);
  }
  100% {
    box-shadow: inset 0px 0px 0px 3px rgba(117, 117, 255,.2), 0px 0px 0px 10px rgba(255,255,255,0);
  }
}


.university_model .modal-body img{
    text-align:center;
    width:250px;
}

.university_model .modal-body p{
    text-align:center;
    font-size:20px;
    color:#000;
    font-weight:500;
}

.university_model .modal-body .mainContent{
    background:#3D2F6D;
    padding:5% 0%;
}

.university_model .modal-body .mainContent h4{
    color:#fff;
    font-size:16px;
    margin-top:2%;
}







































































/* ################# Important dates start  ################## */

/* banner section start */
section.imp-date-section {
    padding-bottom: 300px;
}
@media (min-width:320px) and (max-width:767px){

section.imp-date-section {
    padding: 60px 0 80px;
}

}
/* banner section end  */

/* important dates section start */

section.important_dates {
    margin-top:-10%;
}
section.important_dates .important_dates_content{
    background:#3D2F6D;
    padding:3% 4% 0% 4%;
}
section.important_dates .important_dates_content_sub h2 {
    color:#fff;
    font-weight:600;
    font-size:60px;
}
section.important_dates .important_dates_content .white_back_div {
    background: #fff;
    padding: 15px 20px;
}
section.important_dates .important_dates_content .white_back_div h2 {
    color: #000;
    font-size: 46px;
    text-transform: uppercase;
    font-weight: 900;
    margin: 0;
}
section.important_dates .important_dates_content .white_back_div h2 span{
    font-weight:bold;
}
section.important_dates .important_dates_content h3 {
    color: rgba(255, 255, 255, 0.6);
    font-weight: 600;
    font-size: 30px;
}
section.important_dates .important_dates_content hr{
    border:1px dashed rgba(255,255,255,0.6);
}
section.important_dates .important_dates_content button{
    border-radius:0px;
}
section.important_dates  .other_dates{
    box-shadow:0px 0px 30px rgba(0,0,0,0.3);
}
section.important_dates  .other_dates .dark_back{
    background:#000;
    padding:4% 6%;
}
section.important_dates  .other_dates .white_back{
    padding:4% 6%;
}
section.important_dates  .other_dates .white_back h2{
    color:#000;
    font-size:35px;
    font-weight:600;
    border-right:1px solid #FF0A62;
}
section.important_dates  .other_dates .white_back h6{
    color:#000;
    font-size:20px;
    font-weight:700;
}
section.important_dates  .other_dates .dark_back h2{
    background:#000;
    color:#fff;
    font-size:35px;
    font-weight:600;
    border-right:1px solid #FF0A62;
}
section.important_dates  .other_dates .dark_back h6{
    color:rgba(255,255,255,0.6);
    font-size:30px;
    font-weight:700;
}


@media (min-width: 991.98px) and (max-width: 1399.98px){
section.common-banner-section .common-cont h1 {
    font-size: 44px;
}
section.imp-date-section {
    padding-bottom: 200px;
}


}

@media (min-width:320px) and (max-width: 991.98px){
    section.important_dates .important_dates_content h2 {
        font-size:18px;
    }
    section.imp-date-section {
    padding-bottom: 150px;
}
    section.important_dates .important_dates_content_sub h2  {
        color: #fff;
        font-weight: 600;
        font-size: 28px;
        text-align: center;
    }
    section.important_dates .important_dates_content .white_back_div h2 {
        color: #000;
        font-size: 30px;
    }
    section.important_dates .other_dates .white_back h2 {
        font-size: 30px;
    } 
    section.important_dates .other_dates .dark_back h2 {
        font-size: 30px;
        border-bottom: 1px solid #FF0A62;
        padding-bottom: 15px;
        border-right: 0;
    } 
    section.important_dates .important_dates_content h3 {
        text-align: center;
    }
    section.important_dates .other_dates .dark_back h6 {
        font-size: 21px;
    }
}

/* important dates section end  */

/* eligibility section start  */

section.eligibility-section{
    padding: 60px 0%;
}
section.eligibility-section p{
    font-size:18px;
}
section.eligibility-section hr{
    border:1px solid #FF0A62;
    width:100%;
    margin:3% 0%;
}
section.eligibility-section h2 {
    font-size: 40px;
}

@media (min-width:320px) and (max-width: 991.98px){
section.eligibility-section h3 {
    font-size: 24px;
}
section.eligibility-section p {
    font-size: 16px;
    line-height: normal;
}
section.eligibility-section h2 {
    font-size: 36px;
    margin-bottom: 15px !important;
}
}



/* eligibility section end */

/* cta section start  */

section.cta-section {
    padding: 3% 0%;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(37,25,77,1) 50%, rgba(61,47,109,1) 50%);
}
section.cta-section a {
    background: #fff;
    color: #3D2F6D;
    font-weight: 700;
    padding: 10px 15px;
    margin: 0;
    font-size: 18px;
    display: block;
    border-radius: 6px;
    text-decoration: none;
}
@media (min-width:320px) and (max-width: 991.98px){
    section.cta-section button {
        margin: 0% 1%;
    }
    section.cta-section {
        padding: 10% 0% 7% 0%;
    }
}

/* cta section end  */

/* ################# Important dates end  ################## */






/* ################# admit card start ##################  */

/* banner section start */


section.admit_card_banner_section .banner_content_AIDAT h5{
    font-size:45px;
    font-weight:600;
    color:rgba(255,255,255,0.6);
}
section.admit_card_banner_section .banner_content_AIDAT p{
    font-size:30px;
    font-weight:600;
    color:rgba(255,255,255,0.6);
}
section.admit_card_banner_section .banner_content_AIDAT hr{
    border-bottom:1px dashed rgba(255,255,255,0.6);
    border-top:0px;
}
section.admit_card_banner_section .banner_content_AIDAT .white_back_div{
    background:#fff;
    padding:2%;
    border-radius:10px;
}

section.admit_card_banner_section .banner_content_AIDAT .white_back_div h2 span{
    font-weight:bold;
}
 section.admit_card_banner_section .banner_content_AIDAT .text-head p {
    font-size: 34px;
    color: #222;
    font-weight: 700;
        line-height: normal;
    border-right: 2px solid #FF0A62;
}
section.admit_card_banner_section .banner_content_AIDAT .date-box {
    padding: 25px;
}
section.admit_card_banner_section .banner_content_AIDAT .text-head h2 {
    color: #000;
   font-size: 30px;
}
section.admit_card_banner_section .banner_content_AIDAT .date-box  hr {
    border-bottom: 1px dashed rgb(0 0 0 / 60%);
    border-top: 0px;
}
@media (min-width:320px) and (max-width: 991.98px){
    section.admit_card_banner_section .banner_content_AIDAT h1{
        font-size:50px;
        font-weight:900;
        text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff, 1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
        text-align:center;
    }
 
    section.admit_card_banner_section .banner_content_AIDAT hr{
        border-top:1px solid #1183BA;
    }
  
    section.admit_card_banner_section .banner_content_AIDAT .white_back_div h2 {
        color: #000;
        font-size: 40px;
    }
    section.admit_card_banner_section {
        padding: 60px 0;
    }
    section.admit_card_banner_section .banner_content_AIDAT p {
        font-size: 22px !important;
    }
    section.admit_card_banner_section .banner_content_AIDAT .text-head h2 {
        color: #000;
        font-size: 16px;
        text-align: left;
    }
    }

/* banner section end  */



/* download admit card section start */

section.download_admit_card{
    margin-top:-10%;
}
section.download_admit_card .download_admit_card_content{
    background:#1183BA;
    padding: 30px 30px;
}
section.download_admit_card .download_admit_card_content ul li{
    color: rgba(255, 255, 255, 0.8);
    font-weight: 600;
    font-size: 18px;
    margin-top: 015px;
}

@media (max-width: 991.98px) {
section.download_admit_card .download_admit_card_content {
    padding: 20px 20px;
}
section.download_admit_card .download_admit_card_content ul li {
    font-size: 16px;
}
}

/* download admit card section end  */



/* ################# admit card end  ################## */






/* footer section start  */

footer.footer{
    padding: 0 0 15px;
    background:#3D2F6D;
}
footer.footer h2{
    color:#fff;
    font-size:45px;
}
footer.footer hr{
    border-top:1px solid #97231A;
}
footer.footer h5{
    color:#fff;
    font-size:18px;
    font-weight:600;
    display: block;
}

footer.footer a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    text-indent: -12px;
    margin-left: 25px;
    display: block;

}
footer.footer ul{
    list-style:none;
    padding-left:0;
}
footer.footer ul li{
    font-size:9px;
    color:rgba(255,255,255,0.7);
    margin:6% 0%;
}
footer.footer .copyright_hr{
    border-top:1px solid #fff;
}
footer.footer p{
    font-size:13px;
    color:rgba(255,255,255,0.6);
    font-weight: 600;
    margin: 0;
}
@media (min-width:320px) and (max-width: 991.98px){
    footer.footer{
        padding:0 0 15px;
    }
 
}

/* footer section end  */





















/* ── RESET & BASE ── */
  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

  :root {
    --red:    #FE2A29;
    --dark-red: #C41010;
    --black:  #000000;
    --white:  #FFFFFF;
    --gray:   #111111;
    --dim:    #888888;
  }



  /* Demo trigger button */
  .demo-btn {
    position: fixed;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--red);
    color: #fff;
    border: none;
    padding: 12px 28px;
    border-radius: 50px;
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    letter-spacing: 1px;
    z-index: 999;
    box-shadow: 0 4px 20px rgba(254,42,41,0.5);
    transition: transform 0.2s, box-shadow 0.2s;
  }
  .demo-btn:hover { transform: translateX(-50%) scale(1.05); box-shadow: 0 6px 28px rgba(254,42,41,0.7); }

  /* ── OVERLAY ── */
  .overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.82);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .overlay.active { opacity: 1; visibility: visible; }

  /* ── POPUP CARD ── */
  .popup {
    position: relative;
    width: min(780px, 96vw);
    min-height: 420px;
    background: var(--black);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 30px 100px rgba(0,0,0,0.9), 0 0 0 1px rgba(254,42,41,0.3);
    transform: scale(0.88) translateY(30px);
    opacity: 0;
    transition: transform 0.45s cubic-bezier(0.34,1.56,0.64,1), opacity 0.4s ease;
    display: flex;
  }
  .overlay.active .popup { transform: scale(1) translateY(0); opacity: 1; }

  /* ── LEFT PANEL – visual ── */
  .panel-left {
    width: 55%;
    position: relative;
    overflow: hidden;
    background: #0a0000;
    flex-shrink: 0;
  }

  /* Stage floor gradient */
  .panel-left::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
      to top,
      rgba(254,42,41,0.18) 0%,
      rgba(0,0,0,0.5) 30%,
      rgba(0,0,0,0.1) 100%
    );
    pointer-events: none;
    z-index: 2;
  }

  /* Background image placeholder – swap src in .bg-img for real image */
  .bg-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    filter: brightness(0.45) saturate(0.7);
    z-index: 0;
  }

  /* SVG crowd fallback (shown when no image) */
  .crowd-svg {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
  }

  /* Spotlights */
  .spotlights {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
  }
  .spot {
    position: absolute;
    top: -10px;
    width: 0;
    height: 0;
    border-left: solid transparent;
    border-right: solid transparent;
    border-top: solid;
    opacity: 0;
    transform-origin: top center;
    animation: spotFade 3s ease-in-out infinite alternate;
  }
  .spot-1 { left: 14%; border-left-width: 18px; border-right-width: 18px; border-top-width: 320px; border-top-color: rgba(254,42,41,0.12); animation-delay: 0s; }
  .spot-2 { left: 38%; border-left-width: 22px; border-right-width: 22px; border-top-width: 340px; border-top-color: rgba(255,80,80,0.09); animation-delay: 0.6s; }
  .spot-3 { left: 62%; border-left-width: 18px; border-right-width: 18px; border-top-width: 310px; border-top-color: rgba(254,42,41,0.11); animation-delay: 1.1s; }
  .spot-4 { left: 82%; border-left-width: 14px; border-right-width: 14px; border-top-width: 280px; border-top-color: rgba(255,60,60,0.08); animation-delay: 0.3s; }

  @keyframes spotFade {
    0%   { opacity: 0.4; }
    100% { opacity: 1; }
  }

  /* Stage floor line */
  .stage-line {
    position: absolute;
    bottom: 68px;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(to right, transparent, rgba(254,42,41,0.6), rgba(255,160,160,0.4), rgba(254,42,41,0.6), transparent);
    z-index: 3;
    animation: glow 2s ease-in-out infinite alternate;
  }
  @keyframes glow {
    from { box-shadow: 0 0 8px rgba(254,42,41,0.4); }
    to   { box-shadow: 0 0 24px rgba(254,42,41,0.9), 0 0 40px rgba(254,42,41,0.3); }
  }

  /* Bottom red gradient floor */
  .floor-glow {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 70px;
    background: linear-gradient(to top, rgba(254,42,41,0.25), transparent);
    z-index: 3;
  }

  /* LIVE badge */
  .live-badge {
    position: absolute;
    top: 18px;
    left: 18px;
    background: var(--red);
    color: #fff;
    font-family: 'Barlow', sans-serif;
    font-weight: 800;
    font-size: 10px;
    letter-spacing: 2px;
    padding: 4px 10px;
    border-radius: 4px;
    z-index: 5;
    display: flex;
    align-items: center;
    gap: 6px;
    text-transform: uppercase;
  }
  .live-dot {
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
    animation: blink 1s infinite;
  }
  @keyframes blink { 0%,100%{opacity:1} 50%{opacity:0.2} }

  /* City tags on image */
  .city-tags {
    position: absolute;
    bottom: 16px;
    left: 0;
    right: 0;
    z-index: 5;
    display: flex;
    justify-content: center;
    gap: 8px;
    padding: 0 12px;
  }
  .city-tag {
    background: rgba(0,0,0,0.75);
    border: 1px solid rgba(254,42,41,0.5);
    border-radius: 6px;
    padding: 5px 10px;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    font-family: 'Barlow Condensed', sans-serif;
    letter-spacing: 0.5px;
    text-align: center;
    line-height: 1.4;
    backdrop-filter: blur(4px);
  }
  .city-tag span {
    display: block;
    color: var(--red);
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
  }

  /* ── RIGHT PANEL – content ── */
  .panel-right {
    flex: 1;
    background: var(--black);
    padding: 32px 28px 28px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
  }

  /* Top-right red corner accent */
  .panel-right::before {
    content: '';
    position: absolute;
    top: 0; right: 0;
    width: 0; height: 0;
    border-top: 70px solid var(--red);
    border-left: 70px solid transparent;
  }
  /* FREE text inside corner */
  .free-corner {
    position: absolute;
    top: 8px;
    right: 4px;
    color: #fff;
    font-family: 'Bebas Neue', cursive;
    font-size: 13px;
    letter-spacing: 1px;
    z-index: 2;
    transform: rotate(0deg);
  }

  /* Red bottom strip */
  .panel-right::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 4px;
    background: var(--red);
  }

  /* Content sections */
  .eyebrow {
    font-family: 'Barlow', sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 3px;
    color: var(--red);
    text-transform: uppercase;
    margin-bottom: 10px;
  }

  .headline {
    font-family: 'Bebas Neue', cursive;
    line-height: 1;
    margin-bottom: 6px;
  }
  .headline .line1 {
    font-size: 22px;
    color: var(--white);
    display: block;
    letter-spacing: 1px;
  }
  .headline .line2 {
    font-size: 34px;
    color: var(--red);
    display: block;
    letter-spacing: 2px;
    line-height: 0.95;
  }
  .headline .line3 {
    font-size: 26px;
    color: var(--white);
    display: block;
    letter-spacing: 1px;
  }

  .subtext {
    font-size: 12px;
    color: #aaa;
    line-height: 1.55;
    margin: 12px 0 18px;
    font-weight: 400;
    max-width: 260px;
  }
  .subtext strong { color: #fff; font-weight: 600; }

  /* Divider */
  .divider {
    width: 48px;
    height: 2px;
    background: var(--red);
    margin: 14px 0;
  }

  /* Stats row */
  .stats {
    display: flex;
    gap: 16px;
    margin-bottom: 20px;
  }
  .stat {
    text-align: center;
  }
  .stat-num {
    font-family: 'Bebas Neue', cursive;
    font-size: 22px;
    color: var(--red);
    line-height: 1;
  }
  .stat-label {
    font-size: 9px;
    color: #888;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
  }
  .stat-sep {
    width: 1px;
    background: rgba(255,255,255,0.1);
    align-self: stretch;
  }

  /* CTA Button */
  .cta-btn {
    display: block;
    width: 100%;
    padding: 14px 20px;
    background: var(--red);
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 900;
    font-size: 17px;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: background 0.25s, transform 0.2s, box-shadow 0.25s;
    box-shadow: 0 6px 24px rgba(254,42,41,0.45);
  }
  .cta-btn::before {
    content: '';
    position: absolute;
    top: 0; left: -100%;
    width: 60%;
    height: 100%;
    background: linear-gradient(to right, transparent, rgba(255,255,255,0.18), transparent);
    transform: skewX(-20deg);
    transition: left 0.5s ease;
  }
  .cta-btn:hover::before { left: 160%; }
  .cta-btn:hover {
    background: #e01c1c;
    transform: translateY(-2px);
    box-shadow: 0 10px 32px rgba(254,42,41,0.65);
  }
  .cta-btn:active { transform: translateY(0); }

  .cta-note {
    text-align: center;
    font-size: 10px;
    color: #555;
    margin-top: 8px;
    letter-spacing: 0.5px;
  }
  .cta-note a {
    color: #888;
    text-decoration: underline;
    font-size: 9px;
  }

  /* ── CLOSE BUTTON ── */
  .close-btn {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 28px;
    height: 28px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 50%;
    color: #aaa;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: background 0.2s, color 0.2s;
    line-height: 1;
  }
  .close-btn:hover { background: var(--red); color: #fff; border-color: var(--red); }

  /* ── TOP TICKER ── */
  .ticker-wrap {
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 28px;
    background: var(--red);
    overflow: hidden;
    z-index: 6;
  }
  .ticker-inner {
    display: flex;
    height: 100%;
    align-items: center;
    white-space: nowrap;
    animation: ticker 18s linear infinite;
  }
  .ticker-inner span {
    color: #fff;
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 0 30px;
  }
  .ticker-sep { color: rgba(255,255,255,0.5); font-size: 8px; }
  @keyframes ticker {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
  }

  /* ── RESPONSIVE ── */
  @media (max-width: 600px) {
    .popup { flex-direction: column; min-height: auto; }
    .panel-left { width: 100%; height: 200px; }
    .panel-right { padding: 24px 20px 24px; }
    .headline .line2 { font-size: 28px; }
    .stats { gap: 10px; }
    .city-tags { gap: 5px; }
    .city-tag { padding: 4px 8px; font-size: 9px; }
  }