/* SEO pages, blog & footer explore — matches Hà Nội theme typography */

/* Larger CTA buttons on content pages */
.seo-content .button-two-line,
.blog-article .button-two-line,
.discover-page .button-two-line {
    min-height: 56px;
    padding: 0 38px;
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: 2.5px;
    text-transform: uppercase;
}

.seo-content .button-row,
.discover-page .button-row {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    justify-content: center;
    margin-top: 10px;
}

.private-hire-page .button-row-left,
.christmas-page .button-row-left {
    justify-content: flex-start;
}

.private-hire-page .button-row-center,
.christmas-page .button-row-center {
    justify-content: center;
}

.button-wrap {
    display: flex;
    margin-top: 8px;
}

.button-wrap-left {
    justify-content: flex-start;
}

.button-wrap-center {
    justify-content: center;
}

.button-wrap .button-two-line {
    display: inline-flex;
}

/* Discover landing pages */
.discover-page .wg-about-us .content p,
.discover-page .services-detail-content p,
.discover-page .top-content p {
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.2px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.discover-page .wg-about-us .content.text-center p {
    max-width: 820px;
}

.discover-page .services-detail-content .content-block p {
    font-size: 18px;
    line-height: 32px;
    text-align: left;
}

.discover-page .services-detail-content {
    padding-top: 90px;
    padding-bottom: 40px;
}

.discover-page .services-detail-content.is-alt {
    padding-bottom: 90px;
}

.discover-page .discover-section-image img {
    width: 100%;
    border-radius: 4px;
    display: block;
    object-fit: cover;
    min-height: 320px;
    max-height: 480px;
}

.discover-page .discover-highlights {
    padding: 80px 0 100px;
}

/* Blog listing */
.blog-listing {
    padding-top: 100px;
    padding-bottom: 100px;
}

.blog-card {
    background: rgba(0, 26, 21, 0.55);
    border: 1px solid rgba(185, 155, 80, 0.28);
    border-radius: 6px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: border-color 0.25s ease, transform 0.25s ease;
}

.blog-card:hover {
    border-color: rgba(185, 155, 80, 0.55);
    transform: translateY(-3px);
}

.blog-card-image {
    display: block;
    overflow: hidden;
}

.blog-card-image img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
}

.blog-card:hover .blog-card-image img {
    transform: scale(1.04);
}

.blog-card-body {
    padding: 28px 26px 30px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.blog-card-date {
    font-size: 15px;
    color: #B99B50;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.blog-card-title {
    font-size: clamp(22px, 2.2vw, 28px);
    line-height: 1.35;
    margin: 0 0 14px;
    font-weight: 600;
}

.blog-card-title a {
    color: #fff;
    text-decoration: none;
}

.blog-card-title a:hover {
    color: #B99B50;
}

.blog-card-excerpt {
    font-size: 17px;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.88);
    flex: 1;
    margin-bottom: 18px;
}

.blog-card-link {
    color: #B99B50;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
}

.blog-card-link:hover {
    text-decoration: underline;
}

/* Blog article */
.blog-article {
    padding-top: 100px;
    padding-bottom: 100px;
}

.blog-content {
    font-size: 19px;
    line-height: 34px;
    letter-spacing: 0.2px;
    color: rgba(255, 255, 255, 0.92);
}

.blog-content h2 {
    font-size: clamp(26px, 3vw, 34px);
    line-height: 1.3;
    margin: 42px 0 18px;
    color: #fff;
    font-weight: 600;
}

.blog-content h3 {
    font-size: clamp(22px, 2.4vw, 26px);
    line-height: 1.35;
    margin: 30px 0 14px;
    color: #B99B50;
    font-weight: 600;
}

.blog-content p {
    margin-bottom: 22px;
}

.blog-content ul,
.blog-content ol {
    margin: 0 0 24px 1.3em;
    padding: 0;
}

.blog-content li {
    margin-bottom: 12px;
    line-height: 32px;
}

.blog-content a {
    color: #B99B50;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.blog-content a:hover {
    color: #d4b96a;
}

