/* Import the fonts */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&family=Raleway:wght@400;700&display=swap');

/* Apply Raleway to all headings */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Raleway', sans-serif;
  color: #0f3d16;
}

h2{
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 25px;
}

h3{
  font-size: 1.1rem;
  font-weight: 700;
}

/* Apply Open Sans to everything else */
body, p, a, li, span, input, textarea, button {
  font-family: 'Open Sans', sans-serif;
}

.btn-primary{
  border: 1px solid #0f3d16;
  background-color: #0f3d16;
}

a{
  color: #0f3d16;
}

.btn-primary {
  white-space: nowrap;
}

.project_media img{
  border: 10px solid #0f3d16;
  border-radius: 15px;
}

.equations{
  padding: 50px 0;
  text-align: center;
}

.blog-item img{
  width: 100%;
  height: 300px;
  object-fit: cover;
  margin-bottom: 15px;
}

.blog-item{
  text-align: center;
  margin-bottom: 50px;
}

.blog-item a{text-decoration: none;}

.blog-item .archive_content{
  color: #212529;
}

.wp-block-columns h3{
  margin-top: 25px;
}

/* Container for the three cards (Flexbox for layout) */
.landesign-cards-container {
    display: flex;
    justify-content: center; /* Center the cards horizontally */
    flex-wrap: wrap; /* Allow wrapping on smaller screens */
    gap: 20px; /* Space between cards */
    padding: 20px 0;
}

/* Individual Card Styling */
.landesign-card {
    /* Base card size and structure */
    width: 280px; /* Increased size slightly for better readability */
    padding: 30px 20px;
    background-color: white;
    text-align: center;
    
    /* Border and Corner Styling (Matching the screenshot) */
    border: 1px solid #d4e0d4; /* Light green border */
    border-radius: 10px; /* Rounded corners */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.03); /* Subtle shadow for depth */
}

/* Large Calculated Number */
.landesign-card .card-number {
    font-size: 3.5em;
    font-weight: 700; /* Bold */
    color: #333;
    margin-bottom: 10px;
}

/* Description/Title Text */
.landesign-card .card-title {
    font-size: 1em;
    color: #555;
    margin-bottom: 20px;
    line-height: 1.3;
}

/* Equation/Rate Text */
.landesign-card .card-equation {
    font-size: 0.9em;
    color: #888;
    padding-top: 10px; 
    /* Subtle line separator for visual division */
    border-top: 1px solid #f0f0f0; 
    line-height: 1.2;
}

/* Responsive adjustment for smaller screens */
@media (max-width: 600px) {
    .landesign-cards-container {
        flex-direction: column; /* Stack cards vertically */
        align-items: center;
    }
    .landesign-card {
        width: 100%; /* Full width on small screens */
        max-width: 300px; /* Limit max width */
    }
}


.hero_slider_wrap { position: relative; width: 100%; overflow: hidden; margin-bottom: 25px;}
.hero_slider { width: 100%; }

.hero_slide {
  position: relative;
  height: calc(100vh - 100px);
  min-height: 520px;
  overflow: hidden;
}

.hero_slide_img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  z-index: 1;
}

.hero_overlay { position: absolute; inset: 0; background: rgba(0,0,0,.45); z-index: 2; }

.hero_content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2rem;
  color: #fff;
  z-index: 3;
}

.hero_caption{
  color: #fff;
  text-shadow: 2px 2px #333;
  font-weight: 700;
  font-size: 50px;
}

.hero_intro{
  margin-bottom: 25px;
  text-shadow: 2px 2px #333;
  font-size: 25px;
}

.slick-prev:before, .slick-next:before{
  font-size: 30px;
}

.tr_head{
  text-align: center;
}

.project-wrapper{
  position: relative;
  border: 1px solid #fff;
  padding: 50px;
}

.project-slider{
  padding: 0 50px;
}

.project-wrapper .slick-prev{
  left: 15px;
}

.project-wrapper .slick-next{
  right: 20px;
}

.project-wrapper h2, .project-wrapper p{
  text-align: center;
  color: #fff;
}

