*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    transition: 0.3s;
}

@font-face {
    font-family: Poppins-Regular;
    src: url("../fonts/Poppins-Regular.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Poppins-Semibold;
    src: url("../fonts/Poppins-SemiBold.woff2") format("woff2");
    ;
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

:root {
    --c-primary: #097EB4;
    --c-gray: #85999e;
    --c-white: #fff;
    --c-black: #4b5b68;
    --c-white-bg: #f8fafb;
    --color-error: #ff0000;
    --color-success: green;

    --f-r: Poppins-Regular;
    --f-b: Poppins-Semibold;
}


::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: var(--c-primary);
}

body {
    background-color: #fff;
    font-family: var(--f-r);
    color: var(--c-black);
}

body.scroll-stop {
    -ms-touch-action: none;
    touch-action: none;
    -webkit-overflow-scrolling: none;
    overflow: hidden;
}

p {
    margin: 0;
    list-style-type: none;
    color: var(--c-gray);
}

/* ---------------------------------------------------- typography */

h1,
h2,
h4,
h5,
h6,
.h1,
.h2,
.h3,
h3,
.h4,
.h5,
.h6,
nav ul li a,
strong,
form button,
.cta,
.cta-sec,
.bold {
    margin: 0;
    font-family: var(--f-b);
}

p {
    line-height: 1.75;
}

h1,
.h1 {
    font-size: 4rem;
    line-height: 4rem;
}

h2,
.h2 {
    font-size: 2.5rem;
    line-height: 2.5rem;
    /*27.03.26*/
    text-transform: uppercase;
}

h3,
.h3 {
    font-size: 1.5rem;
    line-height: 1.5rem;
}

h4,
.h4 {
    font-size: 1.25rem;
    line-height: 1.25rem;
}

.cta,
.cta-sec-b,
p,
body {
    font-size: 1rem;
}

/* ---------------------------------------------------- presets */

p+p {
    margin-top: 2rem;
}

.shadow {
    -webkit-box-shadow: 0px 5px 28px 1px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 5px 28px 1px rgba(0, 0, 0, 0.07);
}

.cookie-gdpr-container .gdpr-button {
    width: unset;
    text-align: unset;
    display: unset;
    justify-content: unset;
    flex: unset;
    margin-left: auto;
    text-align: center;
}

.cookie-gdpr-container button {
    width: unset;
    max-width: unset;
}

.cta,
.gdpr-button button {
    padding: 0.8rem 2.3rem;
    display: inline-block;
    border-radius: 100vw;
    background-color: var(--c-primary);
    border: 1px solid var(--c-primary);
    color: var(--c-white);
}

.gdpr-button button {
    height: unset;
    white-space: nowrap;
}

.cta-sec {
    border: 1px solid var(--c-white);
    background-color: transparent;
    color: var(--c-white);
}

.cta-sec-blue {
    border: 1px solid var(--c-primary);
    color: var(--c-primary);
}

ul {
    margin-left: 0;
    margin-bottom: 0;
}

.absolute,
.image {
    position: absolute;
}

.image-container,
.relative {
    position: relative;
    overflow: hidden;
}

.logo-container {
    position: relative;
    z-index: 999;
}

.border-radius {
    border-radius: 0.625rem;
}

.overflow-hidden {
    overflow: hidden;
}

.image {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.no-border {
    border-radius: 0;
}

.review-details {
    display: flex;
    align-items: center;
    justify-content: center;
}

.review-photo {
    height: 8rem;
    width: 8rem;
    border-radius: 50%;
}

.review-author {
    margin-top: 2rem;
    font-size: 1.125rem !important;
}

.first-letter {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--c-primary);
    color: var(--c-white);
    font: 2rem var(--f-b) !important;
    line-height: 2rem;
    padding-top: .5rem;
    transform: translateX(-30%);
    z-index: 1;
}

.review-photo,
.review-button {
    display: inline-block;
    z-index: 2;
}

.review-button {
    margin-top: 1rem;
    font: .875rem var(--f-b);
}

a,
button {
    color: inherit;
}

.section,
.section-more-details,
.section-testimonials {
    padding: 15vh 0;
    position: relative;
}

.full-height {
    height: 100%;
}

.section:nth-child(even) {
    background-color: var(--c-white);
}

.section:nth-child(odd) {
    background-color: var(--c-white-bg);
}

/* ---------------------------------------------------- header */

header {
    position: fixed;
    z-index: 999;
    width: 100%;
    left: 0;
    top: 0;
    padding: 1rem 0;
}

.top-bar.scroll-down {
    transform: translateY(-100%);
}

.top-bar.scroll-up {
    transform: translateY(0);
    -webkit-box-shadow: 5px 5px 22px 10px rgba(0, 0, 0, 0.04);
    box-shadow: 5px 5px 22px 10px rgba(0, 0, 0, 0.04);
    background-color: var(--c-white);
}

.top-bar.scroll-up nav ul li a {
    color: var(--c-black);
}

.top-bar.scroll-up {
    padding: 0.5rem 0;
}

.top-bar.scroll-up .logo-container {
    width: 10rem;
}

header nav ul li,
footer ul li {
    display: inline-flex;
    margin: 0 0.5rem;
}

footer ul li {
    margin: 0 2rem;
}

header nav ul li:last-child,
footer ul li:last-child {
    margin-right: 0;
}

header nav ul li:last-child a,
footer ul li:last-child a {
    padding-right: 0;
}

nav ul li.active>a {
    color: var(--c-primary);
}

header nav ul li a {
    display: inline-block;
    padding: 1rem;
    font-family: var(--f-r);
}

header ul {
    margin: 0 !important;
}

/* ---------------------------------------------------- homepage */

/* ---------------------------------------------------- homepage hero */

.hero-homepage {
    height: 100vh;
    position: relative;
    color: var(--c-white);
}

.hero-homepage::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0.5718662464985995) 100%);
}

