*, ::after, ::before {box-sizing:border-box;}
@font-face {
    font-family: 'JetBrains Mono';
    src: url('../fonts/JetBrainsMono-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap; /* Optional: ensures text remains visible during webfont load */
}
body {margin:0;padding:0;font-family:'JetBrains Mono', Arial, sans-serif;font-optical-sizing:auto;font-style:normal;font-weight:normal;color:#FFF;font-size:14px;overflow-x:hidden;}
a {text-decoration:none;color:#000;cursor:pointer;}
a:hover{text-decoration:none}
.container {width:100%;max-width:100%;padding:0;overflow-x:hidden;position: relative;}
.container-in {width:95%;max-width:1920px;margin:0 auto;}
.mbifl-btn{width:30vw;height:6.5vw;right:40%;position: fixed;top: 1.5%;transform: translateX(50%);max-width: 525px;font-size: 2.4vw;font-weight: 800;line-height: normal;background: url("../images-2026/buttonbg1.png") no-repeat center center;background-size: contain;border: none;color: white;cursor: pointer;z-index: 1001;display: flex;align-items: center;justify-content: center;margin: 0 auto;display:none !important;}
header{padding:0.5% 0;background: linear-gradient(270deg, #4A49ED 12.08%, #9C0B7F 40.78%, #FF3619 69.48%);
display: flex;align-items: center;justify-content: center;min-height: 88px}
.header{display: flex;align-items: center;justify-content: space-between;padding:0.5% 0;max-height:170px}
/* Show/hide videos based on screen size */
.desktop-video,.logos-d {
    display: block;
}
.mobile-video,.logos-m {
    display: none;
}
.logos-d{width:35%;max-width:690px;display: flex;align-items: center;justify-content:flex-start;gap:15%}
.logos-d .logo{width:25.8%;max-width:178px}
.logos-d .logo img{width:100%}
.logos-d .logo-text{width:55%;max-width:390px}
/* Video container styles */
.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    /*overflow: hidden;*/
}

.video-container video {
    position: absolute;
    top: 2.5%;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.marq1{width:100%;display: flex;align-items: center;justify-content: center;position: relative}
.marq1-left{min-height: 120px;width:25%;background: linear-gradient(90deg, #FF7A4E 38.46%, #B760BE 62.98%, #855BE6 85.58%);display: flex;align-items: center;justify-content: center;}
.marq1-left img {
    width: 90.5%;
    max-width: 355px;
}
.marq1-right {
    background: linear-gradient(90deg, #FFBC00 38.46%, #B760BE 62.98%, #0028FF 85.58%);
    min-height: 120px;
    width: 80%;
    color: #FFF;
    font-size: 100px;
    font-weight: 700;
    line-height: 100px;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    display: flex;
    align-items: center;
}
.marquee-text {
    position: absolute;
    left: 0;
    white-space: nowrap;
    margin: 0;
    line-height: 100px;
    font-size: 100px;
    font-weight: 700;
    color: #FFF;
    transform: translateX(0);
    will-change: transform;
}
@keyframes marquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}
.marquee-text, .marquee-text2, .marquee-text3, .marquee-text4 {
    padding-left: 10%;
}
.marquee-text {
    animation: marquee 90s linear infinite;
}
.marquee-text2 {
    animation: marquee 140s linear infinite;
}
.marquee-text3 {
    animation: marquee 190s linear infinite;
}
.marquee-text4 {
    animation: marquee 240s linear infinite;
}
.marq2{background: linear-gradient(90deg, #0028FF 14.42%, #B760BE 37.02%, #FFBC00 61.54%);width:100%;min-height: 120px;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    display: flex;
    align-items: center;}
.home-about{color: #FFF;background:url("../images-2026/aboutVector.png") no-repeat top center #FF8000;width:100%;min-height:400px;
display: flex;padding: 6% 0}
.home-about-in{display: flex;align-items:flex-start;justify-content: center;gap:5%}
.about-left{width:45%;display: flex; align-items: flex-start; justify-content: center;flex-direction: column;gap:5%;}
.about-right{width:65%;}
.home-about h1{letter-spacing: 10px;margin: 0;
    font-size: 110px;
    font-weight: 800;
    line-height: 100px; }
.home-about p{color: #FFF;margin: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;}
.home-about b{
    color: #FFF;
    font-size: 40px;
    font-weight: 700;
    line-height: 32px;
}
.loc-date-b{color: #FFF;background:url("../images-2026/Vector3.png") no-repeat bottom center #FF8000;width:100%;min-height:300px;
display: flex;align-items: center;flex-direction: column;justify-content: center;font-size: 73px;font-weight: 700;line-height: normal;letter-spacing:normal}
.loc-date-b div{width:100%;max-width:1315px;color: #FFF;
    display: flex;align-items: center;justify-content: space-between;
}
footer {
    background: url("../images-2026/footer.png") no-repeat top center #FF3C00;
    background-size: contain;  /* This makes the width 100% and height auto */
    width: 100%;
    min-height: 0;  /* Remove fixed min-height */
    padding: 21.9% 0;  /* Adjust this percentage based on your image's aspect ratio */
    position: relative;
    overflow: hidden;display: flex;align-items: center;justify-content: space-evenly;
    max-height: 300px;
}
footer .socialIcons{background: #FFF;border-radius: 50%;width: 72px;height: 72px;display: flex;align-items: center;justify-content: center;margin: 0 10px;cursor: pointer;}
.social_container{width:25%;display: flex;align-items: center;justify-content: space-evenly;}
.f-logo{width:17.55%;max-width: 290px;}
/* Ensure iframe is responsive */
.mbifl-loc {
    width: 100%;
    height: 400px;
    border: 0;
}
.header-fix{position:fixed !important;min-height:auto;top:0;left:0;width:100%;z-index:1000}
.header-fix .header{max-height:min-content}
.header-fix .logos-d,.header-fix .sch-links,.header-fix .logos-m .logo-text{display: none}
.header-fix .logos-m{display: block}

/* Responsive Styles */
@media screen and (max-width: 1600px) {
    .logos-d .logo {
        width: 25%;
    }
    .logos-d .logo-text {
        width: 50%;
    }
/*    .home-about h1 {
        font-size: 160px;
        line-height: 160px;
    }*/
/*    .home-about p {
        font-size: 16px;
        line-height: 16px;
    }*/
    .home-about b {
        font-size: 30px;
        line-height: 30px;
    }
    .loc-date-b {
        font-size: 45px;
    }
    .loc-date-b div {
        width:90%;
        max-width: 811px;
    }
    .loc-date-b div:first-child {
        justify-content: center;
    }
    footer{padding: 21% 0;}
}

@media screen and (max-width: 1200px) {
/*    .mbifl-btn {
        font-size: 36px;
        height: 60px;
    }*/
/*    .home-about h1 {
        font-size: 140px;
        line-height: 150px;
    }*/
    .home-about h1 {
        font-size: 74px;
        line-height: 67px;
    }
    .home-about p {
        font-size: 11px;
        line-height: 15px;
    }
    .home-about p, .home-about b {
        text-align: left;
    }
    .marquee-text, .marquee-text2, .marquee-text3, .marquee-text4 {
        font-size: 60px;
        line-height: 80px;
    }
    .marq1-right, .marq1-left, .marq2 {
        min-height: 80px;
    }
    .loc-date-b {
        min-height:170px;
    }
}

@media screen and (max-width: 992px) {
    .logos-d .logo {
        max-width: 150px;
    }
    .logos-d .logo-text {
        max-width: 250px;
    }
/*    .mbifl-btn {
        width: 45%;
        font-size: 28px;
        height: 50px;
    }*/
    .video-container video {
        top: 6%;
    }
/*    .home-about h1 {
        font-size: 120px;
        line-height: 140px;
    }*/
    .home-about b {
        font-size: 24px;
        line-height: 28px;
    }
    .loc-date-b {
        font-size: 30px;
    }
    .loc-date-b div {
        text-align: center;
    }
    .loc-date-b div{
        max-width: 540px;
    }
    footer .socialIcons{width: 40px;height: 40px}
    footer .socialIcons svg{width: 24px;height: 24px}
}

@media screen and (max-width: 768px) {
    header {
        min-height: 80px;
    }
    .logos-d .logo {
        width: 30%;
    }
    .video-container video {
        top: 6%;
    }
    .mbifl-btn {
        /*top: -100px;*/
        background-image: url("../images-2026/buttonbg2.png");
/*        max-width: 335px;
        font-size: 24px;
        height: 46px;*/
    }
    .marq1 {
        flex-direction: column;
    }
    .marq1-left{display: none}
    .marq1-right, .marq2 {
        width: 100%;
        min-height: 60px;
    }
    .marquee-text, .marquee-text2, .marquee-text3, .marquee-text4 {
        font-size: 40px;
        line-height: 60px;
    }
    .home-about {
        padding: 40px 0;
    }
    .home-about-in {
        flex-direction: column;
        gap: 30px;
    }
    .about-left, .about-right {width: 100%}
/*    .home-about h1 {
        font-size: 80px;
        line-height: 100px;
    }*/
/*    .home-about p {
        font-size: 12px;
        line-height: 18px;
    }*/
    .home-about b {
        font-size: 20px;
        line-height: 24px;
    }
    .loc-date-b {
        min-height: 130px;
        font-size: 24px;
    }
    .loc-date-b div{
        max-width: 433px;
    }
}
@media screen and (max-width: 575px) {
    .desktop-video, .logos-d {
        display: none;
    }
    .mobile-video, .logos-m {
        display: block;
    }
    .logos-m{width:60%;max-width:375px;display: flex;align-items: center;justify-content: flex-start;gap:30px}
    /* Adjust video container for mobile */
    .video-container {
        padding-bottom: 177.78%; /* 9:16 aspect ratio for vertical video */
    }
    .video-container video {
        top: 0;
    }
    header {
        min-height: 100px;
    }
    .mbifl-btn {
        position: fixed;
        top: auto;
        bottom: 20px;
        right: 50%;
        transform: translateX(50%);
        width: 80%;
        max-width: 300px;
        height: 50px;
        font-size: 24px;
    }
    .home-about-in {
        flex-direction: column;
        gap: 20px;
    }
    .home-about h1 {
        font-size: 74px;
        line-height: 67px;
    }
/*    .home-about p {
        font-size: 12px;
        line-height: 14px;
    }*/
    .home-about b {
        font-size: 20px;
        line-height: 14px;
    }
    .loc-date-b {
        min-height: 100px;
        font-size: 17px;
        line-height: normal;
    }
    .loc-date-b div{
        max-width: 306px;
    }
    .marq1-left, .marq2 {
        min-height: 48px;
    }
    .marquee-text, .marquee-text2, .marquee-text3, .marquee-text4 {
        font-size: 24px;
        line-height: 40px;
    }
    footer{background-image: url("../images-2026/footer-m.png")}
    footer .socialIcons{width: 24px;height: 24px}
    footer .socialIcons svg{width: 20px;height: 20px}
    .mbifl-loc {
        height: 187px;
    }
}
/* Improve button hover state */
.mbifl-btn:hover {
    opacity: 0.9;
    /*transform: scale(1.02);*/
    transition: all 0.3s ease;
}
/* Smooth animations */
* {
    transition: all 0.3s ease;
}


/* Hamburger Menu Styles */
.menu-btn {
    width:clamp(40px,3.2vw,50px);
    height:clamp(30px,2.5vw,40px);
    position: fixed;right:2.5%;
    z-index: 1001;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    /*background: linear-gradient(90deg, #AF55BA 36.46%, #2596D7 100%);*/
}
.menu-btn__lines,
.menu-btn__lines::before,
.menu-btn__lines::after {
    width: 30px;
    height: 3px;
    background-color: #fff;
    transition: all 0.3s ease;
}
.menu-btn__lines::before,
.menu-btn__lines::after {
    content: '';
    position: absolute;
}
.menu-btn__lines::before {
    transform: translateY(-8px);
}
.menu-btn__lines::after {
    transform: translateY(8px);
}
/* Menu Open State */
.menu-btn.open .menu-btn__lines {
    background: transparent;
}
.menu-btn.open .menu-btn__lines::before {
    transform: rotate(45deg);
}
.menu-btn.open .menu-btn__lines::after {
    transform: rotate(-45deg);
}
.menu-btn.open {
    position: fixed;
    right: 2.5%;
}
/* Main Navigation */
.main-nav {
    position: fixed;
    top: 0;
    right: -300px;
    width: 300px;
    height: 100vh;
    background: linear-gradient(0deg, #4A49ED 12.08%, #9C0B7F 40.78%, #FF3619 69.48%);
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 60px;
    transition: right 0.4s ease;
    z-index: 1000;
    overflow-y: auto;
}
.main-nav.active {
    right: 0;
}
.menu-items {
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: left;
    padding: 0 20px;
    list-style: none;
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.menu-item {
    color: white;
    text-decoration: none;
    padding: 12px 15px;
    display: block;
    transition: all 0.3s ease;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.menu-item:hover {
    /*color: #FFBC00;*/
}
/* Dropdown Menu */
.dropdown {
    position: relative;
}
.dropdown-menu {
    display: none;
    background: linear-gradient(0deg, #4A49ED 12.08%, #9C0B7F 40.78%, #FF3619 69.48%);
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    /*border-left: 3px solid #FFBC00;*/
    margin-left: 10px;
    width: 99%;
    position: absolute;
}
.dropdown:hover .dropdown-menu {
    display: block;
    max-height: 1000px;
}
.dropdown-menu .menu-item {
    padding: 10px 20px;
    white-space: nowrap;
}
.dropdown-menu .menu-item:hover {
    background: rgba(255, 255, 255, 0.1);
}
.arrow {
    display: inline-block;
    transition: transform 0.3s ease;
    margin-left: 5px;
}
.dropdown:hover .arrow {
    transform: rotate(90deg);
}
/* Responsive Styles */
@media (max-width: 993px) {
    .main-nav {
        right: -400px;
        /*width: 400px;*/
    }

    .menu-item {
        padding: 15px 20px;
        font-size: 18px;
    }
}
@media (max-width: 360px) {
    .main-nav {
        /*width: 100%;*/
    }
}
/* Add overlay for better focus */
.main-nav::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: rgba(0, 0, 0, 0.7);*/
    z-index: -1;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.main-nav.active::before {
    opacity: 1;
    pointer-events: auto;
}