/* Default (desktop) */
.nav-bar .navbar-light .navbar-brand img {
    max-height: 6rem;
}

.display-1 {
    font-size: 3.5rem;
}

@media (max-width: 576px) {
    .nav-bar .navbar-light .navbar-brand img {
        max-height: 5rem;
    }

    .display-1 {
        font-size: xx-large;
    }

    .wel {
        margin-top: 1rem;
    }

    .we {
        font-size: unset !important;
    }

    .custom-bg {
        height: 7rem !important;
    }

    .h-mobile {
        background-color: white;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .jv-top {
        margin-left: 0 !important;
    }

    .g-about {
        padding: 0 !important;
        background: transparent !important;
    }
}

.clients-carousel .item {
    height: 120px; 
    display: flex;
    align-items: center;
    justify-content: center;
}
.clients-carousel .item img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.navbar-nav {
    text-wrap-mode: nowrap;
}

.wa-top {
    bottom: 6rem !important;
}

:root {
    --bs-primary: #0a3a5e;
    --bs-primary-rgb: 10, 58, 94;
}

.btn-primary,
.bg-primary {
    background-color: var(--bs-primary) !important;
    border-color: var(--bs-primary) !important;
    color: #fff !important;
    transition: all 0.2s ease-in-out;
}

.text-primary {
    color: var(--bs-primary) !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.show > .btn-primary.dropdown-toggle {
    background-color: #021c30 !important;
    border-color: #021c30 !important;
    color: #fff !important;
}

.text-justify{
    text-align: justify;
}

.custom-bg {
    height: 14rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.header-carousel-item {
    position: relative;
    background-size: cover;
    background-position: center;
}

.header-carousel .header-carousel-item {
    height: 500px !important;
}

.carousel-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(0,0,0,0.2); */
    background-color: rgb(5 41 68 / 70%);
    z-index: 1;
}

.header-carousel-item .carousel-caption {
    position: relative;
    z-index: 2;
}

.gallery-culture .item {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 12px;
}

.gallery-culture .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-culture .item img {
    transition: transform 0.4s ease;
}

.gallery-culture .item:hover img {
    transform: scale(1.08);
}

.glass-card {
    background: rgba(255, 255, 255, 0.05) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 16px !important;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.glass-card:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.08) !important;
}

.contact .contact-img::after {
    background: rgb(10 58 94) !important;
}

.dropdown-item.active {
    background: var(--bs-primary) !important;
}

.nav-link.active{
    color: var(--bs-primary) !important;
}