/* ================================================================================
   KOLPING ORGANIZATION OF KENYA LTD - MASTER STYLESHEET
   Brand Primary: #e67919 (Warm Primary Orange)
   Brand Secondary: #000000 (Pure Black)
   Theme: Clean Light Aesthetics
   ================================================================================ */

/* Google Fonts Import: Inter (300, 400, 500, 600, 700, 800) */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');

:root {
    --primary-orange: #e67919;
    --primary-orange-hover: #d1690e;
    --pure-black: #000;
    --light-bg-1: #ffffff;
    --light-bg-2: #f8f9fa;
    --light-bg-3: #f1f3f5;
    --border-color: #e9ecef;
    --font-primary: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

/* Global Reset & Typography */
body {
    font-family: var(--font-primary) !important;
    font-weight: 300 !important;
    color: var(--pure-black) !important;
    background-color: #ffffff !important;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.fw-bold {
    font-family: var(--font-primary) !important;
    font-weight: 500 !important;
    color: #000;
}

p,
li,
span,
label,
input,
select,
textarea,
td,
th {
    font-family: var(--font-primary) !important;
    font-weight: 300;
    color: #333;
}

/* Force Pure Black Text for Muted & Secondary Elements */
.text-muted,
.text-secondary,
.small,
small,
.card-text,
.lead {
    color: #000 !important;!i;!;
    /* opacity: 0.9; */
}

/* Global 1280px Maximum Width Container Constraint */
.container,
.container-lg,
.container-xl,
.container-xxl {
    max-width: 1280px !important;
}

/* Global 3px Border Radius Constraint */
*,
.btn,
.card,
.form-control,
.form-select,
.dropdown-menu,
.badge,
.alert,
.img-fluid,
.rounded,
.rounded-3,
.offcanvas,
.modal-content,
.p-3,
.p-4,
.p-5 {
    border-radius: 3px !important;
}
.section-padding.bg-white.my-4.border-top,.col-6.col-md-8.text-end.d-flex.align-items-center.justify-content-end.gap-2{
display:none !important;
}

.section-padding.bg-light.border-top.border-bottom.my-5{
display:none;
}
#lightboxDesc{
    margin: 10px 10px 5px !important;
}
.modal-title.fw-bold.text-warning{
    color: #000 !important;
    margin-bottom: 10px;
}

/* Global Section Padding Constraint */
.section-padding {
    padding: 0px 0 0px !important;
    margin-top: unset !important;!i;!;
}

/* Primary Orange Accent Overrides */
.text-warning,
.text-primary-orange {
    color: var(--primary-orange) !important;
}

.bg-warning,
.bg-primary-orange {
    background-color: #ebebeb !important;!i;!;!m;!;
    color: #000 !important;
    padding: 1px 10px;
    margin-top: 15px;
    margin-bottom: 9px !important;!i;!;
}

.border-warning,
.border-primary-orange {
    border-color: var(--primary-orange) !important;
}

/* Button Customizations */
.btn-brand-orange,
.btn-warning {
    background-color: #e67919;
    border-color: #e67919 !important;
    color: #ffffff !important;
    font-family: var(--font-primary);
    font-weight: 500;
    padding: 8px 18px;
    transition: all 0.2s ease;
    margin-left: 10px;
    margin-right: 7px;
    line-height: 1.4;
}

.btn-brand-orange:hover,
.btn-warning:hover {
    background-color: var(--primary-orange-hover) !important;
    border-color: var(--primary-orange-hover) !important;
    color: #ffffff !important;
}

.btn-brand-outline {
    border: 1px solid var(--primary-orange) !important;
    color: var(--primary-orange) !important;
    background: transparent !important;
    font-weight: 500;
    padding: 8px 18px;
    transition: all 0.2s ease;
    line-height: 1.4;
}

.btn-brand-outline:hover {
    background-color: var(--primary-orange) !important;
    color: #ffffff !important;
}

.btn-brand-dark {
    background-color: var(--pure-black) !important;
    color: #ffffff !important;
    border-color: var(--pure-black) !important;
    font-weight: 500;
    padding: 8px 18px;
    transition: all 0.2s ease;
    line-height: 1.4;
}

.btn-brand-dark:hover {
    background-color: #333333 !important;
    color: #ffffff !important;
}

/* Top Bar (Light Theme) */
.top-bar-light {
    background-color: #fff;
    color: var(--pure-black);
    font-size: 12px;
    padding: 0px 0 5px;
    border-bottom: 1px solid var(--border-color);
    margin-top: -5px;
    /* display: none !important; */!i;!;
}

.top-bar-light a {
    color: var(--pure-black);
    text-decoration: none;
}

.top-bar-light a:hover {
    color: var(--primary-orange);
}

/* Main Logo Header (Clean Light Theme) - kept for backward compatibility */
.logo-header-clean {
    background-color: #ffffff;
    padding: 2px 0;
    border-bottom: 1px solid var(--border-color);
}

.brand-logo-main {
    max-height: 50px;
    width: auto;
}

.brand-logo-side {
    max-height: 55px;
    width: auto;
    display: none !important;
}

/* Main Navigation Bar (Clean Light Theme & Mega Menu) - Logo + Nav in one row */
.main-navbar-light {
    background-color: #ffffff !important;
    border-bottom: 1px solid #e2e8f0;
    padding: 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
    position: sticky;
    top: 0;
    z-index: 1030;
    min-height: 60px;
}

.main-navbar-light .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 20px;
}

.main-navbar-light .nav-link {
    color: var(--pure-black) !important;
    font-family: var(--font-primary);
    font-weight: 400;
    font-size: 13px !important;
    padding: 8px 20px !important;
    text-transform: uppercase;
    letter-spacing: 0px !important;
    transition: all 0.2s ease;
    white-space: nowrap;
    /* text-transform: capitalize; */
}

.main-navbar-light .nav-link:hover,
.main-navbar-light .nav-link.active {
    color: #0f172a !important;
    background-color: var(--light-bg-2);
    border-bottom: 2px solid #0f172a;
}