/* Basic styling for the slide items */
.project-slide-item {
    padding: 0 10px; /* Add some padding/margin around the slides */
}

/* Fix for slick.js image sizing issues */
.project-slide-item .project_thumb img {
    width: 100%;
    height: auto;
}

/* Adjustments for the default Slick arrows/dots if needed */
/* .slick-prev, .slick-next, .slick-dots { ... } */

.slick-dots{
  bottom:20px;
}

.slick-dots li button:before{
  font-size: 14px;
}

.wp-block-group {
  padding: 50px 0;
  position: relative;
}

.page-content{
  overflow: hidden;
}

/* The stretched background layer */
.wp-block-group::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: calc(50% - 50vw);
  right: calc(50% - 50vw);
  background: var(--group-bg, transparent);
}

/* Keep actual content above the pseudo-element */
.wp-block-group > * {
  position: relative;
  z-index: 1;
}

.ts-prev, .ts-next {
    display: block !important;
    z-index: 99;
}

.tr-prev, .tr-next{
  background-color: #fff !important;
}

/* Force hide dots if they are coming from a different stylesheet */
.slick-dots {
    display: none !important;
}

.testimonials-slider { position: relative; }
.ts-title { text-align: center; margin-bottom: 1.75rem; }

.ts-track .slick-list { overflow: visible; }
.ts-item { text-align: center; padding: 1.5rem 1.25rem; max-width: 560px; margin: 0 auto; }

.ts-avatar-wrap { display: grid; place-items: center; margin-bottom: 1rem; }
.ts-avatar { width: 200px; height: 100px; object-fit: contain;  }
.ts-avatar--placeholder { display: inline-block; }

