.gsp {
    border: 10px solid rgba(316, 324, 296, 2.5);
}


.input-error {
    border: 1px solid red; /* Example style for error */
}
.text-danger {
    color: red; /* Style for error message */
}


.overflw {
    overflow: hidden;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    -webkit-transition: all 0.4s ease-In-out;
    -moz-transition: all 0.4s ease-In-out;
    -o-transition: all 0.4s ease-In-out;
    transition: all 0.4s ease-In-out;
}

p {
    line-height: 1.4;
}

body {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    font-family: "Heebo", sans-serif;
    position: relative;
    background-color: var(--white);
}

.hidden {
    display: none;
}

.nav-link,
.nav-link:focus,
.nav-link:hover {
    color: #66b604;
}

/* HEADER */

.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    /* Ensures the header stays on top of other elements */
    background-color: white;
    /* You can adjust this based on your design */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    /* Optional: adds a shadow for better visibility */
    transition: all 0.3s ease;
}

.menu-Bar {
    width: 25px;
    height: 20px;
    cursor: pointer;
    position: relative;
    display: none;
    z-index: 4;
}

.menu-Bar span {
    display: block;
    height: 3px;
    width: 100%;
    background: var(--primary);
    position: absolute;
    transition: 0.6s all;
    border-radius: 100px;
}

.menu-Bar span:nth-child(1) {
    top: 4px;
}

.menu-Bar span:nth-child(2) {
    top: 11px;
    transform-origin: left;
}

.menu-Bar span:nth-child(3) {
    bottom: -1px;
}

.menu-Bar.open span {
    background: black;
}

.menu-Bar.open span:nth-child(1) {
    transform: rotate(45deg);
    top: 12px;
    transform-origin: right-center;
}

.menu-Bar.open span:nth-child(2) {
    width: 0;
    opacity: 0;
}

.menu-Bar.open span:nth-child(3) {
    transform: rotate(-45deg);
    top: 12px;
    transform-origin: right-center;
}

.menu {
    list-style: none;
    display: flex;
    margin-bottom: 0rem;
    justify-content: center;
    align-items: center;
}

.menu li a {
    font-family: "Oswald", Sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1em;
    letter-spacing: 1.5px;
    padding: 0px 18px 0px 18px;
    color: #080808;
    transition: all 0.5s;
}

.menu li a:hover,
.menu .active a {
    color: var(--primary);
}

.group-btns .btn-a {
    font-size: 12px;
}

/* INDEX PAGE */
/* about us */
.counter {
    padding: 50px;
}

.count span {
    color: var(--primary);
    font-family: "Oswald", Sans-serif;
    font-size: 32px;
    font-weight: 500;
    font-style: normal;
    line-height: 1.5em;
    display: flex;
    align-items: center;
}

.count .number {
    color: #10181a;
    font-family: "Oswald", Sans-serif;
    font-size: 42px;
    font-weight: 600;
    font-style: normal;
    line-height: 1.5em;
    margin-right: 10px;
    margin-bottom: 0;
}

/* services */
.service-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.service-card h3 {
    font-size: 28px;
    font-weight: 600;
    text-transform: capitalize;
}

/* other-services */
.other-services .col-lg-4 {
    padding: 0;
    margin: 0;
}

.service-card-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    padding: 100px;
}

.service-card-2.c1 {
    background: url(../images/banner/Background-1.jpg);
    background-position: center;
    background-size: cover;
    height: 100%;
    width: 100%;
}

.service-card-2.c2 {
    background: url(../images/banner/Background-2.jpg);
    background-position: center;
    background-size: cover;
    height: 100%;
    width: 100%;
}

.service-card-2.c3 {
    background: url(../images/banner/Background-3.jpg);
    background-position: center;
    background-size: cover;
    height: 100%;
    width: 100%;
}

.service-card-img.s1 {
    background: url(../images/service-5.jpg);
    background-position: center;
    background-size: cover;
    height: 100%;
    width: 100%;
}

.service-card-img.s2 {
    background: url(../images/service-6.jpg);
    background-position: center;
    background-size: cover;
    height: 100%;
    width: 100%;
}

.service-card-img.s3 {
    background: url(../images/service-7.jpg);
    background-position: center;
    background-size: cover;
    height: 100%;
    width: 100%;
}

.service-card-2.c1 img,
.service-card-2.c2 img,
.service-card-2.c3 img {
    width: 90px;
    text-align: center;
}

.service-card-2 h3 {
    color: var(--white);
    font-size: 28px;
    font-weight: 600;
    text-transform: capitalize;
}