/* Desktop Hover Menu Trigger */
@media (min-width: 1200px) {
    .main-navbar-light .nav-item.dropdown:hover>.dropdown-menu {
        display: block !important;
        margin-top: 0;
        animation: fadeIn 0.2s ease-in-out;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(4px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Mega Dropdown Menus & Submenu Items */
.main-navbar-light .dropdown-menu {
    border: 1px solid var(--border-color);
    border-top: 2px solid #0f172a;
    background-color: #ffffff;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    padding: 8px;
    right: 0;
    left: 0px;
}

.main-navbar-light .dropdown-menu:not(.dropdown-menu-mega) {
    min-width: 240px !important;
    border-bottom: 1px solid #cbd5e1 !important;
    padding: 6px 7px;
}

.dropdown-menu-mega {
    border: 1px solid var(--border-color);
    border-top: 2px solid #0f172a;
    background-color: #ffffff;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    padding: 15px;
    max-width: 1280px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    right: auto !important;
}

/* Megamenu column headings sizing and spacing */
.dropdown-menu-mega h6 {
    font-size: 0.78rem !important;
    letter-spacing: 0.8px;
    margin-bottom: 6px !important;
    padding-bottom: 4px !important;
    font-weight: 700 !important;
}

.dropdown-menu .dropdown-item,
.dropdown-menu-mega a.dropdown-item {
    font-size: 0.85rem;
    font-weight: 400;
    padding: 6px 8px !important;
    /* Reduced left and right padding */
    color: var(--pure-black) !important;
    border-bottom: 1px solid #e9ecef !important;
    /* 1px light grey bottom border */
    transition: all 0.2s ease;
}

.dropdown-menu .dropdown-item:last-child,
.dropdown-menu-mega a.dropdown-item:last-child {
    /* border-bottom: none !important; */
}

.dropdown-menu .dropdown-item:hover,
.dropdown-menu-mega a.dropdown-item:hover {
    background-color: var(--light-bg-2);
    color: #0f172a !important;
    padding-left: 12px !important;
}

/* Hero Header Banner (Constrained to max 1280px width) */
.hero-banner-custom {
    position: relative;
    /* max-width: 1256px; */
    margin: 0px auto 0 auto;
    border-radius: 12px;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    min-height: 550px;
    display: flex;
    align-items: flex-end;
    text-align: left;
    padding: 40px 25px 30px;
    border-bottom: 3px solid #0f172a;
    /* padding-top: 100px; */
}

.hero-overlay-light {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* Subtle dark gradient overlay so background image is vivid & high contrast text is crisp */
    background: linear-gradient(180deg, rgb(153 0 0 / 0%) 0%, rgb(0 0 0 / 20%) 75%, rgba(0, 0, 0, 0.85) 100%);
    z-index: 1;
}

.hero-banner-custom .container {
    position: relative;
    z-index: 2;
}

.hero-banner-custom h1,
.hero-banner-custom p,
.hero-banner-custom .lead {
    color: #ffffff !important;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
}

/* Hero Carousel Indicators */
#heroCarousel .carousel-indicators {
    margin-bottom: 15px;
    z-index: 3;
}
#heroCarousel .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ffffff;
    opacity: 0.5;
    border: none;
    margin: 0 4px;
    transition: all 0.3s ease;
}
#heroCarousel .carousel-indicators .active {
    width: 28px;
    border-radius: 6px;
    background-color: var(--primary-orange, #ff6600);
    opacity: 1;
}

/* Internal Page Banner (Constrained to max 1280px width) */
.page-banner-custom {
    position: relative;
    max-width: 1280px;
    margin: 15px auto 0 auto;
    border-radius: 12px;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    min-height: 200px;
    display: flex;
    align-items: center;
    padding: 25px 25px;
    border-bottom: 3px solid #0f172a;
}

.page-banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* Transparent dark gradient to preserve full image clarity */
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.4) 100%);
    z-index: 1;
}

.page-banner-custom .container {
    position: relative;
    z-index: 2;
}

.page-banner-custom h1,
.page-banner-custom p {
    color: #ffffff !important;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
}

/* Breadcrumbs Component */
.custom-breadcrumb {
    background-color: #fff;
    padding: 8px 14px;
    margin-bottom: 15px;
    border: 1px solid var(--border-color);
    font-size: 0.85rem;
}

.custom-breadcrumb a {
    color: #0f172a !important;
    text-decoration: none;
    font-weight: 500;
}

.custom-breadcrumb .breadcrumb-item.active {
    color: var(--pure-black) !important;
    font-weight: 400;
}

/* Two-Column Auto-Height Image Columns */
.row-equal-height {
    display: flex;
    flex-wrap: wrap;
}

.col-img-equal {
    display: flex;
    flex-direction: column;
}

.img-cover-fill {
    width: 100%;
    height: 100%;
    /* min-height: 456px; */
    object-fit: cover;
}

/* Enhanced Card Elevation & Sidebar Box */
.card-light-custom {
    background-color: #ffffff;
    border: 1px solid var(--border-color);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
    /* transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1); */
    height: 100%;
    padding: 15px !important;!i;!;
}

.card-light-custom:hover {
    border-color: #cbd5e1;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    transform: translateY(-4px);
}

/* Sidebar Box & Navigation Redesign */
.sidebar-box-light {
    background: #ffffff;
    padding: 12px 0px;
    border: 1px solid var(--border-color);
    border-top: 3px solid #0f172a;
    border-radius: -3px !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
    margin-bottom: 24px;
}

.sidebar-title-light {
    font-size: 0.95rem;
    font-weight: 700 !important;
    color: #0f172a !important;
    padding-bottom: 6px;
    margin-bottom: -2px;
    border-bottom: 2px solid #f1f5f9;
    letter-spacing: 0.5px;
    padding-left: 14px;
}


.nav-link.d-flex.align-items-center.justify-content-between span {
    font-weight: 300;
    }


.sidebar-box-light .nav-link {
    font-size: 14px;
    font-weight: 600;
    color: #334155 !important;
    padding: 8px 14px !important;
    border-radius: 1px !important;
    border: 0px solid #f1f5f9;
    transition: all 0.2s ease;
    border-bottom: 1px solid #dcdcdc;
}


.active-sidebar-link span {
   border: 0px !important;!i;!;
   color: #ffffff !important;
}
.sidebar-box-light .nav-link:hover {
    background-color: #f8fafc !important;
    color: #0f172a !important;
    border-color: #e2e8f0;
    padding-left: 18px !important;
}

.sidebar-box-light .nav-link.active-sidebar-link {
    background-color: #000 !important;
    color: #ffffff !important;
    font-weight: 600 !important;
    border-color: #dcdcdc !important;
    /* box-shadow: 0 4px 10px rgba(15, 23, 42, 0.25); */
}

.sidebar-box-light .nav-link.active-sidebar-link i {
    color: #ffffff !important;
}

/* Sidebar Donate Promo Box - Elevated Orange Design */
.sidebar-promo-box {
    background: #fff !important;
    border: 1px solid #d1690e !important;
    border-radius: 6px !important;
    padding: 20px;
    margin-bottom: 24px;
    color: #000 !important;
}