.blog-cta {
    margin: 50px 0 36px;
    padding: 36px 28px;
    border: 1px solid rgba(185, 155, 80, 0.35);
    border-radius: 6px;
    text-align: center;
    background: rgba(0, 26, 21, 0.45);
}

.blog-cta p {
    margin-bottom: 22px;
    font-size: 22px;
    line-height: 32px;
    color: #fff;
}

.blog-related {
    margin-top: 40px;
    padding-top: 32px;
    border-top: 1px solid rgba(185, 155, 80, 0.25);
}

.blog-related h3 {
    font-size: 24px;
    margin-bottom: 18px;
    color: #B99B50;
}

.blog-related ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.blog-related li {
    margin-bottom: 14px;
    font-size: 18px;
    line-height: 28px;
}

.blog-related a {
    color: #fff;
    text-decoration: none;
}

.blog-related a:hover {
    color: #B99B50;
    text-decoration: underline;
}

.blog-back {
    margin-top: 36px;
    font-size: 17px;
}

.blog-back a {
    color: #B99B50;
    text-decoration: none;
    letter-spacing: 0.5px;
}

.blog-back a:hover {
    text-decoration: underline;
}

/* FAQ section */
.seo-faq-section {
    padding-top: 90px;
    padding-bottom: 110px;
}

.seo-faq-section .heading-section .title {
    font-size: clamp(28px, 3.5vw, 38px);
    line-height: 1.25;
    color: #fff;
    margin-bottom: 8px;
}

.seo-faq-list {
    margin-top: 24px;
}

.seo-faq-item {
    border: 1px solid rgba(185, 155, 80, 0.3);
    border-radius: 6px;
    margin-bottom: 16px;
    padding: 0 26px;
    background: rgba(0, 26, 21, 0.5);
}

.seo-faq-item summary {
    cursor: pointer;
    font-weight: 600;
    font-size: clamp(17px, 2vw, 20px);
    line-height: 1.45;
    padding: 22px 36px 22px 0;
    list-style: none;
    color: #fff;
    position: relative;
}

.seo-faq-item summary::-webkit-details-marker {
    display: none;
}

.seo-faq-item summary::after {
    content: '+';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #B99B50;
    font-size: 28px;
    line-height: 1;
    font-weight: 400;
}

.seo-faq-item[open] summary::after {
    content: '−';
}

.seo-faq-item p {
    margin: 0 0 22px;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 17px;
}

.seo-faq-item p a {
    color: #B99B50;
}

/* Footer explore row */
.footer-explore-row {
    margin-top: 48px;
    padding-top: 36px;
    border-top: 1px solid rgba(185, 155, 80, 0.2);
    text-align: center;
}

.footer-explore-row .footer-title {
    font-size: 25px;
    line-height: 27px;
    font-weight: 600;
    color: #B99B50;
    letter-spacing: 1.2px;
    margin-bottom: 28px;
}

.footer-explore-links {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    max-width: 980px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 36px;
}

.footer-explore-links li {
    margin: 0;
}

.footer-explore-links a {
    color: rgba(255, 255, 255, 0.92);
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    letter-spacing: 0.3px;
    text-decoration: none;
    transition: color 0.2s ease;
    white-space: nowrap;
}

.footer-explore-links a:hover {
    color: #B99B50;
}

.footer .footer-bottom {
    margin-top: 40px;
}

/* Booking page */
.booking-page .booking-intro {
    padding-top: 100px;
    padding-bottom: 60px;
}

.booking-page .booking-lead {
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.2px;
    margin-bottom: 28px;
    max-width: 560px;
}

.booking-page .booking-hero-image {
    width: 100%;
    border-radius: 4px;
    object-fit: cover;
    min-height: 380px;
    max-height: 520px;
}

.booking-page .booking-highlights {
    padding: 70px 0 90px;
}

.booking-page .booking-steps {
    padding-top: 90px;
    padding-bottom: 90px;
}

.booking-page .booking-steps-grid {
    margin-top: 20px;
    margin-bottom: 40px;
}

