.header-3 .header-lower .header-content .logo-box .logo a figure img {
    width: 115px;
}

.counter-section-1 .counter-description {
    max-width: 280px;
    margin: 12px auto 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 15px;
    line-height: 1.6;
}

.counter-section-1 .counter-title {
    text-transform: uppercase;
    font-weight: 600;
}

.privacy-experience-section {
    background: #f7f3e9;
}

.celebrations-intro {
    max-width: 760px;
    margin: 16px auto 0;
    color: #52615e;
    font-size: 17px;
    line-height: 1.75;
}

.facilities-section-1 .facilities-item .celebration-photo {
    width: 100%;
    height: 210px;
    overflow: hidden;
    border-radius: 16px;
    background: #edf4f1;
}

.facilities-section-1 .facilities-item .celebration-photo figure,
.facilities-section-1 .facilities-item .celebration-photo figure img {
    width: 100%;
    height: 100%;
}

.facilities-section-1 .facilities-item .celebration-photo figure img {
    object-fit: cover;
    transition: transform .45s ease;
}

.facilities-section-1 .facilities-item:hover .celebration-photo figure {
    transform: none;
}

.facilities-section-1 .facilities-item:hover .celebration-photo figure img {
    transform: scale(1.05);
}

.facilities-section-1 .celebrations-description {
    margin: 0;
    color: #52615e;
    font-size: 15px;
    line-height: 1.75;
}

.facilities-section-1 .facilities-item:hover .celebrations-description {
    color: rgba(255, 255, 255, 0.9);
}

.privacy-experience-heading {
    max-width: 780px;
    margin: 0 auto 48px;
}

.privacy-experience-heading h2 {
    margin: 12px 0 16px;
    color: #083f39;
    font-size: clamp(32px, 4vw, 48px);
}

.privacy-experience-heading p {
    color: #52615e;
    font-size: 17px;
    line-height: 1.75;
}

.privacy-experience-card {
    height: 100%;
    padding: 32px 26px;
    border: 1px solid rgba(8, 63, 57, 0.12);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(8, 63, 57, 0.07);
}

.privacy-experience-card > span {
    display: block;
    margin-bottom: 22px;
    color: #d89b09;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .16em;
}

.privacy-experience-card h3 {
    margin-bottom: 16px;
    color: #083f39;
    font-size: 23px;
    line-height: 1.3;
}

.privacy-experience-card p {
    margin: 0;
    color: #52615e;
    line-height: 1.7;
}

.privacy-booking-section {
    background: #fff;
}

.privacy-policy-wrap {
    max-width: 1040px;
    margin: 0 auto;
}

.privacy-policy-intro {
    max-width: 760px;
    margin-bottom: 38px;
}

.privacy-policy-intro h2,
.privacy-policy-content h2 {
    margin: 12px 0 16px;
    color: #083f39;
    font-size: clamp(30px, 4vw, 44px);
}

.privacy-policy-intro p,
.privacy-policy-content p {
    color: #52615e;
    font-size: 16px;
    line-height: 1.75;
}

.privacy-booking-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-bottom: 70px;
}

.privacy-booking-grid article {
    padding: 26px;
    border-left: 4px solid #d89b09;
    border-radius: 0 14px 14px 0;
    background: #f7f3e9;
}

.privacy-booking-grid h3,
.privacy-policy-content h3 {
    color: #083f39;
}

.privacy-booking-grid h3 {
    margin-bottom: 10px;
    font-size: 21px;
}

.privacy-booking-grid p {
    margin: 0;
    color: #52615e;
    line-height: 1.7;
}

.privacy-policy-content {
    padding: 42px;
    border: 1px solid rgba(8, 63, 57, 0.12);
    border-radius: 20px;
    background: #f9fbfa;
}

.privacy-policy-content h3 {
    margin: 30px 0 8px;
    font-size: 22px;
}

.privacy-policy-content a {
    color: #a97600;
    font-weight: 700;
}

.privacy-updated {
    margin-top: 32px;
}

@media (max-width: 767px) {
    .privacy-booking-grid {
        grid-template-columns: 1fr;
        margin-bottom: 45px;
    }

    .privacy-policy-content {
        padding: 28px 22px;
    }
}

/* Wedding homepage FAQ */
.wedding-faq-section {
    background: #f7f3e9;
}

.wedding-faq-section .wedding-centered-heading {
    max-width: 850px;
    margin-bottom: 44px;
}

.wedding-faq-section .wedding-centered-heading h2 {
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.16;
}

.wedding-faq-accordion {
    max-width: 940px;
    margin: 0 auto;
}

.wedding-faq-accordion .accordion-item {
    overflow: hidden;
    margin-bottom: 16px;
    border: 1px solid rgba(8, 63, 57, 0.14);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(8, 63, 57, 0.06);
}

.wedding-faq-accordion .accordion-button {
    padding: 22px 64px 22px 24px;
    color: #083f39;
    background: #fff;
    font-family: inherit;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.45;
    box-shadow: none;
}

.wedding-faq-accordion .accordion-button:not(.collapsed) {
    color: #083f39;
    background: #f0e6c9;
}

.wedding-faq-accordion .accordion-button:focus {
    border-color: transparent;
    box-shadow: inset 0 0 0 2px #d2a93f;
}

.wedding-faq-accordion .accordion-button::after {
    position: absolute;
    right: 24px;
}

.wedding-faq-accordion .accordion-body {
    padding: 8px 24px 24px;
}

.wedding-faq-accordion .accordion-body p {
    margin: 0;
    color: #52625e;
    font-size: 16px;
    line-height: 1.75;
}

@media (max-width: 767px) {
    .wedding-faq-section .wedding-centered-heading {
        margin-bottom: 30px;
    }

    .wedding-faq-accordion .accordion-button {
        padding: 18px 52px 18px 18px;
        font-size: 16px;
    }

    .wedding-faq-accordion .accordion-button::after {
        right: 18px;
    }

    .wedding-faq-accordion .accordion-body {
        padding: 5px 18px 20px;
    }

    .wedding-faq-accordion .accordion-body p {
        font-size: 15px;
    }
}

/* Balanced heading scale across the website */
.section-title h2,
.section-title-white h2 {
    font-size: clamp(30px, 3.2vw, 44px) !important;
    line-height: 1.18 !important;
}

.breadcrumb-section .breadcrumb-wapper .breadcrumb-content .breadcrumb-title h1 {
    font-size: clamp(34px, 4vw, 50px) !important;
    line-height: 1.15 !important;
}

.wedding-hero-copy h1 {
    font-size: clamp(42px, 4.6vw, 64px) !important;
    line-height: 1.04 !important;
}

.wedding-homepage .wedding-centered-heading h2,
.wedding-homepage .wedding-copy-block h2,
.wedding-homepage .wedding-cta-content h2,
.wedding-homepage .wedding-waterfall-copy h2 {
    font-size: clamp(32px, 3.4vw, 46px) !important;
    line-height: 1.16 !important;
}

.wedding-homepage .wedding-usp-heading h2,
.wedding-homepage .wedding-plan-copy h2 {
    font-size: clamp(34px, 3.7vw, 50px) !important;
    line-height: 1.12 !important;
}

.wedding-homepage .wedding-statement-copy h2 {
    font-size: clamp(40px, 5vw, 70px) !important;
    line-height: 1.02 !important;
}

.wedding-homepage h3,
.wedding-journey-grid h3,
.wedding-highlight-card h3,
.wedding-comparison-grid h3,
.wedding-usp-list h3 {
    font-size: clamp(18px, 1.5vw, 22px) !important;
    line-height: 1.3 !important;
}

.wedding-faq-section .wedding-centered-heading h2 {
    max-width: 760px;
    margin-right: auto;
    margin-left: auto;
    font-size: clamp(30px, 3vw, 42px) !important;
}

.wedding-faq-accordion .accordion-button {
    font-size: 17px !important;
}

