/********** Full Updated Template CSS (Premium Dark Header + Modern Offer Bar) **********/
:root {
    --primary: #F77D0A;
    --secondary: #2B2E4A;
    --light: #F4F5F8;
    --dark: #000000;
}
Body{
    width: 100%;
}

/* GLOBAL */
.container-fluid {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

/********** PREMIUM DARK HEADER **********/
.navbar {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d1b69 50%, #1a1a1a 100%) !important;
    padding: 12px 20px !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.6);
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap !important;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 90;
}

.bg-dark {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d1b69 50%, #1a1a1a 100%) !important;
}

.navbar-brand img {
    height: 180px; /* Bigger logo but controlled height */
    width: auto; /* Keep proportion */
    max-width: 220px;
    object-fit: contain;
    filter: brightness(1.15);
}

/* Keep navbar height fixed so image doesn't stretch it */
.navbar {
    height: 95px; /* you can adjust this */
    display: flex;
    align-items: center;
}

.navbar-dark .navbar-nav .nav-link {
    padding: 30px 15px;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #e6e6e6 !important;
    transition: 0.3s;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: #F7C40A !important;
    text-shadow: 0 0 6px rgba(247,196,10,0.7);
}


/********** OLD TEMPLATE COMPONENTS (KEPT) **********/
.nav-bar::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    top: 0;
    left: 0;
    background: var(--dark);
}

.nav-bar::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
    background: #ffffff;
}

/********** UPDATED NAVBAR STYLES **********/
.navbar-nav .nav-link {
    padding: 12px 20px !important;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #e6e6e6 !important;
    transition: all 0.3s ease;
    border-radius: 5px;
    margin: 0 5px;
    display: flex;
    align-items: center;
}

.navbar-nav .nav-link:hover {
    color: #F7C40A !important;
    background: rgba(247, 196, 10, 0.1);
    transform: translateY(-2px);
}

.navbar-nav .nav-link i {
    font-size: 18px;
    width: 20px;
    text-align: center;
}

.navbar-toggler {
    border: 2px solid #F7C40A;
    padding: 5px 10px;
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 2px rgba(247, 196, 10, 0.5);
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(247, 196, 10, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Mobile responsive styles */
@media (max-width: 991.98px) {
    .navbar-collapse {
        background: linear-gradient(90deg, #000000, #1a1a1a);
        padding: 20px;
        border-radius: 10px;
        margin-top: 10px;
        z-index: 10004;
        box-shadow: 0 5px 15px rgba(0,0,0,0.5);
        position: absolute;
        top: 110px;
        right:0;
        
    }
    
    .navbar-nav .nav-link {
        padding: 15px 20px !important;
        margin: 5px 0;
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }
    
    .navbar-nav .nav-link:last-child {
        border-bottom: none;
    }
}

@media (max-width: 991.98px) {
    .navbar-dark .navbar-nav .nav-link {
        padding: 10px 15px;
        font-size: 15px;
    }
    .navbar-brand img {
        width: 175px;
    }
}

/********** MODERN OFFER BAR **********/
/* Push content below fixed navbar */
body { padding-top: 140px; }

.offer-bar {
    width: 100%;
    background: linear-gradient(135deg, 
        #000000 0%, 
        #1a1a1a 25%, 
        #2d1b69 50%, 
        #1a1a1a 75%, 
        #000000 100%);
    border-bottom: 2px solid var(--primary);
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.4),
        0 2px 8px rgba(247, 125, 10, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    position: fixed;
    top: 95px;
    left: 0;
    z-index: 9999;
    backdrop-filter: blur(10px);
    overflow: hidden;
}

.offer-bar::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(247, 125, 10, 0.1), 
        rgba(255, 215, 0, 0.1), 
        transparent);
    animation: shimmer 3s infinite;
}

.offer-bar::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, 
        transparent, 
        var(--primary), 
        #FFD700, 
        var(--primary), 
        transparent);
    animation: glow 2s ease-in-out infinite alternate;
}

.offer-bar marquee {
    font-size: 16px;
    font-weight: 800;
    color: #FFD700;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    text-shadow: 
        0 0 10px rgba(255, 215, 0, 0.5),
        0 0 20px rgba(247, 125, 10, 0.3),
        0 2px 4px rgba(0, 0, 0, 0.8);
    padding: 8px 0;
    position: relative;
    z-index: 2;
}