.hero-homepage .grid-container {
    position: relative;
    z-index: 2;
}

.hero-homepage .grid-container .grid-x .grid-x {
    margin-top: 3rem;
}

.hero-homepage .grid-container .grid-x .grid-x a:last-child {
    margin-left: 2rem;
}

.hero-benefits {
    background-color: var(--c-white);
    position: absolute;
    bottom: -8%;
    width: 100%;
    padding: 2.5rem 0;
    left: 50%;
    transform: translateX(-50%);
}

.hero-benefits .large-4:nth-child(2) {
    border-left: 1px solid #dae8ec;
    border-right: 1px solid #dae8ec;
}

.hero-benefits h4 {
    color: var(--c-black);
    margin-top: 1rem;
}

.hero-benefits svg {
    width: 5.625rem;
    height: 5.625rem;
}

/* ---------------------------------------------------- homepage services */

.section-services-box svg {
    width: 3.75rem;
    height: 3.75rem;
}

.suptitle {
    font-size: 0.875rem;
    color: var(--c-gray);
    text-transform: uppercase;
}

.section .grid-container>*:not(:last-child),
.section-two .grid-container>*:not(:last-child),
.section-testimonials .grid-container>*:not(:last-child),
.section-more-details .grid-container>*:not(:last-child) {
    margin-bottom: 10vh;
}

.section-title h2 {
    margin: 1.5rem 0;
}

.acasa .section-services {
    padding-top: 25vh;
}

.dot {
    width: 0.375rem;
    height: 0.375rem;
    border-radius: 50%;
    background-color: #dae8ec;
    position: relative;
    margin: 0 auto;
}

.dot::before,
.dot::after {
    content: "";
    position: absolute;
    width: 7vw;
    height: 1px;
    background-color: #dae8ec;
    top: 50%;
    transform: translateY(-50%);
}

.dot::before {
    left: calc((-1) * (7vw + .188rem));
}

