/* Color Palette */
:root {
    --gold: #d4af37;
    --navy: #0a192f;
    --dark-bg: #050a14;
    --text-silver: #ccd6f6;
}

:root {
    --gold: #d4af37;
    --obsidian: #0b0e14;
    --navy-dark: #1a1f2b;
}

body {
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
}

/* Floating WhatsApp */
.whatsapp-float {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    text-decoration: none;
    z-index: 1000;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    transition: 0.3s;
}

.whatsapp-float i {
    font-size: 24px;
    margin-right: 10px;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    color: white;
    background-color: #128c7e;
}

/* Hero Section */
.hero-section {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.8)), url('https://images.unsplash.com/photo-1497366216548-37526070297c?auto=format&fit=crop&w=1500&q=80');
    background-size: cover;
    padding: 120px 0;
    border-bottom: 4px solid var(--gold);
}

.gold-text {
    color: var(--gold);
}

.btn-gold {
    background: var(--gold);
    color: black;
    border-radius: 0;
    font-weight: 700;
    transition: 0.4s;
    border: 1px solid var(--gold);
}

.btn-gold:hover {
    background: transparent;
    color: var(--gold);
}

/* Founder Section */
.bg-obsidian {
    background-color: var(--obsidian);
}

.section-title {
    font-family: 'Cinzel', serif;
    font-weight: bold;
    letter-spacing: 3px;
}

.border-end-gold {
    border-right: 1px solid rgba(212, 175, 55, 0.3);
}

/* Facility Grid */
.facility-item {
    padding: 25px;
    border: 1px solid #eee;
    text-align: center;
    transition: 0.3s;
}

.facility-item:hover {
    background: var(--navy-dark);
    color: white;
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.facility-item i {
    font-size: 2.5rem;
    margin-bottom: 15px;
    display: block;
}

.facility-item h6 {
    font-weight: 700;
    font-size: 0.9rem;
    text-transform: uppercase;
}

.gold-line {
    width: 80px;
    height: 3px;
    background: var(--gold);
    margin-top: 10px;
}

.footer-premium {
    background: #000;
    border-top: 2px solid var(--gold);
}

@media (max-width: 768px) {
    .border-end-gold {
        border-right: none;
        border-bottom: 1px solid rgba(212, 175, 55, 0.3);
        padding-bottom: 30px;
    }
}

/* Facility Cards */
.bg-light-gray {
    background-color: #f8f9fa;
}

.navy-text {
    color: var(--navy);
}

.facility-card {
    background: white;
    border-radius: 12px;
    padding: 30px 15px;
    text-align: center;
    border-bottom: 3px solid transparent;
    transition: all 0.3s ease;
    height: 100%;
}

.facility-card:hover {
    transform: translateY(-10px);
    border-bottom: 3px solid var(--gold);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1) !important;
}

.icon-circle {
    width: 60px;
    height: 60px;
    background: var(--navy);
    color: var(--gold);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    font-size: 1.5rem;
    transition: 0.3s;
}

.facility-card:hover .icon-circle {
    background: var(--gold);
    color: var(--navy);
}

.facility-card h5 {
    font-size: 0.95rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
}

/* Founder Styling */
.founder-box {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(212, 175, 55, 0.2);
    border-radius: 8px;
    height: 100%;
    transition: 0.3s;
}

.founder-box:hover {
    border-color: var(--gold);
    background: rgba(212, 175, 55, 0.05);
}

/* Floating WhatsApp */
.whatsapp-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color: #25d366;
    color: white;
    padding: 12px 25px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    text-decoration: none;
    z-index: 9999;
    font-weight: 600;
    transition: 0.3s;
}

.whatsapp-btn i {
    font-size: 24px;
    margin-right: 10px;
}

.whatsapp-btn:hover {
    background-color: #128c7e;
    color: white;
    transform: scale(1.05);
}

/* Review Cards */
.review-card {
    background: var(--card-bg);
    padding: 30px;
    border-radius: 15px;
    border-left: 4px solid var(--gold);
    height: 100%;
    transition: 0.3s;
}

.review-card:hover {
    background: #1e293b;
    transform: translateY(-5px);
}

.review-text {
    font-style: italic;
    font-size: 1.05rem;
    line-height: 1.6;
    color: #cbd5e1;
}

.border-gold {
    border-color: var(--gold) !important;
}

.bg-navy {
    background-color: var(--navy);
}

/* Google Review Badge Styling */
.google-review-badge {
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(212, 175, 55, 0.3);
    padding: 6px 15px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.google-review-badge:hover {
    background: rgba(212, 175, 55, 0.1);
    border-color: var(--gold);
    transform: translateY(-2px);
}

.google-logo img {
    width: 20px;
    margin-right: 12px;
}

.review-stats {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.review-stats .stars {
    color: #ffc107;
    /* Standard Google Star Color */
    font-size: 10px;
    margin-bottom: 2px;
}

.rating-text {
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Mobile Adjustments */
@media (max-width: 576px) {
    .rating-text {
        display: none;
        /* Hide text on very small screens to save space */
    }

    .google-review-badge {
        padding: 8px;
    }

    .google-logo img {
        margin-right: 0;
    }
}

/* Gallery Hover Effects */
.gallery-item {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.gallery-item img {
    transition: transform 0.5s ease;
}

.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(10, 25, 47, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.3s;
}

.gallery-overlay span {
    color: var(--gold);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 1px solid var(--gold);
    padding: 10px 20px;
}

.gallery-item:hover img {
    transform: scale(1.1);
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

/* Location Section */
.bg-light {
    background-color: #f8f9fa !important;
}

.border-gold {
    border-color: #d4af37 !important;
}

.map-container {
    border: 1px solid #eee;
    height: 400px;
}

.gold-line {
    width: 60px;
    height: 3px;
    background: #d4af37;
    margin: 15px auto;
}

/* Updated Google Icon for Header (Stable Link) */
.google-logo img {
    width: 24px;
    height: 24px;
    content: url('https://img.icons8.com/color/48/google-logo.png');
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 80px;
    /* Prevents the sticky header from covering the section title */
}

/* Updated Nav Styling */
.nav-link {
    color: #ffffff !important;
    transition: 0.3s;
}

.nav-link:hover {
    color: #d4af37 !important;
}

.google-pill-nav {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(212, 175, 55, 0.3);
    padding: 5px 12px;
    border-radius: 50px;
    text-decoration: none;
    display: block;
    transition: 0.3s;
}

.google-pill-nav:hover {
    background: rgba(212, 175, 55, 0.15);
    border-color: #d4af37;
}

.rating-text {
    color: #fff;
    font-size: 9px;
    font-weight: 800;
    display: block;
    line-height: 1;
}

/* Ensure the mobile menu icon is bright gold/white */
.navbar-toggler {
    border-color: rgba(212, 175, 55, 0.5) !important;
}

.navbar-toggler-icon {
    filter: invert(72%) sepia(58%) saturate(417%) hue-rotate(1deg) brightness(93%) contrast(89%);
    /* This filter makes the standard white icon look Gold */
}

/* Styling for the Google link inside the mobile menu */
.google-pill-mobile {
    background: rgba(212, 175, 55, 0.1);
    border: 1px solid #d4af37;
    color: #fff;
    padding: 8px 20px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
}

/* Close the menu padding on mobile */
@media (max-width: 991px) {
    .navbar-collapse {
        background: #050a14;
        margin-top: 10px;
        padding: 20px;
        border-radius: 10px;
        border: 1px solid rgba(212, 175, 55, 0.2);
    }
}