body {
    background-color: #f8f9fa;
    color: #212529;
}



.section-title {
    font-weight: 700;
    margin-bottom: 1rem;
}

.card-hover {
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.card-hover:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.page-banner {
    background: #0d6efd;
    color: white;
    padding: 60px 0;
}

.footer-link {
    color: #dee2e6;
    text-decoration: none;
}

.footer-link:hover {
    color: #fff;
}

.login-card {
    max-width: 500px;
    margin: 60px auto;
}

.alert ul {
    padding-left: 1.2rem;
}

.card h5 {
    font-weight: 600;
}


.table td,
.table th {
    vertical-align: middle;
}

.card .display-6,
.card h2 {
    font-weight: 700;
}

.badge {
    font-size: 0.82rem;
}


.table form {
    display: inline-block;
}

.btn-sm {
    margin-bottom: 0.15rem;
}

.table form {
    display: inline-block;
}

.badge {
    font-size: 0.82rem;
}

.border.rounded.p-3.mb-3:last-child {
    margin-bottom: 0 !important;
}

.border.rounded.p-3.mb-3:last-child {
    margin-bottom: 0 !important;
}

.table td,
.table th {
    vertical-align: middle;
}


.table form {
    display: inline-block;
}

.btn-sm {
    margin-bottom: 0.15rem;
}

/* ===== FINAL ADMIN LAYOUT FIX ===== */

body {
    overflow-x: hidden;
}

.nav-badge {
    margin-left: 0.35rem;
    font-size: 0.72rem;
    vertical-align: middle;
}

.admin-shell {
    display: block;
    min-height: calc(100vh - 56px);
}

.admin-sidebar {
    position: fixed;
    top: 56px;
    left: 0;
    width: 270px;
    height: calc(100vh - 56px);
    overflow-y: auto;
    background: #111827;
    color: #fff;
    padding: 1rem;
    z-index: 1020;
}

.admin-sidebar .sidebar-brand {
    padding: 0.5rem 0.25rem 1rem 0.25rem;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    margin-bottom: 1rem;
}

.admin-sidebar .nav-link {
    color: rgba(255,255,255,0.88);
    border-radius: 0.85rem;
    padding: 0.72rem 0.9rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.2s ease;
    text-decoration: none;
}

.admin-sidebar .nav-link:hover {
    background: rgba(255,255,255,0.08);
    color: #fff;
}

.admin-sidebar .nav-link.active {
    background: #0d6efd;
    color: #fff;
    box-shadow: 0 8px 20px rgba(13, 110, 253, 0.25);
}

.admin-main {
    margin-left: 270px;
    width: calc(100% - 270px);
    min-height: calc(100vh - 56px);
    background: #f8f9fa;
}

.admin-content-wrap {
    padding: 1.25rem;
}

@media (max-width: 767.98px) {
    .admin-sidebar {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
    }

    .admin-main {
        margin-left: 0;
        width: 100%;
    }

    .admin-content-wrap {
        padding: 1rem;
    }
}


.hero-section {
    background: linear-gradient(rgba(0, 0, 0, 0.60), rgba(0, 0, 0, 0.60)),
        url('https://images.unsplash.com/photo-1522708323590-d24dbb6b0267?auto=format&fit=crop&w=1400&q=80')
        center center/cover no-repeat;
    color: #fff;
    min-height: 72vh;
    display: flex;
    align-items: center;
}

.hero-overlay {
    width: 100%;
    padding: 70px 0;
}

.min-vh-50 {
    min-height: 50vh;
}

.section-title {
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.apartment-card {
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    border-radius: 1rem;
    overflow: hidden;
}

.apartment-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.10);
}

.apartment-cover-wrap {
    height: 300px;
    overflow: hidden;
}

.apartment-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.apartment-thumb-wrap {
    height: 95px;
    overflow: hidden;
    border-radius: 0.5rem;
}

.apartment-thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 767.98px) {
    .apartment-cover-wrap {
        height: 220px;
    }

    .hero-section {
        min-height: 60vh;
    }
}



.hero-section {
    background: linear-gradient(rgba(0, 0, 0, 0.60), rgba(0, 0, 0, 0.60)),
        url('https://images.unsplash.com/photo-1522708323590-d24dbb6b0267?auto=format&fit=crop&w=1400&q=80')
        center center/cover no-repeat;
    color: #fff;
    min-height: 72vh;
    display: flex;
    align-items: center;
}

