.breadcrumbs-text {
    color: #ccc;
}
.floating-whatsapp-bubble {
    position: fixed;
    right: 15px;
    bottom: 18px !important;
    margin-right: 20px !important;
    width: 55px !important;
    height: 55px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #25d366;
    color: #fff;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
    z-index: 998;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}
li a:active {
    color: #a80808;
}

.clear {
    clear: both;
    display: block;
}

.empty20 {
    height: 20px;
    display: block;
}

.empty50 {
    height: 50px;
    display: block;
}

.empty150 {
    height: 250px;
    display: block;
}

.empty200 {
    height: 200px;
    display: block;
}

.empty250 {
    height: 150px;
    display: block;
}

.site-button-second-btn {
    background-color: #00a651 !important;
}

.header-style-2 .jcw-hmd-top-bar {
    display: none !important;
}

.header-style-2 .header-middle {
    position: relative;
    z-index: 30;
    border-bottom: 1px solid #e8ece8;
}

.header-style-2 .header-middle .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding-top: 14px;
    padding-bottom: 14px;
}

.header-style-2 .logo-header {
    display: flex;
    align-items: center;
    height: auto;
    margin: 0;
    padding: 0;
}

.header-style-2 .logo-header a {
    display: inline-flex;
    align-items: center;
}

.header-style-2 .header-info {
    float: none;
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    flex: 1 1 auto;
    padding: 0;
}

.header-style-2 .header-info > ul.jcw-hmd-header-shortcuts {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px 16px;
    margin: 0;
    padding: 0;
    width: 100%;
}

.header-style-2 .header-info > ul.jcw-hmd-header-shortcuts > li {
    display: flex;
    align-items: center;
    padding: 0;
    vertical-align: middle;
    align-self: center;
    min-width: 0;
}

.jcw-hmd-header-card {
    color: #151515;
    min-height: 0;
    min-width: 210px;
    flex: 0 1 auto;
    justify-content: center;
}

.jcw-hmd-header-card .icon-sm {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    margin-right: 9px;
    float: none;
    flex: 0 0 28px;
}

.jcw-hmd-header-card .icon-sm .icon-cell {
    font-size: 23px;
    line-height: 1;
    color: #00a651;
}

.jcw-hmd-header-card .icon-content {
    display: flex;
    flex-direction: column;
    gap: 1px;
    line-height: 1.15;
    justify-content: center;
    min-width: 160px;
    max-width: 220px;
}

.jcw-hmd-header-card .icon-content strong {
    display: block;
    margin: 0;
    color: #202020;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.jcw-hmd-header-card .icon-content a,
.jcw-hmd-header-card .icon-content span {
    color: #111827;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.3;
    overflow-wrap: anywhere;
    word-break: normal;
}

.jcw-hmd-header-card__value {
    display: block;
}

.jcw-hmd-header-card--service-area .icon-content {
    max-width: 240px;
}

.jcw-hmd-header-card--email .icon-content {
    max-width: 280px;
}

.header-style-2 .header-info > ul.jcw-hmd-header-shortcuts > li.btn-col-last {
    margin-left: 4px;
    flex: 0 0 auto;
}

.jcw-hmd-header-cta {
    white-space: nowrap;
}

.jcw-mobile-submenu-toggle {
    display: none;
}

.jcw-hmd-header-card .icon-content a:hover,
.jcw-hmd-header-card .icon-content a:focus {
    color: #00a651;
}

.jcw-hmd-header-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 12px 22px;
    border: 0;
    border-radius: 6px;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    white-space: nowrap;
    box-shadow: 0 10px 24px rgba(0, 166, 81, 0.22);
}

.has-mega-menu {
    position: relative;
}

.header-nav .nav>li.has-mega-menu {
    position: relative;
}

.header-nav .nav>li .mega-menu.services-mega-menu {
    right: auto;
    left: 50%;
    width: min(1080px, calc(100vw - 30px));
    margin-top: 14px;
    padding: 0;
    transform: translateX(-50%);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    z-index: 999;
}

.header-nav .nav>li .mega-menu.services-mega-menu>li {
    width: 25%;
    padding: 14px 0;
}

.header-nav .nav>li .mega-menu.services-mega-menu>li>a {
    color: #00a651;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
}

.header-nav .nav>li .mega-menu.services-mega-menu>li ul {
    margin-top: 8px;
}

.header-nav .nav>li .mega-menu.services-mega-menu>li ul li {
    margin-bottom: 0;
    font-size: 14px;
}

.header-nav .nav>li .mega-menu.services-mega-menu>li ul li a {
    margin-bottom: 0;
}

.mega-menu-service {
    padding: 7px 20px 8px;
    margin-bottom: 1px;
    transition: background-color 0.2s ease;
}

.mega-menu-service:hover,
.mega-menu-service.active {
    background-color: #f2f2f2;
}

.mega-menu-service__title {
    display: block;
    color: #222222;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
    padding: 0 !important;
}

.mega-menu-service__description {
    margin: 2px 0 0;
    color: #777777;
    font-size: 10px;
    line-height: 1.3;
    letter-spacing: 0.04em;
}

.mega-menu-service:hover .mega-menu-service__title,
.mega-menu-service.active .mega-menu-service__title {
    color: #a80808;
}

.mega-menu-description {
    padding: 6px 20px 0;
    margin: 0;
    color: #777777;
    font-size: 12px;
    line-height: 1.45;
}

.widget {
    border-top: 6px solid ##00a651;
}

.sidebar-widget,
wa-widget {
    border-top: 10px solid #00a651;
}

.wa-widget {
    border-top: 10px solid #00a651;
}

.diensten-ticker {
    border-top: 10px solid #00a651;
}

