*, html{
    scroll-behavior: smooth;
}
.header{
    transition: 0.6s all ease-in-out;
    position: sticky;
    top: 0px;
    z-index: 1000;
    background: #fff;
}
.header .brand-logo {
    width: 173px;
    height: 58px;
}

.menu {
    margin-bottom: 7px;
    cursor: pointer;
}

.menu-icon-container {
    width: 46px;
    height: 46px;
    border-radius: 50px;
    background: var(--light-gray);
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu .menu-icon-container .fa-bars {
    font-size: 21px;
    color: var(--light-black);
}

.menu .menu-list .list{
    margin-right: 20px;
}
.menu .menu-list .list, .menu .menu-list .list a {
    color: var(--primary);
    font-family: "Inter-600";
    font-size: 15.5px;
    text-decoration: none;
}
.menu .menu-list .list:hover a{
    color: rgba(0, 0, 0, 0.40);
}
.slider-inner-container {
    background: url("/assets/img/texture-7@2x.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    overflow-x: hidden;
}

.slider-inner-container .slider-item{
    position: relative;
}
.slider-inner-container .overlay {
    position: absolute;
    background: rgba(0, 0, 0, 0.7);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.slider-inner-container .slider-img{
    height: 100vh !important;
    object-fit: cover;
}
.slider-inner-container .slider-content {
    position: absolute;
    top: 0;
    z-index: 100;
    color: #fff;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    left: 0;
    right: 0;
    bottom: 0;
}

.slider-inner-container .slider-content h1 {
    color: #fff;
    font-family: "Shojumaru";
    font-size: 35px;
    font-weight: 400;
    text-align: center;
}
.slider-inner-container .slider-content .sub{
    color: #FFF;
    font-family: "Sora-Light";
    font-size: 16.227px;
    text-align: center;
}

.slider-inner-container .carousel-control-next,
.slider-inner-container .carousel-control-prev{
    z-index: 100;
}
.showcase {
    background: url("/assets/img/texture-7@2x.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.showcase-header {
    position: relative;
}

.showcase-header img {
    width: 42px;
    position: absolute;
}

.showcase-header img:first-child {
    left: 0;
}

.showcase-header img:last-child {
    right: 0;
}

.showcase-header-middle {
    border-radius: 75.953px;
    background: linear-gradient(90deg, #FFF 0%, #ECECEC 48%, #FFF 100%);
    margin: 0px 5px;
}

.showcase-header-middle-typo {
    background: linear-gradient(90deg, #00A2D2 0%, #00536C 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Sora-Regular";
    font-size: 0.85rem;
    padding: 10px 10px;
}

.showcase-col-2-typo {
    color: #000;
    font-family: "Shojumaru";
    font-size: 46.424px;
    font-weight: 400;
}

.showcase-col-2-typo2 {
    display: flex;
    justify-content: end;
}

.showcase-col-2-1-container img {
    width: 60px;
    height: 60px;
}

.showcase-description-typo {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.45);
    font-family: "Sora-Regular";
}

.custom-button {
    border-radius: 10px;
    background: linear-gradient(90deg, #00A2D2 0%, #0390BA 100%);
    display: inline-flex;
    padding: 11px 30px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: 0;
}

.custom-button-outline {
    border: 0.989px solid rgba(0, 0, 0, 0.35);
    background: transparent;
}

.custom-button-typo {
    color: #fff !important;
    font-size: 17px;
    font-family: "Sora-Regular";
    text-decoration: none;

}
.custom-button-typo-outline {
    color: rgba(0, 0, 0, 0.67) !important;
}

.ripple {
    position: relative;
    overflow: hidden;
}

.ripple:before {
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.6);
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
}
.ripple2:before {
    background-color: var(--primary) !important;
}

.ripple-active:before {
    transition: all 0.5s ease-out;
    opacity: 0;
    width: 160px;
    height: 160px;
    margin-top: -80px;
    margin-left: -80px;
}

.showcase-col-3-typo {
    color: #000;
    font-family: "Shojumaru";
    font-size: 24.5px;
    text-align: center;
}

.slider-inner-container .slider-img img {
    width: 100%;
}

.countdown-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 5px;
    overflow-x: hidden !important;
}

.countdown-pinner {
    margin-top: -1.5em;
    width: 30px;
}

.countdown-box-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 10px;
}

.countdown-box-container:nth-child(3) {
    margin-right: 0px;
}

.countdown-box-inner-container {
    position: relative;
    justify-content: center;
    align-items: center;
    display: flex;
}

.countdown-box {
    color: var(--primary);
    font-family: "Digital-Numbers";
    font-size: 28px;
    font-style: normal;
    padding: 2px 5px;
    border-radius: 5px;
    border: 0.142px solid rgb(225, 222, 222);
    background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.10) 100%);
    margin-right: 2px;
}

.set-1 {
    margin-right: 0px;
}

.countdown-sub-typo {
    color: var(--primary);
    font-family: "Poppins";
    font-size: 17px;
    text-transform: uppercase;
    margin-top: 5px;
}

.recent-participant {
    margin-right: 10px;
}

.recent-participant img {
    width: 46px;
    aspect-ratio: 1;
    border-radius: 50px;
    border: 3.5px solid #fff;
}

.recent-participant img:nth-child(2) {
    margin-left: -15px;
}

.recent-participant img:nth-child(3) {
    margin-left: -15px;
}

.recent-participant img:nth-child(4) {
    margin-left: -15px;
}

.participant-stats {
    max-width: 50%;
    color: rgba(0, 0, 0, 0.67);
    font-family: "Sora-Regular";
    font-size: 16px;
    text-align: center;
}

.eko-for-code {
    position: relative;
}


.eko-for-code img {
    width: 45px;
    position: absolute;
}

.eko-for-code img:nth-child(1) {
    left: 0;
}

.eko-for-code img:last-child {
    right: 0;
}

.eko-for-code-typo {
    color: rgba(0, 0, 0, 0.09);
    text-align: center;
    font-family: "Sora-SemiBold";
    font-size: 1.9rem;
    text-transform: uppercase;
}

section{
    overflow-x: hidden;
}

section h3 {
    color: #000;
    font-family: "Shojumaru";
    font-size: 24px;
    text-align: center;
    margin-bottom: 10px;
}

.partners {
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow-x: hidden;
}

.partner-card img {
    width: 100%;
    object-fit: contain;
    transition: 0.3s all ease-in-out;
}

.partner-card:hover img {
    filter: none;
    transform: scale(1.2);
}

.eko-bridge {
    position: absolute;
    top: 0px;
    bottom: 0px;
    align-content: center;
}

.eko-bridge img {
    width: 264px;
    height: 296px;
}

.strategic-content{
    background-color: var(--primary);
    border-radius: 25px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    position: relative;
}
.strategic-inner-content{
    min-height: 300px;
}
.strategic-content > img {
    height: 50px;
    position: absolute;
    top: -8px;
    left: -11px;
}
.strategic-inner-content .content{
    font-family: "Sora-Regular";
    text-align: center;
    font-size: 16px;
}

.strategic-content .eko-for-code-2-typo, .footer .eko-for-code2 .eko-for-code-2-typo{
    color: rgba(255, 255, 255, 0.46);
    text-align: center;
    font-family: "Sora-SemiBold";
    font-size: 25px;
}

.strategic-content .eko-for-code2 img, .footer .eko-for-code2 img {
    width: 42px;
    height: 7px;
}

.who-benefits .accordion-item{
    border-radius: 10.49px !important;
    border: 1.499px solid rgba(0, 0, 0, 0.04) !important;
    margin-bottom: 15px;
}

.who-benefits .accordion-header h5{
    color: rgba(0, 0, 0, 0.46);
    font-family: "Inter-400";
    font-size: 18.871px;
    margin-top: 8px;
    margin-left: 4px;
}

.accordion-item .accordion-active {
    background-color: var(--primary);
    border-radius: 10.49px !important;
}

.who-benefits .accordion-active h5{
    color: #fff;
}

.who-benefits .chevron-container {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 1px solid gainsboro;
    align-content: center;
    justify-content: center;
    align-items: center;
    display: flex;
    margin-left: auto;
    margin-right: 5px;
    margin-top: 2px;
}

.who-benefits .chevron-container .fa{
    color: rgba(0, 0, 0, 0.46);
    font-size: 15px;
    transition: 1s all ease-in-out;
}

.who-benefits .chevron-container.icon-active .fa{
    transform: rotate(270deg);
    color: #fff;
}

.blog-container .blog{
    transition: 0.5s all ease-in-out;
}
.blog-container .blog:hover{
    transform: scale(1.02);
}

.blog-container-inner a{
    text-decoration: none;
}

.blog-container-inner .card-img-top {
    height: 236px;
    object-fit: cover;
    border-radius: 15px;
}

.blog-container-inner .card-title{
    font-family: "Inter-600";
    font-size: 17px;  
    color: #000;
}

.blog-container-inner .meta, .blog-container-inner .card-text{
    color: rgba(0, 0, 0, 0.62);
    font-family: "Inter-400";
    font-size: 14px;
}
.blog-container-inner .card-text a{
    color: var(--primary);
    text-decoration: none;
}
.blog-container-inner .meta span{
    margin-right: 10px;
}

.blog-container-inner {
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    /* For smooth scrolling on iOS */
    scroll-snap-type: x mandatory;
    /* Optional: for snap scrolling */
}

.blog {
    flex: 0 0 auto;
    scroll-snap-align: start;
    margin-right: 5px;
}

.blog-container-inner::-webkit-scrollbar {
    display: none;
    /* Hide scrollbar for Chrome, Safari, and Opera */
}

.blog .card {
    width: 310px;
}

.event-container-inner .card-img-top{
    border-radius: 25px 25px 0px 0px;
}
.event-container-inner .countdown-box{
    font-size: 14px;
}

.event-container-inner .countdown-sub-typo{
    font-size: 13px;
}
.event-container-inner .event-date{
    color: rgba(0, 0, 0, 0.62);
    font-family: "Inter-400";
    font-size: 15px;
}
.event-container-inner .event-name{
    color: #000;
    font-family: "Inter-600";
    font-size: 17px;
    letter-spacing: 1px;
}

.event-container-inner .event-status-typo{
    border-radius: 29.498px;
    background: rgba(217, 51, 51, 0.17);
    padding: 5px 15px;
    text-align: center;
    color: #D93333;
    font-family: "Inter-400";
    font-size: 15px;
    margin: 0px 5px;
}
.event-container-inner .event-status img{
    width: 35px;
}

.footer{
    background: var(--primary);
    position: relative;
}

.footer .footer-inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer .logo-wrapper{
    border-radius: 34.5px;
    background: #FFF;
}

.footer .brand-logo {
    width: 173px;
    height: 58px;
    padding: 10px;
    object-fit: contain;
}
.footer .menu-list{
    display: flex;
    align-items: center;
}
.footer .menu-list .list{
    margin-right: 20px;
}

.footer .menu-list a{
    text-decoration: none;
    color: #FFF;
    font-family: "Inter-600";
    font-size: 15px;
}
.footer .credit{
    color: #FFF;
    text-align: center;
    font-family: "Inter-300";
    font-size: 15.629px;
}

.social{
    display: flex;
    justify-content: center;
}
.social a{
    padding: 10px;   
    width: 35px;
    height: 35px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    margin-right: 10px;
    transition: 0.5s all ease-in-out;
}
.social a:hover{
    border-radius: 50%;
}
.social a.facebook{
    background-color: #1877F2;
}
.social a.twitter{
    background-color: #000;
}
.social a.instagram{
    background-color: #C13584;
}
.social a.linkedin{
    background-color: #0077B5;
}
.social a.youtube{
    background-color: #FF0000;
}

.social .fa-brands {
    font-size: 20px;
    color: #fff;
}

.header-menu .modal-content {
    border-radius: 10px;
    align-self: flex-end;
}

.mobile-menu-container .menu-list{
    height: 54px;
    border-radius: 11px;
    background: rgba(0, 0, 0, 0.04);
    margin-bottom: 10px;
    cursor: pointer;
    transition: 0.5s all ease-in-out;
}

.mobile-menu-container a{
    text-decoration: none;
}

.mobile-menu-container .menu-list .title{
    color: rgba(0, 0, 0, 0.62);
    font-family: "Poppins";
    font-size: 19.239px;
}
.close-mobile-menu{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
    cursor: pointer;
}
.close-mobile-menu-inner{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--primary);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
}
.close-mobile-menu .fa-solid{
    color: #fff;
    font-size: 19px;
}
.menu-active {
    background: var(--primary) !important;
}

