@font-face {
    font-family: justsans;
    src: url("../fonts/JUST\ Sans\ Regular.woff") format('woff');
   
}
body{
    font-family: "justsans",sans-serif;
    font-weight: 400;
}

.hero-content-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: 0;

}

h1 {
    font-family: "scotch-display", sans-serif;
    font-weight: 600;
    font-size: 6rem;
}

.section_hero {
    background: #664242;
    background-position: 50%;
    background-attachment: fixed;
    height: 100vh;
    padding: 0 !important;
    position: relative;
}

.progress-nav__logo {
    margin-top: 30px;
}
.progress-nav__btn-text{
    font-weight: 400;
}
.btn-bounce{
    margin-top: 30px;
}
.hero-h1-span {
    color: #945727;
}
.section_about{
    background-image: url('../Green\ bg.jpg');
}
/* .about-item{
    background-image: url('../bg1.jpg');
} */
.section_activities{
    background-image: url('../Green\ bg.jpg');
}
.wf-layout-layout {
    display: block;
}
.about-item {
   
    align-items: center;
    width: 100%;
       background-color: transparent;
    position: relative;
    color: #fff;
    font-family: 'scotch-display';
    text-align: center;
}
.about-text-wrap {
    width: 75%;
    margin: 0 auto;
    line-height: 2.2rem;
    padding-top: 30px;
}
.section_about {
    background-color: var(--color--dark-green);
    padding-top: 3.5em;
    padding-bottom: 7.5em;
    position: relative;
    overflow: clip;
}
.activities-bg.is--orange{
    background-color:none;
}
.activities-img {
   
    width: 100%;
    
}
.activities-content-wrap{
    font-family: "justsans", sans-serif;
}
p {
    letter-spacing: 1px;
    margin-bottom: 0;
}
.activities-content {
    width: 27.75em;
    font-size: 18px;
}
.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;
}
.section_aniv {
    background-image: url("../patterb\ pg.jpg");
    }

