﻿/* =========================================
   EVENTS SECTION
========================================= */

.events-section {
    background: #f3f3f3;
    padding: 80px 15px 90px;
}

.events-title {
    color: #c32032;
    font-size: 68px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 35px;
    text-transform: uppercase;
}

.events-text {
    color: #243b5a;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.5;
    max-width: 1100px;
    margin: 0 auto;
}

    .events-text a {
        color: #d33d4d;
        text-decoration: none;
        font-weight: 800;
    }

        .events-text a:hover {
            text-decoration: underline;
        }

/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 991px) {

    .events-title {
        font-size: 52px;
    }

    .events-text {
        font-size: 22px;
    }
}

@media (max-width: 576px) {

    .events-section {
        padding: 60px 15px 70px;
    }

    .events-title {
        font-size: 38px;
        margin-bottom: 25px;
    }

    .events-text {
        font-size: 17px;
        line-height: 1.7;
    }
}

/* =========================================
   ABOUT FLEALAND SECTION
========================================= */

.about-flealand-section {
    background: #005DA8;
    padding: 70px 15px;
}

.about-flealand-logo {
    max-width: 320px;
}

.about-flealand-content h2 {
    color: #ffffff;
    font-size: 64px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 24px;
    text-transform: uppercase;
}

.about-flealand-content p {
    color: #ffffff;
    font-size: 24px;
    line-height: 1.35;
    margin-bottom: 28px;
    font-weight: 500;
}

/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 991px) {

    .about-flealand-content {
        text-align: center;
    }

        .about-flealand-content h2 {
            font-size: 48px;
        }

        .about-flealand-content p {
            font-size: 20px;
        }
}

@media (max-width: 576px) {

    .about-flealand-section {
        padding: 55px 15px;
    }

    .about-flealand-logo {
        max-width: 240px;
    }

    .about-flealand-content h2 {
        font-size: 36px;
        margin-bottom: 20px;
    }

    .about-flealand-content p {
        font-size: 16px;
        line-height: 1.7;
        margin-bottom: 20px;
    }
}

/* =========================================
   CONTACT FORM SECTION
========================================= */

.contact-form-section {
    background: #005da8;
    padding: 70px 15px;
}

.contact-info-wrapper {
    padding-right: 40px;
}

.contact-info-title {
    color: #ffffff;
    font-size: 50px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 55px;
}

.contact-info-block {
    border-bottom: 4px solid rgba(255,255,255,0.85);
    padding-bottom: 28px;
    margin-bottom: 28px;
    max-width: 360px;
}

    .contact-info-block h4 {
        color: #ffffff;
        font-size: 30px;
        font-weight: 700;
        margin-bottom: 12px;
    }

    .contact-info-block a,
    .contact-info-block p {
        color: #dfe8f3;
        font-size: 28px;
        line-height: 1.45;
        text-decoration: none;
        margin: 0;
    }

/* =========================================
   FORM CARD
========================================= */

.contact-form-card {
    background: #ffffff;
    border-radius: 22px;
    padding: 35px 35px 40px;
}

