@charset "UTF-8";
.services {
    background-color: #003072;
    color: white;
    padding: 100px 0;
}

.service-description {
    height: 120px;
    overflow: hidden;
}

@media (max-width: 767.98px) {
    .service-description {
        height: auto;
        overflow: visible;
    }

    .services {
        padding: 20px 0;
    }
}

.solution {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: rgba(0, 48, 114, 0.0392156863);
}

.image_solution1 {
    background: transparent linear-gradient(117deg, #D62C4F 0%, #941932 65%, #5E1820 100%) 0% 0% no-repeat padding-box;
    min-height: 180px;
}

.image_solution2 {
    background: transparent linear-gradient(117deg, #003072 0%, #003072 65%, #051A37 100%) 0% 0% no-repeat padding-box;
    min-height: 180px;
}

.image_solution3 {
    background: transparent linear-gradient(117deg, #55357A 0%, #35204B 65%, #120103 100%) 0% 0% no-repeat padding-box;
    min-height: 180px;
}

.image_solution4 {
    background: transparent linear-gradient(117deg, #C0006B 0%, #C00052 65%, #C0010B 100%) 0% 0% no-repeat padding-box;
    min-height: 180px;
}


.solution_title {
    color: #fff;
    margin-bottom: 10px;
}

.solution_description {
    color: #fff;
    margin-bottom: 10px;
}

.solution_small_text {
    color: #fff;
    font-size: 12px;
    margin-top: 20px;
}
.winner {
    position: relative;
    width: 100%;
    height: 500px; /* înălțimea dorită */
    overflow: hidden;
}

.winner-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.winner-text-container h1 {
    color: #fff;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.5);
}

@media (max-width: 767px) {
    .winner-image {
        background-size: cover;
        background-position: center;
    }

    .winner-text {
        padding: 10px;
    }

    .winner-text h1 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .winner-text p {
        font-size: 14px;
        margin-bottom: 10px;
    }
}

.resource1 {
    background-color: rgba(0, 48, 114, 0.0392156863);
    padding: 50px 0 25px;
}

.resource2 {
    background-color: rgba(0, 48, 114, 0.0392156863);
    padding: 50px 0;
}

.white-box {
    background-color: #ffffff;
    padding: 20px;
}

.white-box h1 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.top3 {
    padding: 50px 0;
}

.resource3 {
    background-color: rgba(0, 48, 114, 0.0392156863);
    padding: 50px 0;
}

.blog_headline {
    background-color: #D62C4F;
    color: #fff;
}

.our_work {
    padding: 50px 0;
}

.image-overlay-work {
    position: relative;
    overflow: hidden;
    height: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-overlay-work::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 48, 114, 0);
    transition: background-color 0.3s ease;
    z-index: 1;
}

.image-overlay-work:hover::before {
    background-color: rgba(0, 48, 114, 0.8);
}

.image-overlay-work .overlay-text-work {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 2;
}

.image-overlay-work:hover .overlay-text-work {
    opacity: 1;
}

.blue_box_case {
    background-color: #003072;
    color: #fff;
}

.red_banner {
    background-color: #D62C4F;
    position: relative;
    color: #fff;
}

.red_banner img {
    position: relative;
    top: -20px; /* Ajustează distanța deasupra diviziunii */
    left: 0;
    right: 0;
    margin: auto;
    display: block;
}

.art_small {
    background-color: white;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

.our_clients {
    color: #fff;
    background-image: url("/images/homepage/clients/banner_our_clients.png");
}

.box_our_clients {
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

.our_team {
    background-color: white;
    padding: 50px 0;
}

@media (max-width: 767px) {
    .our_team {
        padding: 10;
    }
}

.contact-info i {
    font-size: 24px;
    color: #003072;
    margin: 0 10px;
}

.contact-info span {
    font-size: 16px;
}

.separator {
    margin: 0 5px;
    color: #fff;
}

.nav-link {
    display: inline;
}

.nav-item {
    padding-left: 20px;
}

.contact-as-image {
    background-image: url("/images/homepage/contact_us/contact_us.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top;
}
