body {
    font-family: "Inter";
}

html[data-page="gff"] .banner-img {
    position: relative;
}

html[data-page="gff"] .campaign-gif {
    width: 100%;
    height: 100%;
    display: block;
}

/* Desktop: show desktop, hide mobile */
html[data-page="gff"] .campaign-gif-desktop {
    display: block;
}

html[data-page="gff"] .campaign-gif-mobile {
    display: none;
}

/* Mobile: hide desktop, show mobile */
@media (max-width: 1023px) {

    html[data-page="gff"] .campaign-video {
        width: 100%;
        height: 400px;
        background: #fff;
        border-radius: 15px;
        overflow: hidden;
        margin-top: 10px;
    }

    html[data-page="gff"] .campaign-gif-desktop {
        display: none;
    }

    html[data-page="gff"] .campaign-gif-mobile {
        display: block;
    }
}

.visit-section {
    padding: 40px 20px 80px;
    text-align: center;
}

.visit-heading {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 25px;
    font-size: 17px;
    line-height: 1.5;
    color: #000000;
}

.visit-details {
    display: flex;
    justify-content: center;
    gap: 30px;
    padding: 35px 0;
    max-width: 700px;
    border-top: 1px solid #DADADA;
    border-bottom: 1px solid #DADADA;
    margin: 0 auto 25px;
}

.visit-item {
    flex: 1;
    max-width: 280px;
}

.visit-item h3 {
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: 700;
    color: #000;
}

.visit-item p {
    margin: 0;
    font-size: 17px;
    line-height: 1.4;
    color: #484848;
}

.visit-btn-wrap {
    padding-top: 35px;
}

.visit-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    padding: 16px 32px;
    border-radius: 50px;

    background: #000;
    color: #fff;
    text-decoration: none;

    font-size: 18px;
    font-weight: 500;

    transition: 0.3s ease;
}

.visit-btn:hover {
    background: #222;
}

.visit-btn::after {
    content: "→";
    font-size: 20px;
}

/* Mobile */

@media (max-width: 1023px) {

    .visit-section {
        padding: 0px;
    }

    .visit-details {
        flex-direction: column;
        gap: 15px;
        padding: 25px 0;
    }

    .visit-item {
        max-width: 100%;
    }

    .visit-heading {
        font-family: "Inter";
        font-weight: 400;
        font-size: 17px;
        line-height: 120%;
        letter-spacing: -0.04em;
        text-align: left;
    }

    .visit-item h3 {
        font-family: "Inter";
        font-weight: 500;
        font-size: 20px;
        line-height: 120%;
        letter-spacing: -0.04em;
        color: #000000;
        text-align: left;

    }

    .visit-item p {
        font-family: "Inter";
        font-weight: 400;
        font-size: 17px;
        line-height: 120%;
        letter-spacing: -0.04em;
        color: #484848;
        text-align: left;

    }
}

.gff-feed {
    margin-top: 60px;
}

.feed-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 50px;
}

.feed-title {
    color: #3063A3;
    font-size: 25px;
    margin-bottom: 30px;
    font-weight: 500;
    letter-spacing: -0.5px;
}

.feed-header h2 {
    font-size: 40px;
    margin-bottom: 30px;
    font-weight: 500;
    letter-spacing: -2.0px;
}

.feed-subheader {
    max-width: 700px;
    margin: 0 auto 30px;
    color: #5F5F5F;
    line-height: 1.5;
    font-size: 15px;
}

.social-section p {
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 400;
    color: #5F5F5F;
}

