#herosection {
    height: 550px;
    background-image: url(../src/Home/Hero/hero.png);
    background-size: cover;
    background-position: center;
    color: white;
    position: relative;
}

#herosection div {
    width: fit-content;
    text-align: center;
    position: absolute;
    top: 20%;
    left: 10%;
}

#textContent h1 {
    font-size: 80px;
    padding: 12px 0 0 0;
    font-weight: 600;
}

#textContent p {
    padding: 12px 0 0 0;
    font-size: 20px;
}

/* Responsive Styles */
@media (max-width: 1024px) {
    #textContent h1 {
        font-size: 60px;
    }
    #textContent p {
        font-size: 18px;
    }
    #herosection div {
        left: 8%;
    }
}

@media (max-width: 768px) {
    #textContent h1 {
        font-size: 45px;
    }
    #textContent p {
        font-size: 16px;
    }
    #herosection div {
        top: 15%;
        left: 5%;
    }
}

@media (max-width: 480px) {
    #textContent h1 {
        font-size: 32px;
    }
    #textContent p {
        font-size: 14px;
    }
    #herosection {
        height: 400px;
    }
    #herosection div {
        top: 10%;
        left: 5%;
    }
}


#advantages {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0 0 0;
    justify-content: center;
    gap: 40px;
}

.advantagesSection {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    font-size: 20px;
    font-weight: bold;
    border-right: 2px solid black;
    padding-right: 50px;
    flex: 0 0 auto;
}

.advantagesSection:last-child {
    border-right: none;
}

.advantagesSection img {
    margin-top: 5px;
    width: 60px;
}

.advantagesSection p {
    font-weight: 600;
}

/* Tablet & Small Laptops - 2 per row */
@media (max-width: 1024px) {
    .advantagesSection {
        font-size: 18px;
        padding-right: 30px;
        width: 45%;
        border-right: none; /* Remove right border for better mobile UX */
    }

    .advantagesSection img {
        width: 50px;
    }
}

/* Mobile Screens */
@media (max-width: 768px) {
    .advantagesSection {
        width: 45%;
        font-size: 16px;
        flex-direction: column;
        gap: 10px;
        padding-right: 0;
    }

    .advantagesSection img {
        width: 45px;
    }
}


/* img scroll section */
.featured-games {
    padding: 2rem;
    min-width: 95.5%;
    max-width: 1400px;
    margin: 0 auto;
    overflow: hidden;
    position: relative; /* For absolute positioning of arrows */
    margin-top: 80px;
    /* border: 2px solid; */
}

.games-header {
    margin-bottom: 2rem;
}

.games-header h1 {
    font-size: 42px;
    line-height: 76px;
    margin-bottom: 5px;
}
.games-header p {
    font-size: 22px;
    line-height: 20px;
}

.game-card {
    width: 200px;
    height: 250px;
    flex-shrink: 0;
    background: #1a1a1a;
    border-radius: 20px;
    overflow: hidden;
    /* border: 1px solid red; */
    background-size: cover;
    background-position: center;
    position: relative;
}

.game-card-para
{
    width: 320px;
    height: 250px;
}

.game-card h3 {
    width: 100%;
    color: white;
    text-align: center;
    background: transparent;
    font-size: 20px;
    font-weight: 500;
    position: absolute;
    bottom: 30px;
}

.game-card-para h3
{
    bottom: 50px;
}

.game-card-para-h3down h3{
    bottom: 20px;
}

.game-card-treck{
    width: 320px;
    height: 300px;
}

.game-card p {
    width: 100%;
    color: white;
    text-align: center;
    background: transparent;
    font-size: 16px !important;
    position: absolute;
    bottom: 10px;
    text-align: center;
}
.game-card-para p
{
    bottom: 25px;
}

.game-card-para-new{
    width: 320px;
    height: 280px;
    overflow: hidden;
    background-color: white;
    box-shadow: 0 1px 3px rgba(0, 0, 0.1, 0.2);

}

.game-card-para-img{
    /* border: 2px solid red; */
    height: 180px;
    border-radius: 20px 20px 0px 0px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.game-card-para-content p{
    color: black;
}

.display-flex{
    padding-left: 25px;
    text-align: left;
    display: flex;
    flex-direction: row;
    /* border: 2px solid red; */
    position: absolute;
    white-space: nowrap;
    bottom: 20px;
    gap: 10px;
    /* background-color: black; */
}
.game-card-para-content h3{
    padding-left: 25px;
    color: black;
    text-align: left;
}

.game-card-new{
    width: 270px;
    height: 300px;
    display: flex;
    justify-content: start;
    gap: 20px;
    /* border: 3px solid red; */
    overflow: hidden;
    background-color: white;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    text-align: left;
}

.imgbg-container{
    object-fit: fill;
    height: 220px;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    /* border: 3px solid red; */
}

.game-card-new h3{
    padding: 20px;
    text-align: left;
    bottom: 5px;
    color: black;
    /* border: 3px solid red; */
}

.game-card-cat{
    width: 290px;
    height: 200px;
    position: relative;
    z-index: 0;
}

.game-card-cat::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Adjust alpha for transparency */
    z-index: 1;
  }