.dot::after {
    right: calc((-1) * (7vw + .188rem));
}

.section-services-box>*:not(:last-child) {
    margin-bottom: 3rem;
}

.section-services-box {
    padding: 4.375rem 1rem;
}

/* ---------------------------------------------------- homepage about */

.about-circle {
    border: 1px solid #dae8ec;
    border-radius: 50%;
    padding-bottom: 100%;
    position: relative;
}

.about-circle svg {
    width: 1.375rem;
    height: 1.375rem;
}

.about-circle>div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.big-number {
    font-family: var(--f-b);
    color: var(--c-primary);
    font-size: 5vw;
    line-height: 4.75vw;
}

.numbers-container .large-3:nth-child(2)>div {
    background-color: var(--c-primary);
}

.numbers-container .large-3:nth-child(2) .big-number,
.numbers-container .large-3:nth-child(2) {
    color: var(--c-white);
}

.icon-check {
    position: absolute;
    top: -.688rem;
    left: 50%;
    transform: translateX(-50%);
}

.about-image-container {
    padding-bottom: 70%;
}

.contact-info-container svg {
    width: 1.875rem;
    height: 1.875rem;
}

button svg {
    width: 1.875rem;
    height: 1.875rem;
}

/* ---------------------------------------------------- homepage gallery */

.home-gallery-image-container {
    padding-bottom: 58.76%;
}

/* ---------------------------------------------------- homepage testimonials */

.swiper-wrapper {
    align-items: center;
}

.swiper-box {
    background-color: var(--c-white);
    padding: 1rem;
}

.swiper-box p {
    font-family: var(--f-b);
    font-size: 0.875rem;
    margin: 2rem 0;
}

.section-testimonials {
    overflow: hidden;
}

.swiper-box div {
    font-size: 0.875rem;
}

.swiper-container {
    overflow: visible;
}

.swiper-slide.swiper-slide-visible {
    opacity: 1;
}

.swiper-slide {
    opacity: 0;
    transition-property: opacity;
}

.swiper-pagination {
    position: relative;
    margin-top: 4rem;
}

.swiper-pagination-bullet-active {
    background-color: var(--c-primary);
}

/* ---------------------------------------------------- homepage contact */

form {
    display: flex;
    flex-direction: column;
}

form * {
    transition-timing-function: ease-out;
    transition-duration: 0.3s;
}

form input,
form button {
    height: 3.125rem;
    border-radius: 100vw;
    -webkit-box-shadow: 0px 5px 28px 1px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 5px 28px 1px rgba(0, 0, 0, 0.07);
}

form button.button-success {
    background-color: green;
}

input::placeholder,
textarea::placeholder {
    color: var(--c-gray);
}

form input,
form textarea {
    margin-bottom: 1.5rem;
    padding: 1rem 2rem;
    color: var(--c-black);
    background-color: #ffff;
    outline: none;
    border: 1px solid var(--c-white);
}

form input:focus,
form textarea:focus {
    border: 1px solid var(--c-primary);
}

form textarea {
    resize: none;
    min-height: 12.5rem;
    border-radius: 0.625rem;
    -webkit-box-shadow: 0px 5px 28px 1px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 5px 28px 1px rgba(0, 0, 0, 0.07);
}

input[type="checkbox"] {
    display: none;
}

span.checkbox {
    border: 1px solid var(--c-black);
    width: 1.25rem;
    height: 1.25rem;
    left: 0;
    line-height: 0;
    top: 0;
}

.check {
    flex-wrap: nowrap;
}

.checkbox {
    position: relative;
    display: inline-block;
    min-width: 1.25rem;
    min-height: 1.25rem;
    border-radius: 2px;
    margin-right: 0.5rem;
    overflow: hidden;
    cursor: pointer;
}

.checkbox svg {
    position: absolute;
    fill: var(--c-primary);
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0.813rem;
    height: 0.813rem;
    opacity: 0;
}

input[type="checkbox"]:checked+span.checkbox svg {
    opacity: 1;
}