.contact-form-title {
    color: #c32032;
    font-size: 52px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.contact-form-subtitle {
    color: black;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 35px;
}

.custom-contact-input {
    height: 62px;
    border: none !important;
    background: #f7f1f3 !important;
    border-radius: 0;
    padding: 10px 18px;
    font-size: 18px;
    color: #444444;
    box-shadow: none !important;
}

.custom-contact-textarea {
    border: none !important;
    background: #f7f1f3 !important;
    border-radius: 0;
    padding: 15px 18px;
    font-size: 18px;
    color: #444444;
    resize: none;
    box-shadow: none !important;
}

    .custom-contact-input::placeholder,
    .custom-contact-textarea::placeholder {
        color: #d26a76;
    }

.captcha-box {
    width: 320px;
    max-width: 100%;
    border: 1px solid #d8d8d8;
    padding: 14px;
    background: #fafafa;
}

.captcha-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

    .captcha-inner span {
        flex: 1;
        font-size: 15px;
        color: #333333;
    }

    .captcha-inner img {
        width: 55px;
    }

.btn-send-message {
    background: #ffffff;
    border: 3px solid #1976c9;
    color: #1976c9;
    font-size: 18px;
    font-weight: 700;
    padding: 12px 30px;
    border-radius: 6px;
    transition: 0.3s ease;
}

    .btn-send-message:hover {
        background: #1976c9;
        color: #ffffff;
    }

/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 991px) {

    .contact-info-wrapper {
        padding-right: 0;
    }

    .contact-info-title {
        font-size: 52px;
        margin-bottom: 40px;
    }

    .contact-info-block a,
    .contact-info-block p {
        font-size: 22px;
    }

    .contact-form-title {
        font-size: 40px;
    }
}

@media (max-width: 576px) {

    .contact-form-section {
        padding: 55px 15px;
    }

    .contact-info-title {
        font-size: 38px;
    }

    .contact-info-block h4 {
        font-size: 22px;
    }

    .contact-info-block a,
    .contact-info-block p {
        font-size: 18px;
    }

    .contact-form-card {
        padding: 25px 20px 30px;
    }

    .contact-form-title {
        font-size: 30px;
    }

    .custom-contact-input {
        height: 54px;
        font-size: 16px;
    }

    .custom-contact-textarea {
        font-size: 16px;
    }

    .btn-send-message {
        width: 100%;
    }
}

/* =========================================
   MAP SECTION
========================================= */

.map-section {
    background: #f3f3f3;
    padding: 70px 15px 90px;
}

.map-title {
    color: #c32032;
    font-size: 72px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 45px;
}

.map-wrapper {
    border: 8px solid #c32032;
    max-width: 1100px;
    margin: auto;
    overflow: hidden;
    box-shadow: 0 4px 14px rgba(0,0,0,0.12);
}

/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 991px) {

    .map-title {
        font-size: 52px;
    }

    .map-wrapper iframe {
        height: 420px;
    }
}

@media (max-width: 576px) {

    .map-section {
        padding: 55px 15px 70px;
    }

    .map-title {
        font-size: 38px;
        margin-bottom: 30px;
    }

    .map-wrapper iframe {
        height: 320px;
    }
}

/* =========================================
   SELLER SECTION
========================================= */

.seller-section {
    background: #005da8;
    padding: 70px 15px 80px;
}

.seller-title {
    color: #ffffff;
    font-size: 64px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 14px;
}

.seller-subtitle {
    color: #ffffff;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 20px;
}

.seller-card {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}

    .seller-card img {
        border-radius: 6px;
        display: block;
    }

.seller-btn-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.btn-vendor {
    background: #c32032;
    color: #ffffff;
    border: none;
    padding: 16px 48px;
    border-radius: 40px;
    font-size: 22px;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    transition: 0.3s ease;
}

    .btn-vendor:hover {
        background: #a91929;
        color: #ffffff;
    }

/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 991px) {

    .seller-title {
        font-size: 48px;
    }

    .seller-subtitle {
        font-size: 26px;
    }
}

@media (max-width: 576px) {

    .seller-section {
        padding: 55px 15px 65px;
    }

    .seller-title {
        font-size: 36px;
    }

    .seller-subtitle {
        font-size: 20px;
    }

    .btn-vendor {
        width: 100%;
        font-size: 18px;
        padding: 14px 25px;
    }
}

.career-form-section {
    background: #005da8;
    padding: 70px 15px;
}

.career-form-card {
    background: #ffffff;
    border-radius: 40px;
    padding: 40px;
}

.career-label {
    display: block;
    color: black;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px;
}

.career-input {
    width: 100%;
    height: 50px;
    border: none;
    background: #f7f1f3;
    padding: 10px 15px;
    color: #333;
}

