/* Cujabah Village Restaurant - Main Stylesheet */
:root {
    --primary-violet: #6f42c1;
    --dark-violet: #5a32a3;
    --light-violet: #8e7cc3;
    --white: #ffffff;
    --light-gray: #f8f9fa;
    --dark-gray: #2c3e50;
    --gold: #ffd700;
    --light-gold: #ffe55c;
    --text-dark: #333333;
    --accent-rose: #e91e63;
    --accent-teal: #00bcd4;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    height: 100%;
    font-family: 'Poppins', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: var(--text-dark);
    scroll-behavior: smooth;
    line-height: 1.6;
    background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.5px;
    color: var(--primary-violet);
}

h1 {
    font-size: 3.5rem;
    font-weight: 800;
    letter-spacing: -1px;
}

h2 {
    font-size: 2.8rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
}

h3 {
    font-size: 2rem;
    font-weight: 700;
}

h4 {
    font-size: 1.6rem;
    font-weight: 600;
}

h5 {
    font-size: 1.3rem;
    font-weight: 600;
}

h6 {
    font-size: 1.1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.7px;
}

p {
    font-size: 1.125rem;
    line-height: 1.85;
    font-weight: 400;
    color: #555;
}

.lead {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.9;
    color: #666;
}

small, .small {
    font-size: 0.9rem;
    font-weight: 400;
}

body {
    display: flex;
    flex-direction: column;
    background-color: var(--white);
}

main {
    flex: 1;
}

/* Header & Navigation */
header {
    background: linear-gradient(135deg, var(--primary-violet) 0%, var(--dark-violet) 100%);
    box-shadow: 0 2px 10px rgba(111, 66, 193, 0.3);
    position: sticky;
    top: 0;
    z-index: 100;
}

.navbar {
    padding: 1rem 0;
}

.navbar-brand {
    font-size: 1.8rem;
    font-weight: bold;
    color: var(--gold) !important;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: transform 0.25s ease;
}

.navbar-brand:hover {
    color: var(--light-gold) !important;
    transform: translateY(-3px);
}

.navbar-logo {
    height: 40px;
    width: auto;
    max-width: 150px;
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    filter: brightness(1.1) drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
    animation: slideInDown 0.6s ease-out;
}

.navbar-logo-svg {
    height: 40px;
    width: 40px;
    transition: all 0.3s ease;
    animation: rotateIn 0.6s ease-out;
}

.navbar-logo:hover,
.navbar-logo-svg:hover {
    filter: brightness(1.3) drop-shadow(0 4px 8px rgba(255, 215, 0, 0.3));
    transform: scale(1.08);
}

.navbar-text {
    font-weight: 700;
    letter-spacing: 0.5px;
    background: linear-gradient(45deg, var(--gold), var(--light-gold));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    transition: all 0.3s ease;
}

.navbar-nav .nav-link {
    color: var(--white) !important;
    margin: 0 0.5rem;
    font-weight: 500;
    transition: all 0.3s ease;
    position: relative;
}

.navbar-nav .nav-link:hover {
    color: var(--light-gold) !important;
}

.navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--gold);
    transition: width 0.3s ease;
}

.navbar-nav .nav-link:hover::after {
    width: 100%;
}

/* Active nav item */
.navbar-nav .nav-link.active {
    color: var(--light-gold) !important;
    font-weight: 700;
}

/* Carousel indicators and progress */
.carousel-indicators-custom {
    display:flex; gap:8px; justify-content:center; align-items:center; margin-top:12px;
}
.carousel-indicators-custom .dot {
    width:12px; height:12px; border-radius:50%; background:rgba(255,255,255,0.4); cursor:pointer; transition: all 0.25s ease;
}
.carousel-indicators-custom .dot.active { background:var(--gold); transform:scale(1.15); box-shadow:0 4px 10px rgba(111,66,193,0.12); }
.carousel-progress { width: 100%; height:4px; background: rgba(255,255,255,0.12); border-radius:2px; overflow:hidden; margin-top:10px; }
.carousel-progress .bar { height:100%; width:0%; background: linear-gradient(90deg,var(--gold),var(--light-gold)); transition: width linear; }

/* CTA hover micro interaction */
.btn-cta-hover { transition: transform 0.15s ease, box-shadow 0.15s ease; }
.btn-cta-hover:hover { transform: translateY(-4px) scale(1.02); box-shadow: 0 10px 30px rgba(111,66,193,0.18); }

/* Hero Section */
.hero {
    background: linear-gradient(135deg, rgba(111, 66, 193, 0.85), rgba(90, 50, 163, 0.85)), 
                url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 600"><defs><pattern id="pattern" x="0" y="0" width="40" height="40" patternUnits="userSpaceOnUse"><circle cx="20" cy="20" r="1" fill="%23ffd700" opacity="0.3"/></pattern></defs><rect width="1200" height="600" fill="%236f42c1"/><rect width="1200" height="600" fill="url(%23pattern)"/></svg>');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: var(--white);
    padding: 140px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 50%, rgba(255, 215, 0, 0.1) 0%, transparent 50%),
                radial-gradient(circle at 80% 80%, rgba(255, 215, 0, 0.08) 0%, transparent 50%);
    pointer-events: none;
    z-index: 1;
}

.hero h1 {
    font-size: 4rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4);
    position: relative;
    z-index: 2;
    letter-spacing: -1px;
    animation: slideInDown 0.8s ease-out;
}

.hero-accent {
    background: linear-gradient(45deg, var(--light-gold), var(--gold));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block;
    animation: glow 3s ease-in-out infinite;
}

@keyframes slideInDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero p {
    font-size: 1.4rem;
    margin-bottom: 2.5rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 2;
    font-weight: 500;
    animation: fadeInUp 0.9s ease-out 0.2s both;
}

.hero .btn {
    margin: 0.75rem;
    position: relative;
    z-index: 2;
    animation: fadeInUp 1s ease-out 0.4s both;
    font-weight: 600;
    font-size: 1.1rem;
    padding: 0.75rem 2rem;
}

/* Buttons */
.btn {
    font-weight: 600;
    border-radius: 8px;
    padding: 0.7rem 2rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 0.95rem;
}

.btn-primary {
    background: linear-gradient(135deg, var(--gold), var(--light-gold));
    border-color: var(--gold);
    color: var(--primary-violet) !important;
    font-weight: 700;
    box-shadow: 0 4px 15px rgba(111, 66, 193, 0.25);
}

