/* ============================================================
   FONTS
   ============================================================ */

@font-face {
    font-family: justsans;
    src: url("../fonts/JUST\ Sans\ Regular.woff") format('woff');
}


/* ============================================================
   BASE
   ============================================================ */

body {
    font-family: "justsans", sans-serif;
    font-weight: 400;
}

h1 {
    font-family: "ivyora-display", sans-serif;
    font-weight: 600;
    font-size: 5rem;
}

h3 {
    font-family: 'ivyora-display';
    font-size: 25px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #000;
    margin-top: 0;
    margin-bottom: 0;
}

p {
    font-size: 15px;
    letter-spacing: 1px;
    margin-bottom: 0;
}


/* ============================================================
   LAYOUT UTILITIES
   ============================================================ */

.wf-layout-layout {
    display: block;
}


/* ============================================================
   NAVIGATION
   ============================================================ */

.progress-nav__logo {
    margin-top: 30px;
}

.progress-nav__btn-text {
    font-weight: 400;
}


/* ============================================================
   HERO SECTION
   ============================================================ */

.section_hero {
    background: #af8382;
    background-position: 50%;
    background-attachment: fixed;
    height: 100vh;
    padding: 0 !important;
    position: relative;
}

.hero-container {
    background-image: none;
    background-size: cover;
    border-radius: 0 !important;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: clip;
}

.hero-content-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: 0;
}

.hero-h1-span {
    color: #af8382;
}

.btn-bounce {
    margin-top: 30px;
}


/* ============================================================
   ABOUT SECTION
   ============================================================ */

.section_about {
    background-image: url('../partten04.jpg.jpeg');
    background-color: var(--color--dark-green);
    padding-top: 3.5em;
    padding-bottom: 7.5em;
    position: relative;
    overflow: clip;
}

.about-item {
    align-items: center;
    width: 100%;
    background-color: transparent;
    position: relative;
    color: #fff;
    font-family: 'ivyora-display';
    text-align: center;
}

.about-text-wrap {
    width: 75%;
    margin: 0 auto;
    line-height: 2.2rem;
    padding-top: 30px;
}

.about-p {
    font-family: 'justsans';
    font-size: 16px;
    letter-spacing: 0.5px;
}


/* ============================================================
   ACTIVITIES SECTION
   ============================================================ */

.section_activities {
    background-image: url('../partten04.jpg.jpeg');
    padding-top: 0;
}

.activities-item {
    background-color: var(--color--white);
    border-radius: .75em;
    justify-content: space-between;
    align-items: center;
    padding: 3.125em;
    display: flex;
    position: sticky;
    top: 10%;
    overflow: clip;
    height: 65vh;
}

.activities-img {
    width: 100%;
}

.activities-content-wrap {
    font-family: "justsans", sans-serif;
}

.activities-content {
    width: 27.75em;
    font-size: 18px;
}

.activities-h2 {
    font-family: "ivyora-display", sans-serif;
    font-weight: 600;
    font-size: 40px;
}

h2.activities-h2.gallery-h2 {
    color: #af8382;
}

.activities-bg.is--orange {
    background-color: none;
}


/* ============================================================
   ANNIVERSARY SECTION
   ============================================================ */

.section_aniv {
    background-image: url("../patterb\ pg.jpg");
}

.aniv-container-h2 {
    background-color: var(--color--white);
    width: 100%;
    height: 100%;
    padding-top: 9.375em;
    position: relative;
    overflow: clip;
}

.aniv-steps-heading {
    grid-row-gap: 2em;
    flex-flow: column;
    width: 50%;
    display: flex;
    position: sticky;
    top: 7.5em;
}

.aniv-step-text-wrap {
    width: 24.375em;
    margin-top: 0;
    font-family: 'justsans';
}

.aniv-step-text {
    font-size: 15px;
    letter-spacing: 0;
}

.aniv-number {
    font-family: 'ivyora-display';
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    color: #af8382;
}


/* ============================================================
   FAQS SECTION
   ============================================================ */

.section_faqs {
    background-color: transparent;
    background-image: url("../partten04.jpg.jpeg");
    background-repeat: repeat-y;
    background-size: 100%;
    padding-top: 8.75em;
    padding-bottom: 11.25em;
    position: relative;
}

.faqs-h2 {
    font-family: 'ivyora-display';
    font-size: 40px;
    font-weight: 600;
    line-height: 1.1;
}

.accordion-css {
    max-width: 39.5em;
    margin-top: 2em;
    position: relative;
    color: #ffffff;
}