.career-textarea {
    width: 100%;
    border: none;
    background: #f7f1f3;
    padding: 15px;
    resize: none;
}

    .career-input:focus,
    .career-textarea:focus {
        outline: none;
    }

@media(max-width:991px) {

    .career-form-card {
        padding: 25px;
    }
}

.vendor-banner-section {
    background: #005da8;
    padding: 40px 15px;
}

.vendor-banner-title {
    color: #ffffff;
    font-size: 72px;
    font-weight: 800;
    line-height: 1;
    margin: 0;
}

@media (max-width:991px) {

    .vendor-banner-title {
        font-size: 52px;
    }
}

@media (max-width:576px) {

    .vendor-banner-section {
        padding: 30px 15px;
    }

    .vendor-banner-title {
        font-size: 36px;
    }
}

.vendor-pricing-section {
    background: #f3f3f3;
    padding: 60px 15px 80px;
}

.vendor-action-btn {
    max-width: 420px;
    background: #005da8;
    color: #fff;
    text-decoration: none;
    padding: 14px 25px;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 700;
    transition: .3s;
}

    .vendor-action-btn:hover {
        color: #fff;
        background: #004b87;
    }

.vendor-section-title {
    color: #1f1f1f;
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 10px;
}

.vendor-sub-title {
    color: #333;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

.vendor-table {
    background: #fff;
    margin-bottom: 0;
}

    .vendor-table th {
        font-weight: 700;
        white-space: nowrap;
    }

    .vendor-table th,
    .vendor-table td {
        border: 1px solid #dcdcdc;
        padding: 12px 14px;
        vertical-align: middle;
    }

.vendor-note-box {
    border: 1px solid #dcdcdc;
    padding: 14px;
    margin-bottom: 25px;
    background: #fff;
    font-size: 15px;
    line-height: 1.6;
    font-weight: 600;
}

.vendor-amenities-title {
    font-size: 36px;
    font-weight: 800;
    color: #1f1f1f;
    margin-bottom: 10px;
}

.vendor-amenities-text {
    color: #666;
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 0;
}

@media (max-width:991px) {

    .vendor-pricing-section {
        padding: 50px 15px;
    }

    .vendor-section-title {
        font-size: 34px;
    }

    .vendor-amenities-title {
        font-size: 30px;
    }
}

@media (max-width:767px) {

    .vendor-action-btn {
        max-width: 100%;
        font-size: 16px;
        padding: 12px 15px;
    }

    .vendor-section-title {
        font-size: 28px;
    }

    .vendor-sub-title {
        font-size: 18px;
    }

    .vendor-table {
        min-width: 353px;
    }

    .vendor-amenities-title {
        font-size: 24px;
    }

    .vendor-amenities-text {
        font-size: 16px;
    }
}

.vendor-request-section {
    padding: 0px 15px;
    background: #f3f3f3;
}

.vendor-request-card {
    background: #fff;
    border: 1px solid #ddd;
}

.vendor-request-info {
    padding: 30px;
    height: 100%;
    font-size: 15px;
    line-height: 1.9;
    color: #4d4d4d;
}

    .vendor-request-info p {
        margin-bottom: 25px;
    }

.vendor-request-form {
    height: 100%;
}

.vendor-form-table {
    margin: 0;
}

    .vendor-form-table td {
        border: 1px solid #d9d9d9;
        padding: 10px;
        vertical-align: middle;
    }

.vendor-label {
    width: 35%;
    font-weight: 600;
    color: #333;
    font-size: 14px;
}

    .vendor-label label {
        margin: 0;
    }

.vendor-input {
    width: 100%;
    height: 38px;
    border: 1px solid #7d7d7d;
    padding: 5px 10px;
}

.vendor-textarea {
    width: 100%;
    border: 1px solid #7d7d7d;
    padding: 10px;
    resize: none;
}

.captcha-display {
    display: inline-block;
    border: 1px dashed #999;
    padding: 12px 20px;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 8px;
    background: #fafafa;
}

.btn-vendor-submit {
    background: #2f8dd8;
    color: #fff;
    border: none;
    padding: 8px 25px;
    border-radius: 20px;
    margin-right: 10px;
}

.btn-vendor-clear {
    background: transparent;
    border: none;
    color: #666;
}

@media(max-width:991px) {

    .vendor-request-info {
        padding: 20px;
    }

    .vendor-label {
        width: 40%;
    }
}

@media(max-width:767px) {

    .vendor-form-table,
    .vendor-form-table tbody,
    .vendor-form-table tr,
    .vendor-form-table td {
        display: block;
        width: 100%;
    }

        .vendor-form-table tr {
            margin-bottom: 15px;
            border: 1px solid #ddd;
        }

        .vendor-form-table td {
            border: none;
        }

    .vendor-label {
        font-weight: 700;
        padding-bottom: 5px !important;
    }

    .captcha-display {
        font-size: 22px;
        letter-spacing: 4px;
    }
}

.info-box {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 18px;
    height: 100%;
    transition: all 0.3s ease;
}

    .info-box:hover {
        box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    }

.info-icon {
    width: 42px;
    height: 42px;
    background: #0077B5;
    color: #fff;
    border-radius: 50%;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.info-title {
    color: #0077B5;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.info-text {
    font-size: 14px;
    color: #333;
    line-height: 1.4;
    margin: 0;
}

.bg-shack-mini-golf {
    background-color: #3D5C26;
}

.feature-section {
    padding: 50px 0;
    background: #ffffff;
}

.feature-card {
    background: #f2efe8;
    border-radius: 25px;
    padding: 40px 25px;
    text-align: center;
    height: 100%;
    box-shadow: 0 2px 5px rgba(0,0,0,.08);
    transition: all .3s ease;
}

    .feature-card:hover {
        transform: translateY(-5px);
    }

.feature-icon {
    font-size: 3rem;
    color: #1F682F;
    margin-bottom: 20px;
    line-height: 1;
}

.feature-title {
    color: #4d6736;
    font-size: 2rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.feature-text {
    color: #333;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.7;
    margin-bottom: 0;
}

@media (max-width: 991.98px) {
    .feature-card {
        margin-bottom: 20px;
    }

    .feature-title {
        font-size: 1.5rem;
    }

    .feature-text {
        font-size: 1.2rem;
    }
}

.course-features {
    padding: 40px 0;
}

    .course-features h2 {
        color: #4b5f2a;
        font-size: 1.75rem;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 30px;
    }

.feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .feature-list li {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        margin-bottom: 20px;
        font-size: 1.5rem;
        font-weight: 600;
        color: #4a4a4a;
    }

        .feature-list li i {
            color: #7dbd2b;
            font-size: 1rem;
            margin-top: 6px;
        }

@media (max-width: 767.98px) {
    .course-features h2 {
        font-size: 1.5rem;
    }

    .feature-list li {
        font-size: 1.15rem;
    }
}

.Grile-banner {
    background: #faf8f4;
    border: 1px solid #d9d9d9;
    border-radius: 6px;
    overflow: hidden;
    border-left: 30px solid #1b2c6b;
}

.Grile-left {
    padding: 2rem 1.75rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #FBFBFE;
}

.Grile-brand-name {
    font-size: 2.6rem;
    line-height: 1;
    color: #1b2c6b;
    letter-spacing: 0.04em;
    margin-bottom: 0;
}

.Grile-brand-sub {
    font-size: 1.1rem;
    color: #c0272d;
    letter-spacing: 0.15em;
    margin-bottom: 0.75rem;
}

.Grile-tagline {
    font-weight: 700;
    color: #1b2c6b;
    margin-bottom: 0.75rem;
}

.Grile-desc {
    color: #4a4a4a;
    line-height: 1.6;
    margin-bottom: 1.25rem;
    font-weight: 600;
}

.Grile-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    background: #1b2c6b;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0.55rem 1.1rem;
    border-radius: 4px;
    width: fit-content;
    transition: background 0.2s;
}

    .Grile-cta:hover {
        background: #c0272d;
        color: #fff;
    }

.Grile-photo {
    width: 100%;
    height: 100%;
    min-height: 220px;
    object-fit: cover;
    display: block;
}

.Grile-right {
    padding: 1.75rem 1.5rem;
    background: #FBFBFE;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.Grile-section-heading {
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #1b2c6b;
    margin-bottom: 0.75rem;
}

.Grile-menu-list {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem;
    font-weight: 600;
}

    .Grile-menu-list li {
        color: #4a4a4a;
        padding: 0.3rem 0;
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }

        .Grile-menu-list li i {
            color: #1b2c6b;
            font-size: 10px;
            margin-top: 1px;
        }

.Grile-hours-block {
    border-top: 1px solid #d9d9d9;
    padding-top: 1rem;
}

.Grile-hours-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background: #1b2c6b;
    border-radius: 50%;
    margin-bottom: 0.6rem;
    color: #fff;
}

.Grile-hours-row {
    color: #4a4a4a;
    margin-bottom: 0.35rem;
    line-height: 1.5;
    font-weight: 600;
}

    .Grile-hours-row span {
        font-weight: 700;
        color: #1b2c6b;
        display: block;
    }

@media (max-width: 767px) {
    .Grile-photo {
        min-height: 200px;
    }

    .Grile-right {
        border-left: none;
        border-top: 1px solid #d9d9d9;
    }

    .Grile-brand-name {
        font-size: 2rem;
    }
}

.sugar-shack-banner {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    margin: 2rem auto;
    border-left: 30px solid #e91e8c;
}

.sugar-shack-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #FCF3F4;
}