.contact-form button {
    margin-top: 1.5rem;
    background-color: var(--c-primary);
    color: var(--c-white);
    cursor: pointer;
    font-family: var(--f-b);
    font-size: 1rem;
    border-radius: 100vw;
}

.terms {
    font-size: 0.875rem;
}

.terms strong {
    color: var(--c-gray);
    text-decoration: underline;
}

.contact-info-link svg path {
    fill: var(--c-primary);
}

.contact-info-link span {
    font-size: 1.25rem;
    margin-left: 1rem;
}

.contact-info-link:not(:last-child) {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
}

.contact-info-container a:not(:last-child) {
    border-bottom: 1px solid #dae8ec;
}

.contact-info-container a span {
    font-size: 1rem;
    font-family: var(--f-b);
}

/* ---------------------------------------------------- footer */

footer {
    background-color: var(--c-primary);
    padding: 6vh;
}

footer ul li a {
    color: #fff;
}

.copyright {
    margin-top: 6vh;
    color: var(--c-white);
}

.copyright a strong {
    font-weight: 700;
}

.wapp-container {
    position: fixed;
    z-index: 999;
    right: 2rem;
    bottom: 2rem;
    cursor: pointer;
}

.wapp-container--phone {
    right: unset;
    left: 1rem;
}

.wapp-container--phone {
    background-color: var(--c-primary);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    padding: 1rem;
}

.wapp-container--phone svg {
    width: 100%;
    height: 100%;
    fill: #FFF;
}

.wapp-container:not(.wapp-container--phone) svg {
    width: 3.75rem;
    height: 3.75rem;
}

/* ---------------------------------------------------- secondary */

.page-secondary-hero {
    margin-top: 17.125rem;
    padding-bottom: 15vh;
}

.page-secondary-hero .section-title {
    margin-bottom: 10vh;
}

.page-secondary-hero h1 {
    font-size: 3rem;
    line-height: 3.5rem;
}

.galleries-page-image-container {
    padding-bottom: 125%;
}

.galleries-detail {
    margin-top: 2rem;
}

.galleries-detail h3 {
    color: var(--c-primary);
}

.tarife .section-services-box .cta {
    width: 100%;
}

.tarife table {
    width: 100%;
    text-align: left;
}

.tarife table tr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem 0;
    border-bottom: 1px solid #dbe2e3;
}

.tarife table tr:first-child td:first-child {
    font-family: var(--f-b);
}

.tarife table tr:not(:first-child) td:last-child {
    color: var(--c-gray);
}

.tarife table tr td:first-child {
    width: 70%;
    text-align: left;
}

.tarife table tr td:last-child {
    text-align: right;
    width: 30%;
}

.map {
    height: 70vh;
}

.map iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.commercial-icon>* {
    fill: var(--c-primary);
}

/* ---------------------------------------------------- service.html */

.section-services-box ul li {
    /* .service-details ul li { */
    list-style-type: none;
}

.section-services-box ul li:not(:last-child),
.service-details ul li:not(:last-child),
.service-details ol li:not(:last-child) {
    margin-bottom: 1rem;
}

.service-gallery>a {
    width: 100%;
}

.service-main-image-container {
    padding-bottom: 66.81%;
}

.service-gallery-swiper-container {
    margin-top: 1.25rem;
    overflow: hidden;
}

.service-details>*:not(:last-child) {
    margin-bottom: 2rem;
}

.section-more-details {
    background-color: var(--c-white-bg);
}

.service-include-title {
    color: var(--c-gray);
    font-size: 0.89rem;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 5rem;
}

.service-icon-circle {
    width: 7.5rem;
    height: 7.5rem;
    border-radius: 50%;
    background-color: var(--c-white);
}

.service-icon-text {
    margin-top: 1rem;
    font-size: 0.89rem;
    font-family: var(--f-b);
    color: var(--c-black);
}