.sidebar-promo-box h6,
.sidebar-promo-box p,
.sidebar-promo-box i,
.sidebar-promo-box span,
.sidebar-promo-box small {
    color: #000 !important;
    line-height: 25px;
}

.sidebar-promo-box .btn-brand-orange {
    background-color: #000000 !important;
    border-color: #000000 !important;
    color: #ffffff !important;
    margin-left: 0 !important;
}

.sidebar-promo-box .btn-brand-orange:hover {
    background-color: #222222 !important;
    border-color: #222222 !important;
    color: #ffffff !important;
}

/* Strategic Pillars Image Zoom */
.card-img-wrapper {
    position: relative;
    overflow: hidden;
}

.card-img-wrapper img {
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.card:hover .card-img-wrapper img,
.dual-impact-card:hover .card-img-wrapper img {
    transform: scale(1.06) !important;
}

/* Dual Booking & Donate Cards Home Page */
.dual-impact-card {
    background-color: #ffffff !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04) !important;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.dual-impact-card:hover {
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.09) !important;
    transform: translateY(-4px) !important;
    border-color: rgba(230, 121, 25, 0.3) !important;
}

/* Footer Sizing Enhancements */
.footer-contact-info span {
    font-size: 0.78rem !important;
    color: #475569 !important;
}

.footer-contact-info span i {
    color: #64748b !important;
}

.site-footer-light .btn-outline-dark,
.site-footer-light .btn-brand-orange {
    font-size: 0.8rem !important;
    padding: 6px 12px 5px !important;
}

/* Light Theme Mega Footer */
.site-footer-light {
    background-color: #f8f9fa !important;
    color: #334155 !important;
    font-size: 0.88rem;
    padding-top: 45px;
    padding-bottom: 11px;
    border-top: 1px solid #cbd5e1;
}

.site-footer-light .container {
    max-width: 1280px !important;
}

.site-footer-light h5 {
    color: #0f172a !important;
    font-size: 0.85rem;
    font-weight: 700 !important;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    padding-bottom: 8px;
    border-bottom: 2px solid #e2e8f0;
}

.site-footer-light ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.site-footer-light ul li {
    margin-bottom: 8px;
}

.site-footer-light ul li a {
    color: #000 !important;
    text-decoration: none;
    transition: color 0.2s ease, padding-left 0.2s ease;
    font-size: 0.86rem;
    font-weight: 400;
}

.site-footer-light ul li a:hover {
    color: #0f172a !important;
    padding-left: 5px;
}

.footer-bottom-light {
    background-color: #e2e8f0 !important;
    padding: 9px 0;
    color: #475569 !important;
    font-size: 0.83rem;
    border-top: 1px solid #cbd5e1;
    text-align: left !important;!i;!;
}

.footer-bottom-light strong {
    color: #0f172a;
}

/* Dark Theme Mega Footer (#0f172a Background - Backward Compatibility) */
.site-footer-dark {
    background-color: #0f172a !important;
    color: #cbd5e1 !important;
    font-size: 0.88rem;
    padding-top: 45px;
    padding-bottom: 25px;
    border-top: 3px solid #cbd5e1;
}

.site-footer-dark .container {
    max-width: 1280px !important;
}

.site-footer-dark h5 {
    color: #f59e0b !important;
    font-size: 0.85rem;
    font-weight: 700 !important;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    padding-bottom: 8px;
    border-bottom: 1px solid #1e293b;
}

.site-footer-dark ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.site-footer-dark ul li {
    margin-bottom: 8px;
}

.site-footer-dark ul li a {
    color: #94a3b8 !important;
    text-decoration: none;
    transition: color 0.2s ease, padding-left 0.2s ease;
    font-size: 0.86rem;
}

.site-footer-dark ul li a:hover {
    color: #f59e0b !important;
    padding-left: 5px;
}

.footer-bottom-dark {
    background-color: #020617 !important;
    padding: 16px 0;
    color: #64748b !important;
    font-size: 0.83rem;
    border-top: 1px solid #1e293b;
}

.footer-bottom-dark strong {
    color: #e2e8f0;
}

/* Gallery Modern Look & Feel */
.gallery-card-modern {
    position: relative;
    border-radius: 6px !important;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
    border: 1px solid var(--border-color);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    cursor: pointer;
}

.gallery-card-modern:hover {
    transform: translateY(0px);
    /* box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12); */
    border-color: #cbd5e1;
}

.gallery-card-img-wrapper {
    position: relative;
    overflow: hidden;
}

.gallery-card-img-wrapper img {
    transition: transform 0.4s ease;
}

.gallery-card-modern:hover .gallery-card-img-wrapper img {
    transform: scale(1.06);
}