.sugar-shack-brand-the {
    color: #222;
    margin-bottom: -0.25rem;
    line-height: 1.2;
}

.sugar-shack-brand-icon {
    color: #e91e8c;
    margin-left: 0.3rem;
    vertical-align: middle;
}

.sugar-shack-brand-name {
    font-size: 2.3rem;
    font-weight: 700;
    line-height: 1;
    color: #e91e8c;
    letter-spacing: 0.01em;
    margin-bottom: 0.75rem;
    text-transform: uppercase;
}

.sugar-shack-tagline {
    font-weight: 700;
    color: #222;
    margin-bottom: 0.75rem;
    line-height: 1.4;
}

.sugar-shack-desc {
    color: #555;
    line-height: 1.6;
    margin-bottom: 1.25rem;
    font-weight: 600;
}

.sugar-shack-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    background: #e91e8c;
    color: #fff;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0.6rem 1.2rem;
    border-radius: 4px;
    width: fit-content;
    transition: background 0.2s;
}

    .sugar-shack-cta:hover {
        background: #c0176f;
        color: #fff;
    }

.sugar-shack-photo {
    width: 100%;
    height: 100%;
    min-height: 240px;
    object-fit: cover;
    display: block;
}

.sugar-shack-right {
    padding: 1.75rem 1.5rem;
    background: #FCF3F4;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.sugar-shack-section-heading {
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #e91e8c;
    margin-bottom: 0.75rem;
}

