/* 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-height: 320px;
    object-fit: cover;
}
.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;
}