.game-card-cat h3{
    text-align: left;
    left: 10px;
    bottom: 20px;
    z-index: 2;
}

.left-arrow {
    left: 20px;
}

.right-arrow {
    left: 80px; /* Positions right arrow next to left arrow */
}

/* event cards */
.events-cards{
    width: 320px;
    height: 400px;
    border-radius: 25px;
    background-color: white;
    position: relative;
    /* border: 3px solid red; */
}
.image-event-card img{
    width: 320px;
    /* border: 2px solid #6C8E4A; */
    margin-bottom: 8px;
    border-radius: 20px 20px 0px 0px;
}
.content-event-card{
    /* border: 2px solid black; */
    padding: 10px 30px 10px 30px;
    position: relative;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.content-event-card .para-head{
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    text-align: center;
    margin-top: 8px;
    white-space: nowrap;
}
.content-event-card .para-content{
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    text-align: left;
    margin-top: 8px;
}
.content-event-card .icons-content{
    font-size: 12px;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    /* border: 2px solid black; */
}

div.cost-event-cards {
    /* border: 2px solid red; */
    display: flex !important;
    flex-direction: row;
    justify-content: space-between;
    font-size: 14px;
    color: #FF6200;
}  

div.cost-event-cards button{
    padding: 8px 18px;
    color: white;
    background-color: #FF6200;
    border: none;
    border-radius: 10px;
}

.content-event-card .icons-content div{
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

/* testimonial */
.game-container-head{
    font-size: 22px;
    font-weight: 500;
}
.rating-paracontent{
    margin-top: 5px;
    display: flex;
    justify-content: start;
    gap: 10px;
}

.testimonial-cards{
    width: 400px;
    min-width: 400px; /* Prevent width shrinkage */
    flex-shrink: 0; /* Prevent flex shrinkage */
    height: auto;
    background-color: #F3F3F3;
    margin-top: 2%;
    /* border: 2px solid red; */
    display: flex;
    flex-direction: column;
    padding: 15px 20px;
    border-radius: 10px;
}
.user-profiles{
    display: flex;
    justify-content: start;
    gap: 10px;
}
.testimonail-profile-names{
    /* border: 2px solid; */
    display: flex;
    flex-direction: column;
    align-items: start;
}
.testimonial-cards .testimonial-profile img{
    width: 66px;
}
.testimonail-profile-names .username-testimonial-name{
    font-size: 20px;
    font-weight: 500;
}
.testimonial-cards .para-content{
    margin-top: 3%;
    text-align: justify;
}

.images-testimonial-special {
    position: relative;
    height: 66px; /* Adjust based on your image height */
    /* border: 1px solid black; */
    margin: 20px 0px 5px 0px;
}

.images-testimonial-special img {
    position: absolute;
    width: 66px; /* Adjust based on your desired width */
    height: auto;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    border-radius: 50px;
    transition: transform 0.3s ease;
}

/* Position each image with slight overlap */
.images-testimonial-special img:nth-child(1) { left: 0; z-index: 1; }
.images-testimonial-special img:nth-child(2) { left: 30px; z-index: 2; }
.images-testimonial-special img:nth-child(3) { left: 60px; z-index: 3; }
.images-testimonial-special img:nth-child(4) { left: 90px; z-index: 4; }
.images-testimonial-special img:nth-child(5) { left: 120px; z-index: 5; }
.images-testimonial-special img:nth-child(6) { left: 150px;  z-index: 6; }

/* Optional: Add hover effect to bring cards forward */
.images-testimonial-special img:hover {
    transform: translateY(-10px);
    z-index: 10;
}
.testimonial-cards-special{
    background-image: linear-gradient(90deg, #E7B6FE 30%,#E1F4FE);
}
.testimonial-cards-special .para-head{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

.sports-hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2rem;
    background-color: #00A86B;
    min-height: 400px;
}

.sports-hero__text-content {
    flex: 1;
    max-width: 600px;
    padding: 2rem;
}

.sports-hero__title {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    color: white;
}

.sports-hero__quote {
    font-style: italic;
    font-size: 1.2rem;
    color: white;
    margin-bottom: 2rem;
}

.sports-hero__cta {
    display: inline-block;
    padding: 1rem 2rem;
    background-color: white;
    color: #00A86B;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    text-transform: uppercase;
    transition: background-color 0.3s ease;
}

.sports-hero__cta:hover {
    background-color: black;
    color: white;
}

.sports-hero__visual {
    flex: 1;
    max-width: 600px;
    height: 400px;
    background-color: #ddd; /* placeholder if image missing */
    border-radius: 10px;
}

.sports-hero__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

@media (max-width: 768px) {
    .sports-hero {
        flex-direction: column;
        text-align: center;
    }
    
    .sports-hero__text-content {
        margin-bottom: 2rem;
    }
    
    .sports-hero__visual {
        width: 100%;
        height: 300px;
    }
}