.service-icon-circle {
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-page ul+ul li:first-child {
    font-family: var(--f-b);
}

/* ---------------------------------------------------- comanda.html */

.hidden-input {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    user-select: none;
}

.detalii-servicii-container-btn {
    margin-top: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.detalii-servicii-container-btn a {
    color: var(--c-primary);
    position: relative;
}

.detalii-servicii-container-btn a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--c-primary);
    transform: scaleX(1);
    transform-origin: left;
}

.total-price-box {
    background-color: #04c91e;
    padding-bottom: 100%;
    border-radius: 50%;
    position: relative;
}

.total-price-details {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: var(--c-white);
}

.total-price {
    font-family: var(--f-b);
    font-size: 5vw;
    line-height: 5vw;
}

.ron {
    font-size: 2rem;
}

.form-unformed input,
.form-unformed textarea,
.form-unformed button {
    width: 100%;
}

.option-title {
    font-size: 1.5rem;
    font-family: var(--f-b);
    margin-bottom: 1rem;
}

.options {
    display: flex;
    flex-wrap: wrap;
}

.option {
    border-radius: 100vw;
    border: 1px solid var(--c-primary);
    color: var(--c-primary);
    padding: 0.9rem 3rem;
    margin-bottom: 1rem;

    cursor: pointer;
}

.option-box:not(:last-child) {
    margin-bottom: 6.25rem;
}

.option:not(:last-child) {
    margin-right: 1rem;
}

.option.active {
    background-color: var(--c-primary);
    color: var(--c-white);
}

.total-price.active {
    display: none;
}

.display-none {
    display: none;
}

.configurator {
    position: relative;
}

.configurator .category:not(.active) {
    opacity: 0.3;
    pointer-events: none;
}

.configurator .option.disabled {
    display: none;
}

.select-cat span {
    font-size: 2rem;
    line-height: 1;
    white-space: nowrap;
}

.select-cat.active {
    display: none;
}

.comanda-css {
    background-color: var(--c-primary);
    padding: 1rem 3rem;
    border-radius: 100vw;
    color: var(--c-white);
    display: inline-flex;
    margin: 2rem auto 0 auto;
    pointer-events: none;
    opacity: 0.3;
}

.comanda-css.active {
    opacity: 1;
    pointer-events: all;
}

#comanda.active {
    display: flex;
}

#comanda {
    display: none;
}

#comanda h4 {
    margin-bottom: 1.5rem;
}

/* ---------------------------------------------------- detalii-servicii.html */

.detalii-servicii-image-container {
    padding-bottom: 58%;
}

.detalii-servicii-ul {
    list-style-type: none;
    margin-top: 2rem;
}