.eyebrow {
    z-index: 1;
    background-color: #E5E2E1;
    border-radius: .375em;
    padding: .3125em .5em;
    display: inline-block;
    position: relative;
    color: #000;
    font-family: 'scotch-display';
}
.about-p {
    font-size: 1.125em;
    font-family: 'justsans';
    letter-spacing: 0.5px;
}
.section_activities{
    padding-top: 0;
}
.activities-h2 {
    font-family: "scotch-display", sans-serif;
    font-weight: 600;
    font-size: 4rem;
}
h2.activities-h2.gallery-h2 {
    color: #945727;
}
.span-green {
    color: #945727;
}
.aniv-container-h2{
    background-color: var(--color--white);
    width: 100%;
    height: 100%;
    padding-top: 9.375em;
    
    position: relative;
    overflow: clip;
}
h3 {
    letter-spacing: 0;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'scotch-display';
    font-size: 46px;
    font-weight: 500;
    line-height: 1.3;
    color: #000;
}
.aniv-steps-heading {
    grid-row-gap: 2em;
    flex-flow: column;
    width: 50%;
    display: flex;
    position: sticky;
    top: 7.5em;
}
.aniv-step-text {
    font-size: .875em;
    letter-spacing: 0;
}
.aniv-step-text-wrap {
    width: 24.375em;
    margin-top: 0;
    font-family: 'justsans';
}
.justiy{
    font-family: 'scotch-display';
    font-size: 20px;
    color: #000;
}
.aniv-number {
    color: #696229;
    font-family: 'scotch-display';
    font-size: 2.25em;
    font-weight: 600;
    line-height: 1;
}
.hero-container {
    background-image: none;
    background-size: cover;
    border-radius: 0 !important;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: clip;
}
@media screen and (max-width: 991px) {
    .hero-container {
        border-radius: 0;
        padding-left: 0;
        padding-right: 0;
    }
}
@media screen and (max-width: 767px) {
    .about-item {
        padding: 0;
    }
        .activities-h2 {
        font-size: 2.5em !important;
    }
    p.about-p {
    font-size: 13px;
    line-height: 18px;
}
    .activities-item.is--one {
        z-index: 1;
        background-color: #fff;
        padding: 20px;
        text-align: center;
    }
    .activities-content {
    width: 100%;
    font-size: 12px;
}

.activities-item{
    justify-content: flex-end;
}
    .activities-item.is--two {
        z-index: 1;
         background-color: #fff!important;
         padding: 20px;
        text-align: center;
    }
        .activities-item.is--three {
        z-index: 1;
        background-color: #fff!important;
        padding: 20px;
        text-align: center;
    }
    .activities-content-wrap {
    
    position: relative;
    top: 1%;
}
.button-group {
    grid-column-gap: .625em;
    grid-row-gap: .625em;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
}
p {
    letter-spacing: 1px;
    margin-bottom: 0;
}
.aniv-steps-heading {
    WIDTH: 100%;
    position: static !important;
}
  h3 {
        font-size: 16px !important;
                letter-spacing: 1px;
    }
.about-text-wrap {
    width: 100%;
}

}
 footer {
      background: var(--bg);
      border-top: 1px solid var(--border);
      padding: 56px 60px 0;
    }

    .ft-grid {
      display: grid;
      grid-template-columns: 1fr 1fr auto;
      gap: 48px;
      padding-bottom: 48px;
    }

    /* Section headings */
    .ft-grid section h4 {
      font-family: var(--display);
      font-size: 1.05rem;
      font-weight: 700;
      color: var(--text);
      margin-bottom: 18px;
      letter-spacing: -0.02em;
    }

    /* Contact items */
    .ft-grid section dt {
      font-size: 0.7rem;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.08em;
      color: var(--label);
      margin-bottom: 3px;
    }

    .ft-grid section dd {
      font-size: 0.88rem;
      color: var(--muted);
      line-height: 1.5;
      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); }

    /* Location address */
    .ft-grid section p {
      font-size: 0.88rem;
      color: var(--muted);
      line-height: 1.6;
      margin-bottom: 24px;
      max-width: 260px;
    }

    /* Social icons */
    .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;
    }

    /* 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;
      color: var(--text);
      letter-spacing: -0.03em;
      line-height: 1.15;
      text-align: right;
    }

    .ft-logo strong em {
      color: var(--accent);
      font-style: normal;
    }

    .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; }

    /* ── 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;
      color: var(--label);
      padding: 18px 0;
      letter-spacing: 0.01em;
    }

    .ft-bar span {
      width: 340px;
      background: var(--accent);
      min-height: 52px;
      border-radius: 6px 6px 0 0;
      flex-shrink: 0;
    }

    /* ── RESPONSIVE ── */
    @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; }
    }

    @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;
      }
    }
    .section_faqs {
    background-color: transparent;
    background-image: url("../Green\ bg.jpg");
    background-repeat: repeat-y;
    background-size: 100%;
    padding-top: 8.75em;
    padding-bottom: 11.25em;
    position: relative;
}
.accordion-css {
    
    max-width: 39.5em;
    margin-top: 2em;
    position: relative;
    color: #ffffff;
}
.accordion-css__item-h3{
    color: #fff;
    font-family: 'scotch-display';
    font-size: 1.2em;
}
.footer {
 
    font-family: 'scotch-display';
}
.footer-link-btn-text {
    text-transform: uppercase;
    white-space: nowrap;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-size: .75em;
    font-weight: 400;
    line-height: 1.3;
    display: flex;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.footer-contact-link {
    font-size: 16px;
    letter-spacing: 1px;
}
.footer-contact-wrap {
    width: 20em;
    font-size: 16px;
    letter-spacing: 1px;
}
.footer-contact-text {
    
    letter-spacing: 1px;
}
.footer-wrap {
    justify-content: space-between;
    align-items: center;
    display: flex;
}
@media screen and (max-width: 767px) {
    .progress-nav {
        padding-left: 1.25em;
        padding-right: 1.25em;
        background: #945727;
    }
    

}
.faqs-h2 {
    font-size: 4em;
    line-height: 1.1;
    font-family: 'scotch-display';
    font-weight: 600;
}
.modal__h2 {
    color: #000;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2.5em;
    font-weight: 600;
    line-height: 1.175;
    font-family: 'scotch-display';
}
.modal-p {
    font-size: .875em;
    font-weight: 400;
    letter-spacing: 1px;
}
.form-wrap {
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
    font-family: 'scotch-display';
    color: #000;
}
.footer-wrap {
    justify-content: space-between;
    align-items: center;
    display: flex;
    color: #000 !important;
}
.footer-contact-link {
    font-size: 16px;
    letter-spacing: 1px;
    color: #000;
}
.btn-bounce-bg.is--green {
    background-color: #945727 ;
}