@font-face {
    font-family: encode_light;
    src: url('../fonts/EncodeSans-Light.ttf');
    /* IE9 Compat Modes */
    src: url('../fonts/EncodeSans-Light.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/EncodeSans-Light.ttf#encode_light') format('svg');
    /* Legacy iOS */
    font-display: swap;
}

@font-face {
    font-family: encode_light_medium;
    src: url('../fonts/EncodeSans-Medium.ttf');
    /* IE9 Compat Modes */
    src: url('../fonts/EncodeSans-Medium.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/EncodeSans-Medium.ttf#encode_light_medium') format('svg');
    /* Legacy iOS */
    font-display: swap;

}

@font-face {
    font-family: encode_regular;
    src: url('../fonts/EncodeSans-Regular.ttf');
    /* IE9 Compat Modes */
    src: url('../fonts/EncodeSans-Regular.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/EncodeSans-Medium.ttf#encode_regular') format('svg');
    /* Legacy iOS */
    font-display: swap;

}

@font-face {
    font-family: encode_bold;
    src: url('../fonts/EncodeSans-Bold.ttf');
    /* IE9 Compat Modes */
    src: url('../fonts/EncodeSans-Bold.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/EncodeSans-Medium.ttf#encode_bold') format('svg');
    /* Legacy iOS */
    font-display: swap;

}

