@charset "UTF-8";

.locInfo {
    /* max-height: 885px; */
    float: left;
    /* padding-top: 5%; */
    display: grid;
    width: min(27.917vw, 536px);
    flex-grow: 1;
    align-content: center;
    align-items: center;
    justify-items: start;
    padding: 0;
    margin-left: 16%;
}

.locInfo h2 {
    color: var( --black );
    font-size: var(--h2-font-size);
    line-height: var(--h2-line-height);
    /* font-weight: 500; */
    /* text-transform: uppercase; */
    margin-top: 0;
    margin-bottom: 32px;
}

.locInfo::-webkit-scrollbar {
    width: 5px;
}

.locInfo::-webkit-scrollbar-track {
    background: var( --white );
}

.locInfo::-webkit-scrollbar-thumb {
    background: #86b8c5;
}

.locInfo::-webkit-scrollbar-thumb:hover {
    background: #29a5c4;
}

.map-section {
    position: relative;
    padding: clamp(60px, 5.208vw, 100px) 0 0;
    z-index: 1;
    background: linear-gradient(
        to bottom,
        #ffffff 0%,
        #ffffff 93.42%,
        
        #253D57 93.42%,
        #253D57 100%
    );
 }

.map-section::before {
    content: "Contact Us";
    position: absolute;
    bottom: min(1.406vw, 27px);
    left: min(7.24vw, 139px);
    font-family: var(--heading-font);
    font-size: clamp(86px, 8.75vw, 168px);
    letter-spacing: 0.05em;
    line-height: 1;
    white-space: nowrap;
    color: transparent;
    -webkit-text-stroke: 2px #C3B8A5;
    transform-origin: bottom left;
    transform: rotate(-90deg) translateY(100%);
}

.map-section .container {
    /* width: 100%; */
    overflow: visible;
}

.map-section .row {
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
    overflow: visible;
 }

.map {
    padding: 0;
    overflow: visible;
    width: min(35.104vw, 674px);
}

