/* Chapel Chophouse & Bar — site overrides */

/* ===== Header & logo ===== */
.navbar .logo-img,
.nav-scroll .logo-img {
    width: 200px;
    max-height: none;
    height: auto;
}

.logo-wrapper {
    padding: 8px 0;
}

@media (max-width: 991px) {
    .navbar .logo-img,
    .nav-scroll .logo-img {
        width: 160px;
    }
}

/* Book a Table — header CTA */
.navbar-nav .nav-item-book {
    margin-left: 12px;
    display: flex;
    align-items: center;
}

.navbar-nav .nav-link-book {
    display: inline-block;
    padding: 10px 22px !important;
    border: 1px solid #C19D60 !important;
    background-color: #C19D60 !important;
    color: #fff !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 1.4;
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

.navbar-nav .nav-link-book:hover,
.navbar-nav .nav-link-book.active {
    background-color: transparent !important;
    color: #C19D60 !important;
}

@media (max-width: 991px) {
    .navbar-nav .nav-item-book {
        margin-left: 0;
        margin-top: 12px;
    }

    .navbar-nav .nav-link-book {
        display: block;
        text-align: center;
    }
}

/* ===== Page banners (not full-screen) ===== */
.banner-header {
    background-position: center center;
    background-size: cover;
    padding-top: 160px;
    padding-bottom: 120px;
    min-height: auto !important;
}

.banner-header[data-overlay-dark="4"]:before,
.banner-header[data-overlay-dark="5"]:before,
.banner-header[data-overlay-dark="6"]:before {
    opacity: 0.45;
}

/* ===== Hero slider ===== */
.header.slider-fade {
    min-height: 0;
    height: auto;
    overflow: hidden;
}

.header.slider-fade .owl-carousel,
.header.slider-fade .owl-stage-outer,
.header.slider-fade .owl-stage {
    height: 88vh !important;
}

.slider-fade .item {
    background-position: center center;
    background-size: cover;
}

.slider-fade .owl-item {
    min-height: 88vh;
    height: 88vh;
}

.header.slider-fade .owl-item.active {
    z-index: 2;
}

.header.slider-fade .item[data-overlay-dark="4"]:before,
.header.slider-fade .item[data-overlay-dark="5"]:before {
    opacity: 0.35;
}

/* ===== About — art showcase ===== */
.chapel-about-art {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100%;
}

.chapel-art {
    width: 100%;
    max-width: 520px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.chapel-experience-row img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    max-height: 520px;
}

/* ===== Experience features (services-1) — equal height cards ===== */
.chapel-features .row > [class*="col-"] {
    display: flex;
    margin-bottom: 30px;
}

.chapel-features .item {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.chapel-features .item > span:before {
    font-size: 48px;
    line-height: 1;
}

.chapel-features .item p {
    flex: 1;
}

/* ===== Signature experience cards ===== */
.chapel-signature .row > [class*="col-"] {
    display: flex;
}

.chapel-signature-card {
    width: 100%;
    display: flex;
    flex-direction: column;
    background: #141414;
    border: 1px solid rgba(193, 157, 96, 0.15);
    overflow: hidden;
}

.chapel-signature-card__image {
    display: block;
    height: 380px;
    overflow: hidden;
}

.chapel-signature-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.5s ease;
}

.chapel-signature-card:hover .chapel-signature-card__image img {
    transform: scale(1.05);
}

.chapel-signature-card__body {
    padding: 32px 28px 36px;
    text-align: center;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.chapel-signature-card__body .card-icon {
    color: #C19D60;
    font-size: 32px;
    margin-bottom: 14px;
    display: block;
}

.chapel-signature-card__body .card-icon:before {
    font-size: 32px;
}

.chapel-signature-card__body h6 {
    color: #C19D60;
    font-family: 'Noah', sans-serif;
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.chapel-signature-card__body h5 {
    color: #fff;
    font-size: 26px;
    margin-bottom: 14px;
}

.chapel-signature-card__body p {
    color: rgba(255, 255, 255, 0.72);
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
}

/* ===== Gallery — tight grid, no gaps ===== */
.chapel-gallery .gallery-item {
    padding-top: 0;
    margin-bottom: 0;
    height: 100%;
}

.chapel-gallery .row {
    --bs-gutter-x: 14px;
    --bs-gutter-y: 14px;
}

.chapel-gallery .gallery-box {
    height: 100%;
}

.chapel-gallery .gallery-img {
    height: 100%;
    min-height: 260px;
    aspect-ratio: 4 / 3;
}

.chapel-gallery .gallery-img > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.chapel-gallery--page .gallery-img {
    min-height: 280px;
}

@media (min-width: 992px) {
    .chapel-gallery .gallery-img {
        min-height: 300px;
    }

    .chapel-gallery--page .gallery-img {
        min-height: 320px;
    }
}

/* ===== Events / news cards ===== */
.chapel-img-wrap {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
}

.chapel-img-wrap--news {
    height: 340px;
}

.chapel-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.chapel-events .row > [class*="col-"] {
    display: flex;
    margin-bottom: 50px;
}

.chapel-events .item {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    margin-bottom: 30px;
}

.chapel-events .item .con {
    flex: 1;
    margin: -80px 20px 0;
    padding: 24px 24px 28px;
    background-color: #f2eee8 !important;
    position: relative;
    bottom: auto;
}

.chapel-events .item .con p,
.chapel-events .item .con small {
    color: #4a4a4a !important;
}

.chapel-events .item .con h5,
.chapel-events .item .con h5 a {
    color: #1b1b1b;
}

.chapel-events .item .con .category,
.chapel-events .item .con .category a {
    color: #C19D60;
}

.chapel-events.bg-blck .item .con {
    background-color: #f2eee8 !important;
}

/* Home events on cream bg */
section.news:not(.bg-blck) .item .con {
    margin: -80px 20px 0;
}

/* ===== Info / contact cards — equal height ===== */
.chapel-info-cards .row > [class*="col-"] {
    display: flex;
}

.chapel-info-cards .item {
    width: 100%;
    height: 100%;
    min-height: 160px;
    align-items: flex-start;
}

/* ===== Booking page ===== */
.chapel-booking-page .booking-placeholder {
    max-width: 720px;
    margin: 0 auto;
}

.chapel-booking-page .services-box .item {
    height: 100%;
    background: #f2eee9;
    padding: 32px 28px;
    border: 1px solid rgba(193, 157, 96, 0.15);
    margin-top: 0;
    align-items: flex-start;
}

.chapel-booking-page .services-box .item .cont p {
    color: #4a4a4a;
    margin-bottom: 0;
}

.chapel-booking-page .services-box .item h6 a {
    color: #C19D60;
}

.chapel-booking-page .services-box .row > [class*="col-"] {
    display: flex;
    margin-bottom: 30px;
}

/* ===== Buttons on light vs dark backgrounds ===== */
.bg-blck .button-3,
section.bg-blck .button-3 {
    border-color: #C19D60;
    color: #fff;
}

.bg-blck .button-3:hover,
section.bg-blck .button-3:hover {
    background-color: #C19D60;
    border-color: #C19D60;
    color: #fff;
}

section.section-padding:not(.bg-blck):not(.bg-cream) .button-1,
section.bg-cream .button-1 {
    color: #1b1b1b;
}

section.section-padding:not(.bg-blck):not(.bg-cream) .button-1:hover,
section.bg-cream .button-1:hover {
    color: #fff;
}

/* ===== Reservation / booking CTA ===== */
.chapel-booking-cta .background {
    padding-top: 100px;
    padding-bottom: 100px;
}

.chapel-booking-cta .background[data-overlay-dark="5"]:before {
    opacity: 0.55;
}

.chapel-booking-cta .booking-box {
    background: #f2eee9;
    padding: 50px 40px;
    margin-bottom: 0;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.25);
}

.chapel-booking-cta .booking-box .head-box h4 {
    font-size: 32px;
    text-align: center;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 20px;
}

.chapel-booking-cta .booking-box .booking-inner p {
    color: #4a4a4a;
    font-size: 15px;
    line-height: 1.75;
    text-align: center;
    margin-bottom: 28px;
}

.chapel-booking-cta .booking-box .btn-form1-submit {
    display: inline-block;
    width: auto;
    min-width: 220px;
    padding: 0 32px;
    text-align: center;
    text-decoration: none;
}

.chapel-booking-cta .booking-box .booking-inner {
    text-align: center;
}

.chapel-booking-cta .col-left h5 {
    font-size: 28px;
    line-height: 1.45;
    margin-bottom: 24px;
}

.chapel-booking-cta .col-left small {
    color: rgba(255, 255, 255, 0.85);
}

/* ===== Toast ===== */
.chapel-toast {
    position: fixed;
    bottom: 32px;
    right: 32px;
    z-index: 9999;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    max-width: 380px;
    padding: 22px 26px;
    background: #fff;
    border: 1px solid rgba(42,34,24,0.12);
    box-shadow: 0 16px 48px rgba(0,0,0,0.2);
    transform: translateY(24px);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.4s ease, opacity 0.4s ease, visibility 0.4s;
}

.chapel-toast.is-visible {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.chapel-toast .site-toast__icon {
    flex-shrink: 0;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: rgba(139,104,64,0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8B6840;
    font-size: 13px;
}

.chapel-toast .site-toast__body { flex: 1; min-width: 0; }

.chapel-toast .site-toast__title {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #8B6840;
    margin-bottom: 6px;
}

.chapel-toast .site-toast__message {
    font-size: 15px;
    line-height: 1.65;
    color: #4A3D30;
}

.chapel-toast .site-toast__close {
    background: none;
    border: none;
    color: rgba(42,34,24,0.35);
    font-size: 22px;
    cursor: pointer;
    min-width: 44px;
    min-height: 44px;
}

.menu-pdf-embed {
    width: 100%;
    min-height: 80vh;
    border: none;
}

.booking-placeholder {
    padding: 48px;
    text-align: center;
    background: #f2eee9;
    border: 1px solid rgba(193, 157, 96, 0.2);
}

.booking-placeholder h4,
.booking-placeholder p {
    color: #1b1b1b;
}

.booking-placeholder a:not(.button-1):not(.button-2):not(.button-3) {
    color: #C19D60;
}

/* Forms — override theme overlap margin (breaks careers & contact on desktop) */
.contact-form,
.chapel-careers-form {
    margin-bottom: 0 !important;
}

.chapel-careers-form {
    width: 100%;
    display: block;
    padding: 48px 40px 40px;
    background: #f2eee8;
    position: relative;
    z-index: 1;
}

.chapel-careers-form .form-group textarea {
    width: 100%;
    min-height: 120px;
    padding: 12px 15px;
    border: 1px solid rgba(193, 157, 96, 0.35);
    background: #fff;
    font-size: 14px;
    resize: vertical;
}

.chapel-careers-form .form-group input[type="file"] {
    width: 100%;
    padding: 10px 0;
    font-size: 14px;
}

.chapel-careers-form .form-group label {
    display: block;
    margin-bottom: 8px;
    font-size: 13px;
    color: #1b1b1b;
}

.footer-links-inline a {
    color: inherit;
    opacity: 0.7;
    margin: 0 4px;
}

.footer-links-inline a:hover {
    opacity: 1;
}

@media (max-width: 991px) {
    .banner-header {
        padding-top: 140px;
        padding-bottom: 90px;
    }

    .chapel-booking-cta .background {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .chapel-booking-cta .booking-box {
        margin-top: 30px;
        padding: 36px 24px;
    }

    .chapel-signature-card__image {
        height: 300px;
    }

    .chapel-img-wrap--news {
        height: 280px;
    }

    .chapel-gallery .gallery-img,
    .chapel-gallery--page .gallery-img {
        min-height: 220px;
    }
}

@media (max-width: 767px) {
    .chapel-toast {
        left: 16px;
        right: 16px;
        bottom: 16px;
        max-width: none;
    }
}

.chapel-newsletter-form__message {
    margin-top: 10px;
    font-size: 13px;
    color: #C19D60;
}

.chapel-newsletter-form__message.is-error {
    color: #ffb4b4;
}

.chapel-newsletter-form__message.is-success {
    color: #C19D60;
}

.chapel-honeypot {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

/* ===== Cookie consent banner ===== */
.chapel-cookie-banner {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 10000;
    max-width: 380px;
    animation: chapelSlideUp 0.5s ease;
}

.chapel-cookie-banner__inner {
    background: #1b1b1b;
    border: 1px solid rgba(193, 157, 96, 0.35);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
    padding: 24px;
}

.chapel-cookie-banner__title {
    color: #C19D60;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.chapel-cookie-banner__text {
    color: rgba(255, 255, 255, 0.82);
    font-size: 14px;
    line-height: 1.65;
    margin-bottom: 18px;
}

.chapel-cookie-banner__actions {
    display: flex;
    gap: 10px;
}

.chapel-cookie-banner__btn {
    flex: 1;
    padding: 10px 16px;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: 1px solid transparent;
    cursor: pointer;
    transition: all 0.3s ease;
}

.chapel-cookie-banner__btn--accept {
    background: #C19D60;
    color: #fff;
    border-color: #C19D60;
}

.chapel-cookie-banner__btn--accept:hover {
    background: transparent;
    color: #C19D60;
}

.chapel-cookie-banner__btn--reject {
    background: transparent;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.25);
}

.chapel-cookie-banner__btn--reject:hover {
    border-color: #C19D60;
    color: #C19D60;
}

/* ===== Newsletter popup ===== */
.chapel-newsletter-modal {
    position: fixed;
    inset: 0;
    z-index: 10001;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.chapel-newsletter-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.72);
    backdrop-filter: blur(4px);
}

.chapel-newsletter-modal__dialog {
    position: relative;
    width: 100%;
    max-width: 820px;
    background: #f2eee9;
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
    animation: chapelModalIn 0.45s ease;
}

.chapel-newsletter-modal__close {
    position: absolute;
    top: 12px;
    right: 14px;
    z-index: 2;
    background: rgba(27, 27, 27, 0.75);
    border: none;
    color: #fff;
    width: 36px;
    height: 36px;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
}

.chapel-newsletter-modal__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.chapel-newsletter-modal__image {
    min-height: 420px;
    background-size: cover;
    background-position: center;
}

.chapel-newsletter-modal__content {
    padding: 48px 36px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.chapel-newsletter-modal__eyebrow {
    color: #C19D60;
    font-size: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.chapel-newsletter-modal__title {
    font-family: 'Libre Caslon Display', serif;
    font-size: 36px;
    color: #1b1b1b;
    line-height: 1.15;
    margin-bottom: 14px;
}

.chapel-newsletter-modal__text {
    color: #4a4a4a;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 22px;
}

.chapel-newsletter-modal__field {
    display: flex;
    align-items: stretch;
    gap: 0;
    margin-bottom: 14px;
}

.chapel-newsletter-modal__field input[type="email"] {
    flex: 1;
    min-width: 0;
    width: 100%;
    height: 48px !important;
    min-height: 48px !important;
    margin-bottom: 0 !important;
    border: 1px solid rgba(193, 157, 96, 0.4) !important;
    border-width: 1px !important;
    border-style: solid !important;
    border-right: none;
    padding: 0 14px !important;
    font-size: 16px;
    background: #fff !important;
    border-radius: 0;
    box-sizing: border-box;
    -webkit-appearance: none;
    appearance: none;
    display: block;
    line-height: normal;
    box-shadow: none !important;
}

.chapel-newsletter-modal__field button {
    flex-shrink: 0;
    height: 48px !important;
    min-height: 48px !important;
    min-width: 120px;
    background: #C19D60 !important;
    color: #fff !important;
    border: 1px solid #C19D60 !important;
    padding: 0 22px !important;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    cursor: pointer;
    white-space: nowrap;
    border-radius: 0;
    line-height: 1 !important;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.chapel-newsletter-modal__field button:hover {
    background: #1b1b1b;
    border-color: #1b1b1b;
}

.chapel-newsletter-modal__consent {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 12px;
    color: #666;
    line-height: 1.5;
    cursor: pointer;
}

.chapel-newsletter-modal__consent input {
    margin-top: 3px;
}

.chapel-newsletter-modal__message {
    margin-top: 12px;
    font-size: 13px;
}

.chapel-newsletter-modal__message.is-success { color: #2d6a4f; }
.chapel-newsletter-modal__message.is-error { color: #9b2226; }

body.chapel-modal-open { overflow: hidden; }

@keyframes chapelSlideUp {
    from { transform: translateY(24px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

@keyframes chapelModalIn {
    from { transform: scale(0.96); opacity: 0; }
    to { transform: scale(1); opacity: 1; }
}

@media (max-width: 767px) {
    .chapel-cookie-banner {
        left: 16px;
        right: 16px;
        bottom: 16px;
        max-width: none;
    }

    .chapel-newsletter-modal {
        padding: 16px;
        align-items: center;
    }

    .chapel-newsletter-modal__dialog {
        max-height: min(92vh, 640px);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .chapel-newsletter-modal__grid {
        grid-template-columns: 1fr;
    }

    .chapel-newsletter-modal__image {
        min-height: 140px;
        max-height: 160px;
    }

    .chapel-newsletter-modal__content {
        padding: 24px 20px 28px;
    }

    .chapel-newsletter-modal__title {
        font-size: 26px;
    }

    .chapel-newsletter-modal__text {
        font-size: 14px;
        margin-bottom: 18px;
    }

    .chapel-newsletter-modal__field {
        flex-direction: column;
        gap: 10px;
        align-items: stretch;
    }

    .chapel-newsletter-modal__field input[type="email"],
    .chapel-newsletter-modal__field button {
        width: 100%;
        height: 48px !important;
        min-height: 48px !important;
    }

    .chapel-newsletter-modal__field input[type="email"] {
        border-right: 1px solid rgba(193, 157, 96, 0.4) !important;
    }
}

/* ===== Site-wide mobile responsive ===== */
html {
    -webkit-text-size-adjust: 100%;
}

body {
    overflow-x: hidden;
}

.chapel-map {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 2px;
}

.chapel-map iframe {
    display: block;
    width: 100%;
    height: 280px;
    border: 0;
}

.menu-pdf-mobile-hint {
    display: none;
    text-align: center;
    color: rgba(255, 255, 255, 0.75);
    font-size: 14px;
    line-height: 1.6;
    margin: 0 0 24px;
    padding: 0 16px;
}

@media (max-width: 991px) {
    .section-padding {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .section-padding2 {
        padding-bottom: 80px;
    }

    .section-head {
        margin-bottom: 40px;
    }

    .slider-fade .owl-item {
        min-height: 72vh;
        height: 72vh;
    }

    .header.slider-fade .owl-carousel,
    .header.slider-fade .owl-stage-outer,
    .header.slider-fade .owl-stage {
        height: 72vh !important;
    }

    .header.slider-fade .caption {
        padding-left: 16px;
        padding-right: 16px;
    }

    .slider-fade .owl-dots {
        top: auto !important;
        bottom: 20px !important;
        right: auto !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        width: auto !important;
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 10px !important;
        margin: 0 !important;
        z-index: 20;
    }

    .slider-fade .owl-dots .owl-dot {
        display: inline-block !important;
        width: 10px !important;
        height: 10px !important;
        margin: 0 !important;
        border: 2px solid rgba(255, 255, 255, 0.85) !important;
        border-radius: 50% !important;
        background: transparent !important;
        transition: background-color 0.3s ease, border-color 0.3s ease;
    }

    .slider-fade .owl-dots .owl-dot span {
        display: none !important;
    }

    .slider-fade .owl-dots .owl-dot.active {
        background: #C19D60 !important;
        border-color: #C19D60 !important;
    }

    .chapel-events .item .con,
    section.news:not(.bg-blck) .item .con {
        margin: -50px 16px 0;
        padding: 20px 18px 24px;
    }

    .chapel-signature-card__body {
        padding: 24px 20px 28px;
    }

    .chapel-signature-card__body h5 {
        font-size: 22px;
    }

    .chapel-booking-cta .col-left h5 {
        font-size: 24px;
    }

    .chapel-booking-cta .booking-box .head-box h4 {
        font-size: 26px;
    }

    .info-box .item,
    .chapel-booking-page .services-box .item,
    .chapel-info-cards .item {
        padding: 24px 20px;
    }

    .info-box .item .icon:before {
        font-size: 40px;
        line-height: 40px;
    }

    .contact-form {
        margin-bottom: 0;
        padding: 40px 24px 24px;
    }

    .booking-placeholder {
        padding: 32px 24px;
    }

    .footer-top {
        padding-top: 60px;
        padding-bottom: 40px;
    }

    .footer-title {
        font-size: 24px;
    }

    .footer .offset-md-1 {
        margin-left: 0;
    }

    .progress-wrap {
        bottom: 88px;
    }
}

@media (max-width: 767px) {
    .section-padding {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .section-padding2 {
        padding-bottom: 60px;
    }

    .section-padding.pt-60 {
        padding-top: 40px;
    }

    .section-head {
        margin-bottom: 32px;
    }

    .section-head .section-title {
        font-size: 32px;
        line-height: 1.15;
    }

    .banner-header {
        padding-top: 120px;
        padding-bottom: 70px;
    }

    .banner-header .caption.mt-60 {
        margin-top: 0 !important;
    }

    .banner-header h1 {
        font-size: 32px;
        line-height: 1.2;
    }

    .banner-header h1 span {
        font-size: 24px;
    }

    .banner-header h5 {
        font-size: 12px;
        letter-spacing: 2px;
    }

    .slider-fade .owl-item {
        min-height: 70vh;
        height: 70vh;
    }

    .header.slider-fade .owl-carousel,
    .header.slider-fade .owl-stage-outer,
    .header.slider-fade .owl-stage {
        height: 70vh !important;
    }

    .header.slider-fade .item {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .header.slider-fade .item .caption.v-middle {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        width: 100%;
        padding: 72px 16px 56px;
    }

    .header .caption h1 {
        font-size: 32px;
        line-height: 1.2;
    }

    .header .caption h1 span {
        font-size: 24px;
    }

    .header .caption h4 {
        font-size: 14px;
    }

    .header .caption h6 {
        font-size: 11px;
        letter-spacing: 2px;
    }

    .header .caption .button-1 {
        margin-top: 20px !important;
    }

    .slider-fade .owl-dots {
        top: auto !important;
        bottom: 20px !important;
        right: auto !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        width: auto !important;
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 10px !important;
        margin: 0 !important;
        z-index: 20;
        pointer-events: auto;
    }

    .slider-fade .owl-dots .owl-dot {
        display: inline-block !important;
        width: 10px !important;
        height: 10px !important;
        margin: 0 !important;
        border: 2px solid rgba(255, 255, 255, 0.85) !important;
        border-radius: 50% !important;
        background: transparent !important;
        transition: background-color 0.3s ease, border-color 0.3s ease;
    }

    .slider-fade .owl-dots .owl-dot span {
        display: none !important;
    }

    .slider-fade .owl-dots .owl-dot.active {
        background: #C19D60 !important;
        border-color: #C19D60 !important;
    }

    .navbar .logo-img,
    .nav-scroll .logo-img {
        width: 140px;
    }

    .logo-wrapper {
        padding: 18px 0 18px 12px !important;
    }

    .navbar button {
        margin-top: 14px;
        margin-right: 12px !important;
        min-width: 44px;
        min-height: 44px;
    }

    .navbar .navbar-nav {
        padding: 16px 20px 24px;
    }

    .navbar .navbar-nav .nav-link {
        padding: 10px 0 !important;
        font-size: 14px;
    }

    .navbar-nav .nav-link-book {
        margin-top: 8px;
        padding: 12px 20px !important;
    }

    .chapel-events .item .con,
    section.news:not(.bg-blck) .item .con {
        margin: -36px 12px 0;
        padding: 18px 16px 22px;
    }

    .chapel-events .row > [class*="col-"],
    .chapel-features .row > [class*="col-"],
    .chapel-signature .row > [class*="col-"],
    .chapel-info-cards .row > [class*="col-"] {
        margin-bottom: 24px;
    }

    .chapel-signature-card__image {
        height: 240px;
    }

    .chapel-img-wrap--news {
        height: 240px;
    }

    .chapel-gallery .row {
        --bs-gutter-x: 10px;
        --bs-gutter-y: 10px;
    }

    .chapel-gallery .gallery-img,
    .chapel-gallery--page .gallery-img {
        min-height: 160px;
        aspect-ratio: 1 / 1;
    }

    .chapel-experience-row img {
        max-height: 320px;
    }

    .chapel-art {
        max-width: 100%;
    }

    .about .reservations,
    .chapel-booking-cta .reservations {
        flex-wrap: wrap;
    }

    .reservations .icon span {
        font-size: 40px;
    }

    .reservations .text a {
        font-size: 22px;
        word-break: break-word;
    }

    .contact-form {
        padding: 32px 20px 20px;
    }

    .chapel-careers-form {
        padding: 32px 20px 28px;
    }

    .chapel-careers-section {
        padding-bottom: 80px;
    }

    .contact-form .input1_wrapper {
        margin-bottom: 8px;
    }

    .btn-form1-submit {
        width: 100%;
        text-align: center;
    }

    .chapel-booking-cta .background {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .chapel-booking-cta .booking-box {
        margin-top: 24px;
        padding: 28px 20px;
    }

    .chapel-booking-cta .col-left h5 {
        font-size: 22px;
        line-height: 1.4;
    }

    .chapel-booking-cta .booking-box .btn-form1-submit {
        width: 100%;
        min-width: 0;
    }

    .chapel-cta-group {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }

    .chapel-cta-group .button-1,
    .chapel-cta-group .button-3 {
        display: block !important;
        width: 100%;
        max-width: 300px;
        margin: 0 !important;
        text-align: center;
    }

    .text-center > a.button-1,
    .text-center > a.button-3,
    .mt-30 > a.button-1,
    .mt-30 > a.button-3 {
        display: block !important;
        width: 100%;
        max-width: 300px;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .text-center > a.button-1.me-3,
    .text-center > a.button-3.me-3,
    .mt-30 > a.button-1.me-3,
    .mt-30 > a.button-3.me-3 {
        margin-bottom: 0 !important;
    }

    .menu-pdf-embed {
        min-height: 55vh;
    }

    .menu-pdf-mobile-hint {
        display: block;
    }

    .chapel-map iframe {
        height: 260px;
    }

    .footer-top {
        padding-top: 50px;
    }

    .footer-about-text {
        font-size: 14px;
    }

    .footer-bottom-copy-right {
        font-size: 13px;
        line-height: 1.7;
        text-align: center;
    }

    .footer-links-inline {
        display: block;
        margin-top: 10px;
    }

    .footer-links-inline a {
        display: inline-block;
        margin: 4px 6px;
        padding: 4px 0;
    }

    .subscribe form {
        position: static;
        margin-top: 20px;
    }

    .subscribe form input {
        padding: 14px 15px;
        margin-bottom: 10px;
    }

    .subscribe form button {
        position: static;
        width: 100%;
        padding: 14px 18px;
        min-height: 44px;
    }

    .chapel-newsletter-form__message {
        text-align: left;
    }

    .progress-wrap {
        bottom: 96px;
        right: 16px;
        width: 44px;
        height: 44px;
    }

    .progress-wrap::after {
        line-height: 44px;
        height: 44px;
        width: 44px;
    }

    .chapel-toast {
        bottom: 96px;
    }

    .chapel-cookie-banner {
        bottom: 16px;
    }

    .booking-placeholder h4 {
        font-size: 22px;
    }

    .chapel-booking-page .services-box .item .cont h5 {
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .section-padding {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .banner-header {
        padding-top: 110px;
        padding-bottom: 60px;
    }

    .banner-header h1 {
        font-size: 28px;
    }

    .banner-header h1 span {
        font-size: 22px;
    }

    .header .caption h1 {
        font-size: 28px;
    }

    .header .caption h1 span {
        font-size: 22px;
    }

    .section-head .section-title {
        font-size: 28px;
    }

    .slider-fade .owl-item {
        min-height: 65vh;
        height: 65vh;
    }

    .header.slider-fade .owl-carousel,
    .header.slider-fade .owl-stage-outer,
    .header.slider-fade .owl-stage {
        height: 65vh !important;
    }

    .header.slider-fade .item .caption.v-middle {
        padding: 64px 14px 48px;
    }

    .chapel-gallery .gallery-img,
    .chapel-gallery--page .gallery-img {
        min-height: 140px;
    }

    .container {
        padding-left: 18px;
        padding-right: 18px;
    }
}
