@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.2/font/bootstrap-icons.min.css");


body {
    font-family: 'DM Sans', sans-serif;
    color: rgb(0, 0, 0);
    font-weight: 400;
}

.hover-underline {
    display: inline-block;
    position: relative;
    color: #1D3D6F;
}

.hover-underline::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 6px;
    left: 0;
    background-color: #1D3D6F;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.hover-underline:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.btn-portal {
    background: #1D3D6F;
    color: #ffff !important;
    border-radius: 10px;
    margin-left: 10px;
}

.btn-portal:hover {
    background: #efd3d3;
    color: #1D3D6F !important;
}

a,
a:link,
a:visited,
a:active {
    text-decoration: none;
}

.nav-link,
.nav-link:hover {
    color: #1D3D6F;
    font-weight: 700;
    font-size: 18px;
}

a:hover {
    color: #1D3D6F;
}

.rodo-text a,
.rodo-text a:link,
.rodo-text a:visited,
.rodo-text a:active {
    color: #1D3D6F;
}

nav {
    justify-content: space-between;
}

.promo-img {
    padding: 0;
}

.slider {
    display: flex;
    justify-content: center;
}

.grey-bar {
    background-color: #1D3D6F;
    color: #fff;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
}

.form-title h1 {
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    color: #1D3D6F;
}

.form-box {
    background-color: #efd3d3;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.form-box-request {
    background-color: #f4f4f4;
}

form {
    flex-grow: 1;
    padding: 0 1rem 0 1rem;
}

form .btn:hover,
form .btn:active {
    background-color: #fff !important;
    border-color: #fff !important;
    color: #1D3D6F !important;
}

.btn-primary {
    border-color: #1D3D6F;
}

.form-row {
    display: flex;
    align-items: flex-end;
}

.form-img {
    max-width: 50px;
}

.form-img img {
    max-height: 36px;
}

.form-label {
    font-size: 16px;
    color: #1D3D6F;
    font-weight: 400;
}

.form-label-rodo {
    font-size: 12px !important;
}

::-webkit-input-placeholder {
    font-size: 13px !important;
}

:-moz-placeholder {
    font-size: 13px !important;
}

::-moz-placeholder {
    font-size: 13px !important;
}

.form-control {
    padding: 0.75rem 0.75rem;
}

.form-select {
    padding: 0.75rem 2.25rem 0.75rem 0.75rem;
}

.form-check-label {
    font-size: 16px;
    padding-left: 10px;
}

.form-check-input {
    width: 1.5em;
    height: 1.5em;
}

#experience,
#language {
    color: #1D3D6F;
    font-size: 16px;
    font-weight: 400;
}

.rodo-text {
    text-align: center;
}

.btn-lg {
    padding-left: 4rem;
    padding-right: 4rem;
    padding: 0.55rem 6rem 0.55rem 6rem;
    font-size: 26px;
    font-weight: 700;
    background-color: #1D3D6F;
}

form .btn-pink:hover,
form .btn-pink:active {
    background-color: #efd3d3!important;
}

.bonus-card {
    background-color: #f4f4f4;
    color: #1D3D6F;
    font-size: 16px;
}

.offer-title {
    color: #1D3D6F;
    font-size: 28px;
    font-weight: 700;
}

.offer-duration,
.offer-desc-title,
.offer-info {
    color: #1D3D6F;
    font-size: 16px;
}

.offer-desc-title {
    font-size: 16px;
    color: #000;
}

.work-offer i,
.modal-body i {
    font-size: 18px;
    padding-right: 10px;
}

.work-offer hr,
.modal-body hr {
    margin: 0 0;
}

.max-width-content {
    max-width: fit-content;
}

.offer-desc {
    color: #1D3D6F;
    font-size: 17px;
    font-weight: 700;
}

.news-box {
    background-color: #f4f4f4;
}

.news-box:hover {
    box-shadow: 0px 13px 30px -5px rgba(66, 68, 90, 1);
    -webkit-box-shadow: 0px 13px 30px -5px rgba(66, 68, 90, 1);
    -moz-box-shadow: 0px 13px 30px -5px rgba(66, 68, 90, 1);
}

.news-title {
    font-size: 28px;
    font-weight: 700;
    color: #1D3D6F;
}

.news-text {
    font-size: 16px;
    color: #1D3D6F;
    line-height: 1.3;
    font-weight: 400;
}

.flex {
    display: flex;
}

.newsbutton {
    padding: 0;
    margin-top: 10px;
}

.modal-subtext {
    color: #1D3D6F;
    font-size: 16px;
    font-weight: 700;
    padding-left: 1rem;
}

.btn-modal {
    font-size: 20px;
    font-weight: 700;
    background-color: #1D3D6F;
}

footer {
    background-color: #1D3D6F;
    color: rgb(255, 255, 255);
}

.footer-icon-request {
    font-size: 22px;
    color: #efd3d3;
}

.footer-row {
    display: flex;
}

footer h1 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 2rem;
}

footer h2 {
    font-size: 18px;
    font-weight: 400;

}

.footer-row h2 {
    margin: 0;
    padding-left: 2rem;
}

.contact a,
.contact a:link,
.contact a:visited,
.contact a:hover,
.contact a:active {
    color: #fff;
}

footer .btn-primary {
    margin-bottom: 1rem;
    font-size: 20px;
    font-weight: 700;
}

.btn-footer1 {
    border: 2px;
    border-color: #fff;
    background-color: #fff;
    color: #1D3D6F;
    border-style: solid;
}

.btn-footer2 {
    border: 2px;
    border-color: #fff;
    background-color: #1D3D6F;
    color: #fff;
    border-style: solid;
}

.social-logo {
    max-height: 40px;
}

.modal-title h1 {
    font-size: 28px;
    font-weight: 700;
    color: #1D3D6F;
}

.btn:hover,
.btn:active {
    background-color: #efd3d3 !important;
    border-color: #efd3d3 !important;
    color: #1D3D6F !important;
}

.pink-footer {
    background-color: #efd3d3;
}

.pink-footer a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    color: #1D3D6F;
}

.copyright {
    font-size: 14px;
    font-weight: 400;
    color: #1D3D6F;
}

.wa-chat-box-poweredby {
    display: none;
}

.cky-consent-container {
    z-index: 99999999 !important;
}

.news-text ul {
    padding-left: 1.3rem;
}

.news-text li {
    padding-bottom: 0.2rem;
}

@media (max-width: 1199px) {
    .no-img-mobile {
        display: none;
    }

    .full-width {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .social-icons {
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    .logo {
        display: flex;
        justify-content: center;
    }

    .nav {
        justify-content: center !important;
    }
}

@media (max-width: 575px) {
    .nav {
        flex-direction: column;
        text-align: center;
    }

    .padding-mobile {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .no-mobile {
        display: none;
    }

    .no-tb-padding-mobile {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .btn-lg {
        padding: 0.55rem 0rem 0.55rem 0rem;
        width: 100%;
    }
}

@media (min-width: 576px) {
    .no-padding {
        padding: 0;
    }

    .padding-no-mobile {
        padding-left: 2rem;
    }

    .margin-bottom-no-mobile {
        margin-bottom: 2rem;
    }
}