.btn-primary:hover {
    background: linear-gradient(135deg, var(--light-gold), var(--gold));
    border-color: var(--light-gold);
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(111, 66, 193, 0.35);
}

.btn-primary:active {
    transform: translateY(-2px);
}

.btn-outline-light {
    color: var(--white) !important;
    border-color: var(--white);
    border-width: 2px;
    transition: all 0.3s ease;
    font-weight: 700;
}

.btn-outline-light:hover {
    background: linear-gradient(135deg, var(--gold), var(--light-gold));
    border-color: transparent;
    color: var(--primary-violet) !important;
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(255, 215, 0, 0.3);
}

.btn-animated {
    position: relative;
    overflow: hidden;
}

.btn-animated::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.15);
    transition: left 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 0;
}

.btn-animated:hover::before {
    left: 100%;
}

.btn-animated span {
    position: relative;
    z-index: 1;
}

/* Section Styles */
section {
    padding: 100px 0;
    position: relative;
}

section.alt-bg {
    background-color: var(--light-gray);
}

section h2 {
    font-size: 2.8rem;
    font-weight: 800;
    color: var(--primary-violet);
    margin-bottom: 2rem;
    position: relative;
    display: inline-block;
    letter-spacing: -0.5px;
}

section h2::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 80px;
    height: 5px;
    background: linear-gradient(90deg, var(--gold), var(--light-gold));
    border-radius: 3px;
    animation: slideInLeft 0.6s ease-out;
}

.section-subtitle {
    font-size: 1.2rem;
    color: var(--dark-gray);
    margin-top: 0.5rem;
    font-weight: 500;
    opacity: 0.9;
    margin-bottom: 3rem;
}

/* Reveal on scroll animation */
.reveal-on-scroll {
    opacity: 0;
    animation: fadeInUp 0.8s ease-out forwards;
}

.reveal-on-scroll:nth-child(1) { animation-delay: 0.1s; }
.reveal-on-scroll:nth-child(2) { animation-delay: 0.2s; }
.reveal-on-scroll:nth-child(3) { animation-delay: 0.3s; }
.reveal-on-scroll:nth-child(4) { animation-delay: 0.4s; }
.reveal-on-scroll:nth-child(5) { animation-delay: 0.5s; }

/* Cards - PREMIUM STYLING */
.card {
    border: none;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(111, 66, 193, 0.12);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
}

.card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-violet), var(--gold), var(--primary-violet));
    z-index: 10;
}

.card:hover {
    transform: translateY(-15px);
    box-shadow: 0 20px 50px rgba(111, 66, 193, 0.3);
}

.card-header {
    background: linear-gradient(135deg, var(--primary-violet) 0%, #7d52db 50%, var(--light-violet) 100%);
    color: var(--white);
    border-radius: 12px 12px 0 0;
    padding: 1.5rem 1.5rem;
    text-align: center;
    border: none;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 140px;
}

.card-header::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 215, 0, 0.15) 0%, transparent 70%);
    animation: float 4s ease-in-out infinite;
    z-index: 1;
}

.card-body {
    padding: 2rem 1.5rem;
    position: relative;
    z-index: 1;
}

.card-title {
    color: var(--primary-violet);
    font-weight: 700;
    margin-bottom: 1rem;
    font-size: 1.25rem;
    transition: color 0.3s ease;
}

.card:hover .card-title {
    color: var(--gold);
}

.feature-icon {
    font-size: 3.5rem;
    color: var(--gold);
    margin-bottom: 0.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    animation: popIn 0.6s ease-out;
    position: relative;
    z-index: 2;
}

.card:hover .feature-icon {
    transform: scale(1.15) rotate(5deg);
    filter: drop-shadow(0 8px 20px rgba(255, 215, 0, 0.4));
}

/* Gallery - PREMIUM */
.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2.5rem;
    margin-top: 2rem;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(111, 66, 193, 0.15);
    aspect-ratio: 1;
    cursor: pointer;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.gallery-item:hover img {
    transform: scale(1.15) rotate(2deg);
}

.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(111, 66, 193, 0.85) 0%, rgba(90, 50, 163, 0.9) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.4s ease;
    backdrop-filter: blur(5px);
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.gallery-overlay p {
    color: var(--white);
    font-size: 1.2rem;
    font-weight: 700;
    text-align: center;
    font-family: 'Playfair Display', serif;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

/* Staff Section */
.staff-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    padding: 80px 0;
    position: relative;
}

.staff-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 50% 50%, rgba(255, 215, 0, 0.05) 0%, transparent 70%);
    pointer-events: none;
    z-index: 0;
}

.staff-section > * {
    position: relative;
    z-index: 1;
}

.staff-card {
    border: none;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(111, 66, 193, 0.12);
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    overflow: hidden;
    background: white;
    position: relative;
}

.staff-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--gold), var(--primary-violet));
    z-index: 10;
}

.staff-card:hover {
    transform: translateY(-18px);
    box-shadow: 0 20px 50px rgba(111, 66, 193, 0.25);
}

.staff-image-wrapper {
    position: relative;
    overflow: hidden;
    height: 300px;
}

.staff-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.staff-card:hover .staff-image {
    transform: scale(1.12);
}

.staff-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(111, 66, 193, 0.95) 0%, rgba(90, 50, 163, 0.98) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.4s ease;
    padding: 2rem;
}

.staff-card:hover .staff-overlay {
    opacity: 1;
}

.overlay-text {
    color: white;
    text-align: center;
    font-weight: 500;
    font-size: 1rem;
}

.staff-info {
    padding: 2rem 1.5rem;
}

.staff-name {
    color: var(--primary-violet);
    font-weight: 700;
    margin-bottom: 0.5rem;
    font-size: 1.3rem;
    transition: color 0.3s ease;
}

.staff-card:hover .staff-name {
    color: var(--gold);
}

.staff-role {
    color: var(--gold);
    font-weight: 600;
    margin-bottom: 0.75rem;
    font-size: 1rem;
}

.staff-bio {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.6;
}

/* Info Box Styling - PREMIUM */
.info-box {
    background: white;
    padding: 2.5rem 2rem;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(111, 66, 193, 0.1);
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    overflow: hidden;
}

.info-box::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 215, 0, 0.1) 0%, transparent 70%);
    z-index: 0;
}

.info-box > * {
    position: relative;
    z-index: 1;
}

.info-box:hover {
    transform: translateY(-12px);
    box-shadow: 0 15px 40px rgba(111, 66, 193, 0.2);
    border-top: 3px solid var(--gold);
}

