   body {
                font-family: 'Inter', sans-serif;
            }

            /* HERO SECTION */
            .hero-section {
                min-height: 100vh;
                background:
                    linear-gradient(rgba(255,255,255,0.78), rgba(255,255,255,0.78)),
                    url("https://images.unsplash.com/photo-1521737604893-d14cc237f11d");
                background-size: cover;
                background-position: center;
            }

            .hero-title {
                font-family: 'Playfair Display', serif;
                font-size: 3.5rem;
                color: #3A3A3A;
            }

            .hero-text {
                font-size: 1.1rem;
                color: #555;
            }

            .btn-primary-custom {
                background-color: #C88B95;
                border: none;
            }

            .btn-primary-custom:hover {
                background-color: #B0707B;
            }

            .btn-outline-custom {
                border: 1.5px solid #C88B95;
                color: #C88B95;
            }

            .btn-outline-custom:hover {
                background-color: #C88B95;
                color: #fff;
            }

            /* ABOUT SECTION */
            .about-section {
                background-color: #D1AEB4;
            }

            .about-title {
                font-family: 'Playfair Display', serif;
                font-size: 2.5rem;
            }

            .about-text {
                font-size: 1rem;
                line-height: 1.7;
            }

            .about-image {
                max-width: 100%;
                border-radius: 12px;
            }
/* SERVICES SECTION */
.services-section {
    background-color: #ffffff;
}

.services-title {
    font-family: 'Playfair Display', serif;
    font-size: 2.6rem;
    color: #7A6A5F;
}

.services-subtitle {
    color: #777;
    font-size: 1rem;
}

.service-card {
    background-color: #EFE3E6;
    border-radius: 18px;
    padding: 30px;
    height: 100%;
}

.service-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #D1AEB4;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.service-icon svg {
    width: 20px;
    height: 20px;
    color: #3A3A3A;
}

.service-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.4rem;
    margin-bottom: 10px;
}

.service-text {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #333;
}



/* INVESTMENT SECTION */
.investment-section {
    background-color: #ffffff;
}

.investment-title {
    font-family: 'Playfair Display', serif;
    font-size: 2.6rem;
    color: #7A6A5F;
    margin-bottom: 40px;
}

.investment-image {
    border-radius: 18px;
    width: 100%;
    object-fit: cover;
}

.investment-card {
    border: 1.5px solid #D1AEB4;
    border-radius: 14px;
    padding: 24px 28px;
    margin-bottom: 22px;
    display: flex;
    gap: 24px;
    align-items: flex-start;
}

.investment-number {
    font-weight: 600;
    color: #000;
    font-size: 0.9rem;
    min-width: 20px;
    margin-top: 6px;
}

.investment-heading {
    font-family: 'Playfair Display', serif;
    font-size: 1.35rem;
    margin-bottom: 6px;
}

.investment-text {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #333;
}





/* SPECIAL INVESTMENT SECTION */
.special-investment-wrapper {
    background-color: #FBF1C7;
    padding: 80px 0;
}

.special-investment-card {
    background-color: #ffffff;
    border-radius: 30px;
    padding: 50px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.special-title {
    font-family: 'Playfair Display', serif;
    font-size: 2.4rem;
    color: #7A6A5F;
    margin-bottom: 30px;
}

.special-image {
    width: 100%;
    border-radius: 18px;
    object-fit: cover;
}

.special-stat {
    font-family: 'Playfair Display', serif;
    font-size: 2.2rem;
    color: #7A6A5F;
}

.special-label {
    font-size: 1rem;
    color: #6B6B6B;
}

.special-desc {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #333;
    margin-top: 20px;
}




/* WHY CHOOSE SECTION */
.why-choose-section {
    background-color: #9C6672;
    padding: 90px 0;
    color: #ffffff;
}

.why-title {
    font-family: 'Playfair Display', serif;
    font-size: 2.8rem;
    margin-bottom: 60px;
}

.why-card {
    text-align: center;
    padding: 0 15px;
}

.why-image {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 25px;
    background-color: #ffffff;
}

.why-heading {
    font-family: 'Playfair Display', serif;
    font-size: 1.4rem;
    margin-bottom: 12px;
}

.why-text {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #F5EDEE;
}




/* ATHLETES COMMITMENT SECTION */
.athletes-section {
    background-color: #ffffff;
    padding: 90px 0;
}

.athletes-title {
    font-family: 'Playfair Display', serif;
    font-size: 2.6rem;
    color: #7A6A5F;
    margin-bottom: 40px;
}

.athletes-subtitle {
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem;
    color: #7A6A5F;
    margin-bottom: 20px;
}

.athletes-text {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #333;
    margin-bottom: 18px;
}

.athletes-list {
    list-style: none;
    padding-left: 0;
    margin-top: 30px;
}

.athletes-list li {
    margin-bottom: 25px;
}

.athletes-list-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.25rem;
    color: #7A6A5F;
    position: relative;
    padding-left: 22px;
}

.athletes-list-title::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #B07A86;
    font-size: 1.8rem;
    line-height: 1;
}

.athletes-list-text {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #555;
    margin-left: 22px;
    margin-top: 6px;
}

.athletes-image {
    width: 100%;
    border-radius: 22px;
    object-fit: cover;
}



/* MISSION & VISION SECTION */
.mission-vision-section {
    background-color: #ffffff;
    padding: 90px 0;
}

