:root {
    --primary-color: #003399;
    --secondary-color: #6c757d;
    --light-color: #f8f9ff;
    --dark-color: #212529;
}

button#druid__default_container-element {
    bottom: 120px !important;
	right: 10px !important
}

@media screen and (min-width: 992px) {
    .hidden-md {
        display: none !important;
    }
}

body {
    font-family: "Titillium Web Regular";
    margin: 0;
}

.hero {
    background: url("https://leasingoperational.com/wp-content/themes/leasignop/images/Hero_Image.jpg") center right no-repeat;
    background-size: cover;
    color: white;
    text-align: left;
    padding: 124px 20px 74px;
    min-height: 500px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    max-width: 1340px;
    margin: 0 auto;
}

.hero h1 {
    margin: 24px 0 0;
    font-family: "Titillium Web Regular";
    font-size: 38px;
    font-style: normal;
    font-weight: 300;
    line-height: 50px;
    color: white;
}

.hero p {
    max-width: 544px;
    font-family: "Titillium Web Regular";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    color: white;
    margin: 0;
}

.hero ul {
    display: flex;
    list-style: none;
    gap: 24px;
    padding: 0;
    margin: 24px 0 0;
    flex-wrap: wrap;
}

.hero ul li {
    position: relative;
    color: #fff;
    margin-bottom: 5px;
    font-family: "Titillium Web Regular";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    display: flex;
    align-items: center;
}

.hero ul li::before {
    content: ' ';
    display: inline-block;
    background: url(../images/cmark.svg) center center no-repeat;
    background-size: contain;
    width: 18px;
    height: 28px;
    margin-right: 10px;
}

.filters-bar {
    background: #F1F8FE;
    padding: 48px 15px;
    border-radius: 8px;
    margin: 48px 0 32px;
}

.filters-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    border-bottom: 2px solid #10069F;
}

.filters-tabs {
    display: flex;
    gap: 0;
}

.filter-tab {
    padding: 16px 24px;
    border: 0;
    border-radius: 0;
    background: white;
    color: #10069F;
    font-family: "Titillium Web Regular";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0.16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.filter-tab .fas {
    color: #10069F;
    margin-right: 14px;
    font-size: 18px;
}

.filter-tab.active .fas {
    color: #fff;
}

button.filter-tab:hover {
    background: white;
    color: #10069F;
}

button.filter-tab.active {
    background: #10069F;
    color: white;
}

.filter-tab:hover {
    background: #003080;
    color: white;
}

.filters-toggle {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #10069F;
    text-align: center;
    font-family: "Titillium Web Regular";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 24px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    transition: 0.3s;
    border-radius: 34px;
    border: 1px solid #10069F;
}

.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 3px;
    bottom: 1px;
    background-color: #10069F;
    transition: 0.3s;
    border-radius: 50%;
}

input:checked+.slider {
    background-color: #00C65E;
}

input:checked+.slider:before {
    transform: translateX(12px);
}

.filters-selects {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    margin-top: 32px;
}

.filter-select-wrapper.simple-select.active .filter-reset-btn i {
    color: #fff !important
}

.filter-select-wrapper.simple-select.active .filter-select {
    background: #10069F;
    color: #fff;
}

.wrapper_sort {
    position: relative;
}

.wrapper_sort::before {
    position: absolute;
    right: 20px;
    content: "\f078";
    font-weight: 900;
    color: #147BD1;
    font-family: "Font Awesome 5 Free";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    display: block;
    z-index: 1;
    top: 20px;
    font-size: 12px;
}

.wrapper_sort select {
    position: relative;
    z-index: 2;
    background: transparent;
}

.simple-select:not(.active)::before {
    position: absolute;
    right: 20px;
    content: "\f078";
    font-weight: 900;
    color: #147BD1;
    font-family: "Font Awesome 5 Free";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    display: block;
    z-index: 1;
    font-size: 12px;
}

.results-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
}

.results-count {
    color: #10069F;
    text-align: center;
    font-family: "Titillium Web Regular";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
}

.sort-select {
    padding: 16px;
    border: 0;
    border-bottom: 2px solid #10069F;
    border-radius: 0;
    background: white;
    color: #333;
    color: #10069F;
    font-family: "Titillium Web Regular";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    -webkit-appearance: none
}

.products-section {
    padding: 32px 0 0px;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 25px;
}

.product-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #E5E7E6;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease;
    font-family: 'Titillium Web Regular', sans-serif;
    position: relative;
}

.product-card:hover {
    transform: translateY(-4px);
}