.ts-quote p { font-size: 1rem; line-height: 1.7; color: #2a2a2a; margin: 0 0 .875rem; }
.ts-footer { display: grid; gap: .25rem; justify-items: center; }
.ts-name { font-weight: 700; }
.ts-role { font-size: .9rem; color: #6a6a6a; }
.ts-rating { font-size: .95rem; letter-spacing: .05em; color: #3c6c44; }

/* outside arrows */
.ts-arrow { position: absolute; top: 50%; transform: translateY(-50%); width: 36px; height: 36px; border-radius: 999px; border: 1px solid #3c6c44; background: transparent; cursor: pointer; }
.ts-prev { left: .5rem; }
.ts-next { right: .5rem; }
.ts-arrow:before { content: ""; display: block; width: 10px; height: 10px; border-top: 2px solid #3c6c44; border-right: 2px solid #3c6c44; margin: 0 5px; transform: rotate(-135deg); }
.ts-next:before { transform: rotate(45deg); }
.ts-arrow:focus { outline: 2px solid #183421; outline-offset: 2px; }

/* dots under track */
.ts-dots { display: grid; place-items: center; margin-top: 1rem; }
.ts-dots .slick-dots { display: flex !important; gap: .5rem; }
.ts-dots .slick-dots li { margin: 0; }
.ts-dots .slick-dots button { width: 8px; height: 8px; border-radius: 999px; border: 0; background: #cfd7cf; text-indent: -9999px; }
.ts-dots .slick-dots .slick-active button { background: #3c6c44; }

.ts-prev.ts-arrow:before{
  margin: 0 8px;
}

/* spacing on large screens so two items feel airy */
@media (min-width: 1024px) {
  .ts-item { padding: 2rem 2.5rem; }
  .ts-prev { left: -1.25rem; }
  .ts-next { right: -1.25rem; }
}

/* keep everything inside the container */
.testimonials-slider .slick-list { overflow: hidden; }

/* undo global carousel overrides that cause extra columns */
.testimonials-slider .slick-track { display: flex !important; flex-wrap: nowrap !important; }
.testimonials-slider .slick-slide { float: none !important; height: auto; }

/* optional: give the inner track a max width so arrows do not feel outside */
.testimonials-slider .ts-track { max-width: var(--wp--style--wide-size, 1200px); margin: 0 auto; }

.wp-block-button__link{
  padding: 5px 15px !important;
}

.footer-last{
  text-align: right;
}

.footer{
  background-color: #eefaed;
  padding: 25px 0;

  color: #0f3d16;
}

.social{
  list-style: none;
  margin: 0;
  padding: 0;
}

.social li{
  display: inline-block;
  margin-left: 5px;
  font-size: 20px;
}

.footer-menu{
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-menu li{
  display: inline-block;
  margin-right: 10px;
}

.footer-menu li a{
  text-decoration: none;
}

.inner-banner h1{
  color: #fff;
  font-weight: 700;
  margin-bottom: 25px;
}

.inner-banner{
  padding: 50px 0;
  color: #fff;
}

.inner-banner .btn{
  margin: 5px;
}

.wp-block-button__link{
  border-radius: 5px;
}

.btn-light-green{
  background-color: #899064;
  border: 1px solid #899064;
  color: #fff;
}

.btn-clear{
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}

.btn-secondary{
  background-color: #387a26;
  border: 1px solid #387a26;
  color: #fff;
}

.card-slider { position: relative; margin: var(--wp--style--block-gap, 2.5rem) 0; }
.cs-title { text-align: center; margin-bottom: 1.5rem; }

/* keep inside container and neutralize global slick overrides */
.card-slider .slick-list { overflow: hidden; }
.card-slider .slick-track { display: flex !important; }
.card-slider .slick-slide { float: none !important; height: auto; }

/* card layout */
.cs-item { padding: 0 .75rem; }
.cs-card {
  height: 100%;
  display: grid;
  justify-items: center;
  text-align: center;
  gap: .75rem;
  padding: 1.25rem 1rem;
  border: 1px solid rgba(60,108,68,.35);
  background: #eef6ef;
  border-radius: 6px;
}
.cs-logo img { width: 72px; height: 72px; object-fit: contain; }
.cs-logo--placeholder { width: 72px; height: 72px; background: #dfe8e0; border-radius: 999px; display: inline-block; }
.cs-company { font-size: 1.05rem; margin: .25rem 0 .25rem; }
.cs-blurb { color: #333; line-height: 1.6; margin: 0; }

/* outside arrows */
.cs-arrow {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 36px; height: 36px; border-radius: 999px;
  border: 1px solid #3c6c44; background: transparent; cursor: pointer;
}
.cs-prev { left: .25rem; }
.cs-next { right: .25rem; }
.cs-arrow:before {
  content: ""; display: block; width: 10px; height: 10px; margin: 0 auto;
  border-top: 2px solid #3c6c44; border-right: 2px solid #3c6c44; transform: rotate(-135deg);
}
.cs-next:before { transform: rotate(45deg); }
.cs-arrow:focus { outline: 2px solid #183421; outline-offset: 2px; }

/* dots under */
.cs-dots { display: grid; place-items: center; margin-top: 1rem; }
.cs-dots .slick-dots { display: flex !important; gap: .5rem; }
.cs-dots .slick-dots li { margin: 0; }
.cs-dots .slick-dots button {
  width: 8px; height: 8px; border-radius: 999px; border: 0; background: #cfd7cf; text-indent: -9999px;
}
.cs-dots .slick-dots .slick-active button { background: #3c6c44; }



/* spacing on large screens */
@media (min-width: 1200px) {
  .cs-item { padding: 0 1rem; }
  .cs-prev { left: -1.25rem; }
  .cs-next { right: -1.25rem; }
}



.service-cards { margin: var(--wp--style--block-gap, 2.5rem) 0; }
.sc-title { text-align: left; margin: 0 0 1rem; }

.sc-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.sc-card {
  display: flex;
  flex-direction: column;
  gap: .75rem;
  padding: 1.25rem;
  border: 1px solid rgba(60,108,68,.35);
  background: #eefaed;
  border-radius: 8px;
  position: relative;
  min-height: 100%;
  transition: transform .15s ease, box-shadow .15s ease;
}
.sc-card:hover { transform: translateY(-2px); box-shadow: 0 6px 18px rgba(0,0,0,.06); }

.sc-icon {
  position: absolute;
  top: .75rem;
  left: .75rem;
  color: #2e6b3a;
}
.sc-icon img { width: 20px; height: 20px; object-fit: contain; }

.sc-card-title { font-size: 1.1rem; margin: 1.55rem 0 .25rem 0; padding-top: .5rem; }
.sc-card-blurb { margin: 0; line-height: 1.6; color: #2a2a2a; }

.sc-cta { margin-top: auto; }
.sc-button {
  display: inline-block;
  font-size: .95rem;
  padding: .55rem .9rem;
  border: 1px solid #2e6b3a;
  border-radius: 6px;
  color: #2e6b3a;
  text-decoration: none;
  background: #fff;
}
.sc-button:hover { background: #2e6b3a; color: #fff; }

/* responsive */
@media (max-width: 1024px) {
  .sc-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  .sc-grid { grid-template-columns: 1fr; }
}

/* outer element becomes a full-bleed background painter */
.cta_block {
  position: relative;
  color: var(--cta_color, #fff);
  padding: var(--cta_pad_y, 56px) 0;
}

/* paint edge to edge using the captured value in --group-bg or fall back to your field color */
.cta_block::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background: var(--group-bg, var(--cta_bg, #0f3d16));
}

/* keep inner content constrained and above the painter */
.cta_block .cta_inner {
  position: relative;
  z-index: 1;

  margin: 0 auto;
  text-align: center;
  border: 2px solid var(--cta_border, #6ea37a);
  padding: 28px 28px 36px;
  box-sizing: border-box;
}

.cta_block .cta_title { margin: 0 0 10px; font-weight: 800; line-height: 1.2; }



.cta_block {
  background: var(--cta-bg, #0f3d16);
  color: var(--cta-color, #ffffff);
  padding: var(--cta-pad-y, 56px) 20px;
}

.cta_block .cta_title {
  margin: 0 0 10px;
  font-weight: 800;
  line-height: 1.2;
  color: #fff;
}
.cta_block .cta_text {
  margin: 0 auto 18px;
  max-width: 720px;
  opacity: 0.93;
}

.cta_inner .cta_text h2{
  color: #fff;
}

.cta_actions .btn{
    margin: 2px;
}

.cta_block .cta_actions { margin: 0; }
.cta_block .cta_btn {
  display: inline-block;
  padding: 10px 18px;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid var(--cta-border, #6ea37a);
  background: transparent;
  color: var(--cta-color, #ffffff);
  border-radius: 4px;
}
.cta_block .cta_btn:focus {
  outline: 2px solid var(--cta-border, #6ea37a);
  outline-offset: 2px;
}

h2.cta_title{
  color: #fff;
}






.team_roster { position: relative; padding: 0; background-color: #0f3d16; padding: 50px 0; }

.team_roster:before {
    left: -999em;
    background: #0f3d16;
    content: '';
    display: block;
    position: absolute;
    width: 999em;
    top: 0;
    bottom: 0;
}
.team_roster:after {
    right: -999em;
    background: #0f3d16;
    content: '';
    display: block;
    position: absolute;
    width: 999em;
    top: 0;
    bottom: 0;
}

hr{color: #0f3d16;}

h2.tr_heading, .tr_intro{color: #fff;}
.tr_head {  margin: 0 auto 20px; display: grid; gap: 12px; position: relative;}
.tr_heading { margin: 0; font-weight: 800; line-height: 1.15; }
.tr_intro { margin: 0;  }
.tr_cta_btn { justify-self: end; display: inline-block; padding: 8px 14px; border: 1px solid #fff; text-decoration: none; border-radius: 4px; color: #fff; position: absolute; right: 0; bottom: 0; }

/* track and cards */
.tr_lightbox_link{text-decoration: none;}
.tr_card { background: #f3f5f3; border: 2px solid rgba(0,0,0,.12); }
.tr_media { aspect-ratio: 4 / 5; background: #e9ece9; display: grid; place-items: center; overflow: hidden; }
.tr_photo { width: 100%; height: 100%; object-fit: cover; display: block; }
.tr_photo_placeholder { width: 100%; height: 100%; background: #e1e6e1; }

.tr_meta { padding: 10px 12px 14px; border-top: 2px solid rgba(0,0,0,.12); background: #eefaed; text-align: center; text-decoration: none; }
.tr_name { font-weight: 700; }
.tr_title { font-size: .92rem; opacity: .75; }

/* lightbox content */
.tr_bio_modal { max-width: 820px; }
.tr_bio_wrap { padding: 20px; }
.tr_bio_header { display: grid; grid-template-columns: 120px 1fr; gap: 16px; align-items: center; margin-bottom: 12px; }
.tr_bio_header .tr_photo { width: 120px; height: 150px; object-fit: cover; }
.tr_bio_name { font-weight: 800; font-size: 1.25rem; }
.tr_bio_title { opacity: .75; margin-top: 4px; }
.tr_bio_content p { margin: 0 0 .8em; }
.tr_bio_actions { margin-top: 12px; }
.tr_profile_link { text-decoration: underline; }

/* arrows and dots */
.tr_arrow { position: absolute; top: 50%; transform: translateY(-50%); width: 36px; height: 36px; border-radius: 999px; border: 1px solid currentColor; background: transparent; cursor: pointer; }
.tr_prev { left: -10px; }
.tr_next { right: -10px; }
.tr_arrow:before { content: ""; display: block; width: 10px; height: 10px; border-top: 2px solid currentColor; border-right: 2px solid currentColor; margin: 0 auto; transform: rotate(135deg); }
.tr_next:before { transform: rotate(-45deg); }
.tr_dots { display: grid; place-items: center; margin-top: 12px; }

.tr_dots .slick-dots li { margin: 0; }
.tr_dots .slick-dots button { width: 8px; height: 8px; border-radius: 999px; border: 0; background: #cfd7cf; text-indent: -9999px; }
.tr_dots .slick-dots .slick-active button { background: currentColor; }

/* containment and safety overrides */
.team_roster .slick-list { overflow: hidden; }
.team_roster .slick-track { display: flex !important; }
.team_roster .slick-slide { float: none !important; height: auto; }

/* overlay and dialog */
.tr_modal_overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.6);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  z-index: 1000;
}
.tr_modal_overlay.is_open { display: flex; }
.tr_modal {
  position: relative;
  background: #fff;
  width: min(92vw, 820px);
  max-height: 90vh;
  overflow: auto;
  border-radius: 6px;
  box-shadow: 0 10px 30px rgba(0,0,0,.3);
  padding: 20px;
}
.tr_modal_close {
  position: absolute;
  top: 12px;
  right: 12px;
  border: 0;
  background: transparent;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  outline: none;
  border: none;
}


.tr_modal_close:focus {outline:0;}

.tr_dots .slick-dots .slick-active button{
  background: #000;
}

.team_roster .slick-slide {
  margin: 0 10px;
}
.team_roster .slick-list {
  margin: 0 -10px;
}





.simple_cards {
  color: var(--sc_text, #2a2a2a);
  padding: var(--sc_pad_y, 32px) 0;
}

/* responsive grid */
.sc_grid {
  --gap: 18px;
  display: grid;
  grid-template-columns: repeat(var(--sc_cols, 4), minmax(0, 1fr));
  gap: var(--gap);
  margin: 0 auto;
  padding: 0 16px;
}

@media (max-width: 1100px) {
  .sc_grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
  .sc_grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 600px) {
  .sc_grid { grid-template-columns: 1fr; }
}

/* card */
.sc_card {
  background: #fff;
  border: 1px solid var(--sc_border, #cdd7ca);
  border-radius: 14px;
  padding: 18px 16px;
  text-align: center;
  box-shadow: 0 0 0 1px rgba(0,0,0,.02);
}

/* top metric */
.sc_metric {
  color: var(--sc_accent, #1e5b31);
  font-weight: 800;
  font-size: 1.6rem;
  line-height: 1.1;
  margin-bottom: 6px;
}

/* two line heading block */
.sc_heading { margin-bottom: 10px; }
.sc_h1 {
  font-weight: 700;
  font-size: 2rem;
}
.sc_h2 {
  font-weight: 600;
  font-size: .98rem;
  opacity: .95;
}

/* description */
.sc_desc {
  margin: 0;
  font-size: .92rem;
  line-height: 1.5;
  opacity: .85;
}




.single_slide { padding: 24px 0; position: relative;}
.ss_title { text-align: center; margin: 0 0 12px; }

.ss_track { max-width: 880px; margin: 0 auto; }
.single_slide .slick-list { overflow: hidden; }
.single_slide .slick-track { display: flex !important; }
.single_slide .slick-slide { float: none !important; }

.ss_item { text-align: center; padding: 10px 12px; }
.ss_media { display: grid; place-items: center; margin: 10px 0 14px; }
.ss_image { width: 280px; max-width: 80vw; aspect-ratio: 1 / 1; background: #eef2ee; object-fit: cover; }
.ss_placeholder { border: 1px solid rgba(0,0,0,.08); }

.ss_quote p { max-width: 62ch; margin: 0 auto 10px; line-height: 1.6; }
.ss_meta { display: grid; gap: 2px; justify-items: center; }
.ss_name { font-weight: 700; }
.ss_role { font-size: .92rem; opacity: .75; }

/* dots */
.ss_dots { display: grid; place-items: center; margin-top: 10px; }

.ss_dots .slick-dots li { margin: 0; }
.ss_dots .slick-dots button { width: 8px; height: 8px; border-radius: 999px; border: 0; background: #cfd7cf; text-indent: -9999px; }
.ss_dots .slick-dots .slick-active button { background: #1e5b31; }

/* square image */
.ss_image {
  width: 360px;              /* adjust as needed */
  height: 360px;             /* fixed height = width */
  object-fit: cover;         /* keeps image centered and cropped nicely */
  border-radius: 6px;        /* optional: small rounding */
  background: #eef2ee;
  display: block;
  margin: 0 auto;
}

/* placeholder should match dimensions */
.ss_placeholder {
  width: 260px;
  height: 260px;
  border: 1px solid rgba(0,0,0,.08);
  background: #eef2ee;
  display: inline-block;
}

.single_slide::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  background: var(--group-bg, transparent);
  z-index: -1;
}

.single_slide {
  padding: 50px 0;
  position: relative;
  background: transparent; /* so the pseudo element shows through */
}


.jobs_list { padding: 20px 0; }
.jl_head { max-width: var(--wp--style--wide-size, 1200px); margin: 0 auto 8px; padding: 0 16px; }
.jl_title { margin: 0 0 6px; }
.jl_intro { margin: 0; opacity: .9; }

.jl_list {  margin: 0 auto; padding: 0 16px; }
.jl_item { padding: 12px 0 18px; }
.jl_rule { border: 0; border-top: 1px solid rgba(0,0,0,.14); margin: 0 0 12px; }

.jl_item_title { margin: 0 0 4px; font-weight: 700; }
.jl_team { color: #5f6f5f; font-size: .95rem; margin-bottom: 8px; }
.jl_summary { margin: 0 0 10px; line-height: 1.6; opacity: .95; }

.jl_meta { display: flex; flex-wrap: wrap; gap: 14px; list-style: none; padding: 0; margin: 0 0 12px; color: #2e3a2e; }
.jl_meta_item { display: inline-flex; align-items: center; gap: 6px; font-size: .95rem; }
.jl_meta_icon { font-size: 1rem; line-height: 1; }
.jl_meta_text { opacity: .95; }

.jl_actions { margin: 0; }
.jl_btn {
  display: inline-block;
  padding: 8px 14px;
  border: 1px solid currentColor;
  background: transparent;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 600;
  transition: .5s;
}

.jl_btn:hover{
  background-color: #0f3d16;
  color: #fff;
}

.jl_btn:focus { outline: 2px solid currentColor; outline-offset: 2px; }

.navbar-brand{
  top: 0;
}

/* container and items */
.project_media {
  display: grid;
  gap: 1rem;
}

.project_media_item {
  margin: 0;
}

/* images */
.project_media_image,
.project_media_item img {
  display: block;
  width: 100%;
  height: auto;
}

/* native video files */
.project_media_video,
.project_media_item video {
  display: block;
  width: 100%;
  height: auto;            /* keeps controls visible while scaling */
  aspect-ratio: 16 / 9;    /* optional default; remove if you want natural ratio */
}

/* responsive embeds like youtube vimeo */
.embed_wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;     /* 16:9 */
}

.embed_wrap iframe,
.embed_wrap embed,
.embed_wrap object {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.project_media_caption{
  margin-top: 15px;
  font-size: 13px;
}

.project_media_item{
  margin-bottom: 25px;
}



.project_grid {
  padding: 40px 0;
}

.project_grid .project_item {
  text-align: center;
}

.project_grid .project_link {
  text-decoration: none;
  color: inherit;
  display: block;
  transition: transform .2s ease;
}

.project_grid .project_link:hover {
  transform: translateY(-4px);
}

.project_thumb{
  position: relative;
}

.project_grid .project_thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9; /* maintains 16:9 shape */
  overflow: hidden;
  border-radius: 6px;
  background: #e9ecef;
}

.project_grid .project_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* ensures the image fills the frame nicely */
  display: block;
}

.project_grid .no-thumb {
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #e9ecef;
  border-radius: 6px;
}

.project_title{
  font-size: 1rem;
  color: #fff;
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 5px;
  background-color: rgba(0,0,0,.8);
}

.post-navigation{
  margin-top: 50px;
}

.post-navigation .nav-links .nav-previous, .post-navigation .nav-links .nav-next{
  display: inline-block;
}

.post-navigation .nav-links a{
  display: inline-block;
  background-color: #0f3d16;
  color: #fff;
  border-radius: 10px;
  padding: 5px 10px;
  margin: 5px;
  text-decoration: none;
}

.photo_wysiwyg_slider { padding: 24px 0; position: relative; }
.pws_title { text-align: center; margin: 0 0 14px; }

.pws_track { max-width: var(--wp--style--wide-size, 1200px); margin: 0 auto; padding: 0 16px; }
.photo_wysiwyg_slider .slick-list { overflow: hidden; }
.photo_wysiwyg_slider .slick-track { display: flex !important; }
.photo_wysiwyg_slider .slick-slide { float: none !important; }

/* slide spacing */
.photo_wysiwyg_slider .slick-slide { margin: 0 12px; }
.photo_wysiwyg_slider .slick-list { margin: 0 -12px; }

.pws_item { text-align: center; }
.pws_media { display: grid; place-items: center; margin-bottom: 12px; }
.pws_image { width: 100%; max-width: 520px; aspect-ratio: 16 / 9; object-fit: cover; border-radius: 8px; background: #eef2ee; }
.pws_placeholder { border: 1px solid rgba(0,0,0,.08); }

.pws_content { max-width: 62ch; margin: 0 auto; }
.pws_content p { margin: 0 0 .9em; line-height: 1.6; }

/* dots */

.pws_dots .slick-dots li { margin: 0; }
.pws_dots .slick-dots button { width: 8px; height: 8px; border-radius: 999px; border: 0; background: #cfd7cf; text-indent: -9999px; }
.pws_dots .slick-dots .slick-active button { background: #1e5b31; }

.logo{
  width: 210px;
}

@media only screen and (max-width: 767px) {
  .navbar-brand{
     left: 15px !important;
     transform: none !important
  }
  .sticky-top{
    min-height: 80px;
  }
  .navbar-toggler{
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 5;
  }
  .navbar-collapse{
    background-color: #fff;
    position: relative;
    z-index: 2;
    top: -10px
  }
  .ts-arrow{
    background-color: #fff;
  }

  .is-stacked-on-mobile .wp-block-media-text__content{
    margin-top: 50px;
  }

}

@media only screen and (max-width: 320px) {

  .logo{
    width: 150px;
  }

}