@keyframes scrollTicker {
    0% {
        top: 0;
    }

    33% {
        top: -120px;
    }

    66% {
        top: -240px;
    }

    100% {
        top: 0;
    }
}

.social-icons {
    background-color: #fff;
    padding: 5px;
}

.header-style-2 .main-bar {
    width: calc(100% - 36px);
    max-width: 1180px;
    margin: 0 auto -58px;
    background: #202020;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
}

.header-style-2 .main-bar-wraper {
    position: relative;
    z-index: 25;
}

.header-style-2 .main-bar .container {
    display: flex;
    align-items: center;
    gap: 20px;
    min-height: 64px;
    padding-left: 30px;
    padding-right: 22px;
}

.header-style-2 .main-bar .container .header-nav {
    flex: 1 1 auto;
    order: 1;
    display: flex;
    justify-content: center;
    min-width: 0;
}

.header-style-2 .header-botton .header-nav .nav {
    display: flex;
    align-items: center;
    justify-content: center;
    float: none;
    margin: 0 auto;
}

.header-style-2 .header-botton .header-nav .nav > li > a {
    padding: 21px 18px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.header-style-2 .header-botton .header-nav .nav > li.menu-item-has-children > a,
.header-style-2 .header-botton .header-nav .nav > li.has-mega-menu > a {
    position: relative;
    padding-right: 28px;
}

.header-style-2 .header-botton .header-nav .nav > li.menu-item-has-children > a::after,
.header-style-2 .header-botton .header-nav .nav > li.has-mega-menu > a::after {
    content: "\f078";
    font-family: "FontAwesome";
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -6px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 9px;
    line-height: 1;
}

.header-utilities {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: 0;
    position: relative;
    transform: none;
    order: 2;
    flex: 0 0 auto;
}

@media only screen and (min-width: 992px) {
    .header-style-2 .main-bar .container {
        display: grid;
        grid-template-columns: auto minmax(0, 1fr) auto;
        align-items: center;
    }

    .header-style-2 .header-botton .navbar-toggler {
        justify-self: start;
    }

    .header-style-2 .main-bar .container .header-nav {
        width: 100%;
        justify-self: center;
        grid-column: 2;
    }

    .header-style-2 .header-botton .header-nav .nav {
        width: 100%;
        justify-content: center;
    }

    .header-style-2 .header-middle .container {
        display: grid;
        grid-template-columns: auto minmax(0, 1fr);
        align-items: center;
        gap: 28px;
    }

    .header-style-2 .header-info {
        justify-content: stretch;
    }

    .header-style-2 .header-info > ul.jcw-hmd-header-shortcuts {
        justify-content: center;
        align-items: center;
        gap: 8px 18px;
    }

    .header-style-2 .header-info > ul.jcw-hmd-header-shortcuts > li.btn-col-last {
        margin-left: auto;
    }

    .header-style-2 .header-info > ul.jcw-hmd-header-shortcuts > li:not(.btn-col-last) {
        flex: 0 1 auto;
    }

    .jcw-hmd-header-card--email {
        min-width: 250px;
    }

    .jcw-hmd-header-card--service-area {
        min-width: 230px;
    }

    .header-utilities {
        justify-self: end;
        margin-left: auto;
    }
}

.header-style-2 .header-utilities .social-icons {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    background: transparent;
}

.header-style-2 .header-utilities .social-icons li {
    margin: 0;
}

.header-style-2 .header-utilities .social-icons li a,
.header-style-2 .header-utilities .header-login-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 4px;
    background: #ffffff;
    color: #151515;
    font-size: 14px;
    line-height: 1;
}

.header-style-2 .header-utilities .social-icons li a:hover,
.header-style-2 .header-utilities .social-icons li a:focus,
.header-style-2 .header-utilities .header-login-icon:hover,
.header-style-2 .header-utilities .header-login-icon:focus {
    background: #00a651;
    color: #ffffff;
}

.slider-heading-bkg {
    padding: 5px;
    color: #fff;
}

/* about section */
.about-right-v3 {
    color: #fff;
}

.p-a30 {
    color: #fff;
}

.flaticon-city,
.flaticon-decorating,
.flaticon-chart,
.flaticon-sketch,
.flaticon-builder,
.flaticon-drill,
.flaticon-crane,
.flaticon-paint {
    color: #fff;
}

.icon-content {
    color: #222222 !important;
}

/* Make native checkboxes visible inside the modal */
#afspraak-modal input[type="checkbox"] {
    appearance: auto;
    -webkit-appearance: auto;
    /* Safari */
    accent-color: #0e5bd8;
    /* tick + box color */
    width: 18px;
    height: 18px;
    margin: 0;
    background: #fff;
    /* visible on white modal */
    border: 1px solid #666;
    /* fallback if accent-color is ignored */
    opacity: 1;
    filter: none;
    box-shadow: none;
    outline: none;
}

/* In case a global rule is dimming them inside pill labels */
#afspraak-modal label input[type="checkbox"] {
    position: relative;
    top: 0;
    left: 0;
}

/* Optional: nicer focus ring when tabbing */
#afspraak-modal input[type="checkbox"]:focus-visible {
    outline: 2px solid #00a651;
    outline-offset: 2px;
    border-radius: 4px;
}

.portfolio-item {
    display: none;
}

.diesnst-paragraph {
    width: 100%;
}

.meer-laden {
    display: none !important;
}

button.scroltop {
    margin-right: 100px;
    margin-bottom: 10px;
}

