*{
    font-family: "Poppins", sans-serif;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    /* outline: 1px solid red; */
}

body {
    overflow-x: hidden !important; /* Prevent horizontal overflow without affecting vertical scroll */
}


[data-aos]:not(.table-responsive) {
    max-width: 100%;
    overflow: hidden;
}




.btn-link:hover{
    text-decoration: none;
}

h1,h2,h3,h4,h5,h6,p,a{
    margin-bottom: 10px;
}

p {
    font-size: 17px;
    line-height: 30px;
}

.custom-box-shadow{
    -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.25);
}

.table thead th {
    border-bottom: none;
}

.no-margin-padding{
    padding-left: 0;
    padding-right: 0;
}


.gap{
    margin-bottom: 70px;
}

.upper-lower-gap {
    padding: 100px 20px;
}


/* .color-blue{
    color: #0c35aa;
} */

.color-blue{
    color: #67375e;
}

.color-blue-low{
    color: #4f2c6b;
}

/* .color-blue-low{
    color: #fff;
} */


.main-heading {
    background: #3c2376;
    background: linear-gradient(90deg, #3c2376 0%, #ec740f 100%);
    padding: 80px 0 70px 0;
    color: #fff;
}

.main-heading h1 {
    margin: 0;
    font-size: 50px;
    font-weight: 600;
}

.logo img {
    width: 250px;
}

.header-box{
    max-width: 1260px !important;
}

.register-now-btn {
    padding: 26px 0;
}

.register-now-btn a {
    font-family: "Poppins", sans-serif;
    color: #03307f;
    background: #fff;
    border: 2px solid #73a6ff;
    border-radius: 0;
    padding: 5px 18px;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
}

.register-now-btn a:hover {
    color: #fff;
    text-decoration: none;
    background: #03307f;
}


/* Home btn */

.register-now-btn-home a {
    font-family: "Poppins", sans-serif;
    color: #ffffff;
    background: #ffffff00;
    border: 2px solid #ffffff;
    border-radius: 0;
    padding: 5px;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    margin: 15px 0 0 0;
}

.register-now-btn-home a:hover {
    color: #fff;
    text-decoration: none;
    background: #007bff;
}


/* Home btn */



.big-banner{
    width: 100%;
}

/* Nav bar CSS */

.header-global .navbar{
    padding: 0;
}

.header-global .navbar li.nav-item {
    background: #3d2476;
    padding: 10px 5px;
    border: 0.2px solid #fff;
}

.header-global .navbar li.nav-item:hover {
    background: #3d2476d6;
}

.header-global .navbar li.nav-item a {
    color: #fff !important;
    margin: 0;
}

.header-global .navbar li.nav-item a:hover {
    color: #fff !important;
}

.header-global .navbar .dropdown-menu {
    background: #3c2376;
    border-radius: 0;
    padding: 1px 0;
    font-size: 14px;
}

.header-global .navbar a.dropdown-item {
    padding: 14px 10px;
    border-bottom: 1px solid #fff;
}

.header-global .navbar a.dropdown-item:hover {
    color: #fff;
    background: #5c478c;
}


.header-global .navbar .dropdown:hover>.dropdown-menu {
    display: block;
    margin-top: 0; /* remove the gap so it doesn't close */
}

.header-global .navbar .dropdown-toggle::after{
    display: none;
}

.header-global .navbar-light .navbar-toggler {
    border-radius: 0;
    border: 2px solid #00000096;
}


.dropdown-item:focus, .dropdown-item:hover {
    background-color: #3759b9;
}



/* header home */



.header-home{
    background-color: #ff000000;
    padding: 20px 60px;
}


.header-home .navbar{
    padding: 0;
}

.header-home .navbar li.nav-item {
    background: #3759b900;
    padding: 8px 5px;
    border: 0.2px solid #fff;
}

.header-home .navbar li.nav-item:hover {
    background: #0d1a3d;
}

.header-home .navbar li.nav-item a {
    color: #fff !important;
    margin: 0;
}

.header-home .navbar li.nav-item a:hover {
    color: #fff !important;
}

.header-home .navbar .dropdown-menu {
    background: #0d1a3d;
    border-radius: 0;
    padding: 1px 0;
    font-size: 14px;
}

.header-home .navbar a.dropdown-item {
    padding: 14px 10px;
    border: 1px solid #fff;
    margin-top: -2px !important;
}

.header-home .navbar a.dropdown-item:hover {
    color: #fff;
    background: #0155af;
}


.header-home .navbar .dropdown:hover>.dropdown-menu {
    display: block;
    margin-top: 0; /* remove the gap so it doesn't close */
}

.header-home .navbar .dropdown-toggle::after{
    display: none;
}

.header-home .navbar-light .navbar-toggler {
    border-radius: 0;
    border: 2px solid #00000096;
}


.global-hd{
    display: none;
}

.home-hd{
    position: relative;
    z-index: 999;
}



.home-banner {
    margin-top: -160px;
}



.trophy{
    width: 100%;
}



.register-form-box{
    background-image: url(../images/blue-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #cccccc;
    background-position: center;
    padding: 80px 60px;
}


.register-form-box a {
    font-family: "Poppins", sans-serif;
    color: #ffffff;
    background: #ffffff00;
    border: 2px solid #ffffff;
    border-radius: 0;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: 600;
    margin-left: 15px;
    
}


.register-form-box a:hover {
    text-decoration: none;
    background-color: #007bff;
}


.register-form-box p {
    color: #fff;
    font-size: 20px;
    margin: 15px;
}


.video-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-box {
    margin-top: 50px;
    padding: 0 50px;
}

/* .home-banner {
    background-image: url(../images/banner-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #cccccc;
    margin-top: -160px;
    background-position: center;
    padding: 280px 0px 400px 0px;
} 

h3.home-banner-heading-sm {
    color: #fff;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 400;
}


h1.home-banner-heading-g {
    color: #fff;
    font-size: 70px;
    text-transform: uppercase;
    font-weight: 800;
    background: -webkit-linear-gradient(#fec334, #f5b14c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.anniversary {
    width: 320px;
    margin-top: -50px;
    margin-left: 200px;
} */



/* Nav bar CSS */



.about-nfo-main {
    position: relative;
    z-index: 10;
}

.about-nfo {
    /* background: #3759b9 !important; */
    color: #fff;
    padding: 35px;
    margin: 50px 20px;
    border: 1px solid #fff;
    opacity: 0.9;
    background-image: linear-gradient(to right, #ec740f, #3c2376);
}


.heading-biggest {
    font-size: 55px;
    font-weight: 600;
    margin: 0;
    padding: 0;
}

.heading-big {
    font-size: 36px;
    font-weight: 600;
    margin: 0;
    padding: 0;
}


.heading-two{
    font-weight: 600;
    font-size: 28px;
    font-weight: 500;
}

.heading-three {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px;
}

.white-color {
    color: #fff;
    margin-bottom: 30px;
}

/* .para{
    font-weight: 300;
    line-height: 24px;
} */


.learn-more-btn {
    font-family: "Poppins", sans-serif;
    color: #fff;
    background: #67375e;
    border: 2px solid #fff;
    border-radius: 0;
    padding: 10px 30px;
    font-size: 20px;
    font-weight: 500;
}


.learn-more-btn:hover {
    color: #000;
    background: #fff;
    transition: .2s ease-in-out;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
}


.sponsers img {
    height: 140px;
}

.edition-gap {
    width: 100%;
    height: 380px;
    background-color: #ffffff00;
}

.edition {
    background-image: url(../images/entrance.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #cccccc;
    margin-top: -140px;
    background-position: center;
}


.edition-content {
    background: #ffffffe0;
    /* background: linear-gradient(90deg, #3c2376 0%, #ec740f 100%); */
    padding: 30px 60px;
}


.home-table{
    margin: 0 auto;

}


.home-table table{
    border: 2px solid #2a358f;
    margin: 0;
}

.home-table th{
    background: #4f2c6b;
    /* background: linear-gradient(90deg, #3c2376 0%, #ec740f 100%); */
    color: #fff;
    font-weight: 500;
    font-size: 17px;
    vertical-align: middle !important;
}

.home-table td{
    border: 2px solid;
    font-size: 20px;
}



.blue-sub-heading h3 {
    font-size: 22px;
}

/* .unique-nfo{
    margin-bottom: 30px;
} */


.unique-nfo img {
    width: 110px;
    margin-bottom: 20px;
}

.unique-nfo .icon-box {
    margin-bottom: 20px;
}

.unique-nfo .icon-box-small {
    padding: 0 90px;
}

.team-collage {
    padding: 100px 0px;
}

.team-collage-container {
    border-image: linear-gradient(to right, #3c2376 0%, #ec740f 100%) 1;
    border-width: 15px 0 0 0;
    border-style: solid;
}

.team-collage img{
    object-fit: cover;
    width:100%; 
    height:100%;
}

.explore-nfo {
    padding: 100px 40px;
}

.explore-nfo h3 {
    font-size: 24px;
    font-weight: 500;
}

/* .explore-nfo .image-box {
    border-radius: 50px;
    width: 100%;
    height: 250px;
    background: rgb(1, 171, 236);
    background: linear-gradient(90deg, rgba(1, 171, 236, 1) 0%, rgba(45, 52, 148, 1) 100%);
    justify-content: center;
    align-items: center;
    display: flex;  
} */




.explore-nfo .image-box {
    border-radius: 50px;
    width: 100%;
    height: 215px;
    /* background: 
        linear-gradient(90deg, rgba(1, 171, 236, 1) 0%, rgba(45, 52, 148, 1) 100%), 
        url(../images/circle-bg.png);
    background-size: cover; 
    background-position: center; 
    background-blend-mode: overlay; 
    justify-content: center;
    align-items: center;
    display: flex;   */
}





/* .explore-nfo .image-box > img {
    width: 150px;
} */

/* .explore-nfo .winner-image{
    background-image: url(../images/award-winner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
} */

.explore-nfo .image-box > img {
    border-radius: inherit;
    width: 100%;
    height: 100%;
}




/* program-overview */


.program-overview {
    background: #3c2376;
    background: linear-gradient(90deg, #3c2376 0%, #ec740f 100%);
    padding: 65px;
    color: #fff;
}


.program-overview .left-side-box {
    max-width: 60%;
}


.program-overview .right-side-box {
    padding-left: 25px;
}


.bullet-lists ul li {
    list-style-type: none;
    font-size: 18px;
}

.bullet-lists .bullet-point {
    line-height: 30px;
    margin-bottom: 16px;
}

.bullet-lists .bullet-point > span {
    font-weight: 600;
}


.grand-finale {
    background: #3c2376;
    background: linear-gradient(90deg, #3c2376 0%, #ec740f 100%);
    padding: 60px;
}

.heading-white h2{
    color: #fff !important;
    margin-bottom: 30px !important;
}


.grand-finale-row {
    margin-bottom: 60px;
}


.grand-finale-box-inner {
    background: #fff;
    min-height: 550px;
    padding: 35px 40px;
    border-radius: 50px;
}



.grand-finale .heading-two{
    font-size: 26px;
}

.grand-finale ul li{
    font-size: 17px;
}

/* .grand-finale ul.inner-list {
    margin-left: 20px;
} */




.eligibility-list {
    background: #fff;
    color: #000;
    padding: 60px;
}

.program-overview-table td{
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
}

.program-overview-table td {
    font-weight: 500;
    font-size: 18px;
    padding: 8px 18px;
}


.unique-nfo-list {
    padding-left: 230px;
}

.qualifing-table th{
    border: 1px solid #fff;
}

.contact ul li{
    list-style-type: none;
}


.participant_table {
    text-align: center !important;
    border-collapse: separate;
    border-spacing: 10px;
}

.participant_table tr td {
    vertical-align: middle;
    width: 200px;
    border: 1px solid #c6c6c6;
}


.participant_table tr td img{
    width: 170px !important;
}

/* FAQS */


.card {
    margin-bottom: 20px;
    background: #ffffff;
    border-radius: 0;
    border: none;
}

.card .btn {
    color: #000;
    font-weight: 500;
    font-size: 17px;
}


.card .btn:focus{
    box-shadow: none;
}

.card-header {
    background-color: #fbfbfb;
}



i.fa.fa-plus,
i.fa.fa-minus {
    background: black;
    padding: 4px 5px;
    border-radius: 50px;
    color: #fff;
    font-size: 10px;
}

.form-container{
    background-color: #fff;
}




.iframe-container {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  
  .responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }



.registration-live {
    background: rgb(1, 171, 236);
    background: linear-gradient(90deg, rgba(1, 171, 236, 1) 0%, rgba(45, 52, 148, 1) 100%);
    color: #fff;
    padding: 17px 0;
}

.registration-live .registration-live-btn {
    margin: 0px 0 15px 0;
}

.registration-live-btn h2 {
    color: #fff;
    font-weight: 400;
    margin-bottom: 28px;
}

.registration-live .registration-live-btn a {
    font-size: 22px;
    color: #fff !important;
    font-weight: 700;
    border: 2px solid;
    padding: 5px 10px;
}

.registration-live .registration-live-btn a:hover {
    text-decoration: none;
    background-color: #fff;
    color: #000 !important;
    border: none;
    padding: 10px 20px;
    transition: 0.2s ease-in-out;
}

.registration-live h3 {
    font-size: 20px;
}

.footer {
    font-size: 20px;
    background: rgb(1, 171, 236);
    background: linear-gradient(90deg, #ec740f 0%, #3c2376 100%);
    color: #fff;
    padding: 20px;
    margin: 0;
}


.footer-upper-inner {
    /* border-bottom: 5px solid #1f1d6d; */
}



/* counter css */

.counter-section {
    text-align: center;
    color: #ec740f;
    font-family: Arial, sans-serif;
}
.counter-section .counter-box {
    font-size: 55px;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
.counter-section .counter {
    /* background-color: #3759b9; */
    background-image: linear-gradient(to right, #ec740f,#3c2376);
    color: #fff;
    padding: 0 10px;
    border-radius: 5px;
}
.counter-section .label {
    font-size: 22px;
    margin-top: 5px;
    font-weight: 600;
    margin: 10px 0;
}
.divider {
    width: 1px;
    height: 105px;
    background-color: #2e3192;
    margin: 0 20px;
}

/* Media Queries */

@media screen and (max-width: 1200px) and (min-width: 992px){

    .header-box {
        max-width: 100%;
        padding: 0 10px;
    }

    .logo {
        max-width: 20%;
    }

    .menu-box {
        max-width: 80%;
    }

    .logo img {
        width: 180px;
    }

    .header-home{
        padding: 20px 10px;
    }

    .register-now-btn-home a{
        font-size: 15px;
    }





}



@media screen and (max-width: 1200px) and (min-width: 320px){

    /* .grand-finale-box-inner{
        height: auto;
    } */


}



@media screen and (max-width: 1095px) and (min-width: 992px){


    .navbar .nav-item a{
        font-size: 12px;
    }



}



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

    .header-box {
        max-width: 100%;
        padding: 10px;
    }

    .navbar #navbarNavDropdown {
        width: 100%;
        position: absolute;
        top: 96px;
        z-index: 1000;
    }


    .register-now-btn {
        display: none !important;
    }

    .register-now-btn-home {
        display: none !important;
    }

    .navbar-light .navbar-toggler {
        margin-top: 30px;
    }

    .logo img {
        width: 180px;
    }

    .about-nfo{
        margin: 50px 0px;
    }

    .w-75{
        width: 100% !important;
    }


    /* .sponsers {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin: 0 auto!important;
    }

    .sponsers-inner {
        padding-left: 0 !important;
        padding-right: 0 !important;
    } */
    
    .sponsers img {
        margin-bottom: 40px;
    }

    .edition-content {
        padding: 20px 15px;
    }

    .registration-live{
        padding: 17px 10px;
    }


    .heading-biggest{
        font-size: 30px;
    }
    .heading-big,
    .heading-two,
    .heading-three{
        font-size:24px;
    }

    .explore-nfo {
        padding: 40px 30px;
    }

    .explore-nfo .image-box{
        height: 230px !important;
    }

    .explore-nfo h3 {
        margin: 0 0 20px 0;
    }
    

    p{
        font-size: 16px;
    }

    .bullet-lists ul li {
        font-size: 16px;
    }

    .upper-lower-gap {
        padding: 40px 20px;
    }

    .team-collage {
        padding: 40px 0px;
    }


    .card .btn {
        font-size: 16px;
    }

    .unique-nfo-list {
        padding-left: 0px;
    }

    .grand-finale .sides{
        display: none;
    }

    .grand-finale-box-full{
        flex: 0 0 100%;
        max-width: 100%;
    }


    .grand-finale-box-inner-upper {
        margin-bottom: 60px;
    }

    .unique-nfo img {
        margin-top: 30px;
    }

    .unique-nfo h3{
        font-size: 20px;
    }


    .unique-nfo .icon-box {
        margin-bottom: 0px;
    }
    
    .unique-nfo .icon-box-small {
        padding: 0px;
    }

    .iframe-container {
        margin-bottom: 20px;
    }

    .eligibility-list {
        margin-top: 20px;
    }

    .gap {
        margin-bottom: 40px;
    }

    .reponsive-reg-btn{
        display: block !important;
    }

    .reponsive-reg-btn-home{
        display: block !important;
    }


    /* .container, .row, .col {
        margin-right: 0 !important;
        padding-right: 0 !important;
    } */


    .home-hd{
        display: none !important;
    }

    .global-hd{
        display: block !important;
    }

    .home-banner{
        margin-top: 0;
    }

    .divider {
        display: none !important;
    }

    .counter-section .counter-box{
        font-size: 40px;
    }
    



}





@media (max-width: 1080px) and (min-width: 320px) {

    .left-side-box, .right-side-box {
      flex: 0 0 100% !important; /* Ensure both columns take 100% width */
      max-width: 100% !important; /* Ensure maximum width is 100% */
    }
    .right-side-box{
        margin-top: 20px !important;
        padding-left: 0 !important;
    }

    .program-overview-banner{
        padding: 30px 20px;
    }

    .program-overview .right-side-box {
        padding-left: 20px !important;
    }

  }




  @media (max-width: 1300px) and (min-width: 1201px) {

    .logo img {
        width: 190px;
    }

  }




@media screen and (min-width: 992px){


    .embed-responsive {
        width: 45%;
        margin: 0 auto;
    }

}


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


    .logo {
        max-width: 50%;
    }

    .menu-box {
        max-width: 50%;
    }


    .eligibility-list {
        padding: 20px;
    }


}
