html, body {
  max-width: 100%;
  overflow-x: hidden;
}

img, video, iframe {
  max-width: 100%;
  height: auto;
}

.site-header {
  width: 100%;
  min-height: clamp(72px, 6.5vw, 96px);
  background: #261a13;
  color: var(--bs-light);
  padding: clamp(.65rem, 1.2vw, 1rem) 0;
}

.site-header .container {
  max-width: min(100% - 2rem, 1320px);
}

.site-header .navbar-brand {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  margin-right: clamp(1rem, 2vw, 2rem);
  padding: 0;
}

.site-header-logo {
  display: block;
  width: clamp(150px, 13vw, 230px);
  height: auto;
}

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

.site-header .navbar-nav {
  align-items: center;
  color: var(--bs-light);
  column-gap: clamp(.25rem, 1.2vw, 1.5rem);
}

.site-header .nav-item {
  margin: 0;
}

.site-header .nav-link {
  color: #fff;
  font-size: clamp(.875rem, .78rem + .2vw, 1rem);
  line-height: 1.2;
  padding: .5rem clamp(.35rem, .8vw, .75rem);
  white-space: nowrap;
}

.site-header .navbar-toggler {
  border: 0;
  padding: .35rem;
}

.site-header .navbar-toggler:focus {
  box-shadow: 0 0 0 .15rem rgba(223, 145, 50, .4);
}

.site-header .navbar-toggler-icon {
  width: clamp(1.6rem, 5vw, 2rem);
  height: clamp(1.6rem, 5vw, 2rem);
  background: url("../img/m-menu.png") center / contain no-repeat;
}

.site-header .dropdown-menu {
  background-color: #5e3622;
  border: 0;
  border-radius: 0;
  margin-top: 0;
}

.site-header .dropdown-item {
  color: #fff;
  font-size: clamp(.875rem, .82rem + .15vw, .98rem);
  line-height: 1.2;
  padding: .65rem 1rem;
  transition: ease-in-out .25s;
}

.site-header .dropdown-item.active {
  color: #df9132;
  background-color: transparent;
}

.site-header .dropdown-item:hover,
.site-header .dropdown-item:focus {
  background-color: #f7f5f3;
  color: #000000;
}

.site-header .nav-link.active,
.site-header .navbar-nav {
  color: #DF9132;
}

.site-header .nav-link {
  color: #fff;
}

.site-header .nav-link:hover,
.site-header .nav-link:focus {
  color: #df9132;
}

.btn-def {
  color: #ffffff;
}

.btn-def:hover {
  color: var(--bs-btn-hover-color);
  background-color: #df9132 !important;
  border-color: var(--bs-btn-hover-border-color);
  transition: .5s ease-in-out !important;
}

.carousel-indicators [data-bs-target] {
  background-color: #df9132;
}

#carousel-t .carousel-indicators .active {
  background-color: #5e3622;
}

.carousel-control-prev-icon {
  background-image: url("../../assets/img/prev.png");
}

.carousel-control-next-icon {
  background-image: url("../../assets/img/next.png");
}

#carousel-1::before {
  width: 48px;
  background-color: #E0AD88;
  height: calc(100% - 80px);
  display: block;
  position: absolute;
  content: "";
  z-index: 100;
  top: 0;
  left: 0;
}

#carousel-1::after {
  height: 48px;
  width: calc(100% - 160px);
  background-color: #E0AD88;
  display: block;
  position: absolute;
  content: "";
  z-index: 100;
  top: 0;
  left: 0;
}

#swiper-1 .card .img:hover {
}

#swiper-1 a h4:hover {
  text-decoration-style: solid;
  text-decoration-line: underline;
  text-decoration-color: #5e3622;
}

.chv img:hover, .chv:hover .chv-img {
  transform: scale(110%);
}

.chv {
  overflow: hidden;
  transition: ease-in-out .5s;
}

#swiper-1 .card-body {
  min-height: 171px;
}

.chv img, .chv .chv-img {
  transition: ease-in-out .5s;
}

:root {
  --swiper-theme-color: #5e3622;
}

.swiper-button-prev, .swiper-button-next {
  background-color: #ffffff78;
  width: 55px;
  border-radius: 150px;
  padding: 30px;
}

.footer-social-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(.65rem, 1.5vw, 1rem);
}

.footer-social-list .list-inline-item {
  margin: 0;
}