.accordion-css__item-h3 {
    font-family: 'ivyora-display';
    font-size: 16px;
    color: #fff;
    letter-spacing: 1px;
}


/* ============================================================
   SHARED / UTILITY COMPONENTS
   ============================================================ */

.eyebrow {
    z-index: 1;
    background-color: #E5E2E1;
    border-radius: .375em;
    padding: .3125em .5em;
    display: inline-block;
    position: relative;
    color: #000;
    font-family: 'ivyora-display';
}

.span-green {
    color: #af8382;
}

.justiy {
    font-family: 'ivyora-display';
    font-size: 16px;
    color: #000;
}

.btn-bounce-bg.is--green {
    background-color: #af8382;
}


/* ============================================================
   FOOTER
   ============================================================ */

footer {
    background: var(--bg);
    border-top: 1px solid var(--border);
    padding: 56px 60px 0;
}

.footer {
    font-family: 'ivyora-display';
}

.footer-wrap {
    justify-content: space-between;
    align-items: center;
    display: flex;
    color: #000 !important;
}

.footer-link-btn-text {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-size: .75em;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 1px;
    text-transform: capitalize;
    white-space: nowrap;
}

.footer-contact-wrap {
    width: 20em;
    font-size: 16px;
    letter-spacing: 1px;
}

.footer-contact-link {
    font-size: 16px;
    letter-spacing: 1px;
    color: #000;
}

.footer-contact-text {
    letter-spacing: 1px;
}

/* Footer grid */
.ft-grid {
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    gap: 48px;
    padding-bottom: 48px;
}

.ft-grid section h4 {
    font-family: var(--display);
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--text);
    margin-bottom: 18px;
}

.ft-grid section dt {
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--label);
    margin-bottom: 3px;
}

.ft-grid section dd {
    font-size: 0.88rem;
    line-height: 1.5;
    color: var(--muted);
    margin-bottom: 16px;
}

.ft-grid section dd a {
    color: var(--muted);
    text-decoration: none;
    transition: color 0.2s;
}

.ft-grid section dd a:hover {
    color: var(--accent);
}

.ft-grid section p {
    font-size: 0.88rem;
    line-height: 1.6;
    color: var(--muted);
    margin-bottom: 24px;
    max-width: 260px;
}

.ft-grid section nav {
    display: flex;
    gap: 12px;
    align-items: center;
}

.ft-grid section nav a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 1.5px solid var(--border);
    border-radius: 50%;
    color: var(--muted);
    text-decoration: none;
    transition: border-color 0.2s, color 0.2s, background 0.2s;
}

.ft-grid section nav a:hover {
    border-color: var(--accent);
    color: var(--accent);
    background: #fff5f0;
}

.ft-grid section nav a svg {
    width: 15px;
    height: 15px;
    fill: currentColor;
}

/* Footer logo block */
.ft-logo {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
}

.ft-logo strong {
    font-family: var(--display);
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.15;
    text-align: right;
    color: var(--text);
}

.ft-logo strong em {
    font-style: normal;
    color: var(--accent);
}

.ft-logo i {
    display: flex;
    gap: 4px;
    margin-top: 6px;
    justify-content: flex-end;
}

.ft-logo i b {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 2px;
    background: var(--accent);
}

.ft-logo i b:nth-child(2) { opacity: 0.65; }
.ft-logo i b:nth-child(3) { opacity: 0.35; }

