:root {
    --primary-color: #003366;
    --secondary-color: #c9a96e;
    --accent-color: #d4a574;
}

body {
    font-family: "Inter", sans-serif;
    background: white;
}


header .navbar{
    padding: 1rem 0 2rem;
}

header .navbar .language-selector.dropdown{
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

header .navbar .language-selector.dropdown .dropdown-toggle{
    background: transparent;
    border: 0;
    color: black;
    display: flex;
    align-items: center;
}

header .navbar .language-selector.dropdown .dropdown-menu .dropdown-item{
    display: flex;
    align-items: center;
}

header .navbar .language-selector.dropdown .dropdown-menu.show{
    width: 100%;
    min-width: auto;
    left: auto;
    right: 0;
}


.hero-banner{
    margin-bottom: 1rem;
}

.hero-banner .hero-space{
    position: relative;
    overflow: hidden;
    border-radius: 2rem;
}


.hero-banner .hero-space figure > img{
    width: 100%;
    height: auto;
    border-radius: 2rem;
}

.hero-banner .hero-space .background-gradient{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 500px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
    margin-bottom: -50px;
}

.hero-banner .hero-space .hero-content{
    position: absolute;
    bottom: 2rem;
    left: 1rem;
}

.hero-banner .hero-space .hero-content h1{
    color: #FFF;
    font-size: 60px;
    font-style: normal;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: -1.44px;
    margin-bottom: 1rem;
}

.hero-banner .hero-space .hero-content h1 span{
    color: rgba(255, 255, 255, 0.70);


}

.hero-banner .hero-space .hero-content .subtitle{
    color: #FFF;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}

.hero-banner .hero-space .hero-content .subtitle span{
    font-weight: 700;
}

a.btn.btn-primary{
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: -0.36px;
    padding: .75rem 2.5rem;
    background-color: white;
    color: rgba(0, 40, 86, 1);
    border-radius: 99px;
    border-color: white;
}

/* ===== FOOTER ===== */

.footer {
    margin-top: 1rem;
    position: relative;
}

.footer::before{
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(174deg, rgba(255, 255, 255, 1) 46.8%, rgba(0, 152, 174, 1) 47%);
    z-index: -1;
}

.footer-contact {
    padding: 1.5rem 0;
    border-top: 1px solid #eee;
}

.footer-contact-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
}

.footer-contact-items {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.footer-contact-items .object {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.footer-contact-items .object p.text{
    color: #989898;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

.footer-contact-items .object img {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
}

.footer-contact-items .object a {
    color: #000;
    text-decoration: none;
    white-space: nowrap;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
}

.footer-contact-items .object a:hover {
    color: #0098AE;
}

.footer-contact-items .mail a{
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #000;
    height: 100%;
    gap: .45rem;
}

.footer-contact-items .mail a:hover {
    color: #000;

}

.footer-social-wrap {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.footer-social-icons {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.footer-social-link {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
    flex-shrink: 0;
}

.footer-social-link:hover {
    background: #d4d4d4;
}

.footer-social-link img {
    width: 25px;
    height: 25px;
    object-fit: contain;
}

.footer-scroll-top {
    width: 60px;
    height: 48px;
    background: #171C27;
    border: none;
    border-radius: 40px;
    opacity: 0.7;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s;
    flex-shrink: 0;
}

.footer-scroll-top:hover {
    background: #171C27;
}

.footer-brand {
    padding: 2.75rem 0 2rem;
}

.footer-brand-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.footer-brand-inner p{
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 1rem;
}

.footer-brand-logo img {
    height: 48px;
    width: auto;
}

.footer-app-badges {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.footer-app-badges img {
    height: 40px;
    width: auto;
}

.footer-bottom {
    padding: 1.25rem 0;
}

.footer-bottom hr{
    border-color: white;
}

.footer-bottom ul{
    display: flex;
    gap: 1.25rem;
    margin-bottom: 0;
}

.footer-bottom ul li{
    list-style: none;
}

.footer-bottom ul li a{
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    color: white;
}

.footer-copyright {
    font-family: "Inter", sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
}

/* ===== RESPONSIVE ===== */

@media screen and (max-width: 992px) {
    .hero-banner .hero-space .hero-content h1 {
        font-size: 48px;
    }

    .hero-banner .hero-space .hero-content .subtitle {
        font-size: 1rem;
    }

    .footer-contact-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 1.5rem;
    }

    .footer-social-wrap {
        width: 100%;
        justify-content: space-between;
    }

    .footer-brand-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 1.5rem;

    }
}

@media screen and (max-width: 768px) {
    .footer::before{
        background: linear-gradient(174deg, rgba(255, 255, 255, 1) 44.8%, rgba(0, 152, 174, 1) 45%);
    }
    .hero-banner .hero-space .hero-content h1 {
        font-size: 40px;
    }

    .hero-banner .hero-space .hero-content .subtitle {
        font-size: .9rem;
    }

    .footer {
        margin-top: 0;
    }

    .footer-contact-items {
        flex-direction: column;
        gap: 0.75rem;
    }

    .footer-social-icons {
        gap: 0.4rem;
        flex-wrap: wrap;
    }

    .footer-social-link {
        width: 36px;
        height: 36px;
    }

    .footer-social-link img {
        width: 18px;
        height: 18px;
    }

    .footer-brand {
        padding-top: 1rem;
    }

    .footer-bottom ul{
        flex-wrap: wrap;
        gap: .5rem;
        padding: 0;
        justify-content: space-evenly;
    }

    .hero-banner .hero-space .background-gradient{
        height: 400px;
    }
}