.mission-vision-title {
    font-family: 'Playfair Display', serif;
    font-size: 2.6rem;
    color: #7A6A5F;
    margin-bottom: 50px;
}

.mission-card,
.vision-card {
    background-color: #8E5561;
    border-radius: 22px;
    padding: 36px 40px;
    height: 100%;
    color: #ffffff;
}

.mission-heading,
.vision-heading {
    font-family: 'Playfair Display', serif;
    font-size: 1.7rem;
    margin-bottom: 18px;
}

.mission-text,
.vision-text {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #F3EDEE;
}


/* TRUST & RESULTS SECTION */
.trust-section {
    background-color: #C9A3AA;
    padding: 90px 0;
}

.trust-title {
    font-family: 'Playfair Display', serif;
    font-size: 2.6rem;
    color: #000;
    margin-bottom: 10px;
}

.trust-subtitle {
    font-size: 0.95rem;
    color: #2f2f2f;
    margin-bottom: 60px;
}

/* CIRCLE STATS */
.stat-circle {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background:
        conic-gradient(
            #F6EDEE var(--percent),
            rgba(255,255,255,0.35) 0
        );
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
}

.stat-inner {
    width: 130px;
    height: 130px;
    background-color: #C9A3AA;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    color: #000;
}

.stat-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.4rem;
    margin-bottom: 5px;
}

.stat-text {
    font-size: 0.9rem;
    color: #2f2f2f;
}

/* TESTIMONIAL BAR */
.trust-testimonial {
    background-color: #E7D4D8;
    border-radius: 14px;
    padding: 20px 24px;
    margin-top: 60px;
    font-size: 0.9rem;
}




/* ASSOCIATION SECTION */
.association-section {
    background-color: #ffffff;
    padding: 90px 0;
}

.association-title {
    font-family: 'Playfair Display', serif;
    font-size: 3rem;
    color: #7A6A5F;
    margin-bottom: 50px;
}

.association-logos {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    align-items: center;
}

.association-card {
    background-color: #ffffff;
    border-radius: 16px;
    padding: 18px 24px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 220px;
    min-height: 100px;
}

.association-card img {
    max-width: 180px;
    max-height: 60px;
    object-fit: contain;
}



/* ACHIEVEMENTS SECTION */
.achievements-section {
    background-color: #ffffff;
    padding: 90px 0;
}

.achievements-title {
    font-family: 'Playfair Display', serif;
    font-size: 3rem;
    color: #7A6A5F;
    margin-bottom: 50px;
}

.achievement-card {
    text-align: center;
}

.achievement-image {
    width: 100%;
    max-width: 260px;
    height: 320px;
    object-fit: cover;
    border-radius: 18px;
    box-shadow: 0 10px 28px rgba(0,0,0,0.12);
    margin-bottom: 15px;
}

.achievement-caption {
    font-size: 0.95rem;
    color: #6B6B6B;
}



/* CONTACT SECTION */
.contact-section {
    background-color: #ffffff;
    padding: 90px 0;
}

.contact-title {
    font-family: 'Playfair Display', serif;
    font-size: 2.8rem;
    color: #7A6A5F;
    margin-bottom: 15px;
}

.contact-subtitle {
    font-size: 0.95rem;
    color: #6B6B6B;
    margin-bottom: 40px;
}

.contact-heading {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    color: #7A6A5F;
    margin-top: 30px;
    margin-bottom: 10px;
}

.contact-text {
    font-size: 0.95rem;
    color: #333;
    line-height: 1.6;
}

.contact-image {
    width: 100%;
    max-width: 360px;
    border-radius: 22px;
    object-fit: cover;
}

.contact-caption {
    margin-top: 15px;
    font-size: 0.9rem;
    color: #6B6B6B;
    text-align: center;
}

.btn-enquiry {
    background-color: #C9A3AA;
    color: #000;
    border-radius: 10px;
    padding: 10px 22px;
    border: none;
}

.btn-enquiry:hover {
    background-color: #B78E96;
}

.btn-direction {
    border: 1.5px solid #C9A3AA;
    color: #C9A3AA;
    border-radius: 10px;
    padding: 10px 22px;
}

.btn-direction:hover {
    background-color: #C9A3AA;
    color: #fff;
}



/* ================= FOOTER ================= */
.site-footer {
    background-color: #2F2A2C;
    color: #EDEDED;
    padding: 70px 0 20px;
    font-size: 0.9rem;
}

.footer-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.3rem;
    margin-bottom: 18px;
    color: #ffffff;
}

.footer-text {
    color: #CFCFCF;
    line-height: 1.6;
}

.footer-links {
    list-style: none;
    padding-left: 0;
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-links a {
    color: #CFCFCF;
    text-decoration: none;
}

.footer-links a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.footer-contact {
    color: #CFCFCF;
    line-height: 1.7;
}

.footer-divider {
    border-top: 1px solid rgba(255,255,255,0.15);
    margin: 40px 0 20px;
}

.footer-bottom {
    text-align: center;
    font-size: 0.85rem;
    color: #BDBDBD;
}

.footer-bottom a {
    color: #C9A3AA;
    text-decoration: none;
}

.footer-bottom a:hover {
    text-decoration: underline;
}


.footer-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.4rem;
    margin-bottom: 15px;
}

.footer-services li {
    color: #ffffff;
    margin-bottom: 8px;
}

footer a {
    color: white;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}