.menu-active .title,
.menu-active .fa-solid, .mobile-menu-container .menu-list:hover .fa-solid, .mobile-menu-container .menu-list:hover .title{
    color: #fff !important;
}

.mobile-menu-container .menu-list:hover {
    background: var(--primary);
}

.not-found{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: center;
}
.not-found p{
    font-size: 17px;
    color: #000;
    font-family: "Sora-Regular";
    text-align: center;
}
.loader{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: red;
}
.sponsors {
    width: 350px !important;
    flex: 0 0 auto;
    scroll-snap-align: start;
    margin-right: 5px;
}

.sponsors-img {
    height: 300px !important;
}
.participate-content {
    z-index: 1;
    width: 100%;
}
.form-progress{
    position: relative;
}
.form-inner-progress{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid var(--primary);
    display: flex;
    justify-content: center;
    align-items: center;
}
.form-inner-inner-progress{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color:  var(--primary); /* Inactive COlor: #00A2D259 */
}
.form-progress-line{
    height: 3px;
    width: 100%;
    border-radius: 2.805px;
    background: linear-gradient(90deg, #00A2D2 0%, rgba(58, 185, 222, 0.22) 100%);
    position: absolute;
  right: -3.8rem;
}
.success-img-wrapper{
    position: relative;
}
.success-img-wrapper .success-img {
    position: absolute;
    width: 115px;
    height: 115px;
    margin-left: -4rem;
    margin-top: -45px;
}

.success-text{
    color: rgba(0, 0, 0, 0.51);
    text-align: center;
    font-family: "Inter-400";
    font-size: 15.235px;
    max-width: 500px;
}

.form-control::placeholder {
    color: rgba(231, 6, 91, 0.75);

    opacity: 1;

}

.form-control::placeholder {
    color: var(--bs-secondary-color);
}

.form-control:focus{
    box-shadow: none !important;
    border-width: 2px !important;
    border-color: var(--primary) !important;
}



/* MEDIA QUERIES */
@media only screen and (min-width: 768px) {
    
    .sub-container{
        width: 50%;
    }
    .eko-for-code-typo {
        font-size: 2.5rem;
    }

    .showcase-header img {
        position: relative;
    }

    .eko-for-code img {
        position: relative;
    }

    .showcase-col-2-typo2 {
        display: flex;
        justify-content: center;
    }

    .showcase-col-2-1-container {
        justify-content: center;
    }

    .partners-inner-container {
        width: 50%;
    }

    .showcase-col-3-typo {
        font-size: 42px;
    }
    .hackaton-itself{
        
        overflow-x: hidden;
    }
    .hackaton-itself .showcase-description-typo {
        width: 50%;
    }

    .eko-for-code-grouped {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    .showcase-col-2-1-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .strategic-inner-content{
        width: 50%;
    }
    .strategic-content .eko-for-code-2-typo{
        font-size: 30px;
    }

    .strategic-content .eko-for-code2{
        transform: rotate(-90deg);
        position: absolute;
    }
    .footer .for-desktop{
        justify-content: center;
    }
    .not-found{
        width: 50%;
    }
    .competition-content-container{
        width: 70%;
    }
    .participate-content{
        width: 70%;
    }
    .form-progress-title{
        width: 50%;
    }
}

/* Sponsors Section */
.sponsors-section {
    background-color: #f9f9f9;
    position: relative;
    overflow: hidden;
}

.sponsors-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    margin: 0 auto;
    max-width: 1200px;
}

.sponsor-card {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    position: relative;
}

.sponsor-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 162, 210, 0.15);
}

