﻿@charset "UTF-8";

:root {
    --green-primary: #1e6b3c;
    --green-dark: #145230;
    --green-link: #009933;
    --white: #ffffff;
    --gray-bg: #f0f0f0;
    --gray-border: #cccccc;
    --gray-light: #ebebeb;
    --gray-text: #707070;
    --black: #1a1a1a;
    --border-radius-pill: 50px;
    --transition: all 0.22s ease;
}

/* =============================================
   HIDE INTRO BLOCK (Main Office below map)
   ============================================= */
.component.habasit-components.intro-block.three-col {
    display: none !important;
}

/* =============================================
   MAP WRAPPER
   ============================================= */
.map-wrapper {
    position: relative;
    width: 100%;
    height: 700px;
    overflow: hidden;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

    /* =============================================
   TOP GREEN FILTER BAR
   ============================================= */
    .map-wrapper .drp-types {
        display:none;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 10;
        padding: 12px 20px;
        background-color: var(--green-primary);
        display: none;
        box-shadow: 0 2px 8px rgba(0,0,0,0.18);
    }

@media (min-width: 768px) {
    .map-wrapper .drp-types {
        display: none;
    }
}

.map-wrapper .drp-types ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

    .map-wrapper .drp-types ul li {
        display: inline-block;
        padding-right: 0;
    }

.map-wrapper .drp-types .drp-arrow1 select.filter-column,
.map-wrapper .drp-types .drp-arrow select.filter-column {
    appearance: none;
    -webkit-appearance: none;
    background-color: var(--white);
    border: none;
    border-radius: var(--border-radius-pill);
    height: 42px;
    padding: 0 40px 0 16px;
    font-size: 14px;
    color: var(--black);
    min-width: 190px;
    cursor: pointer;
    outline: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%23555' d='M5 6L0 0h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 9px;
    font-family: inherit;
}

.map-wrapper .drp-types .drp-arrow1 .select2-container,
.map-wrapper .drp-types .drp-arrow .select2-container {
    min-width: 190px;
}

.map-wrapper .drp-types .drp-arrow1 .select2-container--default .select2-selection--single,
.map-wrapper .drp-types .drp-arrow .select2-container--default .select2-selection--single {
    background-color: var(--white);
    border: none;
    border-radius: var(--border-radius-pill);
    height: 42px;
    padding-top: 9px;
    padding-left: 16px;
    font-size: 14px;
    color: var(--black);
}

.map-wrapper .drp-types .drp-arrow1 span.select2-selection__arrow:after,
.map-wrapper .drp-types .drp-arrow span.select2-selection__arrow:after {
    content: '\f107';
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    top: 13px;
    right: 14px;
    color: #555;
}

.map-wrapper .drp-types .drp-arrow1 .select2-container--default .select2-selection--single .select2-selection__arrow b,
.map-wrapper .drp-types .drp-arrow .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

/* =============================================
   LEGEND BAR + MAIN OFFICE (right side)
   ============================================= */
.map-wrapper .contact-types {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    padding: 25px 0 15px;
    background-color: #f5f5f5;
    display: none;
    width: 90%;
    margin: auto;
}

@media (min-width: 768px) {
    .map-wrapper .contact-types {
        display: block;
    }
}

.map-wrapper .contact-types ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: start;
    gap: 18px;
    flex-wrap: wrap;
}

    .map-wrapper .contact-types ul li {
        display: inline-flex;
        align-items: center;
        gap: 5px;
        padding-right: 0;
    }

        .map-wrapper .contact-types ul li img {
            padding-right: 0;
            width: 14px;
            height: 14px;
            vertical-align: middle;
        }

        .map-wrapper .contact-types ul li span {
            font-size: 13px;
            font-weight: 600;
            color: var(--black);
        }