@media (max-width: 767px) {
    .section-title h2,
    .section-title-white h2 {
        font-size: 29px !important;
    }

    .breadcrumb-section .breadcrumb-wapper .breadcrumb-content .breadcrumb-title h1 {
        font-size: 34px !important;
    }

    .wedding-hero-copy h1 {
        font-size: 40px !important;
    }

    .wedding-homepage .wedding-centered-heading h2,
    .wedding-homepage .wedding-copy-block h2,
    .wedding-homepage .wedding-cta-content h2,
    .wedding-homepage .wedding-waterfall-copy h2,
    .wedding-homepage .wedding-usp-heading h2,
    .wedding-homepage .wedding-plan-copy h2,
    .wedding-faq-section .wedding-centered-heading h2 {
        font-size: 30px !important;
        line-height: 1.18 !important;
    }

    .wedding-homepage .wedding-statement-copy h2 {
        font-size: 38px !important;
    }

    .wedding-homepage h3,
    .wedding-journey-grid h3,
    .wedding-highlight-card h3,
    .wedding-comparison-grid h3,
    .wedding-usp-list h3 {
        font-size: 18px !important;
    }

    .wedding-faq-accordion .accordion-button {
        font-size: 15px !important;
    }
}

.header-main-phone {
    display: none;
}

@media (min-width: 1200px) {
    .header-3 .header-lower .container {
        max-width: 1680px;
    }

    .header-3 .header-lower .header-content {
        display: grid !important;
        grid-template-columns: minmax(300px, 1fr) auto minmax(300px, 1fr);
        align-items: center;
        gap: 30px;
    }

    .header-3 .header-lower .header-left {
        display: flex;
        align-items: center;
        justify-self: start;
        gap: 22px;
    }

    .header-3 .header-lower .header-navigation {
        justify-self: center;
    }

    .header-3 .header-lower .header-right {
        justify-self: end;
    }

    .header-main-phone {
        display: flex;
        padding-left: 20px;
        align-items: center;
        gap: 11px;
        border-left: 1px solid #d8e0dd;
        color: #073f35;
        font-size: 14px;
        font-weight: 800;
        line-height: 1.25;
        white-space: nowrap;
    }

    .header-main-phone i {
        display: flex;
        width: 36px;
        height: 36px;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: #edf3f1;
        color: #0a5a4d;
    }

    .header-main-phone span {
        display: flex;
        flex-direction: column;
    }

    .header-main-phone small {
        color: #76847f;
        font-size: 10px;
        font-weight: 700;
        letter-spacing: .07em;
        text-transform: uppercase;
    }
}

@media (max-width: 1199px) {
    .header-main-phone {
        display: none !important;
    }
}