.in-stock-badge {
    position: absolute;
    top: 0;
    right: 16px;
    background: #147BD1;
    padding: 6px 8px;
    border-radius: 0;
    z-index: 10;
    color: #fff;
    text-align: center;
    font-family: "Titillium Web Regular";
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

.product-image {
    background: #f5f7fa;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
    overflow: hidden;
    position: relative;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-info {
    padding: 0 16px 24px;
    flex: 1;
    position: relative;
}

.product-title {
    color: #10069F;
    font-family: "Titillium Web Regular";
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    margin: 12px 0 0;
}

.product-subtitle {
    margin-bottom: 32px;
    color: #10069F;
    font-family: "Titillium Web Regular";
    font-size: 28px;
    font-style: normal;
    font-weight: 300;
    line-height: 36px;
}

.product-details {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 24px;
    padding-top: 0;
}

.detail-box {
    border: 0;
    padding: 5px 12px;
    border-radius: 0;
    background: transparent;
    border-bottom: 1px solid #10069F;
    border-top: 1px solid #10069F;
    color: #10069F;
    text-align: center;
    font-family: "Titillium Web Regular";
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

.product-details .detail-box:first-child {
    background: #10069F;
    color: #fff;
    border: 0;
}

.product-price-info {
    margin-bottom: 5px;
    color: #10069F;
    font-family: "Titillium Web Regular";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
}

.product-price {
    margin: 0;
    color: #10069F;
    font-family: "Titillium Web Regular";
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
}

.load-more {
    text-align: center;
    margin: 64px 0 64px;
}

.load-more-btn {
    display: inline-block;
    padding: 18px 36px;
    background: #147BD1;
    color: #fff;
    border: none;
    border-radius: 0;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease;
    font-family: "Titillium Web Regular";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.54px;
    text-transform: uppercase;
}

.why_section {
    margin: 0 0 85px;
}

.image_title {
    margin: 64px 0;
    color: #10069F;
    padding-left: 32px;
    border-left: 2px solid #10069F;
    font-family: "Titillium Web Regular";
    font-size: 42px;
    font-style: normal;
    font-weight: 300;
    line-height: 50px;
}

.load-more-btn:hover {
    background: #003080;
}

.box_why img {
    margin: 0;
}

.box_why {
    margin-bottom: 16px;
    max-width: 224px;
    text-align: left;
}

.box_why p {
    color: #10069F;
    font-family: "Titillium Web Regular";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
}

.image_why img {
    width: 100%;
}

.ad-card {
    grid-column: 1 / -1;
    margin: 20px 0;
    text-align: center;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.ad-image {
    width: 100%;
    height: auto;
    display: block;
}

.filter-selects {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.filter-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}

.filter-checkbox-dropdown.show {
    display: block;
}

.filter-search {
    padding: 10px;
    border-bottom: 1px solid #eee;
}

.filter-search input {
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.filter-checkbox-options {
    padding: 5px 0;
}

.filter-checkbox-option:hover {
    background-color: #f5f9ff;
}

.filter-checkbox-option input {
    margin-right: 10px;
}

.filter-select-wrapper.simple-select {
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #fff;
}

.filter-select-wrapper.simple-select .filter-select {
    padding: 16px;
    text-transform: capitalize;
    border: 0;
    border-bottom: 2px solid #10069F;
    border-radius: 0;
    background: transparent;
    cursor: pointer;
    flex: 1 1 200px;
    color: #10069F;
    font-family: "Titillium Web Regular";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    -webkit-appearance: none;
    position: relative;
    z-index: 2;
}

.filter-select-wrapper.simple-select .filter-reset-btn i {
    color: #147BD1;
}

.filter-select-wrapper.simple-select .filter-reset-btn {
    position: absolute;
    background: transparent !important;
    right: 10px;
    background: none;
    border: none;
    color: #147BD1;
    cursor: pointer;
    padding: 4px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.filter-select-wrapper.simple-select.active .filter-reset-btn {
    z-index: 3;
}

.filter-select-wrapper.simple-select .filter-reset-btn:hover {
    background-color: #f5f5f5;
    color: #ff4444;
}

.filter-reset-btn[data-filter="brand"] {
    border: none;
    color: #147bd1 !important;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    background: transparent !important;
    text-align: right;
    float: right;
    padding: 10px;
}

.filter-reset-btn:hover {
    background-color: #f5f5f5;
    color: #ff4444;
}

.filter-select-label .fa-chevron-down {
    font-size: 12px;
}

.filter-select-wrapper {
    position: relative;
    flex: 1 1 200px;
}

.filter-select-label i {
    color: #147BD1;
    margin: 0;
}

#filters-toggle-btn::before {
    position: absolute;
    right: 20px;
    content: "\f078";
    font-weight: 900;
    color: #10069F;
    font-family: "Font Awesome 5 Free";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    display: block;
    z-index: 1;
    top: 20px;
    font-size: 12px;
}

#filters-toggle-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    text-transform: capitalize;
    border: 0;
    border-bottom: 2px solid #10069F;
    border-radius: 0;
    background: transparent;
    color: #004aad;
    font-weight: 500;
    cursor: pointer;
    flex: 1 1 200px;
    color: #10069F;
    font-family: "Titillium Web Regular";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    -webkit-appearance: none;
    overflow: hidden;
    position: relative;
    margin-top: 6px;
    width: 100%;
}

.filter-select-label {
    padding: 10px 14px;
    border: 1px solid #004aad;
    border-radius: 6px;
    background: white;
    color: #004aad;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    text-transform: capitalize;
    border: 0;
    border-bottom: 2px solid #10069F;
    border-radius: 0;
    background: white;
    color: #004aad;
    font-weight: 500;
    cursor: pointer;
    flex: 1 1 200px;
    color: #10069F;
    font-family: "Titillium Web Regular";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    -webkit-appearance: none;
    overflow: hidden;
    position: relative;
}

.filter-checkbox-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #ddd;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    z-index: 100;
    margin-top: 5px;
    max-height: 300px;
    overflow-y: auto;
}

.filter-checkbox-dropdown.show {
    display: block;
}

.filter-search {
    padding: 10px;
    border-bottom: 1px solid #eee;
/*     display: none; */
}

.filter-search input {
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.filter-checkbox-options {
    padding: 5px 0;
}

.filter-select-wrapper.active .filter-checkbox-options {
    padding-top: 30px;
}

.filter-checkbox-option {
    padding: 5px 15px;
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #10069F;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0.14px;
	text-transform: uppercase;
}

.filter-checkbox-option:hover {
    background-color: #f5f9ff;
}

.filter-checkbox-option input {
    margin-right: 10px;
    margin-top: 0;
}

.filter-select-wrapper.active #brand-filter-label span {
    color: #147BD1;
}

.filter-checkbox-option:has(input:checked) {
    color: #147BD1;
}

.active .filter-select-label {
    background-color: #10069F;
    color: #fff;
}

.active .filter-select-label span {
    color: #fff !important;
}

.active .filter-select-label .fa-chevron-down:before {
    color: #fff;
}

@media screen and (max-width:991px) {
    .hidden-xs {
        display: none !important;
    }
    .results-section {
        padding-top: 48px;
    }
    .filter-tab {
        padding: 16px 22px;
        font-size: 16px;
        line-height: 18px;
        margin: 0;
        width: 50%;
        background: transparent;
    }
    .filters-toggle {
        font-size: 18px;
        line-height: 26px;
    }
    .filters-selects {
        margin-top: 16px;
    }
    .filters-bar {
        padding: 32px 0;
        margin: 0;
    }
    .results-count {
        font-size: 18px;
    }
    .wrapper_sort select {
        width: auto;
        padding-right: 32px;
    }
    .results-header {
        margin: 0;
    }
    .product-price {
        font-size: 26px;
        line-height: 40px;
        margin: 0;
    }
    .product-title {
        font-size: 32px;
        line-height: 36px;
        margin: 0;
    }
    .product-subtitle {
        font-size: 28px;
        line-height: 40px;
        margin: 0 0 16px;
    }
    .product-details {
        margin-bottom: 16px;
    }
    .product-info {
        padding: 16px;
    }
    .box_why p {
        margin-top: 10px;
    }
    .box_why {
        display: flex;
        margin: 0;
        flex-direction: row;
        width: 100%;
        max-width: 100%;
        align-items: flex-start;
    }
    .image_title {
        margin: 16px 0;
        font-size: 26px;
        line-height: 40px;
        padding: 0;
        border: 0;
    }
    .image_why img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        min-height: 200px;
        max-width: max-content;
        width: auto;
        max-height: 200px;
    }
    .image_why {
        min-height: 200px;
        position: relative;
        overflow: hidden;
    }
    .why_section {
        margin: 0 0 30px;
    }
    .box_why img {
        max-width: 40px;
        margin-right: 10px;
    }
    .products-section {
        padding-bottom: 0;
    }
    .product-card:hover {
        transform: none;
    }
    .hero h1 {
        font-size: 26px;
        line-height: 32px;
    }
    .hero img.smartlease {
        max-width: 200px;
    }
    .hero {
        padding: 30px 0;
        min-height: 300px;
    }
    .hero p {
        font-size: 18px;
        line-height: 26px;
    }
    .hero ul {
        gap: 10px;
    }
    .hero ul li {
        font-size: 12px;
        line-height: 18px;
    }
    .hero ul li::before {
        width: 14px;
        height: 24px;
        margin-right: 3px;
    }
    .hero {
        background: url("../images/hero_mobile_image.jpg") top right no-repeat;
        background-size: cover;
        min-height: 525px;
    }
    .filters-selects {
        display: none;
    }
    .filters-selects.show {
        display: flex;
        flex-direction: column;
        margin: 0;
    }
    .filters-top {
        flex-wrap: wrap;
    }
    .filters-tabs {
        width: 100%;
    }
    .slider:before {
        height: 28px;
        width: 28px;
        top: 3px;
        
    }
    input:checked+.slider:before{
        transform: translateX(20px) !important;
    }
    .switch {
        margin: 0;
        height: 36px;
        width: 56px;
    }
    .filters-toggle {
        width: 100%;
        order: -1;
        align-items: center;
        justify-content: flex-end;
        margin-bottom: 48px
    }
    .filter-select-wrapper.simple-select,
    .filter-select-wrapper.simple-select .filter-select,
    .filters-selects .filter-select,
    .filters-selects .filter-select-label {
        background: transparent !important;
    }
    #brand-filter-label {
        padding-right: 20px;
    }
    .filters-selects .active .filter-select,
    .filters-selects .active .filter-select-label {
        background: #10069F !important;
    }
    .wrapper_sort select {
        width: 100%
    }
}

.section-6-home {
    display: none;
}