.info-icon {
    font-size: 3rem;
    color: var(--primary-violet);
    margin-bottom: 1.5rem;
    transition: all 0.4s ease;
    display: inline-block;
}

.info-box:hover .info-icon {
    color: var(--gold);
    transform: scale(1.2) rotate(-5deg);
    animation: pulse 1.5s infinite;
}

.info-box h5 {
    color: var(--primary-violet);
    font-weight: 700;
    margin-bottom: 1rem;
    font-size: 1.2rem;
    transition: color 0.3s ease;
}

.info-box:hover h5 {
    color: var(--gold);
}

.info-box p {
    color: #666;
    font-size: 1rem;
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 767px) {
    .card { margin-bottom: 1rem; }
}

/* Reveal on scroll helpers */
.reveal-on-scroll { opacity: 0; transform: translateY(18px); transition: opacity 0.7s ease, transform 0.7s ease; will-change: opacity, transform; }
.reveal-on-scroll.reveal { opacity: 1; transform: translateY(0); }

/* Navbar shrink */
.navbar.shrink { padding: 0.45rem 0; box-shadow: 0 6px 20px rgba(0,0,0,0.08); }

/* Hero Section - PREMIUM */
.hero {
    background: linear-gradient(135deg, #6f42c1 0%, #5a32a3 50%, #4a1f7a 100%);
    padding: 120px 0;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    color: white;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(255, 215, 0, 0.12) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(255, 215, 0, 0.08) 0%, transparent 50%);
    pointer-events: none;
    z-index: 0;
}

.hero::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="20" cy="20" r="1" fill="%23ffffff" opacity="0.1"/><circle cx="80" cy="80" r="1" fill="%23ffffff" opacity="0.1"/></svg>');
    background-size: 50px 50px;
    pointer-events: none;
    z-index: 0;
    opacity: 0.3;
}

.hero .container {
    position: relative;
    z-index: 2;
}

.hero h1 {
    color: white;
    text-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    font-family: 'Playfair Display', 'Georgia', serif;
    font-weight: 800;
    letter-spacing: -1px;
    animation: slideUpBounce 0.9s ease-out;
}

.hero p {
    color: rgba(255, 255, 255, 0.95);
    font-size: 1.25rem;
    font-weight: 400;
    animation: fadeInUp 0.9s ease-out 0.2s backwards;
    max-width: 700px;
    margin: 1.5rem auto 2.5rem;
}

.hero .btn {
    animation: fadeInUp 0.9s ease-out 0.4s backwards;
}

/* Button micro interaction - PREMIUM */
.btn-primary {
    background: linear-gradient(135deg, #6f42c1 0%, #5a32a3 100%) !important;
    border: 2px solid transparent !important;
    color: white !important;
    font-weight: 700 !important;
    padding: 12px 28px !important;
    border-radius: 8px !important;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) !important;
    position: relative;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(111, 66, 193, 0.3) !important;
}

.btn-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transition: left 0.5s ease;
}

.btn-primary:hover {
    background: linear-gradient(135deg, #5a32a3 0%, #4a1f7a 100%) !important;
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(111, 66, 193, 0.5) !important;
}

.btn-primary:hover::before {
    left: 100%;
}

.btn-primary:active {
    transform: translateY(0px) scale(0.98);
    box-shadow: 0 3px 10px rgba(111, 66, 193, 0.3) !important;
}

/* Outline button styling */
.btn-outline-light {
    color: white !important;
    border: 2px solid white !important;
    font-weight: 700 !important;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) !important;
    position: relative;
    overflow: hidden;
}

.btn-outline-light::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.15);
    transition: left 0.4s ease;
    z-index: -1;
}

.btn-outline-light:hover {
    background-color: rgba(255, 255, 255, 0.2) !important;
    border-color: white !important;
    color: white !important;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255, 255, 255, 0.2) !important;
}

.btn-outline-light:active {
    transform: translateY(0);
}

/* Secondary button styling */
.btn-secondary {
    background: linear-gradient(135deg, #ffd700 0%, #ffed4e 100%) !important;
    border: none !important;
    color: #2c2c2c !important;
    font-weight: 700 !important;
    padding: 12px 28px !important;
    border-radius: 8px !important;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) !important;
    position: relative;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(255, 215, 0, 0.3) !important;
}

.btn-secondary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transition: left 0.5s ease;
}

.btn-secondary:hover {
    background: linear-gradient(135deg, #ffed4e 0%, #ffff99 100%) !important;
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(255, 215, 0, 0.5) !important;
    color: #1a1a1a !important;
}

.btn-secondary:hover::before {
    left: 100%;
}

.btn-secondary:active {
    transform: translateY(0) scale(0.98);
}

/* Info/Tertiary button styling */
.btn-info {
    background: linear-gradient(135deg, #00bcd4 0%, #0097a7 100%) !important;
    border: none !important;
    color: white !important;
    font-weight: 700 !important;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) !important;
    position: relative;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0, 188, 212, 0.3) !important;
}

.btn-info::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.25);
    transition: left 0.5s ease;
}

.btn-info:hover {
    background: linear-gradient(135deg, #0097a7 0%, #006064 100%) !important;
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(0, 188, 212, 0.5) !important;
}

.btn-info:hover::before {
    left: 100%;
}

.btn-info:active {
    transform: translateY(0) scale(0.98);
}


/* Form Styles */
.form-control {
    border-color: var(--light-violet);
    border-radius: 5px;
    padding: 0.75rem;
    transition: all 0.3s ease;
}

.form-control:focus {
    border-color: var(--gold);
    box-shadow: 0 0 0 0.2rem rgba(255, 215, 0, 0.25);
}

.form-label {
    color: var(--primary-violet);
    font-weight: 600;
    margin-bottom: 0.5rem;
}

/* Footer - PREMIUM */
footer {
    background: linear-gradient(135deg, var(--dark-violet) 0%, #4a2c7f 50%, var(--primary-violet) 100%);
    color: var(--white);
    padding: 5rem 0 2rem;
    margin-top: auto;
    position: relative;
    overflow: hidden;
    border-top: 4px solid var(--gold);
}

footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 50%, rgba(255, 215, 0, 0.12) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(255, 215, 0, 0.08) 0%, transparent 50%),
        url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="20" cy="20" r="0.5" fill="%23ffffff" opacity="0.1"/></svg>');
    background-size: 100%, 100%, 50px 50px;
    pointer-events: none;
    z-index: 0;
}

