section.hero {
    background: url(https://leasingoperational.com/wp-content/uploads/2026/03/Top_Image.jpg) center center no-repeat;
    background-size: cover;
}

section.hero h1 {
    font-weight: 600;
    font-style: SemiBold;
    font-size: 56px;
    leading-trim: NONE;
    line-height: 66px;
    letter-spacing: 0%;
}

.under_hero {
    padding: 40px 0;
}

.under_hero h2 {
    font-weight: 300;
    font-style: Light;
    font-size: 42px;
    text-align: left;
    line-height: 50px;
    letter-spacing: 0%;
    color: #10069F;
    margin: 0 0 40px;
}

.under_hero h2 span {
    color: #00C65E;
}

.title_box_under_hero {
    margin: 10px 0;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 22px;
    leading-trim: NONE;
    line-height: 28px;
    letter-spacing: 0%;
    color: #10069F;
}

.content_box_under_hero {
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 22px;
    letter-spacing: 0%;
    color: #000000;
}

.content_box_under_hero b {
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
}

.product-details .detail-box:first-child {
    background: #00C65E;
    border-color: #00C65E;
}

.background-light-gray h2 {
    font-weight: 600;
    font-style: SemiBold;
    font-size: 56px;
    leading-trim: NONE;
    line-height: 66px;
    letter-spacing: 0%;
    text-align: center;
    margin: 0 0 40px;
    color: #10069F;
}

.background-light-gray {
    padding: 50px 0;
}

.custom-card {
    background: #00C65E;
    border-color: #00C65E;
    padding: 30px;
    display: flex;
    align-items: center;
    color: #fff;
    justify-content: center;
    transform: none !important;
}

.product-card {
    border-radius: 4px;
    pointer-events: none;
}

.promo-title {
    color: #fff;
    font-weight: 600;
    font-size: 30px;
    text-align: left;
    line-height: 36px;
    letter-spacing: 0%;
    margin: 0 0 30px;
}

.promo-description ul li {
    position: relative;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    display: flex;
}

.promo-description ul li::before {
    min-width: 18px;
    content: ' ';
    display: inline-block;
    background: url(../images/cmark.svg) center center no-repeat;
    background-size: contain;
    width: 18px;
    height: 28px;
    margin-right: 10px;
    filter: brightness(0) invert(1);
}

.promo-description ul {
    padding: 0;
    margin: 0;
    list-style: none;
    max-width: 213px;
}

/*  ----    @green-form */

.green-form {
    display: block;
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
}

.green-form form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.green-form form>* {
    flex: 0 1 auto;
    width: 100%;
}

@media screen and (min-width:992px) {
    .green-form form>*:nth-child(2),
    .green-form form>*:nth-child(3),
    .green-form form>*:nth-child(7),
    .green-form form>*:nth-child(8) {
        width: calc(50% - 10px);
    }
    .green-form form>*:nth-child(4),
    .green-form form>*:nth-child(5),
    .green-form form>*:nth-child(6) {
        width: calc(33.33% - 10px);
    }
}

.green-form form>*:nth-child(4) p {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.green-form form>*:nth-child(4) p span:nth-child(1) {
    flex: 1 1 auto;
    width: 120px;
    margin: 0 10px 0 0;
}

.green-form form>*:nth-child(4) p span:nth-child(2) {
    flex: 0 1 auto;
}

.green-form form input[type="text"],
.green-form form input[type="number"],
.green-form form input[type="email"],
.green-form form select,
.green-form form textarea {
    background-color: #fff;
    width: 100% !important;
    box-shadow: 0 1px 7px rgba(0, 0, 0, 0.1);
    border: none;
    font-size: 18px;
    line-height: 1;
    border-radius: 8px;
    padding: 10px 15px;
    margin: 0 0 10px;
}

.green-form form .intl-tel-input input[type="text"] {
    padding: 10px 10px 10px 50px;
}

.green-form form>p {
    margin: 0;
}

@media screen and (max-width:991px) {
    .green-form form>p[style="display:flex;align-items:center;"] {
        margin-bottom: 20px
    }
    span[data-name="acord-date"] .wpcf7-not-valid-tip {
        bottom: -25px;
    }
}

.green-form form .wpcf7-list-item-label {
    font-size: 20px;
    line-height: 1.2;
    padding-left: 10px;
    padding: 0 0 0 10px;
    margin-bottom: 5px;
}

.green-form form>*:nth-child(12) {
    text-align: center;
    padding: 30px 0 0 64px;
}

.green-form form input[type="submit"] {
    display: inline-block;
    padding: 16px 24px;
    margin: 10px auto;
    border-radius: 8px;
    background-color: #00C65E;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 600;
    transition: all 0.2s;
    text-decoration: none;
}

.green-form form input[type="submit"]:hover {
    background-color: #10069F;
}

.last_section h3 {
    font-weight: 600;
    font-style: SemiBold;
    font-size: 42px;
    text-align: left;
    line-height: 50px;
    letter-spacing: 0%;
    color: #00C65E;
}

.last_section p {
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 22px;
    letter-spacing: 0%;
    color: #10069F;
    text-align: left;
}

.last_section ul {
    list-style: none;
    padding: 0;
}

.last_section ul li {
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    color: #10069F;
}

.cta_section {
    display: inline-block;
    margin: 20px 0 0;
}

.cta_section a {
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 26px;
    letter-spacing: 1%;
    color: #fff;
    background: #00C65E;
    padding: 20px 40px;
}

.iframe-section {
    padding: 80px 0;
}

.iframe-section p {
    font-weight: 300;
    font-style: Light;
    font-size: 28px;
    leading-trim: NONE;
    line-height: 36px;
    letter-spacing: 0%;
    text-align: center;
    color: #10069F;
}

.iframe-section h2 {
    font-weight: 600;
    font-style: SemiBold;
    font-size: 56px;
    leading-trim: NONE;
    line-height: 66px;
    letter-spacing: 0%;
    text-align: center;
    color: #10069F;
}

.iframe_custom iframe {
    max-width: 100%;
}

.iframe_custom {
    margin: 0 auto;
    display: table;
}

/* Stiluri pentru products-grid */

.products-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin: 40px 0;
}

/* Product card */

.product-image {
    text-align: center;
    margin-bottom: 20px;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
}

.product-image img {
    max-width: 100%;
    height: auto;
    max-height: 150px;
    object-fit: contain;
}

.product-badge {
    background: #f5f5f5;
    padding: 8px 12px;
    border-radius: 20px;
    font-size: 13px;
    color: #666;
    margin-bottom: 15px;
    display: inline-block;
}

.product-specs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}