.floating-whatsapp-bubble {
    position: fixed;
    right: 15px;
    bottom: 78px;
    margin-right: 100px;
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #25d366;
    color: #fff;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
    z-index: 998;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.floating-whatsapp-bubble .fa {
    font-size: 24px;
    line-height: 1;
}

.floating-whatsapp-bubble:hover,
.floating-whatsapp-bubble:focus {
    color: #fff;
    background: #1fb956;
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
}

@media only screen and (max-width:480px) {
    .floating-whatsapp-bubble {
        width: 38px;
        height: 38px;
        bottom: 60px;
    }

    .floating-whatsapp-bubble .fa {
        font-size: 20px;
    }
}

.site-footer {
    font-size: 13px;
}

.site-footer .widget>.widget-title {
    font-size: 17px;
}

.site-footer p,
.site-footer li,
.site-footer .widget_services ul li a,
.site-footer .widget_address li {
    font-size: 9px;
    line-height: 1.55;
}

.footer-bottom .site-copyright {
    display: block;
    color: #3b3b39;
}

.footer-bottom .powered-by-credit {
    display: block;
    color: #8b8b8b;
}

.footer-bottom .site-copyright {
    font-size: 13px;
    line-height: 1.5;
}

.footer-bottom .powered-by-credit,
.footer-bottom .powered-by-credit a {
    font-size: 9px;
    line-height: 1.5;
    color: #8b8b8b;
}
.footer-bottom .powered-by-credit a:hover {
    color: #7a5206;
}

.footer-bottom__row {
    align-items: center;
}

.footer-bottom__left {
    text-align: left;
}

.footer-bottom__right {
    text-align: right;
}

@media only screen and (max-width: 767px) {
    .footer-bottom__left,
    .footer-bottom__right {
        text-align: left;
    }

    .footer-bottom__right {
        margin-top: 8px;
    }
}

.breadcrumb-white {
    color: #fff;
}

/* Portfolio */

.masonry-item img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.size-port img {
    aspect-ratio: 3/4;
}

.size-square img {
    aspect-ratio: 1/1;
}

.size-land img {
    aspect-ratio: 4/3;
}

.hidden {
    display: none;
}

/* Portfolio variable sizes */
.work-grid .image-effect-one img,
.wt-img-effect img {
    width: 100%;
    height: auto !important;
    /* kill fixed heights */
    max-height: none !important;
    object-fit: cover;
}

/* Aspect ratios by class computed in PHP */
.size-port img {
    aspect-ratio: 3 / 4;
}

.size-square img {
    aspect-ratio: 1 / 1;
}

.size-land img {
    aspect-ratio: 4 / 3;
}

h2#schilderwerk,
#stukwerk,
#renovatie {
    color: #b3b2b2;
    font-size: 24px;
    font-weight: 700;
    text-align: left;
}

p#schilderwerk,
p#stukwerk,
p#renovatie {
    color: #777777 !important;
    font-size: 16px;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
}

a#schilderwerk,
a#stukwerk,
a#renovatie {
    color: #00a651 !important;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 10px;
    display: inline-block;
}

/* card title bar */
.pf-card {
    position: relative;
    overflow: hidden;
}

.pf-bar {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    padding: 12px 16px;
    height: 56px;
}

.pf-title {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #111;
}

.pf-plus {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: #16a34a;
    color: #fff;
    text-decoration: none;
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
}

/* menu hover: keep text visible and pointer */
.header-nav .nav>li>a {
    cursor: pointer;
}

.header-nav .nav>li>a:hover,
.header-nav .nav>li>a:focus {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    opacity: 1;
}

@media (max-width: 991px) {
    .header-nav .nav>li .mega-menu.services-mega-menu>li {
        width: auto;
        padding: 0;
        display: block;
    }

    .mega-menu-description {
        padding: 0 20px 10px;
    }

    .mega-menu-service {
        padding: 9px 20px;
    }
}

/* Contact slide background (moved from inline template to avoid editor lint warnings) */
.contact-slide-hide {
    background-image: url("/static/img/background/bg-5.png");
    background-size: cover;
    background-position: center center;
}

/* Fix potential shadow/overlay issues in contact slide */
.contact-slide-hide::before {
    content: none !important;
}

.contact-slide-hide .contact-info {
    position: relative;
    z-index: 10;
}

.contact-slide-hide .mt-icon-box-wraper {
    background: rgba(255, 255, 255, 0.95);
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: none;
}

.hero-slider .hero-title,
.mt-bnr-inr-entry .banner-title-name h1,
.mt-bnr-inr-entry .banner-title-name h2,
.mt-bnr-inr-entry .banner-title-name h3 {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff;
    text-shadow: 0 2px 24px rgba(0, 0, 0, 0.58);
}

.hero-slider .hero-subtitle,
.mt-bnr-inr-entry .service-detail__hero-subtitle {
    color: rgba(255, 255, 255, 0.94) !important;
    opacity: 1;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.5);
}

.mt-bnr-inr-entry .mt-breadcrumb li,
.mt-bnr-inr-entry .mt-breadcrumb li a,
.breadcrumbs-text,
.breadcrumb-white {
    color: rgba(255, 255, 255, 0.88) !important;
    opacity: 1;
}

.home-intro-section .services-half-section-top {
    padding-bottom: 45px;
}

.home-intro-section .section-head {
    margin-bottom: 34px;
}

.home-intro-section .about-home.about-home-v2 {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.12);
}

.home-intro-section .about-home.about-home-v2 .owl-stage-outer,
.home-intro-section .about-home.about-home-v2 .owl-stage,
.home-intro-section .about-home.about-home-v2 .owl-item,
.home-intro-section .about-home.about-home-v2 .item,
.home-intro-section .about-home.about-home-v2 .mt-img-effect {
    height: 100%;
}

.home-intro-section .about-home.about-home-v2 .mt-img-effect {
    overflow: hidden;
}

.home-intro-section .about-home.about-home-v2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.home-intro-section .about-home-right.about-right-v2 {
    min-height: 100%;
    padding: 34px !important;
    border-radius: 6px;
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.12);
}

