.home-hero {
    --home-hero-height: 840px;
    background: #172019;
}

.home-hero-stage {
    position: relative;
    min-height: var(--home-hero-height);
}

.home-hero .banner-carousel {
    position: absolute;
    inset: 0;
    height: var(--home-hero-height);
}

.home-hero .banner-carousel .owl-stage-outer,
.home-hero .banner-carousel .owl-stage,
.home-hero .banner-carousel .owl-item,
.home-hero .banner-carousel .slide-item {
    height: 100%;
}

.home-hero .banner-carousel .slide-item::before {
    background: linear-gradient(90deg, rgba(7, 14, 9, 0.82) 0%, rgba(7, 14, 9, 0.62) 47%, rgba(7, 14, 9, 0.42) 100%);
}

.home-hero-conversion-layer {
    position: absolute;
    inset: 0;
    z-index: 5;
    pointer-events: none;
}

.home-hero-conversion-layer > .auto-container {
    height: 100%;
}

.home-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(390px, 430px);
    align-items: center;
    gap: 54px;
    height: 100%;
    padding: 45px 0 105px;
}

.home-hero-copy {
    max-width: 640px;
    color: #ffffff;
    pointer-events: auto;
}

.home-hero-copy .subtitle {
    position: relative;
    margin: 0 0 20px;
    padding-left: 42px;
    color: #ffffff;
    font-size: 19px;
    font-weight: 500;
    line-height: 30px;
}

.home-hero-copy .subtitle .icon {
    position: absolute;
    left: 0;
    top: 1px;
    width: 29px;
    height: 29px;
    background: url(/images/icons/leaf-one.png) center / contain no-repeat;
}

.home-hero-copy h1 {
    margin: 0 0 20px;
    color: #ffffff;
    font-size: clamp(42px, 4.2vw, 58px);
    font-weight: 700;
    line-height: 1.12;
    text-wrap: balance;
}

.home-hero-copy > p {
    max-width: 600px;
    margin: 0 0 30px;
    color: rgba(255, 255, 255, 0.92);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.65;
}

.home-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.home-hero-actions .theme-btn,
.home-hero-actions .btn-title {
    height: 60px;
}