.spec-item {
    background: #f8f9fa;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 13px;
    color: #555;
    display: flex;
    align-items: center;
    gap: 5px;
}

.spec-item i {
    color: #00a651;
    font-size: 12px;
}

.product-price-box {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 15px;
}

.price-label {
    font-size: 14px;
    color: #666;
    margin-bottom: 5px;
}

.price-value {
    font-size: 24px;
    font-weight: 700;
    color: #00a651;
}

.price-sub {
    font-size: 13px;
    color: #999;
    margin-top: 5px;
}

.product-link {
    display: inline-block;
    color: #00a651;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    transition: color 0.3s;
}

.product-link:hover {
    color: #00853f;
    text-decoration: underline;
}

/* Results header */

.results-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 30px 0 20px;
    padding: 15px 0;
    border-bottom: 1px solid #e0e0e0;
}

.results-count {
    /* font-size: 18px; */
    /* font-weight: 600; */
    /* color: #333; */
}

#brand-filter-label.activ_brand {
    background: #10069F;
    color: white;
}

#brand-filter-label.activ_brand i {
    color: white;
}

.product-price-footer {
    display: flex;
    align-items: center;
    gap: 10px
}

.product-price-sub {
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #10069F;
    max-width: 100px;
}

.filter-select-wrapper.simple-select .filter-reset-btn {
    position: absolute;
    background: transparent !important;
    right: 10px;
    background: none;
    border: none;
    color: #fff !important;
    cursor: pointer;
    padding: 4px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    z-index: 11;
    filter: brightness(0) invert(1);
}

@media screen and (min-width:992px) {
    .last_section .row {
        display: flex;
        align-items: center;
        width: 100%;
    }
    .last_section .row .col-xs-12:first-child {
        padding-right: 80px;
    }
}

@media screen and (max-width:991px) {
    section.hero {
        background-position: center;
        background-position-x: 54%;
    }
    section.hero h1 {
        font-size: 30px;
        line-height: 1.3;
    }
    .iframe-section h2 {
        font-size: 28px;
        line-height: 1.2;
    }
    .iframe-section p {
        font-size: 22px;
        line-height: 1.2;
    }
    .background-light-gray {
        padding-top: 0;
        padding-bottom: 40px;
    }
    .iframe-section {
        padding: 40px 0
    }
    .last_section h3 {
        font-size: 24px;
        line-height: 1.2;
    }
    .background-light-gray h2 {
        font-size: 30px;
        line-height: 1.2;
    }
    .under_hero {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .results-section {
        padding-top: 0;
    }
    .under_hero h2 {
        font-size: 28px;
        line-height: 1.2;
        text-align: center;
        max-width: 250px;
        margin: 0 auto 30px;
    }
    .last_section ul li {
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .last_section .col-xs-12:last-child {
        margin: 40px 0 0;
    }
    .last_section img {
        max-width: 100%;
    }
    .active.filters-selects {
        display: block;
    }
    .products-grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        margin: 0 0 20px;
    }
    .box_under_hero {
        margin-bottom: 35px;
        text-align: center;
    }
}

.products-section {
    padding-top: 0;
}

.active-select select {
    background: #10069F !important;
    color: white !important;
    pointer-events: none;
}

#km-included-filter,
#power-filter,
#battery-filter,
#contract-filter {
    text-transform: initial;
}
.product-subtitle,
.product-title{
	text-transform: uppercase;
}