/*
Name: EXE Cloud System
Author: Muhammad Hassan (EXEIdeas International)
URL: http://www.exeideas.net
Version: 3.0
Copyright: (c) 2022 EXEIdeas International
	License: GNU General Public License v3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/
body {
    font-family: "Inter", sans-serif;
    background-color: #f8f9fa;
}

.navbar {
    padding: 1rem 0; /* Add some vertical padding */
}

.navbar-brand .logo-text {
    font-size: 2.2rem; /* Larger font size for the logo */
    font-weight: 400; /* Bold */
    color: #252525; /* Dark text color for logo */
    display: inline-block; /* To allow vertical alignment with the dot */
}

.navbar-brand .logo-dot {
    width: 18px; /* Size of the yellow dot */
    height: 18px;
    background-color: #ebff53; /* Yellow color */
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle; /* Align with the text */
    margin-left: 0.2rem; /* Space between text and dot */
}

.navbar-nav .nav-link {
    color: #767680; /* Muted dark color for nav links */
    font-weight: 400;
    margin-right: 1.5rem; /* Space between links */
    transition: color 0.2s ease-in-out;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: #252525; /* Slightly darker on hover/active */
}

/* Dropdown specific styling */
.navbar-nav .dropdown-menu {
    border-radius: 0.5rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    border: none;
    padding: 0.5rem 0;
}
.navbar-nav .dropdown-item {
    color: #767680;
    font-weight: 400;
    padding: 0.75rem 1.5rem;
}
.navbar-nav .dropdown-item:hover {
    background-color: #f0f0f0;
    color: #252525;
}
a.nav-link {
    font-size: 20px;
    letter-spacing: -1px;
}

.btn-join-club {
    background-color: #ebff53; /* Yellow button background */
    color: #212121; /* Dark text color */
    font-size: 22px;
    letter-spacing: -1px;
    padding: 0.6rem 1.5rem;
    border-radius: 0.5rem; /* Slightly rounded corners */
    border: none;
    transition: background-color 0.3s ease;
}

.btn-join-club:hover {
    background-color: #0c2842; /* Slightly lighter yellow on hover */
    color: #fff;
}

.btn-book-court {
    border-radius: 50px;
}

.hero-section {
    background: url("../img/hero.jpg") center/cover no-repeat;
    min-height: 90vh;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.hero-badge {
    width: 320px;
    z-index: 2;
    position: absolute; /* position-absolute */
    top: 0; /* top-0 */
    right: 0; /* end-0 */
    margin: 1.5rem; /* m-4 = 1.5rem */
    padding: 1rem; /* p-3 = 1rem */
    background-color: #fff; /* bg-white */
    color: #212529; /* text-dark */
    border-radius: 1rem; /* rounded-4 = 1rem radius */
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175); /* shadow-lg */
    align-items: center; /* align-items-center */
}

.hero-content {
    z-index: 2;
    position: absolute; /* position-absolute */
    bottom: 0; /* bottom-0 */
    left: 0; /* start-0 */
    margin: 1.5rem; /* m-4 = 1.5rem */
    padding: 1rem; /* p-3 = 1rem */
    align-items: center; /* align-items-center */
}

.hero-title {
    font-size: 90px;
    letter-spacing: -3px;
    font-weight: 500;
}

.hero-subtitle {
    font-size: 30px;
    letter-spacing: -1px;
}

.hero-button {
    background-color: #ebff53;
    border-radius: 50px;
    font-size: 30px;
}

.hero-badge-img {
    width: 60px;
    height: 60px;
}

.hero-badge-img.margin-left-30 {
    margin-left: -30px;
}

.hero-badge-text {
    font-size: 50px !important;
}

.hero-badge-subtext {
    font-size: 20px;
    letter-spacing: -0.5px;
    line-height: 20px;
}
/* Default desktop styles remain as you have them */

/* ========================= */
/* Mobile / Small Screen Fix */
/* ========================= */
@media (max-width: 1080px) {
    .hero-section {
        min-height: 500px; /* Shorter for mobile */
        background-position: center top;
    }
    .hero-title {
        font-size: 50px; /* Smaller title */
    }
    .hero-subtitle {
        font-size: 20px; /* Smaller subtitle */
    }
}