.booking-page .booking-step-card {
    background: rgba(0, 26, 21, 0.5);
    border: 1px solid rgba(185, 155, 80, 0.28);
    border-radius: 6px;
    padding: 32px 28px;
    height: 100%;
    text-align: left;
}

.booking-page .booking-step-num {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #B99B50;
    margin-bottom: 14px;
}

.booking-page .booking-step-card h3 {
    font-size: 22px;
    line-height: 1.35;
    color: #fff;
    margin: 0 0 12px;
    font-weight: 600;
}

.booking-page .booking-step-card p {
    font-size: 17px;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.88);
    margin: 0;
}

.booking-page .booking-note {
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 28px;
    color: rgba(255, 255, 255, 0.85);
}

.booking-page .booking-note a {
    color: #B99B50;
}

.booking-page .booking-location {
    padding-bottom: 80px;
}

/* Larger buttons only in booking hero + steps — not location sidebar */
.booking-page .booking-intro .button-two-line,
.booking-page .booking-steps .button-two-line {
    min-height: 56px;
    padding: 0 38px;
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: 2.5px;
}

.booking-page .button-row {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 8px;
}

.booking-page .wg-about-us .content .description {
    font-size: 17px;
    line-height: 30px;
}

/* Responsive */
@media (max-width: 991px) {
    .discover-page .discover-section-image {
        margin-bottom: 36px;
    }

    .discover-page .discover-section-image img {
        min-height: 240px;
    }

    .footer-explore-links {
        gap: 10px 24px;
    }
}

@media (max-width: 767px) {
    .blog-listing,
    .blog-article {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .blog-content {
        font-size: 17px;
        line-height: 30px;
    }

    .blog-card-body {
        padding: 22px 20px 24px;
    }

    .blog-card-excerpt {
        font-size: 16px;
        line-height: 28px;
    }

    .blog-cta p {
        font-size: 19px;
    }

    .seo-content .button-two-line,
    .blog-article .button-two-line,
    .discover-page .button-two-line,
    .booking-page .booking-intro .button-two-line,
    .booking-page .booking-steps .button-two-line {
        width: 100%;
        max-width: 100%;
    }

    .booking-page .button-row {
        flex-direction: column;
    }

    .booking-page .booking-step-card {
        margin-bottom: 20px;
    }

    .booking-page .booking-hero-image {
        min-height: 260px;
        margin-top: 36px;
    }

    .discover-page .wg-about-us .content p,
    .discover-page .services-detail-content p {
        font-size: 17px;
        line-height: 30px;
    }

    .footer-explore-links a {
        font-size: 15px;
        white-space: normal;
    }

    .footer-explore-links {
        flex-direction: column;
        align-items: center;
        gap: 8px;
    }
}

/* Private hire & Christmas pages */
.private-hire-page,
.christmas-page {
    overflow-x: hidden;
}

.private-hire-hero .content,
.christmas-hero .content {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 130px !important;
    padding-bottom: 72px !important;
    padding-left: 24px;
    padding-right: 24px;
}

.event-hero-content {
    text-align: center;
}

.event-hero-breadcrumb {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 36px;
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
}

.event-hero-breadcrumb li {
    position: relative;
    font-family: 'DM Sans', sans-serif;
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.75);
}

.event-hero-breadcrumb li:not(:last-child)::after {
    content: '';
    position: absolute;
    width: 14px;
    height: 1px;
    background-color: #B99B50;
    top: 50%;
    right: -25px;
    transform: translateY(-50%);
}

.event-hero-breadcrumb li a {
    color: #fff;
    text-decoration: none;
    transition: color 0.2s ease;
}

.event-hero-breadcrumb li a:hover {
    color: #B99B50;
}

.event-hero-breadcrumb li:last-child {
    color: #B99B50;
}

.event-hero-title {
    margin: 0 0 16px;
    font-size: clamp(32px, 5vw, 56px);
    line-height: 1.15;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
}