.main-map {
    /* z-index: 1; */
    /* float: right; */
    height: clamp(390px, 42.292vw, 812px );
    width: min(35.104vw, 674px);
    margin: 0 auto;
    margin-right: 0;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.map:before {
    content: '';
    position: absolute;
    left: max(-2.083vw, -40px);
    top: max(-2.083vw, -40px);
    width: min(26.042vw, 500px);
    height: min(38.177vw, 733px);
    border: 2px solid #E6E1D7;
}

.loc_img {
    background-position: center;
    border-radius: 50%;
    min-height: 272px;
}

.loc_img img {
    border-radius: 50%;
}

.loc_info {
    background-color: var( --white );
    margin-top: -45px;
    color: var( --black );
    font-size: 18px;
    padding-bottom: 20px;
}

.locRow {
    display: block;
    /* overflow: visible; */
    /* padding: 54px 0; */
    position: relative;
    clear: both;
    float: left;
    width: min(27.917vw, 536px);
}

.locInf {
    padding: 0;
    margin: 0;
    width: min(27.917vw, 536px);
}

.locInf::after {
    content: '';
    position: relative;
    display: block;
    width: 100%;
    border: 2px solid rgba(230, 225, 215, 0.50);
    bottom: 0;
    left: 0;
}

.locRow:last-of-type .locInf::after {
    display: none;
}

.lname.accordion {
    position: relative;
    background-color: transparent;
    color: var( --black );
    padding: 24px 18px 24px 0;
}

.lInfo.panel {
     display: block;
     max-height: 0;
     overflow: hidden;
     transition: all .7s ease-in-out;
}

.lInfo.panel.show {
    max-height: 280px;
    padding: 0;
}

.lname.accordion::after {
    content: '';
    font-size: 24px;
    position: absolute;
    width: 24px;
    height: 20px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all .75s ease-in-out;
    background-image: url('/wp-content/uploads/2026/01/arrow.svg');
    background-size: cover;
}

.lname.accordion.active::after {
    transform: translateY(-50%) rotate(90deg);
    transition: all .75s ease-in-out;
}

.loc-name {
    font-family: var( --body-font );
    color: var( --black );
    text-transform: none;
    font-size: var( --h4-font-size );
    font-weight: var( --heading-font-weight );
    font-style: normal;
    letter-spacing: normal;
    line-height: 125%;
    margin: 0;
}

.locAdd {
    color: var( --black );
    font-size: var(--body-font-size);
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: var(--body-line-height);
    margin-bottom: 24px;
}

p.locAdd a {
    text-decoration: none;
}

p.locAdd a:hover {
    text-decoration: underline;
}

.locInf a.locPhone {
    display: block;
    margin-bottom: 24px;
    font-size: var(--body-font-size);
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: var(--body-line-height);
    color: var( --black );
}

a.locSelect {
    color: var( --primary-color );
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 1.6px;
    line-height: 24px;
    text-transform: uppercase;
}

.loc-name a {
    color: var( --black );
}

.locRow img {
    width: 100%;
    height: auto;
    border-radius: 0;
    margin-bottom: 20px;
}

.hours {
    padding: 0 0 20px;
    font-weight: 400;
    width: 100%;
    color: var( --black );
}

.hours dl {
    width: 100%;
}

.hours dt,
.hours dd {
    font-size: var(--body-font-size);
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: var(--body-line-height);
}

.hours dt {
    font-weight: 400;
}

.hours dd {
    text-align: right;
}

.hours label {
    width: 35%;
    float: left;
    display: block;
}

table.mabel-bhi-businesshours tr td {
    padding: 5px 5px 5px 22px;

    /* width: 100%; */
    text-align: left;
    display: table-cell;
    vertical-align: middle;
    float: left;
    overflow: hidden;
    margin: 0;
    height: auto;
    font-size: 12px;
}

table.mabel-bhi-businesshours tr td:last-of-type {
    width: 60%;
    text-align: right;
    float: right;
}

table.mabel-bhi-businesshours tr {
    display: none;
    transition: all 5s ease;
    border: 0;
    background-color: var( --white );
    width: 100%;
    color: var( --black );
}

table.mabel-bhi-businesshours {
    border: 0;
    width: 97% !important;
    height: auto !important;
    position: absolute;
    left: 0;
    top: 5px;
    z-index: 6;
    padding: 10px 0;
    background-color: var( --white );
}

table.mabel-bhi-businesshours tbody,
table.mabel-bhi-businesshours tbody tr {
    width: 100%;
    position: relative;
    padding: 0;
}

table.mabel-bhi-businesshours tbody {
    padding: 10px 0;
    height: auto !important;
    overflow: visible;
    position: relative;
}

table.mabel-bhi-businesshours tbody tr {
    padding: 20px 0 !important;
    height: 10px;
    position: relative;
}

table.mabel-bhi-businesshours tr.mbhi-is-current {
    display: table-row !important;
    cursor: pointer;
    position: relative;
    margin: 0;
    background-color: var( --white );
    color: var( --black );
}

tr.mbhi-is-current td:first-of-type {
    padding: 5px 5px 5px 22px;
}

tr.mbhi-is-current::before {
    content: '\f107';
    font-family: 'Font Awesome 5 Free';
    color: var( --black );
    width: 22px;
    height: 22px;
    position: absolute;
    left: 5px;
    top: 3px;
    font-weight: 900;

    /* transform: translateY(-50%); */
}

table.mabel-bhi-businesshours tr.mbhi-is-current.trActive {
    background-color: transparent;
    color: var( --primary-color );
    width: 100%;
    position: relative !important;
}

tr.mbhi-is-current.trActive::before {
    content: '\f106';
    font-family: 'Font Awesome 5 Free';
    width: 22px;
    height: 22px;

    /* top: 0; */
    font-weight: 900;
    color: var( --primary-color );
}

.locInfo .btn.btn-orange {
    margin: 24px 0;
    background-color: var( --primary-color );
}

.locInfo .btn.btn-orange:hover {
    background-color: var( --primary-hover );
}

@media ( max-width: 1024px ) {
    .locImg img {
        margin: 0 auto 20px;
        display: block;
    }

    .locCard {
        margin-bottom: 50px;
    }

    .locRow::after {
        width: 95%;
    }

    .locRow {
        width: 100%;
    }
}

@media ( max-width: 768px ) {
    .main-map {
        /* min-height: 600px; */
        width: 100%;
        margin-right: unset;
        margin: 0 auto;
    }

    .locInfo {
        padding: 64px 32px 100px;
        width: 100%;
        margin-left: 0;
    }

    .locInfo h2 {
        margin-bottom: 8px;
    }

    .lname.accordion::after {
        right: 16px;
    }

    .map {
        width: 84%;
        margin: 0 auto;
    }

    .map-section .row {
        flex-direction: column;
    }

    tr.mbhi-is-current::before {
        top: 5px
    }
}

@media ( max-width: 567px ) {
    .map-section {
        position: relative;
        padding: 216px 0 0;
        z-index: 1;
        background: var(--white);
    }

    .map-section::before {
        top: 100px;
        left: 50%;
        transform: translateX(-50%);
        color: transparent;
        -webkit-text-stroke: 1px #C3B8A5;
        transform-origin: unset;
    }

    .map:before {
        content: '';
        position: absolute;
        left: -16px;
        top: -16px;
        width: 240px;
        height: 360px;
        border: 2px solid #E6E1D7;
    }
    
    .locPic,
    .locInf {
        width: 100%;
        clear: both;
    }

    table.mabel-bhi-businesshours tbody tr td {
        font-size: 14px
    }

    table.mabel-bhi-businesshours tbody tr.mbhi-is-current::before {
        top: 5px;
    }
}

@media (max-width: 375px) {
    .map-section::before {
        font-size: 78px;
    }
}