/* Premium font and style for navbar brand */
.navbar-brand-title {
    font-family: 'Inter', 'Nunito', Arial, sans-serif;
    font-weight: 800;
    font-size: 2rem;
    letter-spacing: 1.5px;
    color: #003366;
    background: linear-gradient(90deg, #bfa16a 10%, #0d6efd 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 2px 8px rgba(191,161,106,0.10);
    padding-left: 2px;
    padding-right: 2px;
    line-height: 1.1;
}
/* CSP-compliant: Main content card background */
.main-content-card {
    background: #f8fafc;
}
/* CSP-compliant: Bootstrap Icon sizes for features, location, contact */
.icon-feature {
    font-size: 2.5rem;
}
.icon-location {
    font-size: 1.5rem;
}
.icon-contact {
    font-size: 1.1rem;
}
/* Google Fonts: Inter, Nunito (offline, organized in subfolders) */
@font-face {
    font-family: 'Inter';
    src: url('../fonts/inter/Inter.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: url('../fonts/inter/Inter-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Nunito';
    src: url('../fonts/nunito/Nunito.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Nunito';
    src: url('../fonts/nunito/Nunito-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}
/* CSP-compliant: Brand title letter spacing */
#brand-title {
    letter-spacing: 1.5px;
}

/* CSP-compliant: Hero image max-width */
.hero-img-csp {
    max-width: 520px;
}
/* Features Section */
.features-section {
    background: #f8fafc;
}
.feature-card img {
    filter: drop-shadow(0 2px 8px rgba(191,161,106,0.10));
}
.feature-card {
    border: none;
    transition: box-shadow 0.2s;
}
.feature-card:hover {
    box-shadow: 0 8px 32px rgba(13,110,253,0.10), 0 1.5px 8px rgba(0,0,0,0.04);
}

/* Gallery Section */
.gallery-section {
    background: #fff;
}
.gallery-section h2 {
    font-weight: 700;
    color: #003366;
    letter-spacing: 1px;
}
.gallery-section img {
    border-radius: 1.25rem;
    box-shadow: 0 4px 24px rgba(13,110,253,0.10), 0 1.5px 8px rgba(0,0,0,0.04);
    background: #fff;
    transition: transform 0.3s, box-shadow 0.3s;
}
.gallery-section img:hover {
    transform: scale(1.04);
    box-shadow: 0 8px 32px rgba(191,161,106,0.12);
}

/* Location Section */
.location-section {
    background: #f8fafc;
}
.location-card, .map-card {
    border: none;
    min-height: 220px;
}
.location-card h3 {
    color: #003366;
    font-weight: 700;
}
.map-card img {
    min-height: 180px;
    object-fit: cover;
}

/* Contact Section */
.contact-section {
    background: #fff;
}
.contact-card {
    border: none;
}
.contact-card h3 {
    color: #003366;
    font-weight: 700;
}
.contact-card .form-control {
    border-radius: 0.75rem;
    border: 1px solid #e0e7ef;
    font-size: 1rem;
}
.contact-card .btn-primary {
    background: linear-gradient(90deg, #bfa16a 10%, #0d6efd 90%);
    border: none;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 0.75rem;
    box-shadow: 0 2px 8px rgba(13,110,253,0.08);
    transition: background 0.2s;
}
.contact-card .btn-primary:hover {
    background: linear-gradient(90deg, #0d6efd 10%, #bfa16a 90%);
}

@media (max-width: 991.98px) {
    .hero-section .row {
        flex-direction: column-reverse;
    }
    .hero-image-container {
        margin-bottom: 2rem;
    }
}
/* Dedicated hero image container for professional layout */
.hero-image-container {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 2rem;
    padding-bottom: 1rem;
}
/* Premium brand title for navbar */
.premium-brand-title {
    font-weight: 800;
    letter-spacing: 2px;
    background: linear-gradient(90deg, #bfa16a 10%, #0d6efd 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 2px 8px rgba(191,161,106,0.10);
    font-size: 2rem;
    padding-left: 2px;
    padding-right: 2px;
}
/* Premium header accent bar */
.header-accent-bar {
    width: 120px;
    height: 6px;
    background: linear-gradient(90deg, #bfa16a 0%, #f7e7c1 100%);
    border-radius: 3px;
    box-shadow: 0 2px 12px rgba(191,161,106,0.18);
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 1.5rem;
    z-index: 2;
}

/* Premium hero image glow */
.premium-hero-img {
    box-shadow: 0 8px 48px 0 rgba(191,161,106,0.18), 0 1.5px 8px rgba(0,0,0,0.04);
    border-radius: 1.25rem;
    background: #fff;
}

/* Premium hero title */
.premium-hero-title {
    background: linear-gradient(90deg, #bfa16a 10%, #0d6efd 90%);
    background: linear-gradient(90deg, #bfa16a 10%, #0d6efd 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: 1.5px;
    text-shadow: 0 2px 8px rgba(191,161,106,0.10);
}
.hero-section {
    background: linear-gradient(120deg, #e3f2fd 0%, #fff 100%);
    border-bottom: 1.5px solid #e0e7ef;
    border-radius: 1.5rem 1.5rem 0 0;
    box-shadow: 0 8px 32px rgba(13,110,253,0.08);
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
    position: relative;
    z-index: 1;
    -webkit-backdrop-filter: blur(2.5px);
    backdrop-filter: blur(2.5px);
    overflow: hidden;
}
.hero-section::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(120deg, rgba(13,110,253,0.08) 0%, rgba(191,161,106,0.06) 100%);
    z-index: 0;
    pointer-events: none;
    border-radius: 1.5rem 1.5rem 0 0;
}
/* Removed duplicate and malformed .hero-section and orphaned lines */
.gallery .row > div {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.gallery img {
    border-radius: 1rem;
    box-shadow: 0 4px 24px rgba(13,110,253,0.10), 0 1.5px 8px rgba(0,0,0,0.04);
    background: #fff;
}
/* Copyright text for footer */
.copyright-text {
    color: #fff;
    opacity: 0.92;
    font-size: 1rem;
    letter-spacing: 0.5px;
    font-family: 'Inter', 'Segoe UI', 'Noto Sans', Arial, sans-serif;
}
.brand-title {
    color: #003366;
    font-family: 'Inter', 'Segoe UI', 'Noto Sans', Arial, sans-serif;
    letter-spacing: 1.5px;
}
.brand-sub {
    font-size: 1.08rem;
    color: #bfa16a;
    font-style: italic;
    font-family: 'Inter', 'Segoe UI', 'Noto Sans', Arial, sans-serif;
    letter-spacing: 0.5px;
}
.hero-title {
    color: #003366;
    letter-spacing: 1.5px;
    text-shadow: 0 4px 24px rgba(13,110,253,0.10);
    font-family: 'Inter', 'Segoe UI', 'Noto Sans', Arial, sans-serif;
}
.hero-location {
    color: #225c2a;
    font-weight: 500;
    font-family: 'Inter', 'Segoe UI', 'Noto Sans', Arial, sans-serif;
}
.hero-tagline {
    font-size: 1.25rem;
    color: #555e6b;
    max-width: 600px;
    margin: auto;
    font-family: 'Inter', 'Segoe UI', 'Noto Sans', Arial, sans-serif;
}
.hero-badges {
    gap: 1rem;
}
.hero-img {
    max-width: 1400px;
    width: 100%;
    height: auto;
    max-height: 600px;
    object-fit: cover;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.hero-section {
    background: linear-gradient(135deg, #e3f2fd 0%, #fff 100%);
    background-color: #f8f9fa;
}
.gallery img {
    transition: transform 0.3s;
}
.gallery img:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 16px rgba(0,0,0,0.12);
}
footer {
    background: #003366;
    color: #fff;
    font-family: 'Inter', 'Segoe UI', 'Noto Sans', Arial, sans-serif;
    font-size: 1rem;
    letter-spacing: 0.5px;
}

/* Premium look for gallery section headings */
.gallery h2 {
    color: #003366;
    font-family: 'Inter', 'Segoe UI', 'Noto Sans', Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 2rem;
}