.footer-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(44px, 4vw, 52px);
  height: clamp(44px, 4vw, 52px);
  border-radius: 50%;
  background: #5e3622;
  color: #fff;
  transition: background-color .25s ease, transform .25s ease;
}

.footer-social-link svg {
  width: 1.35rem;
  height: 1.35rem;
  color: currentColor !important;
  font-size: 1.35rem !important;
}

.ft-link li a:hover,
.ft-link li a:focus {
  background: #df9132;
  transform: translateY(-2px);
}

.ft-link a {
  transition: ease-in-out .5s;
}

#ctree .factory-card {
  border: 1px solid rgba(94, 54, 34, .16);
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

#ctree .factory-card:hover {
  transform: translateY(-4px);
  border-color: rgba(94, 54, 34, .28);
  box-shadow: 0 14px 28px rgba(38, 26, 19, .12);
}

#ctree .factory-card-image {
  aspect-ratio: 16 / 10;
  height: auto;
  min-height: 0;
}

#ctree .factory-card-body {
  height: clamp(300px, 24vw, 360px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(1.25rem, 2vw, 1.75rem) !important;
}

#ctree .factory-card-title {
  color: #5e3622;
  font-family: Marcellus, serif;
  font-size: clamp(1.35rem, 1.1rem + .55vw, 1.8rem);
  line-height: 1.18;
  text-align: center;
}

#ctree .factory-card-text {
  color: #261a13;
  font-family: 'League Spartan', sans-serif;
  font-size: clamp(1rem, .95rem + .2vw, 1.12rem);
  line-height: 1.45;
  text-align: center;
  overflow: hidden;
}

.overlay-dark::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000000;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  opacity: .4;
}

.hsdsg .emej {
  width: 100%;
  height: clamp(260px, 55vw, 600px);
  background-position: center center;
}

@media (min-width: 1200px) {
  .site-header .dropdown:hover .dropdown-menu {
    display: block;
  }
}

.site-header .dropdown:hover .dropdown-menu {
  transition: ease-in-out .5s;
}

.chv-img {
  width: 100%;
  height: 250px;
  display: block;
  /*background-position: center center !important;*/
  /*background-size: cover !important;*/
}

.hsdsg .emej2 {
  height: clamp(220px, 35vw, 300px);
  width: 100%;
  transition: ease-in-out .5s;
}

.hsdsg a:hover .emej2 {
  transform: scale(120%);
}

.hsdsg a {
  overflow: hidden;
  display: block;
}

#about .accordion-button {
  background-color: transparent;
}

#about {
  --bs-accordion-bg: transparent;
}

#about h2 button {
  font-size: 1.5rem;
  font-family: Marcellus, serif;
  color: #5e3622;
}

#about .accordion-button:not(.collapsed)::after {
  display: none;
}

#about .accordion-button:not(.collapsed)::before {
  content: "";
  left: 0;
  position: relative;
  background: url("../../assets/img/check-circle-fill.svg");
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 20px;
  display: block;
  filter: invert(17%) sepia(45%) saturate(829%) hue-rotate(336deg) brightness(102%) contrast(84%);
}

#about .accordion-button::after {
  display: none;
}

#about .accordion-button::before {
  content: "";
  left: 0;
  position: relative;
  background: url("../../assets/img/check-circle-svgrepo-com.svg");
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 20px;
  display: block;
  filter: invert(17%) sepia(45%) saturate(829%) hue-rotate(336deg) brightness(102%) contrast(84%);
}

#about ol li {
  margin-bottom: 15px;
}

#about p {
  font-family: 'League Spartan';
  font-size: 18px;
  padding-bottom: 20px;
}

#about .accordion-body {
  padding-left: 70px;
}

#about .accordion-item {
  border: none;
}

#swiper-1 .col {
  height: 100%;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.35rem) clamp(1rem, 2vw, 1.5rem);
  background: #fff;
  border: 1px solid rgba(94, 54, 34, .16);
  border-radius: 8px;
  padding: clamp(1.25rem, 4vw, 2.5rem);
  box-shadow: 0 14px 30px rgba(38, 26, 19, .08);
}

.contact-intro-section .mb-5 {
  margin-bottom: clamp(1.25rem, 2.5vw, 2rem) !important;
}

.contact-form-section {
  margin-top: 0;
}

.contact-field {
  min-width: 0;
}