.header-wedding-trigger { border: 0; cursor: pointer; }
.wedding-modal-open { overflow: hidden; }
.wedding-enquiry-modal { position: fixed; inset: 0; z-index: 99999; display: grid; place-items: center; padding: 24px; opacity: 0; visibility: hidden; transition: opacity .25s ease, visibility .25s ease; }
.wedding-enquiry-modal.is-open { opacity: 1; visibility: visible; }
.wedding-enquiry-backdrop { position: absolute; inset: 0; background: rgba(2, 31, 26, .78); backdrop-filter: blur(7px); }
.wedding-enquiry-dialog { position: relative; width: min(820px, 100%); max-height: calc(100vh - 48px); overflow-y: auto; background: #fbfaf6; border-radius: 24px; box-shadow: 0 30px 90px rgba(0, 25, 20, .35); transform: translateY(18px) scale(.985); transition: transform .25s ease; }
.wedding-enquiry-modal.is-open .wedding-enquiry-dialog { transform: translateY(0) scale(1); }
.wedding-enquiry-popup-form { padding: 42px 48px 44px; }
.wedding-enquiry-close { position: absolute; top: 18px; right: 18px; z-index: 2; width: 42px; height: 42px; border: 0; border-radius: 50%; background: #edf2ef; color: #06483d; cursor: pointer; font-size: 18px; }
.wedding-enquiry-heading { padding-right: 45px; padding-bottom: 24px; margin-bottom: 26px; border-bottom: 1px solid #d4ded9; }
.wedding-enquiry-heading span { display: block; margin-bottom: 8px; color: #d89b09; font-size: 11px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.wedding-enquiry-heading h2 { margin: 0 0 6px; color: #06483d; font-family: var(--heading-font, Georgia, serif); font-size: clamp(29px, 3vw, 40px); line-height: 1.12; }
.wedding-enquiry-heading p { margin: 0; color: #50625d; font-size: 14px; }
.wedding-enquiry-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 20px; }
.wedding-enquiry-grid label { display: block; margin-bottom: 8px; color: #063f36; font-size: 13px; font-weight: 800; }
.wedding-enquiry-grid input, .wedding-enquiry-grid select, .wedding-enquiry-grid textarea { width: 100%; min-height: 48px; padding: 11px 15px; border: 1px solid #c7d5d0; border-radius: 8px; background: #fff; color: #173e37; font: inherit; outline: none; }
.wedding-enquiry-grid textarea { min-height: 90px; resize: vertical; }
.wedding-enquiry-grid input:focus, .wedding-enquiry-grid select:focus, .wedding-enquiry-grid textarea:focus { border-color: #0a5a4d; box-shadow: 0 0 0 3px rgba(10, 90, 77, .1); }
.wedding-enquiry-full { grid-column: 1 / -1; }
.wedding-enquiry-submit { width: 100%; min-height: 52px; margin-top: 24px; border: 0; border-radius: 999px; background: #e3a514; color: #042f28; font-weight: 800; cursor: pointer; }
.wedding-enquiry-submit:disabled { cursor: wait; opacity: .65; }
.wedding-enquiry-status { min-height: 22px; margin-top: 12px; text-align: center; font-size: 13px; font-weight: 700; }
.wedding-enquiry-status.success { color: #08714e; }
.wedding-enquiry-status.error { color: #a12424; }

@media (max-width: 767px) {
    .wedding-enquiry-modal { align-items: end; padding: 10px; }
    .wedding-enquiry-dialog { max-height: calc(100vh - 20px); border-radius: 20px 20px 12px 12px; }
    .wedding-enquiry-popup-form { padding: 32px 20px 26px; }
    .wedding-enquiry-heading { padding-right: 34px; padding-bottom: 18px; margin-bottom: 20px; }
    .wedding-enquiry-heading h2 { font-size: 28px; }
    .wedding-enquiry-grid { grid-template-columns: 1fr; gap: 15px; }
    .wedding-enquiry-full { grid-column: auto; }
}

/* Wedding-focused homepage */
.wedding-homepage {
    --wedding-green: #063f34;
    --wedding-deep: #032c25;
    --wedding-gold: #dfaa24;
    --wedding-cream: #f7f2e8;
    --wedding-ink: #18302b;
    overflow: hidden;
    color: var(--wedding-ink);
}

.wedding-homepage h1,
.wedding-homepage h2,
.wedding-homepage h3,
.wedding-homepage p {
    margin-top: 0;
}

.wedding-homepage h1,
.wedding-homepage h2,
.wedding-homepage h3 {
    color: var(--wedding-green);
}

.wedding-homepage h2 {
    margin-bottom: 22px;
    font-size: clamp(34px, 4.4vw, 64px);
    line-height: 1.06;
}

.wedding-homepage p {
    font-size: 17px;
    line-height: 1.75;
}

.wedding-section {
    position: relative;
    padding: 110px 0;
}

.wedding-eyebrow,
.wedding-kicker {
    display: inline-block;
    margin-bottom: 18px;
    color: var(--wedding-gold);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.wedding-btn {
    display: inline-flex;
    min-height: 54px;
    padding: 14px 27px;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 750;
    text-decoration: none;
    transition: transform .25s ease, background-color .25s ease, color .25s ease;
}

.wedding-btn:hover {
    transform: translateY(-2px);
}

.wedding-btn-gold {
    background: var(--wedding-gold);
    color: #102e28;
}

.wedding-btn-gold:hover {
    background: #f0bd38;
    color: #102e28;
}

.wedding-btn-ghost {
    border-color: rgba(255,255,255,.65);
    color: #fff;
}

.wedding-btn-ghost:hover {
    background: #fff;
    color: var(--wedding-green);
}

.wedding-actions {
    display: flex;
    margin-top: 34px;
    flex-wrap: wrap;
    gap: 14px;
}

.wedding-hero {
    position: relative;
    display: flex;
    min-height: clamp(620px, 37.5vw, 720px);
    align-items: center;
    isolation: isolate;
    overflow: hidden;
}

.wedding-hero-media,
.wedding-hero-overlay,
.wedding-cta-image,
.wedding-cta-overlay,
.wedding-statement-bg,
.wedding-statement-overlay {
    position: absolute;
    inset: 0;
}

.wedding-hero-media {
    z-index: -3;
    overflow: hidden;
}

.wedding-hero-slide {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 0;
    transform: scale(1.015);
    transition: opacity 1s ease, transform 6s ease;
}

.wedding-hero-slide.active {
    opacity: 1;
    transform: scale(1);
}

.wedding-hero-overlay {
    z-index: -2;
    background: linear-gradient(90deg, rgba(2,32,26,.9) 0%, rgba(2,32,26,.68) 43%, rgba(2,32,26,.12) 78%), linear-gradient(0deg, rgba(2,22,18,.42), transparent 55%);
}

.wedding-hero-inner {
    width: 100%;
    max-width: 1680px;
    padding-top: 48px;
    padding-right: 34px;
    padding-bottom: 48px;
    padding-left: 34px;
}

.wedding-hero-slider-controls {
    position: absolute;
    bottom: 23px;
    left: 50%;
    z-index: 5;
    display: flex;
    align-items: center;
    gap: 13px;
    transform: translateX(-50%);
}

.wedding-slider-arrow {
    display: flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,.5);
    border-radius: 50%;
    background: rgba(3,44,37,.34);
    color: #fff;
    cursor: pointer;
    backdrop-filter: blur(5px);
}

.wedding-slider-dots {
    display: flex;
    align-items: center;
    gap: 7px;
}

.wedding-slider-dots button {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255,255,255,.55);
    cursor: pointer;
    transition: width .25s ease, border-radius .25s ease, background-color .25s ease;
}

.wedding-slider-dots button.active {
    width: 25px;
    border-radius: 999px;
    background: var(--wedding-gold);
}

.wedding-hero-layout {
    display: grid;
    width: 100%;
    align-items: center;
    grid-template-columns: minmax(0, 1fr) minmax(390px, 455px);
    gap: clamp(55px, 7vw, 120px);
}

.wedding-hero-copy {
    max-width: 820px;
}

.wedding-hero-layout .wedding-hero-copy h1 {
    font-size: clamp(46px, 5vw, 76px);
}

.hero-wedding-form-card {
    padding: 30px;
    border: 1px solid rgba(255,255,255,.45);
    border-radius: 22px;
    background: rgba(255,255,255,.96);
    box-shadow: 0 28px 70px rgba(0,20,16,.32);
    backdrop-filter: blur(12px);
}

.hero-form-heading span {
    display: block;
    margin-bottom: 4px;
    color: var(--wedding-gold);
    font-size: 11px;
    font-weight: 850;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.hero-form-heading h2 {
    margin-bottom: 18px;
    font-size: 27px;
    line-height: 1.15;
}

.hero-form-progress {
    display: flex;
    margin-bottom: 21px;
    align-items: center;
}

.hero-form-progress span {
    display: flex;
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    align-items: center;
    justify-content: center;
    border: 1px solid #b7c8c3;
    border-radius: 50%;
    color: #71827e;
    font-size: 12px;
    font-weight: 800;
}

.hero-form-progress span.active,
.hero-form-progress span.complete {
    border-color: var(--wedding-green);
    background: var(--wedding-green);
    color: #fff;
}

.hero-form-progress i {
    height: 1px;
    flex: 1;
    background: #ccd8d5;
}

.hero-multistep-form label {
    display: block;
    margin-bottom: 6px;
    color: var(--wedding-green);
    font-size: 12px;
    font-weight: 800;
}

.hero-multistep-form input,
.hero-multistep-form select,
.hero-multistep-form textarea {
    width: 100%;
    margin-bottom: 15px;
    padding: 11px 13px;
    border: 1px solid #c8d5d1;
    border-radius: 8px;
    background: #f9fbfa;
    color: #173a33;
    font-size: 14px;
}

.hero-multistep-form input,
.hero-multistep-form select {
    height: 46px;
}

.hero-multistep-form textarea {
    min-height: 82px;
    resize: vertical;
}

.hero-form-step[hidden] {
    display: none !important;
}

.hero-form-next,
.hero-form-submit {
    display: flex;
    width: 100%;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border: 0;
    border-radius: 999px;
    background: var(--wedding-gold);
    color: #13372f;
    font-size: 14px;
    font-weight: 850;
    cursor: pointer;
}

.hero-form-nav {
    display: grid;
    grid-template-columns: 90px 1fr;
    gap: 10px;
}

.hero-form-nav > button:first-child {
    border: 1px solid #b8c8c4;
    border-radius: 999px;
    background: transparent;
    color: var(--wedding-green);
    font-weight: 750;
    cursor: pointer;
}

.hero-form-nav .hero-form-submit,
.hero-form-nav .hero-form-next {
    width: 100%;
}

.form-status {
    display: none;
    margin-top: 13px;
    padding: 9px 11px;
    border-radius: 7px;
    font-size: 12px;
    line-height: 1.4;
}

.form-status.error {
    display: block;
    border: 1px solid #d93025;
    background: #fce8e6;
    color: #b3261e;
}

.form-status.success {
    display: block;
    border: 1px solid #1e8e3e;
    background: #e6f4ea;
    color: #166b2e;
}

.wedding-hero-copy h1 {
    margin-bottom: 28px;
    color: #fff;
    font-size: clamp(48px, 6vw, 88px);
    line-height: .98;
    letter-spacing: -.035em;
}

.wedding-hero-copy p {
    max-width: 690px;
    color: rgba(255,255,255,.9);
    font-size: clamp(18px, 1.6vw, 23px);
    line-height: 1.55;
}

.wedding-scroll-cue {
    position: absolute;
    right: 32px;
    bottom: 28px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255,255,255,.78);
    font-size: 11px;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.wedding-scroll-cue span {
    display: block;
    width: 36px;
    height: 1px;
    background: var(--wedding-gold);
}

.wedding-split {
    display: grid;
    align-items: center;
    grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
    gap: clamp(45px, 7vw, 110px);
}

.wedding-image-frame {
    overflow: hidden;
    border-radius: 28px;
    box-shadow: 0 25px 70px rgba(3,44,37,.16);
}

.wedding-image-tall {
    aspect-ratio: 4 / 5;
}

.wedding-image-frame img,
.wedding-story-grid img,
.wedding-highlight-card img,
.wedding-waterfall-card > img,
.wedding-plan-copy img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wedding-copy-block {
    max-width: 660px;
}

.wedding-lead {
    color: var(--wedding-green);
    font-size: 21px !important;
    font-weight: 650;
}

.wedding-emphasis {
    color: var(--wedding-green);
    font-size: 19px !important;
    font-weight: 750;
}

.wedding-text-link {
    display: inline-flex;
    margin-top: 12px;
    align-items: center;
    gap: 10px;
    color: var(--wedding-green);
    font-weight: 800;
    border-bottom: 2px solid var(--wedding-gold);
}

.wedding-story-section,
.wedding-waterfall-section,
.wedding-plan-section {
    background: var(--wedding-cream);
}

.wedding-centered-heading {
    max-width: 920px;
    margin: 0 auto 58px;
    text-align: center;
}

.wedding-centered-heading > p {
    max-width: 770px;
    margin-right: auto;
    margin-left: auto;
}

.wedding-story-grid {
    display: grid;
    grid-template-columns: 1.5fr .8fr;
    grid-template-rows: 1fr 1fr;
    gap: 22px;
}

.wedding-story-grid figure {
    min-height: 300px;
    margin: 0;
    overflow: hidden;
    border-radius: 22px;
}

.wedding-story-large {
    grid-row: 1 / 3;
}

.wedding-story-copy {
    display: flex;
    padding: 38px;
    flex-direction: column;
    justify-content: center;
    border-radius: 22px;
    background: var(--wedding-green);
}

.wedding-story-copy p,
.wedding-story-copy strong {
    color: #fff;
    font-size: 17px;
    line-height: 1.65;
}

.wedding-story-copy strong {
    color: #f0c65e;
}

.wedding-comparison-section {
    background: var(--wedding-deep);
    color: #fff;
}

.wedding-heading-light h2,
.wedding-heading-light p {
    color: #fff;
}

.wedding-comparison-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    border-top: 1px solid rgba(255,255,255,.18);
    border-bottom: 1px solid rgba(255,255,255,.18);
}

.wedding-comparison-grid article {
    min-height: 255px;
    padding: 38px 24px;
    border-right: 1px solid rgba(255,255,255,.18);
}

.wedding-comparison-grid article:last-child {
    border-right: 0;
}

.wedding-comparison-grid i {
    margin-bottom: 45px;
    color: var(--wedding-gold);
    font-size: 27px;
}

.wedding-comparison-grid h3 {
    color: #fff;
    font-size: 21px;
}

.wedding-comparison-grid p {
    margin-bottom: 0;
    color: rgba(255,255,255,.7);
    font-size: 14px;
    line-height: 1.5;
}

.wedding-comparison-close {
    margin: 55px auto 0;
    color: rgba(255,255,255,.8);
    text-align: center;
    font-size: 22px !important;
}

.wedding-comparison-close strong {
    color: var(--wedding-gold);
}

.wedding-highlight-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.wedding-highlight-card {
    position: relative;
    min-height: 380px;
    overflow: hidden;
    border-radius: 22px;
    background: #062f28;
}

.wedding-highlight-card::after {
    content: "";
    position: absolute;
    inset: 35% 0 0;
    background: linear-gradient(transparent, rgba(1,24,20,.92));
}

.wedding-highlight-card img {
    transition: transform .5s ease;
}

.wedding-highlight-card:hover img {
    transform: scale(1.035);
}

.wedding-highlight-card > div {
    position: absolute;
    right: 28px;
    bottom: 25px;
    left: 28px;
    z-index: 2;
}

.wedding-highlight-card span {
    color: var(--wedding-gold);
    font-size: 12px;
    font-weight: 800;
}

.wedding-highlight-card h3 {
    margin: 3px 0;
    color: #fff;
    font-size: 29px;
}

.wedding-highlight-card p {
    margin: 0;
    color: rgba(255,255,255,.78);
    font-size: 14px;
}

.wedding-cta-section {
    min-height: 750px;
    display: flex;
    align-items: center;
    isolation: isolate;
}

.wedding-cta-image {
    z-index: -3;
    background: url("images/gallery-generated-03.webp") center / cover no-repeat;
}

.wedding-cta-overlay {
    z-index: -2;
    background: linear-gradient(90deg, rgba(2,34,28,.94), rgba(2,34,28,.64) 55%, rgba(2,34,28,.15));
}

.wedding-cta-content {
    width: 100%;
}

.wedding-cta-content > * {
    max-width: 730px;
}

.wedding-cta-content h2,
.wedding-cta-content p {
    color: #fff;
}

.wedding-cta-content .wedding-emphasis {
    color: #f0c65e;
}

.wedding-journey-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 1px solid #d9e1de;
    border-left: 1px solid #d9e1de;
}

.wedding-journey-grid article {
    position: relative;
    min-height: 275px;
    padding: 0 0 24px;
    border-right: 1px solid #d9e1de;
    border-bottom: 1px solid #d9e1de;
    background: #fff;
    overflow: hidden;
    transition: transform .3s ease, box-shadow .3s ease;
}

.wedding-journey-grid article:hover {
    z-index: 2;
    transform: translateY(-6px);
    box-shadow: 0 18px 38px rgba(4, 57, 49, .16);
}

.wedding-journey-grid span {
    position: absolute;
    top: 22px;
    right: 24px;
    z-index: 2;
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: rgba(4, 57, 49, .82);
    font-size: 12px;
}

.wedding-journey-grid figure {
    height: 190px;
    margin: 0 0 22px;
    overflow: hidden;
    background: #e8eee9;
}

.wedding-journey-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}

.wedding-journey-grid article:hover img {
    transform: scale(1.06);
}

.wedding-journey-grid h3 {
    margin: 0;
    padding: 0 24px;
    color: var(--wedding-green);
    font-size: 19px;
}

.wedding-journey-grid article:hover span {
    background: var(--wedding-gold);
}

.wedding-waterfall-card {
    display: grid;
    min-height: 650px;
    grid-template-columns: 1.2fr .8fr;
    overflow: hidden;
    border-radius: 28px;
    background: var(--wedding-green);
}

.wedding-waterfall-copy {
    display: flex;
    padding: clamp(38px, 6vw, 80px);
    flex-direction: column;
    justify-content: center;
}

.wedding-waterfall-copy h2,
.wedding-waterfall-copy p {
    color: #fff;
}

.wedding-waterfall-copy .wedding-btn {
    align-self: flex-start;
    margin-top: 18px;
}

.wedding-usp-section {
    overflow: hidden;
    background: #f4f0e7;
}

.wedding-usp-heading {
    max-width: 1180px;
    margin: 0 auto 48px;
    text-align: center;
}

.wedding-usp-heading h2 {
    margin: 10px 0 16px;
    font-size: clamp(42px, 5vw, 70px);
    line-height: 1.04;
}

.wedding-usp-heading p {
    max-width: 720px;
    margin: 0 auto;
    color: #586a65;
    font-size: 17px;
    line-height: 1.7;
}

@media (max-width: 575px) {
    .wedding-usp-title-break {
        display: none;
    }
}

.wedding-usp-layout {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: clamp(24px, 3vw, 42px);
    align-items: stretch;
}

.wedding-usp-visual {
    position: relative;
    min-height: 620px;
    margin: 0;
    overflow: hidden;
    border-radius: 28px;
    box-shadow: 0 26px 65px rgba(3,44,37,.16);
}

.wedding-usp-visual::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(180deg, transparent 42%, rgba(2,36,30,.86) 100%);
}

.wedding-usp-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wedding-usp-visual figcaption {
    position: absolute;
    right: 38px;
    bottom: 38px;
    left: 38px;
    z-index: 1;
    color: #fff;
}

.wedding-usp-visual strong,
.wedding-usp-visual span {
    display: block;
}

.wedding-usp-visual strong {
    margin-bottom: 5px;
    color: var(--wedding-gold);
    font-size: 13px;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.wedding-usp-visual span {
    max-width: 470px;
    font-family: var(--heading-font);
    font-size: clamp(34px, 3.4vw, 52px);
    line-height: 1.05;
}

.wedding-usp-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.wedding-usp-list article {
    position: relative;
    display: flex;
    min-height: 142px;
    padding: 26px;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    border: 1px solid rgba(7,72,61,.11);
    border-radius: 20px;
    background: #fff;
    color: var(--wedding-green);
    box-shadow: 0 12px 32px rgba(3,44,37,.06);
    transition: transform .25s ease, background .25s ease, color .25s ease;
}

.wedding-usp-list article:hover {
    transform: translateY(-4px);
    background: var(--wedding-green);
    color: #fff;
}

.wedding-usp-list article > span {
    position: absolute;
    top: 18px;
    right: 20px;
    color: var(--wedding-gold);
    font-family: var(--body-font);
    font-size: 11px;
    font-weight: 800;
}

.wedding-usp-list i {
    margin-bottom: 16px;
    color: var(--wedding-gold);
    font-size: 23px;
}

.wedding-usp-list h3 {
    margin: 0;
    color: inherit;
    font-size: clamp(20px, 1.7vw, 27px);
    line-height: 1.15;
}

.wedding-usp-list .wedding-usp-wide {
    grid-column: 1 / -1;
    min-height: 130px;
}

.wedding-statement-section {
    position: relative;
    display: flex;
    min-height: 100vh;
    padding: 100px 0;
    align-items: center;
    isolation: isolate;
}

.wedding-statement-bg {
    z-index: -3;
    background: url("images/amegundi-fort-04.jpg") center / cover no-repeat;
}

.wedding-statement-overlay {
    z-index: -2;
    background: rgba(1,28,23,.72);
}

.wedding-statement-copy {
    text-align: center;
}

.wedding-statement-copy p {
    margin-bottom: 6px;
    color: rgba(255,255,255,.78);
    font-size: clamp(18px, 2vw, 27px);
    letter-spacing: .08em;
    text-transform: uppercase;
}

.wedding-statement-copy h2 {
    max-width: 1100px;
    margin: 0 auto 48px;
    color: #fff;
    font-size: clamp(48px, 7vw, 104px);
    line-height: .98;
    text-transform: uppercase;
}

.wedding-statement-copy > span {
    display: block;
    margin-bottom: 18px;
    color: var(--wedding-gold);
    font-size: 16px;
    font-weight: 900;
    letter-spacing: .3em;
    text-transform: uppercase;
}

.wedding-statement-copy > div {
    color: #fff;
    font-size: 24px;
    line-height: 1.45;
}

.wedding-plan-grid {
    display: grid;
    align-items: stretch;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(24px, 3vw, 42px);
    max-width: 1320px;
    margin: 0 auto;
}

.wedding-plan-copy {
    --wedding-plan-padding: clamp(30px, 4vw, 54px);
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: clamp(34px, 4vw, 56px) var(--wedding-plan-padding) 0;
    overflow: hidden;
    border-radius: 24px;
    background: var(--wedding-green);
    box-shadow: 0 25px 70px rgba(3,44,37,.12);
}

.wedding-plan-copy .wedding-eyebrow {
    color: var(--wedding-gold);
}

.wedding-plan-copy h2 {
    max-width: 520px;
    margin-bottom: 18px;
    color: #fff;
    font-size: clamp(42px, 4.25vw, 66px);
    line-height: 1.02;
}

.wedding-plan-copy > p {
    max-width: 540px;
    margin: 0;
    color: rgba(255,255,255,.82);
    font-size: 17px;
    line-height: 1.7;
}

.wedding-plan-copy img {
    flex: 1 1 auto;
    width: calc(100% + var(--wedding-plan-padding) + var(--wedding-plan-padding));
    min-height: 390px;
    height: auto;
    margin: 34px calc(0px - var(--wedding-plan-padding)) 0;
    border-radius: 0;
    object-position: center;
}

.wedding-plan-form {
    height: 100%;
    padding: clamp(34px, 4vw, 54px);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 25px 70px rgba(3,44,37,.12);
}

.wedding-plan-form-heading {
    margin-bottom: 28px;
    padding-bottom: 22px;
    border-bottom: 1px solid #d8e1de;
}

.wedding-plan-form-heading span {
    display: block;
    margin-bottom: 5px;
    color: var(--wedding-gold);
    font-size: 11px;
    font-weight: 850;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.wedding-plan-form-heading h3 {
    margin-bottom: 8px;
    font-size: 30px;
}

.wedding-plan-form-heading p {
    margin: 0;
    color: #60716d;
    font-size: 14px;
    line-height: 1.55;
}

.wedding-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 18px;
}

.wedding-form-full {
    grid-column: 1 / -1;
}

.wedding-plan-form label {
    display: block;
    margin-bottom: 8px;
    color: var(--wedding-green);
    font-size: 13px;
    font-weight: 750;
}

.wedding-plan-form input,
.wedding-plan-form select,
.wedding-plan-form textarea {
    width: 100%;
    margin-bottom: 16px;
    padding: 12px 15px;
    border: 1px solid #cbd8d4;
    border-radius: 8px;
    background: #fbfcfb;
    color: #183b34;
    font-size: 14px;
}

.wedding-plan-form input,
.wedding-plan-form select {
    height: 50px;
}

.wedding-plan-form textarea {
    min-height: 105px;
    resize: vertical;
}

.wedding-form-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.wedding-submit {
    width: 100%;
    border: 0;
    cursor: pointer;
}

.wedding-visit-link {
    display: flex;
    margin-top: 20px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    color: var(--wedding-green);
    font-weight: 800;
}

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

    .wedding-hero {
        min-height: 760px;
    }

    .wedding-hero-layout {
        grid-template-columns: 1fr;
    }

    .wedding-hero-inner {
        padding-right: 24px;
        padding-left: 24px;
    }

    .wedding-hero-copy {
        max-width: 760px;
    }

    .hero-wedding-form-card {
        max-width: 580px;
    }

    .wedding-hero-overlay {
        background: linear-gradient(90deg, rgba(2,32,26,.88), rgba(2,32,26,.48));
    }

    .wedding-split,
    .wedding-waterfall-card,
    .wedding-plan-grid {
        grid-template-columns: 1fr;
    }

    .wedding-plan-copy {
        position: static;
        min-height: auto;
    }

    .wedding-image-tall {
        aspect-ratio: 16 / 10;
    }

    .wedding-comparison-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .wedding-comparison-grid article {
        min-height: 220px;
        border-bottom: 1px solid rgba(255,255,255,.18);
    }

    .wedding-journey-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .wedding-waterfall-card > img {
        height: 480px;
    }

    .wedding-usp-heading {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .wedding-usp-layout {
        grid-template-columns: 1fr;
    }

    .wedding-usp-visual {
        min-height: 520px;
    }
}

@media (max-width: 575px) {
    .wedding-homepage p {
        font-size: 15px;
    }

    .wedding-section {
        padding: 64px 0;
    }

    .wedding-hero {
        min-height: 0;
        align-items: flex-end;
    }

    .wedding-hero-media {
        background-position: 57% center;
    }

    .wedding-hero-slide {
        object-position: center;
    }

    .wedding-hero-overlay {
        background: linear-gradient(0deg, rgba(2,27,22,.96) 0%, rgba(2,27,22,.76) 58%, rgba(2,27,22,.23) 100%);
    }

    .wedding-hero-inner {
        padding-top: 65px;
        padding-right: 12px;
        padding-bottom: 72px;
        padding-left: 12px;
    }

    .wedding-hero-copy h1 {
        font-size: 45px;
    }

    .wedding-actions,
    .wedding-actions .wedding-btn {
        width: 100%;
    }

    .wedding-hero-layout {
        gap: 28px;
    }

    .hero-wedding-form-card {
        padding: 23px 18px;
        border-radius: 17px;
    }

    .hero-form-heading h2 {
        font-size: 24px;
    }

    .wedding-scroll-cue {
        display: none;
    }

    .wedding-hero-slider-controls {
        bottom: 18px;
    }

    .wedding-centered-heading {
        margin-bottom: 38px;
        text-align: left;
    }

    .wedding-story-grid,
    .wedding-highlight-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

    .wedding-story-large {
        grid-row: auto;
    }

    .wedding-story-grid figure,
    .wedding-highlight-card {
        min-height: 290px;
    }

    .wedding-story-copy {
        padding: 28px;
    }

    .wedding-comparison-grid {
        grid-template-columns: 1fr;
    }

    .wedding-comparison-grid article {
        min-height: 0;
        padding: 28px 18px;
        border-right: 0;
    }

    .wedding-comparison-grid i {
        margin-bottom: 22px;
    }

    .wedding-cta-section {
        min-height: 720px;
    }

    .wedding-cta-image {
        background-position: 61% center;
    }

    .wedding-journey-grid {
        grid-template-columns: 1fr;
    }

    .wedding-journey-grid article {
        min-height: 255px;
    }

    .wedding-journey-grid figure {
        height: 175px;
    }

    .wedding-waterfall-card > img {
        height: 300px;
    }

    .wedding-waterfall-copy {
        padding: 32px 24px;
    }

    .wedding-usp-visual {
        min-height: 420px;
        border-radius: 20px;
    }

    .wedding-usp-visual figcaption {
        right: 24px;
        bottom: 26px;
        left: 24px;
    }

    .wedding-usp-list {
        grid-template-columns: 1fr;
    }

    .wedding-usp-list .wedding-usp-wide {
        grid-column: auto;
    }

    .wedding-usp-list article {
        min-height: 128px;
        padding: 22px;
    }

    .wedding-statement-section {
        min-height: 760px;
    }

    .wedding-statement-copy h2 {
        font-size: 46px;
    }

    .wedding-form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

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

    .wedding-form-full {
        grid-column: auto;
    }

    .wedding-plan-copy img {
        height: 300px;
        min-height: 300px;
    }
}

.header .header-contact-info ul li::before {
    display: none;
}

.header .header-contact-info ul li {
    margin-right: 24px;
}

.hero-simple {
    position: relative;
    padding: 90px 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #153d37;
    transition: background-image 0.25s ease;
}

.hero-text-simple h1 {
    color: #fff;
    font-size: 56px;
    font-weight: 700;
}

.hero-text-simple p {
    color: #eee;
    max-width: 600px;
}

.booking-form-box {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.form-title {
    margin-bottom: 20px;
    font-weight: 600;
}


.hero-title {
    color: #fff;
    font-size: 46px;
    font-weight: 700;
    margin-bottom: 18px;
}

.hero-image-grid {
    max-width: 520px;
}

.hero-image-card {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
    transition: transform 0.3s ease;
}

.hero-image-card img {
    width: 100%;
    height: 110px;
    /* small height for banner */
    object-fit: cover;
}

.hero-image-card:hover {
    transform: translateY(-4px);
}

/* Tablet */
@media (max-width: 991px) {
    .hero-title {
        font-size: 36px;
    }

    .hero-image-card img {
        height: 100px;
    }
}

/* Mobile */
@media (max-width: 575px) {
    .hero-title {
        font-size: 28px;
        text-align: center;
    }

    .hero-image-grid {
        margin: 0 auto;
    }

    .hero-image-card img {
        height: 90px;
    }
}


.hero-image-stack {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 260px;
}

.stack-row {
    display: flex;
    gap: 16px;
}

.stack-card {
    width: 120px;
    height: 120px;
    background: #0f3d2e;
    padding: 10px;
    border: 3px solid transparent;
    border-radius: 6px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35);
    cursor: pointer;
    appearance: none;
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.stack-card:hover,
.stack-card:focus-visible {
    transform: translateY(-4px);
    border-color: #e6aa12;
    outline: none;
}

.stack-card.active {
    border-color: #e6aa12;
    box-shadow: 0 0 0 3px rgba(230, 170, 18, 0.35), 0 10px 25px rgba(0, 0, 0, 0.35);
}

.stack-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
    pointer-events: none;
}

/* Tablet */
@media (max-width: 991px) {
    .hero-image-stack {
        max-width: 220px;
    }

    .stack-card {
        width: 100px;
        height: 100px;
    }
}

/* Mobile */
@media (max-width: 575px) {
    .hero-image-stack {
        flex-direction: row;
        flex-wrap: wrap;
        max-width: 100%;
        justify-content: center;
    }

    .stack-row {
        gap: 12px;
    }

    .stack-card {
        width: 90px;
        height: 90px;
    }
}


@media (max-width: 575px) {
    .micon-content h2 {
        font-size: 16px;
    }

    .micon-content p {
        font-size: 13px;
    }
}


.pt-100 {
    padding-top: 35px !important;
}


.gallery-scroll {
    width: 100vw;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 20px 0;
}

.gallery-track {
    display: flex;
    gap: 20px;
    padding: 0 40px;
    width: max-content;
}

.photo-gallery {
    position: relative;
    min-width: 315px; 
    overflow: hidden;
    border-radius: 12px;
}

.photo-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.photo-gallery a {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.3s;
    color: #fff;
    font-size: 22px;
}

.photo-gallery:hover a {
    opacity: 1;
}

/* optional – hide scrollbar */
.gallery-scroll::-webkit-scrollbar {
    display: none;
}


.horizontal-gallery {
    width: 100vw;
    overflow: hidden;
    /* hide scrollbar */
    cursor: grab;
}

.gallery-row {
    display: flex;
    gap: 20px;
    padding: 20px 40px;
    width: max-content;
}

.gallery-item {
    width: 350px;
    height: 250px;
    flex: 0 0 auto;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.horizontal-gallery {
    width: 100vw;
    overflow: hidden;
    /* hide scrollbar */
    cursor: grab;
}

.gallery-row {
    display: flex;
    gap: 20px;
    padding: 20px 40px;
    width: max-content;
}

.gallery-item {
    width: 350px;
    height: 250px;
    flex: 0 0 auto;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}


.footer-3 .footer-bottom .footer-widget-wrap {
    padding: 39px 0 5px 0;
}

.header-social-icon .social-placeholder,
.footer-social-icon .social-placeholder {
    display: flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--extra-color-one);
    color: #fff;
    font-size: 16px;
}

.footer-social-icon .social-placeholder {
    width: 50px;
    height: 50px;
}

.header-social-icon .social-placeholder,
.footer-social-icon .social-placeholder {
    cursor: default;
}

@media (min-width: 992px) {
    .header-sidebar {
        display: none;
    }
}


.sticky-contact-icons {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.sticky-contact-icons .sticky-icon {
    width: 50px;
    height: 50px;
    background: #04433d;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    text-decoration: none;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease;
}

.sticky-contact-icons .sticky-icon:hover {
    transform: translateY(-3px);
    background: #03332e;
}

/* Mobile spacing */
@media (max-width: 575px) {
    .sticky-contact-icons {
        right: 15px;
        bottom: 15px;
    }
}


.sticky-contact-icons {
    position: fixed;
    left: 20px;
    /* ← LEFT */
    bottom: 20px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.sticky-contact-icons .sticky-icon {
    width: 35px;
    height: 35px;
    background: #04433d;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    text-decoration: none;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease;
}

.sticky-contact-icons .sticky-icon:hover {
    transform: translateY(-3px);
    background: #03332e;
}

/* Mobile spacing */
@media (max-width: 575px) {
    .sticky-contact-icons {
        left: 15px;
        bottom: 15px;
    }
}



.testimonial-wrapper {
    max-width: 1100px;
    margin: auto;
}

.testimonial-title {
    text-align: center;
    font-size: 34px;
    color: #ffffff;
    margin-bottom: 50px;
}

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
}

.testimonial-card {
    background: #ffffff;
    padding: 30px 25px;
    border-radius: 14px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
    text-align: center;
    transition: transform 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-8px);
}

.client-img {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 18px;
}

.testimonial-text {
    font-size: 15px;
    color: #555;
    margin-bottom: 18px;
}

.client-name {
    font-weight: 600;
    color: #222;
}

/* Read Review Button */
.review-btn-wrapper {
    text-align: center;
    margin-top: 50px;
}

.review-btn {
    display: inline-block;
    padding: 14px 38px;
    background: #ffffff;
    color: #1b1b1b;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.review-btn:hover {
    background: #1b1b1b;
    color: #ffffff;
    box-shadow: 0 10px 25px rgba(255, 255, 255, 0.25);
}



.open-form-btn {
    padding: 10px 22px;
    border: none;
    background: #ffffff;
    color: #1b1b1b;
    border-radius: 25px;
    cursor: pointer;
    font-weight: 600;
}

.form-popup {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 280px;
    background: #ffffff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    display: none;
    z-index: 1000;
}

.form-popup h3 {
    margin-bottom: 15px;
    font-size: 18px;
}

.form-popup input {
    width: 100%;
    padding: 9px 10px;
    margin-bottom: 10px;
    border-radius: 6px;
    border: 1px solid #ddd;
    font-size: 14px;
}

.form-popup button {
    width: 100%;
    padding: 10px;
    background: #1b1b1b;
    color: #fff;
    border: none;
    border-radius: 20px;
    cursor: pointer;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 12px;
    font-size: 20px;
    cursor: pointer;
}


.terms-wrapper {
    max-width: 1100px;
    margin: auto;
    padding: 0 20px;
}

.terms-card {
    background: #1b1b1b;
    color: #ffffff;
    padding: 50px 45px;
    border-radius: 16px;
}

.terms-card h2 {
    font-size: 34px;
    margin-bottom: 25px;
}

.terms-card ul {
    padding-left: 20px;
}

.terms-card li {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 12px;
}


.terms-card ul {
    padding-left: 22px;
    list-style-type: disc;
}

.terms-card li {
    margin-bottom: 10px;
    line-height: 1.7;
}


.footer-copyright,
.footer-copyright * {
    pointer-events: auto !important;
}

.footer-bottom-nav {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-bottom-nav li {
    display: inline-block;
}

.footer-bottom-nav a {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    z-index: 9999;
}

.about-section-4 .about-content .about-features-wappper .about-features-item .about-features-title h3 {
    font-size: 26px;
    line-height: 0.4em;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.pb-100 {
    padding-bottom: 42px !important;
}

.pb-70 {
    padding-bottom: 11px !important;
}


@media (min-width: 992px) {
    .nch {
        height: 575px;
    }
}

.wedding-intro {
    background: #f7f3eb;
}

.home-wedding-section {
    background: #f7f3eb;
}

.home-wedding-card {
    overflow: hidden;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(8, 63, 57, 0.12);
}

.home-wedding-image {
    position: relative;
    min-height: 400px;
    padding: 14px;
    background: #083f39;
}

.home-wedding-image-grid {
    display: grid;
    width: 100%;
    height: 100%;
    min-height: 372px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.home-wedding-image-grid img {
    width: 100%;
    height: 181px;
    object-fit: cover;
    border-radius: 8px;
}

.home-wedding-offer {
    position: absolute;
    top: 24px;
    left: 24px;
    padding: 10px 16px;
    border-radius: 999px;
    background: #e6aa12;
    color: #083f39;
    font-weight: 700;
}

.home-wedding-content {
    padding: 38px;
}

.home-wedding-content h2 {
    margin-bottom: 18px;
    font-size: 32px;
    line-height: 1.2;
}

.home-wedding-content p,
.home-wedding-points li {
    font-size: 15px;
    line-height: 1.65;
}

.home-wedding-points {
    margin: 22px 0;
    padding: 0;
    list-style: none;
}

.home-wedding-points li {
    margin-bottom: 10px;
    color: #314b47;
}

.home-wedding-points i {
    margin-right: 9px;
    color: #0b695d;
}

.home-wedding-price {
    display: flex;
    margin-bottom: 24px;
    flex-direction: column;
}

.home-wedding-price span {
    color: #667773;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.home-wedding-price strong {
    color: #083f39;
    font-size: 25px;
}

.home-wedding-price small {
    color: #7a8582;
}

.wedding-price-card {
    height: 100%;
    background: #083f39;
    color: #fff;
    padding: 38px;
    border-radius: 18px;
    box-shadow: 0 18px 45px rgba(8, 63, 57, 0.18);
}

.wedding-price-card .eyebrow {
    display: inline-block;
    margin-bottom: 12px;
    color: #e6c98b;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.wedding-price-card h2,
.wedding-price-card p {
    color: #fff;
}

.wedding-intro .section-title h2 {
    font-size: 36px;
}

.wedding-intro .section-title p,
.wedding-price-card p {
    font-size: 15px;
    line-height: 1.65;
}

.wedding-price-card .original-price {
    margin-bottom: 4px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 15px;
}

.wedding-price-card .offer-price {
    margin-bottom: 14px;
    color: #fff;
    font-size: clamp(30px, 4vw, 42px);
    line-height: 1;
}

.wedding-price-card .offer-badge {
    display: inline-block;
    margin-bottom: 22px;
    padding: 8px 14px;
    border-radius: 999px;
    background: #e6c98b;
    color: #083f39;
    font-weight: 700;
}

.wedding-feature-card {
    height: 100%;
    padding: 30px;
    border: 1px solid rgba(8, 63, 57, 0.12);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(15, 42, 38, 0.07);
}

.wedding-feature-card .feature-number {
    display: flex;
    width: 46px;
    height: 46px;
    margin-bottom: 18px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #083f39;
    color: #fff;
    font-weight: 700;
}

.wedding-feature-card h3 {
    margin-bottom: 12px;
    font-size: 21px;
}

.wedding-feature-card p,
.wedding-capacity-strip p {
    font-size: 15px;
    line-height: 1.65;
}

.wedding-capacity-strip h2 {
    font-size: 34px;
}

.wedding-capacity-strip {
    padding: 42px;
    border-radius: 18px;
    background: linear-gradient(135deg, #083f39, #0b5b51);
    color: #fff;
}

.wedding-capacity-strip h2,
.wedding-capacity-strip p {
    color: #fff;
}

@media (max-width: 767px) {
    .home-wedding-image {
        min-height: 300px;
    }

    .home-wedding-image-grid {
        min-height: 272px;
    }

    .home-wedding-image-grid img {
        height: 131px;
    }

    .home-wedding-content {
        padding: 26px 20px;
    }

    .home-wedding-content h2,
    .wedding-intro .section-title h2 {
        font-size: 27px;
    }

    .home-wedding-price strong {
        font-size: 23px;
    }

    .wedding-price-card,
    .wedding-capacity-strip {
        padding: 28px 22px;
    }

    .wedding-feature-card {
        padding: 24px;
    }
}

/* Image layout refinements */
.hero-simple {
    min-height: 680px;
    overflow: hidden;
    isolation: isolate;
}

.hero-simple::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(90deg, rgba(4, 34, 29, 0.6) 0%, rgba(4, 34, 29, 0.2) 52%, rgba(4, 34, 29, 0.55) 100%);
}

.hero-simple .container {
    position: relative;
    z-index: 2;
}

/* The hero must remain usable even when the scroll animation does not start. */
.hero-simple .wow {
    visibility: visible !important;
    opacity: 1 !important;
    transform: none !important;
    animation-name: none !important;
}

/* Keep page content visible if WOW initialization is delayed or unavailable. */
.wow {
    visibility: visible !important;
    opacity: 1 !important;
}

.hero-simple .hero-image-stack {
    width: 100%;
    max-width: 336px;
    gap: 12px;
}

.hero-simple .stack-row {
    gap: 12px;
}

.hero-simple .stack-card {
    width: 162px;
    height: 104px;
    padding: 5px;
    border-radius: 10px;
}

.hero-simple .stack-card img {
    border-radius: 6px;
    object-position: center;
}

.about-section-4 .about-img-single figure {
    aspect-ratio: 3 / 2;
    overflow: hidden;
    border-radius: 16px;
}

.about-section-4 .about-img-single figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.about-section-4 .row {
    align-items: stretch;
}

.about-section-4 .row > [class*="col-"] {
    display: flex;
}

.about-section-4 .about-image {
    width: 100%;
    height: auto;
    margin-right: 30px;
}

.about-section-4 .about-content {
    width: 100%;
}

.about-image-collage {
    display: grid;
    height: 100%;
    min-height: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: minmax(0, 1.35fr) minmax(0, 1fr);
    gap: 14px;
}

.about-image-collage figure {
    min-width: 0;
    min-height: 0;
    margin: 0;
    overflow: hidden;
    border-radius: 16px;
}

.about-image-collage .about-collage-main {
    grid-column: 1 / -1;
}

.about-image-collage img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.45s ease;
}

.about-image-collage figure:hover img {
    transform: scale(1.035);
}

.home-wedding-image-grid img {
    object-position: center 42%;
}

.gallery-section .photo-gallery {
    min-width: 0;
    height: auto;
}

.gallery-section .photo-gallery-image figure {
    aspect-ratio: 4 / 3;
    overflow: hidden;
}

.gallery-section .photo-gallery-image figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.gallery-section .photo-gallery-image img[src*="amegundi-fort-06"] {
    object-fit: contain;
    background: #0a2f2a;
}

.breadcrumb-section .breadcrumb-wapper {
    background-position: center 42%;
}

.breadcrumb-section .breadcrumb-wapper .breadcrumb-content {
    display: flex;
    min-height: 300px;
    padding: 70px 0 80px;
    flex-direction: column;
    justify-content: center;
}

@media (max-width: 991px) {
    .hero-simple {
        min-height: 0;
        padding: 360px 0 60px;
        background-size: 100% auto;
        background-position: top center;
        background-color: #083f39;
    }

    .hero-simple::before {
        background: linear-gradient(180deg, transparent 0, transparent 300px, rgba(8, 63, 57, 0.9) 360px, #083f39 500px);
    }

    .hero-simple .hero-image-stack {
        max-width: 100%;
        margin: 0 auto 28px;
        align-items: center;
    }

    .hero-simple .stack-row {
        justify-content: center;
    }

    .hero-simple .stack-card {
        width: min(42vw, 170px);
        height: 104px;
    }

    .hero-simple .booking-form-box {
        max-width: 520px;
        margin: 0 auto;
    }

    .about-section-4 .about-image {
        height: auto;
        margin-right: auto;
    }

    .about-image-collage {
        height: auto;
        min-height: 540px;
        grid-template-rows: 1.35fr 1fr;
    }
}

@media (max-width: 575px) {
    .hero-simple {
        padding-top: 270px;
        padding-bottom: 36px;
    }

    .hero-simple::before {
        background: linear-gradient(180deg, transparent 0, transparent 210px, rgba(8, 63, 57, 0.92) 280px, #083f39 410px);
    }

    .hero-simple .hero-image-stack {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        gap: 10px;
    }

    .hero-simple .stack-row {
        gap: 10px;
    }

    .hero-simple .stack-card {
        width: min(43vw, 166px);
        height: 92px;
    }

    .breadcrumb-section .breadcrumb-wapper .breadcrumb-content {
        min-height: 230px;
        padding: 44px 0 58px;
    }

    .home-wedding-image-grid img {
        height: auto;
        aspect-ratio: 4 / 3;
    }

    .about-image-collage {
        min-height: 430px;
        gap: 8px;
    }

    .about-image-collage figure {
        border-radius: 10px;
    }
}

/* Homepage facilities */
.facilities-section-2 {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 8% 15%, rgba(230, 201, 139, 0.12), transparent 24%),
        radial-gradient(circle at 92% 85%, rgba(255, 255, 255, 0.07), transparent 26%),
        linear-gradient(145deg, #063f37 0%, #084c42 52%, #063a33 100%);
}

.facilities-section-2 .facilities-wapper {
    position: relative;
    z-index: 1;
}

.facilities-section-2 .section-title {
    margin-bottom: 42px;
}

.facilities-section-2 .section-title .sub-title {
    color: #e6c98b;
}

.facilities-section-2 .section-title h2 {
    margin-bottom: 12px;
}

.facilities-section-2 .facilities-intro {
    max-width: 610px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.76);
    font-size: 15px;
    line-height: 1.7;
}

.facilities-section-2 .facilities-wapper .row > [class*="col-"] {
    display: flex;
}

.facilities-section-2 .facilities-wapper .facilities-item {
    width: 100%;
    min-height: 225px;
    margin-bottom: 24px;
    padding: 28px 18px 25px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.075);
    box-shadow: 0 14px 35px rgba(0, 24, 20, 0.17);
    backdrop-filter: blur(5px);
    transition: transform 0.35s ease, border-color 0.35s ease, background-color 0.35s ease, box-shadow 0.35s ease;
}

.facilities-section-2 .facilities-wapper .facilities-item .facilities-icon {
    width: 112px;
    height: 112px;
    margin: 0 auto 22px;
    border: 5px solid rgba(230, 201, 139, 0.2);
    border-radius: 50%;
    background: #f4f8f6;
    box-shadow: 0 10px 24px rgba(0, 28, 23, 0.2);
    transition: transform 0.35s ease, border-color 0.35s ease, background-color 0.35s ease;
}

.facilities-section-2 .facilities-wapper .facilities-item .facilities-icon figure img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.facilities-section-2 .facilities-wapper .facilities-item .facilities-content .facilities-title {
    margin: 0;
    color: #fff;
    font-size: 20px;
    line-height: 1.35;
    letter-spacing: 0.01em;
}

.facilities-section-2 .facilities-wapper .facilities-item:hover {
    transform: translateY(-8px);
    border-color: rgba(230, 201, 139, 0.55);
    background: rgba(255, 255, 255, 0.13);
    box-shadow: 0 20px 40px rgba(0, 24, 20, 0.28);
}

.facilities-section-2 .facilities-wapper .facilities-item:hover .facilities-icon {
    transform: scale(1.06);
    border-color: rgba(230, 201, 139, 0.65);
    background: #fff;
}

.facilities-section-2 .facilities-wapper .facilities-item:hover .facilities-icon figure {
    transform: none;
}

/* Homepage section color rhythm */
.wedding-intro-section { background: #ffffff; }
.wedding-story-section { background: #f7f3e9; }
.wedding-fort-section { background: #ffffff; }
.wedding-journey-section { background: #edf4f1; }
.wedding-waterfall-section { background: #ffffff; }
.wedding-usp-section { background: #f7f3e9; }
.wedding-plan-section { background: #ffffff; }

/* Editorial wedding FAQ */
.wedding-faq-section {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 88% 12%, rgba(224, 165, 22, .16), transparent 25%),
        linear-gradient(145deg, #043f36, #062f29) !important;
}

.wedding-faq-layout {
    display: grid;
    grid-template-columns: minmax(300px, .82fr) minmax(0, 1.18fr);
    gap: clamp(38px, 6vw, 88px);
    align-items: stretch;
}

.wedding-faq-visual {
    position: relative;
    min-height: 680px;
    overflow: hidden;
    border-radius: 28px;
    box-shadow: 0 26px 65px rgba(0, 20, 17, .32);
}

.wedding-faq-visual > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wedding-faq-visual-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 32%, rgba(2, 30, 25, .92) 100%);
}

.wedding-faq-visual-copy {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    padding: 38px;
}

.wedding-faq-visual-copy span {
    display: block;
    margin-bottom: 10px;
    color: var(--wedding-gold);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.wedding-faq-visual-copy h3 {
    margin-bottom: 22px;
    color: #fff;
    font-size: 27px !important;
    line-height: 1.2 !important;
}

.wedding-faq-visual-copy a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    border-bottom: 2px solid var(--wedding-gold);
}

.wedding-faq-content {
    align-self: center;
}

.wedding-faq-heading {
    max-width: 650px;
    margin-bottom: 32px;
}

.wedding-faq-heading .wedding-eyebrow {
    color: var(--wedding-gold);
}

.wedding-faq-heading h2 {
    margin: 12px 0 14px;
    color: #fff;
    font-size: clamp(32px, 3.1vw, 44px) !important;
    line-height: 1.13 !important;
}

.wedding-faq-heading p {
    max-width: 570px;
    margin: 0;
    color: rgba(255, 255, 255, .72);
    font-size: 15px;
}

.wedding-faq-section .wedding-faq-accordion .accordion-item {
    margin-bottom: 12px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 13px;
    background: rgba(255, 255, 255, .07);
    box-shadow: none;
    backdrop-filter: blur(7px);
}

.wedding-faq-section .wedding-faq-accordion .accordion-button {
    min-height: 68px;
    padding: 17px 58px 17px 20px;
    color: #fff;
    background: transparent;
    font-family: var(--heading-font, Georgia, serif);
    font-size: 16px !important;
    text-transform: none;
}

.wedding-faq-section .wedding-faq-accordion .accordion-button:not(.collapsed) {
    color: #062f29;
    background: var(--wedding-gold);
}

.wedding-faq-section .wedding-faq-accordion .accordion-button::after {
    filter: brightness(0) invert(1);
}

.wedding-faq-section .wedding-faq-accordion .accordion-button:not(.collapsed)::after {
    filter: none;
}

.wedding-faq-section .wedding-faq-accordion .accordion-body {
    padding: 3px 20px 20px;
}

.wedding-faq-section .wedding-faq-accordion .accordion-body p {
    color: rgba(255, 255, 255, .78);
    font-size: 14px;
    line-height: 1.7;
}

@media (max-width: 991px) {
    .wedding-faq-layout {
        grid-template-columns: 1fr;
    }

    .wedding-faq-visual {
        min-height: 470px;
    }
}

@media (max-width: 767px) {
    .wedding-faq-layout { gap: 32px; }
    .wedding-faq-visual { min-height: 390px; border-radius: 20px; }
    .wedding-faq-visual-copy { padding: 26px; }
    .wedding-faq-visual-copy h3 { font-size: 23px !important; }
    .wedding-faq-heading h2 { font-size: 30px !important; }
    .wedding-faq-section .wedding-faq-accordion .accordion-button { min-height: 62px; font-size: 15px !important; }
}

@media (max-width: 767px) {
    .facilities-section-2 .section-title {
        margin-bottom: 30px;
    }

    .facilities-section-2 .facilities-intro {
        padding: 0 12px;
        font-size: 14px;
    }

    .facilities-section-2 .facilities-wapper .facilities-item {
        min-height: 180px;
        padding: 22px 10px 20px;
        border-radius: 18px;
    }

    .facilities-section-2 .facilities-wapper .facilities-item .facilities-icon {
        width: 88px;
        height: 88px;
        margin-bottom: 17px;
        border-width: 4px;
    }

    .facilities-section-2 .facilities-wapper .facilities-item .facilities-icon figure img {
        width: 48px;
        height: 48px;
    }

    .facilities-section-2 .facilities-wapper .facilities-item .facilities-content .facilities-title {
        font-size: 16px;
    }
}
