/* General Reset */
body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #13171F!important;
    color: #f5f5f5;
}

/* Hero Section */
.hero-section {
    position: relative;
    width: 100%;
    min-height: 500px;
    background-image: 
        linear-gradient(to bottom, rgba(19, 23, 31, 0.7) 0%, rgba(19, 23, 31, 0.3) 70%, rgba(19, 23, 31, 0) 100%), 
        url('images/pageArt/bgimage.png');
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
    z-index: 0;
}

.hero-content {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 60px 20px;
    color: white;
    margin-top: 120px!important;
}

.hero-content h1 {
    font-size: 42px;
    font-weight: 700;
    color: #ffffff;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.5);
}

.hero-content h2 {
    font-size: 28px;
    font-weight: 500;
    margin-top: 10px;
    color: #ffcc33;
}

.hero-content h3 {
    font-size: 18px;
    margin-top: 10px;
    line-height: 1.5;
    color: #ddd;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* Button Row */
.button-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 20px;
    margin: 20px 0;
}

.button-row .button1 {
    background-color: #2a2a3a;
}
.button-row .button1:hover {
    background-color: #3a3a4a;
    opacity: 0.8;
    transform: scale(1.05);
}

.button-row .button2 {
    background-color: #3a1c1c;
}
.button-row .button2:hover {
    background-color: #4a2c2c;
    opacity: 0.8;
    transform: scale(1.05);
}

.button-row .button3 {
    background-color: #1c2525;
}
.button-row .button3:hover {
    background-color: #2c3535;
    opacity: 0.8;
    transform: scale(1.05);
}

/* Responsive */
@media (max-width: 768px) {
    .hero-section {
        min-height: 300px;
        background-size: contain;
    }

    .hero-content h1 {
        font-size: 28px;
    }

    .hero-content p {
        font-size: 16px;
    }

    .button-row {
        flex-direction: column;
        gap: 15px;
    }
}

.game-selection {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}

.ls-new-section-top {
    margin-top: -100px!important;
    background-color: rgba(25, 25, 34, 0.8)!important;
}

/* Panels */
.panel {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(25, 25, 34, 0.9);
    border-radius: 12px;
    margin: 30px auto;
    max-width: 1100px;
    min-height: 280px;
    padding: 20px;
    gap: 25px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.5);
}

.panel:nth-child(2n) {
    flex-direction: row-reverse;
}

.panel img {
    width: 300px;
    border-radius: 12px;
    object-fit: cover;
    opacity: 0.55;
    filter: brightness(1.05) contrast(1.1);
    box-shadow: 0 6px 20px #00000071;
}

.panel-text {
    background-color: rgba(40, 40, 55, 0.9);
    padding: 20px 25px;
    border-radius: 10px;
    box-shadow: inset 0 0 12px rgba(0,0,0,0.4);
    flex: 1;
    transition: transform 0.2s ease;
}

.panel-text:hover {
    transform: scale(1.015);
}

.panel-text h3 {
    margin-top: 0;
    font-size: 26px;
    color: #ffcc33;
    font-weight: 600;
    text-shadow: 1px 1px 2px black;
}

.panel-text p {
    font-size: 17px;
    line-height: 1.7;
    color: #ddd;
    text-shadow: 1px 1px 2px black;
}
.testimonial-marquee {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 10px 0;
}

.testimonial-track {
    display: flex;
    gap: 20px;
    animation: scroll-testimonials 100s linear infinite;
    width: max-content;
}

.ls-testimonial-card {
    flex: 0 0 auto;
    min-width: 280px;
    background: rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: 10px;
    margin: 0;
    transition: transform 0.3s ease;
    scroll-snap-align: start;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
}
.league-services .service-card img {
    width: 100%;
    height: auto;
    max-height: 280px;
    object-fit: contain;
    margin-bottom: 10px;
}
.service-panels {
    flex-wrap: nowrap; /* Prevent wrapping so all 3 stay on one row */
    justify-content: space-between;
    gap: 20px;
}

.service-card {
    flex: 1 1 30%; /* Let them shrink if needed */
    max-width: 33%;
    box-sizing: border-box;
}

/* Let the text section behave like a card */
.service-card.text-panel {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
}

/* This makes the text vertically centered inside the text-panel */
.service-card.text-panel .ls-guarantees {
    text-align: center;
}
.service-card.text-panel {
    background: transparent;
    box-shadow: none;
    padding: 0;
}

.service-card.text-panel .ls-guarantees {
    background: none;
    box-shadow: none;
    padding: 0;
}



@keyframes scroll-testimonials {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* new css  */

.booster-select{
    outline: none !important;
    background: #33323a !important;
    color: #fff !important;
    padding: 5px 10px !important;
    border: 1px solid #ffff !important;
    border-radius: 4px !important;
}