.home-intro-section .about-home-right h3 {
    margin-bottom: 18px;
    line-height: 1.25;
}

.home-intro-section .about-home-right p {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 16px;
    color: rgba(255, 255, 255, 0.94);
}

.home-intro-section .about-home-right .site-button-second-btn {
    margin-top: 6px;
    border-radius: 6px;
    background: #111827 !important;
    color: #fff !important;
    font-weight: 700;
}

@media only screen and (min-width: 992px) {
    .home-intro-section .section-content .row {
        align-items: stretch;
    }

    .home-intro-section .about-home.about-home-v2 {
        height: clamp(360px, 34vw, 460px);
    }
}

@media only screen and (max-width: 991px) {
    .home-intro-section .about-home.about-home-v2 {
        height: auto;
        aspect-ratio: 16 / 10;
        max-height: 420px;
    }

    .home-intro-section .about-home.about-home-v2 .owl-stage-outer,
    .home-intro-section .about-home.about-home-v2 .owl-stage,
    .home-intro-section .about-home.about-home-v2 .owl-item,
    .home-intro-section .about-home.about-home-v2 .item,
    .home-intro-section .about-home.about-home-v2 .mt-img-effect {
        min-height: 100%;
    }
}

@media only screen and (max-width: 575px) {
    .home-intro-section .about-home.about-home-v2 {
        aspect-ratio: 4 / 3;
        max-height: none;
    }
}

.home-special-cards {
    padding-top: 70px !important;
    padding-bottom: 50px !important;
}

.home-special-cards .service-card {
    border: 1px solid #e6ebe8;
    border-radius: 6px !important;
    box-shadow: 0 14px 30px rgba(17, 24, 39, 0.08) !important;
}

.home-special-cards .half-block-content {
    min-height: 300px !important;
    padding: 38px 28px !important;
}

.home-special-cards .service-card-title {
    margin-bottom: 14px !important;
    color: #111827 !important;
    line-height: 1.25;
}

.home-special-cards .icon-content p,
.services-v2 .icon-content p {
    color: #5b6470;
    line-height: 1.7;
}

.home-special-cards .site-button-link,
.services-v2 .site-button-link,
.home-project-card .site-button-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 8px;
    color: #008f46 !important;
    font-weight: 700;
    letter-spacing: 0;
}

.home-special-cards .service-card:hover,
.services-v2 .service-card:hover,
.home-project-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 38px rgba(17, 24, 39, 0.12) !important;
}

.call-us-section {
    max-width: 780px;
    margin: 0 auto;
}

.call-us-section h4:first-child {
    color: #fff;
    font-size: 25px;
    line-height: 1.3;
}

.call-us-section .call-us-address {
    color: rgba(255, 255, 255, 0.9);
    font-size: 17px;
    line-height: 1.55;
}

.call-us-section .call-us-number .site-button,
.call-us-section>a.site-button {
    border-radius: 6px;
    font-weight: 700;
}

.call-us-section>a.site-button {
    margin-top: 8px;
    background: #00a651;
}

.services-v2 {
    row-gap: 24px;
}

.services-v2.no-col-gap>[class*="col-"] {
    padding: 12px;
}