.event-hero-desc {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 8px;
    font-size: 17px;
    line-height: 28px;
    letter-spacing: 0.3px;
    color: rgba(255, 255, 255, 0.92);
}

.event-hero-content .private-hire-tagline {
    text-align: center;
    margin-bottom: 14px;
}

.event-hero-actions {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
}

.private-hire-hero .event-hero-actions .button-row-center,
.christmas-hero .event-hero-actions .button-row-center {
    justify-content: center;
}

.christmas-hero-badge {
    margin-top: 0;
    margin-bottom: 0;
}

.private-hire-tagline {
    font-size: clamp(22px, 3vw, 32px);
    font-weight: 600;
    color: #B99B50;
    letter-spacing: 1px;
    margin-bottom: 16px;
}

.private-hire-intro,
.christmas-intro {
    padding-top: 100px;
    padding-bottom: 60px;
}

.private-hire-lead {
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.2px;
    margin-bottom: 20px;
    max-width: 560px;
}

.private-hire-hero-image {
    width: 100%;
    border-radius: 8px;
    object-fit: cover;
    min-height: 380px;
    max-height: 520px;
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.35);
}

.private-hire-banner {
    padding: 80px 0;
    background: linear-gradient(135deg, rgba(0, 26, 21, 0.95) 0%, rgba(20, 45, 38, 0.92) 100%),
        url('/images/new/006.jpg') center / cover no-repeat;
    border-top: 1px solid rgba(185, 155, 80, 0.25);
    border-bottom: 1px solid rgba(185, 155, 80, 0.25);
}

.private-hire-banner-inner {
    text-align: center;
    max-width: 760px;
    margin: 0 auto;
    padding: 48px 32px;
    background: rgba(0, 26, 21, 0.72);
    border: 1px solid rgba(185, 155, 80, 0.35);
    border-radius: 8px;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.private-hire-banner-label {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #B99B50;
    margin-bottom: 18px;
    padding: 8px 18px;
    border: 1px solid rgba(185, 155, 80, 0.45);
    border-radius: 999px;
}

.private-hire-banner-inner h2 {
    font-size: clamp(28px, 4vw, 42px);
    line-height: 1.25;
    color: #fff;
    margin: 0 0 18px;
    font-weight: 600;
}

.private-hire-banner-inner p {
    font-size: 18px;
    line-height: 32px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 14px;
}

.private-hire-banner-note {
    font-size: 16px !important;
    color: rgba(255, 255, 255, 0.75) !important;
    margin-bottom: 28px !important;
}

.private-hire-banner-inner .button-wrap {
    width: 100%;
    justify-content: center;
}

.private-hire-christmas-cta .button-row-left {
    justify-content: flex-start;
}

.private-hire-section .content-block .button-two-line,
.christmas-offerings .content-block .button-two-line {
    display: inline-flex;
}

.private-hire-types {
    padding: 80px 0 90px;
}

.private-hire-type-card {
    background: rgba(0, 26, 21, 0.5);
    border: 1px solid rgba(185, 155, 80, 0.28);
    border-radius: 6px;
    padding: 36px 28px;
    height: 100%;
    text-align: center;
}

.private-hire-type-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: rgba(185, 155, 80, 0.15);
    border: 1px solid rgba(185, 155, 80, 0.4);
    color: #B99B50;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 18px;
}

.private-hire-type-card h3 {
    font-size: 22px;
    color: #fff;
    margin: 0 0 12px;
    font-weight: 600;
}

.private-hire-type-card p {
    font-size: 16px;
    line-height: 28px;
    color: rgba(255, 255, 255, 0.85);
    margin: 0;
}

.private-hire-section {
    padding-top: 90px;
    padding-bottom: 90px;
}

.private-hire-section.is-alt {
    background: rgba(0, 26, 21, 0.35);
}

.private-hire-section-image img {
    width: 100%;
    border-radius: 8px;
    object-fit: cover;
    min-height: 320px;
    max-height: 480px;
    display: block;
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.35);
}