.sponsor-image-container {
    position: relative;
    height: 250px;
    overflow: hidden;
}

.sponsor-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    transition: transform 0.5s ease;
}

.sponsor-card:hover .sponsor-image {
    transform: scale(1.05);
}

.sponsor-badge {
    position: absolute;
    bottom: -5px;
    right: 20px;
    background: white;
    padding: 10px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    width: 100px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.company-logo {
    max-width: 80px;
    max-height: 40px;
    object-fit: contain;
}

.sponsor-info {
    padding: 2rem 1.5rem 1.5rem;
    text-align: center;
}

.sponsor-name {
    color: var(--light-black);
    font-family: "Inter-600";
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}

.sponsor-title {
    color: var(--primary);
    font-family: "Inter-400";
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.sponsor-quote {
    color: rgba(0, 0, 0, 0.6);
    font-family: "Sora-Regular";
    font-size: 0.85rem;
    font-style: italic;
    line-height: 1.4;
}

/* Responsive Styles */
@media (max-width: 992px) {
    .sponsors-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Media query for mobile devices */
@media (max-width: 768px) {

    .slider-inner-container .carousel-control-next,.slider-inner-container .carousel-control-prev {
        display: none;
    }
    

    .sponsors-grid {
        grid-template-columns: 1fr;
        max-width: 400px;
    }
    
    .sponsor-card {
        margin-bottom: 2rem;
    }

    .sponsor-image-container{
        height: 400px;
    }

    .blog-container-inner {
        flex-direction: row;
        gap: 1rem;
    }

    .blog-container-inner::-webkit-scrollbar {
        display: none;
        /* Hide scrollbar for Chrome, Safari, and Opera */
    }

    .blog-container-inner {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .footer .footer-inner{
        flex-direction: column;
    }

    .footer .menu-list{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 20px;
    }
    .footer .menu-list .list{
        margin-top: 10px;
        margin-right: 0px;
    }
    .footer .eko-for-code2{
        transform: rotate(-90deg);
        position: absolute;
        top: 50%;
    }
    
}