footer > * {
    position: relative;
    z-index: 1;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 3rem;
    margin-bottom: 3rem;
    padding: 0 1rem;
}

.footer-section {
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    padding: 2rem;
    background: rgba(255, 255, 255, 0.04);
    border-radius: 8px;
    border-left: 4px solid var(--gold);
    animation: slideUpBounce 0.8s ease-out;
}

.footer-section:nth-child(2) { animation-delay: 0.1s; }
.footer-section:nth-child(3) { animation-delay: 0.2s; }
.footer-section:nth-child(4) { animation-delay: 0.3s; }

.footer-section:hover {
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

.footer-section h5 {
    color: var(--gold);
    margin-bottom: 1.5rem;
    font-weight: 800;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer-section h6 {
    color: var(--gold);
    font-weight: 800;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.95rem;
}

.footer-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-section ul li {
    margin-bottom: 0.85rem;
    transition: all 0.3s ease;
}

.footer-section p {
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.95rem;
    line-height: 1.8;
}

.footer-section a {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 500;
    display: inline-block;
    font-size: 0.95rem;
}

.footer-section a:hover {
    color: var(--gold);
    transform: translateX(4px);
    text-decoration: underline;
}

.footer-contact {
    margin-bottom: 1.5rem;
    padding: 1.25rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 6px;
    transition: all 0.3s ease;
}

.footer-contact:hover {
    background: rgba(255, 215, 0, 0.1);
    transform: translateY(-3px);
}

.footer-contact p {
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
}

.social-links {
    margin-top: 1rem;
}

.social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.2), rgba(255, 215, 0, 0.1));
    border-radius: 50%;
    color: var(--gold);
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    font-size: 1.25rem;
    border: 2px solid var(--gold);
    margin-right: 0.75rem;
}

.social-links a:hover {
    background: var(--gold);
    color: var(--primary-violet);
    transform: scale(1.25) rotate(15deg);
    box-shadow: 0 8px 25px rgba(255, 215, 0, 0.4);
}

.footer-contact p strong {
    color: var(--gold);
    display: block;
    margin-bottom: 0.25rem;
    font-weight: 700;
}

.footer-contact a {
    color: var(--light-gold);
    font-weight: 600;
}

.footer-contact a:hover {
    color: var(--white);
    text-decoration: underline;
}

.social-links {
    display: flex;
    gap: 1rem;
    margin-top: 1.5rem;
    flex-wrap: wrap;
}

.social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: rgba(255, 215, 0, 0.12);
    border-radius: 50%;
    color: var(--gold);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 1.3rem;
    border: 2px solid var(--gold);
    text-decoration: none;
}

.social-links a:hover {
    background: var(--gold);
    color: var(--primary-violet);
    transform: scale(1.25) rotate(15deg);
    box-shadow: 0 10px 25px rgba(255, 215, 0, 0.35);
    border-color: var(--white);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 215, 0, 0.4);
    padding-top: 2.5rem;
    text-align: center;
    background: rgba(0, 0, 0, 0.2);
    margin: 2rem -15px 0 -15px;
    padding: 2rem 15px;
}

.footer-bottom p {
    margin-bottom: 0.75rem;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.95rem;
}

.powered-by {
    color: var(--light-gold);
    font-weight: 700;
    letter-spacing: 0.5px;
    display: inline-block;
}

/* IMAGE HANDLING & OPTIMIZATION */
img {
    max-width: 100%;
    height: auto;
    display: block;
}

img[src$=".jpg"],
img[src$=".jpeg"],
img[src$=".png"],
img[src$=".webp"] {
    object-fit: cover;
    object-position: center;
}

.img-fluid {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}

/* Staff Images Enhancement */
.staff-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    background-color: #f5f5f5;
    aspect-ratio: 1;
    border-radius: 8px;
}

.staff-image-wrapper {
    position: relative;
    width: 100%;
    height: 350px;
    background: linear-gradient(135deg, #f5f5f5 0%, #e9e9e9 100%);
    overflow: hidden;
    border-radius: 8px 8px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.staff-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.staff-image-wrapper svg {
    width: 150px;
    height: 150px;
    opacity: 0.2;
}

/* Gallery Image Enhancement */
.gallery-item img,
.carousel-banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

/* Responsive Images */
picture, figure {
    display: block;
    max-width: 100%;
}

picture img {
    display: block;
    max-width: 100%;
    height: auto;
}

/* Image fallback and error handling */
.image-error-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #f5f5f5 0%, #e9e9e9 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    text-align: center;
    flex-direction: column;
    padding: 20px;
    border-radius: 8px;
    border: 2px dashed #ddd;
}

.image-error-placeholder i {
    font-size: 48px;
    color: #ccc;
    margin-bottom: 10px;
}

.image-error-placeholder p {
    font-size: 14px;
    margin: 0;
    color: #999;
}

.social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background: rgba(255, 215, 0, 0.15);
    border-radius: 50%;
    color: var(--gold);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 1.2rem;
    border: 2px solid var(--gold);
}

.social-links a:hover {
    background: var(--gold);
    color: var(--primary-violet);
    transform: scale(1.2) rotate(10deg);
    box-shadow: 0 8px 20px rgba(255, 215, 0, 0.3);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 215, 0, 0.3);
    padding-top: 2rem;
    text-align: center;
}

.footer-bottom p {
    margin-bottom: 0.5rem;
}

.powered-by {
    color: var(--gold);
    font-weight: 600;
}

/* Breadcrumb */
.breadcrumb {
    background-color: transparent;
    padding: 2rem 0;
}

.breadcrumb-item {
    color: var(--primary-violet);
}

.breadcrumb-item.active {
    color: var(--gold);
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--primary-violet);
}

/* Tables */
.table {
    margin-top: 2rem;
}

.table-hover tbody tr:hover {
    background-color: rgba(111, 66, 193, 0.1);
}

.table thead {
    background-color: var(--primary-violet);
    color: var(--white);
}

/* Contact Section */
.contact-info {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.info-box {
    text-align: center;
    padding: 2rem;
    border-radius: 10px;
    background-color: var(--light-gray);
    transition: all 0.3s ease;
}

.info-box:hover {
    background-color: var(--light-violet);
    color: var(--white);
}

.info-icon {
    font-size: 2.5rem;
    color: var(--gold);
    margin-bottom: 1rem;
}

.info-box h5 {
    color: var(--primary-violet);
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.info-box:hover h5 {
    color: var(--gold);
}

.info-box p {
    margin-bottom: 0;
}

/* Fade up animation */
@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(12px); }
    to { opacity: 1; transform: translateY(0); }
}
.fade-in-up { animation: fadeInUp 0.7s ease-out; }