.services-v2 .service-card {
    height: 100%;
    background: #fff;
    border: 1px solid #e6ebe8 !important;
    border-radius: 6px;
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.services-v2 .service-card .relative {
    min-height: 255px;
    padding: 30px 26px !important;
}

.services-v2 .service-card-title {
    margin-bottom: 12px !important;
    color: #111827 !important;
    line-height: 1.28;
}

.home-work-area__map-card {
    margin-top: 91px;
    border-radius: 6px;
    box-shadow: 0 16px 34px rgba(17, 24, 39, 0.12);
}

.home-work-area__content-col {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.home-work-area__content-col .section-head {
    max-width: 100%;
    margin-bottom: 18px !important;
    text-align: center;
}

.home-work-area__content-col .mt-separator-outer.separator-left {
    display: flex;
    justify-content: center;
}

.home-work-area__content-col .mt-separator {
    display: inline-block;
}

.home-work-area__map-caption {
    padding: 24px 26px !important;
}

.home-work-area__map-caption h4 {
    font-size: 28px !important;
    letter-spacing: 0;
}

.home-work-area__map-caption p {
    font-size: 16px !important;
}

.home-work-area__map-card+.section-head,
.home-work-area__map-card p {
    line-height: 1.7;
}

@media (max-width: 991px) {
    .home-work-area__map-card {
        margin-top: 0;
    }

    .home-work-area__content-col .section-head {
        text-align: left;
    }

    .home-work-area__content-col .mt-separator-outer.separator-left {
        justify-content: flex-start;
    }
}

.home-project-card {
    display: flex;
    flex-direction: column;
    border-radius: 6px;
    overflow: hidden;
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.home-project-card__media img {
    height: 235px !important;
}

.home-project-card__body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 24px 24px 26px !important;
}

.home-project-card__eyebrow {
    margin-bottom: 10px !important;
    color: #008f46 !important;
    letter-spacing: 0.04em !important;
}

.home-project-card__title {
    min-height: 54px;
    margin-bottom: 10px !important;
    line-height: 1.3;
}

.home-project-card__title a {
    color: inherit;
}

.home-project-card__text {
    flex: 1 1 auto;
    line-height: 1.7;
}

.home-project-empty {
    padding: 30px;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    background: #f9fafb;
    color: #4b5563;
}

.home-project-empty p {
    margin: 0;
}

.project-detail__media img {
    width: 100%;
    max-height: 560px;
    object-fit: cover;
    border-radius: 6px;
}

.project-detail__content {
    color: #4b5563;
    font-size: 16px;
    line-height: 1.8;
}

.site-footer {
    font-size: 15px;
}

.site-footer .call-to-action-wrap {
    border-radius: 6px;
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.14);
}

.site-footer .call-to-action-left h4 {
    letter-spacing: 0;
    font-size: 22px;
}

.site-footer .call-to-action-left span {
    font-size: 15px;
    line-height: 1.6;
}

.site-footer .call-to-action-right .site-button {
    border-radius: 6px;
    font-weight: 700;
}

.site-footer .widget>.widget-title {
    font-size: 18px;
    margin-bottom: 18px;
}

.site-footer p,
.site-footer li,
.site-footer .widget_services ul li a,
.site-footer .widget_address li {
    font-size: 13px;
    line-height: 1.75;
}

.site-footer .widget_services ul li {
    padding: 3px 0;
}

.site-footer .social-icons {
    background: transparent;
    padding: 0;
}

.footer-bottom {
    padding: 18px 0;
}

.project-detail-hero {
    min-height: 460px;
}

.project-detail__kicker {
    display: inline-block;
    margin-bottom: 12px;
    color: #cddc39;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

.project-detail-page .project-detail__featured {
    overflow: hidden;
    background: #f5f5f5;
}

.project-detail-page .project-detail__featured-image {
    width: 100%;
    max-height: 560px;
    display: block;
    object-fit: cover;
}

.project-detail-page .project-detail__content {
    color: #111827;
    font-size: 16px;
    line-height: 1.8;
}

.project-detail-page .project-detail__content > *:last-child {
    margin-bottom: 0;
}

.project-detail__meta-box {
    padding: 28px;
    background: #fff;
}

.project-detail__gallery {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.project-detail__gallery-item {
    position: relative;
    display: block;
    overflow: hidden;
    background: #f5f5f5;
}

.project-detail__gallery-item::before {
    content: "";
    display: block;
    padding-top: 76%;
}

.project-detail__gallery-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.22s ease;
}

.project-detail__gallery-item:hover .project-detail__gallery-image,
.project-detail__gallery-item:focus .project-detail__gallery-image {
    transform: scale(1.04);
}

.project-detail__related-section {
    border-top: 1px solid #e5e7eb;
    padding-top: 46px;
}

.project-detail__related-section .section-head {
    margin-bottom: 28px;
}

.project-detail__related-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.project-detail__related-card {
    margin: 0;
}

.project-detail__related-card .portfolio-title-bar {
    opacity: 1;
    transform: none;
}

@media only screen and (max-width: 991px) {
    .project-detail-hero {
        min-height: 380px;
    }

    .project-detail__gallery,
    .project-detail__related-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
    }
}

@media only screen and (max-width: 575px) {
    .project-detail__gallery,
    .project-detail__related-grid {
        grid-template-columns: 1fr;
    }
}

@media only screen and (max-width: 991px) {
    .header-style-2 .main-bar {
        width: calc(100% - 20px);
        margin-bottom: 0;
        overflow: visible;
    }

    .header-style-2 .header-middle .container {
        display: block;
        padding-top: 14px;
        padding-bottom: 14px;
        text-align: center;
    }

    .header-style-2 .logo-header {
        justify-content: center;
        width: 100%;
        margin-bottom: 12px;
    }

    .header-style-2 .header-info {
        width: 100%;
        justify-content: center;
    }

    .header-style-2 .header-info > ul.jcw-hmd-header-shortcuts {
        justify-content: center;
        gap: 10px;
    }

    .header-style-2 .header-info > ul.jcw-hmd-header-shortcuts > li {
        justify-content: flex-start;
    }

    .jcw-hmd-header-card {
        min-width: min(100%, 320px);
        padding: 12px 14px;
        border: 1px solid #e4ebe6;
        border-radius: 12px;
        background: #ffffff;
    }

    .header-style-2 .header-info > ul.jcw-hmd-header-shortcuts > li.btn-col-last {
        flex: 1 1 100%;
        justify-content: center;
        padding-top: 2px;
    }

    .jcw-hmd-header-cta {
        width: min(100%, 360px);
        padding-left: 18px;
        padding-right: 18px;
        letter-spacing: 0.16em;
    }

    .header-style-2 .main-bar .container {
        justify-content: space-between;
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;
        min-height: 60px;
        padding-left: 16px;
        padding-right: 16px;
        position: relative;
    }

    .header-style-2 .main-bar .container .header-nav {
        flex: 0 0 100%;
        position: absolute;
        order: 3;
        top: 100%;
        left: 0;
        right: 0;
        width: 100% !important;
        height: auto !important;
        max-height: calc(100vh - 140px);
        margin-top: 0;
        overflow-y: auto !important;
        background: #202020;
        box-shadow: 0 16px 32px rgba(0, 0, 0, 0.22);
        z-index: 40;
    }

    .header-utilities {
        margin-left: auto;
        position: static;
        transform: none;
        order: 2;
        z-index: 45;
    }

    .header-style-2 .header-botton .navbar-toggler {
        order: 1;
        margin-right: auto;
        z-index: 45;
    }

    .header-style-2.mobile-sider-drawer-menu .header-nav {
        position: absolute;
        left: 0 !important;
        top: 100%;
        width: 100% !important;
        height: auto !important;
        min-height: 0;
        background: #202020;
        overflow-y: auto !important;
        transition: none;
    }

    .header-style-2.mobile-sider-drawer-menu.active .header-nav {
        left: 0 !important;
    }

    .header-style-2 .header-nav.collapse {
        display: none !important;
    }

    .header-style-2 .header-nav.collapse.in,
    .header-style-2 .header-nav.collapse.show {
        display: block !important;
    }

    .header-style-2.mobile-sider-drawer-menu.active .header-nav.collapse,
    .header-style-2.mobile-sider-drawer-menu.active .header-nav.navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        overflow: visible !important;
        visibility: visible !important;
    }

    .header-style-2 .header-nav .nav {
        display: block;
        width: 100%;
        height: auto;
        margin: 0;
        background: #202020;
        overflow: visible;
    }

    .header-style-2 .header-nav .nav > li {
        display: block;
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    .header-style-2 .header-nav .nav > li > a,
    .header-style-2 .header-botton .header-nav .nav > li > a {
        display: block;
        padding: 14px 18px;
        color: #ffffff;
        text-align: left;
        padding-right: 52px;
    }

    .header-style-2 .header-nav .nav > li .mega-menu.services-mega-menu,
    .header-style-2 .header-nav .nav > li .sub-menu {
        display: none !important;
    }

    .header-style-2 .header-botton .header-nav .nav > li.menu-item-has-children > a::after,
    .header-style-2 .header-botton .header-nav .nav > li.has-mega-menu > a::after {
        display: none;
    }

    .header-style-2 .header-nav .nav > li {
        position: relative;
    }

    .header-style-2 .header-nav .submenu-toogle {
        display: none !important;
    }

    .jcw-mobile-submenu-toggle {
        position: absolute;
        top: 0;
        right: 0;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 48px;
        height: 48px;
        border: 0;
        background: transparent;
        color: #ffffff;
        font-size: 14px;
        line-height: 1;
        cursor: pointer;
        z-index: 2;
    }

    .jcw-mobile-submenu-toggle .fa {
        transition: transform 0.2s ease;
    }

    .header-style-2 .header-nav .nav > li.is-mobile-open > .jcw-mobile-submenu-toggle .fa {
        transform: rotate(180deg);
    }

    .header-style-2 .header-nav .nav > li.is-mobile-open > .mega-menu.services-mega-menu,
    .header-style-2 .header-nav .nav > li.is-mobile-open > .sub-menu {
        display: block !important;
        position: static;
        left: auto;
        right: auto;
        width: 100% !important;
        margin: 0;
        padding: 8px 0 12px;
        transform: none;
        background: #171717;
        box-shadow: none;
    }

    .header-style-2 .header-nav .nav > li.is-mobile-open > .mega-menu.services-mega-menu > li,
    .header-style-2 .header-nav .nav > li.is-mobile-open > .sub-menu > li {
        width: 100%;
        padding: 0;
    }

    .header-style-2 .header-nav .nav > li.is-mobile-open > .mega-menu.services-mega-menu > li {
        border-top: 1px solid rgba(255, 255, 255, 0.06);
    }

    .header-style-2 .header-nav .nav > li.is-mobile-open > .mega-menu.services-mega-menu > li:first-child {
        border-top: 0;
    }

    .header-style-2 .header-nav .nav > li.is-mobile-open > .mega-menu.services-mega-menu > li > a {
        padding: 12px 22px 6px;
        color: #00a651;
        font-weight: 700;
        background: transparent;
    }

    .header-style-2 .header-nav .nav > li.is-mobile-open > .mega-menu.services-mega-menu > li > ul {
        margin: 0;
        padding: 0 0 6px;
        background: transparent;
    }

    .header-style-2 .header-nav .nav > li.is-mobile-open > .mega-menu.services-mega-menu .mega-menu-service {
        margin: 0;
        padding: 0;
        background: transparent;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
    }

    .header-style-2 .header-nav .nav > li.is-mobile-open > .mega-menu.services-mega-menu a,
    .header-style-2 .header-nav .nav > li.is-mobile-open > .sub-menu a {
        display: block;
        padding: 10px 22px;
        color: #ffffff;
    }

    .header-style-2 .header-nav .nav > li.is-mobile-open > .mega-menu.services-mega-menu .mega-menu-service__title,
    .header-style-2 .header-nav .nav > li.is-mobile-open > .sub-menu a {
        color: #ffffff !important;
        line-height: 1.4;
    }

    .header-style-2 .header-nav .nav > li.is-mobile-open > .mega-menu.services-mega-menu .mega-menu-service:hover,
    .header-style-2 .header-nav .nav > li.is-mobile-open > .mega-menu.services-mega-menu .mega-menu-service.active {
        background: rgba(0, 166, 81, 0.14);
    }

    .header-style-2 .header-nav .nav > li.is-mobile-open > .mega-menu.services-mega-menu .mega-menu-service:hover .mega-menu-service__title,
    .header-style-2 .header-nav .nav > li.is-mobile-open > .mega-menu.services-mega-menu .mega-menu-service.active .mega-menu-service__title,
    .header-style-2 .header-nav .nav > li.is-mobile-open > .sub-menu a:hover,
    .header-style-2 .header-nav .nav > li.is-mobile-open > .sub-menu a:focus {
        color: #6fe3a0 !important;
    }

    .header-style-2 .header-nav .nav > li.is-mobile-open > .mega-menu.services-mega-menu .mega-menu-description,
    .header-style-2 .header-nav .nav > li.is-mobile-open > .mega-menu.services-mega-menu .mega-menu-service__description {
        padding: 0 22px 10px;
        color: rgba(255, 255, 255, 0.72);
        line-height: 1.45;
    }

    .header-style-2 .header-utilities .social-icons {
        gap: 6px;
    }

    .home-special-cards {
        padding-top: 45px !important;
    }
}

@media only screen and (max-width: 767px) {
    .header-style-2 .header-info {
        display: flex !important;
    }

    .header-style-2 .header-info > ul.jcw-hmd-header-shortcuts {
        display: flex !important;
        width: 100%;
        max-width: 360px;
        margin: 0 auto;
        gap: 0;
        border-top: 1px solid #e4ebe6;
        padding-left: 8px;
        padding-right: 8px;
    }

    .header-style-2 .header-info > ul.jcw-hmd-header-shortcuts > li {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding-left: 2px;
        padding-right: 2px;
    }

    .header-style-2 .header-info > ul.jcw-hmd-header-shortcuts > li.btn-col-last {
        display: flex !important;
        border-top: 0;
        padding-top: 18px;
    }

    .header-style-2 .main-bar {
        width: calc(100% - 20px);
        margin-bottom: 0;
    }

    .header-style-2 .main-bar .container {
        gap: 12px;
        min-height: 56px;
        padding-left: 12px;
        padding-right: 12px;
    }

    .header-style-2 .main-bar .container .header-nav {
        max-height: calc(100vh - 120px);
    }

    .header-style-2 .header-utilities .social-icons li a,
    .header-style-2 .header-utilities .header-login-icon {
        width: 26px;
        height: 26px;
        font-size: 13px;
    }

    .jcw-hmd-header-card {
        width: 100%;
        min-width: 0;
        padding: 18px 16px;
        border: 0;
        border-bottom: 1px solid #e4ebe6;
        border-radius: 0;
        background: transparent;
        justify-content: center;
        align-items: center;
        margin-left: auto;
        margin-right: auto;
    }

    .header-style-2 .header-info > ul.jcw-hmd-header-shortcuts > li:not(.btn-col-last) {
        margin-bottom: 8px;
    }

    .jcw-hmd-header-card .icon-sm {
        display: none;
    }

    .jcw-hmd-header-card .icon-sm .icon-cell {
        font-size: 20px;
    }

    .jcw-hmd-header-card .icon-content {
        align-items: center;
        text-align: center;
        justify-content: center;
        margin: 0 auto;
        min-height: 0;
        gap: 5px;
        max-width: 100%;
        padding-left: 4px;
        padding-right: 4px;
    }

    .jcw-hmd-header-card .icon-content strong {
        font-size: 10px;
        letter-spacing: 0.08em;
        margin-bottom: 5px;
    }

    .jcw-hmd-header-card .icon-content a,
    .jcw-hmd-header-card .icon-content span {
        font-size: 13px;
        line-height: 1.45;
    }

    .jcw-hmd-header-cta {
        border-radius: 0;
        outline: 0;
        box-shadow: 0 10px 24px rgba(0, 166, 81, 0.22);
    }

    .home-intro-section .about-home-right.about-right-v2 {
        padding: 26px !important;
    }

    .home-special-cards {
        margin-top: 0 !important;
        padding-top: 35px !important;
    }

    .services-v2.no-col-gap>[class*="col-"] {
        padding: 10px 15px;
    }

    .home-project-card__title {
        min-height: 0;
    }
}

.form-grid {
    padding: 20px;
}

.page-template-page-contact .hmd-contact-page,
.page-id-15 .hmd-contact-page {
    --hmd-contact-accent: #00a651;
    --hmd-contact-accent-dark: #17663a;
    --hmd-contact-border: rgba(15, 23, 42, 0.08);
    --hmd-contact-shadow: 0 14px 36px rgba(15, 23, 42, 0.08);
    margin-top: 8px;
}

.page-template-page-contact .hmd-contact-card-grid,
.page-id-15 .hmd-contact-card-grid {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 8px;
}

.page-template-page-contact .hmd-contact-card-grid>[class*="col-"],
.page-id-15 .hmd-contact-card-grid>[class*="col-"] {
    display: flex;
}

.page-template-page-contact .hmd-contact-card,
.page-id-15 .hmd-contact-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 18px;
    width: 100%;
    min-height: 100%;
    padding: 26px 24px 24px;
    background: #fff;
    border: 1px solid var(--hmd-contact-border);
    border-top: 4px solid var(--hmd-contact-accent);
    border-radius: 12px;
    box-shadow: var(--hmd-contact-shadow);
}

