@charset "UTF-8";
/*control your varialbes via the _variables.scss file in utilities folder*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Josefin+Sans:300,400,700|Raleway:300,400,800&display=swap");
@import url("https://use.typekit.net/fgf2xta.css");
.card-header {
  background-color: white;
  padding: 0px;
}

.faq-section .card-header .faq-toggle {
  font-size: 1.5rem; /* Adjust size as needed */
  font-weight: 600; /* Optional: make bold if desired */
  text-align: left; /* Ensure alignment stays left */
}

/* Make the button look like a header and change color when open */
.faq-toggle {
  text-decoration: none;
  font-weight: 600;
  color: #333;
  background: none;
  border: none;
}

.faq-toggle.collapsed {
  color: #333; /* collapsed color */
}

.faq-toggle:not(.collapsed) {
  color: #018207; /* expanded color */
}

.card-body {
  display: block; /* ensure visibility */
}

.faq-toggle.collapsed {
  color: #333;
}

.faq-toggle:not(.collapsed) {
  color: #018207; /* header color when expanded */
}

.faq-toggle.collapsed {
  color: #333;
}

.faq-toggle:not(.collapsed) {
  color: #018207; /* Change color when expanded */
}

.faq-custom-toggle {
  /* 1. Base State: White BG, Primary Text */
  background-color: white;
  color: #018207;
  /* Overrides for unwanted Bootstrap btn-link styles */
  text-decoration: none !important;
  box-shadow: none !important;
  border: none;
  border-radius: 0; /* Ensures square edges if card has them */
  padding: 0.75rem 1.25rem; /* Matches default card-header padding */
  text-align: left;
  line-height: inherit;
  white-space: normal;
  transition: all 0.3s ease; /* Smooth transition for color changes */
}

/* 2. Hover State: Primary BG, White Text */
.faq-custom-toggle:hover {
  background-color: #018207;
  color: white;
  text-decoration: none; /* Keep text clean on hover */
}

/* 3. Expanded State: Primary BG, White Text (Active state uses aria-expanded="true") */
.faq-custom-toggle[aria-expanded=true] {
  background-color: #018207;
  color: white;
  text-decoration: none;
}

.btn-primary {
  border-radius: 25px;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background-color: #DEEFDE;
  color: white;
}

.btn-primary,
.button,
.wp-block-button__link,
a.wp-element-button {
  background-color: #018207;
  color: #fff !important;
  font-weight: 700;
  text-decoration: none;
  padding: 0.75em 1.25em;
  display: inline-block;
  border: none;
  transition: background-color 0.25s ease, color 0.25s ease;
}
.btn-primary:hover, .btn-primary:focus,
.button:hover,
.button:focus,
.wp-block-button__link:hover,
.wp-block-button__link:focus,
a.wp-element-button:hover,
a.wp-element-button:focus {
  background-color: black !important;
  color: #fff !important;
}

.btn-primary.btn-lg,
.btn-primary.mt-4,
.btn-primary.wow,
.btn-primary.flipInX {
  background-color: #018207;
  color: #fff !important;
  font-weight: 700;
}
.btn-primary.btn-lg:hover, .btn-primary.btn-lg:focus,
.btn-primary.mt-4:hover,
.btn-primary.mt-4:focus,
.btn-primary.wow:hover,
.btn-primary.wow:focus,
.btn-primary.flipInX:hover,
.btn-primary.flipInX:focus {
  background-color: black !important;
  color: #fff !important;
}

.ip-services-section {
  background: #f9f9f9;
}

.section-title {
  font-size: 2rem;
  font-weight: 700;
  color: #6B1208;
}

.section-subtitle {
  font-size: 1.1rem;
  color: #555;
}

.ip-item {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  text-align: left;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  margin: 12px 0; /* vertical breathing room */
  padding: 30px; /* larger inner space */
}

.ip-services-section .col-md-6,
.ip-services-section .col-md-12 {
  padding: 1.5rem; /* increase to 2rem for larger spacing */
}

.wp-block-heading {
  color: #018207;
}

.ip-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.faq-section {
  background-color: #ebebeb;
}

.ip-icon {
  font-size: 2rem;
  color: #6B1208;
  margin-bottom: 10px;
  display: inline-block;
}

.wp-block-image.size-thumbnail img {
  width: auto !important; /* preserves thumbnail width */
  max-width: 150px !important;
  height: auto !important;
  display: inline-block; /* avoid full-width stretching */
}

.wp-block-image img {
  width: auto !important; /* don’t stretch */
  max-width: 150px !important; /* enforce thumbnail size */
  height: auto !important;
  display: inline-block; /* respect intrinsic size */
}

input, textarea {
  width: 100%;
  max-width: 100%;
}

label {
  width: 100%;
}

.overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

.number {
  font-family: "Montserrat", sans-serif;
}

.site-header {
  border-bottom: solid thin #efefef;
}

.navbar-color {
  background-color: #018207;
}

.navbar-collapse {
  justify-content: flex-end;
}

.navbar-nav li a {
  font-family: "Montserrat", sans-serif;
  color: white;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 1.2rem;
  margin-right: 20px;
}
.navbar-nav li a:hover {
  color: #DEEFDE !important;
}