/* ========================================
   PREMIUM ANIMATIONS & VISUAL EFFECTS
   ======================================== */

/* Enhanced Animations for Better UX */
@keyframes slideUpBounce {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }
    60% {
        opacity: 1;
        transform: translateY(-5px);
    }
    80% {
        transform: translateY(2px);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(25px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes rotateIn {
    0% {
        opacity: 0;
        transform: rotate(-15deg) scale(0.8);
    }
    100% {
        opacity: 1;
        transform: rotate(0) scale(1);
    }
}

@keyframes fadeInScale {
    0% {
        opacity: 0;
        transform: scale(0.95);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes shimmerEffect {
    0% {
        background-position: -1000px 0;
    }
    100% {
        background-position: 1000px 0;
    }
}

@keyframes wiggle {
    0%, 100% { transform: rotate(0deg); }
    25% { transform: rotate(-2deg); }
    75% { transform: rotate(2deg); }
}

@keyframes heartbeat {
    0%, 100% { transform: scale(1); }
    25% { transform: scale(1.15); }
    50% { transform: scale(1); }
}

@keyframes popIn {
    0% {
        opacity: 0;
        transform: scale(0) rotate(-45deg);
    }
    100% {
        opacity: 1;
        transform: scale(1) rotate(0);
    }
}

@keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-12px); }
}

@keyframes glow {
    0%, 100% { text-shadow: 0 0 8px rgba(255, 215, 0, 0.6); }
    50% { text-shadow: 0 0 20px rgba(255, 215, 0, 1); }
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.8;
        transform: scale(1.05);
    }
}

@keyframes shimmer {
    0% { background-position: -1000px 0; }
    100% { background-position: 1000px 0; }
}

@keyframes textGlow {
    0%, 100% {
        text-shadow: 0 0 10px rgba(255, 215, 0, 0.6),
                    0 0 20px rgba(111, 66, 193, 0.4);
    }
    50% {
        text-shadow: 0 0 20px rgba(255, 215, 0, 1),
                    0 0 30px rgba(111, 66, 193, 0.6);
    }
}

/* Animation utility classes */
.animate-slide-left { animation: slideInLeft 0.8s ease-out; }
.animate-slide-right { animation: slideInRight 0.8s ease-out; }
.animate-scale { animation: fadeInScale 0.6s ease-out; }
.animate-pulse { animation: pulse 2.5s infinite; }
.animate-float { animation: float 3.5s ease-in-out infinite; }
.animate-glow { animation: glow 2.5s ease-in-out infinite; }
.animate-bounce-in { animation: slideUpBounce 0.8s ease-out; }
.animate-pop { animation: popIn 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
.animate-rotate { animation: rotateIn 0.8s ease-out; }
.animate-shimmer {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
    background-size: 1000px 100%;
    animation: shimmerEffect 3s infinite;
}
.animate-text-glow { animation: textGlow 3s ease-in-out infinite; }

/* Reveal on scroll animations */
.reveal-on-scroll {
    opacity: 0;
    animation: fadeInUp 0.8s ease-out forwards;
    will-change: opacity, transform;
}

.reveal-on-scroll:nth-child(1) { animation-delay: 0.1s; }
.reveal-on-scroll:nth-child(2) { animation-delay: 0.2s; }
.reveal-on-scroll:nth-child(3) { animation-delay: 0.3s; }
.reveal-on-scroll:nth-child(4) { animation-delay: 0.4s; }
.reveal-on-scroll:nth-child(5) { animation-delay: 0.5s; }
.reveal-on-scroll:nth-child(6) { animation-delay: 0.6s; }

/* Card hover animations with stagger */
.card {
    animation: fadeInScale 0.6s ease-out;
}

/* Text animations */
.text-glow {
    animation: glow 2.5s ease-in-out infinite;
}

.text-highlight {
    background: linear-gradient(45deg, var(--primary-violet), var(--gold));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
    animation: textGlow 3s ease-in-out infinite;
}

.hero-accent {
    display: inline-block;
    color: var(--gold);
    animation: float 3.5s ease-in-out infinite;
    font-weight: 800;
}

/* Enhanced Navigation Animations */
.navbar-nav .nav-link {
    transition: all 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
    font-weight: 600;
    position: relative;
    color: var(--primary-violet) !important;
}

.navbar-nav .nav-link:hover {
    transform: translateY(-3px);
    color: var(--gold) !important;
}

.navbar-nav .nav-link::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 3px;
    background: linear-gradient(90deg, var(--gold), var(--light-gold));
    transition: width 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    border-radius: 2px;
}

.navbar-nav .nav-link:hover::before {
    width: 100%;
}

/* Enhanced hover animations */
.card-hover {
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.card-hover:hover {
    transform: translateY(-12px) scale(1.02);
    box-shadow: 0 20px 40px rgba(111, 66, 193, 0.25);
}

.icon-hover {
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    display: inline-block;
}

.icon-hover:hover {
    transform: scale(1.25) rotate(8deg);
    color: var(--gold);
    filter: drop-shadow(0 8px 15px rgba(255, 215, 0, 0.4));
}

/* Hover animations */
.card-hover {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.card-hover:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(111, 66, 193, 0.2);
}

.icon-hover {
    transition: all 0.3s ease;
    display: inline-block;
}

.icon-hover:hover {
    transform: scale(1.15) rotate(5deg);
    color: var(--gold);
}

/* Text animations */
.text-glow {
    animation: glow 2s ease-in-out infinite;
}

.text-highlight {
    background: linear-gradient(45deg, var(--primary-violet), var(--gold));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
}

/* Enhanced Animations for Better UX */
@keyframes slideUpBounce {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }
    60% {
        opacity: 1;
        transform: translateY(-5px);
    }
    80% {
        transform: translateY(2px);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes rotateIn {
    0% {
        opacity: 0;
        transform: rotate(-10deg) scale(0.8);
    }
    100% {
        opacity: 1;
        transform: rotate(0) scale(1);
    }
}

@keyframes fadeInScale {
    0% {
        opacity: 0;
        transform: scale(0.9);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes shimmerEffect {
    0% {
        background-position: -1000px 0;
    }
    100% {
        background-position: 1000px 0;
    }
}

@keyframes wiggle {
    0%, 100% { transform: rotate(0deg); }
    25% { transform: rotate(-1deg); }
    75% { transform: rotate(1deg); }
}

@keyframes heartbeat {
    0%, 100% { transform: scale(1); }
    25% { transform: scale(1.1); }
    50% { transform: scale(1); }
}

@keyframes popIn {
    0% {
        opacity: 0;
        transform: scale(0) rotate(-45deg);
    }
    100% {
        opacity: 1;
        transform: scale(1) rotate(0);
    }
}

/* Enhanced Navigation Animations */
.navbar-nav .nav-link {
    transition: all 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
    font-weight: 500;
    position: relative;
}

.navbar-nav .nav-link:hover {
    transform: translateY(-2px);
}

.navbar-nav .nav-link::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 2px;
    background: linear-gradient(90deg, var(--gold), var(--light-gold));
    transition: width 0.3s ease;
}

.navbar-nav .nav-link:hover::before {
    width: 100%;
}

/* Contact/Phone link styling */
.contact-link {
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.15), rgba(255, 215, 0, 0.08)) !important;
    border-radius: 8px;
    padding: 0.5rem 1rem !important;
    border: 2px solid transparent;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) !important;
}

