/* style.css (PREMIUM UI - FINAL) */

:root {
    --brand-yellow: #FFD700;
    --brand-black: #000000;
    --brand-dark-grey: #121212; /* Thoda aur dark background */
    --brand-white: #FFFFFF;
}

body {
    font-family: 'Poppins', sans-serif;
    background-color: var(--brand-white);
    color: #333;
    scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}

.section-title {
    color: var(--brand-black);
    font-weight: 700;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
    font-size: 2.5rem;
}

.section-title::after {
    content: '';
    position: absolute;
    display: block;
    width: 80px;
    height: 4px;
    background: var(--brand-yellow);
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 2px;
}

.bg-dark .section-title, .bg-black .section-title {
    color: var(--brand-white);
}

section {
    padding: 80px 0;
    overflow-x: hidden;
}

/* --- Navigation Bar --- */
.navbar {
    background: transparent;
    transition: background-color 0.4s ease-out, padding 0.4s ease-out;
    padding: 20px 0;
}
.navbar.scrolled {
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(10px);
    padding: 10px 0;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}
.navbar-brand {
    font-weight: 700;
    font-size: 1.5rem;
}
.navbar-brand span {
    color: var(--brand-yellow);
}
.nav-link {
    color: var(--brand-white);
    font-weight: 500;
    transition: color 0.3s;
    margin: 0 10px;
}
.nav-link:hover, .nav-link.active {
    color: var(--brand-yellow);
}
.navbar-toggler {
    border-color: rgba(255,255,255,0.2);
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 215, 0, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* --- Hero Section --- */
.hero-section {
    position: relative;
    height: 100vh;
    background: url('/image/19') no-repeat center center/cover;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.hero-section .overlay {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: linear-gradient(to top, rgba(0,0,0,0.9), rgba(0,0,0,0.6));
}

.hero-section .container {
    position: relative;
    z-index: 2;
}

.gym-name {
    font-size: 5rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--brand-white);
    text-shadow: 2px 2px 10px rgba(0,0,0,0.5);
}

.tagline {
    font-size: 1.5rem;
    margin-bottom: 40px;
    color: var(--brand-yellow);
}

.btn-custom {
    background: var(--brand-yellow);
    color: var(--brand-black);
    border: 2px solid var(--brand-yellow);
    font-weight: 700;
    padding: 15px 40px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    border-radius: 50px;
}

.btn-custom:hover {
    background: transparent;
    color: var(--brand-yellow);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(255, 215, 0, 0.3);
}

/* --- About Us Section --- */
.features-list li {
    font-size: 1.1rem;
    margin-bottom: 15px;
}
.features-list i {
    color: var(--brand-yellow);
    font-size: 1.5rem;
    margin-right: 15px;
    vertical-align: middle;
}
.trainer-img {
    border: 8px solid var(--brand-white);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

/* --- Plans & Pricing Section --- */
#pricing {
    background: var(--brand-dark-grey);
}
.pricing-card {
    background-color: #1c1c1c;
    border: 1px solid #444;
    border-radius: 15px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    padding: 20px;
}
.pricing-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}
.pricing-card .card-title {
    color: var(--brand-yellow);
    font-size: 1.5rem;
}
.price-container {
    background: rgba(0,0,0,0.2);
    border-radius: 10px;
    padding: 15px;
    margin: 15px 0;
}
.pricing-card .price {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--brand-white);
    margin: 5px 0;
}
.pricing-card .text-muted {
    color: #a0a0a0 !important;
    font-size: 0.9rem;
}

.popular-plan {
    transform: scale(1.05);
    border: 2px solid var(--brand-yellow);
    box-shadow: 0 10px 40px rgba(255, 215, 0, 0.2);
}
.popular-plan .badge {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--brand-yellow);
    color: var(--brand-black);
    font-weight: 700;
    font-size: 0.9rem;
    padding: 5px 15px;
}

/* --- Timings Section --- */
.timing-card {
    background: var(--brand-white);
    padding: 30px;
    border-radius: 10px;
    border-bottom: 5px solid var(--brand-yellow);
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    transition: transform 0.3s, box-shadow 0.3s;
    height: 100%;
}
.timing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}
.sunday-closed {
    color: #dc3545;
    font-weight: 700;
    border: 2px solid #dc3545;
    padding: 10px 20px;
    border-radius: 50px;
    display: inline-block;
    transition: all 0.3s;
}
.sunday-closed:hover {
    background: #dc3545;
    color: var(--brand-white);
}

/* --- Registration Form --- */
#register {
    background: var(--brand-dark-grey);
}
#register .form-control, #register .form-select {
    background-color: #222;
    color: #fff;
    border: 1px solid #555;
    padding: 15px;
    border-radius: 8px;
}
#register .form-control::placeholder {
    color: #aaa;
}
#register .form-control:focus, #register .form-select:focus {
    background-color: #333;
    color: #fff;
    border-color: var(--brand-yellow);
    box-shadow: 0 0 0 0.25rem rgba(255, 215, 0, 0.25);
}

/* --- Gallery Section --- */
.gallery-img {
    border-radius: 15px;
    transition: transform 0.3s ease, filter 0.3s ease, box-shadow 0.3s;
}
.gallery-img:hover {
    transform: scale(1.05);
    filter: brightness(1.1);
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

/* --- Testimonials Section --- */
#testimonials {
    background-color: var(--brand-dark-grey);
}
.testimonial-card {
    background: #1c1c1c;
    border-radius: 15px;
    padding: 20px;
    text-align: center;
    transition: transform 0.3s;
}
.testimonial-card:hover {
    transform: translateY(-8px);
}
.testimonial-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 4px solid var(--brand-yellow);
    object-fit: cover;
    margin-bottom: 15px;
}
.testimonial-text {
    font-style: italic;
    color: #ccc;
}
.client-name {
    color: var(--brand-white);
    font-weight: 700;
}

/* --- Location Map Section --- */
.map-container {
    border-radius: 15px;
    overflow: hidden;
    border: 5px solid var(--brand-white);
    box-shadow: 0 0 30px rgba(0,0,0,0.1);
}

/* --- Footer Section --- */
footer {
    background-color: var(--brand-black);
}
.footer-title {
    color: var(--brand-yellow);
}
.social-icons a {
    font-size: 1.8rem;
    transition: color 0.3s, transform 0.3s;
}
.social-icons a:hover {
    color: var(--brand-yellow) !important;
    transform: scale(1.2);
}
.copyright {
    color: #777;
}
.footer-divider {
    border-color: #333;
}

/* --- Floating WhatsApp Icon --- */
.whatsapp-icon {
    position: fixed;
    bottom: 20px; right: 20px;
    background: #25D366;
    color: white;
    width: 60px; height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.2rem;
    z-index: 1000;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.whatsapp-icon:hover {
    transform: scale(1.1);
    box-shadow: 0 5px 15px rgba(37, 211, 102, 0.5);
    color: white;
}

/* --- Responsive Adjustments --- */
@media (max-width: 991.98px) {
    .navbar-collapse {
        background: rgba(0,0,0,0.9);
        padding: 20px;
        border-radius: 10px;
        margin-top: 10px;
    }
    .gym-name { font-size: 3.5rem; }
    .popular-plan { transform: scale(1); } /* Mobile par scaling hata dein */
}

@media (max-width: 768px) {
    .gym-name { font-size: 2.8rem; }
    .tagline { font-size: 1.2rem; }
    .section-title { font-size: 2.2rem; }
}