/* Animated text effects */
.offer-bar marquee span {
    background: linear-gradient(135deg, #FFD700, #FFA500, #FFD700);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: textGlow 2s ease-in-out infinite alternate;
}

/* Floating particles */
.offer-bar .particle {
    position: absolute;
    width: 4px;
    height: 4px;
    background: #FFD700;
    border-radius: 50%;
    animation: float 6s infinite linear;
    opacity: 0.6;
}

.offer-bar .particle:nth-child(1) { top: 20%; left: 10%; animation-delay: 0s; }
.offer-bar .particle:nth-child(2) { top: 60%; left: 20%; animation-delay: 1s; }
.offer-bar .particle:nth-child(3) { top: 30%; left: 30%; animation-delay: 2s; }
.offer-bar .particle:nth-child(4) { top: 70%; left: 40%; animation-delay: 3s; }
.offer-bar .particle:nth-child(5) { top: 40%; left: 50%; animation-delay: 4s; }
.offer-bar .particle:nth-child(6) { top: 80%; left: 60%; animation-delay: 5s; }
.offer-bar .particle:nth-child(7) { top: 50%; left: 70%; animation-delay: 6s; }
.offer-bar .particle:nth-child(8) { top: 20%; left: 80%; animation-delay: 7s; }
.offer-bar .particle:nth-child(9) { top: 60%; left: 90%; animation-delay: 8s; }

/* Animations */
@keyframes shimmer {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(200%); }
}

@keyframes glow {
    0% { opacity: 0.5; }
    100% { opacity: 1; }
}

@keyframes textGlow {
    0% { 
        text-shadow: 
            0 0 10px rgba(255, 215, 0, 0.5),
            0 0 20px rgba(247, 125, 10, 0.3);
    }
    100% { 
        text-shadow: 
            0 0 15px rgba(255, 215, 0, 0.8),
            0 0 30px rgba(247, 125, 10, 0.5),
            0 0 40px rgba(255, 215, 0, 0.3);
    }
}

@keyframes float {
    0%, 100% { 
        transform: translateY(0px) scale(1);
        opacity: 0.6;
    }
    50% { 
        transform: translateY(-10px) scale(1.2);
        opacity: 1;
    }
}

/* Pulse animation for special offers */
.offer-pulse {
    display: inline-block;
    animation: pulse 1.5s infinite;
    background: linear-gradient(135deg, #FFD700, #FF6B00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 900;
}

@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}

/* Responsive Design */
@media (max-width: 768px) {
    .offer-bar {
        top: 90px;
    }
    
    .offer-bar marquee {
        font-size: 14px;
        letter-spacing: 1px;
        padding: 6px 0;
    }
    
    .offer-bar::before {
        animation-duration: 4s;
    }
}

@media (max-width: 480px) {
    
    .offer-bar marquee {
        font-size: 12px;
        letter-spacing: 0.5px;
    }
    
    .particle {
        display: none; /* Hide particles on very small screens */
    }
}

/* Optional: Add countdown timer style */
.countdown {
    display: inline-flex;
    align-items: center;
    background: rgba(247, 125, 10, 0.2);
    padding: 4px 12px;
    border-radius: 20px;
    border: 1px solid rgba(247, 125, 10, 0.5);
    margin: 0 10px;
    font-weight: 700;
}

.countdown i {
    margin-right: 6px;
    color: #FFD700;
}

/********** GENERAL STYLES **********/
.img-width {
    width: 40%;
}

h1, h2, .font-weight-bold { font-weight: 700 !important; }
h3, h4, .font-weight-semi-bold { font-weight: 600 !important; }
h5, h6, .font-weight-medium { font-weight: 500 !important; }

.btn-primary {
    color: #000 !important;
    background-color: #e9ea0c !important;
    border-color: #e9ea0c !important;
}

.btn-square { width: 36px; height: 36px; }
.btn-sm-square { width: 28px; height: 28px; }
.btn-lg-square { width: 46px; height: 46px; }
.btn-square, .btn-sm-square, .btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}


/********** ADDED: SECTION SPACING **********/
/* Add 20px gap between each section */
.container-fluid:not(.position-relative):not(.p-0),
.container.py-5,
.container.pt-5.pb-3,
.container.pb-3 {
    margin-bottom: 30px !important;
}

/* Specific spacing for carousel section */
.container-fluid.p-0 {
    margin-bottom: 30px !important;
}

/* Vendor section spacing */
.container-fluid > .container,
.container-fluid > div:not(.position-relative) {
    margin-bottom: 30px !important;
}