/* testimonials */
.testimonial {
    background: url(../images/banner/bg-3.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.testimonial-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.testimonial-content p {
    font-size: 22px;
    font-weight: 300;
    font-style: italic;
}

.testimonial-content img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.testimonial-content h3 {
    color: var(--white);
    font-family: "Oswald", Sans-serif;
    font-size: 22px;
    font-weight: 600;
    font-style: normal;
    line-height: 1.3em;
}

/* subscription */
.news-letter-content {
    padding: 50px 80px;
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
    margin: 70px 0 -100px;
    position: relative;
    z-index: 2;
    background-color: var(--white);
}

.subscription-form {
    display: flex;
}

.subscription-form .email-input {
    font-family: "Heebo", Sans-serif;
    font-size: 16px;
    font-weight: 300;
    border: 1px solid #dcdcdc !important;
    padding: 18px 40px;
    border-radius: 50px 0px 0px 50px;
    width: 100%;
}

.subscribe-button {
    border: none;
    border-radius: 0px 50px 50px 0px !important;
    line-height: 2 !important;
}

.subscribe-button:hover {
    transform: none !important;
    background-color: #66b604;
}

.subscription-form input,
.subscription-form button {
    margin: 0;
}

/* INNER PAGES */
.innerBanner {
    background-position: center;
    background-size: cover;
    height: 100%;
    width: 100%;
}

/* about us */
.about-us-sec {
    background: url(../images/banner/inner-section-bg.jpg);
}

.about-us-img {
    background: url(../images/john-rizzo.png);
    background-position: top;
    background-size: cover;
    height: 100%;
    width: 100%;
}

/* contact us */
.about-us-sec {
    background: url(../images/banner/inner-section-bg.jpg);
}

.contact-form-img {
    background: url(../images/contact.png);
    background-position: center;
    background-size: cover;
    height: 100%;
    width: 100%;
}

.input {
    font-family: "Heebo", Sans-serif;
    font-size: 16px;
    font-weight: 300;
    border: 1px solid #dcdcdc !important;
    padding: 18px 20px;
    width: 100%;
    margin: 5px 0;
}

.contact-button {
    padding: 12px 80px !important;
}

/* parties */
.parties-sec {
    background: url(../images/banner/inner-section-bg.jpg);
}

.gallery-btn {
    padding: 12px 20px !important;
    width: 100%;
}

/* indoors */
.indoor-sec {
    background: url(../images/banner/inner-section-bg.jpg);
}

/* services */
.services-sec {
    background: url(../images/banner/inner-section-bg.jpg);
}

/* tournament */
.tournament-sec {
    background: url(../images/banner/inner-section-bg.jpg);
}

.player-slid {
    display: flex;
}

/* LOGIN / REGISTRATION */
.log-Banner {
    background: url(../images/banner/log-reg-bg.webp);
    background-position: center;
    background-size: cover;
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.reg-Banner {
    background: url(../images/banner/log-reg-bg.webp);
    background-position: center;
    background-size: cover;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pass-eye span {
    position: absolute;
    top: 50%;
    right: 10px;
    cursor: pointer;
    z-index: 2;
    transform: translateY(-50%);
    color: #919191;
}
.pass-eye {
    position: relative;
}

/* USER DASHBOARD */
.dashboard-sec {
    background: url(../images/banner/inner-section-bg.jpg);
}
.icon-box {
    background-color: #6ec703;
    padding: 20px;
}
.table-responsive {
    overflow-x: scroll;
    width: 100%;
    --webkit-overflow-scrolling: touch;
}
.table-responsive table {
    table-layout: fixed;
    width: 100%;
}

.custom-tab th:first-child {
    white-space: nowrap;
    width: 250px;
}
.custom-tab th:nth-child(2){
    white-space: nowrap;
    width: 150px;
}
.custom-tab th:nth-child(3){
    white-space: nowrap;
    width: 200px;
}
.custom-tab th:last-child {
    white-space: nowrap;
    width: 150px;
}

/* FOOTER */
footer {
    background: url(../images/banner/Footer-bg.jpg);
    background-position: center;
    background-size: cover;
    height: 100%;
    width: 100%;
}

.footer-content {
    margin-right: 70px;
}

.top-footer {
    padding: 200px 0 40px;
}

footer ul {
    list-style: none;
    padding: 0;

    li {
        padding: 6px 0;
    }
}

.quick-links ul,
.useful-links ul {
    li {
        padding: 10px 0;
        transition: all 0.5s;
    }

    li:hover {
        color: var(--primary);
        transform: translateX(8px);
    }
}

/* COLOURS */
:root {
    --white: #fff;
    --black: #000;
    --primary: #6ec703;
}

.section-bg {
    background-color: #f4f4f4;
}

.text-gray {
    color: #96a3a5 !important;
}

.color-green {
    color: var(--primary) !important;
}

.color-black {
    color: #10181a !important;
}

.contact-color {
    color: #909090 !important;
}

/* EFFECT */
.zoom img {
    transition: all 0.5s;
    transform: scale(1);
}

.zoom:hover img {
    transform: scale(1.1);
}

.hover-y {
    transition: all 0.5s;
    transform: translateY(0px);
}

.hover-y:hover {
    transform: translateY(-15px);
}

/* HEADINGS AND PARAGRAPHS */
.primary-hd {
    color: #10181a;
    font-family: "Oswald", Sans-serif;
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
    font-style: normal;
    line-height: 1.2em;
    letter-spacing: 1.3px;
}

.sub-hd {
    color: #001213;
    font-family: "Oswald", Sans-serif;
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    font-style: normal;
    letter-spacing: 1.3px;
}

.third-hd {
    font-family: "Oswald", Sans-serif;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 30px;
    letter-spacing: 1.2px;
    color: var(--primary);
}

.primary-para {
    color: #3b4547;
    font-family: "Heebo", Sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5em;
}

.contact-text {
    color: #909090;
    font-family: "Heebo", Sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.5em;
    letter-spacing: 5%;
}

/* CUSTOM CARDS */
.custom-card {
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    z-index: 2;
    position: relative;
}

/* ALIGN ITEMS */
.button-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

/* Height Width */
.hw-100 {
    height: 100% !important;
    width: 100% !important;
}

.w-40 {
    width: 40% !important;
}

/* MARGIN AND PADDING */
.section-padding {
    padding: 100px 0px;
}

.section-padding-2 {
    padding: 100px 0px 0px;
}

.breadcrum-padding {
    padding: 180px 0px;
    background-position: center;
    background-size: cover;
}

.pl-1 {
    padding-left: 10px;
}

.pl-4 {
    padding-left: 40px;
}
.mr-05 {
    margin-right: 5px;
}
.mr-1 {
    margin-right: 10px;
}
.mr-3 {
    margin-right: 30px;
}
.p-60 {
    padding: 60px;
}

.mt-40 {
    margin-top: 40px;
}
.ml-4 {
    margin-left: 40px;
}
.ml--60 {
    margin-left: -60px;
}
.mr--60 {
    margin-right: -60px;
}
.mt--40 {
    margin-top: -40px;
}
.px-xl-100 {
    padding-left: 100px;
    padding-right: 100px;
}

/* LINE HIEGHTS */

/* LETTER SPACING */
.ls-1 {
    letter-spacing: 1.3px;
}

/* FONT SIZE, WEIGHT, STYLE  */
.fs-14 {
    font-size: 14px;
}

.fs-18 {
    font-size: 18px;
}
.fs-20 {
    font-size: 20px;
}
.fs-28 {
    font-size: 28px;
}
.fs-32 {
    font-size: 32px;
}
.fw-300 {
    font-weight: 300;
}
.fw-500 {
    font-weight: 500;
}
.fw-600 {
    font-weight: 600;
}
.fd-underline {
    text-decoration: underline;
}

/*botton*/
.btn-a {
    background-color: var(--primary);
    font-family: "Oswald", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    font-style: normal;
    line-height: 2;
    letter-spacing: 1.3px;
    fill: var(--black);
    color: var(--black);
    border-radius: 50px;
    display: inline-block;
    transition: all 0.5s;
    padding: 15px 32px 15px 32px;
}

.btn-a:hover {
    color: var(--black);
    transform: translateY(-8px);
}

.btn-b {
    color: var(--primary);
    font-family: "Oswald", Sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-style: normal;
    line-height: 1em;
    letter-spacing: 1.3px;
    display: inline-block;
    transition: all 0.5s;
    font-weight: 400;
}

.btn-b:hover {
    transform: translateY(-8px);
    color: var(--primary);
}

/* MEDIA QUERIES */
@media (max-width: 1400px) {
    .px-xl-100 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 1366px) {
    .service-card-2 {
        padding: 50px;
    }
    .user-dashboard-sec .p-60 {
        padding: 30px;
    }
}

@media (max-width: 1023px) {
    .menu-Bar {
        display: block;
    }

    .menuWrap {
        position: fixed;
        transform: rotateY(-90deg);
        transform-origin: left;
        left: 0;
        top: 0;
        opacity: 1;
        background: #ffffff;
        height: 100vh;
        transition: all 0.5s ease;
        z-index: 3;
        width: 50vw;
        border-radius: 0%;
        overflow: auto;
        padding-top: 110px;
        padding-left: 40px;
        padding-right: 80px;
        justify-content: flex-start !important;
    }

    .menuWrap.open {
        display: flex;
        transform: rotateY(0);
        border-radius: 0;
        opacity: 1;
        flex-direction: column;
        margin: 0;
    }

    .menuWrap .menu {
        display: block;
    }

    .menuWrap .menu li {
        display: block;
    }

    .container {
        position: relative;
    }

    header .main-header ul.menu > li {
        display: block;
        padding: 0px;
    }

    header .main-header ul.menu > li a:before {
        display: none;
    }

    .menuWrap .menu li a {
        font-family: "Oswald", Sans-serif;
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        line-height: 4em;
        letter-spacing: 1.5px;
        padding: 0px 18px 0px 18px;
        color: #080808;
    }
}

@media (max-width: 991px) {
    .about-card {
        margin: 40px 0px 0px 0px;
    }
    .ml--60 {
        margin-left: 0px !important;
    }
    .mr--60 {
        margin-right: 0px !important;
    }
    .service-card-2 {
        padding: 35px;
    }

    .contact-form-img {
        height: 40vh;
    }

    .about-us-img {
        height: 80vh;
    }
    .py--1 {
        padding: 10px 0;
    }
    .d-column {
        flex-direction: column;
    }
    .pl-sm-0 {
        padding-left: 0px;
    }
    .ml-sm-0 {
        margin-left: 0px;
    }
    .mr-sm-0 {
        margin-right: 0;
    }
    .w-sm-100 {
        width: 100%;
    }
    .d-align-items-left {
        align-items: flex-start !important;
    }
    .upcoming-card-content {
        padding-left: 0px !important;
        padding-top: 30px !important;
    }
    .upcoming-date {
        padding: 10px 0px !important;
    }
    .hw-100 {
        height: auto !important;
        width: auto !important;
    }
    .user-dashboard-sec .p-60 {
        padding: 60px;
    }
}

@media (max-width: 768px) {
    .section-padding {
        padding: 50px 0px;
    }

    .breadcrum-padding {
        padding: 80px 0px;
    }

    .primary-hd {
        font-size: 30px;
    }

    .p-60 {
        padding: 30px;
    }

    .subscription-form .email-input {
        padding: 18px 20px;
    }
}

@media (max-width: 575px) {
    .news-letter-content {
        padding: 15px 15px;
    }
    .menuWrap {
        width: 100%;
    }
    .user-dashboard-sec .p-60 {
        padding: 30px;
    }
}



/* saad code */

.tournament-player p {
    text-align: center !important;
}

.player-slid {
    gap: 10px !important;
}

.tournament-card {
    height: 100% !important;
    display: flex!important;
    align-items: center !important;
}


@media (max-width: 1610px) {
    .menu li a {
padding: 1px 10px 0px 10px;
}
}


tr.custom-tab th {
    width: 240px;
}
tr.custom-tab > th:nth-child(5) {
    width: 80px;
}

/* Upload Box Styles */
.upload-box {
    margin: 20px 0;
}

.file-input {
    display: none;
}

.drop-zone {
    border: 2px dashed #dcdcdc;
    border-radius: 10px;
    padding: 40px 20px;
    text-align: center;
    background: #ffffff;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.drop-zone:hover {
    border-color: var(--primary);
    background: #f8f9fa;
}

.drop-zone.drag-over {
    background: #f0f8e8;
    border-color: var(--primary);
}

.upload-icon {
    font-size: 40px;
    color: var(--primary);
    margin-bottom: 15px;
}

.upload-text h4 {
    color: #333;
    font-size: 18px;
    margin: 0 0 5px;
}

.upload-text p {
    color: #666;
    font-size: 14px;
    margin: 0;
}

.selected-file {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 15px;
    padding: 10px;
    background: #f8f9fa;
    border-radius: 5px;
}

.selected-file i {
    color: var(--primary);
}

.selected-file span {
    color: #333;
    font-size: 14px;
    word-break: break-all;
}

.has-file .upload-text {
    display: none;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .drop-zone {
        padding: 20px;
    }
    
    .upload-icon {
        font-size: 32px;
    }
    
    .upload-text h4 {
        font-size: 16px;
    }
}