.page-template-page-contact .hmd-contact-card__icon,
.page-id-15 .hmd-contact-card__icon {
    flex: 0 0 52px;
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(0, 166, 81, 0.12);
    color: var(--hmd-contact-accent-dark);
    font-size: 22px;
}

.page-template-page-contact .hmd-contact-card__body,
.page-id-15 .hmd-contact-card__body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
}

.page-template-page-contact .hmd-contact-card__title,
.page-id-15 .hmd-contact-card__title {
    margin: 0 0 10px;
    color: #1f2937;
    font-size: 22px;
    line-height: 1.25;
    word-break: break-word;
}

.page-template-page-contact .hmd-contact-card__title-link,
.page-id-15 .hmd-contact-card__title-link,
.page-template-page-contact .hmd-contact-card__link,
.page-id-15 .hmd-contact-card__link {
    color: inherit;
}

.page-template-page-contact .hmd-contact-card__title-link:hover,
.page-id-15 .hmd-contact-card__title-link:hover,
.page-template-page-contact .hmd-contact-card__link:hover,
.page-id-15 .hmd-contact-card__link:hover {
    color: var(--hmd-contact-accent-dark);
}

.page-template-page-contact .hmd-contact-card__text,
.page-id-15 .hmd-contact-card__text {
    margin: 0;
    color: #4b5563;
    font-size: 15px;
    line-height: 1.65;
}

