@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Geist:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root {
    scroll-padding-top: 100px;
    /* Adjust to your header height */
}

html {
    scroll-behavior: smooth;
}

.banner-slider.slider-container {
    position: relative;
    width: 100%;
    height: 88vh;
    overflow: hidden;
}

.banner-slider .slide.silder-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
    background: url('../image/banner-silder.png') no-repeat top;
    background-size: cover;
}

.banner-slider .slide.silder-1.active {
    opacity: 1;
}

.banner-slider .slide.silder-1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('/assets/image/banner-silder.png') no-repeat center center;
}

.banner-slider .slide.silder-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
    background: url('../image/banner-silder2.png') no-repeat top;
    background-size: cover;
}

.banner-slider .slide.silder-2.active {
    opacity: 1;
}

.banner-slider .slide.silder-2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('/assets/image/banner-silder2.png') no-repeat center center;
}


.banner-slider .slide-content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    gap: 35px;
    align-items: flex-end;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    max-width: 1320px;
    margin: 0 auto;
    padding-bottom: 110px;
}

.banner-slider .content-left {
    flex: 1;
    color: white;
    padding: 35px 45px;
    background: rgba(32, 40, 45, 0.34);
    border-radius: 7px 30px 30px 7px;
}

.banner-slider .content-right {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.banner-slider .main-title {
    margin-bottom: 2rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 700;
    font-size: 56px;
    line-height: 72px;
    letter-spacing: -2%;
    text-transform: uppercase;
}

.banner-slider .main-title span.banner-light-text {
    font-weight: 500;
    display: block;
}

.banner-slider .silder-2 .main-title {
    margin-bottom: 10px;
}

.banner-slider .silder-2 h3 {
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    font-size: 25px;
    line-height: 140%;
    letter-spacing: -3%;
    text-transform: uppercase;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.banner-slider .silder-2 h5 {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: -3%;
    text-transform: uppercase;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    margin-bottom: 20px;
}

/* .banner-slider .subtitle {
    font-size: clamp(1rem, 2vw, 1.2rem);
    margin-bottom: 1rem;
    opacity: 0.9;
} */

.banner-slider .cta-button {
    border-radius: 4px;
    padding-top: 8px;
    padding-right: 16px;
    padding-bottom: 8px;
    padding-left: 16px;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -1%;
    color: #fff;
    background: #851F41;
    border: none;
    font-family: "Geist", sans-serif;
    transition: all 0.3s ease;
    text-transform: uppercase;
}

.banner-slider .cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.banner-slider .equipment-display {
    position: relative;
    width: 400px;
    height: 400px;
}

.banner-slider .paddle {
    position: absolute;
    width: 120px;
    height: 200px;
    background: linear-gradient(135deg, #8b4513 0%, #a0522d 100%);
    border-radius: 60px 60px 20px 20px;
    border: 4px solid white;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.banner-slider .paddle-1 {
    top: 50px;
    left: 50px;
    transform: rotate(-15deg);
    z-index: 2;
}

.banner-slider .paddle-2 {
    top: 80px;
    right: 50px;
    transform: rotate(15deg);
    z-index: 1;
}

.banner-slider .paddle::before {
    content: '';
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 120px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 40px;
}

.banner-slider .paddle-handle {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 60px;
    background: linear-gradient(135deg, #654321 0%, #8b4513 100%);
    border-radius: 15px;
}

.banner-slider .ball {
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 60px;
    background: #f0f0f0;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    z-index: 3;
}

.banner-slider .ball::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    background: radial-gradient(circle at 30% 30%, #fff, #ddd);
    border-radius: 50%;
}

.banner-slider .navigation {
    position: absolute;
    bottom: 5%;
    right: 7%;
    display: flex;
    align-items: center;
    gap: 20px;
    z-index: 10;
}

.banner-slider .nav-arrow {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.banner-slider .nav-arrow:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.1);
}

.banner-slider .nav-arrow::before {
    content: '';
    width: 12px;
    height: 12px;
    border: 2px solid white;
    border-bottom: none;
    border-right: none;
    transform: rotate(-45deg);
}

.banner-slider .nav-arrow.next::before {
    transform: rotate(135deg);
}

.banner-slider .dots-container {
    display: flex;
    gap: 10px;
}

.banner-slider .dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    transition: all 0.3s ease;
}

.banner-slider .dot.active {
    background: white;
    transform: scale(1.2);
}

/* .banner-slider .silder-2 .content-left {
    flex: 2;
} */

/* Responsive Design */
@media (max-width: 768px) {
    .banner-slider .slide-content {
        /* flex-direction: column;
        text-align: center;
        align-items: center; */
        display: block;
        padding: 2rem;
        padding-block: 3rem;
        text-align: center;
    }

    header {

        min-height: 100px;
    }



    .banner-slider .content-left {
        margin-bottom: 2rem;
    }

    .banner-slider .equipment-display {
        width: 300px;
        height: 300px;
    }

    .banner-slider .paddle {
        width: 90px;
        height: 150px;
    }

    .banner-slider .navigation {
        bottom: 20px;
        right: 20px;
    }

    .banner-slider .nav-arrow {
        width: 40px;
        height: 40px;
    }

    .banner-slider.slider-container {
        height: 100vh;
    }
}

@media (max-width: 480px) {
    .banner-slider .equipment-display {
        width: 250px;
        height: 250px;
    }

    .banner-slider .paddle {
        width: 70px;
        height: 120px;
    }

    .banner-slider .ball {
        width: 40px;
        height: 40px;
    }

    .banner-slider .navigation {
        flex-direction: column;
        gap: 10px;
    }
}

/* Animation for equipment */
@keyframes float {

    0%,
    100% {
        transform: translateY(0px) rotate(-15deg);
    }

    50% {
        transform: translateY(-10px) rotate(-15deg);
    }
}

@keyframes floatReverse {

    0%,
    100% {
        transform: translateY(0px) rotate(15deg);
    }

    50% {
        transform: translateY(-8px) rotate(15deg);
    }
}

@keyframes bounce {

    0%,
    100% {
        transform: translateX(-50%) translateY(0px);
    }

    50% {
        transform: translateX(-50%) translateY(-5px);
    }
}

.banner-slider .paddle-1 {
    animation: float 3s ease-in-out infinite;
}

.banner-slider .paddle-2 {
    animation: floatReverse 3s ease-in-out infinite 0.5s;
}

.banner-slider .ball {
    animation: bounce 2s ease-in-out infinite;
}

.countdown-container {
    background: #851F41;
    color: white;
    padding: 12px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    min-width: 400px;
}

.countdown-container .title {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: -2%;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.countdown-container .countdown {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.countdown-container .time-unit {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.countdown-container .time-number {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 42px;
    line-height: 64px;
    letter-spacing: 0%;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 5px;
}

.countdown-container .time-label {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 21px;
    line-height: 120%;
    letter-spacing: -2%;
    text-align: center;
    color: #FFFFFF;
    margin-top: 5px;
}

.countdown-container .separator {
    font-size: 36px;
    font-weight: bold;
    margin: 0 5px;
    align-self: flex-start;
    margin-top: 8px;
}

@media (max-width: 1201px) {
    .countdown-container {
        padding: 20px;
        min-width: 300px;
    }

    .countdown-container .time-number {
        font-size: 28px;
    }

    .countdown-container .separator {
        font-size: 24px;
    }

    .countdown-container .title {
        font-size: 16px;
    }

    .countdown-container .time-label {
        font-size: 14px;
    }

    .countdown-container .countdown {
        gap: 5px;
    }
}

/* about */

.About {
    padding-block: 90px;
}

.About .hero-text {
    margin-bottom: 60px;
}

.About .main-heading {
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 120%;
    letter-spacing: -2%;
    text-align: center;
}

.About .sub-heading {
    font-size: 1.8rem;
    color: #444;
    font-weight: normal;
    max-width: 900px;
    margin: 0 auto;
    line-height: 1.4;
}

.About .stats-container {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 80px;
    flex-wrap: wrap;
}

.About .stat-card {
    background: white;
    border: 1px solid #CECECE;
    border-radius: 15px;
    padding: 40px 30px;
    min-width: 250px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
    text-align: center;
}

.About .stat-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

.About .stat-number {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 64px;
    line-height: 110.00000000000001%;
    letter-spacing: -3%;
    text-align: center;
}

.About .stat-label {
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: center;

}


@media (max-width: 768px) {
    .About .main-heading {
        font-size: 1.8rem;
    }

    .About .sub-heading {
        font-size: 1.3rem;
    }

    .About .stats-container {
        gap: 20px;
    }

    .About .stat-card {
        padding: 30px 20px;
        min-width: 150px;
    }

    .About .stat-number {
        font-size: 3rem;
    }

    .About .open-courts-text {
        font-size: 3rem;
        gap: 20px;
    }

    .About .paddle {
        width: 80px;
        height: 100px;
    }
}

@media (max-width: 480px) {


    .About .main-heading {
        font-size: 1.5rem;
    }

    .About .sub-heading {
        font-size: 1.1rem;
    }

    .About .stats-container {
        flex-direction: column;
        align-items: center;
    }

    .About .open-courts-text {
        font-size: 2.5rem;
    }
}

.About .paddle img {
    width: 100%;
}

/* footer */

.footer {
    background-color: #4a4a4a;
    color: white;
    padding: 15px 0;
    width: 100%;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}

.copyright {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -2%;
    text-align: center;

}

.footer-links {
    display: flex;
    gap: 30px;
    align-items: center;
}

.footer-links a {
    text-decoration: none;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: -2%;
    text-align: center;
    transition: color 0.3s ease;
    color: #FFFFFF;
}

.footer-links a:hover {
    color: white;
}

.footer-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-menu ul li {
    display: inline;
    padding-inline: 10px;
}

.footer-menu ul li a {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -2%;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
    transition: color 0.3s ease;
}

.separator {
    color: #cccccc;
    font-size: 14px;
}

@media (max-width: 768px) {
    .footer-content {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }

    .footer-links {
        gap: 10px;
    }
}

/* register */
.registration-section {
    text-align: center;
    width: 100%;
    background: #851F41;
    padding-block: 80px;
}

.registration-section .main-title {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 58px;
    line-height: 120%;
    letter-spacing: -2%;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

.registration-section .d-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-top: 30px;
}

.registration-section .registration-text {
    border-radius: 16px;
    padding-top: 20px;
    padding-right: 12px;
    padding-bottom: 20px;
    padding-left: 12px;
    background: #FFFFFF33;
    backdrop-filter: blur(34px);
    position: absolute;
    bottom: 10%;
    width: 80%;
    margin: 40px;
}

.registration-section .registration-text h3 {
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

.registration-section .registration-text p {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0%;
    text-align: center;
    color: #FFFFFF;
}

.registration-section .pos-relative {
    position: relative;
}

.registration-section img {
    width: 100%;
    height: auto;
}

.register-button {
    border-radius: 4px;
    padding-top: 12px;
    padding-right: 20px;
    padding-bottom: 12px;
    padding-left: 20px;
    border: none;
    font-family: "Geist", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -1%;
    text-transform: uppercase;
    color: #851F41;
    margin-top: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.register-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

/* partners-section */
.partners-section {
    background: #FFF1F6;
    padding-block: 80px;
}

.partners-section .main-title {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 58px;
    line-height: 120%;
    letter-spacing: -2%;
    text-align: center;
    text-transform: uppercase;
    color: #851F41;
    margin-bottom: 40px;
}

.partners-section .d-flex {
    justify-content: center;
    align-items: center;
    gap: 30px;

}




/* Tournament Categories */
.Tournament {
    background: #F3FCFF;
    padding-block: 90px;
}

.Tournament .header {
    text-align: center;
    margin-bottom: 48px;
}

.Tournament .main-title {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 58px;
    line-height: 120%;
    letter-spacing: -2%;
    text-align: center;
    text-transform: uppercase;
    color: #851F41;
    margin-bottom: 16px;
}

.Tournament .subtitle {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: -2%;
    text-align: center;
    color: #0C1312;
    margin: 0;
}


.Tournament .card {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.Tournament .image-card {
    height: 315px;
    margin-bottom: 20px;
    position: relative;
}

.Tournament .cust-height {
    height: 430px;
}

.Tournament .image-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.Tournament .image-card a {
    position: absolute;
    left: 10px;
    bottom: 10px;
    border-radius: 100px;
    padding-top: 12px;
    padding-right: 20px;
    padding-bottom: 12px;
    padding-left: 20px;
    background: #851F41;
    color: #fff;
    font-family: "Geist", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -1%;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s ease;
}

.Tournament .image-card a:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.Tournament .divisions-card {
    background-color: #851f41;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 32px;
    margin-bottom: 20px;
}

.Tournament .divisions-title {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: -3%;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

.Tournament .divisions-text {
    color: white;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: -2%;
    text-align: center;
    margin: 0;

}

.Tournament .d-flex {
    justify-content: center;
    margin-bottom: 20px;
}

.Tournament .row {
    max-width: 1200px;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .Tournament .grid-container {
        grid-template-columns: 1fr;
        gap: 16px;
    }


    .Tournament .divisions-card {
        height: 280px;
        padding: 24px;
    }

    .Tournament .divisions-title {
        font-size: 1.5rem;
    }

    .divisions-text {
        font-size: 1rem;
    }
}

/* rules */

.rules-section {
    padding-block: 90px;
    background: #F6F6F6;
}

.rules-section .rules-heading {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 58px;
    line-height: 120%;
    letter-spacing: -2%;
    text-align: center;
    text-transform: uppercase;
    color: #851F41;
    margin-bottom: 40px;
}

.rules-section .rules-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 40px;
    border-radius: 9999px;
    padding-top: 12px;
    padding-right: 16px;
    padding-bottom: 12px;
    padding-left: 16px;
    border-width: 1px;
    background: #FFFFFF;
    border: 1px solid #9D9D9D3D;
}

.rules-section .rules-tabs .tab {
    border-radius: 9999px;
    padding-top: 12px;
    padding-right: 16px;
    padding-bottom: 12px;
    padding-left: 16px;
    border: none;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    background: none;
}

.rules-section .rules-tabs .tab.active {
    background: #851f41;
    color: #fff;
}

.rules-section .rules-tabs .tab:hover:not(.active) {
    background: #f0f0f0;
}

.rules-section .tab-content {
    display: none;
}

.rules-section .tab-content.active {
    display: block;
}

.rules-section .rule-title {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: -3%;
    color: #851F41;
}

.rules-section .tab-content p,
.rules-section .tab-content li {
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0%;
    color: #373737;
}

/* Event Highlights */
.event-highlights-section {
    padding-block: 90px;
    background: #FFF;
}

.event-highlights-section .main-title {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 58px;
    line-height: 120%;
    letter-spacing: -2%;
    text-transform: uppercase;
    color: #851F41;
}

.event-highlights-section .highlights {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 140%;
    letter-spacing: -3%;
    color: #0A0A0A;
    border-bottom: 1px solid #0A0A0A1F;
    padding-block: 10px;
}

.event-highlights-section button {
    border: none;
    margin-top: 20px;
    background: none;
    padding: 0;
}

.event-highlights-section .reg-btn {
    border-radius: 4px;
    padding-top: 12px;
    padding-right: 20px;
    padding-bottom: 12px;
    padding-left: 20px;
    background: #851F41;
    color: #fff;
    font-family: "Geist", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -1%;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
}

.event-highlights-section .reg-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

/* Date, Time & Venue */

.date-time-venue-section {
    background: #FFF1F6;
    padding-block: 90px;
}

.date-time-venue-section .main-title {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 58px;
    line-height: 120%;
    letter-spacing: -2%;
    text-transform: uppercase;
    color: #851F41;
    margin-bottom: 40px;
    text-align: center;
}

.date-time-venue-section img {
    width: 100%;
    height: auto;
}


.date-time-venue-section .event-card {
    width: 100%;
}

.date-time-venue-section .event-info {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0;
    margin-top: 30px;
}

.date-time-venue-section .info-section {
    padding: 40px 30px;
    text-align: center;
    position: relative;
}

.date-time-venue-section .info-section:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 20%;
    bottom: 20%;
    width: 1px;
    background: #e0e0e0;
}

.date-time-venue-section .icon {
    width: 60px;
    height: 60px;
    background-color: #851F41;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    transition: transform 0.3s ease;
}

.date-time-venue-section .icon:hover {
    transform: scale(1.1);
}

.date-time-venue-section .icon svg {
    width: 24px;
    height: 24px;
    fill: white;
}

.date-time-venue-section .info-label {
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -1%;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 16px;
    color: #08080C;
}

.date-time-venue-section .info-value {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: -1%;
    text-align: center;
    text-transform: capitalize;
    color: #08080C;
    margin-bottom: 8px;
}





.date-time-venue-section .info-value {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    letter-spacing: -0.01em;
    text-align: center;
    color: #08080C;
    margin-bottom: 8px;

    display: flex;
    justify-content: center;
    /* center-align both */
    gap: 10px;
}

.date-time-venue-section .label {
    display: inline-block;
    width: 125px;
    /* make this width enough for longest label */
    text-align: right;
    padding-right: 8px;
}

.date-time-venue-section .time {
    text-align: left;
}














.date-time-venue-section .location-value {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: -1%;
    text-align: center;
    text-transform: capitalize;
    color: #08080C;
    margin-bottom: 8px;
}

@media (max-width: 768px) {
    .date-time-venue-section .event-info {
        grid-template-columns: 1fr;
    }

    .date-time-venue-section .info-section::after {
        display: none;
    }

    .date-time-venue-section .info-section {
        padding: 30px 20px;
    }

    .date-time-venue-section .info-section:not(:last-child) {
        border-bottom: 1px solid #e0e0e0;
    }

    .date-time-venue-section .icon {
        width: 50px;
        height: 50px;
    }

    .date-time-venue-section .icon svg {
        width: 20px;
        height: 20px;
    }

    .date-time-venue-section .info-value {
        font-size: 16px;
    }

    .date-time-venue-section .location-value {
        font-size: 15px;
    }
}

@media (max-width: 480px) {

    .date-time-venue-section .info-section {
        padding: 25px 15px;
    }

    .date-time-venue-section .info-value {
        font-size: 15px;
    }

    .date-time-venue-section .location-value {
        font-size: 14px;
    }
}


/* recognition-section */

.recognition-section {
    padding-block: 90px;
    background: #FFF;
}

.recognition-section img {
    width: 100%;
}

.recognition-section .main-title {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 58px;
    line-height: 120%;
    letter-spacing: -2%;
    text-transform: uppercase;
    color: #851F41;
    margin-bottom: 40px;
    text-align: center;
}



.recognition-section .grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    /* height: 100vh; */
}

.recognition-section .awards-section {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid #DCDCDC;
    position: relative;
}

.recognition-section .overlay {
    background: #FAF3E1;
    border-radius: 0px 0px 16px 16px;
    position: absolute;
    width: 100%;
    padding: 10px;
    bottom: 0;
}

.recognition-section .overlay h3 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    color: #101010;
}

.recognition-section .overlay p {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -2%;
    text-align: center;
    color: #0C1312;

}


@keyframes float {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }
}


.recognition-section .categories-section {
    display: grid;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 20px;
}

.recognition-section .category-card {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    position: relative;
    border: 1px solid #DCDCDC;
}

.recognition-section .category-card img {
    width: 100%;
}

.recognition-section .category-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.recognition-section .category-image {
    height: 120px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.partners-section img {
    width: 100%;
    padding: 20px;
}

.event-highlights-section img {
    width: 100%;
}

@media (max-width: 1200px) {

    .About,
    .Tournament,
    .rules-section,
    .event-highlights-section,
    .date-time-venue-section,
    .recognition-section,
    .partners-section,
    .registration-section {
        padding-block: 50px;
    }

    .power_by_div {
        display: none;
    }
}

@media (max-width: 768px) {
    .recognition-section .grid-container {
        grid-template-columns: 1fr;
        gap: 20px;
        height: auto;
    }

    .recognition-section .awards-title {
        font-size: 2em;
    }

    .partners-section .d-flex {
        flex-direction: column;
    }

    .registration-section .d-flex {

        flex-direction: column;
    }
}

@media (max-width: 767px) {
    .rules-section .rules-tabs {
        background: none;
        border: none;
        flex-direction: column;
    }

    .event-highlights-section button {
        margin-bottom: 40px;
    }

    .registration-section .main-title,
    .partners-section .main-title,
    .recognition-section .main-title,
    .date-time-venue-section .main-title,
    .event-highlights-section .main-title,
    .rules-section .rules-heading,
    .Tournament .main-title {
        font-size: 40px;
    }

    .banner-slider .main-title {
        font-size: 35px;
        line-height: normal;
    }

}

@media (max-width: 950px) {
    .partners-section .d-flex {
        flex-direction: column;
    }
}

@media (max-width: 600px) {
    .partners-section img {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 575px) {
    .recognition-section .overlay h3 {
        font-size: 15px;
    }

    .recognition-section .awards-section br {
        display: none;
    }
    .power_by_div {

        display: block;
        width: 20%;
    }
}

/* back to top */

#backtotop {
    display: inline-block;
    background-color: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 30px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    border: 1px solid #851F41;
    text-decoration: none;
}

#backtotop::after {
    content: "\f062";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    line-height: 50px;
    color: #851F41;
}

#backtotop:hover {
    cursor: pointer;
    background-color: #851F41;
    border: 1px solid #fff;
}

#backtotop:hover::after {
    color: #fff;
}

#backtotop:active {
    background-color: #851F41;
}

#backtotop.show {
    opacity: 1;
    visibility: visible;
}

@media (min-width: 768px) {
    .mobile-categories {
        display: none;
    }
}

@media (max-width: 767px) {
    .desktop-categories {
        display: none;
    }
}



/* form */
.from .container {
    max-width: 1000px;
}

.from .from-padding {
    padding-block: 90px;
}

.from .step {
    padding: 16px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    text-transform: capitalize;
    align-items: center;
    gap: 10px;
}

.from .step::before {
    content: attr(data-step);
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #ddd;
    color: #141C25;
    line-height: 24px;
    font-size: 12px;
    opacity: 1;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    text-transform: capitalize;
}

.from .step.active {
    background: white;
    color: #851F41;
}

.from .step.completed {
    background: #e8f5e8;
    color: #2e7d32;
}

.from .step.active::before {
    background: #851F41;
    color: #fff;
}

.from .step.completed::before {
    background: #4caf50;
    content: "✓";
    color: #fff;
}

.from .form-content {
    padding: 32px;
    border-left: 1px solid #DADADA;
}

.from .form-section {
    display: none;
}

.from .form-section.active {
    display: block;
}

.from h2 {
    margin-bottom: 8px;
    color: #0A0C07;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 20px;
}


.from .radio-group {
    display: flex;
    gap: 24px;
    margin-bottom: 15px;
}

.from .radio-option {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.from .radio-option input[type="radio"] {
    width: 18px;
    height: 18px;
    accent-color: #851F41;
}

.from .form-group {
    margin-bottom: 20px;
}

.from label {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-transform: capitalize;
    color: #141C25;
    margin-bottom: 10px;
}

.from input[type="text"],
.from input[type="email"],
.from input[type="date"],
.from input[type="tel"],
.from input[type="number"] {
    width: 100%;
    padding: 8px 10px;
    border-radius: 8px;
    font-size: 16px;
    transition: border-color 0.3s ease;
    box-shadow: 0px 1px 2px 0px #141C250A;
    border: 1px solid var(--Border-Colors-border-200, #E4E7EC);
    background: var(--Background-Colors-bg-0, #FFFFFF);
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.from input[type="text"]:focus,
.from input[type="email"]:focus,
.from input[type="tel"]:focus,
.from input[type="number"]:focus {
    outline: none;
    border-color: #851F41;
}

.from .next-btn {
    width: 100%;
    padding: 14px;
    background: #851F41;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease;
    margin-top: 20px;
    border-radius: 8px;
    padding-top: 12px;
    padding-right: 20px;
    padding-bottom: 12px;
    padding-left: 20px;
    background: #851F41;
    font-family: "Geist", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
}

.from .next-btn:hover {
    background: #851F41;
}

.from .players-section h3 {
    font-size: 20px;
    margin-bottom: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    text-transform: uppercase;
}

.from .add-player-btn {
    background: #851F41;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.3s ease;
    border-radius: 4px;
    padding-top: 8px;
    padding-right: 20px;
    padding-bottom: 8px;
    padding-left: 20px;
    font-family: "Geist", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
}

.from .add-player-btn:hover {
    background: #851F41;
}

.from .player-card {
    border: 1px solid #F3F3F3;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
    position: relative;
    background: #FBFBFB;
    border-radius: 16px;
    border-width: 1px;
    padding: 30px;
}

.from .player-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.from .player-name {
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 21px;
    line-height: 120%;
    text-align: center;
}

.from .player-age {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 21px;
    line-height: 120%;
    text-align: center;
    color: #0C1312;
}

.from .delete-player {
    background: none;
    border: none;
    color: #ff4444;
    cursor: pointer;
    font-size: 16px;
    padding: 4px;
}

.from .player-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 14px;
    color: #666;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 21px;
    line-height: 120%;
    color: #0C1312;
}

.from .player-info-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* .from .info-icon {
    width: 16px;
    height: 16px;
    background: #ddd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
} */

.from .success-section {
    text-align: center;
    /* padding: 40px 20px; */
}

.from .success-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #4caf50, #45a049);
    border-radius: 50%;
    margin: 0 auto 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: white;
    box-shadow: 0 8px 24px rgba(76, 175, 80, 0.3);
}

.from .success-title {
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    color: #141C25;
    margin-bottom: 10px;
}

.from .reference-id {
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    color: #141C25;
    margin-bottom: 20px;
}



/* .from .tournament-info {
    background: #f8f9fa;
    padding: 24px;
    border-radius: 8px;
    margin-bottom: 24px;
} */

.from .tournament-name {
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    color: #141C25;
    margin-bottom: 20px;
}

.from .tournament-categories {
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    color: #141C25;
    margin-bottom: 20px;
}

.from .stats {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 24px;
}

.from .stats .info-icon i {
    font-size: 24px;
    margin-block: 15px;
}

.from .stat {
    text-align: center;
}

.from .stat-number {
    margin-block: 15px;
    font-family: 'Lato', sans-serif;
    font-weight: 800;
    font-size: 48px;
    line-height: 120%;
    text-align: center;
    color: #0C1312;
    ;
}

.from .stat-label {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 21px;
    line-height: 120%;
    text-align: center;
}

.from .download-btn {
    width: 100%;
    padding: 14px;
    background: #851F41;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease;
    margin-top: 20px;
    border-radius: 8px;
    padding-top: 12px;
    padding-right: 20px;
    padding-bottom: 12px;
    padding-left: 20px;
    background: #851F41;
    font-family: "Geist", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
}

.from .download-btn:hover {
    background: #851F41;
}


.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

.modal-content {
    background: white;
    margin: 5% auto;
    padding: 30px;
    border-radius: 12px;
    width: 100%;
    max-width: 600px;
}

.modal-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    padding: 0;
    border: none;
}

.close-modal {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
}

@media (max-width: 768px) {
    .from .container {
        padding: 10px;
    }

    .from .form-content {
        padding: 20px;
    }

    .from .radio-group {
        flex-direction: column;
        gap: 12px;
    }

    .from .stats {
        flex-direction: column;
        gap: 16px;
    }


}

@media (max-width: 767px) {
    .from .form-content {
        border: none;
    }
}

.from hr {
    color: #DADADA;
}

.modal-header h3 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
}

.modal-header .close-modal i {
    color: #637083;
}

input[type="checkbox"] {
    width: 18px;
    accent-color: #851F41 !important;
    cursor: pointer;
}

.form-group a {
    /* text-decoration: none; */
    color: #000;
    font-weight: 500;
    padding-left: 5px;
}

.form-group a:hover {
    color: #851F41;
}

.delete_model .modal-content,
.delete_model .modal-header {
    padding: 10px;
}

.delete_model .modal-footer {
    border-top: 0;
    display: flex;
    justify-content: center;
}

.delete_model .modal-body {
    text-align: center;
}

.terms_heading {
    color: #0A0C07;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-size: 48px;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
}

.terms_subheading {
    color: #0A0C07;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-size: 30px;
    line-height: normal;
    text-transform: uppercase;
    text-align: left;
}

.section-title {
    margin-bottom: 0;
}

.content_image_flex {
    display: flex;
    gap: 40px;
    justify-content: flex-end;
    align-items: center;
}

.content_image_flex ul {
    padding-left: 0;
}

.mobile_logo_width {
    width: 33.3%;
}

.mobile_logo_width_second {
    width: 20%;
}

.mobile_logo_width img {
    width: 100%;
    height: auto;
}

.mobile_logo_width_second img {
    width: 100%;
    height: auto;
}

th,
tr {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.terms-p p,
.terms-p li {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
    color: #141C25;
}

/* .partners-card {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid #DCDCDC;
    display: flex;
    align-items: center;
    min-height: 200px;
} */

@media screen and (max-width: 1399px) {
    .content_image_flex {
        gap: 20px;
    }

    .banner-slider .slide-content {
        padding-bottom: 90px;
    }
}
