.navbar-container {
    background-image:
        linear-gradient(#042D25C2, #042D25C2),
        url('/assets/images/home_background.png');
    background-size: cover;
    color: white;
    height: 596px;
}

.navbar-toggler:focus,
.navbar-toggler:focus-visible {
    outline: none !important;
    border: none !important;
    stroke: none !important;
    box-shadow: none !important;
}

.nav-link {
    color: white !important;
    font-weight: 500;
    font-size: 16px;
}

.navbar-nav {
    gap: 15px;
}

.select {
    background: transparent;
    border: none;
    color: white;
    cursor: pointer;
}

.select option {
    color: black;
    border-bottom: 1px solid black;
    padding: 40px 2px;
}

.select option:hover {
    background: linear-gradient(#0F484124, "#0F484124");
    color: white;
}

.navbar-toggler {
    border: none;
}

.section-hero {
    max-width: 571px;
    margin-top: 50px;
}

.hero-title {
    font-weight: 600;
    font-size: 30px;
    line-height: 34px;
}

.hero-desc {
    font-weight: 500;
    font-size: 20px;
    line-height: 34px;
}

.hero-download {
    font-weight: 600;
    font-size: 14px;
    max-width: 176px;
    z-index: 5;

    --bs-btn-color: #000;
    --bs-btn-bg: #f8f9fa;
    --bs-btn-border-color: #f8f9fa;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #d3d4d5;
    --bs-btn-hover-border-color: #c6c7c8;
    --bs-btn-focus-shadow-rgb: 211, 212, 213;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #c6c7c8;
    --bs-btn-active-border-color: #babbbc;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #f8f9fa;
    --bs-btn-disabled-border-color: #f8f9fa;
}

.section-feature {
    height: 245px;
    padding: 0px 6rem;
}

.feature {
    font-weight: 500;
    font-size: 15px;
    line-height: 160%;
    letter-spacing: -2%;
    text-align: justify;
    color: #0F4841;
    border-radius: 10.73px;
    z-index: 3;
    background: #FFFFFF;
}

.img-phone {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
}

.section-home {
    background-image: url('/assets/images/home_about_bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #0F484133;
    padding: 3rem 2rem;
    font-size: 18px;
}

.home-container {
    border-radius: 20px;
    display: flex;
    padding-left: 0px !important;
    padding-right: 0px !important;
    background-color: #FFFFFFB2;
}

.aboutUs-text {
    font-weight: 600;
    font-size: 25px;
    line-height: 34px;
    height: 125px;
    align-items: end;
    display: flex;
}

.aboutUs-paragraph {
    padding: 1rem;
    color: #042D25;
}


.footer-top {
    background-image: url('/assets/svg/footer_wave.svg');
    text-align: center;
    padding: 0;
    position: relative;
    height: 440px;
}

.footer-top p {
    font-weight: 500;
    font-size: 20px;
    line-height: 126%;
    color: white;
    max-width: 397px;
    text-align: start;
    display: flex;
    align-items: center;
}

.footer-text {
    font-weight: 600;
    font-size: 25px;
    line-height: 34px;
    letter-spacing: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
    padding: 1rem 0px;
}

.footer-update {
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 126% !important;
    letter-spacing: 0% !important;
}

footer {
    background-color: #0F4841;
    color: white;
    padding: 10px 0px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    position: absolute;
    max-width: 1074px;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    width: 100%;

}

.footer-logo {
    font-size: 24px;
    font-weight: bold;
}

.form-control {
    background-color: #0F4841;
    border: none;
    color: white;
    font-size: large;
}

.form-control:hover {
    background-color: #0F4841;
    border: none;
    color: white;
}

.form-control:focus {
    background-color: #0F4841;
    border: none;
    color: white;
    box-shadow: none;
}

.form-control::placeholder {
    color: white;
}


.social-icons a {
    color: white;
    font-size: 20px;
    margin-right: 15px;
}

.footer-bottom {
    padding-top: 15px;
    font-size: 14px;
}

.footer-contact i {
    margin-right: 8px;
}

.btn-light {
    color: #0F4841 !important;
    width: 180px !important;
    height: 56px !important;
    border-radius: 4px !important;
    background-color: #EDEDED !important;
    margin-right: 5px;
}

.send-email {
    width: 510px;
    height: 72px;
    border-radius: 4px;
    border-width: 0px, 0px, 0px, 0px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.rights {
    font-weight: 500;
    font-size: 16px;
    line-height: 126%;
    letter-spacing: 0%;
    text-align: start;
    margin-top: 22px
}

.footer-privacy {
    font-weight: 500;
    font-size: 16px;
    line-height: 126%;
    letter-spacing: 0%;
    text-align: center;
    margin-top: 22px
}

#navbar-container {
    transition: max-height 0.5s ease;
}

.section-title {
    background-color: #004d40;
    color: white;
    padding: 1rem;
    border-radius: 0.5rem;
    text-align: center;
    font-weight: bold;
}

.policy-section {
    background-color: #f8f9fa;
    padding: 2rem;
    border-radius: 0.5rem;
    margin-top: 1rem;
}

.policy-item {
    margin-bottom: 1rem;
}

.rights-mobile {
    display: none;
}

.rights-pc {
    display: block;
}

.lang-option {
    color: #042D25;
    cursor: pointer;
    border-bottom: solid 1px #D5DBE1;
    border-top: solid 1px #D5DBE1;
    padding-top: 10px;
    padding-bottom: 10px;
}

.dropdown-menu {
    width: 72px;
    --bs-dropdown-min-width: 72px !important;
}


.lang-option:hover {
    background-color: #0F484124;
}

#selectedLang {
    font-weight: 500;
    font-size: 16px;
}

.dropdown-toggle {
    --bs-btn-border-width: 0px !important;
}


.dropdown-toggle:focus,
.dropdown-toggle:focus-visible,
.dropdown-menu:focus-within {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}