.gallery-zoom-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(15, 23, 42, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gallery-card-modern:hover .gallery-zoom-overlay {
    opacity: 1;
}

.gallery-zoom-icon {
    width: 42px;
    height: 42px;
    border-radius: 50% !important;
    background: #0f172a;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

/* Mobile Offcanvas Navigation Drawer (Light, Right-to-Left Halfway Slide) */
.offcanvas-mobile-drawer {
    width: 50vw !important;
    max-width: 380px !important;
    min-width: 270px !important;
    right: 0 !important;
    left: auto !important;
    background-color: #ffffff !important;
    color: var(--pure-black) !important;
    border-left: 2px solid #0f172a !important;
}

.offcanvas-mobile-drawer .nav-link {
    color: var(--pure-black) !important;
    font-weight: 400;
    padding: 10px 14px;
    border-bottom: 1px solid var(--border-color);
}

.offcanvas-mobile-drawer .nav-link:hover {
    background-color: var(--light-bg-2);
    color: #0f172a !important;
}

/* Call To Action Full-Width Banner Utility */
.cta-banner-fullwidth {
    width: 100%;
    margin-bottom: 0 !important;
    border-top: 1px solid #cbd5e1;
}

/* Testimonial Cards Right-to-Left Slide Animation */
.slide-from-right {
    animation: slideInRight 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        transform: translateX(40px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

/* 5-Column Grid Utility for Gallery */
.gallery-grid-5col {
    display: flex;
    flex-wrap: wrap;
}

.gallery-grid-5col .gallery-card-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 4px;
}

@media (min-width: 480px) {
    .gallery-grid-5col .gallery-card-wrapper {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 768px) {
    .gallery-grid-5col .gallery-card-wrapper {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

@media (min-width: 992px) {
    .gallery-grid-5col .gallery-card-wrapper {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media (min-width: 1200px) {
    .gallery-grid-5col .gallery-card-wrapper {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

/* ================================================================================
   RESERVATION PAGE — REDESIGNED STYLES
   ================================================================================ */

/* Breadcrumb */
.reservation-breadcrumb {
    padding: 12px 0;
    font-size: 0.85rem;
    font-weight: 400;
    border-bottom: 1px solid #e9ecef;
    margin-bottom: 0;
}
.reservation-breadcrumb a {
    color: #475569;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
}
.reservation-breadcrumb a:hover {
    color: #0f172a;
}

/* Facility Cards Section */
.reservation-facilities-section {
    padding: 8px 0 30px;
    background: #ffffff;
}
.facility-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    height: 100%;
    display: flex;
    flex-direction: column;
}
.facility-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.1);
    border-color: #cbd5e1;
}
.facility-card-img {
    height: 180px;
    background-size: cover;
    background-position: center;
    position: relative;
}
.facility-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #e67919;
    color: #fff;
    padding: 4px 12px;
    font-size: 0.72rem;
    font-weight: 700;
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.facility-badge-dark {
    background: #0f172a;
    color: #fff;
}
.facility-badge-outline {
    background: #fff;
    color: #0f172a;
    border: 1px solid #0f172a;
}
.facility-card-body {
    padding: 16px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.facility-rate {
    font-size: 1.1rem;
    font-weight: 700;
    color: #e67919;
    white-space: nowrap;
}
.facility-specs {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: auto;
    padding-top: 10px;
}
.facility-specs span {
    font-size: 0.75rem;
    color: #475569;
    background: #f8fafc;
    padding: 3px 8px;
    border-radius: 3px;
    border: 1px solid #e2e8f0;
    white-space: nowrap;
}

/* How It Works */
.reservation-howitworks {
    padding: 40px 0;
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
}
.step-card {
    text-align: center;
    padding: 14px 16px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    position: relative;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
}
.step-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}
.step-number {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    width: 28px;
    height: 28px;
    background: #0f172a;
    color: #fff;
    border-radius: 50%;
    font-size: 0.75rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}
.step-icon {
    font-size: 2rem;
    color: #e67919;
    margin-bottom: -2px;
    margin-top: 6px;
}

/* Reservation Form Section */
.reservation-form-section {
    padding: 40px 0 50px;
    background: #ffffff;
}
.form-wrapper {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.04);
    padding: 28px;
}
.form-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 14px;
    margin-bottom: 20px;
    border-bottom: 2px solid #f1f5f9;
}
.form-step-badge {
    background: #0f172a;
    color: #fff;
    padding: 5px 14px;
    font-size: 0.75rem;
    font-weight: 700;
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.form-label-sm {
    font-size: 0.82rem;
    margin-bottom: 4px;
    display: block;
}
.form-wrapper .form-control,
.form-wrapper .form-select {
    padding: 10px 14px;
    font-size: 0.9rem;
    border: 1px solid #cbd5e1;
    border-radius: 4px;
    transition: border-color 0.2s, box-shadow 0.2s;
    font-family: var(--font-primary);
    font-weight: 400;
}
.form-wrapper .form-control:focus,
.form-wrapper .form-select:focus {
    border-color: #e67919;
    box-shadow: 0 0 0 3px rgba(230, 121, 25, 0.1);
    outline: none;
}

/* Success / Warning Alerts */
.reservation-alert-success,
.reservation-alert-warning {
    padding: 20px;
    border-radius: 6px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.04);
}
.reservation-alert-success {
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    border-left: 4px solid #22c55e;
}
.reservation-alert-warning {
    background: #fffbeb;
    border: 1px solid #fde68a;
    border-left: 4px solid #f59e0b;
}
.alert-icon-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1rem;
    flex-shrink: 0;
}

/* Estimate Sidebar (Sticky) */
.estimate-sticky {
    position: sticky;
    top: 80px;
}
.estimate-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.04);
    margin-bottom: 16px;
}
.estimate-card-header {
    background: #0f172a;
    color: #fff;
    padding: 12px 18px;
    font-weight: 700;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.estimate-card-body {
    padding: 20px;
}
.estimate-amount {
    font-size: 2.2rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.2;
    margin-bottom: 4px;
}
.estimate-breakdown {
    background: #f8fafc;
    padding: 12px 14px;
    border-radius: 4px;
    border: 1px solid #e2e8f0;
}

/* Payment Info Card - Enhanced */
.payment-info-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 20px 18px;
    margin-bottom: 16px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
    border-left: 4px solid #e67919;
    transition: box-shadow 0.3s ease, border-color 0.3s ease;
    display: none;
}
.payment-info-card:hover {
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
    border-color: #d0d9e8;
}
.payment-info-card h6 {
    font-size: 0.95rem;
    letter-spacing: 0.3px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f1f5f9;
    margin-bottom: 12px !important;
}
.payment-info-card ul {
    padding-left: 0;
}
.payment-info-card ul li {
    padding: 8px 10px;
    border-radius: 4px;
    transition: background 0.2s ease;
}
.payment-info-card ul li:hover {
    background: #f8fafc;
}
.payment-info-card ul li span strong {
    color: #0f172a;
    font-weight: 600;
}
.payment-info-card ul li small.text-muted {
    color: #64748b !important;
    font-size: 0.8rem;
}
.payment-icon-badge {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #fff7ed;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e67919;
    font-size: 0.95rem;
    flex-shrink: 0;
    border: 1px solid #fed7aa;
    transition: background 0.2s ease, transform 0.2s ease;
}
.payment-info-card ul li:hover .payment-icon-badge {
    background: #e67919;
    color: #fff;
    transform: scale(1.05);
}

/* Contact Info Card - Enhanced */
.contact-info-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 20px 18px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
    border-left: 4px solid #0f172a;
    transition: box-shadow 0.3s ease, border-color 0.3s ease;
}
.contact-info-card:hover {
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
    border-color: #d0d9e8;
}
.contact-info-card h6 {
    font-size: 0.95rem;
    letter-spacing: 0.3px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f1f5f9;
    margin-bottom: 14px !important;
}
.contact-line {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #0f172a;
    padding: 0px 12px;
    border-radius: 6px;
    transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
    border: 1px solid #eef2f6;
    background: #fafbfc;
    margin-bottom: 6px;
}
.contact-line:last-child {
    margin-bottom: 0;
}
.contact-line:hover {
    background: #fff7ed;
    border-color: #fed7aa;
    color: #0f172a;
    box-shadow: 0 2px 8px rgba(230, 121, 25, 0.08);
    transform: translateX(4px);
}
.contact-line i {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    flex-shrink: 0;
    background: #fff;
    border: 1px solid #e2e8f0;
    transition: all 0.2s ease;
}
.contact-line:hover i {
    background: #e67919;
    color: #fff !important;
    border-color: #e67919;
}
.contact-line div strong {
    font-size: 0.85rem;
    color: #0f172a;
    font-weight: 600;
}
.contact-line div small {
    font-size: 13px !important;!i;!;
    color: #000 !important;
    /* margin-top: -14px; */
    /* position: absolute; */
}

/* ================================================================================
   END RESERVATION PAGE STYLES
   ================================================================================ */

/* ================================================================================
   DONATE PAGE — FULL REDESIGN
   ================================================================================ */

/* Breadcrumb */
.donate-breadcrumb {
    padding: 14px 0;
    font-size: 0.85rem;
    font-weight: 400;
    border-bottom: 1px solid #e9ecef;
    margin-bottom: 0;
}
.donate-breadcrumb a {
    color: #475569;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
}
.donate-breadcrumb a:hover {
    color: #0f172a;
}

/* Alerts Section */
.donate-alerts-section {
    padding: 20px 0 0;
}
.donate-alert {
    padding: 20px;
    border-radius: 6px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.04);
}
.donate-alert-success {
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    border-left: 4px solid #22c55e;
}
.donate-alert-warning {
    background: #fffbeb;
    border: 1px solid #fde68a;
    border-left: 4px solid #f59e0b;
}
.donate-alert-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1rem;
    flex-shrink: 0;
}