/* About section spacing */
.container-fluid .pb-3 {
    margin-bottom: 30px !important;
}

/* Banner section spacing */
.container-fluid .container {
    margin-bottom: 30px !important;
}

.page-header {
    height: 400px;
    margin-bottom: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(rgba(28,30,50,.9), rgba(28,30,50,.9)), url(../img/bg-banner.jpg);
    background-attachment: fixed;
}

@media (max-width: 991.98px) {
    .page-header { height: 300px; }
}

.service-item {
    height: 320px;
    background: var(--secondary);
    transition: .5s;
}
.service-item:hover,
.service-item.active { background: var(--secondary); }
.service-item h1,
.service-item h4 {
    transition: .5s;
    color: var(--light);
}
.service-item:hover h1,
.service-item.active h1 { color: var(--dark) !important; }
.service-item:hover h4,
.service-item.active h4 { color: var(--light); }

.rent-item {
    padding: 30px;
    height: 420px;
    text-align: center;
    transition: .5s;
}
.rent-item:hover,
.rent-item.active { background: var(--secondary); }
.rent-item h4 {
    transition: .5s;
    color: var(--light);
}

.team-item {
    padding: 30px 30px 0 30px;
    text-align: center;
    background: var(--light);
    transition: .5s;
}
.team-item:hover,
.owl-item.center .team-item {
    background: var(--secondary);
}
.team-item .team-social {
    top: 0;
    left: 0;
    opacity: 0;
    transition: .5s;
    background: var(--light);
}
.team-item:hover .team-social {
    opacity: 1;
    background: var(--secondary);
}

.team-carousel .owl-nav,
.related-carousel .owl-nav {
    position: absolute;
    width: 100%;
    height: 60px;
    top: calc(50% - 30px);
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.team-carousel .owl-nav .owl-prev,
.team-carousel .owl-nav .owl-next,
.related-carousel .owl-nav .owl-prev,
.related-carousel .owl-nav .owl-next {
    position: relative;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    background: var(--primary);
    font-size: 22px;
    transition: .5s;
}

.vendor-carousel .owl-dot,
.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 20px;
    height: 20px;
    background: var(--secondary);
    transition: .5s;
}

.vendor-carousel .owl-dot.active,
.testimonial-carousel .owl-dot.active {
    width: 40px;
    height: 40px;
    background: var(--primary);
}

.bg-banner {
    background: linear-gradient(rgba(28,30,50,.9), rgba(28,30,50,.9)), url(../img/bg-banner.jpg);
    background-attachment: fixed;
}

/********** SITES WE PROVIDE SECTION STYLES **********/
.site-item {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.3);
    transition: all 0.4s ease;
    background: var(--secondary);
    border: 2px solid transparent;
}

.site-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(247,125,10,0.3);
    border-color: var(--primary);
}

.site-image {
    width: 100%;
    height: 220px;
    object-fit: contain;
    background: #1a1a1a;
    padding: 20px;
    transition: all 0.4s ease;
}

.site-item:hover .site-image {
    transform: scale(1.08);
    filter: brightness(0.8);
}

.site-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(247,125,10,0.9), rgba(43,46,74,0.95));
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    opacity: 0;
    transform: scale(0.9);
    transition: all 0.4s ease;
    padding: 20px;
    text-align: center;
}

.site-item:hover .site-overlay {
    opacity: 1;
    transform: scale(1);
}

.site-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    color: var(--light);
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.site-buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    max-width: 200px;
}

