body {
    font-family: Arial, sans-serif;
    color: #1f2937;
}

.site-header .navbar-brand {
    font-size: 1.2rem;
    color: #ffffff;
}

.site-header {
    position: relative;
    background:
        linear-gradient(135deg, rgba(22, 101, 52, 0.93) 0%, rgba(14, 116, 144, 0.9) 50%, rgba(3, 105, 161, 0.9) 100%),
        repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.08) 0 10px, rgba(255, 255, 255, 0) 10px 20px),
        repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.05) 0 10px, rgba(255, 255, 255, 0) 10px 20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}

.site-header::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -14px;
    height: 14px;
    background: linear-gradient(to bottom, rgba(3, 105, 161, 0.24), rgba(3, 105, 161, 0));
    pointer-events: none;
}

.top-bar {
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
    backdrop-filter: blur(2px);
}

.topbar-link {
    color: #ffffff;
    font-weight: 600;
}

.topbar-link:hover {
    color: #dcfce7;
}

.topbar-link i {
    color: #dcfce7;
}

.main-nav {
    background: transparent;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(4px);
}

.main-nav .navbar-toggler {
    border-color: rgba(255, 255, 255, 0.8);
}

.main-nav .navbar-toggler-icon {
    filter: brightness(0) invert(1);
}

.mobile-menu-toggle {
    background-color: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.88);
    box-shadow: none;
}

.mobile-menu-toggle .navbar-toggler-icon {
    filter: none;
    width: 1.4rem;
    height: 1.1rem;
    background-image: none;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image:
        linear-gradient(#ffffff, #ffffff),
        linear-gradient(#ffffff, #ffffff),
        linear-gradient(#ffffff, #ffffff);
    background-size: 100% 2px, 100% 2px, 100% 2px;
    background-position: center top, center center, center bottom;
}

.main-nav .nav-link {
    color: #ffffff;
    font-weight: 600;
}

.main-nav .nav-link:hover,
.main-nav .nav-link:focus,
.main-nav .nav-link.active {
    color: #dcfce7;
}

.hero {
    background: #f8fafc;
}

.hero-slider-wrap {
    margin-top: -1px;
}

.hero-slide-image {
    width: 100%;
    height: min(78vh, 760px);
    object-fit: cover;
}

.hero-caption {
    bottom: 12%;
    background: rgba(15, 23, 42, 0.5);
    padding: 1.25rem;
    border-radius: 12px;
}

.hero-control {
    width: 72px;
    opacity: 1;
}

.hero-control .carousel-control-prev-icon,
.hero-control .carousel-control-next-icon {
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 50%;
    background-color: rgba(2, 6, 23, 0.8);
    background-size: 56%;
}

.region-card {
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 14px;
    background: #ffffff;
    transition: all 0.2s ease;
}

.region-card:hover {
    border-color: #22c55e;
    box-shadow: 0 8px 20px rgba(2, 6, 23, 0.08);
}

.section-image {
    width: 100%;
    max-height: 420px;
    object-fit: cover;
}

.video-card {
    background: #0f172a;
    padding: 8px;
    border-radius: 14px;
}

.home-video-player {
    max-height: 460px;
    object-fit: cover;
}

.region-video-player {
    max-height: 340px;
    object-fit: cover;
}

.gallery-image {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    transition: transform 0.2s ease;
}

.gallery-image:hover {
    transform: scale(1.02);
}

.contact-card {
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 1rem;
    background: #fff;
}

.address-box {
    border: 1px solid #dbeafe;
    background: #f8fbff;
    border-radius: 10px;
    padding: 0.9rem 1rem;
}

.mobile-floating {
    position: fixed;
    right: 14px;
    bottom: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-end;
    z-index: 1040;
}

.mobile-floating a {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.25);
    font-size: 1.3rem;
}

.mobile-floating__call {
    background: #0ea5e9;
}

.mobile-floating__wa {
    background: #22c55e;
}

.site-footer {
    position: relative;
    background:
        radial-gradient(circle at 10% 15%, rgba(255, 255, 255, 0.16) 0 24%, transparent 25%),
        radial-gradient(circle at 85% 70%, rgba(255, 255, 255, 0.12) 0 20%, transparent 21%),
        linear-gradient(135deg, #0f766e 0%, #0369a1 52%, #1d4ed8 100%);
    color: #e6f7ff;
    border-top: none !important;
}

.site-footer h2,
.site-footer h3,
.site-footer p,
.site-footer address,
.site-footer li {
    color: #e6f7ff;
}

.site-footer h2 {
    display: inline-block;
    padding: 0.38rem 0.75rem;
    border-radius: 10px;
    background:
        linear-gradient(125deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.1)),
        repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.12) 0 6px, rgba(255, 255, 255, 0.04) 6px 12px);
    border: 1px solid rgba(255, 255, 255, 0.35);
    box-shadow: 0 8px 20px rgba(2, 6, 23, 0.16);
}

.site-footer a {
    color: #ecfeff;
    text-decoration-color: rgba(236, 254, 255, 0.55);
}

.site-footer a:hover {
    color: #ffffff;
    text-decoration-color: rgba(255, 255, 255, 0.95);
}

.footer-credit {
    border-top: 1px solid rgba(255, 255, 255, 0.22);
    margin-top: 1rem;
    padding-top: 0.75rem;
}

.footer-company-small {
    color: rgba(230, 247, 255, 0.86);
}

@media (max-width: 767.98px) {
    .hero-slide-image {
        height: 56vh;
    }

    .hero-caption {
        bottom: 8%;
        padding: 0.8rem;
    }

    .hero-caption h1 {
        font-size: 1.25rem;
    }

    .hero-caption p {
        display: none;
    }

    .desktop-contact {
        display: none !important;
    }

    .top-bar .container {
        gap: 10px;
    }

    .site-header .navbar-brand {
        font-size: 1.05rem;
    }

    .home-video-player {
        max-height: 260px;
    }

    .region-video-player {
        max-height: 220px;
    }
}

@media (max-width: 991.98px) {
    #siteNav .navbar-nav {
        margin: 0 auto;
        width: 100%;
        align-items: center;
        text-align: center;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
}