/* Main Donation Section */
.donate-main-section {
    padding: 40px 0 30px;
    background: #ffffff;
}
.donate-sidebar-sticky {
    position: sticky;
    top: 80px;
}

/* Impact Card */
.donate-impact-card {
    background: #fff;
    border: 1px solid #fed7aa;
    border-radius: 6px;
    padding: 20px;
    margin-bottom: 16px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
    display: none;
}
.donate-impact-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #e67919;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    margin: 0 auto 12px;
    box-shadow: 0 4px 12px rgba(230, 121, 25, 0.25);
}

/* Payment Cards */
.donate-payment-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
    margin-bottom: 16px;
    transition: box-shadow 0.3s ease, border-color 0.3s ease;
}
.donate-payment-card:hover {
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
    border-color: #cbd5e1;
}
.donate-payment-header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 18px 1px;
    border-bottom: 1px solid #f1f5f9;
}
.donate-payment-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    flex-shrink: 0;
}
.donate-payment-details {
    padding: 8px 18px;
}
.donate-payment-footer {
    background: #f8fafc;
    padding: 10px 18px;
    font-size: 0.78rem;
    color: #475569;
    border-top: 1px solid #f1f5f9;
    display: flex;
    align-items: center;
    gap: 6px;
}

/* Help Card */
.donate-help-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 18px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
    border-left: 4px solid #0f172a;
    display: none;
}
.donate-help-line {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: #0f172a;
    padding: 10px 12px;
    border-radius: 6px;
    transition: background 0.2s ease, transform 0.2s ease;
    border: 1px solid #eef2f6;
    background: #fafbfc;
}
.donate-help-line:hover {
    background: #fff7ed;
    border-color: #fed7aa;
    transform: translateX(4px);
    color: #0f172a;
}
.donate-help-line i {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    flex-shrink: 0;
    background: #fff;
    border: 1px solid #e2e8f0;
}
.donate-help-line div strong {
    font-size: 0.85rem;
    color: #0f172a;
}

/* Form Wrapper */
.donate-form-wrapper {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.04);
    padding: 28px;
}
.donate-form-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 14px;
    margin-bottom: 4px;
    border-bottom: 2px solid #f1f5f9;
}
.donate-step-badge {
    background: #0f172a;
    color: #fff;
    padding: 5px 14px;
    font-size: 0.75rem;
    font-weight: 700;
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.donate-field-label {
    font-size: 0.82rem;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 4px;
    display: block;
}
.donate-form-wrapper .form-control,
.donate-form-wrapper .form-select {
    padding: 10px 14px;
    font-size: 0.9rem;
    border: 1px solid #cbd5e1;
    border-radius: 4px;
    transition: border-color 0.2s, box-shadow 0.2s;
    font-family: var(--font-primary);
    font-weight: 400;
}
.donate-form-wrapper .form-control:focus,
.donate-form-wrapper .form-select:focus {
    border-color: #e67919;
    box-shadow: 0 0 0 3px rgba(230, 121, 25, 0.1);
    outline: none;
}
.donate-form-wrapper .input-group .input-group-text {
    font-size: 0.9rem;
    border: 1px solid #cbd5e1;
    border-right: none;
    border-radius: 4px 0 0 4px;
}
.donate-form-wrapper .input-group .form-control {
    border-left: none;
    border-radius: 0 4px 4px 0;
}
.donate-form-wrapper .input-group .form-control:focus {
    border-left: none;
    box-shadow: 0 0 0 3px rgba(230, 121, 25, 0.1);
}

/* Donate Submit Button */
.btn-donate-submit {
    background-color: #e67919;
    border-color: #e67919;
    color: #ffffff;
    font-family: var(--font-primary);
    font-weight: 500;
    padding: 14px 20px;
    border-radius: 4px;
    transition: all 0.2s ease;
    font-size: 1rem;
}
.btn-donate-submit:hover {
    background-color: #d1690e;
    border-color: #d1690e;
    color: #ffffff !important;!i;!;
    box-shadow: 0 4px 14px rgba(230, 121, 25, 0.3);
}

/* Impact Breakdown Section */
.donate-impact-section {
    padding: 40px 0;
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
}
.donate-impact-stat {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 20px 16px;
    text-align: center;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
}
.donate-impact-stat:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}
.donate-stat-number {
    font-size: 2.5rem;
    font-weight: 800;
    color: #e67919;
    line-height: 1.1;
    margin-bottom: 6px;
}
.donate-stat-bar {
    height: 4px;
    background: #e67919;
    border-radius: 2px;
    margin: 0 auto 10px;
    max-width: 80%;
}

/* FAQ Section */
.donate-faq-section {
    padding: 40px 0 30px;
    background: #ffffff;
    display: none;
}
.donate-faq-section .accordion-item {
    border: 1px solid #e2e8f0;
    border-radius: 6px !important;
    margin-bottom: 8px;
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(0,0,0,0.02);
}
.donate-faq-section .accordion-button {
    background: #fafbfc;
    color: #0f172a;
    font-size: 0.9rem;
    padding: 14px 18px;
    border: none;
    box-shadow: none;
}
.donate-faq-section .accordion-button:not(.collapsed) {
    background: #fff7ed;
    color: #0f172a;
    border-bottom: 1px solid #fed7aa;
}
.donate-faq-section .accordion-button:focus {
    box-shadow: none;
    border-color: transparent;
}
.donate-faq-section .accordion-body {
    padding: 16px 18px;
    background: #fff;
    color: #475569;
    line-height: 1.6;
}