/* Footer bottom bar */
.ft-bar {
    border-top: 1px solid var(--border);
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.ft-bar small {
    font-size: 0.78rem;
    letter-spacing: 0.01em;
    color: var(--label);
    padding: 18px 0;
}

.ft-bar span {
    width: 340px;
    min-height: 52px;
    background: var(--accent);
    border-radius: 6px 6px 0 0;
    flex-shrink: 0;
}


/* ============================================================
   RESPONSIVE — TABLET (max-width: 991px)
   ============================================================ */

@media screen and (max-width: 991px) {
    .hero-container {
        border-radius: 0;
        padding-left: 0;
        padding-right: 0;
    }
}


/* ============================================================
   RESPONSIVE — FOOTER BREAKPOINT (max-width: 900px)
   ============================================================ */

@media (max-width: 900px) {
    footer {
        padding: 44px 36px 0;
    }

    .ft-grid {
        grid-template-columns: 1fr 1fr;
        gap: 32px;
    }

    .ft-logo {
        grid-column: span 2;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .ft-logo i {
        margin-top: 0;
        margin-left: 12px;
    }

    .ft-bar span {
        width: 220px;
    }
}


/* ============================================================
   RESPONSIVE — MOBILE (max-width: 767px)
   ============================================================ */

@media screen and (max-width: 768px) {
        .progress-nav {
        z-index: 900;
        width: 100%;
        padding: 15px 1.25em;
        position: fixed;
        background: #674041;
        left: 0;
    }

    .progress-nav__logo {
        margin-top: 0;
    }

    .nav-link {
        justify-content: flex-start;
        align-items: center;
        height: auto;
        padding-top: .75em;
        padding-bottom: .75em;
        padding-left: 0;
        font-size: 12px;
        border-bottom: 1px solid #223c3633;
    }

    .hero-video {
        height: 100%;
        object-fit: scale-down;
    }

    .section_hero {
        height: 75vh;
    }

    .about-item {
        padding: 0;
    }

    .about-text-wrap {
        width: 100%;
    }

    p {
        font-size: 11px;
        letter-spacing: 1px;
        margin-bottom: 0;
    }

    p.about-p {
        font-size: 13px;
        line-height: 20px;
    }

    .activities-h2 {
        font-size: 22px !important;
    }

    .activities-item {
        justify-content: flex-end;
    }

    .activities-item.is--one,
    .activities-item.is--two,
    .activities-item.is--three {
        z-index: 1;
        background-color: #fff !important;
        padding: 20px;
        text-align: center;
    }

    .activities-content {
        width: 100%;
        font-size: 12px;
    }

    .activities-content-wrap {
        position: relative;
        top: 1%;
    }

    .aniv-container-h2 {
        padding-top: 45px;
    }

    .aniv-container {
        padding-bottom: 6.25em;
    }

    .aniv-steps-heading {
        width: 100%;
        position: static !important;
    }

    h3 {
        font-size: 13px !important;
        letter-spacing: 1px;
    }

    .section_faqs {
        padding-top: 1.75em !important;
    }

    .button-group {
        grid-column-gap: .625em;
        grid-row-gap: .625em;
        flex-flow: wrap;
        justify-content: center;
        align-items: center;
        display: flex;
    }
    .footer-contact-wrap {
   
    font-size: 13px;
  
}
    .footer-contact-link {
        font-size: 13px !important;
    }
    .aniv-step-text {
    font-size: 13px;
    letter-spacing: 0;
}
.aniv-steps-wrap {
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 1em;
    display: flex;
    position: relative;
}
}


/* ============================================================
   RESPONSIVE — SMALL MOBILE (max-width: 600px)
   ============================================================ */

@media (max-width: 600px) {
    footer {
        padding: 36px 20px 0;
    }

    .ft-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .ft-logo {
        grid-column: span 1;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .ft-bar {
        flex-direction: column;
        align-items: flex-start;
    }

    .ft-bar small {
        padding-bottom: 12px;
    }

    .ft-bar span {
        width: 100%;
        min-height: 36px;
        border-radius: 6px 6px 0 0;
    }
}
@media screen and (max-width: 991px) {
    .nav-link-text {
        font-family: 'ivyora-display';
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 1px;
    }
}
@media screen and (max-width: 768px) {
    .nav-link {
        justify-content: center;
        align-items: center;
        height: auto;
        padding-top: .75em;
        padding-bottom: .75em;
        padding-left: 0;
        font-size: 12px;
        border-bottom: 1px solid #223c3633;
        display: flex;
        color: #000;
    }
    .btn-bounce-text {
    z-index: 1;
    text-transform: uppercase;
    font-size: .75em;
    line-height: 1.3;
    display: block;
    position: relative;
    text-align: center;
}
}
@media screen and (max-width: 767px) {
    .hero-h1 {
        font-size: 35px;
        line-height: 1.2;
        letter-spacing: 1px;
    }
}
@media screen and (max-width: 767px) {
    .section_faqs {
  
        background-repeat: repeat;
        background-size: auto;
        padding-top: 5.625em;
        padding-bottom: 5.625em!important;
    }
}
@media screen and (max-width: 767px) {
    .activities-bg {
        background-color: var(--color--white);
        border-radius: .75em;
        width: 100%;
        height: 100% !important;
        inset: 0% 0% auto;
    }
}
@media screen and (max-width: 767px) {
    .activities-img {
        object-fit: cover;
        width: 18.75em;
        height: 50%;
    }
}