.contact-field-full {
  grid-column: 1 / -1;
}

#contact .form-label {
  color: var(--swiper-theme-color);
  font-family: 'League Spartan', sans-serif;
  font-size: clamp(1rem, .95rem + .18vw, 1.12rem);
  line-height: 1.2;
  margin-bottom: .45rem;
}

#contact .form-control,
#contact .form-select {
  border: 1px solid #E0AD88;
  border-radius: 6px;
  color: #261a13;
  font-family: 'League Spartan', sans-serif;
  font-size: clamp(1rem, .96rem + .15vw, 1.08rem);
  min-height: clamp(46px, 4vw, 52px);
  padding: .75rem .9rem;
}

#contact textarea.form-control {
  min-height: clamp(130px, 16vw, 180px);
  resize: vertical;
}

#contact .form-control:focus,
#contact .form-select:focus,
#contact .form-check-input:focus {
  border-color: #df9132;
  box-shadow: 0 0 0 .15rem rgba(223, 145, 50, .18);
}

.contact-choice-group {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem 1.25rem;
}

#contact .form-check {
  margin-bottom: 0;
  min-height: auto;
}

#contact .form-check-input {
  border-color: #E0AD88;
  width: 1.05rem;
  height: 1.05rem;
}

#contact .form-check-input:checked {
  background-color: #5e3622;
  border-color: #5e3622;
}

#contact .form-check-label,
.contact-options .form-check label {
  color: #261a13;
  font-family: 'League Spartan', sans-serif;
  font-size: 1rem;
}

.contact-newsletter {
  padding-left: 1.65rem;
}

.contact-submit {
  display: flex;
  justify-content: center;
}

.contact-success-section {
  min-height: clamp(520px, 70vh, 760px);
  display: flex;
  align-items: center;
  background: #f7f5f3;
  padding: clamp(3rem, 7vw, 6rem) 0;
}

.contact-success-card {
  max-width: 720px;
  text-align: center;
  background: #fff;
  border: 1px solid rgba(94, 54, 34, .16);
  border-radius: 8px;
  padding: clamp(2rem, 5vw, 3.25rem);
  box-shadow: 0 16px 34px rgba(38, 26, 19, .08);
}

.contact-success-mark {
  width: clamp(58px, 8vw, 76px);
  height: clamp(58px, 8vw, 76px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #5e3622;
  border-radius: 50%;
  margin-bottom: 1.25rem;
}

.contact-success-mark svg {
  width: 52%;
  height: 52%;
}

.contact-success-card h1 {
  color: #5e3622;
  font-family: Marcellus, serif;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.15;
  margin-bottom: 1rem;
}

.contact-success-card p {
  color: #261a13;
  font-family: 'League Spartan', sans-serif;
  font-size: clamp(1.05rem, 1vw + .8rem, 1.25rem);
  line-height: 1.5;
  max-width: 560px;
  margin: 0 auto 1.75rem;
}

.contact-success-button {
  background: #5e3622;
  border: 0;
  border-radius: 0;
  font-family: Marcellus, serif;
  letter-spacing: 1.5px;
  padding: .85rem 1.8rem;
  text-transform: uppercase;
}

.contact-success-button:hover,
.contact-success-button:focus {
  background: #df9132;
}

#contact .sbt:hover {
  background: #df9132 !important;
}

#contact .sbt {
  background: #5e3622;
  border: 0;
  border-radius: 0;
  font-family: Marcellus, serif;
  font-size: clamp(1rem, .95rem + .25vw, 1.15rem);
  letter-spacing: 2px;
  min-width: min(100%, 180px);
  padding: .8rem 2rem;
  text-transform: uppercase;
  transition: background-color .25s ease, transform .25s ease;
}

