.elementor-436 .elementor-element.elementor-element-925760e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-loop-grid .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-loop-grid .elementor-pagination{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-loop-grid .e-load-more-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-436 .elementor-element.elementor-element-ad23e6a{--grid-columns:2;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-436 .elementor-element.elementor-element-ad23e6a{--grid-columns:2;}}@media(max-width:767px){.elementor-436 .elementor-element.elementor-element-ad23e6a{--grid-columns:1;}}/* Start custom CSS *//* =================================
   PROMO PAGE WRAPPER
   ================================= */

.si-promo-page {
    position: relative;
    overflow: hidden;
    background-color: #000000 !important;
    min-height: 100vh;
}

/* =================================
   FLOATING TEXT - CONFETTI STYLE
   ================================= */

.si-promo-page .si-floating-html,
.si-promo-page .si-floating-html > .elementor-widget-container {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 1 !important;
    pointer-events: none;
    overflow: visible !important;
}

.si-floating-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.si-floating-text span {
    position: absolute;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #C9A961;
    opacity: 0.35;
    transform: rotate(var(--rotate, 0deg));
    font-size: var(--size, 1rem);
    white-space: nowrap;
    animation: confettiFade 4s ease-in-out infinite;
    text-shadow: 0 0 20px rgba(201, 169, 97, 0.3);
}

.si-floating-text span:nth-child(odd) {
    animation-duration: 5s;
    animation-direction: reverse;
}

.si-floating-text span:nth-child(3n) {
    animation-duration: 6s;
}

.si-floating-text span:nth-child(4n) {
    animation-duration: 3.5s;
}

@keyframes confettiFade {
    0%, 100% {
        opacity: 0.2;
        transform: rotate(var(--rotate, 0deg)) scale(1);
    }
    50% {
        opacity: 0.5;
        transform: rotate(var(--rotate, 0deg)) scale(1.05);
    }
}

/* =================================
   PROMOTIONS HERO - GLASS EFFECT
   ================================= */

.si-promo-hero {
    text-align: center;
    padding: 4rem 2rem;
    margin: 2rem auto;
    position: relative;
    z-index: 2;
    pointer-events: auto;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(201, 169, 97, 0.15);
    border-radius: 24px;
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.05),
        inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}

.si-promo-hero h1 {
    font-size: clamp(2.5rem, 7vw, 4.5rem);
    font-weight: 800;
    color: #FFFFFF;
    margin: 0 0 1.25rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    background: linear-gradient(180deg, #FFFFFF 0%, #C9A961 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    white-space: nowrap;
}

.si-promo-hero p {
    font-size: 1.15rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.8;
    margin: 0 auto;
    max-width: 600px;
}

/* =================================
   PROMOTIONS GRID - GLASS CARDS
   ================================= */

.si-promotions-grid {
    gap: 2.5rem !important;
    position: relative;
    z-index: 2;
    padding: 2rem !important;
}

.si-promo-card {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(201, 169, 97, 0.2);
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
    cursor: pointer;
}

.si-promo-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #C9A961 0%, #E5C158 50%, #C9A961 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 3;
}

.si-promo-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.08) 0%,
        rgba(255, 255, 255, 0) 50%,
        rgba(0, 0, 0, 0.05) 100%
    );
    pointer-events: none;
    z-index: 1;
}

/* HOVER - ZOOM UP EFFECT */
.si-promo-card:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(201, 169, 97, 0.5);
    transform: scale(1.15) translateY(-10px);
    z-index: 100;
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.5),
        0 0 40px rgba(201, 169, 97, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.si-promo-card:hover::before {
    opacity: 1;
}

.si-promo-image {
    overflow: hidden;
    border-radius: 16px 16px 0 0;
    position: relative;
    z-index: 2;
}

.si-promo-image img {
    width: 100%;
    height: auto;
    transition: transform 0.5s ease;
}

.si-promo-card:hover .si-promo-image img {
    transform: scale(1.08);
}

.si-promo-title {
    padding: 1.25rem 1.5rem 0.5rem;
    margin: 0;
    position: relative;
    z-index: 2;
}

.si-promo-title h3,
.si-promo-title .elementor-heading-title {
    color: #FFFFFF !important;
    font-size: 1.35rem;
    font-weight: 600;
    text-align: center;
    margin: 0;
    transition: color 0.3s ease;
}

.si-promo-card:hover .si-promo-title h3,
.si-promo-card:hover .si-promo-title .elementor-heading-title {
    color: #C9A961 !important;
}

.si-promo-date {
    padding: 0.5rem 1.5rem 1.25rem;
    position: relative;
    z-index: 2;
}

.si-promo-date,
.si-promo-date .elementor-post-info,
.si-promo-date .elementor-post-info__item {
    color: rgba(255, 255, 255, 0.6) !important;
    font-size: 0.85rem;
    text-align: center;
    justify-content: center;
}

/* =================================
   MOBILE RESPONSIVE
   ================================= */

@media only screen and (max-width: 1024px) {
    .si-floating-text span {
        font-size: calc(var(--size, 1rem) * 0.8);
        opacity: 0.25;
    }
    
    .si-promo-hero {
        padding: 3rem 1.5rem;
        margin: 1.5rem;
    }
    
    .si-promo-hero h1 {
        white-space: normal;
    }
    
    .si-promo-card:hover {
        transform: scale(1.08) translateY(-8px);
    }
}

@media only screen and (max-width: 767px) {
    .si-floating-text {
        display: none;
    }
    
    .si-promo-hero {
        padding: 2.5rem 1.5rem;
        margin: 1rem;
        border-radius: 16px;
    }
    
    .si-promo-hero h1 {
        font-size: clamp(1.8rem, 6vw, 2.5rem);
    }
    
    .si-promo-hero p {
        font-size: 1rem;
    }
    
    .si-promotions-grid {
        gap: 2rem !important;
        padding: 1rem !important;
    }
    
    .si-promo-card {
        border-radius: 12px;
    }
    
    .si-promo-card:hover {
        transform: scale(1.03) translateY(-4px);
    }
    
    .si-promo-title h3,
    .si-promo-title .elementor-heading-title {
        font-size: 1.15rem;
    }
    
    .si-promo-title {
        padding: 1rem 1rem 0.375rem;
    }
    
    .si-promo-date {
        padding: 0.375rem 1rem 1rem;
    }
}/* Footer spacing */
.si-promo-page {
    padding-bottom: 6rem !important;
}/* End custom CSS */