.contact-link:hover {
    border-color: var(--gold);
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.25), rgba(255, 215, 0, 0.15)) !important;
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.25);
    transform: translateY(-3px) scale(1.05) !important;
}

.contact-link:active {
    transform: translateY(-1px) scale(0.98) !important;
}

/* Phone icon animations */
.phone-icon {
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    animation: wiggle 3s infinite;
    font-size: 1.2rem;
    margin-right: 0.5rem;
    display: inline-block;
}

.phone-icon:hover {
    animation: heartbeat 0.6s;
    color: var(--light-gold);
    text-shadow: 0 0 15px rgba(255, 215, 0, 0.8);
    transform: scale(1.2);
}

.phone-number {
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

/* Enhanced Section Animations */
section {
    animation: slideUpBounce 0.8s ease-out;
}

/* Card animations */
.card {
    animation: fadeInScale 0.6s ease-out;
}

.card:hover {
    animation: heartbeat 0.6s;
}

/* Section Styling - PREMIUM */
section {
    position: relative;
    animation: slideUpBounce 0.9s ease-out;
}

section.alt-bg {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    padding: 80px 0;
    position: relative;
}

section.alt-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 0% 50%, rgba(111, 66, 193, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 100% 50%, rgba(255, 215, 0, 0.05) 0%, transparent 50%);
    pointer-events: none;
    z-index: 0;
}

section > * {
    position: relative;
    z-index: 1;
}

section:not(.hero):not(.cta-hero-section) {
    padding: 80px 0;
}

/* Divider styling */
.divider {
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, var(--gold), var(--primary-violet), var(--gold));
    margin: 0 auto 2rem;
    border-radius: 2px;
    animation: slideInLeft 0.6s ease-out;
}

.section-subtitle {
    color: #666;
    font-size: 1.1rem;
    font-weight: 400;
    margin-bottom: 3rem;
    animation: fadeInUp 0.8s ease-out 0.2s backwards;
}

.btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.6s ease;
    border-radius: inherit;
}

.btn:hover::before {
    left: 100%;
}

/* Enhanced Form Styling - PREMIUM */
.form-control {
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    padding: 0.75rem 1rem;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    font-size: 1rem;
    background-color: #fafafa;
    font-family: 'Poppins', sans-serif;
}

.form-control:focus {
    border-color: var(--gold);
    background-color: white;
    box-shadow: 0 0 0 0.3rem rgba(255, 215, 0, 0.25),
                inset 0 1px 3px rgba(111, 66, 193, 0.05);
    transform: translateY(-2px);
}

.form-control::placeholder {
    color: #999;
    opacity: 0.7;
}

.form-label {
    color: var(--primary-violet);
    font-weight: 600;
    margin-bottom: 0.75rem;
    font-size: 0.95rem;
    text-transform: capitalize;
    letter-spacing: 0.3px;
}

.form-control:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.3rem rgba(220, 53, 69, 0.25);
}

.form-control:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.3rem rgba(40, 167, 69, 0.25);
}

/* Input focus effects */
.form-group {
    margin-bottom: 1.5rem;
    animation: slideInLeft 0.6s ease-out;
}

.form-group:nth-child(2) { animation-delay: 0.1s; }
.form-group:nth-child(3) { animation-delay: 0.2s; }
.form-group:nth-child(4) { animation-delay: 0.3s; }
.form-group:nth-child(5) { animation-delay: 0.4s; }

/* Link hover effect */
a {
    transition: all 0.3s ease;
}

a:hover {
    text-decoration: none;
}

/* Smooth transitions for all interactive elements */
button, input[type="button"], input[type="submit"] {
    transition: all 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* Improved text selection styling */
::selection {
    background-color: var(--primary-violet);
    color: var(--gold);
}

::-moz-selection {
    background-color: var(--primary-violet);
    color: var(--gold);
}

/* Scroll smooth behavior enhanced */
html {
    scroll-behavior: smooth;
    scroll-padding-top: 80px;
}

/* Utility animation classes */
.animate-bounce-in {
    animation: slideUpBounce 0.8s ease-out;
}

.animate-pop {
    animation: popIn 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.animate-rotate {
    animation: rotateIn 0.6s ease-out;
}

.animate-shimmer {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
    background-size: 1000px 100%;
    animation: shimmerEffect 2s infinite;
}

/* Responsive improvements */
@media (max-width: 768px) {
    h1 { font-size: 2.5rem; }
    h2 { font-size: 2rem; }
    h3 { font-size: 1.5rem; }

    .hero {
        padding: 100px 0;
        min-height: 400px;
    }

    .hero h1 {
        font-size: 2.5rem;
    }

    .phone-icon {
        animation: wiggle 2s infinite;
    }

    section {
        padding: 60px 0;
    }
}

/* ========================================
   CTA HERO SECTION STYLES - PREMIUM
   ======================================== */

section.cta-hero-section {
    background: linear-gradient(135deg, #6f42c1 0%, #5a32a3 50%, #4a1f7a 100%) !important;
    padding: 100px 40px !important;
    min-height: 550px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: white;
    position: relative;
    overflow: hidden;
}

section.cta-hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 30%, rgba(255, 215, 0, 0.1) 0%, transparent 50%),
                radial-gradient(circle at 80% 80%, rgba(255, 215, 0, 0.08) 0%, transparent 50%);
    pointer-events: none;
    z-index: 0;
}

section.cta-hero-section > .container {
    position: relative;
    z-index: 1;
}

.cta-title {
    font-size: 56px !important;
    font-weight: 800 !important;
    color: white !important;
    line-height: 1.2 !important;
    margin-bottom: 25px !important;
    font-family: 'Playfair Display', 'Georgia', serif !important;
    letter-spacing: -1px !important;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3) !important;
    animation: slideUpBounce 0.8s ease-out !important;
}

