﻿:root {
    --template-light-blue: #D4EFFF;
    --template-light-pink: #F6D7E6;
    --template-light-orange: #FFECD4;
    --template-light-purple: #F6E8FB;
    --template-light-peach: #FFE7E1;
    --template-light-yellowgreen: #EBF6D7;
    --template-light-green: #E3FFE3;
    --template-light-cyan: #E6FFF7;
}


.bg-template-light-blue {
    background-color: var(--template-light-blue) !important;
}
.bg-template-light-pink {
    background-color: var(--template-light-pink) !important;
}
.bg-template-light-orange {
    background-color: var(--template-light-orange) !important;
}
.bg-template-light-purple {
    background-color: var(--template-light-purple) !important;
}
.bg-template-light-peach {
    background-color: var(--template-light-peach) !important;
}
.bg-template-light-yellowgreen {
    background-color: var(--template-light-yellowgreen) !important;
}
.bg-template-light-green {
    background-color: var(--template-light-green) !important;
}
.bg-template-light-cyan {
    background-color: var(--template-light-cyan) !important;
}

.py-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.section-card-title {
    font-size: 72px;
}

.fw-900 {
    font-weight: 900 !important;
}

/*body {
    background-color: #0A0A0A;
    background-image: url('../img_web/landingpage.svg');
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;
    background-attachment: fixed;
}*/