.home-hero-actions .btn-title {
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-hero-form-card {
    position: relative;
    padding: 27px 28px 22px;
    color: #202723;
    background: rgba(255, 255, 255, 0.98);
    border-top: 7px solid #109143;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
    pointer-events: auto;
}

.home-hero-form-heading {
    margin-bottom: 18px;
}

.home-hero-form-heading h2 {
    margin: 0 0 7px;
    color: #111713;
    font-size: 27px;
    font-weight: 700;
    line-height: 1.2;
}

.home-hero-form-heading p {
    margin: 0;
    color: #515a54;
    font-size: 14px;
    line-height: 1.55;
}

.home-hero-form-card .contact-enquiry-form .row {
    margin-right: -6px;
    margin-left: -6px;
}

.home-hero-form-card .contact-enquiry-form .form-group {
    margin-bottom: 12px;
    padding-right: 6px;
    padding-left: 6px;
}

.home-hero-form-card .contact-form-label {
    margin-bottom: 5px;
    font-size: 12px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.home-hero-form-card .default-form input[type="text"],
.home-hero-form-card .default-form input[type="email"],
.home-hero-form-card .default-form input[type="tel"],
.home-hero-form-card .default-form textarea {
    height: 47px;
    padding: 10px 13px;
    color: #202723;
    background: #ffffff;
    border: 1px solid #d8ded9;
    font-size: 15px;
    line-height: 1.4;
}

.home-hero-form-card .default-form textarea {
    min-height: 76px;
    height: 76px;
    resize: vertical;
}

.home-hero-form-card .contact-form-errors {
    margin-bottom: 12px;
    padding: 10px 12px;
    font-size: 13px;
}

.home-hero-form-card .contact-field-error {
    font-size: 12px;
}

.home-hero-form-card .contact-submit-group button,
.home-hero-form-card .contact-submit-group .btn-title {
    width: 100%;
}

.home-hero-form-card .contact-submit-group .btn-title {
    padding: 10px 18px;
    color: #ffffff;
    background: #109143;
    border-color: #109143;
}

.home-hero-form-card .contact-submit-group button:hover .btn-title,
.home-hero-form-card .contact-submit-group button:focus .btn-title {
    color: #ffffff;
    background: #0a6f33;
    border-color: #0a6f33;
}

.home-hero-form-phone {
    margin: 15px 0 0;
    color: #525c55;
    font-size: 13px;
    line-height: 1.45;
    text-align: center;
}

.home-hero-form-phone a {
    color: #0b7937;
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.home-hero .banner-carousel .owl-nav {
    display: none !important;
}

@media (max-width: 1199px) {
    .home-hero-grid {
        grid-template-columns: minmax(0, 1fr) minmax(370px, 400px);
        gap: 34px;
    }

    .home-hero-copy h1 {
        font-size: 43px;
    }

    .home-hero-form-card {
        padding-right: 22px;
        padding-left: 22px;
    }
}

@media (max-width: 991px) {
    .home-hero {
        --home-hero-visual-height: 560px;
        background: #f4f7f1;
    }

    .home-hero-stage {
        min-height: 0;
    }

    .home-hero .banner-carousel {
        height: var(--home-hero-visual-height);
    }

    .home-hero-conversion-layer {
        position: relative;
        inset: auto;
    }

    .home-hero-conversion-layer > .auto-container {
        height: auto;
    }

    .home-hero-grid {
        display: block;
        height: auto;
        padding: 0;
    }

    .home-hero-copy {
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-height: var(--home-hero-visual-height);
        max-width: 720px;
        margin: 0 auto;
        padding: 55px 45px;
        text-align: center;
    }

    .home-hero-copy .subtitle {
        align-self: center;
    }

    .home-hero-copy > p {
        margin-right: auto;
        margin-left: auto;
    }

    .home-hero-actions {
        justify-content: center;
    }

    .home-hero-form-card {
        max-width: 720px;
        margin: 32px auto 50px;
    }

    .home-hero + .areas-section .inner-container {
        margin-top: 0;
    }
}

@media (max-width: 599px) {
    .home-hero {
        --home-hero-visual-height: 430px;
    }

    .home-hero-copy {
        padding: 42px 10px 38px;
    }

    .home-hero-copy .subtitle {
        margin-bottom: 14px;
        font-size: 16px;
    }

    .home-hero-copy h1 {
        margin-bottom: 15px;
        font-size: 32px;
        line-height: 1.16;
    }

    .home-hero-copy > p {
        margin-bottom: 22px;
        font-size: 15px;
        line-height: 1.55;
    }

    .home-hero-actions {
        display: grid;
        grid-template-columns: 1fr;
        width: 100%;
    }

    .home-hero-actions .btn-style-one {
        display: none;
    }

    .home-hero-actions .theme-btn,
    .home-hero-actions .btn-title {
        width: 100%;
        height: 52px;
    }

    .home-hero-form-card {
        margin: 0 -15px 36px;
        padding: 24px 18px 20px;
        box-shadow: 0 15px 35px rgba(18, 42, 24, 0.14);
    }

    .home-hero-form-heading h2 {
        font-size: 25px;
    }

    .home-hero-form-card .contact-enquiry-form .form-group {
        margin-bottom: 13px;
    }

    .home-hero-form-card .default-form input[type="text"],
    .home-hero-form-card .default-form input[type="email"],
    .home-hero-form-card .default-form input[type="tel"],
    .home-hero-form-card .default-form textarea {
        font-size: 16px;
    }

    .callnowbutton {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-hero *,
    .home-hero *::before,
    .home-hero *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}