.page-template-page-contact .hmd-contact-card__actions,
.page-id-15 .hmd-contact-card__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 16px;
    align-items: center;
    justify-content: center;
    margin-top: auto;
    padding-top: 18px;
}

.page-template-page-contact .hmd-contact-card__action,
.page-id-15 .hmd-contact-card__action {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.page-template-page-contact .hmd-contact-form-row,
.page-id-15 .hmd-contact-form-row {
    margin-top: 6px;
}

.page-template-page-contact .hmd-contact-form-shell.hmd-contact-form-panel,
.page-id-15 .hmd-contact-form-shell.hmd-contact-form-panel {
    padding: 34px;
    background: #fff;
    border: 1px solid var(--hmd-contact-border);
    border-top: 4px solid var(--hmd-contact-accent);
    border-radius: 12px;
    box-shadow: var(--hmd-contact-shadow);
}

.page-template-page-contact .hmd-contact-form-shell .form-grid,
.page-id-15 .hmd-contact-form-shell .form-grid {
    padding: 0;
    gap: 20px 22px;
}

.page-template-page-contact .hmd-contact-form-shell .form-grid input[type="text"],
.page-template-page-contact .hmd-contact-form-shell .form-grid input[type="email"],
.page-template-page-contact .hmd-contact-form-shell .form-grid input[type="tel"],
.page-template-page-contact .hmd-contact-form-shell .form-grid input[type="file"],
.page-template-page-contact .hmd-contact-form-shell .form-grid textarea,
.page-id-15 .hmd-contact-form-shell .form-grid input[type="text"],
.page-id-15 .hmd-contact-form-shell .form-grid input[type="email"],
.page-id-15 .hmd-contact-form-shell .form-grid input[type="tel"],
.page-id-15 .hmd-contact-form-shell .form-grid input[type="file"],
.page-id-15 .hmd-contact-form-shell .form-grid textarea {
    border-radius: 10px;
    border-color: #cfd8e3;
    box-shadow: none;
}

.page-template-page-contact .hmd-contact-form-shell .form-grid input[type="file"],
.page-id-15 .hmd-contact-form-shell .form-grid input[type="file"] {
    min-height: 0;
    padding: 13px 14px;
    background: #f8fafc;
}

.page-template-page-contact .hmd-contact-form-shell .jcw-contact-form__field-help,
.page-id-15 .hmd-contact-form-shell .jcw-contact-form__field-help {
    display: block;
    margin-top: 8px;
    color: #667085;
    font-size: 13px;
    line-height: 1.5;
}

.page-template-page-contact .hmd-contact-form-shell .form-actions,
.page-id-15 .hmd-contact-form-shell .form-actions {
    display: flex;
    justify-content: flex-start;
    margin-top: 28px;
}

.page-template-page-contact .hmd-contact-location-row,
.page-id-15 .hmd-contact-location-row {
    margin-top: 18px;
}

.page-template-page-contact .hmd-contact-location-block,
.page-id-15 .hmd-contact-location-block {
    padding: 34px;
    background: #fff;
    border: 1px solid var(--hmd-contact-border);
    border-top: 4px solid var(--hmd-contact-accent);
    border-radius: 12px;
    box-shadow: var(--hmd-contact-shadow);
}

.page-template-page-contact .hmd-contact-location-block__map,
.page-id-15 .hmd-contact-location-block__map {
    overflow: hidden;
    border-radius: 10px;
}

@media only screen and (max-width: 991px) {
    .page-template-page-contact .hmd-contact-card-grid>[class*="col-"],
    .page-id-15 .hmd-contact-card-grid>[class*="col-"] {
        width: 100%;
    }

    .page-template-page-contact .hmd-contact-card,
    .page-id-15 .hmd-contact-card {
        min-height: 0;
    }
}

@media only screen and (max-width: 767px) {
    .page-template-page-contact .hmd-contact-card,
    .page-id-15 .hmd-contact-card,
    .page-template-page-contact .hmd-contact-form-shell.hmd-contact-form-panel,
    .page-id-15 .hmd-contact-form-shell.hmd-contact-form-panel,
    .page-template-page-contact .hmd-contact-location-block,
    .page-id-15 .hmd-contact-location-block {
        padding: 24px 20px;
        border-radius: 10px;
    }

    .page-template-page-contact .hmd-contact-card,
    .page-id-15 .hmd-contact-card {
        gap: 14px;
    }

    .page-template-page-contact .hmd-contact-card__title,
    .page-id-15 .hmd-contact-card__title {
        font-size: 19px;
    }
}

[data-jcw-has-section-background="1"] {
    position: relative;
    overflow: hidden;
}

[data-jcw-has-section-background="1"] > :not(.jcw-section-background) {
    position: relative;
    z-index: 1;
}

.jcw-section-background {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}

.jcw-section-background__base,
.jcw-section-background__color,
.jcw-section-background__image,
.jcw-section-background__overlay {
    position: absolute;
    inset: 0;
    display: block;
}

.jcw-section-background__base {
    background: transparent;
}

.jcw-section-background__color {
    background: var(--jcw-section-bg-color, transparent);
    opacity: var(--jcw-section-bg-color-opacity, 0);
}

.jcw-section-background__image {
    background-image: var(--jcw-section-bg-image, none);
    background-position: var(--jcw-section-bg-position, center center);
    background-repeat: no-repeat;
    background-size: var(--jcw-section-bg-size, cover);
    opacity: var(--jcw-section-bg-image-opacity, 1);
    mix-blend-mode: normal;
    transform: scale(1);
}

.jcw-section-background__overlay {
    background: var(--jcw-section-bg-overlay-color, transparent);
    opacity: var(--jcw-section-bg-overlay-opacity, 0);
}

[data-jcw-has-section-background="1"][data-jcw-bg-effect="fixed"] .jcw-section-background__image {
    background-attachment: fixed;
}

[data-jcw-has-section-background="1"][data-jcw-bg-effect="subtle_zoom"] .jcw-section-background__image {
    transform: scale(1.04);
}

@media only screen and (max-width: 991px) {
    [data-jcw-has-section-background="1"][data-jcw-bg-effect="fixed"] .jcw-section-background__image {
        background-attachment: scroll;
    }
}

/* testing from here */