.container-home {
    background-color: #0A0A0A;
    background-image: url('../img_web/landingpage.svg');
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

/*.navbar-wrapper {
    padding-top: 8px;
    padding-bottom: 8px;
}*/

.main-container {
    width: 100%;
}

.stats-text {
    color: #FFF;
    text-align: center;
    font-size: clamp(1.4rem, calc(0.3rem + 3vw), 4rem) !important;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    /*text-transform: capitalize;*/
    align-self: stretch;
    /*font-weight: 500 !important;
    font-size: clamp(1.2rem, calc(0.3rem + 3vw), 4rem) !important;
    line-height: 1.25 !important;
    text-align: center !important;
    margin: 0 auto !important;
    max-width: 80% !important;
    color: #FFFFFF !important;*/
}

    .stats-text p {
        /* Optimal line height (1.5 to 1.7) for readability, prevents lines from blending */
        line-height: 125%;
        /* Standard margin to separate paragraphs clearly */
        margin-top: 0;
        margin-bottom: 0;
        /* Ensure the font weight remains the default medium (500) */
        font-weight: 400;
    }

/*.stats-text.p {*/
/*    font-weight: 500 !important;
    font-size: clamp(1.2rem, calc(0.3rem + 3vw), 4rem) !important;
    line-height: 1.25 !important;
    text-align: center !important;
    margin: 0 auto !important;
    max-width: 80% !important;
    color: #FFFFFF !important;*/
/*}*/

.btn-custom {
    border-radius: 40px;
    border: 1px solid #9D296B;
    background-color: transparent;
    font-size: 1.1rem;
    color: white;
    padding: 0.8rem 1.5rem;
    cursor: pointer;
    line-height: 1.0;
    font-weight:400;
    transition: all 0.3s ease;
}

.btn-custom1 {
/*    background-color: transparent;
    font-size: 20px;
    color: #002632;
    cursor: pointer;
    transition: all 0.3s ease, font-size 0.3s ease;*/
    color: #002632;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 28px */
}

    .btn-custom1:hover {
        /*font-size: 22px;*/
        color: #9D296B;
    }

    .btn-landin {
        width: 111px;
        height: 40px;
        border-radius: 40px; /* 
        border: 1px solid white; */
        background-color: white;
        color: #9D296B;
        cursor: pointer;
        transition: all 0.3s ease;
    }

.btn-hero {
    margin-top: 60px;
}

.btn-highlights{
    width: 3rem;
}
    .btn-highlights:hover svg path {
        fill: rgba(255, 255, 255, 1);
        transition: fill ease 0.3s;
    }


.hover-box button,
.hover-box img {
    transition: all 0.3s ease-in-out;
}

/*  .hover-box button {
        border: 1px solid #9D296B;
    } */

.hover-box img {
    height: 20px;
}

.hover-box.hovering button {
    background-color: #9D296B;
    color: #FFFFFF;
    transform: scale(1);
}

.hover-box.hovering img {
    filter: brightness(0) invert(1);
    transform: rotate(45deg) scale(1);
}




.hover-box1 button,
.hover-box1 img {
    transition: all 0.3s ease-in-out;
}

/*  .hover-box button {
        border: 1px solid #9D296B;
    } */

.hover-box1 img {
    height: 23px;
}

.hover-box1.hovering button {
    color: #9D296B;
    transform: scale(1);
}

.hover-box1.hovering img {
    margin-left: 1px;
    filter: invert(28%) sepia(96%) saturate(3500%) hue-rotate(307deg) brightness(75%) contrast(110%);
    transform: rotate(45deg) scale(1.3);
}


.card-container {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    transition: width 0.4s ease, height 0.4s ease;
}

.section-1-container {
    overflow: hidden; /* hides content until expansion */
}

.section-wrapper {
    margin-top: 0px;
}

/*.section {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;*/ /* fills available space */
    /*transform: scale(0.75);*/ /* start smaller */
    /*pointer-events: auto;
    transform-origin: top center;*/ /* expand from top */
    /*padding-top: 6rem;
    padding-bottom: 6rem;
    padding-left: 4.2rem;
    padding-right: 4.2rem;
    transition: transform 0.1s linear, max-width 0.4s ease, padding-top 0.4s ease, padding-bottom 0.4s ease, padding-left 0.4s ease, padding-right 0.4s ease;
}*/

.section-container.container-fluid {
    max-width: 100%;
}

.section-collapsed .section {
    padding-top: 1.8rem;
    padding-bottom: 2.0rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    margin-bottom: 20px;
    height: 100%;
}

/*.section.section-card {
    height: 200px;
    cursor: pointer;
    pointer-events: auto !important;
}*/

.section-collapsed .section-title {
    font-size: clamp(3rem, calc(0.1rem + 4vw), 4rem);
}

.section-topbar {
    margin-bottom: 0rem;
    transition: margin-bottom 0.6s ease
}

.section-collapsed .section-topbar {
    margin-bottom: 8rem;
}

.section-content {
    margin-top: 0rem;
    transition: margin-top 0.6s ease
}

.section-collapsed .section-content {
    margin-top: 8rem;
}

.section-title-highlighted {
    /* text-transform: uppercase; */
    font-weight: 700 !important;
    transition: font-weight 0.4s ease, text-transform 0.8s ease;
}

.section-collapsed .section-title .section-title-highlighted {
    font-weight: 900 !important;
    /* text-transform: capitalize; */
}


/* Study Theme Section */
.themes-section {
    background-color: #001D26; /* fallback / base color */
    background-image: url('../img/bg/bg_svg_section_study_themes.png');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto; /* stretch full width, auto height */
}

/* Study Section */
.studies-section {
    background-color: #FFFFFF; /* fallback / base color */
    background-image: url('../img/bg/bg_section_studies.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top center;
}

.event-section {
    position: relative;
    background-color: #001218;
    overflow: hidden;
}

    /* Blurred background image */
    .event-section::before {
        content: "";
        position: absolute;
        inset: 0;
        background-image: url('../img/bg/bg_section_events.png');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100% auto;
        filter: blur(35px);
        transform: scale(1.05);
        z-index: 0;
    }

    /* Transparent color overlay */
    .event-section::after {
        content: "";
        position: absolute;
        inset: 0;
        background-color: rgba(0, 18, 24, 0.6); /* semi-transparent overlay */
        z-index: 1; /* still behind content, but above the blurred image */
    }

    /* Actual content */
    .event-section > * {
        position: relative;
        z-index: 2; /* content stays above everything */
    }

.studies-card {
    background-color: #FFFFFF; /* fallback / base color */
    background-image: url('../img_web/Frame_Evidence.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; /* stretch full width, auto height */
}

.themes-card {
    background-color: #001D26; /* fallback / base color */
    background-image: url('../img_web/Frame_Knowledge.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; /* stretch full width, auto height */
}

.event-card {
    background-color: #001D26; /* fallback / base color */
    background-image: url('../img_web/Frame_Policy.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; /* stretch full width, auto height */
}

.section-title {
    transition: font-size 0.4s ease, line-height 0.3s ease, margin-bottom 0.4s ease;
    font-size: clamp(2.4rem, calc(0.2rem + 3vw), 3rem);
    font-family: "Roboto Condensed", 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin-bottom: 0px;
    font-weight: 300;
    line-height: 1.5;
}

.section-subtitle {
    font-size: clamp(1.0rem, 0.5rem + 1vw, 1.4rem);
    font-weight: 300;
    line-height: 1.4;
    margin-top: 0rem;
    color: #C9CACC;
}
.section-subtitle-dark {
    color: #58595B;
}

.title-banner{
    font-size: 48px !important;
    text-align: start;
}


.custom-card {
    border: none;
    /*    border-radius: 15px;*/
    border-radius: 0px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
    background: #ff6b6b;
}

/*.custom-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
}*/

.tag-label {
    display: inline-block;
    padding: 0.4rem 0.8rem;
    color: #191919;
    font-size: 18px;
    position: absolute;
    top: 0;
    left: 0;
}

.thumbnail {
    width: clamp(8rem, calc(10vw + 2rem), 14rem);
    height: clamp(13rem, calc(14vw + 2rem), 18rem);
    padding: clamp(4px, 0.6vw + 0.1px, 16px);
    border-radius: 0;
    object-fit: cover;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255);
    position: relative;
    background-color: rgba(255, 255, 255, 0.12);
}

.thumbnail::before {
    content: '';
    position: absolute;
    top: -12px;
    left: -12px;
    right: -12px;
    bottom: -12px;
    border-radius: 0;
    z-index: -1;
    opacity: 0.4;
}

.card-title-custom {
    font-size: clamp(1.1rem, calc(0.8rem + 1vw), 1.9rem);
    font-weight: 400;
    color: #333333;
    line-height: 1.2;
}

.card-subtitle-custom {
    font-size: clamp(0.8rem, 0.5rem + 1vw, 1.2rem);
    font-weight: 300;
    color: #565656;
    line-height: 1.2;
    margin-bottom: 1.2rem;
}

.know-more-btn {
    border: none;
    background-color: transparent;
    color: #9D296B;
    transition: all 0.3s ease;
    align-self: flex-start;
}

.know-more-btn:hover {
    transform: scale(1.05);
}

.collapse-btn {
    border: none;
    background-color: transparent;
    transition: all 0.3s ease;
    align-self: center;
    color: white;
    cursor: pointer;
}

    .collapse-btn svg {
        width: 48px;
        height: 48px;
    }

    .collapse-btn line {
        stroke: currentColor; /* inherits button color */
        stroke-width: 1; /* default thickness */
        stroke-linecap: round; /* smooth ends */
        transition: stroke 0.3s ease, stroke-width 0.3s ease;
    }

.section-1 .collapse-btn {
    color: #333333;
}

.section-2 .collapse-btn {
    color: #ffffff;
}

.section-3 .collapse-btn {
    color: #ffffff;
}
/* Study Theme Section */


.icon-circle {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
/*    background-color: rgba(0, 0, 0, 0.05);*/
    background-color: #fff;
}

.btn-arrow {
    transition: transform 0.4s ease;
}

.btn-arrow:hover .btn-custom1 {
    color: #9D296B;
}
.btn-arrow:hover .arrow-desktop {
    transform: rotate(45deg);
}

.btn-arrow:hover svg path {
    fill: #9D296B;
}

.arrow-desktop {
    display: inline-block;
    transition: transform 0.3s ease;
}

/*.arrow-desktop:hover {
    transform: rotate(45deg);
}*/

.btn-card-title:hover .btn-arrow svg path {
    fill: #9D296B;
}

.grid-card .btn-arrow {
    transition: transform 0.4s ease;
}


.btn-card-title:hover svg path {
    color: #9D296B;
    transform: scale(1.1);
}

.arrow-mobile {
    display: none;
}


.grid-card {
    /*width: 100%;
    border: none;
    border-radius: 0px;
    transition: transform 0.2s ease-in-out;
    padding: 40px;
    cursor: pointer;*/
    display: flex;
    padding: 40px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    flex: 1 0 0;
    align-self: stretch;
}

.grid-title {
    /*    font-size: clamp(1.4rem, 0.5rem + 1vw, 1.8rem);
    font-weight: 400;
    color: #333333;
    line-height: 1.3;
    margin: 16px 0px;*/
    height: 150px;
    color: #333;
    font-size: clamp(1.4rem, 0.5rem + 1vw, 1.8rem);
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 38.4px */
    align-self: stretch;
    margin: 16px 0px;
}

/*.grid-card:hover .grid-title {
    transform: translateY(-5px);*/
/*    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);*/
/*}*/

.grid-card .btn-arrow {
    transition: transform 0.4s ease;
}

.grid-card:hover .btn-arrow {
    transform: rotate(45deg);
}

.grid-card:hover svg.btn-arrow path {
    fill: #9D296B;
}
/* Key CSS for equal heights across ALL cards */
.cards-grid {
    display: flex;
    flex-wrap: wrap;
}

.cards-grid [class*="col-"] {
    display: flex;
}

.cards-grid .grid-card {
    width: 100%;
}

.number-title {
    font-size: 72px;
    font-weight: 700;
    color: #000000;
    line-height: 1.3;
}
.number-border {
    border-left: 1px solid rgba(153, 187, 201, 0.17) !important;
}


.custom-pill {
    display: inline-block;
    padding: 0rem 0.8rem;
    border: 0.5px solid #013646;
    color: #747474;
    font-size: 15px;
    font-weight: 100;
    border-radius: 50px;
    background-color: #013646;
    text-decoration: none;
    width: fit-content;
    white-space: nowrap;
}

.event-title {
    font-size: 2.0rem;
    line-height: 1.3;
}

.event-title-small {
    font-size: 1.2rem;
    line-height: 1.3;
}

.thumbnail-event {
    width: 220px;
    height: 220px;
    object-fit: cover;
    flex-shrink: 0;
}

/* Study Section */
.card-item {
    margin-top: 30px;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.logo-img {
    height: 100%;
    width: auto;
    margin-top: 20px
}

.gradient-banner {
    background: linear-gradient(90deg, #EEF5FF, #F0FFFE, #FFF5E7);
}
.section-newsletter {
    background: linear-gradient(90deg, #00526B, #023748, #00526B);
}
.card-title-custom-2{
    font-size:32px;
}
.input-newsletter {
    background-color: #334E5E;
    border-radius: 20px;
    height: 44px;
    width: 256px;
    padding: 0.1rem 1rem;
    color: white;
}
.input-newsletter::placeholder {
    color: #BBBBBB;
    opacity: 1;
}

.input-newsletter:focus {
    color: #FFFFFF;
    opacity: 1;
}

.btn-newsletter {
    background-color: #9D296B; /* Custom background */
    color: #FFFFFF; /* Text color */
    border-radius: 20px; /* Rounded corners */
    border: none; /* Remove default border */
    padding: 0.1rem 1rem; /* Button padding */
    font-weight: 300;
    height: 44px;
}

/* Hover effect */
    .btn-newsletter:hover {
        background-color: #FFFFFF; /* Change background on hover */
        color: #9D296B;
    }




.stack-gap {
    height: 200px;
}

/* Marquee wrapper */
.marquee-wrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 20px;
}

.marquee-track {
    display: flex;
    align-items: center;
    gap: 4.1rem;
    flex-wrap: nowrap;
    animation: scroll-left 30s linear infinite;
}

    .marquee-track img {
        flex-shrink: 0;
        object-fit: contain;
        transition: transform 0.3s ease;
    }

        .marquee-track img:hover {
            transform: scale(1.05);
        }


.duplicate-logo {
    display: inline-block;
}

@keyframes scroll-left {
    0% {
        transform: translateX(50);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* Pause on hover */
.marquee-wrapper:hover .marquee-track {
    animation-play-state: paused;
}

@media (min-width: 768px) {

    .main-container {
        min-height: 65vh;
    }
    .py-md-6 {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important;
    }

    .sticky {
        position: sticky;
        transition: all 0.6s ease-in-out;
    }

    .card-container {
        margin-bottom: 20px;
    }

    .section {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%; /* fills available space */
        /*transform: scale(0.75);*/ /* start smaller */
        pointer-events: auto;
        transform-origin: top center; /* expand from top */
        padding-top: 5rem;
        padding-bottom: 5rem;
        /*        padding-left: 4.2rem;
        padding-right: 4.2rem;*/
        height: auto;
        transition: max-width 0.4s ease, padding-top 0.8s ease, padding-bottom 0.8s ease, padding-left 0.6s ease, padding-right 0.6s ease;
    }

    .themes-section {
        background-attachment: fixed;
    }

    .animate__fadeInUpHalf {
        animation-name: fadeInUpHalf;
    }

    .truncate-3 {
        display: -webkit-box;
        -webkit-line-clamp: 3; /* limit to 3 lines */
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .hero-content {
        min-height: calc(100vh - var(--header-height, 0px) - var(--leaving-height, 0px));
    }
}

@media (max-width: 1366px){
    .section-collapsed .section {
        padding-top: 1.6rem;
        padding-bottom: 1.8rem;
    }

    .collapse-btn svg {
        width: 36px;
        height: 36px;
    }
}

/* Responsive Design */
@media (max-width: 768px) {

    .main-container {
        padding-top: 40px;
        padding-bottom: 40px;
    }
/*    .navbar-wrapper {
        padding-top: 11px;
        padding-bottom: 11px;
    }*/
    .marquee-track img {
        flex: 0 0 calc(33.333% - 1rem); /* 3 per row */
        height: 60px;
    }

    .header-logo {
        height: 24px;
    }
    .card-container {
        height: auto;
    }

    .section-wrapper {
        margin-top: 0px;
    }

    .section {
        padding-top: 1.0rem;
        padding-bottom: 2.6rem;
        padding-left: 0.4rem;
        padding-right: 0.4rem;
    }

    .section-title {
        font-size: 24px;
    }

    .section-subtitle {
        font-size: 12px;
    }

    .title-banner {
        font-size: 24px !important;
        text-align: center;
    }

    .tag-label {
        font-size: 14px;
    }

/*    .studies-section {
        background-position: center -300px;
    }*/

    .collapse-btn svg {
        display: none;
    }


/*    .hero-content {
        height: 190px;
    }*/

    .stats-text p{
        max-width: 100%;
        line-height: 1.25;
    }

    .btn-hero {
        margin-top: 40px;
    }
/*        .btn-hero .btn-arrow {
            display: none;
        }*/
/*
    .btn-custom {
        border-radius: 30px;
        padding: 0.8rem 1.2rem;
        transition: all 0.3s ease;
    }*/

    .btn-custom {
        background-color: #9D296B;
    }



    .arrow-desktop {
        display: none !important;
    }

    .arrow-mobile {
        display: inline-block;
        margin-left: 10px;
    }


    .thumbnail {
        width: 100%;
        height: auto;
        aspect-ratio: 4/3;
        order: 2;
        align-self: stretch;
        background-color: transparent;
        padding: 0px;
    }


    .number-title {
        font-size: 40px;
    }
    .stat-numbers span {
        font-size: 14px !important;
    }

    .thumbnail-event {
        width: 140px;
        height: 160px;
        object-fit: cover
    }

    .logo-img {
        height: auto;
        width: auto !important;
        margin-top: 20px;
        max-height: 64px;
    }

    .custom-pill {
        display: inline-block;
        padding: 0rem 0.8rem;
        border: 0.5px solid #A5A5A5;
        color: #747474;
        font-size: 12px;
        font-weight: 100;
        border-radius: 50px;
        background-color: transparent;
        text-decoration: none;
        width: fit-content;
        white-space: nowrap;
    }

    .event-title {
        font-size: 1.2rem;
        line-height: 1.3;
    }

    .event-title-small {
        font-size: 1.1rem;
        line-height: 1.3;
    }

    .card-title-custom {
        font-size: 1.2rem;
    }
    .card-subtitle-custom {
        font-size: 0.8rem;
        margin-bottom: 1rem;
    }

    .grid-card {
        padding: 20px 16px;
    }

    .grid-title {
        font-size: 1.2rem;
        height: 90px;
    }

    .icon-circle {
        width: 48px;
        height: 48px;
    }

    .icon-circle svg {
        transform: scale(0.8);
        transform-origin: center center;
    }

    .content-wrapper {
        text-align: left;
    }

    .know-more-btn {
        align-self: flex-start;
    }

    .stack-gap {
        height: 20px;
    }

    .custom-card .btn-arrow {
        margin-bottom: 15px !important;
    }
    .section-newsletter {
        background: #004E67;
    }

}

/* Mobile expand/collapse functionality */
@media (max-width: 991.98px) {
    .cards-grid.collapsed .card-item:nth-child(n+5) {
        display: none !important;
    }

    .cards-grid:not(.collapsed) .card-item:nth-child(n+5) {
        animation: fadeInUp 0.4s ease forwards;
    }

    .cards-grid [class*="col-"] {
        padding-right: 10px;
        padding-left: 10px;
    }
    .card-item {
        margin-top: 20px;
    }


    .marquee-track {
        animation: none;
        flex-wrap: wrap;
        justify-content: center;
        gap: 1rem;
    }

        .marquee-track img {
            height: 48px;
        }

    .duplicate-logo {
        display: none; /* hide duplicate logos */
    }

    .collapse-btn svg {
        width: 42px;
        height: 48px;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideInLeftHalf {
    from {
        opacity: 0;
        transform: translateX(10px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInLeftHalf {
    from {
        opacity: 0;
        transform: translateX(10%);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRightHalf {
    from {
        opacity: 0;
        transform: translateX(-10px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInUpHalf {
    from {
        opacity: 0;
        transform: translate3d(0, 20%, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(-20%);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/*.animate__fadeInUpHalf {
    animation-name: fadeInUpHalf;
}*/

.animate__fadeInLeftHalf {
    animation-name: fadeInLeftHalf;
}
.animate__slideInLeftHalf {
    animation-name: slideInLeftHalf;
}
.animate__slideInRightHalf {
    animation-name: slideInRightHalf;
}

.expand-btn-container {
    position: absolute;
    margin-top: -25px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.expand-btn {
    background: #9D296B;
    color: white;
    padding: 12px 24px;
    border-radius: 25px;
    font-weight: 600;
    transition: all 0.3s ease;
    font-weight: 100;
}

.expand-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.expand-btn svg {
    margin-left: 7px;
    display: inline-block;
    vertical-align: middle;
    transition: transform 0.3s ease;
    transform-origin: center;
}


/* Contributors banner*/
.banner-container {
    width: 100%;
    overflow: hidden;
    padding: 40px 0;
    position: relative;
}

.logo-track {
    display: flex;
    width: fit-content;
    animation: scroll 30s linear infinite;
}

.logo-item {
    flex: 0 0 auto;
    max-height: 64px;
    margin: 0 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

    .logo-item:hover {
        transform: translateY(-5px);
    }

    .logo-item img,
    .logo-item svg {
        width: auto;
        max-width: 280px;
        height: auto;
        max-height: 64px;
    }

/* The core animation */
@keyframes scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

/* Mobile responsive styles */
@media (max-width: 768px) {
    .banner-container {
        padding: 20px;
    }

    .logo-track {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        animation: none;
    }

    .logo-item {
        width: 100%;
        height: 48px;
        margin: 10px !important;
    }

        .logo-item:nth-child(n+7) {
            display: none;
        }

        .logo-item img,
        .logo-item svg {
            width: 80px;
            height: 32px;
        }

    .banner-title {
        font-size: 1.8rem;
        margin-bottom: 20px;
    }
}

.banner-title {
    text-align: center;
    color: white;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 30px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}