.sugar-shack-menu-list {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem;
    font-weight: 600;
}

    .sugar-shack-menu-list li {
        color: #333;
        padding: 0.3rem 0;
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }

        .sugar-shack-menu-list li i {
            color: #e91e8c;
            font-size: 10px;
            margin-top: 1px;
        }

.sugar-shack-hours-block {
    border-top: 1px solid #e0e0e0;
    padding-top: 1rem;
}

.sugar-shack-hours-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    background: #e91e8c;
    border-radius: 50%;
    margin-bottom: 0.6rem;
    color: #fff;
}

.sugar-shack-hours-row {
    color: #555;
    margin-bottom: 0.4rem;
    line-height: 1.5;
    font-weight: 600;
}

    .sugar-shack-hours-row span {
        font-weight: 700;
        color: #222;
        display: block;
    }

@media (max-width: 767px) {
    .sugar-shack-photo {
        min-height: 200px;
    }

    .sugar-shack-right {
        border-left: none;
        border-top: 1px solid #e0e0e0;
    }

    .sugar-shack-brand-name {
        font-size: 1.8rem;
    }
}

.zenzoo-banner {
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    overflow: hidden;
    margin: 2rem auto;
    border-left: 30px solid #3a7d44;
}

.zenzoo-left {
    padding: 2rem 1.75rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #F3F4ED;
}