@media (max-width: 768px) {
    .hero-section {
        min-height: 450px; /* Shorter for mobile */
        background-position: center top;
    }

    .hero-content {
        width: calc(100% - 0rem);
        text-align: center;
        margin: 0rem;
    }

    .hero-title {
        font-size: 38px; /* Smaller title */
        letter-spacing: -1px;
    }

    .hero-subtitle {
        font-size: 18px; /* Smaller subtitle */
        line-height: 1.4;
        letter-spacing: normal;
    }

    .btn-book-court {
        font-size: 16px;
    }

    .hero-badge {
        width: 300px;
        z-index: 2;
        position: absolute; /* position-absolute */
        top: 0; /* top-0 */
        right: 50%;
        margin-right: -150px;
    }

    .hero-badge-img.margin-left-30 {
        margin-left: -15px;
    }

    .hero-badge-img {
        width: 40px;
        height: 40px;
    }

    .hero-badge-text {
        font-size: 28px !important;
        margin-left: 10px;
    }

    .hero-badge-subtext {
        font-size: 14px;
        line-height: 1.3;
    }
}

/* Extra small devices (phones < 480px) */
@media (max-width: 480px) {
    .hero-section {
        min-height: 500px; /* Shorter for mobile */
        background-position: center top;
    }
    .hero-title {
        font-size: 28px;
    }
    .hero-subtitle {
        font-size: 16px;
    }
    .hero-subtitle br {
        display: none;
    }
    .hero-badge-img {
        width: 32px;
        height: 32px;
    }
    .padelio-footer-section img {
        width: 80%;
    }
    .events-main-title {
        font-size: 40px !important;
    }
    .club-highlights-title {
        font-size: 45px !important;
    }
    .testimonial-quote {
        font-size: 30px !important;
    }
    .booking-title {
        font-size: 45px !important;
    }
    .highlight-text {
        font-size: 20px !important;
    }
    .profile-container .col-md-6.text-end {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 0.5rem; /* space between buttons */
    }

    .profile-container .col-md-6.text-end a {
        white-space: nowrap; /* prevents breaking text inside button */
    }
}

.about-section-subtitle {
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 30px;
}

.about-section-title {
    font-size: 50px;
    letter-spacing: -4px;
    line-height: 50px;
}

.about-section-description {
    font-size: 23px;
    letter-spacing: -1px;
    line-height: 35px;
    color: #767680;
}

.member-satisfied-badge {
    font-size: 1.2rem;
    margin: 0 0 20px 40px;
}

.member-satisfied-content {
    line-height: 1.35 !important;
}

.member-satisfied-count {
    font-weight: bold;
    font-size: 2.5rem;
    color: #ebff53;
}

.feature-icon {
    width: 100px;
    color: #0c2842 !important;
    font-size: 4rem !important;
}

.feature-title {
    font-size: 38px;
    letter-spacing: -3px;
    line-height: 40px;
}

.feature-description {
    font-size: 21px;
    letter-spacing: -1px;
    line-height: 30px;
    color: #767680;
}

.btn-custom {
    background-color: #ebff53;
    color: #000;
    font-weight: bold;
    padding: 12px 32px;
    border-radius: 50px;
}
/* Bookings Section */
.booking-card {
    position: relative;
    overflow: hidden;
    border-radius: 1rem;
    height: 100%;
    background-size: cover;
    background-position: center;
    min-height: 350px;
}
.booking-label {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    background: white;
    border-radius: 999px;
    padding: 0.5rem 1rem;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 25px;
    letter-spacing: -1px;
    line-height: 25px;
    color: #212529;
}

.booking-label img {
    width: 24px;
    height: 24px;
    margin-right: 0.5rem;
}

.bookings-title {
    font-weight: 500;
    color: #252525;
    font-size: 60px;
    letter-spacing: -3px;
    line-height: 60px;
}

.bookings-subtitle {
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 30px;
}

.bookings-description {
    font-size: 20px;
    letter-spacing: -0.5px;
    line-height: 30px;
}
/* Services Section */
.service-card {
    position: relative;
    overflow: hidden;
    border-radius: 1rem;
    height: 100%;
    background-size: cover;
    background-position: center;
    min-height: 350px;
}

.service-card-1 {
    background-image: url("../img/service-1.png");
}
.service-card-2 {
    background-image: url("../img/service-2.png");
}
.service-card-3 {
    background-image: url("../img/service-3.png");
}
.service-card-4 {
    background-image: url("../img/service-4.png");
}

.service-label {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    background: white;
    border-radius: 999px;
    padding: 0.5rem 1rem;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 25px;
    letter-spacing: -1px;
    line-height: 25px;
}

.service-label img {
    width: 24px;
    height: 24px;
    margin-right: 0.5rem;
}

.services-title {
    font-weight: 500;
    color: #252525;
    font-size: 60px;
    letter-spacing: -3px;
    line-height: 60px;
}

.services-subtitle {
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 30px;
}

