@import url("https://use.typekit.net/btl7uqm.css");

/*
Theme Name: Hofbauer
Author: George Neagu
Description: Custom developed theme to fit all kinds of neeeds
Version: 10
Tested up to: 8.4
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
This theme, like WordPress, is licensed under the GPL.
*/

/* Resets */

/*
1. Use a more-intuitive box-sizing model.
*/
*,
*::before,
*::after {
    box-sizing: border-box;
}

/*
2. Remove default margin
*/
* {
    margin: 0;
    font-family: "unbounded", sans-serif;
    font-style: normal;
}

/*
Typographic tweaks!
3. Add accessible line-height
4. Improve text rendering
*/
body {
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}

/*
5. Improve media defaults
*/
img,
picture,
video,
canvas,
svg {
    display: block;
    max-width: 100%;
}

/*
6. Remove built-in form typography styles
*/
input,
button,
textarea,
select {
    font: inherit;
}

/*
7. Avoid text overflows
*/
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    overflow-wrap: break-word;
    margin-bottom: 0px !important;
}

/*
8. Create a root stacking context
*/
#root,
#__next {
    isolation: isolate;
}

body html {
    overflow-x: hidden !important;
}
html {
    overflow-x: hidden !important;
}

/* Fonts */

/* Unbounded Light */

.unbounded-light {
    font-family: "unbounded", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.unbounded-regular {
    font-family: "unbounded", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.unbounded-semibold {
    font-family: "unbounded", sans-serif;
    font-weight: 600;
    font-style: normal;
}

/* Vars */
:root {
    --general-blue: #196ab4;
    --link-blue: #3a78f9;
    --text-dark: #102433;
    --bg-dark-blue: #12264f;
}

.green {
    background-color: #00a651;
    padding: 70px;
}

/* WYSIWYG */
.h2 > strong {
    font-size: 16px !important;
}

#text {
    font-size: 16px;
}

/*  Walker Menu styles */

.menu-item > a {
    color: #1b1464 !important;
    text-transform: capitalize;
    font-family: "unbounded", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-underline-offset: 2px;
    font-size: 16px;
}

.menu-item:hover > a {
    text-decoration: underline;
}

.dropdown-menu {
    background-color: unset !important;
    padding: 0.5rem 0.5rem !important;
    background-color: #fff !important;

    border: 2px solid #1b146434 !important;
}

.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: 0.5rem !important;
}

.dropdown-item:hover {
    color: unset;
    background-color: #e9ecef;
}

.dropdown-item {
    background-color: #fff !important;
    margin-bottom: 5px !important;
}

.dropdown-item > span {
    color: var(--text-dark) !important;
}

.logo {
    max-width: 225px;
}

#nav-wrapper {
    padding: 30px 30px;
    background: #e5e4ed;
    background: linear-gradient(#e5e4ed, #fff);
}

.inner-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.navbar-toggler {
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    position: absolute;
}

.current-menu-item > a {
    font-weight: 700;
}

.dropdown-item {
    color: var(--text-dark) !important;
    font-weight: 400;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
}

.dropdown-item:hover {
    background-color: #f2f2f2;
    color: var(--general-blue) !important;
}

.navbar-toggler {
    border: none;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 30 30'%3e%3cpath stroke='%231B1464' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-nav {
    gap: 0px;
}

/* Menu styles end */

body {
    background-color: #fff;
}

footer {
    margin-top: 150px;
}

.hero {
    background-color: #bad9c9;
    min-height: 424px;
}

.hero-clone {
    background-color: #03a751;
    min-height: 450px;
}

.hero-deblocari {
    background-color: #babbd981;
    min-height: 444px;
}

.hero-montaj {
    background-color: #d4d9ba;
    min-height: 444px;
}

.hero-proiecte {
    background-color: #d9bacf;
    min-height: 444px;
}

.hero-cumcumpar {
    background-color: #d9bacf;
    min-height: 254px;
}

.hero-contact {
    background-color: #03a7528a;
    min-height: 254px;
}

.hero-left {
    padding: 45px !important;
}

.hero-right {
    background-image: url("assets/hero-door.png");
    background-size: cover;
    background-position: center left;
    background-repeat: no-repeat;
}

.hero-right-deblocari {
    background-image: url("assets/deblocari-usi-hero.png");
    background-size: cover;
    background-position: center left;
    background-repeat: no-repeat;
}

.hero-right-montaj-transport {
    background-image: url("assets/montaj-transport-hero.png");
    background-size: cover;
    background-position: center left;
    background-repeat: no-repeat;
}

.hero-right-proiecte {
    background-image: url("assets/proiecte-hero.png");
    background-size: cover;
    background-position: center left;
    background-repeat: no-repeat;
}

.hero-clone1 {
    background-image: url("assets/hero-clone1.png");
    background-size: cover;
    background-position: center left;
    background-repeat: no-repeat;
}