/* Main Office inline - appended as last <li> by JS */
.map-main-office-li {
    margin-left: auto !important;
    display: flex !important;
    align-items: flex-start !important;
    flex-direction: column !important;
    padding-left: 24px !important;
    gap: 0 !important;
}

    .map-main-office-li .mo-title {
        display: block;
        margin-bottom: 1px;
        color: #1C1B1F !important;
        font-size: 20px !important;
        font-weight: 600 !important;
        line-height: 140% !important;
        letter-spacing: 0.3px;
    }

    .map-main-office-li .mo-body {
        font-size: 15px !important;
        line-height: 24px !important;
        color: #1C1B1F !important;
        font-weight: 500 !important;
        margin-top: 10px;
        margin-bottom: 15px;
    }

    .map-main-office-li .mo-tel {
        text-decoration: none;
        color: #007533 !important;
        font-size: 15px !important;
        line-height: 160%;
        font-weight: 600;
        border-bottom: 1px solid;
    }
        .map-main-office-li .mo-tel::after{display:none;}

       

/* =============================================
   MOBILE LEGEND
   ============================================= */
.contact-mobile-types {
    display: none;
}

@media (max-width: 767px) {
    .contact-mobile-types {
        display: block;
        position: relative;
        padding: 7px 12px;
        background-color: var(--white);
        width: 100%;
    }
}

.contact-mobile-types ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

    .contact-mobile-types ul li {
        display: inline-flex;
        align-items: center;
        gap: 4px;
        padding-right: 0;
    }

        .contact-mobile-types ul li img {
            width: 12px;
            height: 12px;
            padding-right: 0;
        }

        .contact-mobile-types ul li span {
            font-size: 11px;
            font-weight: 600;
            color: var(--black);
        }

/* =============================================
   MOBILE DROPDOWNS
   ============================================= */
.map-wrapper .drp-mobile-types {
    display:none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    padding: 10px 12px;
    background-color: var(--green-primary);
    margin-left: 0;
}

@media (min-width: 768px) {
    .map-wrapper .drp-mobile-types {
        display: none;
    }
}

.map-wrapper .drp-mobile-types ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 8px;
}

    .map-wrapper .drp-mobile-types ul li {
        flex: 1;
    }

.map-wrapper .drp-mobile-types .mobile-drp-arrow1 select.filter-column,
.map-wrapper .drp-mobile-types .mobile-drp-arrow select.filter-column {
    appearance: none;
    -webkit-appearance: none;
    background-color: var(--white);
    border: none;
    border-radius: var(--border-radius-pill);
    height: 38px;
    padding: 0 32px 0 12px;
    font-size: 13px;
    color: var(--black);
    width: 100%;
    cursor: pointer;
    outline: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%23555' d='M5 6L0 0h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 8px;
    font-family: inherit;
}

.map-wrapper .drp-mobile-types .mobile-drp-arrow1 .select2-container--default .select2-selection--single,
.map-wrapper .drp-mobile-types .mobile-drp-arrow .select2-container--default .select2-selection--single {
    background-color: var(--white);
    border: none;
    border-radius: var(--border-radius-pill);
    height: 38px;
    padding-top: 7px;
    padding-left: 12px;
    font-size: 13px;
}

.map-wrapper .drp-mobile-types .mobile-drp-arrow1 span.select2-selection__arrow:after,
.map-wrapper .drp-mobile-types .mobile-drp-arrow span.select2-selection__arrow:after {
    content: '\f107';
    font: normal normal normal 13px/1 FontAwesome;
    position: absolute;
    top: 10px;
    right: 12px;
    color: #555;
}

.map-wrapper .drp-mobile-types .mobile-drp-arrow1 .select2-container--default .select2-selection--single .select2-selection__arrow b,
.map-wrapper .drp-mobile-types .mobile-drp-arrow .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

/* =============================================
   MAP DIV
   ============================================= */
.map-wrapper #map {
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-bottom: 0 !important;
}

@media (max-width: 767px) {
    .map-wrapper #map {
        height: 100%;
        padding-bottom: 0;
    }
}