#contact .sbt:hover,
#contact .sbt:focus {
  transform: translateY(-2px);
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after, .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: ''!important;
}
.swiper-button-next{
  background-image: url(../img/next2.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev{
  background-image: url(../img/prev2.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.recent-projects-swiper {
  --recent-nav-size: clamp(44px, 4.4vw, 58px);
  --recent-image-height: 250px;
  padding-inline: clamp(.35rem, 1.4vw, 1rem);
}

.recent-projects-swiper .swiper-slide {
  height: auto;
}

.recent-projects-swiper .card {
  height: 100%;
  overflow: hidden;
}

.recent-projects-swiper .swiper-button-prev,
.recent-projects-swiper .swiper-button-next {
  top: calc(var(--recent-image-height) / 2);
  width: var(--recent-nav-size);
  height: var(--recent-nav-size);
  padding: 0;
  margin-top: calc(var(--recent-nav-size) / -2);
  border-radius: 50%;
  background-color: rgba(255, 255, 255, .78);
  background-size: 68%;
  box-shadow: 0 10px 24px rgba(38, 26, 19, .18);
  transition: background-color .25s ease, transform .25s ease, box-shadow .25s ease;
}

.recent-projects-swiper .swiper-button-prev {
  left: clamp(.65rem, 1.5vw, 1.5rem);
}

.recent-projects-swiper .swiper-button-next {
  right: clamp(.65rem, 1.5vw, 1.5rem);
}

.recent-projects-swiper .swiper-button-prev:hover,
.recent-projects-swiper .swiper-button-next:hover {
  background-color: rgba(255, 255, 255, .92);
  box-shadow: 0 12px 28px rgba(38, 26, 19, .24);
  transform: translateY(-1px);
}

.recent-projects-swiper .swiper-pagination {
  bottom: .45rem !important;
}

@media (max-width: 767.98px) {
  .recent-projects-swiper {
    --recent-nav-size: 44px;
    padding-inline: .25rem;
  }

  .recent-projects-swiper .swiper-button-prev {
    left: .75rem;
  }

  .recent-projects-swiper .swiper-button-next {
    right: .75rem;
  }
}

.hero-title {
  font-size: clamp(1.6rem, 3vw, 2.7rem);
  line-height: 1.25;
}

.project-banner-hero {
  min-height: clamp(260px, 32vw, 420px);
  border: 0 !important;
  border-radius: 0 !important;
}

.project-banner-hero.overlay-dark::after {
  opacity: .28;
}

.services-product-section {
  overflow: hidden;
}

.services-product-row {
  background: #f7f5f3;
}

.services-product-copy {
  padding: clamp(3rem, 6vw, 5.5rem) clamp(1.5rem, 5vw, 5rem);
}

.services-product-type {
  color: #df9132;
  font-family: 'League Spartan', sans-serif;
  font-size: clamp(1.05rem, .95rem + .45vw, 1.38rem);
  line-height: 1.2;
  margin: 0 0 .9rem;
  text-align: center;
}

.services-product-title {
  color: #261a13;
  font-family: Marcellus, serif;
  font-size: clamp(1.45rem, 1.1rem + 1vw, 2.25rem);
  line-height: 1.15;
  margin: 0 auto;
  max-width: 680px;
  text-align: center;
}

.services-product-subtitle {
  color: #261a13;
  font-family: 'League Spartan', sans-serif;
  font-size: clamp(1.15rem, 1rem + .45vw, 1.45rem);
  line-height: 1.25;
  margin: clamp(1.6rem, 3vw, 2.2rem) 0 .9rem;
  text-align: center;
}

.services-product-description {
  color: #261a13;
  font-family: 'League Spartan', sans-serif;
  font-size: clamp(1.04rem, .98rem + .25vw, 1.18rem);
  line-height: 1.55;
  margin: 0 auto;
  max-width: 620px;
  text-align: center;
}

.services-product-media {
  overflow: hidden;
}

.titled-banner-hero,
.house-designs-hero {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.titled-banner-hero .hero-title,
.house-designs-hero .hero-title {
  position: relative;
  z-index: 20;
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .site-header .navbar-collapse .navbar-nav {
    align-items: stretch;
    padding-top: .75rem;
    gap: .15rem;
  }

  .site-header .nav-link {
    font-size: clamp(.95rem, .9rem + .3vw, 1.05rem);
    padding: .65rem 0;
  }

  .site-header .dropdown-menu {
    padding: .2rem 0 .45rem;
  }

  .site-header .dropdown-item {
    padding-left: 1rem;
  }

  #carousel-1::before,
  #carousel-1::after {
    display: none;
  }

  #swiper-1 .card-body,
  #ctree .factory-card-body {
    min-height: auto;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .split-image-panel {
    min-height: 400px !important;
  }
}

@media (max-width: 767.98px) {
  .services-product-section {
    padding: 1rem .85rem 1.25rem;
  }

  .services-product-list {
    display: grid;
    gap: 1rem;
  }

  .services-product-row {
    border: 1px solid rgba(94, 54, 34, .14);
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 10px 24px rgba(38, 26, 19, .08);
  }

  .services-product-copy {
    padding: 2rem 1.25rem 2.25rem;
  }

  .services-product-title {
    font-size: clamp(1.35rem, 1.05rem + 1.2vw, 1.7rem);
    overflow-wrap: anywhere;
  }

  .services-product-description {
    max-width: 36rem;
  }

  .services-product-media {
    padding: 0;
  }

  .swiper-button-prev,
  .swiper-button-next {
    width: 42px;
    padding: 22px;
  }

  .carousel.slide.carousel-fade.ps-5 {
    padding-left: 0 !important;
  }

  .split-image-panel {
    min-height: 320px !important;
  }
}

.about-intro-section {
  position: relative;
}

.about-title {
  line-height: 1.2;
  font-size: clamp(1.45rem, 2.8vw, 2.2rem);
}

.about-lead {
  max-width: 920px;
  margin: 0 auto;
}

.about-badges .about-pill {
  border: 1px solid #e0ad88;
  color: #5e3622;
  font-family: "League Spartan", sans-serif;
  font-size: 1rem;
  text-align: center;
  letter-spacing: .3px;
  background: #fff;
  border-radius: 999px;
  padding: .8rem 1rem;
  box-shadow: 0 8px 20px rgba(38, 26, 19, .06);
}

.about-highlight-card {
  border: 1px solid #e0ad88;
  background: linear-gradient(180deg, #ffffff 0%, #f7f5f3 100%);
  border-radius: 16px;
  padding: 1.25rem 1.1rem;
  transition: transform .25s ease, box-shadow .25s ease;
}

.about-highlight-card h3 {
  font-family: Marcellus, serif;
  color: #5e3622;
  margin-bottom: .45rem;
}

.about-highlight-card p {
  margin-bottom: 0;
  color: #261a13;
  font-family: "League Spartan", sans-serif;
  font-size: 1.04rem;
}

.about-highlight-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(38, 26, 19, .12);
}

.about-accordion-section .about-section-title {
  letter-spacing: 1.2px;
  margin-top: 0;
}

.about-accordion-section .about-section-subtitle {
  text-align: center;
  color: #5e3622;
  font-family: "League Spartan", sans-serif;
  margin: .75rem auto 0;
  max-width: 760px;
  font-size: 1.06rem;
}

.about-accordion-section {
  position: relative;
  padding-top: clamp(4rem, 7vw, 6rem) !important;
  padding-bottom: clamp(4rem, 7vw, 6rem) !important;
  border-top: 1px solid rgba(94, 54, 34, .12);
  border-bottom: 1px solid rgba(94, 54, 34, .14);
}

.about-accordion-section::before {
  content: "";
  position: absolute;
  top: clamp(1.5rem, 3vw, 2.25rem);
  left: 50%;
  width: min(760px, calc(100% - 3rem));
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(94, 54, 34, .32), transparent);
  transform: translateX(-50%);
}

.about-divider {
  margin-top: 1rem !important;
  margin-bottom: .4rem !important;
}

#about {
  border: 1px solid #e0ad88;
  border-radius: 8px;
  padding: .5rem;
  background: #fff;
  box-shadow: 0 12px 26px rgba(38, 26, 19, .06);
}

#about .accordion-item + .accordion-item {
  border-top: 1px solid rgba(224, 173, 136, .6);
}

#about h2 button {
  line-height: 1.45;
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
  border-radius: 0;
  box-shadow: none;
}

#about .accordion-button:focus {
  border-color: rgba(224, 173, 136, .7);
  box-shadow: 0 0 0 .15rem rgba(223, 145, 50, .18);
}

#about .accordion-button:not(.collapsed) {
  color: #5e3622;
  box-shadow: none;
}

#about .accordion-body {
  padding-left: 1.75rem;
  padding-right: 1.25rem;
  font-family: 'League Spartan', sans-serif;
  font-size: 1.05rem;
  line-height: 1.55;
  color: #261a13;
}

@media (max-width: 767.98px) {
  .about-badges .about-pill {
    border-radius: 12px;
  }

  .about-highlight-card {
    border-radius: 12px;
  }

  #about {
    border-radius: 8px;
    padding: .3rem;
  }

  #about .accordion-body {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  #about h2 button {
    font-size: 1.15rem;
  }
}