/* Final CTA Section */
.donate-cta-section {
    padding: 0 0 40px;
    background: #ffffff;
    display: none;
}
.donate-cta-inner {
    background: #fff;
    border-radius: 6px;
    padding: 32px 36px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}
.donate-cta-inner h4 {
    color: #ffffff;
}
.donate-cta-inner p {
    color: #cbd5e1;
}
.donate-cta-inner .btn-light {
    background: #ffffff;
    color: #0f172a;
    border: none;
    transition: all 0.2s ease;
}
.donate-cta-inner .btn-light:hover {
    background: #e67919;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(230, 121, 25, 0.3);
}

/* ================================================================================
   END DONATE PAGE STYLES
   ================================================================================ */

/* ================================================================================
   CONTACT PAGE — REDESIGNED STYLES
   ================================================================================ */

/* Contact Info Cards */
.contact-info-matrix .contact-matrix-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 24px 16px;
    text-align: center;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
    height: 100%;
    position: relative;
    overflow: hidden;
}
.contact-info-matrix .contact-matrix-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #e67919, #f59e0b);
    opacity: 0;
    transition: opacity 0.3s ease;
}
.contact-info-matrix .contact-matrix-card:hover::before {
    opacity: 1;
}
.contact-info-matrix .contact-matrix-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
    border-color: #cbd5e1;
}
.contact-matrix-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: linear-gradient(135deg, #fff7ed, #fed7aa);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
    font-size: 1.2rem;
    color: #e67919;
    transition: all 0.3s ease;
}
.contact-matrix-card:hover .contact-matrix-icon {
    background: linear-gradient(135deg, #e67919, #d1690e);
    color: #ffffff;
    transform: scale(1.08);
    box-shadow: 0 4px 12px rgba(230, 121, 25, 0.3);
}

/* Contact Form Container */
.contact-form-wrapper {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    padding: 32px;
    position: relative;
    overflow: hidden;
}
.contact-form-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #e67919, #f59e0b, #e67919);
    background-size: 200% 100%;
    animation: gradientShift 3s ease infinite;
}
@keyframes gradientShift {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}
.contact-form-title {
    font-size: 1.35rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.contact-form-title i {
    color: #e67919;
    font-size: 1.2rem;
}
.contact-form-subtitle {
    font-size: 0.88rem;
    color: #64748b;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid #f1f5f9;
}

/* Contact Form Input Groups with Icons */
.contact-input-group {
    position: relative;
    margin-bottom: 4px;
}
.contact-input-group .input-icon {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
    font-size: 0.9rem;
    z-index: 3;
    transition: color 0.2s ease;
    pointer-events: none;
}
.contact-input-group textarea ~ .input-icon {
    top: 16px;
    transform: none;
}
.contact-input-group .form-control,
.contact-input-group .form-select {
    padding: 12px 14px 12px 42px;
    font-size: 0.92rem;
    border: 1.5px solid #e2e8f0;
    border-radius: 6px;
    background-color: #fafbfc;
    transition: all 0.25s ease;
    font-family: var(--font-primary);
    font-weight: 400;
    color: #0f172a;
}
.contact-input-group .form-control::placeholder {
    color: #94a3b8;
    font-weight: 300;
}
.contact-input-group .form-control:focus,
.contact-input-group .form-select:focus {
    border-color: #e67919;
    background-color: #ffffff;
    box-shadow: 0 0 0 3px rgba(230, 121, 25, 0.12);
    outline: none;
}
.contact-input-group .form-control:focus ~ .input-icon,
.contact-input-group .form-select:focus ~ .input-icon {
    color: #e67919;
}
.contact-input-group .form-select {
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%2394a3b8' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 14px 10px;
    cursor: pointer;
}
.contact-input-group textarea.form-control {
    min-height: 130px;
    resize: vertical;
}

/* Contact Submit Button */
.btn-contact-submit {
    background: linear-gradient(135deg, #e67919, #d1690e);
    border: none;
    color: #ffffff;
    font-family: var(--font-primary);
    font-weight: 600;
    font-size: 1rem;
    padding: 14px 28px;
    border-radius: 6px;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    letter-spacing: 0.3px;
    position: relative;
    overflow: hidden;
    width: 100%;
}
.btn-contact-submit::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.15), transparent);
    transition: left 0.5s ease;
}
.btn-contact-submit:hover::before {
    left: 100%;
}
.btn-contact-submit:hover {
    background: linear-gradient(135deg, #d1690e, #b85a0a);
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(230, 121, 25, 0.35);
}
.btn-contact-submit:active {
    transform: translateY(0);
    box-shadow: 0 4px 12px rgba(230, 121, 25, 0.25);
}

/* Contact Map Card */
.contact-map-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    padding: 24px;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}
.contact-map-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #0f172a, #334155);
}
.contact-map-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.contact-map-title i {
    color: #e67919;
}
.contact-map-subtitle {
    font-size: 0.85rem;
    color: #64748b;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid #f1f5f9;
}
.contact-map-wrapper {
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    flex: 1;
}
.contact-map-wrapper iframe {
    width: 100%;
    height: 100%;
    min-height: 300px;
    border: none;
}

/* Contact Success/Warning Alerts */
.contact-alert {
    padding: 18px 20px;
    border-radius: 6px;
    margin-bottom: 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.04);
    display: flex;
    align-items: flex-start;
    gap: 14px;
}
.contact-alert-success {
    background: linear-gradient(135deg, #f0fdf4, #dcfce7);
    border: 1px solid #bbf7d0;
    border-left: 4px solid #22c55e;
}
.contact-alert-warning {
    background: linear-gradient(135deg, #fffbeb, #fef3c7);
    border: 1px solid #fde68a;
    border-left: 4px solid #f59e0b;
}
.contact-alert-icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    flex-shrink: 0;
}
.contact-alert-success .contact-alert-icon {
    background: #22c55e;
    color: #fff;
}
.contact-alert-warning .contact-alert-icon {
    background: #f59e0b;
    color: #fff;
}
.contact-alert h5 {
    font-size: 0.95rem;
    font-weight: 700;
    margin-bottom: 4px;
}
.contact-alert p {
    font-size: 0.85rem;
    margin-bottom: 0;
    line-height: 1.5;
}

/* Required field indicator */
.required-indicator {
    color: #e67919;
    font-weight: 600;
    margin-left: 2px;
}

/* Contact Quick Actions */
.contact-quick-actions {
    margin-top: 20px;
    padding-top: 16px;
    border-top: 1px solid #f1f5f9;
}
.contact-quick-action-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 6px;
    text-decoration: none;
    color: #0f172a;
    transition: all 0.2s ease;
    border: 1px solid transparent;
    margin-bottom: 6px;
}
.contact-quick-action-item:hover {
    background: #fff7ed;
    border-color: #fed7aa;
    color: #0f172a;
    transform: translateX(4px);
}
.contact-quick-action-item i {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    color: #e67919;
    transition: all 0.2s ease;
    flex-shrink: 0;
}
.contact-quick-action-item:hover i {
    background: #e67919;
    color: #fff;
    border-color: #e67919;
}
.contact-quick-action-item span {
    font-size: 0.85rem;
    font-weight: 500;
}
.contact-quick-action-item small {
    display: block;
    font-size: 0.78rem;
    color: #64748b;
    font-weight: 300;
}