.services-description {
    font-size: 20px;
    letter-spacing: -0.5px;
    line-height: 30px;
}

.section-padding {
    padding: 4rem 1rem;
}
.booking-section {
    background-image: url("../img/call-to-action.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 1rem;
    overflow: hidden;
    color: white;
    position: relative;
}

.booking-overlay {
    background: rgba(0, 0, 0, 0.6);
    border-radius: 1rem;
    padding: 3rem;
}

.play-btn {
    background-color: #ebff53;
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: black;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.booking-subtitle {
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 20px;
}

.booking-title {
    font-size: 60px;
    letter-spacing: -5px;
    line-height: 60px;
}

.booking-description {
    font-size: 25px;
    letter-spacing: -2px;
    line-height: 30px;
}

.book-btn {
    background-color: #ebff53;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 50px;
    font-weight: 600;
    margin-top: 1.5rem;
}

.benefits-box {
    background-color: rgba(0, 0, 0, 0.8);
    padding: 1.5rem;
    border-radius: 1rem;
    margin-top: 2rem;
}

.benefits-title {
    font-size: 45px;
    letter-spacing: -1px;
    line-height: 45px;
}

.benefits-list {
    list-style: none;
    padding-left: 0;
    font-size: 25px;
    letter-spacing: -1px;
    line-height: 30px;
}

.benefits-box li {
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
}

.benefits-box li::before {
    content: "✔";
    color: #ebff53;
    margin-right: 0.75rem;
}

.events-section {
    background-color: #1e1e1e;
    color: #fff;
    padding: 4rem 1rem;
    border-radius: 1rem;
}

.events-subtitle {
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 30px;
}

.events-main-title {
    font-size: 55px;
    letter-spacing: -1px;
    line-height: 50px;
}

.events-description {
    font-size: 20px;
    letter-spacing: -0.5px;
    line-height: 30px;
}

.event-card img {
    border-radius: 0.75rem;
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.event-card .card-body {
    padding: 1.25rem 0 0 0;
}

.event-card-title {
    font-size: 35px;
    line-height: 40px;
    font-weight: 500;
    letter-spacing: -2px;
}

.event-card-description {
    font-size: 20px;
    letter-spacing: -0.5px;
    line-height: 30px;
}

.event-time {
    background-color: #e3ff00;
    color: black;
    display: inline-block;
    padding: 0.5rem 1rem;
    border-radius: 0.75rem;
    font-size: 20px;
    letter-spacing: -0.5px;
    line-height: 30px;
    width: 100%;
}

.event-time i {
    margin-right: 0.5rem;
}

.view-events-btn {
    background-color: #e3ff00;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 50px;
    font-weight: 500;
    margin-bottom: 2rem;
    color: black;
}

/* Testimonials Section */
.testimonial-subtitle {
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 30px;
}

.testimonial-header {
    font-size: 60px;
    letter-spacing: -3px;
    line-height: 60px;
    font-weight: 500;
}

.testimonial-description {
    font-size: 25px;
    letter-spacing: -1px;
    line-height: 30px;
    color: #767680;
}

.testimonial-card {
    border-radius: 0.75rem;
    padding: 2rem;
}

.testimonial-card.dark {
    background-color: #212121;
    color: white;
}

.testimonial-card.yellow {
    background-color: #ebff53;
    color: #212121;
}

.testimonial-card .stars .star-dark {
    color: #444;
}

.testimonial-quote {
    font-size: 40px;
    letter-spacing: -2px;
    line-height: 40px;
}

.author-info {
    display: flex;
    align-items: center;
    margin-top: 1.5rem;
}

.author-info img {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin-right: 1rem;
}

.author-name {
    font-size: 25px;
    letter-spacing: -0.5px;
    line-height: 50px;
}

.author-role {
    font-size: 20px;
    letter-spacing: -0.5px;
    line-height: 20px;
}

/* Join Us Section */
.join-us-section-bg {
    background-image: url("../img/join-us.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 1rem;
    overflow: hidden;
    color: white;
    position: relative;
}

.join-us-section-overlay {
    background: rgba(0, 0, 0, 0.6);
    border-radius: 1rem;
    padding: 3rem;
}
.join-us-section {
    color: #fff;
    text-align: center;
    padding: 3rem 1rem;
    position: relative;
    overflow: hidden;
}

.join-us-subtitle {
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 30px;
}

.join-us-title {
    font-size: 60px;
    letter-spacing: -3px;
    line-height: 60px;
}

.join-us-description {
    font-size: 25px;
    letter-spacing: -0.5px;
    line-height: 30px;
}

.join-us-button {
    background-color: #ebff53;
    border-radius: 50px;
    font-size: 20px;
}

.circle-image-container {
    margin-top: -100px; /* Adjust as needed to overlap with the section */
}

.circle-image {
    border-radius: 50%;
    width: 250px;
    height: 250px;
    object-fit: cover;
    border: 5px solid #fff; /* Optional: add a border around the images */
    margin: 10px;
}

/* Club Highlights Section */
.club-highlights-subtitle {
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 30px;
}

.club-highlights-title {
    font-size: 55px;
    letter-spacing: -3px;
    line-height: 60px;
    color: #252525;
}

.club-highlights-description {
    font-size: 25px;
    letter-spacing: -2px;
    line-height: 30px;
}

.club-highlights-button {
    background-color: #ebff53;
    border-radius: 40px;
}

.highlight-box {
    background: #f3ff4e;
}

.highlight-percentage {
    font-size: 2.5rem; /* Equivalent to fw-bold and a large size */
}

.highlight-text {
    font-size: 25px;
    letter-spacing: -1px;
    line-height: 30px;
}

/* Sponsors Section */
.logo-carousel {
    position: relative;
    overflow: hidden;
    width: 100%;
    text-align: center;
}

.logo-track {
    display: flex;
    transition: transform 0.6s ease;
}

.logo-item {
    flex: 0 0 20%; /* 5 visible logos (100 / 5 = 20%) */
    text-align: center;
    padding: 10px;
}

.logo-item img {
    max-height: 80px;
    max-width: 100%;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.8;
    transition: all 0.3s ease;
}

.logo-item img:hover {
    filter: none;
    opacity: 1;
    transform: scale(1.05);
}

/* ==== ARROWS BELOW SLIDER ==== */
.carousel-control {
    position: static; /* remove absolute positioning */
    display: inline-block;
    margin: 20px 0px 0px 0px; /* spacing around arrows */
    background: rgba(0, 0, 0, 0.25);
    color: #fff;
    border: none;
    padding: 5px 15px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 20px;
    transition: background 0.3s ease;
}

.carousel-control:hover {
    background: rgba(0, 0, 0, 0.8);
}

/* Optional: Align buttons in a container */
.logo-carousel .controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 15px;
}

/* Contact Section */
.contact-section {
    padding: 0; /* Remove padding from the row to allow image to stretch */
}

.contact-image {
    object-fit: cover;
}

.contact-subtitle {
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 30px;
}

.contact-title {
    font-size: 55px;
    letter-spacing: -3px;
    line-height: 60px;
}

.contact-description {
    font-size: 25px;
    letter-spacing: -1px;
    line-height: 30px;
}

.contact-input,
.contact-textarea {
    border-radius: 0.5rem;
}

.contact-submit-button {
    background-color: #ebff53;
    border-radius: 40px;
}

/* FAQ Section */
.faq-subtitle {
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 30px;
}

.faq-title {
    font-size: 55px;
    letter-spacing: -3px;
    line-height: 60px;
    color: #252525;
}

.faq-description {
    font-size: 25px;
    letter-spacing: -1px;
    line-height: 30px;
}

.faq-button {
    font-size: 30px !important;
    letter-spacing: -1px;
    line-height: 30px;
    font-weight: 500;
    background-color: #ebff53 !important; /* Important to override Bootstrap */
}

.faq-body {
    background-color: #ebff53 !important; /* Important to override Bootstrap */
    font-size: 20px !important;
    letter-spacing: -1px;
    line-height: 25px;
}

/* Footer Section */
.padelio-footer-section {
    background-color: #212121;
    color: #fff;
    padding: 4rem 0;
    text-align: center;
}

.padelio-footer-section img {
    margin-bottom: 2rem;
}

.padelio-footer-section .description-text {
    font-size: 25px;
    letter-spacing: -1px;
    line-height: 30px;
    max-width: 800px;
    margin: 0 auto 2rem auto;
}

.padelio-footer-section .contact-info {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}

.padelio-footer-section .footer-nav {
    margin-top: 2rem;
}

.padelio-footer-section .footer-nav a {
    color: #fff;
    text-decoration: none;
    margin: 0 1rem;
    font-weight: 500;
    transition: color 0.2s ease;
    letter-spacing: -1px;
    font-size: 25px;
}

.padelio-footer-section .footer-nav a:hover {
    color: #ebff53;
}

.selected-slot {
    border: 2px solid #0d6efd;
    background-color: #0d6efd;
    color: #fff;
}
.extra-item {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 1rem;
}
.extra-item img {
    width: 100px;
    height: 100px;
}
.form-check-label {
    font-size: 1rem;
    cursor: pointer;
}
