:root {
    --f45: 45px;
    --f35: 35px;
    --f28: 28px;
    --f24: 24px;
    --f21: 21px;
    --f18: 18px;
}

@media screen and (max-width: 1199.98px) {
    :root {
        --f45: 42px;
        --f35: 32px;
        --f28: 24px;
        --f24: 22px;
        --f21: 18px;
        --f18: 16px;
    }
}

@media screen and (max-width: 991.98px) {
    :root {
        --f45: 36px;
        --f35: 26px;
        --f28: 20px;
        --f24: 20px;
        --f21: 16px;
    }
}

@media screen and (max-width: 767.98px) {
    :root {
        --f45: 32px;
        --f35: 22px;
        --f28: 18px;
        --f24: 18px;
    }
}
 
/* wayne.css - Custom Hero Slider Styles */

.wayne-hero-slider {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.hero-slider-wrapper {
    margin: 0 !important;
    padding: 0;
}

.hero-slide {
    position: relative;
    width: 100%;
    outline: none;
}

.hero-slide img {
    width: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

.hero-title {
    /*position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;*/
    margin-top: -150px;
    margin-bottom: 90px;
    z-index: 100;
    position: relative;
    width: 100%;
   
}

.hero-title h1 {
     color: #fff;
    text-shadow: #000 1px 0 10px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    font-size: 48px;
}

/* Slick Override Styles */
.hero-slider-wrapper .slick-dots {
    bottom: 50px;
    position: absolute;
    left: auto;
    right: auto;
    display: flex;
    z-index: 2;
    justify-content: center;
    width: 100%;
    gap: 12px;
    list-style: none;
}

.hero-slider-wrapper .slick-dots li button {
    display: none;
}

.hero-slider-wrapper .slick-dots li {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    opacity: 1;
    background-color: #fff;
    cursor: pointer;
}

.hero-slider-wrapper .slick-dots li.slick-active {
    background: #A01A2A;
}

/* Responsive Heights */

@media (min-width: 768px) {
    .hero-slide img {
        /* height: 520px; */
    }
}

@media (max-width: 767px) {
    .hero-slide img {
        /* height: 400px; */
    }
}

/* Explore Section Styles */
.wayne-explore-section {
    padding: 40px 0;
}

.wayne-explore-container {
    max-width: 1360px;
    margin: 0 auto;
    display: grid;
    align-items: center;
    gap: 80px;
    padding: 0 20px;
    grid-template-columns: 1fr 1.3fr;
}

.wayne-explore-text {}

.wayne-explore-text h2 {
    font-size: var(--f45);
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 15px;
    color: #000;
    letter-spacing: 0;
}

.wayne-explore-text p {
    font-size: var(--f24);
    line-height: 1.833333;
    color: #000;
    font-weight: 300;
}

.wayne-explore-map {
    text-align: center;
}

.wayne-explore-map img {
    width: 100%;
    height: auto;
}

/* Tablet Responsive */
@media screen and (max-width: 991px) {
    .wayne-explore-container {
        gap: 0px;
        grid-template-columns: 1fr;
    }

}


@media screen and (max-width: 767px) {
    .wayne-explore-section {
        padding: 50px 0;
    }

}


/* ============================================================
   WAYNE BUSINESS TABS SECTION
   ============================================================ */

/* -- Section wrapper -- */
.wayne-tabs-section {
    padding: 50px 0 60px;
    font-family: 'Poppins', sans-serif;
}

.wayne-tabs-container {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 20px;
}

/* -- Tab Navigation -- */
.wayne-tabs-nav {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    margin-bottom: 0;
    /* overflow-x: auto; */
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-bottom: 15px;
}

.wayne-tabs-nav::-webkit-scrollbar {
    display: none;
}

.wayne-tab-btn {
    min-width: 110px;
    padding: 30px 15px;
    font-size: var(--f28);
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #022D44;
    background: #fff;
    border: 3px solid transparent;
    cursor: pointer;
    position: relative;
    transition: color 0.15s ease, background 0.15s ease;
    outline: none;
    line-height: 1.1;
    width: calc(33.33% - 13px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;

    justify-content: flex-end;
}

.wayne-tab-btn img {
    max-width: 100px;
}

.wayne-tab-btn:first-of-type img {
    max-width: 130px;
}

.wayne-tabs-nav:has(.wayne-tab-btn--active) .wayne-tab-btn:not(.wayne-tab-btn--active) {
    border: 3px solid #ccc;
}

.wayne-tabs-nav:has(.wayne-tab-btn--active) .wayne-tab-btn:not(.wayne-tab-btn--active):hover {
    border: 3px solid #A01A2A;
}

.wayne-tab-btn span {
    z-index: 10;
}

.wayne-tabs-nav:has(.wayne-tab-btn--active) img {
    display: none;
}

/* Active tab state – matches the crimson underline in the screenshot */
.wayne-tab-btn--active {
    color: #A01A2A;
    background: #fff;
    border-color: #A01A2A;
}

.wayne-tab-btn:hover:not(.wayne-tab-btn--active) {
    color: #fff;
    background: #A01A2A;
}

.wayne-tab-btn--active.wayne-tab-btn:after {
    opacity: 1;
}

.wayne-tab-btn--active:after {
    content: "";
    background: #fff;
    height: calc(100% + 21px);
    width: calc(100% + 6px);
    bottom: 0;
    z-index: 5;
    top: 0;
    position: absolute;
    border: 3px solid #A01A2A;
    border-top: 0;
    border-bottom: 0;
}

.wayne-tab-btn:hover:not(.wayne-tab-btn--active) img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7497%) hue-rotate(41deg) brightness(113%) contrast(93%);
}

/* -- Panels wrapper (the bordered box) -- */
.wayne-tabs-panels {
    position: relative;
    z-index: 1;
}

/* -- Individual panel -- */
.wayne-tab-panel {
    display: none;
    border: 3px solid #9F1A2B;
    padding: 50px;
}

.wayne-tab-panel--active {
    display: block;
}

.wayne-biz-grid {
    margin-bottom: 0;
}

.wayne-biz-card {
    display: flex;
    flex-direction: column;
    height: 100%;
} 

.wayne-biz-card .content_wrap {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.wayne-biz-card__btn {
    margin-top: auto;
}

.wayne-biz-card__img-wrap {
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
    height: 260px;
}

.wayne-biz-card__img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border: 1px solid #707070;
}

.wayne-biz-card__name {
    font-size: 18px;
    font-weight: 600;
    color: #022D44;
    line-height: 28px;
    margin-bottom: 5px;
    text-decoration: underline;
    text-decoration-thickness: 1px;
}

.wayne-biz-card__address {
    font-size: 16px;
    font-weight: 400;
    color: #6E6F6E;
    line-height: 24px;
    margin-bottom: 10px;
    flex: 1;
}

.wayne-biz-card__btn {
    display: inline-flex;
    font-weight: bold;
    text-transform: uppercase;
    min-width: 115px;
    justify-content: center;
    color: #ffffff;
    padding: 10px 20px;
    align-items: center;
    color: #fff;
    background-color: #003450;
    gap: 15px;
    font-size: 12px;
    line-height: 1.5;
    width: max-content;
    max-width: 100%;
}

.wayne-biz-card__btn:after {
    content: "";
    background: url(/wp-content/uploads/2026/03/new-tab-icon.png);
    height: 17px;
    width: 19px;
    background-size: contain;
    background-repeat: no-repeat;
}

.wayne-biz-card__btn:hover,
.wayne-biz-card__btn:focus {
    background-color: #A01A2A;
    color: #fff;
    text-decoration: none;
}


/* -- Tab footer (disclaimer + CTA) -- */
.wayne-tab-footer {
    margin-top: 50px;
    border: 1px solid #74768D;
    padding: 35px 50px;
    text-align: center;
}

.wayne-tab-footer__note p{
    font-size: var(--f18);
    color: #000000;
    line-height: 1.7;
    margin-bottom: 12px;
    font-weight: 300;
}

.wayne-tab-footer__learn {
    font-size: var(--f18);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #000;
    margin-bottom: 10px;
}

.wayne-tab-footer__cta {
    display: inline-block;
    padding: 8px 35px;
    font-family: 'Poppins', sans-serif;
    font-size: var(--f21);
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    background-color: #A01A2A;
    text-decoration: none;
    transition: background-color 0.15s ease;
}

.wayne-tab-footer__cta:hover,
.wayne-tab-footer__cta:focus {
    background-color: #002E44;
    color: #fff;
    text-decoration: none;
}

.text-btn-section {
    padding-bottom: 60px;
}

.text-btn-section .btn.btn-white {
    background: #A62734;
    color: #fff;
    border: 1px solid #A62734;
    margin-top: 20px;
}

.text-btn-section .btn.btn-white:hover {
    background: #fff;
    color: #A62734;
    border: 1px solid #A62734;
}

.text-btn-section p {
    font-size: 20px;
    line-height: 32px;
    font-weight: 300;
}

@media screen and (max-width: 1199.98px) {

    .wayne-tab-panel,
    .wayne-tab-footer {
        padding: 30px 20px;
    }
}

@media screen and (max-width: 767.98px) {
    .wayne-tabs-section {
        padding: 0px 0 30px;
    }

    .wayne-tab-btn {
        padding: 15px;
        min-width: auto
    }

    .wayne-tab-btn img {
        height: 60px;
    }
}


@media screen and (max-width: 575.98px) {

    .wayne-tabs-nav {
        justify-content: space-between;
    }

    .wayne-biz-card {
        display: flex;
        flex-direction: column;
        height: 100%;
        align-items: flex-start;
        gap: 15px;
    }

    .wayne-biz-card__img-wrap {
        height: 100%;
        max-width: 100%;
    }

    .wayne-tab-btn img {
        height: 50px;
    }

    .wayne-biz-card__name {
        font-size: 16px;
    }

    .wayne-biz-card__address {
        font-size: 14px;
    }

    .wayne-tabs-nav {
        gap: 10px;
        padding-bottom: 10px;
    }

    .wayne-tab-btn {
        padding: 10px;
        font-size: 16px;
        letter-spacing: 0;
        width: auto;
        flex: 1;
    }

    .wayne-tab-btn--active:after {
        height: calc(100% + 16px);
    }
}