/* ================================================================================
   END CONTACT PAGE STYLES
   ================================================================================ */

/* ================================================================================
   GALLERY PAGE — REDESIGNED STYLES
   ================================================================================ */

/* Gallery Filter Bar */
.gallery-filter-bar {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 16px 20px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.04);
    margin-bottom: 24px;
}
.gallery-filter-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 3px;
}
.gallery-filter-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    font-size: 0.82rem;
    font-weight: 500;
    border: 1.5px solid #e2e8f0;
    border-radius: 50px;
    background: #ffffff;
    color: #475569;
    cursor: pointer;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
    white-space: nowrap;
    font-family: var(--font-primary);
}
.gallery-filter-pill:hover {
    border-color: #e67919;
    color: #e67919;
    background: #fff7ed;
    transform: translateY(-1px);
}
.gallery-filter-pill.active {
    background: linear-gradient(135deg, #e67919, #d1690e);
    border-color: #e67919;
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(230, 121, 25, 0.3);
}
.gallery-filter-pill .pill-count {
    background: rgba(0,0,0,0.08);
    padding: 1px 8px;
    border-radius: 50px;
    font-size: 0.72rem;
    font-weight: 600;
    transition: background 0.25s ease;
}
.gallery-filter-pill.active .pill-count {
    background: rgba(255,255,255,0.25);
    color: #ffffff;
}

/* Gallery Search Input */
.gallery-search-wrapper {
    position: relative;
}
.gallery-search-wrapper .form-control {
    padding: 8px 14px 8px 38px;
    font-size: 0.85rem;
    border: 1.5px solid #e2e8f0;
    border-radius: 50px;
    background: #fafbfc;
    transition: all 0.25s ease;
    font-family: var(--font-primary);
}
.gallery-search-wrapper .form-control:focus {
    border-color: #e67919;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(230, 121, 25, 0.1);
    outline: none;
}
.gallery-search-wrapper .search-icon {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
    font-size: 0.85rem;
    pointer-events: none;
    transition: color 0.25s ease;
}
.gallery-search-wrapper .form-control:focus ~ .search-icon {
    color: #e67919;
}

/* Gallery Sort & View Controls */
.gallery-controls-right {
    display: flex;
    align-items: center;
    gap: 12px;
}
.gallery-sort-select {
    padding: 8px 32px 8px 14px;
    font-size: 0.82rem;
    border: 1.5px solid #e2e8f0;
    border-radius: 50px;
    background: #fafbfc;
    cursor: pointer;
    font-family: var(--font-primary);
    font-weight: 400;
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%2394a3b8' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 12px 8px;
    transition: all 0.25s ease;
}
.gallery-sort-select:focus {
    border-color: #e67919;
    box-shadow: 0 0 0 3px rgba(230, 121, 25, 0.1);
    outline: none;
}

/* View Toggle Buttons */
.gallery-view-toggle {
    display: inline-flex;
    border: 1.5px solid #e2e8f0;
    border-radius: 50px;
    overflow: hidden;
}
.gallery-view-btn {
    padding: 7px 12px;
    font-size: 0.82rem;
    border: none;
    background: #ffffff;
    color: #94a3b8;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gallery-view-btn:first-child {
    border-right: 1px solid #e2e8f0;
}
.gallery-view-btn.active {
    background: #e67919;
    color: #ffffff;
}
.gallery-view-btn:hover:not(.active) {
    background: #f8fafc;
    color: #475569;
}

/* Results Count */
.gallery-results-count {
    font-size: 0.85rem;
    color: #64748b;
    padding: 8px 0;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.gallery-results-count strong {
    color: #0f172a;
    font-weight: 600;
}

/* Gallery Grid - Modern Card Design */
.gallery-grid-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}
@media (max-width: 1200px) {
    .gallery-grid-container {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 768px) {
    .gallery-grid-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
}
@media (max-width: 480px) {
    .gallery-grid-container {
        grid-template-columns: 1fr;
        gap: 12px;
    }
}

/* List View */
.gallery-grid-container.list-view {
    grid-template-columns: 1fr;
    gap: 12px;
}
.gallery-grid-container.list-view .gallery-card-modern {
    flex-direction: row;
    max-height: 140px;
}
.gallery-grid-container.list-view .gallery-card-img-wrapper {
    width: 200px;
    min-width: 200px;
    height: 140px !important;
    flex-shrink: 0;
}
.gallery-grid-container.list-view .gallery-card-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 14px 18px;
}
.gallery-grid-container.list-view .gallery-card-title {
    font-size: 0.95rem;
    margin-bottom: 4px;
}
.gallery-grid-container.list-view .gallery-card-desc {
    font-size: 0.8rem;
    display: block;
}
.gallery-grid-container.list-view .gallery-card-category {
    margin-top: 6px;
}

/* Gallery Card - Modern Redesign */
.gallery-card-modern {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    cursor: pointer;
    display: flex;
    flex-direction: column;
    position: relative;
    animation: galleryFadeIn 0.4s ease forwards;
}
@keyframes galleryFadeIn {
    from {
        opacity: 0;
        transform: translateY(16px) scale(0.97);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}
.gallery-card-modern:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(0,0,0,0.12);
    border-color: #cbd5e1;
}
.gallery-card-modern::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #e67919, #f59e0b);
    transform: scaleX(0);
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    transform-origin: left;
}
.gallery-card-modern:hover::after {
    transform: scaleX(1);
}

/* Gallery Card Image Wrapper */
.gallery-card-img-wrapper {
    position: relative;
    overflow: hidden;
    height: 200px;
    background: #f1f5f9;
}
.gallery-card-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.gallery-card-modern:hover .gallery-card-img-wrapper img {
    transform: scale(1.08);
}