.detalii-servicii-ul li:first-child {
    font-family: var(--f-b);
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.detalii-servicii-ul li:not(:first-child) {
    position: relative;
    padding-left: 1rem;
}

.detalii-servicii-ul li:not(:first-child)::before {
    content: "";
    left: 0;
    top: 0.5rem;
    position: absolute;
    width: 0.625rem;
    height: 0.625rem;
    background-image: url("../images/iconcheck2.svg");
    background-repeat: no-repeat;
}

.steps-container h6 {
    margin-top: 2rem;
}

.steps-container svg {
    width: 5.563rem;
    height: 6.25rem;
}

.service-icons .service-icon-box:first-child svg {
    width: 3.313rem;
    height: 3rem;
}

.service-icons .service-icon-box:nth-child(2) svg {
    width: 3.313rem;
    height: 2.25rem;
}

.service-icons .service-icon-box:nth-child(3) svg,
.service-icons .service-icon-box:nth-child(4) svg,
.service-icons .service-icon-box:nth-child(5) svg,
.service-icons .service-icon-box:nth-child(6) svg {
    width: 3.313rem;
    height: 3.313rem;
}

.galleries-detail svg {
    width: 1rem;
    height: 0.75rem;
}

.container-404 p {
    margin: 3rem 0;
}

button.disabled {
    opacity: .5;
    cursor: unset;
}

.top-bar.scroll-up nav ul li.active a {
    color: var(--c-primary);
}

.cleaning-deserved {
    color: var(--c-black);
    margin-top: 2rem;
}

@media all and (min-width: 1024px) {

    .wapp-container--phone {
        display: none;
    }

    .review-button:hover {
        color: var(--c-primary);
    }

    .terms a:hover strong {
        color: var(--c-primary);
    }

    .gdpr-button button:hover {
        padding: 0.8rem 3.3rem;
        height: unset;
    }

    .acasa header nav ul li.active a {
        color: var(--c-primary);
    }

    .acasa header nav ul li:not(.active) a {
        color: var(--c-white);
    }

    .acasa .top-bar.scroll-up nav ul li:not(.active) a {
        color: var(--c-black);
    }

    .cta:hover {
        padding: 0.8rem 3.3rem;
    }

    header nav ul li a:hover {
        color: var(--c-primary) !important;
    }

    .numbers-container .large-3:nth-child(1),
    .numbers-container .large-3:nth-child(3) {
        transform: translateY(50%);
    }

    .contact-info-container a:hover svg {
        transform: scale(1.2);
    }

    .contact-form button:not(.disabled):hover svg {
        transform: translateX(2rem);
    }

    footer ul li a:hover {
        color: var(--c-white);
    }

    .copyright a strong {
        position: relative;
    }

    .copyright a strong::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: var(--c-primary);
        transform: scaleX(0);
        transform-origin: left;
    }

    .copyright a:hover strong::after {
        transform: scaleX(1);
    }

    .wapp-container:hover svg circle {
        fill: #12962d;
    }

    .galleries-page-container a:hover img {
        transform: scale(1.1);
    }

    .gallery-images-container .large-6:nth-child(2n) {
        transform: translateY(10rem);
    }

    .tarife table+.cta:hover {
        color: var(--c-primary);
        background-color: var(--c-white);
    }

    .galerie .page-secondary-hero {
        padding-bottom: calc(15vh + 10rem);
    }

    .detalii-servicii-container-btn a:hover::after {
        transform: scaleX(0);
    }

    .detalii-servicii-big-container .large-5:nth-child(3) {
        margin-top: 4rem;
    }

    .configurator-results {
        position: relative;
        height: 28.125rem;
    }

    .sticky {
        position: sticky;
        top: 7.5rem;
        left: 0;
        height: 0;
    }

    /*27.03.26*/
    .hero-benefits h4 {
        font-size: 1.5rem;
    }

    .cleaning-deserved {
        font-size: 1.25rem;
    }

    h2,
    .h2 {
        font-size: 2.75rem;
        line-height: 2.75rem;
    }
}