.hero-clone2 {
    background-image: url("assets/hero-clone2.png");
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
}

.hero-despre {
    background-image: url(assets/hero-despre.png);
    background-size: cover;
    background-position: center left;
    background-repeat: no-repeat;
}

.menu-right {
    display: flex;
    align-items: center;
    justify-content: center;
}

.green-bg {
    background-image: url("assets/green-btn.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 50px;
    margin-right: -10px;
    margin-left: 40px;
}

.hero-title {
    font-size: clamp(26px, 4vw, 36px);
    color: #1b1464;
}

.hero-clone-title {
    font-size: 24px;
    color: #054da4;
}

.hero-text {
    color: #1b1464;
    font-size: 18px;
}

.oferta {
    text-decoration: none;
}

.ribbon {
    background: #00a651; /* culoarea verde */
    color: #fff;
    padding: 8px 50px;
    border: none;
    font-size: 18px;
    line-height: 1.2;
    position: relative;
    clip-path: polygon(0 0, 10% 0, 13% 56%, 10% 100%, 0 100%, 90% 100%, 87% 50%, 90% 0);
    text-decoration: none;
    box-sizing: border-box;
    font-family: "unbounded", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.ribbon-wapp {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.ribbon:hover {
    background: #1b1464;
    color: #fff;
    transition: all 0.5s ease;
}

.negative-m {
    margin-left: -20px;
    padding-top: 30px;
}

.grid-placement {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
    height: 100%;
}

.flex-right {
    background-color: #00a651;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 50px;
    padding-left: 30px;
}

.flag {
    display: flex;
    align-items: center;
    background: #1b1464; /* albastrul exact din imagine */
    width: 200px;
    height: 120px;
    position: relative;
    color: white;
    font-weight: 700;
    font-size: 64px;
    justify-content: center;
    clip-path: polygon(12% 0, 100% 0%, 100% 100%, 12% 100%, 0% 50%);
}

.nrof {
    color: #fff;
    font-size: 40px;
}

.typeof {
    color: #fff;
    line-height: 1rem;
}

.banner-holder {
    display: flex;
    align-items: center;
    gap: 10px;
}

.section-space {
    padding-top: 100px;
}

.products-g {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}

.product-box {
    border: 2px solid #1b1464;
    padding: 35px;
    position: relative;
}

.absolute-btn {
    position: absolute;
    right: 35px;
    bottom: -15px;
}

.max-w-1 {
    max-width: 400px;
}

.max-w-800 {
    max-width: 800px;
}
.max-w-600 {
    max-width: 600px;
}

.product-title {
    font-size: clamp(20px, 2vw, 36px);
    color: #1b1464;
}

.wp-block-product-new {
    margin-top: 50px;
}

.gen_header {
    font-size: clamp(20px, 2vw, 36px);
    color: #1b1464;
}

.page-title-g p {
    font-size: clamp(20px, 2vw, 36px);
    color: #1b1464;
}

.related h2 {
    font-size: clamp(20px, 2vw, 36px);
    color: #1b1464;
}

.product-desc {
    padding-top: 15px;
    font-size: 18px;
    color: #1b1464;
}

.flex-g {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 20px;
}

.mottura-title {
    font-size: clamp(20px, 2vw, 36px);
    color: #fff;
    max-width: 580px;
    line-height: 1.1em;
}

.mottura-text {
    color: #fff;
}

.mottura-right {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.float-right {
    display: flex;
    justify-content: flex-end;
}

.parallel-1 {
    background-color: #054da4;
    height: 30px;
    width: 93%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 1% 100%);
}

.parallel-3 {
    background-color: #00a651;
    height: 30px;
    width: 93%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 1% 100%);

    margin-bottom: -1px;
}

.parallel-2 {
    background-color: #054da4;
    height: 30px;
    width: 93%;
    clip-path: polygon(0 0, 99% 0, 100% 100%, 0% 100%);
}

.parallel-4 {
    background-color: #00a651;
    height: 30px;
    width: 93%;
    clip-path: polygon(0 0, 99% 0, 100% 100%, 0% 100%);
}

.video-border {
    border: 5px solid #1b1464;
}

.service {
    display: grid;
    background-color: #1b1464;
    padding: 80px;
    clip-path: polygon(0 0, 0% 0, 3% 50%, 0% 100%, 0 100%, 100% 100%, 97% 50%, 100% 0);
    gap: 20px;
    position: relative;
    overflow: visible;
}

.service-2 {
    display: flex;
    flex-direction: row;

    align-items: center;

    background-color: #fff;
    padding: 80px;
    clip-path: polygon(0 0, 0% 0, 3% 50%, 0% 100%, 0 100%, 100% 100%, 97% 50%, 100% 0);
    position: relative;
    overflow: visible;

    min-height: 100%;

    gap: 30px;
}

.bg-form {
    background-color: #1b1464;
    padding: 30px 80px;
    clip-path: polygon(0 0, 0% 0, 3% 50%, 0% 100%, 0 100%, 100% 100%, 97% 50%, 100% 0);

    font-size: clamp(30px, 2vw, 36px);
    max-width: 650px;

    margin-top: -75px;
}

.absolute-btn-2 {
    position: absolute;
    bottom: -13px;
    z-index: 99;
    left: 50%;
    transform: translate(-50%);
}

.service-wrapper {
    padding-top: 50px;
}

.pr {
    position: relative;
}

.element {
    display: flex;
    cursor: pointer;
    flex-direction: row;
}

.testimonials-space {
    margin-top: 20px;
}

.testimonial {
    display: grid;
    padding: 30px;
    gap: 15px;
    min-height: 300px;
}

.smaller {
    font-size: 26px !important;
}

.lg-pt {
    padding-top: 50px;
}

.blue {
    background-color: #1b1464;
}

.proiecte-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px 0px;
}

.blue-rectangle {
    clip-path: polygon(0 0, 88% 0, 100% 100%, 0% 100%);
    width: 150px;
    height: 120px;
    background-color: #1b1464;
    margin-top: -5px;
}

.client-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.client-grid-home {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 90px;
}

.client-grid img {
    place-self: center start;
    height: auto;
    width: 80%;
}

.client-grid-home img {
    place-self: center;
    height: auto;
    width: 100%;
}
.blue-bg {
    background-color: #1b1464;
    height: 150px;
    width: 100%;
    position: absolute;
    bottom: 0;
}

.green-poly {
    clip-path: polygon(0 0, 0% 0, 3% 50%, 0% 100%, 0 100%, 100% 100%, 97% 50%, 100% 0);
    background-color: #00a651;
    padding: 100px 50px;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 25px;
}

.bigger-font {
    font-size: 20px !important;
}

.max-w-over {
    max-width: 740px;
}

.ribbon-w-space {
    margin-top: 15px;
}

.ribbon-w {
    background: #fff;
    color: #054da4;
    padding: 5px 50px;
    border: none;
    font-size: 18px;
    line-height: 1;
    position: relative;
    clip-path: polygon(0 0, 10% 0, 13% 56%, 10% 100%, 0 100%, 90% 100%, 87% 50%, 90% 0);
    text-decoration: none;
    box-sizing: border-box;
}

.ribbon:hover {
    background: #1b1464;
    color: #fff;
    transition: all 0.5s ease;
}

.slick-dots {
    bottom: -40px !important;
}

.slick-dots li button:before {
    font-size: 26px !important;
    content: "•";
}

.slick-dots li button:before {
    color: #00a651 !important;
    opacity: 0.4 !important;
}

.slick-dots li.slick-active button:before {
    color: #00a651 !important;
    opacity: 1 !important;
}

.overflow-x-hidden {
    overflow-x: hidden !important;
}

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

.blue-footer {
    min-height: 600px;
    background-color: #1b1464;
    clip-path: polygon(50% 22%, 100% 0, 100% 100%, 0 100%, 0 0);
    padding-top: 200px;
}

.footer {
    background: linear-gradient(#fff, #03a751);
}

.footer-list-title {
    color: #fff;
    font-family: "unbounded", sans-serif;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 20px;
}

.footer-list-subtitle {
    color: #fff;
    font-family: "unbounded", sans-serif;
    font-size: 16px;
    font-weight: 600;
}

.footer-menu {
    color: #fff;
    font-family: "unbounded", sans-serif;
    font-weight: 100;
    font-size: 16px;

    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-left-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.list-rest {
    list-style-type: none;
    padding-left: unset;
}

.anpc {
    display: flex;
    gap: 10px;
}

.social {
    display: flex;
    align-items: center;
    gap: 15px;
}

.custom-flex {
    display: flex;
    flex-direction: row;
}

.reset-anchor {
    color: #fff;
    text-decoration: none;
}

.reset-anchor:hover {
    color: #ffffff88;
}

.cart {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.pret_produs {
    font-family: "unbounded", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 24px;
    color: #00a651;
}

.optiuniPret {
    display: flex;
    align-items: column;
    gap: 20px !important;
}

.single_add_to_cart_button {
    background: #00a651 !important;
    color: #fff;
    max-width: 250px;
    font-size: 18px;
    clip-path: polygon(0 0, 10% 0, 13% 56%, 10% 100%, 0 100%, 90% 100%, 87% 50%, 90% 0);
    font-family: "unbounded", sans-serif;
    font-weight: 400 !important;
    font-style: normal;

    margin-left: -20px !important;
}

.add_to_cart_button {
    background: #00a651 !important;
    color: #fff !important;
    padding: 12px 40px !important;
    font-size: 18px;
    clip-path: polygon(0 0, 10% 0, 13% 56%, 10% 100%, 0 100%, 90% 100%, 87% 50%, 90% 0);
    font-family: "unbounded", sans-serif;
    font-weight: 400 !important;
    font-style: normal;
}

.wc-forward {
    background: #fff !important;
    color: #00a651 !important;
    padding: 12px 6px !important;
    font-size: 18px;
    /* clip-path: polygon(0 0, 10% 0, 13% 56%, 10% 100%, 0 100%, 90% 100%, 87% 50%, 90% 0); */
    font-family: "unbounded", sans-serif;
    font-weight: 400 !important;
    font-style: normal;

    margin-top: 10px;
}

.page-numbers li a {
    color: #00a651;
}

.wc-block-grid__product-title {
    color: #1b1464 !important;
}

.price {
    text-align: center;
}

.wc-block-components-product-price {
    text-align: left;
}

.wc-block-grid__product-link,
.wc-block-grid__product-price {
    text-decoration: none !important;
}

.wc-block-cart__submit-button {
    border: 2px solid #00a651;
}

.wc-block-components-checkout-place-order-button {
    background-color: transparent;
    border: 2px solid #00a651 !important;
}

.wc-block-components-button__text,
.wc-block-components-product-name {
    color: #00a651;
    text-decoration: none;
}

.wc-block-components-button {
    text-decoration: none;
}

.related-space {
    padding-top: 100px;
}

.woocommerce-message {
    padding: 1em 2em 1em 3.5em;
    margin: 20px 0 2em;
    position: relative;
    background-color: #f6f5f8;
    color: #515151;
    border: 3px solid #00a651 !important;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;

    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}

.woocommerce-message::before {
    content: "\e015";
    color: #00a651;
}

.woocommerce ul.products li.product .button {
    display: flex;
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
    color: #00a651;
}

ul.products li.product {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%; /* dacă vrei înălțimi egale */
}

.product {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.woocommerce-loop-product__title {
    color: #1b1464;
}

.woocommerce-Price-amount {
    color: #00a651;
    text-decoration: none !important;
}

ins {
    text-decoration: none !important;
}

.h2 {
    color: #1b1464;
    font-size: 18px !important;
}

.page-style p {
    margin-top: 20px;
}

/* cart notification styles */
.cart-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    font-size: 1.2rem;
    text-decoration: none;
    color: inherit;
}

.cart-icon {
    position: relative;
    font-size: 1.5rem;
}

/* bulina */
.cart-link::after {
    content: attr(data-count);
    position: absolute;
    bottom: -6px;
    right: -10px;
    background: #00a651;
    color: white;
    font-size: 11px;
    font-weight: bold;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.2s ease;
}

.cart-link:not([data-count="0"])::after {
    opacity: 1;
    transform: scale(1);
}

.woocommerce-loop-product__title {
    min-height: 55px;
    text-align: center;
}

.door-dimensions {
    display: flex;
    align-items: center;
    gap: 30px;
}

.wc-block-components-order-summary-item__total-price {
    display: none;
}

.absolute-contacts {
    display: flex;
    flex-direction: column;
    gap: 20px;
    right: 0px;
    top: 250px;
    padding: 10px;
    position: fixed;
    background-color: #00a651;
    z-index: 29;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border: 2px solid #fff;
    border-right: 0px;
    cursor: pointer;

    transition: all 0.1s;
}

.side-text {
    opacity: 0;
}

.absolute-contacts:hover {
    border: 2px solid #1b1464;
    background-color: #1b1464;
    transition: all 0.1s;
}

.side-contacts {
    display: flex;
    align-items: center;
}

.deblocari-banner-h {
    background-color: #054da4;
    padding: 40px 0px;
    margin-top: -1px;
}

.deblocari-banner-h {
    background-color: #054da4;
    padding: 30px 0px;
    margin-top: -1px;
}

.footer-logo {
    width: 250px;
}

.gen-text {
    font-size: 18px;
    line-height: 1.3em;
}

.text-white {
    color: #fff;
}
.text-blue {
    color: #1b1464;
}

.text-green {
    color: #03a751;
}

.max-w-630 {
    max-width: 630px;
}

.fs-16 {
    font-size: 16px;
}

.fs-18 {
    font-size: 18px;
    line-height: 1.3em;
}

.fs-22 {
    font-size: 22px;
}

.flex-center-g {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0px 20px !important;
}

.gen-header {
    font-size: clamp(20px, 2vw, 36px);
    color: #fff;
    max-width: 900px;
    line-height: 1.1em;
}

.service-2 img {
    max-height: 90px;
}

.text-deblocari {
    font-size: 24px;
}

.section-gradient-1 {
    background: #054da4;
    background: linear-gradient(179deg, rgba(5, 77, 164, 0.2) 0%, rgba(255, 255, 255, 0.05) 61%);
}

.negative-space-top {
    margin-top: 75px;
}

.service-row {
    padding: 50px;
    border: 2px solid #1b1464;
    background-color: #fff;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.sr-title {
    font-size: 24px;
    min-width: 220px;
}

.sr-title-2 {
    font-size: 24px;
    min-width: 260px !important;
    max-width: 250px !important;
}

.sr-img {
    max-width: 70px;
}

.sr-holder {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.dark-blue {
    background-color: #1b1464;
}

.dark-blue-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px 0px;
}

.mt-header {
    font-size: 24px;
    color: #1b1464;
}

.proiecte-header {
    font-size: 24px;
    color: #00a651;
}

.mt-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;

    margin-top: 40px;
}

.grid-pol {
    background-color: #00a651;
    clip-path: polygon(0 0, 0% 0, 3% 50%, 0% 100%, 0 100%, 100% 100%, 97% 50%, 100% 0);

    padding: 30px 50px;
    color: #fff;

    display: flex;
    align-items: center;
}

.pad0 {
    padding: 0px;
}

.grid-pol p {
    max-width: 350px;
    font-size: 22px;
    line-height: 1.3em;
}

.mt-polygon {
    background-color: #1b1464;
    clip-path: polygon(0 0, 0% 0, 3% 50%, 0% 100%, 0 100%, 100% 100%, 97% 50%, 100% 0);

    padding: 50px 100px;
    gap: 40px;

    display: grid;
    grid-template-columns: 1fr 1fr;
}

.mt-polygon-title {
    color: #00a651;
    font-size: 24px;
}

.mt-polygon-desc {
    color: #fff;
    font-size: 18px;
}

.montaj {
    margin-top: 40px;
}

.montaj-el {
    display: flex;
    flex-direction: column;
    gap: 15px;

    border: 2px solid #1b1464;
    border-bottom: 0px;
    text-align: center;

    padding: 50px;
}

.montaj-el:last-child {
    border-bottom: 2px solid #1b1464;
}

.montaj-title {
    color: #00a651;
    font-size: 24px;
    line-height: 1.3em;
}

.contact-title {
    color: #00a651;
    font-size: 18px;
    line-height: 1.3em;
}

.montaj-desc {
    color: #1b1464;
    font-size: 18px;
}

.proiecte-padd {
    padding-top: 50px;
}

.cc-holder {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.cc-row {
    display: grid;
    grid-template-columns: 25% 75%;

    max-width: 1000px !important;
    width: 100%;
}

.cc-title {
    border: 2px solid #1b1464;
    border-bottom: 0px;
    padding: 40px;

    font-size: 26px;
    color: #00a651;

    display: flex;
    align-items: center;
}

.cc-desc {
    border: 2px solid #1b1464;
    border-left: 0px;
    border-bottom: 0px;
    padding: 40px;
    font-size: 24px;

    display: flex;
    align-items: center;
}

.cc-row:last-child .cc-title,
.cc-row:last-child .cc-desc {
    border-bottom: 2px solid #1b1464;
}

.plata {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
}

.plata p {
    border: 2px solid #1b1464;
    padding: 10px 5px;
    width: 400px;
    min-height: 90px;
    text-align: center;

    display: flex;
    align-items: center;
    justify-content: center;
}

.gradient-green-section {
    background: linear-gradient(
        179deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(3, 167, 82, 0.1) 60%,
        rgba(3, 167, 82, 0.18) 100%
    );
    padding-bottom: 100px;
}

.gradient-green-section-2 {
    background: linear-gradient(
        179deg,
        rgba(3, 167, 82, 0.18) 0%,
        rgba(3, 167, 82, 0.1) 12%,
        rgba(255, 255, 255, 0) 40%
    );
}

.plata-padd {
    padding-bottom: 100px;
}

.location-holder {
    display: flex;
    align-items: center;
    margin-top: 50px;
    gap: 10px;
}

.location {
    display: flex;
    align-items: center;
    flex-direction: column;
    border: 2px solid #1b1464;
    padding: 30px;
    min-width: 300px;
}

.location p {
    text-align: center;
}

.location img {
    margin-bottom: 10px;
}

.no-border {
    border: unset !important;
    display: flex;
    align-items: center;
}

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

.contact-holder {
    margin-top: 50px;
}

.contact-row {
    display: flex;
    align-items: center;
    justify-content: flex-start;

    border: 2px solid #1b1464;
    border-bottom: 0px;
    padding: 20px 30px;
    gap: 20px;
}

.contact-title {
    min-width: 200px;
}

.contact-row:last-of-type {
    border-bottom: 2px solid #1b1464;
}

.magazin-holder {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;

    width: 100%;
    margin-top: 50px;
}

.magazine-title {
    color: #00a651;
    font-size: 24px;
    text-align: center;
}

.magazin {
    border: 2px solid #1b1464;
    background-color: #fff;
    padding: 30px;
}

.magazin-loc {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.magazin-loc img {
    max-width: 15px;
}

.magazin-loc p {
    color: #1b1464;
}

.magazin-details {
    color: #1b1464;
    font-family: "unbounded", sans-serif;
    font-weight: 100;
    margin-top: 10px;
}

.hof-contact-form {
    pointer-events: auto !important;
}

.form-holder {
    width: 100%;
    margin-top: 50px;
}

.form-row {
    display: flex;

    width: 100%;

    border-left: 2px solid #1b1464;
    border-right: 2px solid #1b1464;
    border-top: 2px solid #1b1464;
    padding: 10px;
}

.input-namen {
    padding: 15px;
    border-right: 2px solid #1b1464;
    min-width: 200px;
}

.form-row:last-of-type {
    border-bottom: 2px solid #1b1464;
}

.mesaj {
    min-height: 100px;
}

.input-holder {
    display: flex;
    align-items: center;
    padding-left: 30px;
}

#wpcf7-f301-o1 {
    width: 100% !important;
}

.wpcf7-form-control {
    width: 100% !important;

    border: 0px !important;
}

.wpcf7-form-control-wrap {
    width: 100% !important;
}

.input-holder {
    width: 100% !important;
}

.input-holder p {
    width: 100%;
}
.contact-textarea {
    max-height: 150px !important;
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 0.6em;
    font-weight: normal;
    display: block;
}

.submit-cf {
    clip-path: polygon(0 0, 10% 0, 13% 56%, 10% 100%, 0 100%, 90% 100%, 87% 50%, 90% 0) !important;
    background-color: #00a651;
    width: 200px !important;
    color: #fff;
    position: absolute;
    right: 50px;
    bottom: 11px;
    padding: 5px 10px;
    font-size: 16px;
}

.form-info {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.form-info p {
    max-width: 600px;
    text-align: center;
    color: #1b1464;
}

.client-grid img {
    max-width: 100px;
}

.related h2 {
    margin-bottom: 40px !important;
}

.video-main {
    min-height: 630px;
}

.btt {
    position: fixed;
    bottom: 20px;
    right: 20px;

    z-index: 999;

    padding: 5px;
    background-color: #00a651;
    border-radius: 50%;
    border: 2px solid #fff;

    font-size: 20px;
    cursor: pointer;
}

.btt:hover {
    opacity: 0.8;
}

.btt svg {
    width: 30px;
    font-size: 20px;
}

.wc-block-components-radio-control__secondary-label {
    display: none;
}

.garantia-plus,
.install-option-usi,
.install-option {
    padding: 10px;
    border: 2px solid #00a651;
}

/* checkout */

.woocommerce-thankyou-order-received,
.woocommerce-order-details__title,
.woocommerce-column__title {
    font-size: 1.5rem;
    margin-top: 20px;
    padding-bottom: 20px;
}

.wc-block-components-totals-shipping {
    display: none;
}

.woocommerce-thankyou-order-details {
    padding-left: 0px !important;
}

.woocommerce ul.order_details::after {
    clear: unset;
}

/* desktop styles above this line */

/* mobil */

@media (max-width: 991px) {
    .video-main {
        min-height: 390px;
    }
    .form-info p {
        font-size: 15px;
    }
    .submit-cf {
        position: relative;
        margin: 0 auto;
        top: 20px;
        text-align: center;
        right: unset;
        font-size: 18px;
        background-color: #00a651 !important;
    }
    .form-row {
        flex-direction: column;
    }

    .wpcf7-spinner {
        display: none;
    }

    .form-holder p {
        display: flex;
        align-items: center;
    }

    .input-namen {
        padding: 10px;
        border-right: unset;
        min-width: unset;
    }

    .input-holder {
        padding-left: unset;
    }

    .mesaj {
        min-height: unset;
    }

    .wpcf7-form-control {
        background-color: rgba(128, 128, 128, 0.24);
    }

    .contact-textarea {
        max-height: 100px !important;
    }

    .magazin-holder {
        grid-template-columns: 1fr;
        width: 100%;
    }
    .magazin {
        width: 100%;
    }
    .magazine-title {
        color: #00a651;
        font-size: 20px;
        text-align: center;
    }
    .flex-center-g {
        padding: 0px 0px !important;
    }
    .location-holder {
        display: flex;
        flex-direction: column;
    }

    .location {
        border: 2px solid #1b1464;
        padding: 15px;
        min-width: 100%;
    }

    .gradient-green-section {
        padding-bottom: 50px;
    }

    .plata {
        flex-direction: column;
    }

    .plata-padd {
        padding-bottom: 50px;
    }

    .cc-row {
        display: grid;
        grid-template-columns: 1fr;
    }

    .cc-desc {
        border-left: 2px solid #1b1464;
        text-align: center;
        justify-content: center;
        padding: 20px;
        font-size: 20px;
    }

    .plata p {
        width: 100%;
        padding: 0px 80px;
    }

    .cc-title {
        padding: 20px;
        text-align: center;
        justify-content: center;
        font-size: 20px;
    }

    .cc-row:last-child .cc-title,
    .cc-row:last-child .cc-desc {
        border-bottom: 0px solid #1b1464;
    }

    .cc-row:last-child .cc-desc {
        border-bottom: 2px solid #1b1464;
    }

    .montaj-el {
        padding: 20px;
    }

    .montaj-title {
        font-size: 20px;
    }

    .montaj-desc {
        color: #1b1464;
        font-size: 15px;
    }

    .mt-polygon {
        padding: 30px 50px;
        gap: 20px;

        grid-template-columns: 1fr;
    }
    .mt-header {
        font-size: 20px;
        color: #1b1464;
    }
    .proiecte-header {
        font-size: 20px;
        color: #00a651;
    }

    .grid-pol p {
        font-size: 15px;
    }

    .mt-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;

        margin-top: 30px;
    }

    .mt-header {
        text-align: center;
    }

    .fs-18 {
        font-size: 17px;
        line-height: 1.3em;
    }

    .bg-form {
        background-color: #1b1464;
        padding: 30px 30px;
        clip-path: polygon(0 0, 0% 0, 3% 50%, 0% 100%, 0 100%, 100% 100%, 97% 50%, 100% 0);
        font-size: clamp(24px, 2vw, 36px);
        margin-top: -65px;
    }
    .sr-holder {
        gap: 10px;
    }

    .service-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        padding: 30px;
    }

    .sr-title {
        font-size: 20px;
        max-width: 100%;
    }

    .sr-title-2 {
        font-size: 20px;
        max-width: 100%;
    }

    .service-2 img {
        max-height: unset !important;
    }

    .service-2 {
        flex-direction: column !important;
        padding: 30px 50px;
    }

    .text-deblocari {
        font-size: 18px;
        text-align: center;
    }

    .footer-logo {
        width: 150px;
    }
    .deblocari-banner-h {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 40px;
        gap: 20px;
    }
    .door-dimensions {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }
    .form-select {
        width: 100%;
    }
    .woocommerce ul.products[class*="columns-"] li.product,
    .woocommerce-page ul.products[class*="columns-"] li.product {
        width: 40% !important;
    }
    .related-space {
        padding-top: 50px;
    }
    .product-reverse {
        flex-direction: column-reverse !important;
    }

    .blue {
        padding-left: 20px;
        padding-right: 20px;
    }
    .menu-item > a {
        color: var(--text-dark) !important;
        padding: 0.4rem 0rem;
        display: block;
        background-color: #fff;
    }

    .dropdown-menu {
        background-color: transparent !important;
        box-shadow: none;
    }

    .dropdown-item {
        padding-left: 1.5rem;
    }

    #mainNavbar {
        border-top: 2px solid #1b1464;
        position: absolute;
        top: 50px;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
    }

    .navbar {
        position: unset !important;
    }

    .navbar-toggler-icon {
        width: 1.5em !important;
    }

    .navbar-toggler {
        top: 19px;
        right: 25px;
        position: absolute;
    }

    #nav-wrapper {
        padding-top: 30px;
    }

    .logo {
        max-width: 165px;
    }

    .navbar-nav {
        background-color: #fff;
        padding: 20px !important;
    }

    .container {
        padding: 0 20px !important;
    }

    .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: unset !important;
    }

    #mainNavbar {
        z-index: 100;
    }

    .inner-header {
        padding: 0px 30px;
    }

    .tehnologia-header {
        font-size: 26px;
    }

    .momente-text {
        font-size: 1.1rem;
    }

    .text-fff {
        font-size: 16px;
    }

    #nav-wrapper {
        padding: 20px 0px;
    }

    .navbar-nav {
        gap: 0px;
    }

    .hero-left {
        padding: 40px !important;
    }

    .hero-right {
        background-image: url(assets/hero-door-sm.png);
        background-size: cover;
        background-position: top right;
        background-repeat: no-repeat;
        min-height: 300px;
    }

    .hero-right-deblocari {
        background-image: url(assets/deblocari-usi-hero-sm.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        min-height: 300px;
    }

    .hero-right-montaj-transport {
        background-image: url(assets/montaj-transport-hero-sm.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        min-height: 300px;
    }

    .hero-right-proiecte {
        background-image: url(assets/proiecte-hero-sm.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        min-height: 300px;
    }

    .hero-despre {
        background-image: url(assets/hero-despre.png);
        background-size: cover;
        background-position: center right;
        background-repeat: no-repeat;
        min-height: 299px;
    }

    .flex-right {
        display: grid;
        grid-template-columns: 1fr 1fr;
        padding: 50px;
        gap: 10px;
    }

    .flag {
        display: none;
    }

    .products-g {
        display: grid;
        grid-template-columns: 1fr;
        gap: 45px;
        padding: 0px 20px;
    }

    .section-space {
        padding-top: 50px;
    }

    .absolute-btn {
        position: absolute;
        right: 0px;
        bottom: -21px;
    }

    .mottura-right {
        padding-top: 30px;
    }

    .green {
        padding: 50px 20px !important;
    }

    #spacer-above {
        margin-top: 50px;
    }
    .client-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
    .client-grid-home {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
}

/* 991 above */
/* 600 below */

@media (max-width: 761px) {
    .desktop {
        display: none;
    }
    .hero-clone-reverse {
        flex-direction: column-reverse !important;
    }
    .contact-title {
        min-width: unset;
    }

    .contact-row {
        flex-direction: column;
        gap: 10px;
    }
}

@media (max-width: 600px) {
    .hero-clone1 {
        background-image: url(assets/hero-clone1-sm.png);
        height: 200px;
    }
    .hero-clone2 {
        background-image: url(assets/hero-clone2-sm.png);
        height: 200px;
    }
    .flex-right {
        display: grid;
        grid-template-columns: 1fr;
        padding: 20px;
        gap: 10px;
    }
    .slide-arrow {
        display: none !important;
    }
    .testimonial {
        padding: 0px 0px 0px 0px;
        min-height: unset;
    }

    .testimonials-wrapp {
        padding: 30px 20px !important;
        padding-top: 0px !important;
        overflow-x: hidden !important;
    }
    .slick-list {
        overflow: hidden !important;
    }

    .slick-slide {
        opacity: 0;
        transform: translateX(10px);
        transition:
            opacity 0.45s ease,
            transform 0.45s ease;
    }

    .slick-current {
        opacity: 1;
        transform: translateX(0);
    }

    .slick-track {
        display: flex !important;
    }
    .service-wrapper {
        padding-top: 25px;
    }
    .smaller {
        font-size: 20px !important;
    }
    .service {
        padding: 40px 30px;
    }
    .ribbon {
        display: block;
        width: 230px;
        text-align: center;
    }

    .negative-m {
        padding-top: 20px;
    }

    .flex-g {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .absolute-btn {
        position: absolute;

        left: 15px;
        bottom: -21px;
    }
    .product-desc {
        padding-top: 5px;
        font-size: 18px;
        color: #1b1464;
    }
    .lg-pt {
        padding-top: 15px;
    }
    .nrof {
        color: #fff;
        font-size: 30px;
    }
    .client-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .client-grid-home {
        gap: 20px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .client-grid-home img {
        place-self: center;
        height: auto;
        width: 60%;
    }
    .ribbon {
        font-size: 15px;
    }
    .absolute-btn-2 {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .desktop {
        display: none;
    }
    .green-poly {
        padding: 40px 50px;
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 15px;
    }
    .bigger-font {
        font-size: 18px !important;
        line-height: 1.2em;
    }
    .slick-dots li button:before {
        font-size: 15px !important;
        content: "•";
    }
    .blue-footer {
        background-color: #1b1464;
        clip-path: polygon(50% 5%, 100% 0, 100% 100%, 0 100%, 0 0);

        padding: 100px 20px 50px 20px;
    }
    .custom-flex {
        display: flex;
        flex-direction: column;
    }
    .footer-left-grid {
        grid-template-columns: 1fr;
    }

    .ribbon-w {
        font-size: 16px;
    }
    .woocommerce ul.products[class*="columns-"] li.product,
    .woocommerce-page ul.products[class*="columns-"] li.product {
        width: 100% !important;
    }
    .client-grid img {
        place-self: center;
        height: auto;
        width: 100%;
    }

    .woocommerce .woocommerce-ordering select {
        width: 100%;
    }
    .absolute-contacts {
        top: 150px;
    }
    .logo {
        max-width: 150px !important;
    }
    .video-main {
        min-height: 300px;
    }
    .dropdown-menu {
        border: unset !important;
        margin-top: 0px !important;
        margin-left: 10px !important;
        padding-top: 0px !important;
    }
    .dropdown-item {
        margin: 0px !important;
    }
    .dropdown-menu[data-bs-popper] {
        margin-top: 0px !important;
    }
    .blue-rectangle {
        height: 70px;
    }
    .archive-wrapp-g {
        padding: 0px 30px !important;
    }

    .hero-cumcumpar {
        padding: 30px;
    }

    .ribbon-wapp {
        display: flex !important;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
}