/* Zoom Overlay */
.gallery-zoom-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0) 0%, rgba(15, 23, 42, 0.6) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.35s ease;
}
.gallery-card-modern:hover .gallery-zoom-overlay {
    opacity: 1;
}
.gallery-zoom-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(255,255,255,0.95);
    color: #e67919;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    box-shadow: 0 4px 16px rgba(0,0,0,0.2);
    transform: scale(0.7);
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}
.gallery-card-modern:hover .gallery-zoom-icon {
    transform: scale(1);
}

/* Category Badge on Image */
.gallery-card-category {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    padding: 3px 10px;
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 50px;
    background: rgba(15, 23, 42, 0.85);
    color: #ffffff;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

/* Image Index Badge */
.gallery-card-index {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(255,255,255,0.9);
    color: #0f172a;
    font-size: 0.7rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

/* Gallery Card Body */
.gallery-card-body {
    padding: 12px 14px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.gallery-card-title {
    font-size: 0.82rem;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 2px;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.gallery-card-desc {
    font-size: 0.75rem;
    color: #64748b;
    line-height: 1.4;
    display: none;
    margin-bottom: 0;
}

/* Gallery Pagination - Modern */
.gallery-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid #f1f5f9;
    flex-wrap: wrap;
}
.gallery-pagination .page-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 36px;
    padding: 0 10px;
    font-size: 0.82rem;
    font-weight: 500;
    border: 1.5px solid #e2e8f0;
    border-radius: 8px;
    background: #ffffff;
    color: #475569;
    cursor: pointer;
    transition: all 0.2s ease;
    font-family: var(--font-primary);
}
.gallery-pagination .page-btn:hover:not(.disabled):not(.active) {
    border-color: #e67919;
    color: #e67919;
    background: #fff7ed;
    transform: translateY(-1px);
}
.gallery-pagination .page-btn.active {
    background: linear-gradient(135deg, #e67919, #d1690e);
    border-color: #e67919;
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(230, 121, 25, 0.3);
}
.gallery-pagination .page-btn.disabled {
    opacity: 0.4;
    cursor: not-allowed;
}
.gallery-pagination .page-ellipsis {
    padding: 0 4px;
    color: #94a3b8;
    font-size: 0.85rem;
}
.gallery-pagination .page-info {
    font-size: 0.82rem;
    color: #64748b;
    padding: 0 8px;
}

/* Lightbox Modal - Enhanced */
.gallery-lightbox-modal .modal-content {
    background-color: #0f172a !important;
    border: 1px solid #334155 !important;
    border-radius: 12px !important;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.6) !important;
    overflow: hidden;
}
.gallery-lightbox-modal .modal-header {
    border-bottom: 1px solid #1e293b !important;
    padding: 14px 20px;
    background: #0a0f1a;
}
.gallery-lightbox-modal .modal-title {
    font-size: 0.95rem;
    font-weight: 600;
    color: #ffffff !important;
    display: flex;
    align-items: center;
    gap: 8px;
}
.gallery-lightbox-modal .modal-title .lightbox-counter {
    font-size: 0.78rem;
    font-weight: 400;
    color: #94a3b8;
    background: #1e293b;
    padding: 2px 10px;
    border-radius: 50px;
}
.gallery-lightbox-modal .btn-close-white {
    filter: invert(1) grayscale(0) brightness(100%) !important;
    opacity: 0.7 !important;
    transition: all 0.2s ease;
}
.gallery-lightbox-modal .btn-close-white:hover {
    opacity: 1 !important;
    transform: scale(1.15) rotate(90deg);
}
.gallery-lightbox-modal .modal-body {
    padding: 20px;
    background: #0a0f1a;
}
.gallery-lightbox-modal #lightboxImg {
    max-height: 68vh;
    border-radius: 6px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.4);
    transition: opacity 0.3s ease;
}
.gallery-lightbox-modal #lightboxDesc {
    color: #cbd5e1;
    font-size: 0.85rem;
    padding: 12px 0 0;
    margin: 0;
    line-height: 1.5;
}

/* Lightbox Navigation Arrows */
.lightbox-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255,255,255,0.1) !important;
    border: 1px solid rgba(255,255,255,0.15) !important;
    color: #ffffff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.25s ease;
    z-index: 1050;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}
.lightbox-nav-btn:hover {
    background: #e67919 !important;
    border-color: #e67919 !important;
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 4px 16px rgba(230, 121, 25, 0.4);
}
.lightbox-nav-btn i {
    font-size: 1rem;
    color: #ffffff !important;
}
.lightbox-nav-prev {
    left: 12px;
}
.lightbox-nav-next {
    right: 12px;
}

/* Lightbox Toolbar */
.lightbox-toolbar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 0 0;
}
.lightbox-toolbar-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.12);
    color: #94a3b8;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 0.85rem;
}
.lightbox-toolbar-btn:hover {
    background: #e67919;
    border-color: #e67919;
    color: #ffffff;
}

/* No Results State */
.gallery-no-results {
    text-align: center;
    padding: 60px 20px;
    color: #64748b;
}
.gallery-no-results i {
    font-size: 3rem;
    color: #cbd5e1;
    margin-bottom: 16px;
    display: block;
}
.gallery-no-results h5 {
    font-size: 1.1rem;
    color: #0f172a;
    margin-bottom: 8px;
}
.gallery-no-results p {
    font-size: 0.9rem;
    max-width: 400px;
    margin: 0 auto;
}

/* Loading Skeleton */
.gallery-skeleton {
    background: linear-gradient(90deg, #f1f5f9 25%, #e2e8f0 50%, #f1f5f9 75%);
    background-size: 200% 100%;
    animation: skeletonShimmer 1.5s infinite;
    border-radius: 8px;
}
@keyframes skeletonShimmer {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

/* ================================================================================
   END GALLERY PAGE STYLES
   ================================================================================ */

/* Lightbox Modal Custom Overlay */
.gallery-lightbox-modal .modal-content {
    background-color: #0f172a !important;
    border: 1px solid #334155 !important;
    border-radius: 8px !important;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5) !important;
}

.gallery-lightbox-modal .modal-header {
    border-bottom: 1px solid #1e293b !important;
}

.gallery-lightbox-modal .btn-close-white {
    filter: invert(1) grayscale(0) brightness(100%) !important;
    opacity: 0.9 !important;
    transition: all 0.2s ease;
}

.gallery-lightbox-modal .btn-close-white:hover {
    opacity: 1 !important;
    transform: scale(1.1);
}