/* Add Font Awesome font-face */
@font-face {
    font-family: "FontAwesome";
    src: url("../fonts/fontawesome-webfont.woff2") format("woff2"),
        url("../fonts/fontawesome-webfont.woff") format("woff"),
        url("../fonts/fontawesome-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

/* Add Font Awesome font-face */
@font-face {
    font-family: "FontAwesome";
    src: url("../fonts/fontawesome-webfont.woff2") format("woff2"),
        url("../fonts/fontawesome-webfont.woff") format("woff"),
        url("../fonts/fontawesome-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}


.reteaua-service-icon-reteaua-service:before {
    background-image: url(../img/work-tools.svg);
    content: '';
    width: 35px;
    height: 40px;
    background-size: 35px;
    background-repeat: no-repeat;
}

.reteaua-service-youtube_video_wrap {
    position: relative;
    max-width: 1000px;
    width: 90%;
}

.reteaua-service-video_container {
    /*  text-align: center;
      margin: 40px 0;
      padding: 0 0 40px 0;*/
    position: relative;
    width: 100%;
    height: 0;
    margin: 0;
    z-index: 1;
    padding-bottom: 56.27198%;
}

.reteaua-service-video_container iframe {
    /* width: 80%;
      height: auto;
      min-height: 530px; */

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.reteaua-service-main {
    width: 100%;
    padding: 0;
}

.reteaua-service-echipa_container {
    background-color: white;
    margin-top: 80px;

}

.reteaua-service-echipa_wrapper {
    display: flex;
    width: 100%;
    background: white;
    padding-bottom: 40px;
}

.reteaua-service-main_content h2 {
    color: #02426A;
    text-align: center;
    margin-bottom: 30px;
}

.reteaua-service-echipa_content {
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.reteaua-service-echipa_section {
    width: 375px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px
}

.reteaua-service-echipa_section span {
    font-size: 28px;
    font-weight: 600;
}

.reteaua-service-echipa_section p {
    font-size: 20px;
    font-weight: 400;
    margin: 0;
}

.reteaua-service-echipa_section a {
    font-weight: 600;
}

.reteaua-service-img_container {
    width: 387px;
    height: 280px;
    border-radius: 12px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.reteaua-service-img_container.reteaua-service-hero {
    border-radius: 0;
    background-image: url(../img/hero_beko.jpg);
    width: 100%;
}

.reteaua-service-img_container.reteaua-service-harta {
    background-image: url(../img/harta_plum.png);
}

.reteaua-service-img_container.reteaua-service-echipa {
    background-image: url(../img/echipa.jpg);
}

.reteaua-service-img_container.reteaua-service-service {
    background-image: url(../img/service_autorizat.png);
}

.reteaua-service-interventie_wrapper {
    width: 100%;
    background-color: #F1F1F1;
    padding: 80px 0;
    position: relative;
}

.reteaua-service-interventie_list:before {
    content: "";
    background: url(../img/fillcheck_2.png);
    width: 22px;
    height: 22px;
    display: block;
    flex: 0 0 auto;
}

.reteaua-service-interventie_details {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #5B5F71;
    margin-bottom: 15px;
}

.reteaua-service-interventie_content {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.reteaua-service-interventie_section {
    width: 375px;
    border-radius: 12px;
    background-color: white;
    padding: 40px;
    transition: height 0.5s ease,
        opacity 0.5s ease,
        width 0.5s ease;
}

.reteaua-service-main_content .reteaua-service-interventie_section h2 {
    text-align: left;
}


.reteaua-service-interventie_section.reteaua-service-show_details .reteaua-service-hidden_part {
    height: auto;
    z-index: 2;
    width: 50%;
    padding: 0;
    position: fixed;
    top: 10%;
    left: 0;
    right: 0;
    margin: auto;

    /* transition: height 0.5s ease, opacity 0.5s ease, width 0.5s ease;*/
    opacity: 1;
    transform: rotateY(0deg);
}

.reteaua-service-interventie_section.reteaua-service-show_details .reteaua-service-hidden_part_header {
    display: flex;
}

.reteaua-service-hidden_part {
    height: 0;
    transition: transform 0.6s, opacity 0.6s;
    transform-style: preserve-3d;
    opacity: 0;
    transform: rotateY(90deg);
}

.reteaua-service-hidden_part .reteaua-service-hidden_part_header {
    display: none;
    flex-direction: row;
    background: #357DB5;
    padding: 40px 40px 28px 40px;
    justify-content: space-between;
    align-items: center;
    border-radius: 12px 12px 0 0;
}

.reteaua-service-hidden_part .reteaua-service-hidden_part_header h3 {
    color: white;
}

.reteaua-service-hidden_part .reteaua-service-hidden_part_header img {
    width: 22px;
    height: 22px;
    cursor: pointer;
}

.reteaua-service-main_content .reteaua-service-hidden_part_header h2 {
    margin: 0;
    color: white;
}

.reteaua-service-hidden_part .reteaua-service-hidden_part_content {
    padding: 24px 40px;
    display: none;
}

.reteaua-service-interventie_section.reteaua-service-show_details .reteaua-service-hidden_part_content {
    display: block;
    position: relative;
    background: white;
    border-radius: 0 0 12px 12px;
}

.reteaua-service-interventie_section.reteaua-service-show_details .reteaua-service-scroll_container {
    max-height: calc(80vh - 99px);
    overflow-y: auto;
    border-radius: 0 0 12px 12px;
}

.reteaua-service-hidden_part .reteaua-service-hidden_part_content strong {
    font-size: 20px;
    margin: 0 0 10px 0;
    display: block;
}

.reteaua-service-hidden_part .reteaua-service-hidden_part_content ul {
    padding-left: 2rem;
    list-style-type: disc;
}

.reteaua-service-hidden_part .reteaua-service-hidden_part_content ul li {
    padding: 0 0 10px 0;
}

.reteaua-service-interventie_section .reteaua-service-vissible_part {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.reteaua-service-interventie_section .reteaua-service-vissible_part .reteaua-service-top_part {
    min-height: 70px;
}

.reteaua-service-interventie_content.reteaua-service-shadow:before {
    content: '';
    position: fixed;
    inset: 0;
    opacity: 0.33;
    z-index: 2;
    background: black;
}

.reteaua-service-interventie_section h2 {
    font-size: 28px;
    font-weight: 700;
}

.reteaua-service-interventie_section .reteaua-service-pret_interventie {
    background: #F1F1F1;
    padding: 8px 16px;
    display: block;
    width: fit-content;
    border-radius: 6px;
}

.reteaua-service-interventie_list {
    display: flex;
    flex-direction: row;
    gap: 15px;
    margin-bottom: 10px;
}

.reteaua-service-interventie_section .reteaua-service-detail-btn {
    width: 50%;
    font-size: 18px;
}

.reteaua-service-interventie_section_footer {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: end;
    flex-grow: 1;
    gap: 20px;
}

.reteaua-service-interventie_section_footer button {
    font-size: 18px;
    font-weight: 600;
    line-height: 22.5px;
    color: #357DB5;
    cursor: pointer;
    border: 1px solid #357DB5;
    border-radius: 50px;
    padding: 12px 20px;
    background: white;
    width: 50%;
}

.reteaua-service-interventie_wrapper hr {
    border: 1px solid #840b55;
    margin: 20px 0;
}

.reteaua-service-reteaua_wrapper {
    padding: 80px 0 0;
    background-color: white;
}

.reteaua-service-reteaua_content {
    display: flex;
    flex-direction: column;
}

.reteaua-service-reteaua_section {
    display: flex;
    width: 100%;
    flex-direction: row;
    gap: 10px;
    align-items: stretch;
}

.reteaua-service-reteaua_content_left {
    height: inherit;
    padding-left: 3px;
    background: #5B5F714D;
    margin-left: 30px;
    margin-right: 110px;
}


.reteaua-service-reteaua_left span {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    color: #5B5F71;
    background-color: #E3E4E8;
    font-size: 28px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1.5px solid #5B5F714D;
}


.reteaua-service-reteaua_content_right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 180px;
}


.reteaua-service-reteaua_content_right span {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 50px;
    padding-bottom: 15px;
    position: relative;
}

.reteaua-service-reteaua_content_right span:before {
    content: '';
    width: 60px;
    height: 60px;
    border-radius: 8px;
    color: #5B5F71;
    background-color: #E3E4E8;
    font-size: 28px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1.5px solid #5B5F714D;
    position: absolute;
    left: -150px;
    top: -14px;
}

.reteaua-service-reteaua_section:first-of-type .reteaua-service-reteaua_content_right span:before {
    content: '1';
}

.reteaua-service-reteaua_section:nth-of-type(2) .reteaua-service-reteaua_content_right span:before {
    content: '2';
}

.reteaua-service-reteaua_section:nth-of-type(3) .reteaua-service-reteaua_content_right span:before {
    content: '3';
}

.reteaua-service-reteaua_content_right span:after {
    width: 60px;
    height: 3px;
    background-color: #5B5F714D;
    content: '';
    position: absolute;
    left: -91px;
    top: 17px;
}

.reteaua-service-reteaua_content_right p {
    font-size: 20px;
    font-weight: 400;
    margin: 0;
}

.reteaua-service-descopera_content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.reteaua-service-descopera_section.reteaua-service-blue {
    background-color: #2e3242;
}

.reteaua-service-descopera_section span {
    font-size: 28px;
    font-weight: 600;
}

.reteaua-service-descopera_section p {
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
}

.reteaua-service-descopera_section.reteaua-service-blue span {
    color: #B7C6D6;
}

.reteaua-service-descopera_section.reteaua-service-blue p {
    color: #FFFFFF;
}

.reteaua-service-descopera_section.reteaua-service-gray {
    background-color: #535252;
    color: #FFFFFF
}

.reteaua-service-descopera_section.reteaua-service-gray span {
    color: #93A0AF;
}

.reteaua-service-descopera_section a {
    margin-top: auto;
    width: 170px;
}

.reteaua-service-descopera_section {
    width: 380px;
    padding: 32px 28px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    border-radius: 12px;
    gap: 20px;
}

.reteaua-service-img_container_descopera {
    margin: 30px auto;
    width: 224px;
    height: 280px;

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.reteaua-service-img_container_descopera.reteaua-service-frigorifice {
    background-image: url(../img/frigider.png);
}

.reteaua-service-img_container_descopera.reteaua-service-vase {
    background-image: url(../img/vase.png);
}

.reteaua-service-img_container_descopera.reteaua-service-cuptoare {
    background-image: url(../img/cuptoare.png);
}

.reteaua-service-img_container_descopera.reteaua-service-rufe {
    background-image: url(../img/rufe.png);
}

.reteaua-service-descopera_wrapper {
    margin: auto;
    padding: 80px 0 30px;
    background: white;
}

.reteaua-service-content-call:before {
    display: none;
}

.reteaua-service-content-call-outer.reteaua-service-padding-banners {
    margin-top: 0;
}

.reteaua-service-header-page .reteaua-service-header-page-inner p {
    color: white !important;
}

@media only screen and (max-width: 991.98px) {

    .reteaua-service-youtube_video_container iframe {
        min-height: 330px;
    }

    .reteaua-service-echipa_container {
        margin-top: 40px;
    }

    .reteaua-service-interventie_wrapper,
    .reteaua-service-reteaua_wrapper,
    .reteaua-service-descopera_wrapper,

    {
    padding: 40px 0;
}

.reteaua-service-descopera_section p {
    font-size: 16px;
}

.reteaua-service-img_container_descopera {
    margin: 0 auto;
}

.reteaua-service-main_content h1 {
    color: #fff;
    position: relative;
    z-index: 9;
    line-height: 1.2;
    margin-bottom: 0;
    text-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
    font-size: 4.8rem;
    font-family: encode_light_medium, Helvetica, sans-serif;
}

.reteaua-service-reteaua_content_right p,
.reteaua-service-echipa_section p {
    font-size: 16px;
}

.reteaua-service-echipa_content {
    gap: 40px;
}

.reteaua-service-echipa_section span,
.reteaua-service-interventie_section h2,
.reteaua-service-reteaua_content_right h2,
.reteaua-service-reteaua_content_right h2,
.reteaua-service-descopera_section span {
    font-size: 22px;
}

.reteaua-service-echipa_section,
.reteaua-service-img_container {
    width: 350px;
}

.reteaua-service-interventie_section.reteaua-service-show_details {
    top: 10vh;
    max-height: 80vh;
}

.reteaua-service-hidden_part .reteaua-service-hidden_part_header {
    padding: 16px;
}

.reteaua-service-scroll_container {
    max-height: 0;
}

.reteaua-service-hidden_part .reteaua-service-hidden_part_content {
    padding: 20px;
    display: none;
}

.reteaua-service-interventie_section.reteaua-service-show_details .reteaua-service-hidden_part_content {
    display: block;
}

.reteaua-service-interventie_section .reteaua-service-vissible_part .reteaua-service-top_part {
    min-height: auto;
}


}

@media only screen and (max-width: 700px) {

    .reteaua-service-interventie_section.reteaua-service-show_details .reteaua-service-hidden_part {
        width: 90%;
    }
}

.reteaua-service-container {
    width: 1900px;
    /*max-width: 100%;*/
    margin-left: auto;
    margin-right: auto;
}

.reteaua-service-text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.reteaua-service-header-page-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding-bottom: 60px;
    max-width: 600px;
}

.reteaua-service-support-top.reteaua-service-header-page.reteaua-service-lazy-image {
    position: relative;
    /* Ensure positioning context for the ::before */
}

.reteaua-service-support-top.reteaua-service-header-page.reteaua-service-lazy-image::before {
    content: "";
    background: transparent linear-gradient(240deg, rgba(0, 33, 53, 0) 0%, #002135 100%) 0% 0% no-repeat padding-box;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.4;
    z-index: 1;
}

.reteaua-service-col-12.reteaua-service-header-page-inner {
    color: #fff;
    position: relative;
    z-index: 9;
    line-height: 1.2;
    margin-bottom: 0;
    text-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
    font-family: encode_light, Helvetica, sans-serif;
}

.reteaua-service-primary-btn {
    background-color: #840b55;
    color: #fff;
    width: 250px;
    max-width: 100%;
    padding: 12px 0px;
    border-radius: 50px;
    font-family: encode_light_medium, Helvetica, sans-serif;
    text-align: center;
    display: inline-block;
    transition: background-color 200ms;
    border: 0 none;
}

.reteaua-service-container-inner {
    max-width: 935px;
    padding: 0 20px;
    margin: 50px auto 125px auto;
    z-index: 2;
    position: relative;
    width: 100%;
}

.reteaua-service-icn {
    border: 1px solid #333;
    border-radius: 50%;
    display: block;
    width: 120px;
    height: 120px;
    position: relative;
    margin-right: 28px;
    flex-shrink: 0;
}

.reteaua-service-icn::before {
    font-size: 65px;
    position: absolute;
    top: 50%;
    line-height: 1;
    left: 50%;
    transform: translate(-50%, -50%);
}

.reteaua-service-icon-phone:before {
    content: "\f095";
    font-family: "FontAwesome";
    /* Correct Font Awesome font-family */
    \
 font-weight: 200;
}

.reteaua-service-icon-email:before {
    font-family: "FontAwesome";
    /* Correct Font Awesome font-family */
    content: "\f003";
    font-weight: 200;
}

.reteaua-service-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 46px;
    flex-direction: row;
}

.reteaua-service-actions-contact {
    color: #840b55;
    font-family: encode_light_medium, Helvetica, sans-serif;
    font-size: 60px;
    line-height: 0.6;
}


.reteaua-service-actions-p {
    font-size: 18px;
    color: #333;
    font-family: encode_light_medium, Helvetica, sans-serif;
}

.reteaua-service-item {
    display: flex;
    align-items: center;
    flex-direction: row;
    width: 440px;
}

@media (max-width: 991.98px) {
    .reteaua-service-header-page {
        height: 180px;
    }

    .reteaua-service-container {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (max-width: 1559.98px) {
    .reteaua-service-container {
        width: 1200px
    }
}

@media (max-width: 1199.98px) {
    .reteaua-service-container {
        width: 992px
    }
}

/* Mobile-specific styles */
@media screen and (max-width: 768px) {

    .reteaua-service-header-page-inner h1 {
        font-size: 22px !important;
    }


    .reteaua-service-header-page-inner p {
        font-size: 16px !important;
    }

    .reteaua-service-echipa_container h2 {
        font-size: 26px !important;
    }

    .reteaua-service-main_content {
        margin-top: 78px;
    }

    .reteaua-service-interventie_wrapper {
        flex-direction: column;
        /* Stacks sections vertically */
        align-items: stretch;
        /* Ensures sections take up the full width */
    }

    .reteaua-service-container {
        width: auto;
    }

    .reteaua-service-interventie_section {
        width: 100%;
        /* Make sections take full width */
        margin-bottom: 15px;
        /* Space between sections */
    }

    /* Optional: Adjust section content padding or margins */
    .reteaua-service-vissible_part {
        padding: 10px;
    }

    .reteaua-service-top_part {
        font-size: 16px;
    }

    .reteaua-service-content-call-outer {
        flex-direction: column;
        /* Stack the sections vertically on mobile */
        align-items: stretch;
        /* Ensure full width for child elements */
    }

    .reteaua-service-container-inner {
        width: 100%;
    }

    .reteaua-service-description h2 {
        font-size: 24px;
        /* Adjust font size for mobile */
        margin-bottom: 15px;
    }

    .reteaua-service-actions {
        flex-direction: column;
        /* Stack the items vertically */
        align-items: stretch;
    }

    .reteaua-service-item {
        width: 100%;
        /* Each item will take the full width on mobile */
        margin-bottom: 15px;
        /* Add spacing between stacked items */
    }

    .reteaua-service-icn {
        font-size: 32px;
        /* Adjust icon size for mobile */
    }

    .reteaua-service-actions-contact,
    .reteaua-service-detail-btn {
        font-size: 16px;
        /* Adjust font size for mobile */
        width: 171px;
    }

}

.reteaua-service-main_content {
    font-family: encode_light, Helvetica, sans-serif;
}

.reteaua-service-header-page-inner h1 {
    color: #fff;
    position: relative;
    z-index: 9;
    line-height: 1.2;
    margin-bottom: 0;
    text-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
    font-size: 36px;
    font-weight: 400;
    font-family: encode_light_medium, Helvetica, sans-serif;
}

.reteaua-service-header-page .reteaua-service-header-page-inner p {
    font-family: encode_light_medium, Helvetica, sans-serif;
    font-size: 28px;
    color: #D5E4EB !important;
    text-shadow: 0px 3px 10px rgba(0, 0, 0, 0.4);
    margin: 5px 0 0;
    z-index: 9;
    margin-bottom: 50px;
}

.reteaua-service-echipa_container h2,
.reteaua-service-main_content h2 {
    font-size: 36px;
    font-family: encode_light_medium, Helvetica, sans-serif;
    line-height: 1.2;
    margin: 0 0 15px;
    color: #01426A;
    font-weight: 400;
    margin-bottom: 25px;
}

a {
    text-decoration: none;
}