.zenzoo-brand-name {
    font-weight: 800;
    line-height: 1.05;
    color: #3a7d44;
    margin-bottom: 0;
    letter-spacing: -0.01em;
}

    .zenzoo-brand-name .zenzoo-dot {
        display: inline-block;
        width: 9px;
        height: 9px;
        background: #3a7d44;
        border-radius: 50%;
        margin-left: 1px;
        vertical-align: super;
        position: relative;
        top: -4px;
    }

.zenzoo-brand-sub {
    font-weight: 700;
    letter-spacing: 0.12em;
    color: #3a7d44;
    text-transform: uppercase;
    margin-bottom: 0.8rem;
}

.zenzoo-tagline {
    font-weight: 700;
    color: #222;
    margin-bottom: 0.75rem;
}

.zenzoo-desc {
    color: #555;
    line-height: 1.65;
    margin-bottom: 1.25rem;
    font-weight: 600;
}

.zenzoo-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    background: #3a7d44;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0.6rem 1.2rem;
    border-radius: 4px;
    width: fit-content;
    transition: background 0.2s;
}

    .zenzoo-cta:hover {
        background: #2c5f34;
        color: #fff;
    }

.zenzoo-photo {
    width: 100%;
    height: 100%;
    min-height: 240px;
    object-fit: cover;
    display: block;
}

.zenzoo-right {
    padding: 1.75rem 1.5rem;
    background: #F3F4ED;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.zenzoo-section-heading {
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #222;
    margin-bottom: 0.75rem;
}

.zenzoo-menu-list {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem;
    font-weight: 600;
}

    .zenzoo-menu-list li {
        color: #333;
        padding: 0.3rem 0;
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }

        .zenzoo-menu-list li i {
            color: #3a7d44;
            font-size: 10px;
            margin-top: 1px;
        }

.zenzoo-hours-block {
    border-top: 1px solid #d9d9d9;
    padding-top: 1rem;
}

.zenzoo-hours-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    background: #3a7d44;
    border-radius: 50%;
    margin-bottom: 0.6rem;
    color: #fff;
}

.zenzoo-hours-row {
    color: #555;
    margin-bottom: 0.4rem;
    line-height: 1.5;
}

    .zenzoo-hours-row span {
        font-weight: 700;
        color: #222;
        display: block;
    }

@media (max-width: 767px) {
    .zenzoo-photo {
        min-height: 200px;
    }

    .zenzoo-right {
        border-left: none;
        border-top: 1px solid #d9d9d9;
    }

    .zenzoo-brand-name {
        font-size: 2rem;
    }
}

.seller-section {
    background: #005fa3
}

.custom-toggle .btn {
    min-width: 140px;
    font-weight: 600
}

.pricing-card {
    border-radius: 8px;
    background: #f8f8f8
}

.card-label {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: #2563eb;
    color: #fff;
    padding: 8px 30px;
    font-size: 12px;
    font-weight: 700;
    border-radius: 4px
}

.pricing-card hr {
    margin: 20px 0
}

.pricing-card .btn {
    font-size: 12px;
    font-weight: 600
}

.page-title {
    color: #fff;
    font-weight: 800;
    font-size: 2.4rem;
    margin-bottom: 0.25rem;
}

