header{
    position: relative;
}
#herosection{
    height: 580px;
    background-image: url(../src/sports/individual/hero/1.png);
    background-size: 100%;
    color: white;
    position: relative;
}
#textContent{
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 30px;
    line-height: 66px;
    top: 100px;
    color: white;
    text-shadow: 0 0 10px black;
}
#textContent p{
    font-size: 25px;
    line-height: 66px;
}

.head-search-main-section{
    position: absolute;
    /* border: 2px solid black; */
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 200px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 30px;
    background-color: white;
    overflow: hidden;
}
.head-search-main-section div{
    display: flex;
    align-items: center;
    justify-content: center;
}
.head-search-main-section input{
    padding: 6px 8px;
    outline: none;
    background: none;
    border: none;
    width: 300px;
    font-size: 16px;
    margin: 0px 10px;
    color: black;
}
.head-search-main-section .head-search-button-section{
    padding: 10px;
    z-index: 2;
    background-color: #022069;
}
.head-search-main-section .head-search-button-section button{
    background: none;
    border: none;
    color: white;
    font-weight: bold;
    padding: 8px 50px;
    font-size: 18px;
}
.head-search-logo{
    font-size: 24px
}
.first-search-place{
    border-right:1px solid black;
    margin-left: 30px;
}
.first-search-place input{
    width: 250px;
    padding: 18px;
}
.second-search-place{
    margin-left: 50px;
}

/* main */
.main-container {
    display: grid;
    grid-template-columns: 250px 1fr;
    padding: 10px 0px 0px 0px;
    /* width: 100%; */
    margin: 0 auto;
    /* border: 2px solid black; */
}

.filter-section {
    position: sticky;
    top: 10px; /* Adjust based on header height */
    height: fit-content;
    /* border: 2px solid red; */
}

.filter-container {
    background: #f5f5f5;
    padding: 1.5rem;
    border-radius: 8px;
}

.filter-container h1{
    font-weight: 600;
}

.filter-container .heads-filter{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

#clarall{
    font-weight: 400;
    cursor: pointer;
    font-size: 16px;
    color: #FF6200;
}

.see-more{
    width: fit-content;
    /* border: 2px solid black; */
    text-align: left;
    color: #FF6200 !important;
}


.filter-group {
    margin-bottom: 1.5rem;
}

.filter-group h4 {
    margin-bottom: 1rem;
    color: #333;
    font-size: 16px;
    font-weight: 600;
}

.filter-item {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
    color: #666;
}

.filter-item input[type="checkbox"] {
    width: 18px;
    height: 18px;
    border: 2px solid #999;
    border-radius: 4px;
    margin-right: 8px;
    accent-color: #666;
    cursor: pointer;
}

.see-more {
    color: #666;
    cursor: pointer;
    font-size: 14px;
    margin-top: 0.5rem;
    display: block;
    text-align: center;
}


/* Modal Styles */
aside{
    /* border: 1px solid red !important; */
    z-index: 1 !important;
}
.featured-games{
    overflow: hidden;
    padding-top: 10px;
    text-align: center;
    padding-left: 30px;
}
.games-header{
    margin: 30px 0px;
}
.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    justify-content: center;
    align-items: center;
    z-index: 1000 !important;
}

.modal-content {
    background: white;
    padding: 2rem;
    border-radius: 8px;
    width: 400px;
    max-height: 80vh;
    overflow-y: auto;
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

.modal-title {
    font-size: 1.2rem;
    font-weight: bold;
}

.modal-close {
    cursor: pointer;
    font-size: 1.5rem;
}

.modal-options {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.modal-actions {
    margin-top: 1.5rem;
    display: flex;
    gap: 1rem;
    justify-content: flex-end;
}

.modal-actions button {
    padding: 8px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.apply-btn {
    background: #ff3f6c;
    color: white;
}

.cancel-btn {
    background: #eee;
    color: #333;
}

.cat-cards{
    min-width: 250px; /* Prevent width shrinkage */
    flex-shrink: 0; /* Prevent flex shrinkage */
    width: 250px;
    height: 280px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.cat-cards .imgholder{
    width: 100%;
    height: 250px;
    background-size: cover;
    background-position:center;
    background-repeat: no-repeat;
    border-radius: 20px;
    margin-bottom: 10px;
}

.indi-sports{
    width: 350px;
    height: 300px;
}

.support-conatiner{
    margin-top: 10px;
}