.map-wrapper #map iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

/* =============================================
   SIDEBAR OVERLAY
   ============================================= */
.map-wrapper .sidebar-wrapper {
    position: fixed;
    z-index: 200;
    overflow: hidden;
    top: 0;
    left: 100%;
    height: 100%;
    width: 100%;
    visibility: hidden;
    -webkit-transition: visibility 0s .5s;
    transition: visibility 0s .5s;
}

    .map-wrapper .sidebar-wrapper::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: transparent;
        cursor: pointer;
        -webkit-transition: background 0.3s 0.3s;
        transition: background 0.3s 0.3s;
    }

    .map-wrapper .sidebar-wrapper.is-visible {
        visibility: visible;
        -webkit-transition: visibility 0s 0s;
        transition: visibility 0s 0s;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .map-wrapper .sidebar-wrapper.is-visible::after {
            background: rgba(0,0,0,0.45);
            -webkit-transition: background 0.3s 0s;
            transition: background 0.3s 0s;
        }

        .map-wrapper .sidebar-wrapper.is-visible .sidebar {
            -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
            -webkit-transition-delay: 0s;
            transition-delay: 0s;
            box-shadow: -6px 0 32px rgba(0,0,0,0.16);
            border-radius:5px;
        }

    /* =============================================
   SIDEBAR PANEL
   ============================================= */
    .map-wrapper .sidebar-wrapper .sidebar {
        position: fixed;
        height: 100%;
/*        top: 0;
        right: 50%;
        left: 50%;
        left: 50%;
        transform: translate(-50%) !important;*/
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
        width: 400px;
        max-width: 100%;
        background: transparent;
        z-index: 1;
        -webkit-transition: transform .32s cubic-bezier(0.4,0,0.2,1);
        transition: transform .32s cubic-bezier(0.4,0,0.2,1);
        overflow:auto;
        height:550px;
    }

@media (max-width: 767px) {
    .map-wrapper .sidebar-wrapper .sidebar {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 1599px) {
    .map-wrapper .sidebar-wrapper .sidebar {
        width: 420px;
    }
}

/* boxClose (mobile) */
.map-wrapper .sidebar-wrapper .sidebar a.boxClose {
    position: absolute;
    top: 14px;
    right: 16px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: none;
    cursor: pointer;
    z-index: 20;
    opacity: 1;
    align-items: center;
    justify-content: center;
}

@media (max-width: 767px) {
    .map-wrapper .sidebar-wrapper .sidebar a.boxClose {
        display: flex;
    }
}

.map-wrapper .sidebar-wrapper .sidebar a.boxClose:after,
.map-wrapper .sidebar-wrapper .sidebar a.boxClose:before {
    content: '';
    position: absolute;
    height: 2px;
    width: 16px;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -1px;
    background: #555;
}

.map-wrapper .sidebar-wrapper .sidebar a.boxClose:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.map-wrapper .sidebar-wrapper .sidebar a.boxClose:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* =============================================
   SIDEBAR INNER
   ============================================= */
.map-wrapper .sidebar-wrapper .sidebar .sidebar-inner {
    position: absolute;
    background: var(--gray-bg);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

/* =============================================
   TABS
   ============================================= */
.nav-tabs {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    border-bottom: none;
    padding: 50px 20px 20px;
}

    .nav-tabs .tab-item {
        flex-basis: 0;
        flex-grow: 1;
        text-align: center;
        margin-bottom: 0;
        padding:0 !important;
    }

        .nav-tabs .tab-item.half {
            width: 50%;
            flex: 0 0 50%;
        }

        .nav-tabs .tab-item a {
            display: block;
            position: relative;
            background-color: var(--white);
            color: #007533;
            font-size: 11.5px;
            line-height: 48px;
            font-weight: 700;
            letter-spacing: 0.07em;
            text-transform: uppercase;
            text-decoration: none;
            cursor: pointer;
            border-bottom: 3px solid var(--gray-light);
            transition: var(--transition);
        }
        .sidebar-x-btn{
            color:#007533;
        }
            .nav-tabs .tab-item a:after {
                display: none;
            }

            .nav-tabs .tab-item a:hover {
                color: var(--green-primary);
            }

            .nav-tabs .tab-item a.active {
                color: var(--white);
                background-color: var(--green-primary);
                border-bottom-color: var(--green-primary);
            }

                .nav-tabs .tab-item a.active:after {
                    box-shadow: unset;
                }

.tab-content > .tab-pane {
    display: none;
}

    .tab-content > .tab-pane.active {
        display: block;
    }

/* =============================================
   SIDEBAR CONTENT AREA
   ============================================= */
.map-wrapper .sidebar-wrapper .sidebar .sidebar-inner .sidebar-content {
    padding: 20px 22px 40px 22px;
    background: var(--gray-bg);
}

    .map-wrapper .sidebar-wrapper .sidebar .sidebar-inner .sidebar-content .hr {
        border: none;
        border-bottom: 1px solid #ddd;
        margin: 18px 0;
    }

    .map-wrapper .sidebar-wrapper .sidebar .sidebar-inner .sidebar-content .contact-heading {
        font-size: 22px;
        line-height: 1.3;
        font-weight: 700;
        color: var(--black);
        margin-bottom: 8px;
        margin-top: 0;
    }

    .map-wrapper .sidebar-wrapper .sidebar .sidebar-inner .sidebar-content .contact-content {
        margin-bottom: 8px;
        font-size: 14px;
        line-height: 1.65;
        color: #333;
    }

        .map-wrapper .sidebar-wrapper .sidebar .sidebar-inner .sidebar-content .contact-content a {
            color: var(--green-link);
            text-decoration: none;
            font-weight: 500;
        }

            .map-wrapper .sidebar-wrapper .sidebar .sidebar-inner .sidebar-content .contact-content a:hover {
                text-decoration: underline;
            }

    .map-wrapper .sidebar-wrapper .sidebar .sidebar-inner .sidebar-content img {
        max-width: 100%;
        height: auto;
    }

/* =============================================
   TWO-COLUMN SELECT ROW (JS injected wrapper)
   ============================================= */
.sidebar-selects-row {
    display: flex;
    gap: 14px;
    margin-bottom: 18px;
}

    .sidebar-selects-row .select-field {
        flex: 1;
        min-width: 0;
        margin-bottom: 0 !important;
    }

/* =============================================
   SELECT FIELDS - Image 2 exact
   transparent bg, border all sides, rounded corners,
   flag + bold green text, single-line ellipsis
   ============================================= */
.map-wrapper .sidebar-wrapper .sidebar .sidebar-inner .sidebar-content .select-field {
    position: relative;
    margin-bottom: 18px;
}

    /* Label - static, above dropdown */
    .map-wrapper .sidebar-wrapper .sidebar .sidebar-inner .sidebar-content .select-field .select-field-label {
        position: static;
        display: block;
        font-size: 11px;
        font-weight: 500;
        color: var(--gray-text);
        padding: 0 0 5px 1px;
        background: none;
        top: auto;
        left: auto;
        z-index: auto;
    }
#select-city{
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
}
/* Dropdown trigger */
.map-wrapper .sidebar-wrapper .sidebar .sidebar-inner .sidebar-content .select-field .select-field-value {
    border-bottom: 1px solid;
    width: 100%;
    padding: 7px 30px 7px 8px;
    font-weight: 700;
    font-size: 14px;
    color: var(--green-primary);
    background-color: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: border-color 0.18s;
    min-height: 38px;
    position: relative;
    overflow: hidden;
}

        .map-wrapper .sidebar-wrapper .sidebar .sidebar-inner .sidebar-content .select-field .select-field-value:hover {
            border-color: var(--green-primary);
        }

        .map-wrapper .sidebar-wrapper .sidebar .sidebar-inner .sidebar-content .select-field .select-field-value.open-field {
            border-color: var(--green-primary);
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;
        }

        /* Flag */
        .map-wrapper .sidebar-wrapper .sidebar .sidebar-inner .sidebar-content .select-field .select-field-value img {
            width: 20px;
            height: 14px;
            object-fit: cover;
            border-radius: 2px;
            flex-shrink: 0;
        }

        /* Text single line */
        .map-wrapper .sidebar-wrapper .sidebar .sidebar-inner .sidebar-content .select-field .select-field-value .select-field-current {
            flex: 1;
            min-width: 0;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            font-size: 14px;
            color: var(--green-primary);
            font-weight: 700;
        }

    /* Chevron arrow */
    .map-wrapper .sidebar-wrapper .sidebar .sidebar-inner .sidebar-content .select-field .arrow {
        position: absolute;
        right: 8px;
        top: 67%;
        transform: translateY(-50%);
        pointer-events: none;
        z-index: 3;
    }

        .map-wrapper .sidebar-wrapper .sidebar .sidebar-inner .sidebar-content .select-field .arrow b {
            display: block;
            height: auto;
            border: none;
            color: var(--green-primary);
            width: 14px;
            position: static;
        }

            .map-wrapper .sidebar-wrapper .sidebar .sidebar-inner .sidebar-content .select-field .arrow b::after {
                display: inline-block;
                font: normal normal normal 13px/1 FontAwesome;
                text-rendering: auto;
                -webkit-font-smoothing: antialiased;
                content: "\f107";
                color: var(--green-primary);
                transition: transform 0.22s ease;
            }

    /* Dropdown options list */
    .map-wrapper .sidebar-wrapper .sidebar .sidebar-inner .sidebar-content .select-field .select-field-options {
        display: none;
        border: 1.5px solid var(--green-primary);
        border-top: none;
        z-index: 100000;
        position: absolute;
        width: 100%;
        padding-top: 2px;
        background-color: var(--white);
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
        max-height: 200px;
        overflow-y: auto;
        box-shadow: 0 6px 14px rgba(0,0,0,0.08);
    }

        .map-wrapper .sidebar-wrapper .sidebar .sidebar-inner .sidebar-content .select-field .select-field-options .select-field-option {
            cursor: pointer;
            padding: 7px 10px;
            font-weight: 500;
            font-size: 13px;
            display: flex;
            align-items: center;
            gap: 7px;
            color: var(--black);
            transition: background-color 0.1s;
        }

            .map-wrapper .sidebar-wrapper .sidebar .sidebar-inner .sidebar-content .select-field .select-field-options .select-field-option:first-of-type {
                padding-top: 7px;
            }

            .map-wrapper .sidebar-wrapper .sidebar .sidebar-inner .sidebar-content .select-field .select-field-options .select-field-option:last-of-type {
                padding-bottom: 10px;
            }

            .map-wrapper .sidebar-wrapper .sidebar .sidebar-inner .sidebar-content .select-field .select-field-options .select-field-option img {
                width: 20px;
                height: 14px;
                object-fit: cover;
                border-radius: 2px;
                flex-shrink: 0;
            }

            .map-wrapper .sidebar-wrapper .sidebar .sidebar-inner .sidebar-content .select-field .select-field-options .select-field-option span {
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                flex: 1;
            }

            .map-wrapper .sidebar-wrapper .sidebar .sidebar-inner .sidebar-content .select-field .select-field-options .select-field-option:hover {
                background-color: #f0f9f3;
                color: var(--green-primary);
            }

/* Policy overrides */
.map-wrapper .sidebar-wrapper .sidebar .sidebar-inner .sidebar-content .policy-section.policy-section {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0 !important;
    padding-right: 0;
}

.map-wrapper .sidebar-wrapper .sidebar .sidebar-inner .sidebar-content .policy-section-more {
    margin-left: 0 !important;
}

/* =============================================
   POLICY CHECKBOX
   ============================================= */
.policy-section {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    z-index: 2;
    margin-top: 14px !important;
}

    .policy-section a {
        font-size: 13px;
        color: var(--green-link);
    }

    .policy-section .policy-container {
        position: relative;
        cursor: pointer;
        text-indent: 26px;
        line-height: 20px;
        font-size: 13px;
        color: var(--black);
        user-select: none;
    }

    .policy-section .policy {
        position: absolute;
        opacity: 0;
        width: 18px;
        height: 18px;
        left: 0;
        top: 0;
        z-index: 2;
        cursor: pointer;
    }

    .policy-section .checkmark {
        position: absolute;
        top: 1px;
        left: 0;
        height: 16px;
        width: 16px;
        border: 2px solid var(--gray-border);
        border-radius: 3px;
        background-color: var(--white);
        transition: var(--transition);
    }

        .policy-section .checkmark:after {
            content: '';
            display: none;
            position: absolute;
            left: 4px;
            top: 1px;
            width: 5px;
            height: 9px;
            border: solid var(--white);
            border-width: 0 2px 2px 0;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }

    .policy-section.invalid .checkmark {
        border: 2px solid #e53935;
    }

    .policy-section .policy-container input:checked + .checkmark {
        background: var(--green-primary);
        border-color: var(--green-primary);
    }

        .policy-section .policy-container input:checked + .checkmark:after {
            display: block;
        }

.policy-section-more {
    margin-left: 0;
    margin-top: 7px !important;
    margin-bottom: 14px;
    font-size: 13px;
    width: 100%;
}

    .policy-section-more p {
        font-size: 13px;
        color: var(--gray-text);
        margin: 0;
    }

    .policy-section-more a {
        color: var(--green-link);
        text-decoration: none;
    }

        .policy-section-more a:hover {
            text-decoration: underline;
        }

/* =============================================
   FORM FIELDS
   ============================================= */
.form-message {
    display: flex;
    flex-direction: column;
}

.input-field {
    position: relative;
}

    .input-field:not(:first-child) {
        margin-top: 20px;
    }

    .input-field.valid .isValid {
        display: block;
    }

    .input-field.invalid .isInvalid {
        display: block;
    }

    .input-field.valid label,
    .input-field.invalid label,
    .input-field .field:focus + label,
    .input-field textarea:focus ~ label {
        top: -9px;
        background-color: var(--gray-bg);
        z-index: 10;
        padding: 2px 6px;
        -webkit-transform: none;
        transform: none;
        font-size: 11px;
        color: var(--green-primary);
    }

    .input-field label {
        position: absolute;
        top: 50%;
        left: 15px;
        z-index: 2;
        font-size: 13px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        transition: all 0.2s ease;
        color: #1e6b3c;
        pointer-events: none;
    }

    .input-field .field {
        width: 100%;
        border: 1px solid #1e6b3c;
        border-radius: var(--border-radius-pill);
        background-color: var(--white);
        color: #1e6b3c;
        font-family: inherit;
        font-size: 14px;
        padding: 12px 15px;
        transition: border-color 0.2s;
        outline: none;
    }

        .input-field .field:focus {
            border-color: var(--green-primary);
        }

        .input-field .field.error {
            border: 2px solid #e53935;
        }

    .input-field textarea.field {
        resize: none;
        border-radius: 12px;
        height: 120px;
        font-family: inherit;
    }

        .input-field textarea.field:focus ~ label {
            top: -9px;
        }

    .input-field .isValid {
        color: var(--green-primary);
        display: none;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 13px;
        font-size: 18px;
    }

    .input-field .isInvalid {
        color: #e53935;
        display: none;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 13px;
        font-size: 18px;
    }

.map-wrapper .message {
    border-radius: 12px;
    height: 120px;
}

.map-wrapper .message-field {
    margin-bottom: 16px;
}

    .map-wrapper .message-field label {
        position: absolute;
        top: 18px;
        transform: none;
    }

    .map-wrapper .message-field.valid label {
        top: -9px;
    }

    .map-wrapper .message-field textarea {
        margin-top: 0;
    }

    .map-wrapper .message-field.txt-focus label {
        top: -9px !important;
    }

/* =============================================
   SUBMIT BUTTON
   ============================================= */
.submit-section {
    margin-top: 6px;
    padding: 0;
}

    .submit-section .submit,
    .contact-map-submit {
        color: var(--white);
        font-weight: 600;
        background-color: var(--green-primary);
        font-size: 14px;
        border: 2px solid var(--green-primary);
        border-radius: var(--border-radius-pill);
        padding: 11px 24px;
        min-width: 100%;
        width: 100%;
        text-align: center;
        display: inline-block;
        cursor: pointer;
        letter-spacing: 0.03em;
        transition: var(--transition);
        outline: none;
        font-family: inherit;
    }

        .submit-section .submit:after {
            display: none;
        }

        .submit-section .submit:hover,
        .contact-map-submit:hover {
            background-color: var(--green-dark);
            border-color: var(--green-dark);
        }

        .submit-section .submit:disabled,
        .contact-map-submit:disabled {
            cursor: default;
            opacity: 0.6;
        }

.visit-location-btn {
    display: inline-flex;
    align-items: center;
    margin-top: 18px;
    padding: 9px 20px;
    background-color: transparent;
    border: 2px solid var(--green-primary);
    border-radius: var(--border-radius-pill);
    color: var(--green-primary) !important;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none !important;
    cursor: pointer;
    transition: var(--transition);
    font-family: inherit;
}

    .visit-location-btn:hover {
        background-color: var(--green-primary) !important;
        color: var(--white) !important;
    }

/* =============================================
   THANK YOU / ERROR
   ============================================= */
.form-holder .thank-you-message {
    display: none;
    width: 100%;
    text-align: left;
    padding: 22px;
    background: #f0fff4;
    border-radius: 10px;
    border: 1px solid #b2dfbc;
}

.form-holder .error-message {
    display: none;
    width: 100%;
    text-align: left;
    padding: 22px;
    background: #fff5f5;
    border-radius: 10px;
    border: 1px solid #ffcccc;
}

.form-holder .corporate-goback-button {
    margin-top: 18px;
}

    .form-holder .corporate-goback-button .go-back {
        color: var(--white);
        font-weight: 600;
        background-color: var(--green-primary);
        font-size: 14px;
        border: 2px solid var(--green-primary);
        border-radius: var(--border-radius-pill);
        padding: 10px 24px 10px 36px;
        min-width: 140px;
        display: inline-block;
        cursor: pointer;
        transition: var(--transition);
        position: relative;
        font-family: inherit;
    }

        .form-holder .corporate-goback-button .go-back:before {
            content: '\f104';
            font-family: 'FontAwesome';
            color: var(--white);
            position: absolute;
            left: 14px;
            font-size: 14px;
            top: 50%;
            transform: translateY(-50%);
        }

        .form-holder .corporate-goback-button .go-back:hover {
            background-color: var(--green-dark);
            border-color: var(--green-dark);
        }

@media (min-width: 576px) {
    .newsletter-form {
        margin-top: 20px !important;
    }
}

body{overflow-x:hidden;}
.hero-description {
    color: #fff;
    font-size: 26px;
    line-height: 150%;
    letter-spacing: 0.8px;
    margin-top: 25px;
    font-weight:400;
}

@media(max-width:768px){
    .hero-description {
        font-size: 20px;
    }

}

.nav-tabs .tab-item:first-child a {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

/* Second tab (right side rounded) */
.nav-tabs .tab-item:last-child a {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
