/* ==========================================================================
   GYC Homepage — exact rebuild against css/post-10.css + css/post-8.css
   Location: hello-elementor-child/home/css/gyc-home.css

   Global palette (from post-8.css .elementor-kit-8):
     --gyc-primary:   #F8BF5A  (gold)
     --gyc-secondary: #262626  (near-black)
     --gyc-text:      #FFFFFF  (white)
     --gyc-accent:    #61CE70  (green, unused on homepage)
     --gyc-grey:      #4D4D4D  (--e-global-color-20f35b1)
   Fonts:
     Headings / UI  : "Trebuchet MS"
     Body           : "Alice"
     Hero slider    : "Revue BT"
   ========================================================================== */

@font-face {
    font-family: "Revue BT";
    src: url("../../fonts/REVUEN.TTF") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.gyc-home {
    --gyc-primary: #F8BF5A;
    --gyc-secondary: #262626;
    --gyc-text: #FFFFFF;
    --gyc-grey: #4D4D4D;
    font-family: "Alice", serif;
}

.gyc-home .container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 0px;
}

/* ---------------------------------------------------------------------- */
/* Hero — desktop swiper (>1024px only)                                   */
/* ---------------------------------------------------------------------- */

.gyc-hero-desktop {
    display: none;
}

.gyc-hero-swiper {
    width: 100%;
}

.gyc-hero-swiper .swiper-slide {
    position: relative;
    height: 600px;
    display: flex;
    align-items: center;
}

.gyc-hero-swiper .swiper-slide-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
}

.gyc-hero-swiper .swiper-slide-inner {
    position: relative;
    z-index: 2;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 230px 0 0;
}

.gyc-hero-swiper .swiper-slide-contents {
    max-width: 65%;
    margin-left: auto;
}

/* Slides 2 (Gyc.webp) and 3 (Others-8.webp) right-align their inner text */
.gyc-hero-swiper .swiper-slide--end .swiper-slide-inner {
    justify-content: flex-end;
    text-align: end;
}

.gyc-hero-overlay {
    position: absolute;
    inset: 0;
}

.gyc-slide-heading {
    color: var(--gyc-primary);
    font-family: "Revue BT", sans-serif;
    font-size: 29px;
    font-weight: 100;
    margin-bottom: 0;
}

.gyc-slide-description {
    color: #fff;
    font-family: "Revue BT", sans-serif;
    font-size: 80px;
    font-weight: 900;
    line-height: 6.3rem;
    opacity: 0;
    animation: gyc-fade-in-right 1.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s forwards;
}

/* Re-trigger the animation when Swiper marks the slide as active. */
.swiper-slide-active .gyc-slide-description {
    animation: gyc-fade-in-right 1.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s forwards;
}

