/* body {
    overflow-x: hidden;
} */
.btn-close {
    align-items: center;
    justify-content: center;
    display: flex;
}
.fullscreen-video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    z-index: 1;
}

.hidden {
    display: none !important;
}

.marquee-overlay {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 1rem 0;
    font-size: 1.2rem;
    line-height: 1;
    z-index: 2;
    white-space: nowrap;
}

marquee {
    width: 100%;
}

.img-cover {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}

.img-cover:hover {
    transform: scale(1.03);
}
.text-primary {
    color: #1d2089 !important;
}
.bullets ul li .indicator {
    background-color: #1d2089 !important;
}

.input-group.input-group-outline.is-focused .form-label + .form-control,
.input-group.input-group-outline.is-filled .form-label + .form-control {
    border-color: #e91e63 !important;
    border-top-color: transparent !important;
    box-shadow:
        inset 1px 0 #e91e63,
        inset -1px 0 #e91e63,
        inset 0 -1px #e91e63;
}

.text-gradient.text-primary {
    background-image: linear-gradient(195deg, #ec407a, #1d2089) !important;
}

.footer .footer-logo {
    max-width: 4rem !important;
}
html,
body {
    height: 100%;
}

body.layout-wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.main-content {
    flex: 1;
}

.footer {
    margin-top: auto;
    position: relative;
}

.leaflet-routing-container {
    display: none;
}
