@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: #6A1209; /* expanded color */
}

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

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

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

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

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

/* Define the primary color variable (Replace #007bff with your actual primary color) */
:root {
  --primary-color: #007bff;
  --white-color: #ffffff;
}

.faq-custom-toggle {
  /* 1. Base State: White BG, Primary Text */
  background-color: white;
  color: #6A1209;
  /* 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: #6A1209;
  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: #6A1209;
  color: white;
  text-decoration: none;
}

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

.btn-primary,
.button,
.wp-block-button__link,
a.wp-element-button {
  background-color: #6A1209;
  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: rgb(123.7799043062, 110.4497607656, 75.2200956938) !important;
  color: #fff !important;
}

.btn-primary.btn-lg,
.btn-primary.mt-4,
.btn-primary.wow,
.btn-primary.flipInX {
  background-color: #6A1209;
  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: rgb(123.7799043062, 110.4497607656, 75.2200956938) !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: #6A1209;
}

.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: #6A1209;
}

.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: #B0A27D !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: #6A1209;
  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/jongpatent/img/patent-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;
  }
}
@media screen and (max-width: 992px) {
  section.hero-section {
    padding-top: 40px;
    background-position: center center !important;
    height: auto;
  }
}
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: white;
  font-size: 2.5rem;
}
@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: #6A1209;
  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: #6A1209 !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: #6A1209;
}

section.offer-section {
  background-color: #B0A27D;
  padding: 20px 0;
}
section.offer-section .offer-slider {
  background-color: white;
}
section.offer-section .offer-slider .special-slide img {
  -o-object-fit: cover;
     object-fit: cover;
}
section.offer-section .offer-slider .slick-next {
  position: absolute;
  right: -50px;
  bottom: 45%;
  z-index: 9;
  border: none;
  font-size: 0;
  background-color: #1B3C3F;
  width: 60px;
}
section.offer-section .offer-slider .slick-next:before {
  color: white;
  font: normal normal normal 24px/1 FontAwesome;
  content: "\f054";
  line-height: 60px;
}
section.offer-section .offer-slider .slick-prev {
  position: absolute;
  left: -50px;
  bottom: 45%;
  z-index: 9;
  border: none;
  font-size: 0;
  background-color: #1B3C3F;
  width: 60px;
}
section.offer-section .offer-slider .slick-prev:before {
  color: white;
  font: normal normal normal 24px/1 FontAwesome;
  content: "\f053";
  line-height: 60px;
}
@media screen and (max-width: 992px) {
  section.offer-section .offer-slider .offer-text {
    padding: 0 20px 20px;
  }
}

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

footer {
  background-image: url("https://cdn.greenphoenixny.com/jongpatent/img/bg.jpg");
}
@media screen and (max-width: 992px) {
  footer {
    padding: 60px 20px;
  }
}
@media screen and (max-width: 992px) {
  footer img {
    margin-bottom: 30px;
  }
}
footer h2 {
  color: white;
  font-weight: bold;
}
footer p {
  color: black;
}
footer a {
  color: #6A1209;
}
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);
}

/* 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: #6A1209;
  margin-bottom: 0px;
}
.page-hero h1:after {
  position: absolute;
  bottom: -15px;
  height: 3px;
  width: 100px;
  background-color: #B0A27D;
  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;
  padding-top: 3em;
  padding-bottom: 3em;
}/*# sourceMappingURL=custom-styles.css.map */