.btn-secondary {
    color: #fff !important;
}

img {
    width: 100%;
}

.logo {
    width: 40px;
}

.navbar {
    opacity: 0.9;
    text-transform: uppercase;
}

.social a {
    margin-right: 0.4rem;
}

#top-bar {
    background: linear-gradient(90deg, #0f172a 0%, #142434 100%);
    color: #e2e8f0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

#top-bar a {
    color: #e2e8f0 !important;
}

#top-bar a:hover {
    color: #ffffff !important;
}

#top-bar .btn {
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18);
}

#top-bar .social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    transition: background 0.2s ease, transform 0.2s ease;
}

#top-bar .social a:hover {
    background: rgba(255, 255, 255, 0.18);
    transform: translateY(-1px);
}

#top-bar #langSwitcher {
    background-color: rgba(15, 23, 42, 0.7) !important;
    border: 1px solid rgba(255, 255, 255, 0.25) !important;
    color: #e2e8f0 !important;
}

#top-bar #langSwitcher option {
    color: #0f172a;
}

.whatsapp-float {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #25d366;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25);
    z-index: 9999;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.whatsapp-float:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.3);
}

#showcase {
    background: url(../img/showcase.jpg) no-repeat top center fixed/cover;
    position: relative;
    min-height: 650px;
    color: #fff;
    padding-top: 6rem;
}

#showcase .home-search {
    min-height: 400px;
    position: relative;
    border-radius: 5px;
}

#showcase .overlay {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    min-height: 400px;
    width: 100%;
    background: rgba(51, 51, 51, 0.8);
}

#services {
    background: url(../img/building.jpg) no-repeat top center fixed/cover;
    min-height: 300px;
    position: relative;
    overflow: hidden;
}

#services::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100%;
    width: 100%;
    background: rgba(132, 116, 68, 0.8);
}

#showcase-inner {
    background: url(../img/building.jpg) no-repeat top center fixed/cover;
    position: relative;
    overflow: hidden;
    min-height: 200px;
}

#showcase-inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100%;
    width: 100%;
    background: rgba(35, 66, 73, 0.8);
}

#showcase-inner.showcase-search {
    min-height: 270px;
}

#work {
    padding: 6rem 0;
}

.listing-preview a {
    position: relative;
}

@media (max-width: 991px) {
    #showcase {
        padding-top: 4rem;
    }

    #showcase h1 {
        font-size: 40px;
    }

    .hide-md-down {
        display: none;
    }
}

@media (max-width: 768px) {
    #showcase {
        padding-top: 3rem;
    }

    #showcase h1 {
        font-size: 40px;
    }

    #showcase p {
        display: none;
    }

    #top-bar {
        text-align: center;
    }

    #top-bar .social {
        text-align: center !important;
    }
}

@media (max-width: 576px) {
    #showcase h1 {
        font-size: 30px;
    }

    #showcase-inner h1 {
        font-size: 40px;
    }
}


.cookie-overlay {
    position: fixed !important;
    inset: 0 !important;
    z-index: 2147483647 !important;
    background: rgba(5, 10, 20, 0.65) !important;
    display: flex;
    align-items: center !important;
    justify-content: center !important;
    padding: 24px !important;
    backdrop-filter: blur(6px);
    pointer-events: auto;
}

.cookie-overlay--hidden {
    display: none !important;
}

.cookie-modal {
    background: #0f172a;
    color: #f8fafc;
    border-radius: 20px;
    max-width: 640px;
    width: 100%;
    padding: 28px 30px;
    box-shadow: 0 24px 60px rgba(2, 6, 23, 0.45);
    border: 1px solid rgba(148, 163, 184, 0.15);
    pointer-events: auto;
}

.cookie-modal__content {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.cookie-modal__text {
    font-size: 0.98rem;
    line-height: 1.5;
}

.cookie-modal__text strong {
    display: block;
    font-size: 1.05rem;
    margin-bottom: 8px;
    color: #ffffff;
}

.cookie-modal__link {
    color: #f6cfa4;
    text-decoration: underline;
}

.cookie-modal__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.cookie-modal__actions .btn {
    border-radius: 999px;
    padding: 8px 22px;
    font-weight: 600;
}

.cookie-modal-open {
    overflow: hidden;
}

@media (max-width: 576px) {
    .cookie-modal {
        padding: 20px;
    }

    .cookie-modal__actions {
        flex-direction: column;
        align-items: stretch;
    }
}