.social-links {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.social-btn {
    background: #000;
    color: #fff;
    text-decoration: none;
    padding: 12px 22px;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.gallery-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #ddd;
}

.gallery-card img {
    width: 100%;
    height: 430px;
    object-fit: cover;
    display: block;
}

.gallery-content {
    padding: 20px;
}

.gallery-content p {
    color: #666;
    line-height: 1.5;
    font-size: 14px;
}

@media (max-width: 1023px) {
    .feed-header h2 {
        font-family: "Inter";
        font-weight: 500;
        font-size: 30px;
        line-height: 100%;
        letter-spacing: -0.05em;
        text-align: left;

    }

    .feed-subheader {
        font-family: "Inter";
        font-weight: 400;
        font-size: 15px;
        line-height: 120%;
        letter-spacing: -0.04em;
        color: #5F5F5F;
        text-align: left;

    }

    .social-section p {
        font-family: "Inter";
        font-weight: 400;
        font-size: 15px;
        line-height: 120%;
        letter-spacing: -0.04em;
        text-align: left;
        color: #5F5F5F;

    }
}

.banner-btn {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.gff-event-section .container {
    max-width: 653px;
    margin: 0 auto;
}

.section-header {
    text-align: center;
    margin-bottom: 40px;
}

.section-tag {
    color: #3063A3;
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 50px;
    font-family: "Inter";
    letter-spacing: -0.04em;

}

.section-header h2 {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 500;
    color: #1E1E1C;
    margin: 20px 0 20px;
    letter-spacing: -0.05em;
}

.section-header p {
    margin: 0 auto;
    font-size: 15px;
    font-weight: 400px;
    color: #5F5F5F;
    letter-spacing: -0.04em;
}

/* Tabs */

.event-tabs {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.event-tab {
    border: 1px solid #d0d5dd;
    background: #fff;
    border-radius: 100px;
    padding: 15px 20px;
    cursor: pointer;
    transition: 0.3s ease;
    font-size: 15px;
    font-weight: 500;
    font-family: "Inter";
}

.event-tab.active {
    background: #111827;
    color: #fff;
    border-color: #111827;
}

/* Accordion */

.accordion-item {
    border-bottom: 1px solid #DADADA;
}

.accordion-header {
    width: 100%;
    border: 0;
    background: transparent;
    padding: 24px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    text-align: left;
}

.accordion-title {
    font-size: 20px;
    font-weight: 600;
    font-family: "Inter";
    font-weight: 500;
    font-style: Medium;
    line-height: 120%;
    letter-spacing: -0.04em;

}

.accordion-icon {
    font-size: 26px;
    line-height: 1;
}

.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.accordion-icon {
    flex-shrink: 0;
}

.accordion-item.active .accordion-vertical {
    opacity: 0;
}

.accordion-vertical {
    transition: opacity .3s ease;
}

.accordion-content {
    display: none;
    padding-bottom: 32px;
}

.accordion-content.is-open {
    display: block;
}



/* Cards */

.carousel-wrapper {
    position: relative;
}

.carousel-controls {
    display: flex;
    gap: 12px;
    justify-content: flex-end;
    margin-bottom: 24px;
}

.carousel-prev,
.carousel-next {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid #d0d5dd;
    background: #fff;
    cursor: pointer;
    transition: all .3s;
}

.carousel-prev:hover,
.carousel-next:hover {
    background: #101828;
    color: #fff;
}

.event-cards {
    display: flex;
    gap: 24px;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

.event-carousel {
    width: 100%;
}

.event-cards {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    scroll-behavior: smooth;

    scrollbar-width: none;
    -ms-overflow-style: none;
    margin-top: 15px;
}

.event-cards::-webkit-scrollbar {
    display: none;
}

/* .event-card {
    flex: 0 0 320px;
} */

.event-card {
    flex: 0 0 295px;
    width: 295px;
    height: 340px;
    border: 1px solid #eaecf0;
    border-radius: 15px;
    padding: 30px 25px;
    background: #EFEFEF;
}

.event-company {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.company-logo {
    width: 36px;
    height: 36px;
    object-fit: contain;
}

.company-name {
    font-weight: 500;
    font-size: 25px;
    color: #000000;
    letter-spacing: -0.04em;
}

.event-type {
    color: #5F5F5F;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 500;
}

.event-title {
    font-size: 17px;
    line-height: 1.4;
    margin: 0 0 20px;
    font-weight: 500;
    letter-spacing: -0.04em;
    color: #5F5F5F;

}

.event-meta {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.meta-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #475467;
    font-size: 14px;
}

.meta-icon {
    width: 24px;
    height: 24px;
    color : #1E1E1C;
}

.meta-date {
    font-family: "Inter";
    font-weight: 500;
    font-style: Medium;
    font-size: 17px;
    line-height: 120%;
    letter-spacing: -0.04em;
    color: #000000;
}

.meta-time {
    font-family: "Inter";
    font-weight: 500;
    font-style: Medium;
    font-size: 17px;
    line-height: 120%;
    letter-spacing: -0.04em;
    color: #000000;

}

.no-events {
    color: #667085;
    padding: 10px 0;
}

.day-content {
    display: none;
    padding: 0 20px 0;
}

/* Mobile */

@media (max-width: 1023px) {

    .section-header h2 {
        font-family: "Inter";
        font-weight: 500;
        font-style: Medium;
        font-size: 30px;
        line-height: 100%;
        letter-spacing: -0.05em;
        margin: 30px 0 30px;
    }

    .event-card {
        min-width: 280px;
    }

    .accordion-title {
        font-family: "Inter";
        font-weight: 500;
        font-size: 20px;
        line-height: 120%;
        letter-spacing: -0.04em;

    }

    .section-header p {
        font-family: "Inter";
        font-weight: 400;
        font-size: 15px;
        line-height: 120%;
        letter-spacing: -4%;
    }

    .day-content {
        padding: 0px;
    }
}



.day-content.active {
    display: block;
}

.event-card {
    position: relative;
    overflow: hidden;
}

.event-card::after {
    content: "";
    position: absolute;
    right: -1px;
    bottom: -1px;
    width: 133px;
    height: 178px;
    background-image: url("../../../assets/images/gff-event-ballon.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.c-featuresSection__controls {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 40px;
}

.c-featuresSection__prev,
.c-featuresSection__next {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #D9D9D9;
    color: #BDBDBD;
    cursor: pointer;
    transition: all .3s ease;
}

.c-featuresSection__prev.is-active,
.c-featuresSection__next.is-active {
    border-color: #000;
    color: #000;
}

@media (max-width:1023px) {
    .gff-event-section {
        margin-top: 60px;
    }

    .banner-btn {
        justify-content: left;
    }

    .section-tag {
        font-family: "Inter";
        font-weight: 500;
        font-size: 17px;
        line-height: 120%;
        letter-spacing: -0.04em;
        text-align: left;
    }

    .section-header {
        text-align: left;
    }

    .c-featuresSection__controls {
        justify-content: left;
    }

    .feed-title {
        font-family: "Inter";
        font-weight: 500;
        font-size: 17px;
        line-height: 120%;
        text-align: left;
    }

    [data-page="gff"] .banner-btn {
        overflow-x: auto;
        width: 100vw;
        margin-left: -20px;
        padding-left: 20px;
        padding-right: 20px;
        scrollbar-width: none;
    }

    [data-page="gff"] .event-tabs {
        overflow-x: auto;
        width: 100vw;
        margin-left: -20px;
        padding-left: 20px;
        padding-right: 20px;
        scrollbar-width: none;
        flex-direction: row;
        flex-wrap: nowrap;
    }

    [data-page="gff"] .event-tab {
        flex-shrink: 0;
    }

    [data-page="gff"] .banner-sub-section {
        padding: 66px 20px 0;
        text-align: center;
    }
}

[data-page="gff"] .visit-section {
    padding-top: 0;
}

.banner-sub-section {
    padding: 80px 20px 0;
    text-align: center;
}

.banner-sub-section span {
    font-family: "Inter";
    font-weight: 500;
    font-size: 25px;
    line-height: 100%;
    letter-spacing: -0.04em;
    text-align: center;

}

.banner-sub-section h2 {
    font-family: "Inter";
    font-weight: 500;
    font-style: Medium;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: -0.05em;
    text-align: center;
    margin-top: 20px;

}