.hero-overlay {
    width: 100%;
    padding: 70px 0;
}

.min-vh-50 {
    min-height: 50vh;
}

.section-title {
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.apartment-card {
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    border-radius: 1rem;
    overflow: hidden;
    position: relative;
}

.apartment-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.10);
}

.apartment-cover-wrap {
    height: 300px;
    overflow: hidden;
    position: relative;
}

.apartment-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.apartment-photo-count {
    position: absolute;
    top: 14px;
    right: 14px;
}

.apartment-thumb-wrap {
    height: 95px;
    overflow: hidden;
    border-radius: 0.5rem;
}

.apartment-thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-main-wrap {
    height: 500px;
    overflow: hidden;
    border-radius: 1rem;
}

.gallery-main-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-thumb-card {
    cursor: pointer;
    border-radius: 0.75rem;
    overflow: hidden;
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.gallery-thumb-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.12);
}

.gallery-thumb-image {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

@media (max-width: 767.98px) {
    .apartment-cover-wrap {
        height: 220px;
    }

    .gallery-main-wrap {
        height: 260px;
    }

    .gallery-thumb-image {
        height: 120px;
    }

    .hero-section {
        min-height: 60vh;
    }
}

.page-banner {
    background: linear-gradient(135deg, #0d1b2a, #1b263b);
    color: #fff;
    padding: 70px 0;
}

.section-title {
    font-weight: 700;
    margin-bottom: 1rem;
}

.card-hover {
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.card-hover:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.12);
}
.whatsapp-float {
    position: fixed;
    right: 18px;
    bottom: 18px;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    z-index: 9999;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    animation: whatsappPulse 2s infinite;
}

.whatsapp-float img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 12px;
    display: block;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
}

.whatsapp-float:hover {
    transform: translateY(-3px) scale(1.04);
    animation-play-state: paused;
}

.whatsapp-tooltip {
    position: absolute;
    right: 64px;
    white-space: nowrap;
    background: #111827;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    padding: 8px 12px;
    border-radius: 999px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
    opacity: 0;
    transform: translateX(8px);
    pointer-events: none;
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.whatsapp-tooltip::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -6px;
    width: 12px;
    height: 12px;
    background: #111827;
    transform: translateY(-50%) rotate(45deg);
}

.whatsapp-float:hover .whatsapp-tooltip {
    opacity: 1;
    transform: translateX(0);
}

@keyframes whatsappPulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.03);
    }
    100% {
        transform: scale(1);
    }
}

@media (max-width: 768px) {
    .whatsapp-float {
        width: 46px;
        height: 46px;
        right: 14px;
        bottom: 14px;
    }

    .whatsapp-tooltip {
        display: none;
    }
}


.contact-info-block h5 {
    font-weight: 700;
    margin-bottom: 0.25rem;
}

.instagram-qr-wrap {
    background: #f8f9fa;
    border-radius: 1rem;
    padding: 1rem;
    display: inline-block;
}