.cta-subtitle {
    font-size: 22px !important;
    color: rgba(255, 255, 255, 0.95) !important;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px !important;
    opacity: 1 !important;
    line-height: 1.8 !important;
    font-weight: 400 !important;
    animation: fadeInUp 0.8s ease-out 0.2s backwards !important;
}

.cta-buttons-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
    padding: 0 20px;
    animation: fadeInUp 0.8s ease-out 0.4s backwards !important;
}

.btn-cta {
    padding: 16px 40px !important;
    font-weight: 700 !important;
    border-radius: 50px !important;
    min-width: 200px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    border: 2px solid transparent !important;
    font-size: 16px !important;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) !important;
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2) !important;
    cursor: pointer;
}

.btn-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transition: left 0.5s ease;
    border-radius: 50px;
}

.btn-cta:hover::before {
    left: 100%;
}

.btn-cta-gold {
    background: linear-gradient(135deg, #ffd700 0%, #ffed4e 100%) !important;
    color: #2c2c2c !important;
    border-color: #ffd700 !important;
}

.btn-cta-gold:hover {
    background: linear-gradient(135deg, #ffed4e 0%, #ffff99 100%) !important;
    color: #1a1a1a !important;
    border-color: #ffff99 !important;
    transform: translateY(-3px) scale(1.08);
    box-shadow: 0 12px 35px rgba(255, 215, 0, 0.4) !important;
}

.btn-cta-gold:active {
    transform: translateY(-1px) scale(0.98);
}

.btn-cta-white {
    background-color: rgba(255, 255, 255, 0.15) !important;
    color: white !important;
    border-color: white !important;
    backdrop-filter: blur(10px);
}

.btn-cta-white:hover {
    background-color: white !important;
    color: #6f42c1 !important;
    border-color: white !important;
    transform: translateY(-3px) scale(1.08);
    box-shadow: 0 12px 35px rgba(255, 255, 255, 0.35) !important;
}

.btn-cta-white:active {
    transform: translateY(-1px) scale(0.98);
}

.cta-contact-info {
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 17px !important;
    margin: 0 !important;
    font-weight: 500 !important;
    letter-spacing: 0.3px !important;
    animation: fadeInUp 0.8s ease-out 0.6s backwards !important;
}

.cta-contact-info strong {
    color: #ffd700 !important;
    font-weight: 700 !important;
}

@media (max-width: 768px) {
    section.cta-hero-section {
        padding: 60px 20px !important;
        min-height: auto !important;
    }

    .cta-title {
        font-size: 36px !important;
        margin-bottom: 15px !important;
    }

    .cta-subtitle {
        font-size: 18px !important;
        margin-bottom: 30px !important;
    }

    .cta-buttons-wrapper {
        gap: 12px;
        margin-bottom: 25px;
        padding: 0 10px;
    }

    .btn-cta {
        padding: 12px 28px !important;
        min-width: 160px !important;
        font-size: 14px !important;
        letter-spacing: 0.5px !important;
    }

    .cta-contact-info {
        font-size: 15px !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

/* Button animations */
.btn-animated {
    position: relative;
    overflow: hidden;
}

.btn-animated::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    transition: left 0.4s ease;
    z-index: 0;
}

.btn-animated:hover::before {
    left: 100%;
}

.btn-animated span {
    position: relative;
    z-index: 1;
}

/* Phone icon animation */
.phone-icon {
    display: inline-block;
    font-size: 1.2rem;
    margin-right: 0.5rem;
    transition: all 0.3s ease;
}

.phone-icon:hover {
    animation: pulse 1.5s infinite;
    color: var(--gold);
    transform: scale(1.2);
}

.phone-number {
    font-weight: 600;
    color: var(--dark-gray);
    transition: all 0.3s ease;
}

.phone-number:hover {
    color: var(--primary-violet);
}

/* Enhanced contact link styling */
.contact-link {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    transition: all 0.3s ease;
    font-weight: 500;
}

.contact-link:hover {
    background: linear-gradient(135deg, var(--primary-violet), var(--light-violet));
    color: var(--white);
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(111, 66, 193, 0.3);
}

/* Carousel banner styling */
.carousel-banner-img { height: 420px; object-fit: cover; width: 100%; }
.carousel .carousel-caption { bottom: 20%; transform: translateY(10px); }
.carousel .carousel-caption h5 { font-size: 2rem; text-shadow: 2px 2px 6px rgba(0,0,0,0.5); }
.carousel .carousel-caption .btn { margin-top: 1rem; }

/* ensure captions sit above banners */
.carousel-item .carousel-caption { z-index: 3; }
.carousel { position: relative; }
.carousel .carousel-control-prev, .carousel .carousel-control-next { width: 5%; }
.carousel .carousel-indicators-custom { margin-top: -8px; }

/* Banner entrance animation */
@keyframes bannerEntrance {
  from { transform: scale(1.06) translateY(12px); opacity: 0; }
  to   { transform: scale(1) translateY(0); opacity: 1; }
}

@keyframes captionEntrance {
  from { transform: translateY(18px); opacity: 0; }
  to   { transform: translateY(0); opacity: 1; }
}

.carousel-banner-img.banner-animate { animation: bannerEntrance 900ms cubic-bezier(.22,.9,.32,1) both; }
.carousel-caption .fade-in-up.banner-caption-animate { animation: captionEntrance 850ms cubic-bezier(.22,.9,.32,1) both; animation-delay: 120ms; }


/* Ensure images default size and avoid breaking layout */
img { max-width: 100%; height: auto; display: block; }

/* small staff card image sizing */
.staff-card-img { height: 220px; object-fit: cover; width: 100%; }

/* improve carousel responsiveness */
@media (max-width: 768px) {
    .carousel-banner-img { height: 240px; }
    .hero h1 {
        font-size: 2rem;
    }

    .hero p {
        font-size: 1rem;
    }

    section {
        padding: 40px 0;
    }

    section h2 {
        font-size: 1.8rem;
    }

    .gallery {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    }

    .navbar-nav {
        margin-top: 1rem;
    }

    .navbar-nav .nav-link {
        margin: 0.5rem 0;
    }
}

/* Utility Classes */
.text-gold {
    color: var(--gold);
}

.text-violet {
    color: var(--primary-violet);
}

.bg-violet {
    background-color: var(--primary-violet);
}

.bg-light-violet {
    background-color: var(--light-violet);
}

.badge-gold {
    background-color: var(--gold);
    color: var(--primary-violet);
    padding: 0.5rem 1rem;
    border-radius: 20px;
}

/* Loading Animation */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in {
    animation: fadeIn 0.6s ease-out;
}
/* Phone icon animation */
.phone-icon {
    display: inline-block;
    font-size: 1.2rem;
    margin-right: 0.5rem;
    transition: all 0.3s ease;
}

.phone-icon:hover {
    animation: pulse 1.5s infinite;
    color: var(--gold);
    transform: scale(1.2);
}

.phone-number {
    font-weight: 600;
    color: var(--dark-gray);
    transition: all 0.3s ease;
}

.phone-number:hover {
    color: var(--primary-violet);
}

/* Responsive typography adjustments */
@media (max-width: 992px) {
    h1 { font-size: 2.5rem; }
    h2 { font-size: 2rem; }
    h3 { font-size: 1.5rem; }
    .hero { padding: 80px 0; min-height: 350px; }
    .hero h1 { font-size: 2.5rem; }
    .hero p { font-size: 1.1rem; }
}

@media (max-width: 768px) {
    h1 { font-size: 2rem; }
    h2 { font-size: 1.8rem; }
    h3 { font-size: 1.3rem; }
    h4 { font-size: 1.1rem; }
    h5 { font-size: 1rem; }
    p { font-size: 1rem; line-height: 1.7; }
    .lead { font-size: 1.1rem; }
    .hero { padding: 60px 0; min-height: 300px; }
    .hero h1 { font-size: 1.8rem; }
    .hero p { font-size: 1rem; margin-bottom: 1.5rem; }
    section { padding: 60px 0; }
    .carousel-banner-img { height: 300px; }
    .carousel .carousel-caption h5 { font-size: 1.3rem; }
}

/* ============================================
   EVENTS MARQUEE BANNER
   ============================================ */
.events-marquee-wrapper {
    background: linear-gradient(135deg, #1a1a1a 0%, #2c2c2c 100%);
    border-bottom: 2px solid var(--gold);
    overflow: hidden;
    position: relative;
}

.events-marquee {
    padding: 12px 0;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
}

.marquee-content {
    display: inline-block;
    animation: marquee-scroll 30s linear infinite;
    padding-left: 100%;
}

.marquee-content:hover {
    animation-play-state: paused;
}

.marquee-item {
    display: inline-flex;
    align-items: center;
    color: #ffffff;
    font-size: 0.95rem;
    padding: 0 20px;
}

.marquee-item strong {
    color: var(--gold);
    font-weight: 600;
}

.marquee-separator {
    color: var(--gold);
    margin: 0 30px;
    font-size: 0.8rem;
}

@keyframes marquee-scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* Responsive marquee */
@media (max-width: 768px) {
    .events-marquee {
        padding: 10px 0;
    }

    .marquee-item {
        font-size: 0.85rem;
        padding: 0 15px;
    }

    .marquee-separator {
        margin: 0 20px;
    }
}

/* ============================================
   EVENT POPUP MODAL
   ============================================ */
.event-popup-modal .modal-content {
    border: none;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 25px 80px rgba(0, 0, 0, 0.3);
}

.event-popup-modal .modal-header {
    background: linear-gradient(135deg, var(--primary-violet) 0%, #5a32a3 100%);
    color: white;
    border: none;
    padding: 20px 24px;
}

.event-popup-modal .modal-header .modal-title {
    font-weight: 700;
    font-size: 1.25rem;
}

.event-popup-modal .modal-header .btn-close {
    filter: brightness(0) invert(1);
    opacity: 0.8;
}

.event-popup-modal .modal-header .btn-close:hover {
    opacity: 1;
}

.event-popup-modal .modal-body {
    padding: 0;
}

.event-popup-modal .event-popup-image {
    width: 100%;
    max-height: 400px;
    object-fit: contain;
    background: #f8f9fa;
}

.event-popup-modal .event-popup-content {
    padding: 24px;
}

.event-popup-modal .event-popup-date {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, var(--gold) 0%, #f4d03f 100%);
    color: #1a1a1a;
    padding: 8px 16px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 16px;
}

.event-popup-modal .event-popup-venue {
    color: #666;
    font-size: 0.95rem;
    margin-bottom: 12px;
}

.event-popup-modal .event-popup-description {
    color: #444;
    line-height: 1.7;
}

.event-popup-modal .modal-footer {
    border-top: 1px solid #eee;
    padding: 16px 24px;
}

/* ============================================
   WHATSAPP FLOATING BUTTON
   ============================================ */
.whatsapp-float {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    box-shadow: 0 6px 30px rgba(37, 211, 102, 0.4);
    z-index: 9999;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    text-decoration: none;
}

.whatsapp-float:hover {
    transform: scale(1.15) rotate(10deg);
    box-shadow: 0 10px 40px rgba(37, 211, 102, 0.6);
    color: white;
}

.whatsapp-float:active {
    transform: scale(1.05);
}

.whatsapp-float i {
    animation: whatsapp-pulse 2s infinite;
}

@keyframes whatsapp-pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}

/* WhatsApp Tooltip */
.whatsapp-tooltip {
    position: absolute;
    right: 70px;
    background: #1a1a1a;
    color: white;
    padding: 10px 16px;
    border-radius: 8px;
    font-size: 0.85rem;
    font-weight: 500;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.whatsapp-tooltip::after {
    content: '';
    position: absolute;
    right: -8px;
    top: 50%;
    transform: translateY(-50%);
    border-width: 8px 0 8px 8px;
    border-style: solid;
    border-color: transparent transparent transparent #1a1a1a;
}

.whatsapp-float:hover .whatsapp-tooltip {
    opacity: 1;
    visibility: visible;
    right: 75px;
}

/* Responsive WhatsApp button */
@media (max-width: 768px) {
    .whatsapp-float {
        bottom: 20px;
        right: 20px;
        width: 55px;
        height: 55px;
        font-size: 1.75rem;
    }

    .whatsapp-tooltip {
        display: none;
    }
}