.navbar-toggler {
  background-color: #ffffff !important;
  border: none !important;
  padding: 0.5rem 0.75rem;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%236B1208' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}

.section-headline {
  position: relative;
  font-family: "Montserrat", sans-serif;
  color: #018207;
  margin-bottom: 60px;
}
.section-headline:after {
  position: absolute;
  bottom: -15px;
  height: 3px;
  width: 100px;
  background-color: #3DAE2B;
  content: "";
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}

section.hero-section {
  background-image: url("https://cdn.greenphoenixny.com/landprop/uploads/2025/12/land-hero.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 70vh;
  padding-top: 100px;
}
section.hero-section p {
  max-width: 100%;
}
@media screen and (max-width: 992px) {
  section.hero-section {
    padding-top: 40px;
    background-position: center center !important;
    height: 55vh;
  }
}
section.hero-section .row {
  height: 100%;
}
section.hero-section img {
  max-width: 260px;
  margin-bottom: 20px;
}
@media screen and (max-width: 992px) {
  section.hero-section img {
    max-width: 200px;
  }
}
section.hero-section h1 {
  font-family: "Montserrat", sans-serif;
  color: black;
  font-size: 2.5rem;
}
section.hero-section h1 span {
  color: #018207;
}
@media screen and (max-width: 992px) {
  section.hero-section h1 {
    font-size: 1.4rem;
  }
}
section.hero-section h3 {
  color: white;
  font-size: 1.4rem;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  margin-top: 10px;
}
section.hero-section h3 a {
  color: white;
}
section.hero-section h3 a:hover {
  color: white;
}
section.hero-section .btn-lg {
  margin-top: 20px;
  font-weight: bold;
  font-size: 1.2rem;
}

section.about-section {
  margin: 20px 0;
}
section.about-section h1 {
  position: relative;
  font-family: "Montserrat", sans-serif;
  color: #018207;
  margin-bottom: 60px;
}
section.about-section h1:after {
  position: absolute;
  bottom: -15px;
  height: 3px;
  width: 100px;
  background-color: #3DAE2B;
  content: "";
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
@media screen and (max-width: 992px) {
  section.about-section p {
    margin-top: 20px;
    padding: 0;
  }
}
section.about-section .btn {
  margin-left: 30px;
}

/* targets the anchor itself */
.dropdown-item {
  color: #018207 !important;
}

/* hover / focus states */
.dropdown-item:hover,
.dropdown-item:focus {
  color: black !important;
  text-decoration: none;
  background-color: rgb(230, 230, 230);
}

.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #018207;
}

section.instagram-section {
  padding-bottom: 0;
}

footer {
  background-color: #DEEFDE;
}
@media screen and (max-width: 992px) {
  footer {
    padding: 60px 20px;
  }
}
@media screen and (max-width: 992px) {
  footer img {
    margin-bottom: 30px;
  }
}
footer h2 {
  font-weight: bold;
}
footer p {
  color: black;
}
footer a {
  color: #018207;
}
footer a:hover {
  color: white;
}
footer .footer-social-icons a {
  margin-right: 5px;
}

/* Hover effect for flooring cards */
.floor-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  padding: 20px;
}

.floor-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}
.floor-card:hover a {
  color: black;
}

/* Optional: slightly dim images and brighten on hover */
.floor-card img {
  transition: filter 0.3s ease;
  filter: brightness(0.95);
}

.floor-card:hover img {
  filter: brightness(1);
}

.page-hero {
  text-align: center;
}
.page-hero h1 {
  position: relative;
  font-family: "Montserrat", sans-serif;
  color: #018207;
  margin-bottom: 0px;
}
.page-hero h1:after {
  position: absolute;
  bottom: -15px;
  height: 3px;
  width: 100px;
  background-color: #016064;
  content: "";
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}

section.map-section {
  margin-bottom: 0;
  padding-bottom: 0;
}

P {
  font-size: 1.2rem;
}

div#headerContent {
  background: #fff;
}

h2 {
  color: #018207;
}

/* ---------- Grass as anchored background (robust on mobile) ---------- */
.grass {
  /* make it a real box and paint the grass as its background */
  background-color: rgba(135, 207, 235, 0.726);
  position: relative;
  background-image: url("https://cdn.greenphoenixny.com/landprop/uploads/2025/12/grass.svg");
  background-repeat: repeat-x;
  background-position: bottom left; /* stick to bottom */
  background-size: auto 500px; /* width auto, height 500px */
  /* ensure content doesn't overlap the grass image: padding-bottom >= grass height */
  padding-bottom: 120px;
  /* optional visual stacking */
  z-index: 0;
}
.grass h2 {
  color: black;
}

/* keep container content above the grass (if needed) */
.grass > .container,
.grass .cta-box {
  position: relative;
  z-index: 1;
}

/* ---------- Responsive: scale grass down on small screens ---------- */
@media (max-width: 992px) {
  .grass {
    background-size: auto 420px;
    padding-bottom: 100px;
  }
}
@media (max-width: 768px) {
  .grass {
    background-size: auto 320px;
    padding-bottom: 100px;
  }
}
@media (max-width: 480px) {
  .grass {
    background-size: auto 240px;
    padding-bottom: 100px;
  }
}
/* ---------- if you want the grass to overlap the NEXT section (optional)
   remove the bottom padding and use a pseudo-element instead with negative margin.
   But don't use that unless you want overlap. ---------- *//*# sourceMappingURL=custom-styles.css.map */