.btn-demo, .btn-get-id {
    padding: 12px 20px;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.btn-demo {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white !important;
}

.btn-demo:hover {
    background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(102,126,234,0.4);
    color: white !important;
}

.btn-get-id {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    color: white !important;
}

.btn-get-id:hover {
    background: linear-gradient(135deg, #f5576c 0%, #f093fb 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(245,87,108,0.4);
    color: white !important;
}

/* Information Message Styles */
.info-message {
    background: linear-gradient(135deg, var(--primary), #ff9c32);
    padding: 18px 35px;
    border-radius: 50px;
    display: inline-block;
    box-shadow: 0 6px 20px rgba(247,125,10,0.4);
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.info-message:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(247,125,10,0.6);
    border-color: #ffd700;
}

.info-link {
    color: white !important;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.info-link:hover {
    color: white !important;
    text-decoration: none;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .site-buttons {
        flex-direction: column;
        gap: 10px;
    }
    
    .btn-demo, .btn-get-id {
        padding: 10px 16px;
        font-size: 13px;
    }
    
    .site-title {
        font-size: 18px;
        margin-bottom: 15px;
    }
    
    .info-message {
        padding: 15px 25px;
    }
    
    .info-link {
        font-size: 16px;
    }
}



/********** INSTAGRAM SECTION STYLES **********/
.instagram-section {
    background: linear-gradient(135deg, #000000, #1a1a1a) !important;
    padding: 50px 0;
    border-top: 3px solid var(--primary);
    border-bottom: 3px solid var(--primary);
}

.instagram-widget {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    padding: 30px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.instagram-widget h5 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 25px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.instagram-brand {
    color: #E1306C;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.elfsight-instagram-container {
    margin-top: 15px;
    border-radius: 15px;
    overflow: hidden;
    min-height: 350px;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* Custom styling for Elfsight widget */
.elfsight-app-21b76179-91da-4f4d-9814-f3ebe1db55ef {
    border-radius: 15px !important;
    min-height: 350px;
    width: 100% !important;
}

/* Ensure the widget fits properly */
.elfsight-app-21b76179-91da-4f4d-9814-f3ebe1db55ef iframe {
    border-radius: 15px !important;
    border: none !important;
    min-height: 350px;
    width: 100% !important;
}

/* Loading state styles */
.instagram-loading {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #2a2a2a, #1a1a1a);
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #ccc;
    z-index: 10;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

.instagram-loading.hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.loading-spinner {
    text-align: center;
    margin-bottom: 20px;
}

.loading-spinner i {
    font-size: 32px;
    color: var(--primary);
    margin-bottom: 10px;
}

.loading-spinner span {
    display: block;
    font-size: 16px;
    color: #888;
    font-weight: 500;
}

.loading-dots {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
}

.loading-dots div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: var(--primary);
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.loading-dots div:nth-child(1) {
    left: 8px;
    animation: loading-dots1 0.6s infinite;
}

.loading-dots div:nth-child(2) {
    left: 8px;
    animation: loading-dots2 0.6s infinite;
}

.loading-dots div:nth-child(3) {
    left: 32px;
    animation: loading-dots2 0.6s infinite;
}

.loading-dots div:nth-child(4) {
    left: 56px;
    animation: loading-dots3 0.6s infinite;
}

@keyframes loading-dots1 {
    0% { transform: scale(0); }
    100% { transform: scale(1); }
}

@keyframes loading-dots3 {
    0% { transform: scale(1); }
    100% { transform: scale(0); }
}

@keyframes loading-dots2 {
    0% { transform: translate(0, 0); }
    100% { transform: translate(24px, 0); }
}

/* Widget loaded state */
.elfsight-app-21b76179-91da-4f4d-9814-f3ebe1db55ef[data-elfsight-app-loaded] {
    opacity: 1;
    visibility: visible;
    animation: widgetFadeIn 0.8s ease-out;
}

@keyframes widgetFadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/********** UPDATED FOOTER STYLES **********/
.footer {
    background: linear-gradient(135deg, #000000, #1a1a1a) !important;
    padding: 30px 0 20px;
    border-top: 3px solid var(--primary);
}

.contact-info {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    padding: 30px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    max-width: 500px;
    margin: 0 auto;
}

.whatsapp-btn .btn {
    background: linear-gradient(135deg, #25D366, #128C7E);
    border: none;
    border-radius: 10px;
    padding: 12px 25px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
}

.whatsapp-btn .btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.5);
}

.contact-details p {
    font-size: 14px;
    margin-bottom: 8px;
}

.contact-details i {
    color: var(--primary);
    width: 20px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .instagram-section {
        padding: 30px 0;
    }
    
    .instagram-widget {
        padding: 20px;
    }
    
    .instagram-widget h5 {
        font-size: 1.5rem;
    }
    
    .elfsight-instagram-container {
        min-height: 250px;
    }
    
    .elfsight-app-21b76179-91da-4f4d-9814-f3ebe1db55ef,
    .elfsight-app-21b76179-91da-4f4d-9814-f3ebe1db55ef iframe {
        min-height: 250px;
    }
    
    .footer {
        padding: 20px 0 15px;
    }
    
    .contact-info {
        padding: 20px;
    }
}

@media (max-width: 480px) {
    .elfsight-instagram-container {
        min-height: 200px;
    }
    
    .elfsight-app-21b76179-91da-4f4d-9814-f3ebe1db55ef,
    .elfsight-app-21b76179-91da-4f4d-9814-f3ebe1db55ef iframe {
        min-height: 200px;
    }
    
    .loading-dots {
        width: 60px;
        height: 60px;
    }
    
    .loading-dots div {
        top: 23px;
        width: 10px;
        height: 10px;
    }
}

/********** MODERN CAROUSEL STYLES **********/
#header-carousel {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    margin: 20px auto;
    max-width: 95%;
    box-shadow: 
        0 25px 50px -12px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgba(243, 243, 243, 0.473);
}

.carousel-inner {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.carousel-item {
    position: relative;
    transition: transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.carousel-item img {
    width: 100%;
    height: 600px;
    object-fit: fill;
    object-position: center;
    filter: brightness(0.8);
    transition: all 1.2s ease;
}

.carousel-item.active img {
    filter: brightness(1);
    transform: scale(1.02);
    background-color: whitesmoke;
}

/* Modern Overlay */
.carousel-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        135deg,
        rgba(250, 130, 17, 0.1) 0%,
        rgba(26, 26, 26, 0.4) 50%,
        rgba(45, 27, 105, 0.3) 100%
    );
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
}

.carousel-content {
    text-align: center;
    color: white;
    transform: translateY(30px);
    opacity: 0;
    transition: all 1s ease 0.3s;
}

.carousel-item.active .carousel-content {
    transform: translateY(0);
    opacity: 1;
}

.carousel-content h3 {
    font-size: 3.5rem;
    font-weight: 900;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 2px;

    /* Brighter + more solid gradient */
    background: linear-gradient(135deg, #ffffff 10%, #ffe3b8 40%, var(--primary) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;

    /* Removed ALL shadows */
}


.carousel-content p {
    font-size: 1.4rem;
    font-weight: 300;
    letter-spacing: 1px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
    color: #e6e6e6;
}

/* Modern Indicators */
.carousel-indicators {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    display: flex;
    gap: 12px;
    z-index: 10;
}

.carousel-indicators li {
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    overflow: hidden;
}

.carousel-indicators li::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: var(--primary);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.carousel-indicators li.active {
    border-color: var(--primary);
    transform: scale(1.2);
}

.carousel-indicators li.active::before {
    width: 12px;
    height: 12px;
}

.carousel-indicators li:hover {
    border-color: var(--primary);
    transform: scale(1.1);
}

/* Progress Bar */
.carousel-progress {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: rgba(255, 255, 255, 0.2);
    z-index: 10;
}

.carousel-progress-bar {
    height: 100%;
    background: linear-gradient(90deg, var(--primary), #ff9c32);
    width: 0%;
    transition: width 3s linear;
}

.carousel-item.active ~ .carousel-progress .carousel-progress-bar {
    width: 100%;
}

/* Hover Effects */
.carousel-inner:hover .carousel-item img {
    transform: scale(1.05);
}

.carousel-inner:hover .carousel-progress-bar {
    animation-play-state: paused;
}

/* Floating Elements */
.carousel::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(
        circle at center,
        rgba(247, 125, 10, 0.05) 0%,
        transparent 70%
    );
    animation: float 8s ease-in-out infinite;
    pointer-events: none;
    z-index: 1;
}

@keyframes float {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-20px) rotate(180deg); }
}

/* Responsive Design */
@media (max-width: 1200px) {
    .carousel-item img {
        height: 500px;
    }
    
    .carousel-content h3 {
        font-size: 3rem;
    }
    
    .carousel-content p {
        font-size: 1.2rem;
    }
}

@media (max-width: 768px) {
    #header-carousel {
        margin: 15px auto;
        border-radius: 15px;
    }
    
    .carousel-item img {
        height: 400px;
    }
    
    .carousel-content h3 {
        font-size: 2.2rem;
    }
    
    .carousel-content p {
        font-size: 1.1rem;
    }
    
    .carousel-overlay {
        padding: 30px 20px;
    }
    
    .carousel-indicators {
        bottom: 20px;
    }
    
    .carousel-indicators li {
        width: 14px;
        height: 14px;
    }
    
    .carousel-indicators li.active::before {
        width: 10px;
        height: 10px;
    }
}

@media (max-width: 576px) {
    .carousel-item img {
        height: 350px;
    }
    
    .carousel-content h3 {
        font-size: 1.8rem;
    }
    
    .carousel-content p {
        font-size: 1rem;
    }
    
    .carousel-overlay {
        padding: 20px 15px;
    }
    
    .carousel-indicators {
        bottom: 15px;
        gap: 8px;
    }
    
    .carousel-indicators li {
        width: 12px;
        height: 12px;
    }
    
    .carousel-indicators li.active::before {
        width: 8px;
        height: 8px;
    }
}

/* Smooth Auto-rotation */
.carousel {
    perspective: 1000px;
}

.carousel-item {
    backface-visibility: hidden;
    transform-style: preserve-3d;
}

/* Loading State */
.carousel-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
}

.carousel-loading .spinner {
    width: 60px;
    height: 60px;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-top: 3px solid var(--primary);
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


/********** ABOUT BANNER STYLES **********/
.about-banner-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 20px;
    background: transparent;
}

.about-banner-link {
    display: block;
    text-decoration: none;
    width: 100%;
    max-width: 1000px;
}

.about-banner-box {
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    background: #000;
}

.about-banner-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
}

/* Video styling */
.bb-media {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 15px;
    transition: transform 0.3s ease;
}

.about-banner-box:hover .bb-media {
    transform: scale(1.02);
}

/* Responsive Design */
@media (max-width: 768px) {
    .about-banner-container {
        padding: 30px 15px;
    }
    
    .about-banner-box {
        border-radius: 12px;
    }
    
    .bb-media {
        border-radius: 12px;
    }
}

@media (max-width: 576px) {
    .about-banner-container {
        padding: 20px 10px;
    }
    
    .about-banner-box {
        border-radius: 10px;
    }
    
    .bb-media {
        border-radius: 10px;
    }
    
    .about-banner-box:hover {
        transform: translateY(-3px);
    }
}

/********** DISCLAIMER SECTION STYLES **********/
.disclaimer-section {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d1b69 50%, #1a1a1a 100%);
    position: relative;
    overflow: hidden;
}

.disclaimer-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 80%, rgba(120, 119, 198, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(255, 119, 198, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 40% 40%, rgba(120, 219, 255, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

.disclaimer-header {
    position: relative;
    z-index: 2;
}

.disclaimer-icon {
    font-size: 3rem;
    color: var(--primary);
    margin-bottom: 1rem;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}

.disclaimer-title {
    color: #fff;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.disclaimer-subtitle {
    color: var(--primary);
    font-size: 1.2rem;
    font-weight: 300;
    letter-spacing: 1px;
}

/* Disclaimer Cards */
.disclaimer-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 2rem 1.5rem;
    text-align: center;
    height: 100%;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.disclaimer-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: left 0.5s ease;
}

.disclaimer-card:hover::before {
    left: 100%;
}

.disclaimer-card:hover {
    transform: translateY(-10px);
    border-color: var(--primary);
    box-shadow: 0 15px 30px rgba(247, 125, 10, 0.2);
}

.card-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 2rem;
    transition: all 0.3s ease;
}

.disclaimer-card:hover .card-icon {
    transform: scale(1.1) rotate(5deg);
}

/* Individual Icon Colors */
.age-restriction {
    background: linear-gradient(135deg, #ff6b6b, #ee5a52);
    color: white;
}

.geo-restriction {
    background: linear-gradient(135deg, #4ecdc4, #44a08d);
    color: white;
}

.responsible-gaming {
    background: linear-gradient(135deg, #ffd93d, #ff9c32);
    color: white;
}

.legal {
    background: linear-gradient(135deg, #6c5ce7, #a29bfe);
    color: white;
}

.privacy {
    background: linear-gradient(135deg, #00b894, #00a085);
    color: white;
}

.terms {
    background: linear-gradient(135deg, #fd79a8, #e84393);
    color: white;
}

.card-title {
    color: #fff;
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.card-text {
    color: #ccc;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

/* Card Badges */
.card-age, .restricted-tag, .help-line, .compliance-badge, .security-level, .terms-link {
    display: inline-block;
    padding: 0.5rem 1rem;
    border-radius: 25px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.card-age {
    background: rgba(255, 107, 107, 0.2);
    color: #ff6b6b;
    border: 1px solid #ff6b6b;
}

.restricted-tag {
    background: rgba(78, 205, 196, 0.2);
    color: #4ecdc4;
    border: 1px solid #4ecdc4;
}

.help-line {
    background: rgba(255, 217, 61, 0.2);
    color: #ffd93d;
    border: 1px solid #ffd93d;
}

.compliance-badge, .security-level {
    background: rgba(108, 92, 231, 0.2);
    color: #6c5ce7;
    border: 1px solid #6c5ce7;
}

.terms-link {
    background: rgba(253, 121, 168, 0.2);
    color: #fd79a8;
    border: 1px solid #fd79a8;
}

.compliance-badge i, .security-level i {
    margin-right: 5px;
}

/* Warning Banner */
.warning-banner {
    background: linear-gradient(135deg, rgba(255, 107, 107, 0.1), rgba(238, 90, 82, 0.1));
    border: 1px solid rgba(255, 107, 107, 0.3);
    border-radius: 15px;
    padding: 1.5rem;
    backdrop-filter: blur(10px);
}

.warning-content {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.warning-icon {
    font-size: 2rem;
    color: #ff6b6b;
    flex-shrink: 0;
}

.warning-text h5 {
    color: #ff6b6b;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.warning-text p {
    color: #ccc;
    font-size: 0.95rem;
    line-height: 1.6;
}

/* Quick Links */
.quick-links {
    position: relative;
    z-index: 2;
}

.links-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2rem;
}

.link-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #ccc;
    text-decoration: none;
    padding: 0.75rem 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 25px;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.05);
}

.link-item:hover {
    color: var(--primary);
    border-color: var(--primary);
    background: rgba(247, 125, 10, 0.1);
    transform: translateY(-2px);
    text-decoration: none;
}

.link-item i {
    font-size: 1.1rem;
}

/* Responsive Design */
@media (max-width: 768px) {
    .disclaimer-title {
        font-size: 2rem;
    }
    
    .disclaimer-card {
        padding: 1.5rem 1rem;
    }
    
    .card-icon {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }
    
    .warning-content {
        flex-direction: column;
        text-align: center;
    }
    
    .links-container {
        gap: 1rem;
    }
    
    .link-item {
        padding: 0.5rem 1rem;
        font-size: 0.9rem;
    }
}

@media (max-width: 576px) {
    .disclaimer-title {
        font-size: 1.8rem;
    }
    
    .links-container {
        flex-direction: column;
        align-items: center;
    }
    
    .link-item {
        width: 200px;
        justify-content: center;
    }
}

/********** OUR PROVIDERS SECTION STYLES **********/
.providers-section {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d1b69 50%, #1a1a1a 100%);
    position: relative;
    overflow: hidden;
}

.providers-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 80%, rgba(120, 119, 198, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(255, 119, 198, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 40% 40%, rgba(120, 219, 255, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

.providers-header {
    position: relative;
    z-index: 2;
}

.providers-icon {
    font-size: 3rem;
    color: var(--primary);
    margin-bottom: 1rem;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}

.providers-title {
    color: #fff;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.providers-subtitle {
    color: var(--primary);
    font-size: 1.2rem;
    font-weight: 300;
    letter-spacing: 1px;
}

/* Provider Cards */
.provider-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 0;
    overflow: hidden;
    height: 100%;
    transition: all 0.3s ease;
    position: relative;
    cursor: pointer;
}

.provider-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: left 0.5s ease;
}

.provider-card:hover::before {
    left: 100%;
}

.provider-card:hover {
    transform: translateY(-10px);
    border-color: var(--primary);
    box-shadow: 0 15px 30px rgba(247, 125, 10, 0.2);
}

.provider-image {
    width: 100%;
    height: 160px;
    overflow: hidden;
    background: #2a2a2a;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.provider-image img {
    max-height: 150px;
    max-width: 80%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.provider-card:hover .provider-image img {
    transform: scale(1.1);
}

.provider-overlay {
    padding: 1.5rem;
    text-align: center;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(5px);
}

.provider-name {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.provider-desc {
    color: #ccc;
    font-size: 0.9rem;
    line-height: 1.4;
    margin-bottom: 1rem;
}

.provider-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: linear-gradient(135deg, var(--primary), #ff9c32);
    color: white;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.provider-badge i {
    font-size: 0.9rem;
}

/* Call to Action */
.providers-cta {
    position: relative;
    z-index: 2;
}

.cta-content {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 2.5rem;
    text-align: center;
}

.cta-title {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.cta-text {
    color: #ccc;
    font-size: 1.1rem;
    margin-bottom: 2rem;
}

.btn-cta {
    display: inline-flex;
    align-items: center;
    background: linear-gradient(135deg, #25D366, #128C7E);
    color: white;
    padding: 1rem 2rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
}

.btn-cta:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.5);
    color: white;
    text-decoration: none;
}

/* Responsive Design */
@media (max-width: 768px) {
    .providers-title {
        font-size: 2rem;
    }
    
    .provider-image {
        height: 150px;
    }
    
    .provider-image img {
        max-height: 100px;
    }
    
    .provider-overlay {
        padding: 1rem;
    }
    
    .provider-name {
        font-size: 1.1rem;
    }
    
    .cta-content {
        padding: 2rem 1.5rem;
    }
    
    .cta-title {
        font-size: 1.5rem;
    }
}

@media (max-width: 576px) {
    .providers-title {
        font-size: 1.8rem;
    }
    
    .provider-card {
        margin-bottom: 1.5rem;
    }
    
    .cta-title {
        font-size: 1.3rem;
    }
    
    .btn-cta {
        padding: 0.8rem 1.5rem;
        font-size: 1rem;
    }
}


/* Make video behave exactly like img */
.banner-media {
    width: 100%;
    height: auto;
    max-width: 100%;
    display: block;
    object-fit: cover; /* Same as background-size: cover for images */
    object-position: center;
    border-radius: 15px;
    margin-bottom: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

/* If you want to set a specific height like images often have */
.banner-media.fixed-height {
    height: 400px; /* Set your desired fixed height */
    object-fit: cover; /* This will crop the video to fit the container */
}

/* Responsive video sizing */
@media (max-width: 768px) {
    .banner-media {
        height: 300px; /* Smaller height on mobile */
    }
}

@media (max-width: 576px) {
    .banner-media {
        height: 250px; /* Even smaller on very small screens */
    }
}

/* Alternative: Make video responsive like img with aspect ratio */
.banner-media.aspect-ratio {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9; /* Common video aspect ratio */
    max-width: 100%;
}

/* For full control over video dimensions */
.banner-container video.banner-media {
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    vertical-align: middle; /* Same as img default */
}

/********** GAMES SHOWCASE SECTION STYLES **********/
.games-showcase-section {
    background: linear-gradient(135deg, 
        #1a1a1a 0%, 
        #2d1b69 30%, 
        #1a1a1a 70%,
        #2d1b69 100%);
    position: relative;
    overflow: hidden;
    padding: 80px 0;
}

.games-showcase-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 80%, rgba(247, 125, 10, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(120, 119, 198, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

/* Header Styles */
.showcase-header {
    position: relative;
    z-index: 2;
}

.showcase-icon {
    font-size: 3rem;
    color: var(--primary);
    margin-bottom: 1rem;
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
}

.showcase-title {
    color: #fff;
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: linear-gradient(135deg, #fff 0%, var(--primary) 50%, #FFD700 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.showcase-subtitle {
    color: #ccc;
    font-size: 1.2rem;
    font-weight: 300;
    letter-spacing: 1px;
}

/* Games Grid */
.games-showcase-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
    margin-top: 3rem;
}

.game-showcase-item {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    cursor: pointer;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.game-showcase-item:hover {
    transform: translateY(-10px) scale(1.02);
    border-color: var(--primary);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.4),
        0 0 0 2px rgba(247, 125, 10, 0.2);
}

.game-showcase-image {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.game-showcase-image img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    transition: all 0.4s ease;
}

.game-showcase-item:hover .game-showcase-image img {
    transform: scale(1.1);
    filter: brightness(1.1);
}

.game-name-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.9));
    padding: 20px 15px 15px;
    text-align: center;
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

.game-showcase-item:hover .game-name-overlay {
    transform: translateY(0);
}

.game-name {
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

/* Alternative: Always show game names */
.game-showcase-item .game-name-overlay.always-visible {
    transform: translateY(0);
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
}


/* Hover Glow Effect */
.game-showcase-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, 
        rgba(247, 125, 10, 0.1) 0%,
        transparent 50%,
        rgba(255, 215, 0, 0.1) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
    border-radius: 20px;
}

.game-showcase-item:hover::before {
    opacity: 1;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .games-showcase-grid {
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    }
}

@media (max-width: 768px) {
    .showcase-title {
        font-size: 2.5rem;
    }
    
    .games-showcase-grid {
        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
        gap: 20px;
    }
    
    .game-showcase-image {
        height: 160px;
    }
    
    
}

@media (max-width: 576px) {
    .showcase-title {
        font-size: 2rem;
    }
    
    .games-showcase-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    
    .game-showcase-image {
        height: 140px;
    }
    
    .game-name {
        font-size: 0.9rem;
    }
    
    
}
