:root {
    --aqua: #5bc8d3;
    --aqua-dark: #2398a5;
    --pistachio: #c7f1be;
    --pistachio-dark: #94cf86;
    --text-main: #0f2f33;
    --bg-soft: #f5fcfa;
}

body {
    font-family: "Segoe UI", Tahoma, Arial, sans-serif;
    color: var(--text-main);
    background: linear-gradient(180deg, #ffffff 0%, var(--bg-soft) 100%);
}

.top-contact-bar {
    background: linear-gradient(90deg, var(--aqua-dark), #37aeb9);
}

.contact-link {
    color: #fff;
    text-decoration: none;
    font-size: 0.95rem;
}

.contact-link:hover {
    color: var(--pistachio);
}

.main-header .navbar {
    background-color: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(6px);
    border-bottom: 1px solid #d8f1e4;
}

.site-logo {
    height: 54px;
    width: auto;
    max-width: 210px;
    object-fit: contain;
}

.fallback-logo {
    display: none;
}

.brand-badge {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    color: #fff;
    background: linear-gradient(135deg, var(--aqua-dark), #49c2cc);
}

.brand-title {
    display: block;
    line-height: 1;
    color: var(--aqua-dark);
}

.brand-text-wrap {
    line-height: 1.1;
}

.brand-subtitle {
    display: block;
    color: #4e848a;
    font-size: 0.88rem;
    font-weight: 600;
}

.mobile-menu-controls {
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

.menu-label-btn {
    border: 1px solid #bcded2;
    background: #f7fffd;
    color: #2f6f75;
    border-radius: 0.4rem;
    padding: 0.25rem 0.5rem;
    font-size: 0.72rem;
    font-weight: 700;
    line-height: 1;
}

.nav-link {
    color: #1f5f67;
    font-weight: 600;
}

.nav-link.active,
.nav-link:hover {
    color: var(--aqua-dark);
}

.navbar .dropdown-menu {
    border: 1px solid #d4e9de;
    border-radius: 0.75rem;
    padding: 0.45rem;
}

.navbar .dropdown-item {
    border-radius: 0.5rem;
    font-weight: 600;
    color: #1c5860;
}

.navbar .dropdown-item:hover,
.navbar .dropdown-item:focus {
    background: #eaf8f4;
    color: var(--aqua-dark);
}

.hero-section {
    position: relative;
    min-height: 70vh;
    overflow: hidden;
    border-bottom: 5px solid var(--pistachio);
}

.hero-services-intro {
    position: relative;
    overflow: hidden;
    border-bottom: 4px solid var(--aqua-dark);
    background: #0a2a2e;
}

.hero-services-video {
    width: 100%;
    height: 38vh;
    min-height: 200px;
    max-height: 420px;
    object-fit: cover;
    display: block;
}

.hero-video {
    width: 100%;
    height: 70vh;
    object-fit: cover;
    filter: saturate(1.1);
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(12, 66, 72, 0.8) 0%, rgba(18, 119, 127, 0.45) 60%, rgba(199, 241, 190, 0.35) 100%);
}

.hero-content {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
}

.hero-card {
    max-width: 720px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 1rem;
    padding: 2rem;
    color: #fff;
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.2);
}

.hero-card h1 {
    font-weight: 800;
}

.btn-aqua {
    background: linear-gradient(135deg, var(--aqua-dark), var(--aqua));
    color: #fff;
    border: 0;
}

.btn-aqua:hover {
    color: #fff;
    background: linear-gradient(135deg, #1d838f, #49b9c5);
}

.btn-pistachio {
    background: linear-gradient(135deg, var(--pistachio-dark), var(--pistachio));
    color: #153f45;
    border: 0;
}

.btn-pistachio:hover {
    color: #153f45;
    background: linear-gradient(135deg, #85bf76, #b4e6a9);
}

.section-title {
    font-weight: 800;
    color: var(--aqua-dark);
}

.service-card,
.region-card,
.info-card,
.placeholder-card {
    border: 1px solid #d3ece1;
    border-radius: 1rem;
    background-color: #fff;
    box-shadow: 0 10px 22px rgba(32, 104, 113, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.service-card:hover,
.region-card:hover,
.info-card:hover,
.placeholder-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 28px rgba(32, 104, 113, 0.14);
}

.region-card h3 a {
    color: var(--aqua-dark);
    text-decoration: none;
}

.service-link {
    color: var(--aqua-dark);
    text-decoration: none;
}

.service-link:hover {
    color: #1a7f8a;
}

.video-block video {
    border-radius: 1rem;
    border: 1px solid #cfe8dc;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.highlight-visual {
    border-radius: 1.2rem;
    border: 1px solid #bde3d5;
    background:
        radial-gradient(circle at 18% 20%, rgba(199, 241, 190, 0.65) 0%, rgba(199, 241, 190, 0) 42%),
        radial-gradient(circle at 85% 75%, rgba(91, 200, 211, 0.36) 0%, rgba(91, 200, 211, 0) 48%),
        linear-gradient(135deg, #0f4c54, #1b707a 52%, #3aa9b5 100%);
    box-shadow: 0 20px 42px rgba(18, 87, 95, 0.28);
    color: #f2fffd;
}

.highlight-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 999px;
    padding: 0.35rem 0.85rem;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.highlight-visual h3 {
    font-weight: 800;
    color: #ffffff;
}

.highlight-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.8rem;
}

.highlight-item {
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.1);
    border-radius: 0.9rem;
    padding: 0.8rem 0.9rem;
    backdrop-filter: blur(2px);
}

.highlight-item strong {
    display: block;
    color: #ffffff;
    font-size: 0.94rem;
}

.highlight-item span {
    display: block;
    margin-top: 0.2rem;
    color: rgba(242, 255, 253, 0.9);
    font-size: 0.84rem;
}

.page-hero {
    background: linear-gradient(100deg, var(--aqua-dark), #3ab2bd 60%, var(--pistachio) 100%);
    color: #fff;
    padding: 5rem 0 3.2rem;
    margin-bottom: 2rem;
}

.page-hero h1 {
    font-weight: 800;
}

.site-footer {
    background: #0f3e44;
    color: #cbeef1;
}

.site-footer h5 {
    color: #fff;
}

.site-footer a {
    color: #d7f6d0;
    text-decoration: none;
}

.site-footer a:hover {
    color: #fff;
}

.credit-link {
    font-weight: 700;
}

.mobile-cta {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    z-index: 1080;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.mobile-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    border-radius: 0.8rem;
    min-width: 190px;
    padding: 0.8rem 1rem;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
}

.call-btn {
    background: linear-gradient(135deg, var(--aqua-dark), var(--aqua));
    color: #fff;
}

.wa-btn {
    background: linear-gradient(135deg, #24af5b, #53d67f);
    color: #fff;
}

.call-btn:hover,
.wa-btn:hover {
    color: #fff;
}

.placeholder-box {
    min-height: 180px;
    display: grid;
    place-items: center;
    color: #558287;
    background: linear-gradient(135deg, #f3fbfd, #eefaea);
    border-radius: 0.8rem;
    border: 1px dashed #b8ddd0;
    font-weight: 600;
}

.gallery-image {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.featured-works-slider .item {
    padding: 4px;
}

.featured-works-slider .owl-nav button.owl-prev,
.featured-works-slider .owl-nav button.owl-next {
    width: 42px;
    height: 42px;
    border-radius: 50% !important;
    background: linear-gradient(135deg, var(--aqua-dark), var(--aqua)) !important;
    color: #fff !important;
    font-size: 1.2rem !important;
    box-shadow: 0 8px 18px rgba(10, 77, 84, 0.25);
}

.featured-works-slider .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background: #9fd7db;
}

.featured-works-slider .owl-dots .owl-dot.active span {
    background: var(--aqua-dark);
}

.mfp-bg {
    background: rgba(8, 45, 50, 0.88);
}

@media (max-width: 991.98px) {
    .main-header .navbar .container {
        position: relative;
    }

    .navbar-brand {
        width: 100%;
        justify-content: center;
        flex-direction: column;
        text-align: center;
        gap: 0.3rem !important;
        padding-right: 132px;
    }

    .brand-subtitle {
        font-size: 0.74rem;
    }

    .mobile-menu-controls {
        position: absolute;
        right: 0.75rem;
        top: 50%;
        transform: translateY(-50%);
    }

    .mobile-menu-controls .navbar-toggler {
        padding: 0.2rem 0.45rem;
        font-size: 0.95rem;
    }

    .site-logo {
        height: 44px;
        max-width: 180px;
    }

    .hero-video {
        height: 62vh;
    }

    .hero-services-video {
        height: 32vh;
        min-height: 180px;
        max-height: 280px;
    }

    .hero-card {
        margin-top: 2.5rem;
        padding: 1.5rem;
    }

    .highlight-grid {
        grid-template-columns: 1fr;
    }

    .navbar-collapse {
        padding: 1rem 0;
    }
}