@keyframes gyc-fade-in-right {
    0% {
        opacity: 0;
        transform: translate3d(100vw, 0, 0);
    }
    40% {
        opacity: 0.4;
    }
    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.gyc-slide-description .youth {
    color: var(--gyc-primary);
}

.gyc-hero-swiper .swiper-button-prev,
.gyc-hero-swiper .swiper-button-next {
    color: #fff;
    opacity: 0.8;
    z-index: 3;
}

/* Hide the default Swiper ::after text arrow — we use inline SVG instead */
.gyc-hero-swiper .swiper-button-prev::after,
.gyc-hero-swiper .swiper-button-next::after {
    display: none;
}

.gyc-hero-swiper .swiper-button-prev svg,
.gyc-hero-swiper .swiper-button-next svg {
    width: 28px;
    height: 28px;
    fill: #ededede6;
    filter: drop-shadow(1px 0 0 #000) 
            drop-shadow(-1px 0 0 #000) 
            drop-shadow(0 1px 0 #000) 
            drop-shadow(0 -1px 0 #000);
}
.gyc-hero-swiper .swiper-button-prev:hover,
.gyc-hero-swiper .swiper-button-next:hover {
    opacity: 1;
}

@media (max-width: 1024px) {
    .gyc-slide-heading {
        font-size: 37px;
    }
}

/* ---------------------------------------------------------------------- */
/* Hero — mobile/tablet banner (<=1024px, image only shows <=767px)       */
/* ---------------------------------------------------------------------- */

.gyc-hero-mobile {
    display: flex;
    position: relative;
    min-height: 0;
    align-items: center;
    justify-content: left;
    background-color: var(--gyc-secondary);
    overflow: hidden;
}

.gyc-hero-mobile-content {
    position: relative;
    z-index: 2;
}

.gyc-hero-mobile .elementor-heading-title {
    font-family: "Revue BT", sans-serif;
    font-weight: 400;
    color: #fff;
    margin: 0;
}

.gyc-hero-mobile .youth {
    color: var(--gyc-primary);
}

@media (max-width: 1024px) {
    .gyc-hero-mobile {
        display: flex;
    }
    .gyc-hero-desktop {
        display: none;
    }
}

@media (min-width: 1025px) {
    .gyc-hero-desktop {
        display: block;
    }
    .gyc-hero-mobile {
        display: none;
    }
}

@media (max-width: 767px) {
    .gyc-hero-mobile {
        min-height: 240px;
        align-items: center;
        justify-content: right;
        padding: 35px;
        background-image: url("../images/Banner.png");
        background-position: -62px 0px;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .gyc-hero-mobile::before {
        content: "";
        position: absolute;
        inset: 0;
        background: var(--gyc-secondary);
        opacity: 0.6;
    }

    .gyc-hero-mobile .elementor-heading-title {
        text-align: end;
        font-size: 35px;
        padding: 0;
    }
}

/* ---------------------------------------------------------------------- */
/* Sport row — 6 background-photo cells with icon + label (desktop only)  */
/* ---------------------------------------------------------------------- */

.gyc-sports-row {
    display: none;
}

.gyc-sport-cell {
    position: relative;
    min-height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    background-color: var(--gyc-secondary);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    transition: background-color 0.3s;
}

.gyc-sport-cell::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(38, 38, 38, 0.5);
    transition: background-color 0.3s, opacity 0.3s;
}

.gyc-sport-cell:hover {
    background-color: rgba(255, 255, 255, 0.02);
}

.gyc-sport-cell:hover::before {
    background-color: transparent;
    background-image: linear-gradient(180deg, rgba(243, 220, 180, 0) 50%, #421901 100%);
}

@media (min-width: 768px) {
    .gyc-sports-row {
        display: flex;
        flex-wrap: wrap;
    }

    .gyc-sport-cell {
        width: 16.66%;
    }
}

.gyc-sport-cell__icon {
    position: relative;
    z-index: 2;
    max-width: 45%;
    margin: 0 auto;
    transition: transform 1.5s;
}

.gyc-sport-cell:hover .gyc-sport-cell__icon {
    animation: gyc-sport-pulse 1s ease infinite alternate;
}

.gyc-sport-cell__label {
    font-family: 'Trebuchet MS';
    position: relative;
    z-index: 2;
    text-align: center;
    margin: 15px 0 20px;
    font-size: 20px;
    font-weight: 100;
    text-transform: uppercase;
    color: #fff;
}

@keyframes gyc-sport-pulse {
    0% { transform: scale(1); }
    100% { transform: scale(1.08); }
}

@media (max-width: 1025px) {
    .gyc-sports-row {
        display: none;
    }
}

/* ---------------------------------------------------------------------- */
/* Booking CTA — "Book Your Gaming Slot"                                  */
/* ---------------------------------------------------------------------- */

.gyc-booking-cta {
    padding: 100px 0 0;
    background: #fff;
    text-align: center;
}

.gyc-booking-cta h2 {
    font-family: "Trebuchet MS", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--gyc-secondary);
    font-size: 2.2rem;
    margin: 0 0 12px;
}

.gyc-booking-cta__subtitle {
    font-size: 19px;
    font-weight: 400;
    color: var(--gyc-secondary);
    margin: 0 0 20px;
}

.gyc-booking-cta__note {
    font-family: auto;
    text-align: center;
    font-size: 40px;
    font-weight: 900;
    text-transform: capitalize;
    font-style: italic;
    letter-spacing: 2.3px;
    word-spacing: 4px;
    color: var(--gyc-secondary);
    margin: 20px 0 15px;
}

.gyc-booking-cta__note span {
    color: #ff6600;
}

@media (max-width: 767px) {
    .gyc-booking-cta {
        padding: 40px 15px 25px;
    }
    .gyc-booking-cta h2 {
        font-size: 25px;
    }
    .gyc-booking-cta__note {
        font-size: 20px;
    }
}

/* ---------------------------------------------------------------------- */
/* Shared: divider with icon                                              */
/* ---------------------------------------------------------------------- */

.gyc-section-divider {
    display: flex;
    align-items: center;
    justify-content: center;
}

.gyc-section-divider::before,
.gyc-section-divider::after {
    content: "";
    width: 30%;
    max-width: 140px;
    height: 4px;
    background: var(--gyc-primary);
}

.gyc-section-divider__icon {
    width: 22px;
    height: 22px;
    margin: 0 14px;
    color: var(--gyc-secondary);
    flex: none;
}

.gyc-section-divider__icon svg {
    width: 100%;
    height: 100%;
    fill: currentColor;
}

.gyc-booking-cta__button {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 26px;
    background: var(--gyc-primary);
    color: var(--gyc-secondary);
    font-size: 18px;
    font-weight: 500;
    border-radius: 5px;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease;
}

.gyc-booking-cta__button:hover {
    background: var(--gyc-secondary);
    color: #fff;
}

/* ---------------------------------------------------------------------- */
/* Venue showcase carousel                                                 */
/* ---------------------------------------------------------------------- */

.gyc-venues {
    padding: 10px 0 0;
    background: #fff;
    overflow: hidden;
}

.gyc-venues .container {
    overflow: hidden;
}

.gyc-venues-swiper {
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    padding: 10px 20px 60px;
}

.gyc-venues-swiper .swiper-wrapper {
    align-items: stretch;
}

.gyc-venue-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(90, 89, 89, 0.53);
    text-align: center;
    padding: 0 0 25px;
    height: 100%;
    transition: box-shadow 0.3s;
}

.gyc-venue-card:hover {
    box-shadow: 0 0 10px 0 var(--gyc-primary);
}

.gyc-venue-card__image {
    width: 100%;
    height: 223px;
    flex: none;
    overflow: hidden;
    border-radius: 10px;
}

.gyc-venue-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 10px;
}

.gyc-venue-card h4 {
    font-weight: 100;
    font-size: 1.6rem;
    color: #242424;
    text-align: center;
    margin: 20px 20px 8px;
    font-family: 'Trebuchet MS';
}

.gyc-venue-card__divider {
    width: 40%;
    height: 2px;
    background: var(--gyc-primary);
    margin: 0 auto 30px;
}

.gyc-venue-card__meta {
    flex: 1 0 auto;
    list-style: none;
    margin: 0 15px 18px;
    padding: 0;
    text-align: left;
}

.gyc-venue-card__meta li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 15px;
    font-weight: 400;
    color: var(--gyc-secondary);
    margin-bottom: 30px;
}

.gyc-venue-card__meta li svg {
    width: 13px;
    height: 13px;
    flex: none;
    margin-top: 3px;
    fill: var(--gyc-primary);
}

.gyc-venue-btn {
    display: block;
    margin: 0 15px;
    padding: 9px 26px;
    border-radius: 5px;
    background: var(--gyc-primary);
    color: var(--gyc-secondary);
    font-weight: 500;
    font-size: 18px;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease;
    font-family: 'Trebuchet MS';
}

.gyc-venue-btn:hover {
    background: var(--gyc-secondary);
    color: #fff;
}

.gyc-venues-swiper .swiper-button-prev,
.gyc-venues-swiper .swiper-button-next {
    color: var(--gyc-primary);
    top: calc(50% - 30px);
}

/* Hide the default Swiper ::after text arrow — we use inline SVG instead */
.gyc-venues-swiper .swiper-button-prev::after,
.gyc-venues-swiper .swiper-button-next::after {
    display: none;
}

.gyc-venues-swiper .swiper-button-prev svg,
.gyc-venues-swiper .swiper-button-next svg {
    width: 28px;
    height: 28px;
    fill: var(--gyc-primary);
}

.gyc-venues-swiper .swiper-button-prev {
    left: -5px;
}

.gyc-venues-swiper .swiper-button-next {
    right: -5px;
}

.gyc-venues-swiper .swiper-button-prev:hover,
.gyc-venues-swiper .swiper-button-next:hover {
    color: var(--gyc-secondary);
}

.gyc-venues-swiper .swiper-button-prev:hover svg,
.gyc-venues-swiper .swiper-button-next:hover svg {
    fill: var(--gyc-secondary);
}

/* ---------------------------------------------------------------------- */
/* Latest events — vertical <marquee> ticker in a card                    */
/* ---------------------------------------------------------------------- */

.gyc-events {
    padding: 30px 15px;
    text-align: center;
}

.gyc-events h2 {
    font-family: 'Trebuchet MS';
    font-weight: 600;
    text-transform: uppercase;
    color: var(--gyc-secondary);
    margin: 0 0 12px;
}

.gyc-events__subtitle {
    font-family: auto;
    font-size: 18px;
    color: var(--gyc-secondary);
    margin: 0 0 20px;
}

@media (max-width: 767px) {
    .gyc-events h2 {
        font-size: 28px;
    }
}

.gyc-events-box {
    display: inline-flex;
    flex-direction: column;
    align-items: stretch;
    margin: 30px auto 50px;
    max-width: 100%;
    width: 100%;
    border-radius: 15px;
    box-shadow: 0 0 10px 0 rgba(211, 211, 211, 0.5);
    background: var(--gyc-secondary);
    padding: 15px;
}

.gyc-events-box__label {
    width: 100%;
    display: inline-block;
    align-self: flex-start;
    background: var(--gyc-primary);
    color: var(--gyc-secondary);
    font-family: "Trebuchet MS", sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 15px;
    padding: 8px 18px;
    margin-bottom: 15px;
    text-align: left;
    animation: gyc-pulse 2s infinite;
}

.gyc-events-box marquee {
    height: 115px;
    width: 100%;
    padding-left: 35px;
}

.gyc-events-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.gyc-events-box ul li {
    line-height: 40px;
    color: var(--gyc-primary);
    font-size: 18px;
    list-style: none;
}

/* ---------------------------------------------------------------------- */
/* Pulse animation (shared — button + events label)                       */
/* ---------------------------------------------------------------------- */

@keyframes gyc-pulse {
    0%   { box-shadow: 0 0 0 0   rgb(255, 255, 255); }
    70%  { box-shadow: 0 0 0 10px rgba(248, 191, 90, 0);  }
    100% { box-shadow: 0 0 0 0   rgba(248, 191, 90, 0);  }
}