.instagram-qr-img {
    max-width: 100%;
    width: 280px;
    border-radius: 0.75rem;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.instagram-handle {
    color: #4c50f7;
    font-weight: 700;
    word-break: break-word;
}

.btn-instagram {
    background: linear-gradient(135deg, #1da1f2, #6f42c1);
    color: #fff;
    border: none;
    padding: 0.75rem 1.25rem;
    border-radius: 0.75rem;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
}

.btn-instagram:hover {
    color: #fff;
    opacity: 0.95;
}



.contact-info-block h5 {
    font-weight: 700;
    margin-bottom: 0.25rem;
}

.instagram-qr-wrap {
    background: #f8f9fa;
    border-radius: 1rem;
    padding: 1rem;
    display: inline-block;
}

.instagram-qr-img {
    max-width: 100%;
    width: 280px;
    border-radius: 0.75rem;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.instagram-handle {
    color: #4c50f7;
    font-weight: 700;
    word-break: break-word;
}

.btn-instagram {
    background: linear-gradient(135deg, #1da1f2, #6f42c1);
    color: #fff;
    border: none;
    padding: 0.75rem 1.25rem;
    border-radius: 0.75rem;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
}

.btn-instagram:hover {
    color: #fff;
    opacity: 0.95;
}

.map-card {
    background: #f8f9fa;
    border-radius: 1rem;
    padding: 1rem;
}

.map-embed {
    border-radius: 0.9rem;
    overflow: hidden;
    min-height: 320px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}


.site-logo {
    height: 52px;
    width: auto;
    object-fit: contain;
    display: block;
}

.site-logo-lg {
    max-height: 120px;
    width: auto;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}


.about-hero-section {
    background: linear-gradient(rgba(7, 22, 43, 0.78), rgba(18, 47, 82, 0.78)),
                url('https://images.unsplash.com/photo-1494526585095-c41746248156?auto=format&fit=crop&w=1600&q=80')
                center center/cover no-repeat;
    color: #fff;
    min-height: 72vh;
    display: flex;
    align-items: center;
}

.about-hero-overlay {
    width: 100%;
    padding: 90px 0;
}

.about-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    padding: 0.55rem 1rem;
    border-radius: 999px;
    font-size: 0.9rem;
    margin-bottom: 1rem;
    backdrop-filter: blur(4px);
}

.about-hero-title {
    font-size: clamp(2.2rem, 4vw, 4rem);
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 1rem;
}

.about-hero-text {
    font-size: 1.1rem;
    max-width: 640px;
    color: rgba(255,255,255,0.92);
}

.about-logo-card {
    background: rgba(255,255,255,0.92);
    padding: 1.5rem;
    border-radius: 1.5rem;
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
}

.about-logo-img {
    max-width: 100%;
    max-height: 220px;
    object-fit: contain;
}

.about-stat-card {
    background: #fff;
    border-radius: 1rem;
    padding: 1.4rem 1.25rem;
    box-shadow: 0 10px 24px rgba(0,0,0,0.06);
    height: 100%;
    border-top: 4px solid #0d6efd;
}

.about-stat-card h3 {
    font-size: 1.25rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.about-stat-card p {
    margin-bottom: 0;
    color: #6c757d;
}

.about-content-card,
.about-promise-card,
.about-highlight-card,
.about-motto-card,
.about-service-card {
    background: #fff;
    border: none;
    border-radius: 1.2rem;
    box-shadow: 0 10px 26px rgba(0,0,0,0.06);
}

.about-content-card,
.about-promise-card,
.about-motto-card {
    padding: 1.75rem;
}

.about-promise-card h3 {
    font-weight: 800;
    color: #0d3b66;
}

.about-motto-pill {
    display: inline-block;
    background: linear-gradient(135deg, #0d6efd, #3b82f6);
    color: #fff;
    padding: 0.7rem 1rem;
    border-radius: 999px;
    font-weight: 700;
}

.about-service-card {
    position: relative;
    padding: 1.6rem 1.4rem 1.35rem;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.about-service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 34px rgba(0,0,0,0.1);
}

.about-service-tag {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0d6efd, #6f42c1);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    margin-bottom: 1rem;
}

.about-service-card h4 {
    font-size: 1.2rem;
    font-weight: 800;
    margin-bottom: 1rem;
}

.about-service-card ul {
    padding-left: 1.1rem;
    margin-bottom: 0;
}

.about-service-card li {
    margin-bottom: 0.55rem;
    color: #495057;
}

.about-highlight-card {
    padding: 1.2rem;
    height: 100%;
    border-left: 4px solid #198754;
}

.about-highlight-card h5 {
    font-weight: 800;
    margin-bottom: 0.55rem;
}

.about-highlight-card p {
    color: #6c757d;
}

.about-motto-card {
    background: linear-gradient(135deg, #0d1b2a, #1d3557);
    color: #fff;
}

.about-motto-card p {
    font-size: 1.4rem;
    font-weight: 700;
}

.about-cta-section {
    background: linear-gradient(135deg, #0d1b2a, #1b263b);
    color: #fff;
    padding: 5rem 0;
}

@media (max-width: 991.98px) {
    .about-hero-section {
        min-height: auto;
    }

    .about-hero-overlay {
        padding: 70px 0;
    }
}
.about-hero-section {
    background: linear-gradient(rgba(7, 22, 43, 0.78), rgba(18, 47, 82, 0.78)),
                url('../images/about-hero.jpeg') center center/cover no-repeat;
    color: #fff;
    min-height: 72vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.about-hero-section::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(255,255,255,0.12), transparent 35%);
    pointer-events: none;
}

.about-hero-overlay {
    width: 100%;
    padding: 90px 0;
    position: relative;
    z-index: 1;
}

.about-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    padding: 0.55rem 1rem;
    border-radius: 999px;
    font-size: 0.9rem;
    margin-bottom: 1rem;
    backdrop-filter: blur(4px);
}

.about-hero-title {
    font-size: clamp(2.2rem, 4vw, 4rem);
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 1rem;
}

.about-hero-text {
    font-size: 1.1rem;
    max-width: 640px;
    color: rgba(255,255,255,0.92);
}

.about-logo-card {
    background: rgba(255,255,255,0.94);
    padding: 1.5rem;
    border-radius: 1.5rem;
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
    backdrop-filter: blur(4px);
    border: 1px solid rgba(255,255,255,0.35);
}

.about-logo-img {
    max-width: 100%;
    max-height: 220px;
    object-fit: contain;
}

.about-mission-strip {
    background: #ffffff;
    margin-top: -38px;
    position: relative;
    z-index: 3;
}

.about-mission-item {
    background: #fff;
    border-radius: 1rem;
    padding: 1rem 1.2rem;
    box-shadow: 0 12px 28px rgba(0,0,0,0.08);
    font-weight: 700;
    color: #12325b;
}

.about-stat-card {
    background: #fff;
    border-radius: 1rem;
    padding: 1.4rem 1.25rem;
    box-shadow: 0 10px 24px rgba(0,0,0,0.06);
    height: 100%;
    border-top: 4px solid #0d6efd;
}

.about-stat-card h3 {
    font-size: 1.25rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.about-stat-card p {
    margin-bottom: 0;
    color: #6c757d;
}

.about-content-card,
.about-promise-card,
.about-highlight-card,
.about-motto-card,
.about-service-card {
    background: #fff;
    border: none;
    border-radius: 1.2rem;
    box-shadow: 0 10px 26px rgba(0,0,0,0.06);
}

.about-content-card,
.about-promise-card,
.about-motto-card {
    padding: 1.75rem;
}

.about-promise-card h3 {
    font-weight: 800;
    color: #0d3b66;
}

.about-motto-pill {
    display: inline-block;
    background: linear-gradient(135deg, #0d6efd, #3b82f6);
    color: #fff;
    padding: 0.7rem 1rem;
    border-radius: 999px;
    font-weight: 700;
}

.about-service-card {
    position: relative;
    padding: 1.6rem 1.4rem 1.35rem;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.about-service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 34px rgba(0,0,0,0.1);
}

.about-service-tag {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0d6efd, #6f42c1);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    margin-bottom: 1rem;
}

.about-service-card h4 {
    font-size: 1.2rem;
    font-weight: 800;
    margin-bottom: 1rem;
}

.about-service-card ul {
    padding-left: 1.1rem;
    margin-bottom: 0;
}

.about-service-card li {
    margin-bottom: 0.55rem;
    color: #495057;
}

.about-highlight-card {
    padding: 1.2rem;
    height: 100%;
    border-left: 4px solid #198754;
}

.about-highlight-card h5 {
    font-weight: 800;
    margin-bottom: 0.55rem;
}

.about-highlight-card p {
    color: #6c757d;
}

.about-motto-card {
    background: linear-gradient(135deg, #0d1b2a, #1d3557);
    color: #fff;
}

.about-motto-card p {
    font-size: 1.4rem;
    font-weight: 700;
}

.about-cta-section {
    background: linear-gradient(135deg, #0d1b2a, #1b263b);
    color: #fff;
    padding: 5rem 0;
}

@media (max-width: 991.98px) {
    .about-hero-section {
        min-height: auto;
    }

    .about-hero-overlay {
        padding: 70px 0;
    }

    .about-mission-strip {
        margin-top: 0;
        padding-top: 1.5rem;
    }
}

.about-list {
    padding-left: 1.15rem;
    margin-bottom: 0;
}

.about-list li {
    margin-bottom: 0.65rem;
    color: #495057;
}

.legal-content-card h2 {
    font-size: 1.35rem;
    font-weight: 800;
    color: #12325b;
    margin-top: 1.8rem;
    margin-bottom: 0.8rem;
}

.legal-content-card h2:first-child {
    margin-top: 0;
}

.legal-content-card h4 {
    font-size: 1.05rem;
    font-weight: 800;
    color: #0d3b66;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}

.legal-content-card p,
.legal-content-card li {
    color: #495057;
    line-height: 1.8;
}

.legal-content-card ul {
    padding-left: 1.2rem;
}


.services-hero-section {
    background: linear-gradient(rgba(7, 22, 43, 0.78), rgba(18, 47, 82, 0.78)),
                url('../images/services-hero.jpeg') center center/cover no-repeat;
    color: #fff;
    min-height: 72vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.services-hero-section::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(255,255,255,0.12), transparent 35%);
    pointer-events: none;
}

.services-hero-overlay {
    width: 100%;
    padding: 90px 0;
    position: relative;
    z-index: 1;
}

.services-subheading {
    font-size: 1rem;
    font-weight: 800;
    color: #12325b;
    margin-bottom: 0.7rem;
}

.service-gallery-card {
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 12px 28px rgba(0,0,0,0.08);
    background: #fff;
    height: 100%;
}

.service-gallery-image {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
}

.hero-section {
    background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)),
                url('../images/home-hero.jpeg') center center/cover no-repeat;
    color: #fff;
    min-height: 75vh;
    display: flex;
    align-items: center;
}


.hero-overlay {
    width: 100%;
    padding: 80px 0;
}

.min-vh-50 {
    min-height: 50vh;
}

.ui-gallery-carousel {
    border-radius: 1rem;
    overflow: hidden;
}

.ui-gallery-image {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
}

@media (max-width: 991.98px) {
    .ui-gallery-image {
        height: 280px;
    }
}


.btn-tiktok {
    background: linear-gradient(135deg, #111111, #333333);
    color: #fff;
    border: none;
    padding: 0.75rem 1.25rem;
    border-radius: 0.75rem;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
}

.btn-tiktok:hover {
    color: #fff;
    opacity: 0.95;
}

.btn-facebook {
    background: linear-gradient(135deg, #1877f2, #0d5fd3);
    color: #fff;
    border: none;
    padding: 0.75rem 1.25rem;
    border-radius: 0.75rem;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
}

.btn-facebook:hover {
    color: #fff;
    opacity: 0.95;
}

.social-handle-list {
    background: #f8f9fa;
    border-radius: 1rem;
    padding: 1rem;
}

.social-handle-item {
    padding: 0.45rem 0;
    color: #495057;
    border-bottom: 1px solid rgba(0,0,0,0.06);
}

.social-handle-item:last-child {
    border-bottom: none;
}

.hero-section {
    position: relative;
    min-height: 72vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: #fff;
    background: #0d1b2a;
}

.hero-carousel,
.hero-carousel .carousel-inner,
.hero-carousel .carousel-item,
.hero-carousel-image,
.hero-carousel-fallback {
    position: absolute;
    inset: 0;
    height: 100%;
    min-height: 72vh;
}

.hero-carousel {
    z-index: 0;
}

.hero-carousel-image,
.hero-carousel-fallback {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.hero-carousel-image::after,
.hero-carousel-fallback::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0.62));
}

.hero-carousel-fallback {
    background-image: url('../images/home-hero.jpeg');
    z-index: 0;
}

.hero-overlay {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 80px 0;
}

.hero-carousel .carousel-indicators {
    z-index: 3;
    margin-bottom: 1.25rem;
}

.hero-carousel .carousel-indicators button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.hero-carousel .carousel-control-prev,
.hero-carousel .carousel-control-next {
    z-index: 3;
    width: 8%;
}

.min-vh-50 {
    min-height: 50vh;
}

@media (max-width: 767.98px) {
    .hero-section,
    .hero-carousel,
    .hero-carousel .carousel-inner,
    .hero-carousel .carousel-item,
    .hero-carousel-image,
    .hero-carousel-fallback {
        min-height: 60vh;
    }

    .hero-overlay {
        padding: 65px 0;
    }
}
.legal-download-card h5 {
    font-weight: 800;
    color: #12325b;
}

.legal-download-card .btn {
    border-radius: 0.85rem;
}