@media all and (max-width: 1023px) {
    .hamburger-container {
        display: block;
        z-index: 9999;
        cursor: pointer;
        max-width: 2rem;
        margin-left: auto;
    }

    .hamburger-container div {
        display: block;
        width: 100%;
        height: 2px;
        background-color: #000;
        transform-origin: center center;
        margin-top: 0.313rem;
    }

    .acasa .hamburger-container div {
        background-color: var(--c-white);
    }

    .acasa .menu-container.active .hamburger-container div,
    .acasa .top-bar.scroll-up .hamburger-container div {
        background-color: #000;
    }

    .hamburger-container div:first-child {
        margin-top: unset;
    }

    .menu-container.active .hamburger-container div:first-child {
        transform: translate3d(0, 0.438rem, 0) rotate3d(0, 0, 1, 45deg);
    }

    .menu-container.active .hamburger-container div:nth-child(2) {
        opacity: 0;
    }

    .menu-container.active .hamburger-container div:last-child {
        transform: translate3d(0, -0.438rem, 0) rotate3d(0, 0, 1, -45deg);
    }

    .nav-container {
        position: absolute;
        top: 3.125rem;
        left: 0;
        width: 100%;
        height: calc(100vh - 3.125rem);
        padding-top: 5rem;
        transform: translateX(100%);
        transition-duration: 0.3s;
        transition-timing-function: ease-out;
    }

    .nav-container::after {
        position: absolute;
        content: "";
        top: -50vh;
        left: 0;
        width: 100%;
        height: 200vh;
        background-color: #f2f2f2;
        z-index: -1;
    }

    .menu-container.active .nav-container {
        transform: translateX(0);
    }

    .nav-container .grid-x:not(.not) {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    header nav ul li a {
        color: var(--c-black);
    }

    header nav ul li,
    footer ul li {
        margin: unset;
    }

    header nav ul li:last-child a,
    footer ul li:last-child a {
        padding-right: 1rem;
    }

    .top-bar.scroll-up .logo-container {
        width: 6rem;
    }

    h1 {
        font-size: 2.4rem;
        line-height: 3rem;
    }

    .hero-homepage .grid-container .grid-x .grid-x {
        flex-direction: column;
    }

    .hero-homepage .grid-container .grid-x .grid-x a:last-child {
        margin-left: unset;
        margin-top: 2rem;
    }

    .hero-benefits {
        position: unset;
        bottom: unset;
        width: 100%;
        padding: 2rem 0;
        left: unset;
        transform: unset;
        transform: translateY(-30%);
    }

    .hero-benefits svg {
        width: 4.063rem;
        height: 4.063rem;
    }

    .hero-benefits h4 {
        margin-top: unset;
    }

    .hero-benefits .large-4:not(:last-child) {
        margin-bottom: 2rem;
    }

    .acasa .section-services {
        padding-top: 25rem;
    }

    .page-secondary-hero {
        margin-top: 8rem;
        padding-bottom: 5rem;
    }

    .page-secondary-hero .section-title {
        margin-bottom: 3rem;
    }

    .section,
    .section-more-details,
    .section-testimonials {
        padding: 5rem 0;
    }

    .section .grid-container>*:not(:last-child),
    .section-two .grid-container>*:not(:last-child),
    .section-testimonials .grid-container>*:not(:last-child),
    .section-more-details .grid-container>*:not(:last-child) {
        margin-bottom: 3rem;
    }

    .section-services-box {
        padding: 3rem 2rem;
    }

    .section-services-box>*:not(:last-child),
    .contact-info-container {
        margin-bottom: 4rem;
    }

    .section-title h2 {
        margin: 0.75rem 0;
    }

    .big-number {
        font-size: 18vw;
        line-height: 18vw;
    }

    .contact-info-container a {
        flex-direction: column;
        align-items: center;
    }

    .contact-info-link span {
        margin-left: unset;
        margin-top: 1rem;
    }

    footer {
        text-align: center;
    }

    .copyright {
        margin-top: 1.5rem;
    }

    footer ul li:not(:last-child) {
        margin-bottom: 1rem;
    }

    footer .logo-container {
        margin: 0 auto;
        margin-bottom: 1.5rem;
    }

    h2,
    .h2 {
        font-size: 1.75rem;
        list-style-type: 2.25rem;
    }

    h3,
    .h3 {
        font-size: 1.35rem;
        list-style-type: 2.95rem;
    }

    h4,
    .h4 {
        font-size: 1.2rem;
        line-height: 1.95rem;
    }

    .wapp-container {
        right: 1rem;
        bottom: 1rem;
        height: 60px;
        width: 60px;
    }

    .page-secondary-hero h1 {
        font-size: 2rem;
        line-height: 2.5rem;
    }

    .map {
        height: 45vh;
    }

    .service-gallery {
        margin-bottom: 3rem;
    }

    .service-icon-box {
        width: 50%;
    }

    .service-icon-box:not(:nth-child(5n)):not(:nth-child(6n)) {
        margin-bottom: 3rem;
    }

    .select-cat span {
        font-size: 1.2rem;
        white-space: nowrap;
    }

    .option-title {
        font-size: 1.2rem;
    }

    .total-price {
        font-size: 3rem;
        line-height: 3rem;
    }

    .ron {
        font-size: 1rem;
    }

    .option-box:not(:last-child),
    .all-categories {
        margin-bottom: 2.25rem;
    }

    .numbers-container .small-7 {
        margin: 1.5rem auto;
    }

    .big-number {
        font-size: 2.5rem;
        line-height: 1.5;
    }

    .configurator-results {
        margin: 0 auto;
    }

    .detalii-servicii-big-container .large-5:not(:last-child) {
        margin-bottom: 3rem;
    }

    .detalii-servicii-ul li:not(:first-child):not(:last-child) {
        margin-bottom: 1rem;
    }

    .detalii-servicii-ul li:first-child {
        font-size: 1.3rem;
    }

    .galleries-page-container .large-4:not(:last-child) {
        margin-bottom: 3rem;
    }

    /*27.03.26*/
    .suptitle {
        font-size: 1.25rem;

    }

    @media all and (max-width: 375px) {
        h1 {
            font-size: 1.6rem;
            line-height: 2.2rem;
        }

        h2,
        h3 {
            font-size: 1.3rem;
            line-height: 2.25rem;
        }

        h4 {
            font-size: 1rem;
            line-height: 1.75rem;
        }

        .hero-benefits {
            transform: translateY(-26%);
        }


    }

    @media all and (max-width: 374px) {

        .hero-homepage {
            height: unset;
            padding: 10rem 0 4rem 0;
        }

        .acasa .section-services {
            padding-top: 4rem;
        }

        .hero-benefits {
            transform: unset;
            margin-top: 2rem;
        }

        .nav-container {
            top: 1rem;
            height: calc(100vh - 1rem);
        }

        .section-services-box>*:not(:last-child),
        .contact-info-container {
            margin-bottom: 2rem;
        }

        .numbers-container .small-7 {
            width: 80%;
        }

        .section-services-box>*:not(:last-child),
        .contact-info-container {
            margin-bottom: 3rem;
        }

        .option {
            padding: 0.9rem 2rem;
        }

        .comanda-css {
            white-space: nowrap;
        }

    }

    /* input.invalid,
select.invalid,
textarea.invalid,
label.invalid .checkbox {
    border: 1px solid red;
} */

    /*ANIMATIONS*/
    @keyframes spin {
        100% {
            transform: rotate(360deg);
        }
    }

    /*END ANIMATIONS*/

    /*LOADING STATE*/
    #tinymce #loading {
        display: none;
    }

    #loading {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 9999999999999;
    }

    #loading::after {
        position: absolute;
        left: calc(50% - 2.344rem);
        top: calc(50% - 2.344rem);
        content: "";
        width: 4.688rem;
        height: 4.688rem;
        display: inline-block;
        border-width: 2px;
        border-color: rgba(255, 255, 255, 0.05);
        border-top-color: #fff;
        animation: spin 1s infinite ease-in-out;
        border-radius: 100%;
        border-style: solid;
        transform: rotate(0deg);
    }

    #loading.remove {
        opacity: 0;
    }
}

/*END LOADING STATE*/

@media all and (min-width: 1536px) and (-webkit-min-device-pixel-ratio: 1.25) {
    html {
        font-size: 1.707577374599787vmin;
    }
}

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5) {
    html {
        font-size: 1.707577374599787vmin;
    }
}

@media all and (min-width: 1097px) and (-webkit-min-device-pixel-ratio: 1.75) {
    html {
        font-size: 1.707577374599787vmin;
    }
}

.nav-container .phone svg {
    fill: var(--c-primary);
    height: 1.5rem;
    margin-right: .5rem;
}

/* 27.03.26 */
.hero h1 {
    text-transform: uppercase;
}

.hero:not(.page-secondary-hero) .cta {
    font-size: 1.25rem;
    padding: 1.25rem 2.5rem;
}