.private-hire-section .content-block p {
    font-size: 18px;
    line-height: 32px;
    color: rgba(255, 255, 255, 0.88);
    margin-bottom: 18px;
}

.private-hire-features {
    list-style: none;
    padding: 0;
    margin: 0 0 28px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 24px;
}

.private-hire-features li {
    position: relative;
    padding-left: 22px;
    font-size: 16px;
    line-height: 28px;
    color: rgba(255, 255, 255, 0.88);
}

.private-hire-features li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 11px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #B99B50;
}

.private-hire-christmas-badge {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    background: rgba(185, 155, 80, 0.25);
    border: 1px solid rgba(185, 155, 80, 0.55);
    padding: 10px 20px;
    border-radius: 4px;
    margin-bottom: 18px;
}

.private-hire-packages-intro {
    max-width: 720px;
    margin: 0 auto 40px;
    font-size: 18px;
    line-height: 32px;
    color: rgba(255, 255, 255, 0.88);
}

.private-hire-packages-grid {
    margin-bottom: 40px;
}

.private-hire-package-card {
    background: rgba(0, 26, 21, 0.5);
    border: 1px solid rgba(185, 155, 80, 0.28);
    border-radius: 6px;
    padding: 32px 28px;
    height: 100%;
    text-align: center;
}

.private-hire-package-card h3 {
    font-size: 22px;
    color: #B99B50;
    margin: 0 0 14px;
    font-weight: 600;
}

.private-hire-package-card p {
    font-size: 16px;
    line-height: 28px;
    color: rgba(255, 255, 255, 0.85);
    margin: 0;
}

.private-hire-package-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 4px;
    margin-bottom: 20px;
    display: block;
}

.private-hire-gallery-row {
    margin-bottom: 40px;
}

.private-hire-gallery-image {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 8px;
    display: block;
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.28);
    margin-bottom: 20px;
}

/* Event enquiry form */
.event-enquiry-section {
    padding: 90px 0 110px;
    background: rgba(0, 26, 21, 0.45);
    border-top: 1px solid rgba(185, 155, 80, 0.2);
}

.event-enquiry-intro {
    max-width: 680px;
    margin: 0 auto 36px;
    font-size: 17px;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.85);
}

.event-enquiry-success {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    max-width: 680px;
    margin: 0 auto 28px;
    padding: 20px 24px;
    background: rgba(185, 155, 80, 0.12);
    border: 1px solid rgba(185, 155, 80, 0.4);
    border-radius: 6px;
}

.event-enquiry-success p {
    margin: 0;
    font-size: 16px;
    line-height: 28px;
    color: #fff;
}

.event-enquiry-errors {
    list-style: none;
    padding: 16px 20px;
    margin: 0 auto 24px;
    max-width: 680px;
    background: rgba(180, 40, 40, 0.15);
    border: 1px solid rgba(220, 80, 80, 0.4);
    border-radius: 6px;
    color: #fca5a5;
    text-align: center;
}

.event-enquiry-errors p {
    margin: 0;
}

.event-enquiry-form {
    max-width: 900px;
    margin: 0 auto;
}

.event-form-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 24px;
    margin-bottom: 28px;
}

.event-enquiry-form fieldset {
    border: 0;
    padding: 0;
    margin: 0;
}

.event-enquiry-form label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #B99B50;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.event-enquiry-form input[type="text"],
.event-enquiry-form input[type="email"],
.event-enquiry-form input[type="date"],
.event-enquiry-form input[type="number"],
.event-enquiry-form select,
.event-enquiry-form textarea {
    width: 100%;
    background: rgba(0, 26, 21, 0.65);
    border: 1px solid rgba(185, 155, 80, 0.35);
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    line-height: 1.4;
    padding: 14px 16px;
    font-family: inherit;
}

.event-enquiry-form input:focus,
.event-enquiry-form select:focus,
.event-enquiry-form textarea:focus {
    outline: none;
    border-color: rgba(185, 155, 80, 0.7);
}

.event-enquiry-form select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23B99B50' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 40px;
}