.page-subtitle {
    color: #fff;
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 1.8rem;
}

/* Tab Toggle */
.tab-toggle {
    display: inline-flex;
    border: 2px solid #fff;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 2.2rem;
}

    .tab-toggle .tab-btn {
        background: transparent;
        border: none;
        color: #fff;
        font-weight: 700;
        font-size: 0.9rem;
        letter-spacing: 0.08em;
        padding: 10px 48px;
        cursor: pointer;
        transition: background 0.2s, color 0.2s;
    }

        .tab-toggle .tab-btn.active {
            background: #1E72E0;
            color: #fff;
        }

        .tab-toggle .tab-btn:not(.active):hover {
            background: rgba(255,255,255,0.1);
        }

/* Card */
.seller-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(0,0,0,0.18);
}

.card-header-label {
    background: #1E72E0;
    color: #fff;
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 0.09em;
    text-align: center;
    padding: 12px 16px;
}

.card-body-inner {
    padding: 22px 24px 20px;
}

.space-label {
    font-size: 0.85rem;
    color: #444;
    margin-bottom: 2px;
}

.price-row {
    display: flex;
    align-items: baseline;
    gap: 6px;
    margin-bottom: 4px;
}

.price-value {
    font-size: 1.85rem;
    font-weight: 700;
    color: #0060A8;
}

.price-per {
    font-size: 0.85rem;
    color: #555;
}

.divider {
    border: none;
    border-top: 1px solid #e0e0e0;
    margin: 14px 0;
}

.badge-pill {
    background: #e3eeff;
    color: #0060A8;
    font-size: 0.78rem;
    font-weight: 500;
    border-radius: 20px;
    padding: 4px 12px;
    border: 1px solid #b3d0ff;
    display: inline-block;
    margin: 2px 3px 2px 0;
}

.info-list {
    list-style: none;
    padding: 0;
    margin: 12px 0 18px;
}

    .info-list li {
        font-size: 0.88rem;
        color: #222;
        margin-bottom: 5px;
    }

        .info-list li::before {
            content: '●';
            color: #1E72E0;
            margin-right: 7px;
            font-size: 0.7rem;
            vertical-align: middle;
        }

.btn-book {
    background: #1E72E0;
    color: #fff;
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 0.08em;
    border: none;
    border-radius: 6px;
    padding: 12px;
    width: 100%;
    transition: background 0.2s;
}

    .btn-book:hover {
        background: #1558b0;
        color: #fff;
    }

/* Holiday note */
.holiday-note {
    font-size: 0.83rem;
    font-weight: 700;
    color: #222;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 8px 0;
    margin: 10px 0 14px;
}

/* Tab pane */
.tab-pane-custom {
    display: none;
}

    .tab-pane-custom.active {
        display: block;
    }

.icon-circle {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.bg-purple-subtle {
    background: #efe7ff;
}

.text-purple {
    color: #7c3aed;
}

.btn-pay {
    background: linear-gradient(90deg,#8b5cf6,#6d28d9);
    color: #fff;
    border: none;
    border-radius: 10px;
    font-weight: 600;
}

    .btn-pay:hover {
        color: #fff;
        background: linear-gradient(90deg,#7c3aed,#5b21b6);
    }

.text-primary {
    color: #0060A8 !important;
}

.resource-icon {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    background: #eef2fb;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

    .resource-icon i {
        font-size: 42px;
        color: #1454d8;
    }

.resource-title {
    color: #1454d8;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.1;
}

.resource-text {
    color: #6c757d;
    font-size: 15px;
    line-height: 1.7;
}

.resource-btn {
    min-width: 140px;
    min-height: 60px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 4px;
}

@media(max-width:767px) {
    .resource-title {
        font-size: 1.5rem;
        text-align: center;
    }

    .resource-text {
        text-align: center;
    }

    .border-start {
        border-left: none !important;
    }
}

.btn-primary,.btn-outline-primary:hover {
    background-color: #0060A8
}

.reason-card {
    background: #005ea8;
    border-radius: 16px;
    color: #fff;
    text-align: center;
    padding: 35px 25px;
    height: 100%;
    min-height: 230px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: .3s;
}

    .reason-card:hover {
        transform: translateY(-5px);
    }

    .reason-card h3 {
        font-size: 3rem;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .reason-card h4 {
        font-size: 1.5rem;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 20px;
    }

    .reason-card p {
        font-size: 1rem;
        margin: 0;
        line-height: 1.7;
    }

@media (max-width:768px) {
    .display-3 {
        font-size: 2.5rem;
    }

    .reason-card h3 {
        font-size: 2.2rem;
    }

    .reason-card h4 {
        font-size: 1.4rem;
    }
}

.faq-card {
    border: none;
    border-radius: 12px !important;
    overflow: hidden;
    box-shadow: 0 .125rem .5rem rgba(0,0,0,.08);
    background: #fff4f4;
}

.faq-btn {
    background: #fff4f4 !important;
    color: #c91f2e !important;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 1.75rem;
    box-shadow: none !important;
}

    .faq-btn:not(.collapsed) {
        background: #fff4f4 !important;
        color: #c91f2e !important;
    }

.accordion-button::after {
    background-size: 1.2rem;
}

.accordion-body {
    background: #fff;
    color: #555;
    font-size: 1rem;
    line-height: 1.8;
    padding: 1.5rem;
}

@media(max-width:768px) {
    .display-3 {
        font-size: 2.5rem;
    }

    .faq-btn {
        font-size: 1rem;
        padding: 1.25rem;
    }
}

.text-danger {
    color: #c32032
}

.contact-section {
    background: #005ea8
}

.contact-form-card {
    background: #fff;
    border-radius: 20px;
    padding: 35px;
    box-shadow: 0 8px 25px rgba(0,0,0,.15);
}

.custom-input {
    height: 50px;
    border: 1px solid #dee2e6;
    border-radius: 6px;
}

textarea.custom-input {
    height: auto !important;
}

.form-label {
    color: #243b6b;
    margin-bottom: 8px;
}

.btn-danger, .btn-danger:hover {
    background: #d91e36;
    border-color: #d91e36;
}

.reason-title {
    letter-spacing: 2px;
    font-weight: 900;
}

.reason-card {
    background: #0b66a8;
    color: #fff;
    border: 3px solid #083d69;
    border-radius: 8px;
    padding: 35px 25px;
    text-align: center;
    height: 100%;
    transition: .3s;
}

    .reason-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 12px 25px rgba(0,0,0,.2);
    }

.reason-number {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 15px;
}

.reason-card h4 {
    font-size: 1.5rem;
    font-weight: 800;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.reason-card p {
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 0;
}

@media (max-width: 991.98px) {
    .reason-title {
        font-size: 2.8rem;
    }

    .reason-number {
        font-size: 2.5rem;
    }

    .reason-card h4 {
        font-size: 1.3rem;
    }

    .reason-card p {
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .reason-title {
        font-size: 2rem;
    }

    .reason-card {
        padding: 25px 20px;
    }

    .reason-number {
        font-size: 2.2rem;
    }
}

.seller-guide {
    background: #fff;
    border: 4px solid #0b5fa8;
    border-radius: 6px;
    box-shadow: 0 2px 5px rgba(0,0,0,.15);
}

.seller-title {
    color: #0b5fa8;
    font-size: clamp(2rem,4vw,3.2rem);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.1;
}

.seller-text {
    color: #0b5fa8;
    font-size: 1.15rem;
    max-width: 820px;
    line-height: 1.6;
}

.btn-guide {
    background: #0b5fa8;
    color: #fff;
    min-width: 285px;
    padding: .75rem 1.5rem;
    border-radius: 4px;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: .8px;
    transition: .3s;
}

    .btn-guide:hover {
        background: #084d89;
        color: #fff;
    }