.event-form-checkboxes {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 28px;
    margin-bottom: 28px;
    padding: 24px;
    background: rgba(0, 26, 21, 0.4);
    border: 1px solid rgba(185, 155, 80, 0.2);
    border-radius: 6px;
}

.event-form-check-label {
    width: 100%;
    margin: 0 0 4px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #B99B50;
    text-transform: uppercase;
}

.event-checkbox {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
}

.event-checkbox input {
    width: 18px;
    height: 18px;
    accent-color: #B99B50;
}

.event-form-full textarea {
    min-height: 140px;
    resize: vertical;
}

.event-form-submit {
    text-align: center;
    margin-top: 32px;
}

.event-form-submit .button-wrap-center {
    justify-content: center;
    margin-bottom: 8px;
}

button.event-submit-btn,
.event-form-submit button.button-two-line {
    min-height: 56px;
    padding: 0 42px;
    border: 1px solid #B99B50;
    cursor: pointer;
    background-color: transparent;
    background-image: linear-gradient(340deg, #d4b96a 50%, transparent 50%);
    background-size: 300%;
    color: #fff;
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 2.5px;
    line-height: 1.4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: max-content;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

button.event-submit-btn:hover,
.event-form-submit button.button-two-line:hover {
    background-position: 98%;
}

button.event-submit-btn::before,
button.event-submit-btn::after,
.event-form-submit button.button-two-line::before,
.event-form-submit button.button-two-line::after {
    position: absolute;
    content: '';
    background-color: #B99B50;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

button.event-submit-btn::before,
.event-form-submit button.button-two-line::before {
    right: -9px;
    bottom: -10px;
    width: 100%;
    height: 1px;
}

button.event-submit-btn::after,
.event-form-submit button.button-two-line::after {
    right: -9px;
    bottom: -9px;
    width: 1px;
    height: 100%;
}

button.event-submit-btn:hover::before,
button.event-submit-btn:hover::after,
.event-form-submit button.button-two-line:hover::before,
.event-form-submit button.button-two-line:hover::after {
    right: 0;
    bottom: 0;
    opacity: 0;
}

.event-form-note {
    margin-top: 20px;
    font-size: 15px;
    line-height: 26px;
    color: rgba(255, 255, 255, 0.75);
}

.event-form-note a {
    color: #B99B50;
}

.christmas-highlights {
    padding: 70px 0 90px;
}

.christmas-offerings {
    padding-top: 90px;
    padding-bottom: 90px;
}

.christmas-hero-badge {
    margin-top: 0;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .private-hire-hero .content,
    .christmas-hero .content {
        padding-top: 110px !important;
        padding-bottom: 56px !important;
    }

    .event-hero-title {
        letter-spacing: 2px;
    }

    .private-hire-section-image {
        margin-bottom: 36px;
    }

    .private-hire-features {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .private-hire-hero .content,
    .christmas-hero .content {
        padding-top: 100px !important;
        padding-bottom: 48px !important;
    }

    .event-hero-breadcrumb {
        gap: 6px 28px;
        margin-bottom: 18px;
    }

    .event-hero-breadcrumb li {
        font-size: 11px;
    }

    .private-hire-intro,
    .christmas-intro {
        padding-top: 70px;
    }

    .private-hire-banner-inner {
        padding: 32px 20px;
    }

    .private-hire-type-card {
        margin-bottom: 20px;
    }

    .event-form-grid {
        grid-template-columns: 1fr;
    }

    .private-hire-hero-image {
        min-height: 260px;
        margin-top: 36px;
    }

    .private-hire-page .button-row-left,
    .christmas-page .button-row-left {
        flex-direction: column;
        align-items: flex-start;
    }

    .private-hire-page .button-row-center,
    .christmas-page .button-row-center {
        flex-direction: column;
        align-items: center;
    }

    .button-wrap-left {
        justify-content: flex-start;
    }

    .button-wrap-center {
        justify-content: center;
    }

    .button-wrap .button-two-line,
    button.event-submit-btn {
        width: 100%;
        max-width: 100%;
    }
}
