@font-face {
  font-family: "Noto Sans";
  src: url("../fonts/NotoSans-Bold.woff2") format("woff2"), url("../fonts/NotoSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans";
  src: url("../fonts/NotoSans-Light.woff2") format("woff2"), url("../fonts/NotoSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans";
  src: url("../fonts/NotoSans-Medium.woff2") format("woff2"), url("../fonts/NotoSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans";
  src: url("../fonts/NotoSans-Regular.woff2") format("woff2"), url("../fonts/NotoSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans";
  src: url("../fonts/NotoSans-SemiBold.woff2") format("woff2"), url("../fonts/NotoSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SFProText";
  src: url("../fonts/SFProText-Bold.woff2") format("woff2"), url("../fonts/SFProText-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SFProText";
  src: url("../fonts/SFProText-Medium.woff2") format("woff2"), url("../fonts/SFProText-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SFProText";
  src: url("../fonts/SFProText-Light.woff2") format("woff2"), url("../fonts/SFProText-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SFProText";
  src: url("../fonts/SFProText-Regular.woff2") format("woff2"), url("../fonts/SFProText-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SFProText";
  src: url("../fonts/SFProText-Semibold.woff2") format("woff2"), url("../fonts/SFProText-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
html {
  font-size: 16px; /* Base font size */
}

body {
  font-family: "Montserrat", sans-serif, sans-serif;
  font-size: 0.875rem; /* 14px */
  line-height: 1.715;
  font-weight: 400;
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

h1,
.h1 {
  font-family: "Prata", serif, serif;
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 3rem;
  margin-bottom: 3.25rem;
  color: #E4B587;
}
@media (min-width: 768px) {
  h1,
.h1 {
    font-size: 3rem;
    line-height: 3.5rem;
  }
}
@media (min-width: 1200px) {
  h1,
.h1 {
    font-size: 4rem;
    line-height: 4.5rem;
  }
}

h2,
.h2,
.villa-card .villa-card-body .villa-card-title {
  font-family: "Prata", serif, serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  margin-bottom: 0.625rem;
  color: #003D39;
}
@media (min-width: 768px) {
  h2,
.h2,
.villa-card .villa-card-body .villa-card-title {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}

h3,
.h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 2rem;
  margin-bottom: 1.25rem;
  color: #003D39;
}
@media (min-width: 768px) {
  h3,
.h3 {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
}

.pswp__dynamic-caption {
  color: #fff;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  transition: opacity 120ms linear !important; /* override default */
}

.pswp-caption-content {
  display: none;
}

.pswp__dynamic-caption a {
  color: #fff;
}

.pswp__dynamic-caption--faded {
  opacity: 0 !important;
}

.pswp__dynamic-caption--aside {
  width: auto;
  max-width: 300px;
  padding: 20px 15px 20px 20px;
  margin-top: 70px;
}

.pswp__dynamic-caption--below {
  width: auto;
  max-width: 700px;
  padding: 15px 0 0;
}

.pswp__dynamic-caption--on-hor-edge {
  padding-left: 15px;
  padding-right: 15px;
}

.pswp__dynamic-caption--mobile {
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 15px;
  right: 0;
  bottom: 0;
  /* override styles that were set via JS.
    as they interfere with size measurement */
  top: auto !important;
  left: 0 !important;
}

.btn {
  border-radius: 0;
}

.button-with-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 0.875rem;
  line-height: normal;
  font-weight: 700;
  color: #003D39;
  text-decoration: none;
  padding: 9px 0 9px 0;
  transition: all 0.3s ease-in-out;
}
.button-with-icon:hover .btn-icon {
  right: -5px;
}
.button-with-icon .btn-icon {
  position: relative;
  right: 0;
  transition: right 0.3s ease-in-out;
  display: inline-flex;
}
.button-with-icon.gradient-btn {
  background-color: #126057;
  color: #ffffff;
  border: 0;
  border-radius: 0;
  padding: 9px 12px;
}
.button-with-icon.gradient-btn .btn-icon path {
  fill: #ffffff;
}
.button-with-icon.btn-with-outline {
  color: #B58761;
  border: 1.5px solid #B58761;
  padding: 8px 12px;
}
.button-with-icon.btn-with-outline svg path {
  fill: #B58761;
}
.button-with-icon.btn-with-outline-primary {
  color: #003D39;
  border: 1.5px solid #003D39;
  padding: 8px 12px;
}
.button-with-icon.btn-with-outline-primary svg path {
  fill: #003D39;
}
.button-with-icon.btn-with-primary {
  color: #ffffff;
  background-color: #003D39;
  border: 1.5px solid #003D39;
  padding: 8px 12px;
}
.button-with-icon.btn-with-primary svg path {
  fill: #ffffff;
}

@media (min-width: 320px) {
  .container {
    width: 100%;
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1188px;
  }
}

@media (min-width: 320px) {
  .container-sm {
    width: 100%;
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1200px) {
  .container-sm {
    width: 1030px;
  }
}

.gx-62 {
  --bs-gutter-x: 3rem;
  --bs-gutter-y: 3rem;
}
@media (min-width: 1200px) {
  .gx-62 {
    --bs-gutter-x: 3.875rem;
    --bs-gutter-y: 3.875rem;
  }
}

.bg-green {
  background-color: #003D39 !important;
}

.bg-skin {
  background-color: #FFF5EB !important;
}

.pb-160 {
  padding-bottom: 5rem;
}
@media (min-width: 768px) {
  .pb-160 {
    padding-bottom: 10rem;
  }
}

.transition, .header .navbar-custom .navbar-nav .nav-link, .header .navbar-custom .navbar-brand img, .header .navbar-custom .navbar-brand, .gallery-block .ps-gallery a::after, .hero-banner .hero-banner-content .hero-bottom-links ul li, .blog-list-home.blog-listing .blog-list-header .categories-links ul li a:after, .zoom-btn .zoom-circle svg, .zoom-btn .zoom-circle, .zoom-btn {
  transition: all 0.3s ease-in-out;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 0.8;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: block;
  height: auto;
  padding: 0;
}
.play-btn:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 40px;
  height: 40px;
  background: #ffffff;
  border-radius: 50%;
  animation: pulse-border 2000ms ease-out infinite;
}

.ratio-9x16 {
  padding-top: 177.78%;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.ratio-9x16 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.mt--120 {
  margin-top: -120px;
}

.field-bg {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 8px 12px 10px;
}
.field-bg .form-label {
  font-size: 0.75rem;
  line-height: normal;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 2px;
  display: block;
}
.field-bg .form-control,
.field-bg .form-select {
  background-color: transparent;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1rem;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 0;
  padding: 0 0 2px;
  outline: none;
  box-shadow: none;
}
.field-bg .form-control::placeholder,
.field-bg .form-select::placeholder {
  color: #ffffff;
  font-weight: 400;
}
.field-bg .form-control option,
.field-bg .form-select option {
  color: #003D39;
  padding: 10px;
}
.field-bg .form-control:focus,
.field-bg .form-select:focus {
  border-color: #ffffff;
}
.field-bg .form-control:disabled,
.field-bg .form-select:disabled {
  opacity: 0.5;
}
.field-bg .form-select {
  background-image: url("../images/caret-down.svg");
  padding: 6px 40px 6px 4px;
  font-size: 1.125rem;
  line-height: 1.25rem;
}
@media (min-width: 768px) {
  .field-bg .form-select {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}
.field-bg.select-field {
  padding: 8px 12px 15px;
}

.submit-btn {
  color: #ffffff;
  border: 1.5px solid #ffffff;
  padding: 9px 12px;
}
.submit-btn:hover {
  border: 1.5px solid #ffffff;
  color: #ffffff;
}
.submit-btn:disabled {
  opacity: 0.5;
  color: #ffffff;
  border: 1.5px solid #ffffff;
}
.submit-btn svg path {
  fill: #ffffff;
}

.form-disabled .form-label {
  opacity: 0.5;
}

.form-check .form-check-input {
  border: 2px solid #003D39;
  width: 24px;
  height: 24px;
  margin-left: -24px;
  border-radius: 50%;
}
.form-check .form-check-input:checked {
  background-image: url("../images/check.svg");
  background-position: center;
}
.form-check .form-check-label {
  padding-left: 1rem;
  color: #ffffff;
  cursor: pointer;
  line-height: 1.25rem;
}

.zoom-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%) scale(0.4);
  opacity: 0;
}
@media (min-width: 768px) {
  .zoom-btn:hover .zoom-circle {
    width: 79px;
    height: 79px;
  }
}
.zoom-btn .zoom-circle {
  background-color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.zoom-btn .zoom-text {
  background-color: #003D39;
  font-weight: 600;
  color: #ffffff;
  padding: 8px 11px 10px 26px;
  line-height: normal;
  z-index: -1;
  position: absolute;
  left: 0;
  opacity: 0;
  transition: all 0.8s ease-in-out;
}
@media (max-width: 767px) {
  .zoom-btn .zoom-text {
    display: none;
  }
}

.pt-330 {
  padding-top: 48px;
}
@media (min-width: 1200px) {
  .pt-330 {
    padding-top: 274px;
  }
}

.text-green {
  color: #138176 !important;
}

@media (max-width: 767px) {
  section[class^=article-] .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.pb-120 {
  padding-bottom: 80px;
}
@media (min-width: 1200px) {
  .pb-120 {
    padding-bottom: 120px;
  }
}

.form-inner .wpcf7 form .wpcf7-response-output {
  margin: 1em 0em 1em;
  color: #ffffff;
}

.wpcf7-not-valid-tip {
  color: #ff5656;
}

.wpcf7-spinner {
  vertical-align: middle;
}

.form-submit p {
  position: relative;
  display: inline-block;
}
.form-submit .submit-btn {
  padding-right: 45px;
}
.form-submit .btn-icon {
  position: absolute;
  right: 15px;
  top: 6px;
}
.form-submit .btn-icon svg path {
  fill: #ffffff;
}
.form-submit br {
  display: none;
}
.form-submit .wpcf7-spinner {
  margin: 7px 24px;
  position: absolute;
  left: 100%;
}

.custom-form-check .wpcf7-form-control-wrap,
.custom-form-check .wpcf7-form-control {
  display: block;
}
.custom-form-check .wpcf7-list-item {
  margin: 0;
}
.custom-form-check .wpcf7-list-item label {
  display: block;
  padding-left: 30px;
  position: relative;
  color: #fff;
  cursor: pointer;
  line-height: 1.25rem;
  margin-bottom: 16px;
}
.custom-form-check .wpcf7-list-item label input[type=checkbox] {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  margin-top: 0.25em;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 2px solid #003d39;
  width: 24px;
  height: 24px;
  margin-left: -30px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
}
.custom-form-check .wpcf7-list-item label input[type=checkbox]:checked {
  background-image: url(../images/check.svg);
  background-position: center;
  background-color: transparent;
}

.short-video-preloader {
  background-color: #000000;
  z-index: 9;
  display: none;
}
.short-video-preloader .video-loader-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.short-video-preloader .loader-1 {
  width: 64px;
  height: 64px;
  border: 6px solid #fff;
  border-bottom-color: #ff3d00;
  border-radius: 50%;
  display: inline-block;
  -webkit-animation: rotation 1s linear infinite;
  animation: rotation 1s linear infinite;
}

/* keyFrames */
@-webkit-keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.tap-sound-badge {
  position: absolute;
  bottom: auto;
  right: 10px;
  top: 10px;
  left: auto;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 12px;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 999;
  width: 34px;
  height: 34px;
  background-repeat: no-repeat;
  background-position: center;
}
.tap-sound-badge.visible {
  opacity: 1;
}
.tap-sound-badge.muted {
  background-image: url("../images/mute.svg");
}
.tap-sound-badge.unmuted {
  background-image: url("../images/unmute.svg");
}

.top-section {
  padding: 120px 0 80px 0;
  background-color: #003D39;
  background-image: url("../images/top-sec-bg.svg");
  background-repeat: no-repeat;
  background-position: top 480px center;
  background-size: 92%;
}
@media (min-width: 576px) {
  .top-section {
    background-position: top 417px center;
    background-size: auto;
  }
}
@media (min-width: 768px) {
  .top-section {
    padding: 120px 0 160px 0;
  }
}
.top-section .left-col-top {
  padding-top: 24px;
}
@media (min-width: 768px) {
  .top-section .left-col-top {
    padding-top: 124px;
  }
}
.top-section .top-section-row {
  display: flex;
  justify-content: center;
  position: relative;
  flex-wrap: wrap;
  --bs-gutter-y: 0;
}
@media (min-width: 768px) {
  .top-section .top-section-row {
    justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  .top-section .top-section-row .left-col-top h1 {
    width: 110%;
  }
}
.top-section .top-section-row .right-col-top {
  padding-left: 25px;
  position: relative;
  top: 0;
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .top-section .top-section-row .right-col-top {
    padding-left: 165px;
  }
}
@media (min-width: 881px) and (max-width: 1024px) {
  .top-section .top-section-row .right-col-top {
    padding-left: 95px;
  }
}
@media (max-width: 767px) {
  .top-section .top-section-row .right-col-top {
    top: 0;
    order: -1;
    padding: 0px;
    max-width: 250px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 880px) {
  .top-section .top-section-row .right-col-top img {
    min-width: 400px;
    margin-left: -90px;
  }
}
.top-section .mb-173 {
  margin-bottom: 3rem;
}
@media (min-width: 1200px) {
  .top-section .mb-173 {
    margin-bottom: 173px;
  }
}

.villa-card {
  color: #11382e;
  position: relative;
}
.villa-card .villa-image {
  height: 244px;
  position: relative;
  display: block;
  overflow: hidden;
}
.villa-card .villa-image::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 12px solid #E4B587;
  z-index: 5;
  transition: all 0.5s ease;
}
.villa-card .villa-image:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 61, 57, 0.5);
  left: 0;
  top: 0;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  z-index: 0;
}
.villa-card .villa-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.villa-card .villa-card-body {
  padding: 16px 16px 23px 16px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  background-color: #E4B587;
}
@media (min-width: 1200px) {
  .villa-card .villa-card-body {
    padding: 23px 40px 42px 40px;
  }
}
.villa-card .villa-card-body .villa-card-title {
  text-transform: uppercase;
}
.villa-card .villa-card-body .highlight-wrapper {
  display: flex;
  flex-wrap: wrap;
  column-gap: 8px;
  justify-content: space-between;
  border-bottom: 1px solid #003D39;
}
@media (min-width: 1200px) {
  .villa-card .villa-card-body .highlight-wrapper {
    column-gap: 3.825rem;
  }
}
.villa-card .villa-card-body .highlight-wrapper p {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #003D39;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.villa-card .villa-card-body .button-with-icon {
  margin-top: 19px;
}
.villa-card .villa-card-footer {
  padding-top: 18px;
}
.villa-card .villa-card-footer .ts-text {
  font-size: 0.625rem;
  line-height: 1.5rem;
  color: #9F7356;
  font-weight: 600;
}
.villa-card:hover {
  background-color: #E4B587;
}
.villa-card:hover .villa-image:after {
  opacity: 1;
}
.villa-card:hover .villa-image::before {
  border-left: 240px solid transparent;
  border-right: 240px solid transparent;
  border-bottom: 60px solid #e4b587;
}
.villa-card:hover .button-with-icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.villa-card:hover .button-with-icon i {
  right: -5px;
}
@media (min-width: 1200px) {
  .villa-card.card-left-thumb {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 1200px) {
  .villa-card.card-left-thumb .villa-image {
    width: calc(100% - 285px);
    height: 360px;
  }
}
@media (min-width: 1200px) {
  .villa-card.card-left-thumb .villa-image::before {
    content: "";
    position: absolute;
    right: 0px;
    left: auto;
    top: 56px;
    bottom: auto;
    border-top: 10px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 10px solid #E4B587;
    border-left: 0;
    transform: none;
  }
}
@media (min-width: 1200px) {
  .villa-card.card-left-thumb .villa-card-body {
    width: 285px;
    padding: 40px 40px 24px 40px;
    position: relative;
  }
}
@media (min-width: 1200px) {
  .villa-card.card-left-thumb:hover .villa-image::before {
    top: 50%;
    transform: translate(0, -50%);
    border-top: 240px solid transparent;
    border-bottom: 240px solid transparent;
    border-right: 60px solid #E4B587;
  }
}

.apartment-section {
  position: relative;
  background-color: #003D39;
}
.apartment-section h2 {
  width: auto;
  max-width: initial;
  margin: 0 -24px 40px;
  font-size: 2rem;
}
@media (min-width: 768px) {
  .apartment-section h2 {
    font-size: 2.5rem;
    width: 770px;
    max-width: 100%;
    margin: 0 auto 11px;
  }
}
.apartment-section h2 span {
  display: block;
  color: #E4B587;
}
.apartment-section .apartment-image {
  width: 100%;
  height: 320px;
  object-fit: cover;
  object-position: top;
}
@media (min-width: 768px) {
  .apartment-section .apartment-image {
    height: 754px;
    object-fit: cover;
    object-position: top;
  }
}
@media (min-width: 1200px) {
  .apartment-section .apartment-image {
    height: auto;
    object-fit: initial;
  }
}
.apartment-section .open-bg-bottom {
  padding-bottom: 56px;
  background-color: #003D39;
}
@media (min-width: 768px) {
  .apartment-section .open-bg-bottom {
    padding-bottom: 254px;
  }
}
.apartment-section .open-bg-bottom .promo-box {
  background-image: linear-gradient(to top, hsla(30deg, 100%, 96.08%, 0.85), hsla(30deg, 77%, 90%, 0.85), hsla(30deg, 69%, 84%, 0.85), hsla(30deg, 66%, 77%, 0.85), hsla(30deg, 63%, 71%, 0.85));
  max-width: 443px;
  padding: 40px 40px 27px;
  position: absolute;
  z-index: 2;
  bottom: -90px;
}
@media (max-width: 767px) {
  .apartment-section .open-bg-bottom .promo-box {
    max-width: initial;
    position: relative;
    bottom: 24px;
    margin: 0 -24px;
  }
}
.apartment-section .open-bg-bottom .promo-box .special-offer-text {
  font-size: 0.75rem;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  color: #003D39;
  letter-spacing: 1.13px;
  text-transform: uppercase;
}
.apartment-section .open-bg-bottom .promo-box h3 {
  font-family: "Prata", serif, serif;
  font-weight: 400;
  font-size: 3rem;
  line-height: normal;
  margin-bottom: 0.625rem;
  color: #003D39;
  letter-spacing: 4.5px;
}
.apartment-section .open-bg-bottom .promo-box .area-text {
  font-size: 1rem;
  font-weight: 600;
  color: #003D39;
  margin-bottom: 50px;
  line-height: 1.5rem;
}
.apartment-section .open-bg-bottom .promo-box .pricing-text {
  font-size: 1.75rem;
  line-height: 2rem;
  color: #126057;
  margin-bottom: 3rem;
}
.apartment-section .open-bg-bottom .permit-text {
  font-size: 0.75rem;
  margin-top: 15px;
  color: #138176;
}

.blog-list-home {
  padding-top: 100px;
  padding-bottom: 96px;
  background-color: #FFF5EB;
}
@media (min-width: 768px) {
  .blog-list-home {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.blog-list-home .blog-list-header {
  margin-bottom: 40px;
  max-width: 650px;
}
@media (min-width: 768px) {
  .blog-list-home .blog-list-header {
    margin-bottom: 54px;
  }
}
.blog-list-home .blog-list-header h2 {
  font-size: 2rem;
  line-height: 2.5rem;
  color: #9F7356;
}
@media (min-width: 768px) {
  .blog-list-home .blog-list-header h2 {
    font-size: 3rem;
    line-height: 3.5rem;
  }
}
@media (min-width: 1200px) {
  .blog-list-home .blog-list-header h2 {
    font-size: 3.5rem;
    line-height: 4rem;
  }
}
.blog-list-home .blog-list-header p {
  font-size: 1.125rem;
  line-height: 1.5rem;
  max-width: 550px;
  color: #9F7356;
  font-weight: 500;
}
.blog-list-home .blog-grid-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  grid-auto-rows: max-content;
}
@media (min-width: 768px) {
  .blog-list-home .blog-grid-row {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  .blog-list-home .blog-grid-row {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.blog-list-home .blog-grid-row .left-man-image {
  grid-row-start: 1;
  grid-row-end: 3;
  text-align: center;
}
@media (max-width: 1199px) {
  .blog-list-home .blog-grid-row .left-man-image {
    display: none;
  }
}
.blog-list-home .blog-grid-row .left-man-image img {
  margin-bottom: -40px;
}
@media (max-width: 1199px) {
  .blog-list-home.show-hide-blocks-on-home .blog-grid-row .blog-card:last-child {
    display: none;
  }
}
.blog-list-home.theme-light-green {
  background-color: #00A68F;
}
.blog-list-home.theme-light-green .blog-list-header h2 {
  color: #000000;
}
.blog-list-home.theme-light-green .blog-list-header p {
  color: #000000;
}
.blog-list-home.theme-light-green .blog-card {
  background-color: #138176;
}
.blog-list-home.theme-light-green .blog-card .blog-card-header {
  background-color: #126057;
}
.blog-list-home.theme-light-green .blog-card .blog-card-body {
  background-color: #003D39;
}
.blog-list-home.theme-light-green .blog-card .blog-card-body p {
  color: #ffffff;
}
.blog-list-home.theme-light-green .blog-card .blog-card-body .button-with-icon {
  color: #ffffff;
}
.blog-list-home.theme-light-green .blog-card .blog-card-body .button-with-icon svg path {
  fill: #ffffff;
}
.blog-list-home.theme-light-green .btn-with-outline {
  color: #003D39;
  border: 1.5px solid #003D39;
}
.blog-list-home.theme-light-green .btn-with-outline svg path {
  fill: #003D39;
}
.blog-list-home.theme-skin {
  background-color: #003D39;
}
.blog-list-home.theme-skin .blog-list-header h2 {
  color: #ffffff;
}
.blog-list-home.theme-skin .blog-list-header p {
  color: #ffffff;
}
.blog-list-home.theme-skin .blog-card {
  background-color: #ffffff;
}
.blog-list-home.theme-skin .blog-card .blog-card-header {
  background-color: #00A68F;
}
.blog-list-home.theme-skin .blog-card .blog-card-header .card-label {
  color: #126057;
}
.blog-list-home.theme-skin .blog-card .blog-card-header .card-title {
  color: #126057;
}
.blog-list-home.theme-skin .blog-card .blog-card-body {
  background-color: #138176;
}
.blog-list-home.theme-skin .blog-card .blog-card-body p {
  color: #ffffff;
}
.blog-list-home.theme-skin .blog-card .blog-card-body .button-with-icon {
  color: #ffffff;
}
.blog-list-home.theme-skin .blog-card .blog-card-body .button-with-icon:hover {
  opacity: 1;
}
.blog-list-home.theme-skin .blog-card .blog-card-body .button-with-icon svg path {
  fill: #ffffff;
}
.blog-list-home.theme-skin .btn-with-outline {
  color: #00A68F;
  border: 1.5px solid #00A68F;
}
.blog-list-home.theme-skin .btn-with-outline svg path {
  fill: #00A68F;
}
.blog-list-home.blog-listing {
  padding-top: 160px;
  background-image: url("../images/blog-bg.svg");
  background-repeat: no-repeat;
  background-size: 200%;
  background-position: top 1rem center;
}
@media (min-width: 768px) {
  .blog-list-home.blog-listing {
    padding-top: 188px;
    background-size: auto;
  }
}
@media (max-width: 767px) {
  .blog-list-home.blog-listing .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.blog-list-home.blog-listing .blog-list-header {
  max-width: 100%;
}
.blog-list-home.blog-listing .blog-list-header h1 {
  color: #003D39;
  font-size: 3rem;
  line-height: 6rem;
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  .blog-list-home.blog-listing .blog-list-header h1 {
    margin-bottom: 9px;
    font-size: 4.5rem;
    line-height: 6rem;
  }
}
.blog-list-home.blog-listing .blog-list-header .categories-links {
  border-bottom: 1px solid #003D39;
  overflow-x: auto;
  overflow-y: hidden;
}
@media (max-width: 767px) {
  .blog-list-home.blog-listing .blog-list-header .categories-links {
    margin-right: -24px;
  }
}
.blog-list-home.blog-listing .blog-list-header .categories-links ul {
  display: flex;
  gap: 1.5rem;
  margin: 0;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .blog-list-home.blog-listing .blog-list-header .categories-links ul {
    gap: 2rem;
  }
}
.blog-list-home.blog-listing .blog-list-header .categories-links ul li a {
  color: rgba(0, 61, 57, 0.5);
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 600;
  text-decoration: none;
  padding: 11px 0;
  display: block;
  position: relative;
}
@media (min-width: 768px) {
  .blog-list-home.blog-listing .blog-list-header .categories-links ul li a {
    font-size: 1.125rem;
  }
}
.blog-list-home.blog-listing .blog-list-header .categories-links ul li a:hover {
  color: #003D39;
}
.blog-list-home.blog-listing .blog-list-header .categories-links ul li a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 5px;
  background-color: #003D39;
}
.blog-list-home.blog-listing .blog-list-header .categories-links ul li.active a {
  color: #003D39;
}
.blog-list-home.blog-listing .blog-list-header .categories-links ul li.active a:after {
  width: 100%;
}
@media (max-width: 767px) {
  .blog-list-home.similar-posts .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 1200px) {
  .blog-list-home.similar-posts .blog-grid-row {
    grid-template-columns: 1fr 1fr;
  }
}

.blog-card {
  background-color: #B58761;
}
.blog-card:hover .blog-card-header::after {
  opacity: 1;
}
.blog-card:hover .blog-card-header img {
  transform: scale(1.1);
}
.blog-card .blog-card-header {
  background-color: #9F7356;
  position: relative;
  height: 200px;
  display: block;
  overflow: hidden;
  text-decoration: none;
}
@media (min-width: 1200px) {
  .blog-card .blog-card-header::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 61, 57, 0.5);
    left: 0;
    top: 0;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    z-index: 1;
  }
}
.blog-card .blog-card-header img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.blog-card .blog-card-header .card-label {
  position: absolute;
  left: 1rem;
  top: 1rem;
  right: 1rem;
  color: #B58761;
  font-weight: bold;
}
.blog-card .blog-card-header .card-title {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  right: 1rem;
  color: #B58761;
  font-weight: 600;
  font-size: 3rem;
  line-height: 1;
  z-index: 0;
}
.blog-card .blog-card-header.if-has-video {
  padding: 0.5rem;
}
@media (max-width: 767px) {
  .blog-card .blog-card-header.empty-thumb {
    height: auto;
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .blog-card .blog-card-header.empty-thumb .card-label {
    font-size: 0.725rem;
    position: static;
    display: block;
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .blog-card .blog-card-header.empty-thumb .card-title {
    position: static;
    font-size: 1.5rem;
    line-height: 1rem;
  }
}
.blog-card .blog-card-body {
  padding: 16px;
  background-color: #B58761;
}
@media (min-width: 768px) {
  .blog-card .blog-card-body {
    padding: 75px 16px 16px;
  }
}
.blog-card .blog-card-body p {
  color: #FFF5EB;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  .blog-card .blog-card-body p {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}
.blog-card .blog-card-body .button-with-icon {
  color: #FFF5EB;
  font-size: 14px;
  text-transform: uppercase;
  opacity: 0.5;
}
.blog-card .blog-card-body .button-with-icon:hover {
  opacity: 1;
}
.blog-card .blog-card-body .button-with-icon svg path {
  fill: #FFF5EB;
}

.bg-layer,
.fg-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.bg-layer .fg-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 1;
}
.bg-layer .fg-layer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 61, 57, 0.5);
  opacity: 0.5;
  z-index: 4;
}

.hero_video {
  opacity: 0;
}
.hero_video.loaded {
  opacity: 1;
}

.hero-banner {
  position: relative;
  min-height: 460px;
  height: 100vh;
  overflow: hidden;
}
.hero-banner .hero-media {
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  background-position: center;
}
.hero-banner .hero-media iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
}
@media (max-width: 575px) {
  .hero-banner .hero-media iframe {
    left: 15%;
  }
}
.hero-banner .hero-media .banner-layer {
  background-color: rgba(0, 61, 57, 0.6);
  position: absolute;
  inset: 0;
}
.hero-banner .hero-media .banner-layer:after {
  content: "";
  height: 100%;
  background: rgba(0, 0, 0, 0);
  background: radial-gradient(circle, transparent 0%, rgba(0, 0, 0, 0.4) 50%);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
.hero-banner .hero-banner-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 125px 0 0;
}
@media (min-width: 768px) {
  .hero-banner .hero-banner-content {
    padding: 125px 0;
  }
}
.hero-banner .hero-banner-content .hero-content {
  width: 100%;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .hero-banner .hero-banner-content .hero-content {
    margin: auto 0 30px;
  }
}
@media (max-width: 767px) {
  .hero-banner .hero-banner-content .hero-content .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.hero-banner .hero-banner-content .hero-content .content-inner {
  max-width: 225px;
}
@media (min-width: 768px) {
  .hero-banner .hero-banner-content .hero-content .content-inner {
    max-width: 395px;
  }
}
@media (min-width: 1200px) {
  .hero-banner .hero-banner-content .hero-content .content-inner {
    max-width: 455px;
  }
}
.hero-banner .hero-banner-content .hero-content .content-inner h1 {
  font-size: 2.5rem;
  line-height: 3.5rem;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .hero-banner .hero-banner-content .hero-content .content-inner h1 {
    font-size: 3rem;
    line-height: 3.5rem;
    margin-bottom: 1.5rem;
  }
}
.hero-banner .hero-banner-content .hero-content .content-inner p {
  font-size: 1rem;
  line-height: 1.25rem;
  color: #ffffff;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .hero-banner .hero-banner-content .hero-content .content-inner p {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1200px) {
  .hero-banner .hero-banner-content .hero-content .content-inner p {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.hero-banner .hero-banner-content .hero-bottom-links {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 84px;
  z-index: 1;
}
@media (max-width: 767px) {
  .hero-banner .hero-banner-content .hero-bottom-links {
    position: static;
    width: 100%;
    background-color: #003D39;
    padding: 24px 0;
  }
}
@media (max-width: 767px) {
  .hero-banner .hero-banner-content .hero-bottom-links .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.hero-banner .hero-banner-content .hero-bottom-links ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .hero-banner .hero-banner-content .hero-bottom-links ul {
    flex-direction: column;
  }
}
.hero-banner .hero-banner-content .hero-bottom-links ul li {
  background-color: #003D39;
  text-decoration: none;
  color: #FFF5EB;
  padding: 8px 24px;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
}
@media (min-width: 768px) {
  .hero-banner .hero-banner-content .hero-bottom-links ul li {
    display: inline-block;
    padding: 8px 15px;
  }
}
.hero-banner .hero-banner-content .hero-bottom-links ul li a {
  color: inherit;
  text-decoration: none;
}
.hero-banner.theme-light-green .hero-media .banner-layer {
  background-color: rgba(0, 166, 143, 0.6);
}
@media (max-width: 767px) {
  .hero-banner.theme-light-green .hero-bottom-links {
    background-color: #00A68F;
  }
}
.hero-banner.theme-light-green .hero-bottom-links ul li {
  background-color: #00A68F;
  color: #FFF5EB;
}
.hero-banner.theme-skin .hero-media .banner-layer {
  background-color: rgba(159, 115, 86, 0.6);
}
@media (max-width: 767px) {
  .hero-banner.theme-skin .hero-bottom-links {
    background-color: #9F7356;
  }
}
.hero-banner.theme-skin .hero-bottom-links ul li {
  background-color: #9F7356;
  color: #FFF5EB;
}

.video-banner {
  position: relative;
  min-height: 660px;
  height: 100vh;
  overflow: hidden;
  background-color: #003D39;
}
.video-banner .video-media {
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
}
.video-banner .video-media iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
}
.video-banner .video-media .banner-layer {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  inset: 0;
}
.video-banner .video-media .banner-layer:after {
  content: "";
  height: 50%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), #000000);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
.video-banner .video-banner-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 125px 0 0;
}
@media (min-width: 768px) {
  .video-banner .video-banner-content {
    padding: 125px 0;
  }
}
.video-banner .video-banner-content .video-content {
  width: 100%;
  position: relative;
  z-index: 1;
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .video-banner .video-banner-content .video-content {
    margin: auto 0 30px;
    padding-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .video-banner .video-banner-content .video-content .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.video-banner .video-banner-content .video-content .section-header {
  max-width: 300px;
}
@media (min-width: 768px) {
  .video-banner .video-banner-content .video-content .section-header {
    max-width: 395px;
  }
}
@media (min-width: 1200px) {
  .video-banner .video-banner-content .video-content .section-header {
    max-width: 436px;
  }
}
.video-banner .video-banner-content .video-content .section-header h2 {
  font-size: 1.75rem;
  line-height: 2.25rem;
  color: #ffffff;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .video-banner .video-banner-content .video-content .section-header h2 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}
.video-banner .video-banner-content .video-content .section-header p {
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #ffffff;
  margin-bottom: 2.5rem;
  font-weight: 500;
}
.video-banner .video-banner-content .video-content .section-header .text-white p {
  color: #ffffff;
}
.video-banner.theme-light-green {
  background: #00A68F;
}
.video-banner.theme-light-green .video-media .banner-layer {
  background-color: hsla(176deg, 100%, 12%, 0.5);
}
.video-banner.theme-light-green .video-banner-content .section-header h2 {
  color: #003D39;
}
.video-banner.theme-light-green .video-banner-content .section-header p {
  color: #003D39;
}
.video-banner.theme-light-green .film-video .video-text {
  color: #003D39;
}
.video-banner.theme-skin {
  background: #FFF5EB;
}
.video-banner.theme-skin .video-media .banner-layer {
  background-color: hsla(24deg, 30%, 48%, 0.5);
}
.video-banner.theme-skin .video-banner-content .section-header h2 {
  color: #9F7356;
}
.video-banner.theme-skin .video-banner-content .section-header p {
  color: #9F7356;
}
.video-banner.theme-skin .film-video .video-text {
  color: #9F7356;
}

.film-video .hero_content_play {
  display: block;
  position: relative;
  max-width: 230px;
  text-decoration: none;
}
.film-video .hero_content_play:hover .video-thumb svg path {
  opacity: 1;
}
.film-video .hero_content_play:focus-visible {
  outline: none;
}
.film-video .hero_content_play:focus-visible .video-thumb {
  outline: 1px solid #E4B587;
  outline-offset: 1px;
}
.film-video .video-thumb {
  display: block;
  position: relative;
  margin-bottom: 6px;
}
.film-video .video-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.film-video .video-text {
  color: #ffffff;
  font-weight: 600;
  display: block;
}

#youtubeModal .close-modal {
  margin-left: auto;
  background: transparent;
  border: 0;
  padding: 0;
}

.near-by-location {
  padding: 94px 0 56px;
  background: #003D39;
  overflow: hidden;
}
@media (min-width: 768px) {
  .near-by-location {
    padding: 120px 0;
  }
}
@media (max-width: 767px) {
  .near-by-location .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.near-by-location .section-header {
  margin-bottom: 4.5rem;
  max-width: 600px;
}
@media (min-width: 768px) {
  .near-by-location .section-header {
    margin-bottom: 3.9rem;
  }
}
@media (min-width: 1200px) {
  .near-by-location .section-header {
    max-width: 600px;
  }
}
.near-by-location .section-header h2 {
  font-size: 1.75rem;
  line-height: 2.25rem;
  color: #ffffff;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .near-by-location .section-header h2 {
    font-size: 2.5rem;
    line-height: 3rem;
    margin-bottom: 1rem;
  }
}
.near-by-location .section-header p {
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #ffffff;
  margin-bottom: 0;
  font-weight: 500;
  max-width: 442px;
}
.near-by-location .nearByLocation {
  overflow: visible;
  position: relative;
}
.near-by-location .nearByLocation:before {
  content: "";
  position: absolute;
  right: 100%;
  width: 2000rem;
  top: 0;
  bottom: 0;
  background-color: #003D39;
  z-index: 11;
}
.near-by-location .nearByLocation .ratio-9x16 .iframe-overlay-content {
  z-index: 3;
}
.near-by-location .nearByLocation .ratio-9x16 .iframe-overlay-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}
.near-by-location .nearByLocation .ratio-9x16 .iframe-overlay-content .overlay-content {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  color: #ffffff;
  padding: 1rem 2rem 1rem 1rem;
}
.near-by-location .nearByLocation .ratio-9x16 .iframe-overlay-content .overlay-content:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.5) 60%, rgba(0, 0, 0, 0.7) 100%);
  z-index: 1;
}
.near-by-location .nearByLocation .ratio-9x16 .iframe-overlay-content .overlay-content p {
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-weight: 600;
  position: relative;
  z-index: 2;
}
@media (max-width: 575px) {
  .near-by-location .nearByLocation .ratio-9x16 iframe {
    will-change: transform;
    transform: translateZ(0);
  }
}
.near-by-location .nearByLocation .short-video-container {
  background-color: #000000;
  border-radius: 4px;
  overflow: hidden;
}
.near-by-location .nearByLocation .short-video-container .play-btn {
  left: 0;
  top: 0;
  transform: none;
  z-index: 3;
  display: block;
  height: auto;
  padding: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.near-by-location.theme-light-green {
  background-color: #00A68F;
}
.near-by-location.theme-light-green .section-header h2 {
  color: #000000;
}
.near-by-location.theme-light-green .section-header p {
  color: #000000;
}
.near-by-location.theme-light-green .nearByLocation:before {
  background-color: #00A68F;
}
.near-by-location.theme-skin {
  background-color: #FFF5EB;
}
.near-by-location.theme-skin .section-header h2 {
  color: #9F7356;
}
.near-by-location.theme-skin .section-header p {
  color: #9F7356;
}
.near-by-location.theme-skin .nearByLocation:before {
  background-color: #FFF5EB;
}

.mini-features {
  background-color: #003D39;
  padding: 120px 0;
}
@media (max-width: 575px) {
  .mini-features .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.mini-features .feature-inner {
  padding: 27px 24px 48px 24px;
  color: #ffffff;
  background-color: #126057;
}
@media (min-width: 576px) {
  .mini-features .feature-inner {
    padding: 27px 32px 56px 27px;
  }
}
.mini-features .feature-inner h2 {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  max-width: 456px;
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1.75rem;
}
@media (min-width: 576px) {
  .mini-features .feature-inner h2 {
    font-size: 1.75rem;
    line-height: 2rem;
  }
}
.mini-features .feature-inner hr {
  border-color: #003D39;
  margin: 2rem 0 3rem;
  opacity: 1;
}
@media (min-width: 576px) {
  .mini-features .feature-inner hr {
    margin: 2rem 0;
  }
}
@media (max-width: 575px) {
  .mini-features .feature-inner .content-wrap {
    display: flex;
    flex-wrap: wrap;
  }
}
.mini-features .feature-inner .content-wrap .icon {
  margin-bottom: 1.5rem;
}
@media (max-width: 575px) {
  .mini-features .feature-inner .content-wrap .icon {
    width: 88px;
    text-align: center;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .mini-features .feature-inner .content-wrap .content {
    width: calc(100% - 88px);
  }
}
.mini-features .feature-inner .content-wrap .content p {
  font-weight: 600;
  line-height: 1rem;
  max-width: 141px;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .mini-features .feature-inner .content-wrap .content p {
    margin: 0 auto;
  }
}
.mini-features.theme-light-green {
  background-color: #00A68F;
}
.mini-features.theme-light-green hr {
  border-color: #00A68F;
}
.mini-features.theme-skin {
  background-color: #FFF5EB;
}
.mini-features.theme-skin hr {
  border-color: #FFF5EB;
}
.mini-features.theme-skin .feature-inner {
  background-color: #9F7356;
}
.mini-features.theme-skin .feature-inner h2 {
  color: #ffffff;
}
.mini-features.theme-skin .feature-inner .content-wrap .icon svg path {
  fill: #ffffff;
}
.mini-features.theme-skin .feature-inner .content-wrap .content p {
  color: #ffffff;
}

.gallery-block {
  padding: 120px 0;
  background-color: #003D39;
}
@media (max-width: 767px) {
  .gallery-block .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.gallery-block h2 {
  color: #ffffff;
  margin-bottom: 3rem;
  max-width: 761px;
}
@media (max-width: 1199px) {
  .gallery-block h2 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
@media (max-width: 767px) {
  .gallery-block h2 {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }
}
.gallery-block .ps-gallery {
  display: grid;
  grid-gap: 17px;
  grid-template-columns: repeat(3, 3fr);
  position: relative;
}
@media (max-width: 767px) {
  .gallery-block .ps-gallery {
    grid-gap: 25px;
    grid-template-columns: repeat(2, 2fr);
  }
}
@media (min-width: 1200px) {
  .gallery-block .ps-gallery {
    grid-gap: 32px;
    grid-template-columns: repeat(4, 3fr);
  }
}
.gallery-block .ps-gallery a {
  display: block;
  overflow: hidden;
}
.gallery-block .ps-gallery a:hover .zoom-btn {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
@media (min-width: 768px) {
  .gallery-block .ps-gallery a:hover .zoom-btn .zoom-circle {
    width: 79px;
    height: 79px;
  }
}
.gallery-block .ps-gallery a:hover .zoom-btn .zoom-text {
  opacity: 1;
  left: 62px;
}
.gallery-block .ps-gallery a:hover:after {
  opacity: 1;
}
.gallery-block .ps-gallery a::after {
  content: "";
  background: #000000;
  background: radial-gradient(circle, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.06) 50%, rgba(0, 0, 0, 0.26) 100%);
  position: absolute;
  inset: 0;
  opacity: 0;
}
.gallery-block .ps-gallery .ps-gallery-item {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
}
.gallery-block .ps-gallery .ps-gallery-item:nth-child(5) {
  grid-row: 2/4;
  grid-column: 1/3;
}
@media (max-width: 1199px) {
  .gallery-block .ps-gallery .ps-gallery-item:nth-last-child(1), .gallery-block .ps-gallery .ps-gallery-item:nth-last-child(2) {
    display: none;
  }
}
@media (max-width: 767px) {
  .gallery-block .ps-gallery .ps-gallery-item:nth-last-child(3) {
    display: none;
  }
}
.gallery-block .ps-gallery .ps-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
  max-width: 100%;
}
.gallery-block.theme-light-green {
  background-color: #00A68F;
}
.gallery-block.theme-light-green h2 {
  color: #000000;
}
.gallery-block.theme-skin {
  background-color: #FFF5EB;
}
.gallery-block.theme-skin h2 {
  color: #9F7356;
}

.form-block {
  position: relative;
  padding: 120px 0 78px;
  background-color: #003D39;
}
@media (max-width: 767px) {
  .form-block .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.form-block h2 {
  color: #ffffff;
  line-height: 1;
  margin-bottom: 1.75rem;
  padding-left: 2rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  .form-block h2 {
    font-size: 2rem;
    padding-left: 0;
  }
}
@media (max-width: 1199px) {
  .form-block h2 {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }
}
.form-block .form-inner {
  background-color: #126057;
  padding: 2rem 2rem 0.5rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .form-block .form-inner {
    margin: 0 -24px;
    padding: 2rem 1.5rem 0.5rem;
  }
}
.form-block .right-image {
  position: absolute;
  right: 0;
  top: calc(50% - 40px);
  transform: translate(0, -50%);
  max-width: 33%;
  height: calc(100% + 78px);
}
@media (max-width: 767px) {
  .form-block .right-image {
    top: calc(90% - 40px);
    max-width: 150px;
    z-index: 1;
    height: auto;
  }
}
.form-block .right-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 767px) {
  .form-block .right-image img {
    margin-top: 0 !important;
    margin-left: 0 !important;
    width: 100% !important;
  }
}
.form-block .right-image.image-position-bottom {
  bottom: 40px;
  top: auto;
  transform: none;
  height: 100%;
}
.form-block .right-image.image-position-bottom img {
  object-position: bottom;
}
.form-block .right-image.image-position-top img {
  object-position: top;
}
.form-block .right-image.image-position-right img {
  object-position: right;
}
.form-block .right-image.image-position-left img {
  object-position: left;
}
.form-block .right-image.image-position-center img {
  object-position: center;
}
.form-block .right-image.image-size-large {
  max-width: 40%;
}
.form-block .right-image.image-size-small {
  max-width: 20%;
}
@media (max-width: 767px) {
  .form-block .right-image.image-size-small {
    max-width: 90px;
  }
}
.form-block .call-us-action {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .form-block .call-us-action {
    padding: 0;
    max-width: 50%;
  }
}
.form-block .call-us-action a {
  display: flex;
  gap: 1rem;
  text-decoration: none;
  color: #ffffff;
  line-height: 1;
  padding-top: 1.5rem;
  padding-bottom: 2.25rem;
}
@media (max-width: 767px) {
  .form-block .call-us-action a {
    flex-direction: column;
  }
}
.form-block .call-us-action a .text .text-big {
  display: block;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  .form-block .call-us-action a .text .text-big {
    font-size: 1.75rem;
    line-height: 1;
  }
}
.form-block .call-us-action a .text .text-small {
  display: block;
  font-size: 0.875rem;
  line-height: 1.125rem;
  color: #FFF5EB;
}
@media (min-width: 768px) {
  .form-block .call-us-action a .text .text-small {
    line-height: 1.75rem;
  }
}
.form-block.theme-light-green {
  background-color: #00A68F;
}
.form-block.theme-light-green h2 {
  color: #000000;
}
.form-block.theme-light-green .call-us-action a {
  color: #003D39;
}
.form-block.theme-light-green .call-us-action a .icon svg path {
  fill: #003D39;
}
.form-block.theme-light-green .call-us-action a .text .text-small {
  color: #003D39;
}
.form-block.theme-skin {
  background-color: #FFF5EB;
}
.form-block.theme-skin h2 {
  color: #9F7356;
}
.form-block.theme-skin .form-inner {
  background-color: #9F7356;
}
.form-block.theme-skin .call-us-action a {
  color: #9F7356;
}
.form-block.theme-skin .call-us-action a .icon svg path {
  fill: #9F7356;
}
.form-block.theme-skin .call-us-action a .text .text-small {
  color: #9F7356;
}

.otp-form {
  padding: 21px 0 20px;
  margin-top: 20px;
  border-top: 1px solid #ffffff;
}
.otp-form .otp-inner .form-label {
  font-size: 12px;
}
.otp-form .otp-inner #otp {
  gap: 1rem;
}
.otp-form .otp-inner #otp .form-control {
  padding: 9px 0;
  font-size: 1.5rem;
  line-height: 1;
  max-width: 40px;
}
.otp-form .otp-inner .resend-wrap {
  margin-top: 34px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 27px;
  line-height: 1.5;
}
.otp-form .otp-inner .resend-wrap .resend-otp {
  display: block;
}

.otp-form-inner-box .resend-wrap {
  margin-top: 34px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 27px;
  line-height: 1.5;
  margin-bottom: 16px;
}
.otp-form-inner-box .resend-wrap p {
  margin-bottom: 0;
}
.otp-form-inner-box .resend-wrap .form-submit {
  min-width: 104px;
}

.three-sixty-view {
  position: relative;
}
.three-sixty-view iframe {
  width: 100%;
  height: 70vh;
  position: relative;
  display: block;
}
@media (min-width: 768px) {
  .three-sixty-view iframe {
    height: 75vh;
  }
}
@media (min-width: 1200px) {
  .three-sixty-view iframe {
    height: 90vh;
  }
}
.three-sixty-view .iframe-over-text {
  position: absolute;
  left: 17px;
  top: 45px;
  background-color: #003d39;
  background-color: #003D39;
}
@media (min-width: 768px) {
  .three-sixty-view .iframe-over-text {
    right: 40px;
    left: auto;
    top: 90px;
  }
}
@media (min-width: 1200px) {
  .three-sixty-view .iframe-over-text {
    right: 120px;
  }
}
.three-sixty-view .iframe-over-text h2 {
  color: #ffffff;
  padding: 18px 28px;
  text-align: right;
}
@media (max-width: 767px) {
  .three-sixty-view .iframe-over-text h2 {
    padding: 12px 20px 5px;
    text-align: left;
    font-size: 28px;
    line-height: 2.25rem;
  }
}
.three-sixty-view.theme-light-green .iframe-over-text {
  background-color: #00A68F;
}
.three-sixty-view.theme-light-green .iframe-over-text h2 {
  color: #000000;
}
.three-sixty-view.theme-skin .iframe-over-text {
  background-color: #9F7356;
}
.three-sixty-view.theme-skin .iframe-over-text h2 {
  color: #ffffff;
}

.master-plan-deep-zoom {
  padding: 120px 0 114px;
  background-color: #003D39;
}
@media (max-width: 767px) {
  .master-plan-deep-zoom .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 991px) {
  .master-plan-deep-zoom .gx-62 {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
  }
}
.master-plan-deep-zoom .content-top {
  margin-bottom: 40px;
}
.master-plan-deep-zoom .content-top h2 {
  color: #ffffff;
  margin-bottom: 1rem;
}
.master-plan-deep-zoom .content-top p {
  color: #ffffff;
  line-height: 1.5rem;
  font-weight: 500;
  max-width: 450px;
}
.master-plan-deep-zoom .max-width-row {
  padding: 0;
}
@media (min-width: 768px) {
  .master-plan-deep-zoom .max-width-row {
    max-width: 440px;
  }
}
@media (min-width: 768px) {
  .master-plan-deep-zoom .max-width-row [class^=col-] {
    max-width: 190px;
    width: auto;
  }
}
.master-plan-deep-zoom .content-wrap .icon {
  margin-bottom: 12px;
}
.master-plan-deep-zoom .content-wrap .icon img {
  max-height: 32px;
}
.master-plan-deep-zoom .content-wrap .icon svg path,
.master-plan-deep-zoom .content-wrap .icon svg circle {
  stroke: #ffffff;
}
.master-plan-deep-zoom .content-wrap .content h3 {
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
}
.master-plan-deep-zoom .content-wrap .content p {
  color: #ffffff;
  line-height: 1.125rem;
  font-weight: 400;
}
.master-plan-deep-zoom .deep-zoom-image {
  position: absolute;
  right: 0;
  max-width: 50%;
  padding-right: 0;
  height: 500px;
}
@media (max-width: 991px) {
  .master-plan-deep-zoom .deep-zoom-image {
    position: relative;
    max-width: initial;
    height: 400px;
    margin: 0 -40px;
    padding: 0;
    width: calc(100% + 80px);
    right: unset;
  }
}
@media (max-width: 767px) {
  .master-plan-deep-zoom .deep-zoom-image {
    margin: 0 -24px;
    width: calc(100% + 48px);
  }
}
.master-plan-deep-zoom .deep-zoom-image .deep-zoom-item {
  width: 100%;
  height: 100%;
}
.master-plan-deep-zoom .deep-zoom-image .deep-zoom-item > a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.master-plan-deep-zoom .deep-zoom-image .deep-zoom-item > a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  object-position: bottom;
}
.master-plan-deep-zoom .deep-zoom-image .deep-zoom-item > a .zoom-btn {
  left: 0;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
@media (max-width: 991px) {
  .master-plan-deep-zoom .deep-zoom-image .deep-zoom-item > a .zoom-btn {
    right: 44px;
    top: 66px;
    left: auto;
  }
}
@media (max-width: 767px) {
  .master-plan-deep-zoom .deep-zoom-image .deep-zoom-item > a .zoom-btn {
    right: auto;
    top: 50%;
    left: 50%;
  }
}
.master-plan-deep-zoom .deep-zoom-image .deep-zoom-item > a .zoom-btn .zoom-circle {
  width: 79px;
  height: 79px;
  box-shadow: 0 0 8px rgba(0, 61, 57, 0.5215686275);
}
.master-plan-deep-zoom .deep-zoom-image .deep-zoom-item > a .zoom-btn .zoom-text {
  transition: all 0.4s ease-in-out;
}
@media (max-width: 991px) {
  .master-plan-deep-zoom .deep-zoom-image .deep-zoom-item > a .zoom-btn .zoom-text {
    left: 66px;
    opacity: 1;
    display: block;
  }
}
.master-plan-deep-zoom .deep-zoom-image .deep-zoom-item > a:hover .zoom-text {
  opacity: 1;
  left: 66px;
}
.master-plan-deep-zoom.theme-light-green {
  background-color: #00A68F;
}
.master-plan-deep-zoom.theme-light-green .content-wrap .icon svg path,
.master-plan-deep-zoom.theme-light-green .content-wrap .icon svg circle {
  stroke: #000000;
}
.master-plan-deep-zoom.theme-light-green .content-top h2 {
  color: #000000;
}
.master-plan-deep-zoom.theme-light-green .content-top p {
  color: #000000;
}
.master-plan-deep-zoom.theme-light-green .content h3 {
  color: #000000;
}
.master-plan-deep-zoom.theme-light-green .content p {
  color: #000000;
}
.master-plan-deep-zoom.theme-skin {
  background-color: #FFF5EB;
}
.master-plan-deep-zoom.theme-skin .content-wrap .icon svg path,
.master-plan-deep-zoom.theme-skin .content-wrap .icon svg circle {
  stroke: #9F7356;
}
.master-plan-deep-zoom.theme-skin .content-top h2 {
  color: #9F7356;
}
.master-plan-deep-zoom.theme-skin .content-top p {
  color: #9F7356;
}
.master-plan-deep-zoom.theme-skin .content h3 {
  color: #9F7356;
}
.master-plan-deep-zoom.theme-skin .content p {
  color: #9F7356;
}
.master-plan-deep-zoom.theme-skin .zoom-btn .zoom-circle {
  box-shadow: 0 0 8px rgba(159, 115, 86, 0.5) !important;
}
.master-plan-deep-zoom.theme-skin .zoom-btn .zoom-circle svg path {
  fill: #9F7356 !important;
}
.master-plan-deep-zoom.theme-skin .zoom-btn .zoom-text {
  background-color: #9F7356;
}

.tabbing-block {
  background-color: #003D39;
  padding: 120px 0px;
}
@media (max-width: 1024px) {
  .tabbing-block .container-sm {
    padding-left: 0;
    padding-right: 0;
  }
}
.tabbing-block .tabbing-inner {
  padding: 35px 24px 16px;
  background: #126057;
  overflow: hidden;
}
@media (min-width: 768px) {
  .tabbing-block .tabbing-inner {
    padding: 2rem;
  }
}
.tabbing-block .tabbing-inner h2 {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem;
  text-transform: uppercase;
  max-width: 442px;
  font-family: "Montserrat";
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .tabbing-block .tabbing-inner h2 {
    font-size: 1.75rem;
  }
}
.tabbing-block .tabbing-inner .imagesbox {
  position: relative;
}
.tabbing-block .tabbing-inner .imagesbox img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}
.tabbing-block .tabbing-inner .imagesbox .right-arrow-dir {
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
.tabbing-block .tabbing-inner .tab-box .nav-tabs {
  width: fit-content;
  min-width: 164px;
}
.tabbing-block .tabbing-inner .tab-box .nav-tabs li {
  margin-right: 0px;
  margin-bottom: 0px;
  display: inline-block;
  list-style: none;
}
.tabbing-block .tabbing-inner .tab-box .nav-tabs .nav-link.active {
  border-bottom: 4px solid #ffffff !important;
  font-weight: 600;
}
.tabbing-block .tabbing-inner .tab-box .nav-tabs .nav-link {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
}
.tabbing-block .tabbing-inner .tab-box .nav-tabs .nav-link {
  background-color: transparent;
  color: #fff;
  padding: 10px 0px;
  margin: 0px 33px 0px 0px;
  border: none;
  font-size: 18px;
  font-weight: 400;
}
.tabbing-block .tabbing-inner .tab-box .nav-tabs .nav-link.active, .tabbing-block .tabbing-inner .tab-box .nav-tabs .nav-link:hover {
  border-bottom: 4px solid #ffffff !important;
  font-weight: 600;
}
@media (min-width: 992px) {
  .tabbing-block .tabbing-inner .tab-box .nav-tabs li:last-child .nav-link {
    margin-right: 0px;
  }
}
.tabbing-block .tabbing-inner .tab-box .tab-content {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  max-width: 633px;
  padding: 1.75rem 0 3rem 0;
  font-family: "Montserrat";
}
.tabbing-block.theme-light-green {
  background-color: #00A68F;
}
.tabbing-block.theme-skin {
  background-color: #FFF5EB;
}
.tabbing-block.theme-skin .tabbing-inner {
  background: #9F7356;
}
.tabbing-block.theme-skin .tab-header::before {
  background: #9F7356;
}

@media (max-width: 767px) {
  .tabbing-block .container-sm {
    padding: 0px;
  }
  .tab-header::before {
    content: "";
    width: 200px;
    position: absolute;
    right: 100%;
    top: 0;
    background: #126057;
    bottom: -3px;
    z-index: 3;
  }
  .tab-header {
    position: relative;
  }
  .nav-tabs {
    width: auto !important;
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow: auto;
    margin: 0 -24px 0 0;
  }
}
.gx-106 {
  --bs-gutter-x: 3rem;
  --bs-gutter-y: 3rem;
}
@media (min-width: 1025px) {
  .gx-106 {
    --bs-gutter-x: 6.625rem;
    --bs-gutter-y: 0;
  }
}

.check-point-block {
  background-color: #003D39;
  padding: 99px 0px 104px 0px;
}
@media (min-width: 1025px) {
  .check-point-block {
    padding: 99px 0px 144px 0px;
  }
}
@media (min-width: 1200px) {
  .check-point-block .check-point-video {
    margin-top: 61px;
  }
}
.check-point-block .check-point-video .film-video .hero_content_play {
  display: block;
  position: relative;
  max-width: initial;
  text-decoration: none;
}
@media (max-width: 767px) {
  .check-point-block .check-point-video .film-video .hero_content_play {
    max-width: 100%;
  }
}
.check-point-block .check-point-video .film-video .hero_content_play:hover .video-thumb svg path {
  opacity: 1;
}
.check-point-block .check-point-video .film-video .hero_content_play:focus-visible {
  outline: none;
}
.check-point-block .check-point-video .film-video .hero_content_play:focus-visible .video-thumb {
  outline: 1px solid #e4b587;
  outline-offset: 1px;
}
.check-point-block .check-point-video .film-video .video-thumb {
  display: block;
  position: relative;
  margin-bottom: 6px;
}
.check-point-block .check-point-video .film-video .video-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 1px solid #126057;
}
.check-point-block .check-point-video .film-video .video-text {
  color: #ffffff;
  font-weight: 600;
  display: block;
}
.check-point-block .check-point-content {
  margin-top: 49px;
  padding: 0px 33px;
}
@media (max-width: 767px) {
  .check-point-block .check-point-content {
    padding: 0px;
  }
}
.check-point-block .check-point-content h2 {
  color: #ffffff;
  font-size: 32px;
  font-weight: 400;
  line-height: 2.5rem;
  font-family: "Prata", serif;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .check-point-block .check-point-content h2 {
    font-size: 40px;
    line-height: 3.5rem;
  }
}
@media (min-width: 1025px) {
  .check-point-block .check-point-content h2 {
    font-size: 48px;
  }
}
.check-point-block .check-point-content p {
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  font-family: "Montserrat", sans-serif;
}
.check-point-block.theme-light-green {
  background-color: #00A68F;
}
.check-point-block.theme-light-green .check-point-content h2 {
  color: #000000;
}
.check-point-block.theme-light-green .check-point-content p {
  color: #000000;
}
.check-point-block.theme-light-green .film-video .hero_content_play:hover .video-thumb svg path {
  fill: #000000;
}
.check-point-block.theme-light-green .check-point-video .film-video .video-thumb img {
  border: 1px solid #126057;
}
.check-point-block.theme-skin {
  background-color: #FFF5EB;
}
.check-point-block.theme-skin .check-point-content h2 {
  color: #9F7356;
}
.check-point-block.theme-skin .check-point-content p {
  color: #9F7356;
}
.check-point-block.theme-skin .film-video .hero_content_play:hover .video-thumb svg path {
  fill: #9F7356;
}
@media (max-width: 767px) {
  .check-point-block .check-point-img {
    text-align: center;
  }
}
@media (max-width: 640px) {
  .check-point-block .check-point-img {
    max-width: 251px;
    margin: 0 auto;
  }
}

.searchdropdown {
  padding: 96px 0px 40px 0px;
  background-color: #FFF5EB;
  color: #9F7356;
  font-family: "Prata", serif;
}
@media (min-width: 768px) {
  .searchdropdown {
    padding: 120px 0px 56px 0px;
  }
}
.searchdropdown .search-dropdown-inner {
  display: flex;
  flex-basis: content;
  flex-wrap: wrap;
  align-items: center;
  overflow: hidden;
}
.searchdropdown .search-dropdown-inner p {
  padding: 0px;
  margin: 0px;
  padding: 0px;
  font-size: 2rem;
  line-height: 2.5rem;
  font-family: "Prata", serif;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .searchdropdown .search-dropdown-inner p {
    font-size: 2.5rem;
  }
}
@media (min-width: 1025px) {
  .searchdropdown .search-dropdown-inner p {
    font-size: 3rem;
    line-height: 3rem;
  }
}
.searchdropdown .search-dropdown-inner .select-box::after {
  content: ",";
  position: absolute;
  bottom: -26px;
  z-index: 3;
  font-size: 54px;
  right: -18px;
  line-height: 2;
}
.searchdropdown .search-dropdown-inner .select-box:last-child::after {
  content: ".";
}
.searchdropdown .search-dropdown-inner .select-box {
  width: fit-content;
  position: relative;
  margin-right: 30px;
  margin-block: 0;
}
.searchdropdown .search-dropdown-inner .select-box .form-select {
  background-image: url(../images/caret-down-golden.svg);
  font-size: 2rem;
  padding: 6px 43px 2px 4px;
  background-color: transparent;
  color: #9f7356;
  border: 0;
  border-bottom: 2px solid #9f7356;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  margin-bottom: 8px;
  line-height: 3rem;
  background-size: 26px;
}
@media (min-width: 768px) {
  .searchdropdown .search-dropdown-inner .select-box .form-select {
    font-size: 2.5rem;
    line-height: 3.4rem;
  }
}
@media (min-width: 1025px) {
  .searchdropdown .search-dropdown-inner .select-box .form-select {
    font-size: 3rem;
  }
}
.searchdropdown .search-dropdown-inner .select-box .form-select option {
  padding: 10px;
  color: #9F7356;
}
.searchdropdown .search-dropdown-inner .select-box.active {
  background-color: #9F7356;
  padding-left: 10px;
  padding-right: 10px;
}
.searchdropdown .search-dropdown-inner .select-box.active .form-select {
  color: #ffffff;
  border-bottom: 2px solid #ffffff;
  background-image: url(../images/caret-down.svg);
}
.searchdropdown.theme-light-green {
  background-color: #00A68F;
  color: #000000;
}
.searchdropdown.theme-light-green .search-dropdown-inner .select-box .form-select {
  color: #000000;
  border-bottom: 2px solid #000000;
  background-image: url(../images/caret-down-dark.svg);
}
.searchdropdown.theme-light-green .search-dropdown-inner .select-box .form-select option {
  color: #000000;
}
.searchdropdown.theme-light-green .search-dropdown-inner .select-box.active {
  background-color: #000000;
}
.searchdropdown.theme-light-green .search-dropdown-inner .select-box.active .form-select {
  color: #ffffff !important;
  border-bottom: 2px solid #ffffff !important;
  background-image: url(../images/caret-down.svg);
}
.searchdropdown.theme-light-green .search-dropdown-inner p {
  color: #000000;
}
.searchdropdown.theme-skin {
  background-color: #003D39;
  color: #ffffff;
}
.searchdropdown.theme-skin .search-dropdown-inner .select-box .form-select {
  color: #ffffff;
  border-bottom: 2px solid #ffffff;
  background-image: url(../images/caret-down.svg);
}
.searchdropdown.theme-skin .search-dropdown-inner .select-box .form-select option {
  color: #003D39;
}
.searchdropdown.theme-skin .search-dropdown-inner .select-box.active {
  background-color: #FFF5EB;
}
.searchdropdown.theme-skin .search-dropdown-inner .select-box.active .form-select {
  color: #003D39;
  border-bottom: 2px solid #003D39;
  background-image: url(../images/caret-down-dark.svg);
}
.searchdropdown.theme-skin .search-dropdown-inner p {
  color: #ffffff;
}

.line-section-header {
  background-color: #FFF5EB; /* Light beige background */
  padding: 2.5rem 0;
}
.line-section-header .section-title {
  color: #9F7356;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 2rem;
  text-transform: uppercase;
}
.line-section-header .title-line {
  border-top: 1px solid #9F7356;
  flex-grow: 1;
  margin-left: 1rem;
  align-self: center;
}
.line-section-header.theme-light-green {
  background-color: #00A68F; /* Light green background */
}
.line-section-header.theme-light-green .section-title {
  color: #003D39; /* Dark text for contrast */
}
.line-section-header.theme-light-green .title-line {
  border-top: 1px solid #003D39; /* Dark line for contrast */
}
.line-section-header.theme-skin {
  background-color: #003D39; /* Dark beige background */
}
.line-section-header.theme-skin .section-title {
  color: #ffffff; /* Light text for contrast */
}
.line-section-header.theme-skin .title-line {
  border-top: 1px solid #ffffff; /* Light line for contrast */
}

.project-card {
  padding: 0px 0 110px;
  background-color: #FFF5EB;
}
.project-card .project-image-wrapper {
  position: relative;
  padding-bottom: 70px;
}
@media (min-width: 992px) {
  .project-card .project-image-wrapper {
    padding-bottom: 50px;
  }
}
.project-card .project-image-wrapper img {
  max-width: 100%;
  height: auto;
  display: block;
}
.project-card .project-image-wrapper .button-with-icon {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .project-card .project-image-wrapper .button-with-icon {
    position: absolute;
    left: 20%;
    bottom: 30px;
    margin: 0;
  }
}
.project-card .project-detail-content {
  max-width: 443px;
}
.project-card .project-detail-content .plan-views {
  font-size: 1.5rem;
  line-height: 1.75rem;
  color: #126057;
}
.project-card .project-detail-content .premier-villa {
  font-size: 1.25rem;
  line-height: 2.5rem;
  font-weight: 600;
  color: #126057;
  border-bottom: 2px solid #126057;
  margin-bottom: 0.5rem;
}
.project-card .project-detail-content .vastu-text {
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #126057;
  margin-bottom: 1.5rem;
  font-weight: 500;
}
.project-card .project-detail-content .tag {
  background-color: rgba(0, 61, 57, 0.2);
  border-radius: 11px;
  padding: 3px 19px 4px 12px;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  color: #003D39;
  line-height: 1.25;
}
.project-card .project-detail-content .bhk-text {
  gap: 1rem;
  margin-bottom: 0.5rem;
}
.project-card .project-detail-content .bhk-text .label-bold {
  font-size: 1.5rem;
  line-height: 1.75rem;
  color: #003D39;
  font-weight: 600;
}
.project-card .project-detail-content .bhk-text .label-light {
  font-size: 1.5rem;
  line-height: 1.5rem;
  color: #9F7356;
  font-weight: 500;
}
.project-card .project-detail-content .sq-yard-text {
  gap: 0.75rem;
}
.project-card .project-detail-content .sq-yard-text .text-link {
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #003D39;
  font-weight: 600;
  text-decoration: underline;
}
.project-card .project-detail-content .sq-yard-text .text-light-link {
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #9F7356;
  font-weight: 500;
}
@media (max-width: 991px) {
  .project-card .project-detail-content .view-floorplan-button {
    position: absolute;
    bottom: 10px;
  }
}
.project-card.theme-light-green {
  background-color: #00A68F;
}
.project-card.theme-light-green .project-detail-content .plan-views,
.project-card.theme-light-green .project-detail-content .premier-villa,
.project-card.theme-light-green .project-detail-content .tag {
  color: #003D39;
  border-color: #003D39;
}
.project-card.theme-light-green .project-detail-content .vastu-text,
.project-card.theme-light-green .project-detail-content .bhk-text .label-bold,
.project-card.theme-light-green .project-detail-content .sq-yard-text .text-link {
  color: #000000;
}
.project-card.theme-light-green .project-detail-content .bhk-text .label-light,
.project-card.theme-light-green .project-detail-content .sq-yard-text .text-light-link {
  color: #ffffff;
}
.project-card.theme-skin {
  background-color: #003D39;
}
.project-card.theme-skin .project-detail-content .plan-views,
.project-card.theme-skin .project-detail-content .premier-villa,
.project-card.theme-skin .project-detail-content .tag {
  color: #ffffff;
  border-color: #ffffff;
}
.project-card.theme-skin .project-detail-content .tag {
  background-color: rgba(255, 255, 255, 0.2);
}
.project-card.theme-skin .project-detail-content .vastu-text,
.project-card.theme-skin .project-detail-content .bhk-text .label-bold,
.project-card.theme-skin .project-detail-content .sq-yard-text .text-link {
  color: #ffffff;
}
.project-card.theme-skin .project-detail-content .bhk-text .label-light,
.project-card.theme-skin .project-detail-content .sq-yard-text .text-light-link {
  color: #00A68F;
}
.project-card.theme-skin .btn-with-outline-primary {
  color: #ffffff;
  border: 1.5px solid #ffffff;
}
.project-card.theme-skin .btn-with-outline-primary svg path {
  fill: #ffffff;
}
.project-card.theme-skin .btn-with-primary {
  background-color: #126057;
}

.article-head {
  background-color: #FFF5EB;
  padding: 172px 0 35px;
}
@media (min-width: 992px) {
  .article-head {
    padding: 172px 0 1px;
  }
}
.article-head h1 {
  font-size: 2rem;
  line-height: 2.5rem;
  color: #003D39;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .article-head h1 {
    font-size: 2.5rem;
    line-height: 3rem;
    margin-bottom: 2rem;
  }
}
@media (min-width: 1200px) {
  .article-head h1 {
    font-size: 4rem;
    line-height: 4.5rem;
  }
}
@media (min-width: 768px) {
  .article-head .head-max {
    display: flex;
    gap: 26px;
  }
}
@media (min-width: 992px) {
  .article-head .head-max {
    display: block;
    max-width: 300px;
    margin-bottom: -40px;
  }
}

nav .breadcrumb {
  margin-bottom: 8px;
}
nav .breadcrumb li {
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #003D39;
  font-weight: 600;
  text-transform: uppercase;
}
nav .breadcrumb li a {
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #003D39;
  opacity: 0.4;
  font-weight: 600;
  text-decoration: none;
}
nav .breadcrumb li a:hover {
  opacity: 1;
}
nav .breadcrumb li.active {
  opacity: 0.6;
  text-decoration: underline;
}
nav .breadcrumb li.active a {
  opacity: 0.6;
}

.article-date {
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #003D39;
  opacity: 0.6;
}

.video-block.film-video .hero_content_play {
  max-width: 100%;
}

.article-mini-features .feature-inner {
  padding: 35px 32px 35px 27px;
}

@media (max-width: 767px) {
  .image-block {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
.image-block img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 767px) {
  .article-video-block .video-block {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}

.text-content {
  color: #003D39;
}
.text-content h2 {
  font-size: 1.75rem;
  line-height: 2.5rem;
  font-weight: 400;
  color: #003D39;
  margin-bottom: 1.125rem;
  font-family: "Montserrat", sans-serif;
}
@media (min-width: 768px) {
  .text-content h2 {
    font-size: 2.25rem;
  }
}
@media (min-width: 1024px) {
  .text-content h2 {
    font-size: 2.5rem;
  }
}
.text-content h3 {
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: 600;
  color: #003D39;
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  .text-content h3 {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
}
.text-content p {
  font-size: 1rem;
  line-height: 1.75rem;
}
@media (min-width: 768px) {
  .text-content p {
    font-size: 1.125rem;
  }
}
.text-content ul {
  padding-left: 1.2rem;
  list-style-image: url(../images/bullet.svg);
  padding-top: 1rem;
  max-width: 633px;
}
.text-content ul li {
  margin-bottom: 1rem;
  color: #003D39;
  padding-left: 1rem;
  font-size: 1rem;
  line-height: 1.75rem;
}
@media (min-width: 768px) {
  .text-content ul li {
    font-size: 1.125rem;
    margin-bottom: 1.75rem;
  }
}
.text-content ol {
  padding-left: 1.2rem;
  padding-top: 1rem;
  max-width: 633px;
}
.text-content ol li {
  margin-bottom: 1rem;
  color: #003D39;
  padding-left: 1rem;
  font-size: 1rem;
  line-height: 1.75rem;
}
@media (min-width: 768px) {
  .text-content ol li {
    font-size: 1.125rem;
    margin-bottom: 1.75rem;
  }
}
.text-content b {
  font-weight: 600;
}

@media (min-width: 768px) {
  .image-with-caption .figure-img {
    width: 61%;
  }
}
.image-with-caption .figure-caption {
  font-size: 0.875rem;
  line-height: 1.125rem;
  color: #003D39;
  opacity: 0.6;
  margin-top: 0.5rem;
}
@media (min-width: 768px) {
  .image-with-caption .figure-caption {
    width: 39%;
    padding-left: 2rem;
    line-height: 1.5rem;
    margin-top: 0;
  }
}

.article-blockquote {
  padding-bottom: 3rem;
}
.article-blockquote .blockquote {
  padding: 0 4rem;
  color: #126057;
  position: relative;
}
@media (min-width: 768px) {
  .article-blockquote .blockquote {
    padding: 0 6rem;
  }
}
.article-blockquote .blockquote::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 40px;
  background-image: url(../images/quote.svg);
  background-repeat: no-repeat;
}
.article-blockquote .blockquote::after {
  content: "";
  position: absolute;
  right: 36px;
  bottom: 0;
  width: 30px;
  height: 40px;
  background-image: url(../images/quote.svg);
  background-repeat: no-repeat;
  transform: rotate(180deg);
}
.article-blockquote .blockquote p {
  font-size: 1.125rem;
  line-height: 2rem;
}
@media (min-width: 768px) {
  .article-blockquote .blockquote p {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
}

.article-gallery {
  background-color: #003D39;
}
.article-gallery .gallery-block {
  background-color: transparent;
}
.article-gallery .gallery-block .ps-gallery {
  grid-template-columns: repeat(3, 3fr);
  gap: 1.5rem;
}
@media (max-width: 767px) {
  .article-gallery .gallery-block .ps-gallery {
    grid-template-columns: repeat(2, 3fr);
  }
}
.article-gallery .gallery-block .ps-gallery .ps-gallery-item {
  display: block;
}
.article-gallery .gallery-block .ps-gallery .ps-gallery-item:nth-last-child(1), .article-gallery .gallery-block .ps-gallery .ps-gallery-item:nth-last-child(2) {
  display: block;
}
@media (max-width: 767px) {
  .article-gallery .gallery-block .ps-gallery .ps-gallery-item:nth-last-child(1) {
    display: none;
  }
}
.article-gallery.theme-light-green {
  background-color: #00A68F;
}
.article-gallery.theme-skin {
  background-color: #FFF5EB;
}

.article-table-block .table {
  margin: 0;
}
.article-table-block .table.first-col-witdh th:first-child,
.article-table-block .table.first-col-witdh td:first-child {
  width: 50%;
}
.article-table-block .table tr.border-top-green {
  border-top: 4px solid #003D39;
}
.article-table-block .table tr td {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #003D39;
  font-weight: 400;
  background-color: transparent;
  padding: 20px 1rem;
  border-bottom: 1px solid #003D39;
}
.article-table-block .table tr td.bg-light-green {
  background-color: rgba(0, 166, 143, 0.5);
}
.article-table-block .table tr th {
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #003D39;
  font-weight: 600;
  background-color: rgba(18, 96, 87, 0.1);
  border: 0;
  padding: 12px 1rem;
}

.sheet-cost-details {
  background-color: rgba(18, 96, 87, 0.1);
  padding: 1.5rem;
  margin-bottom: 25px;
}
.sheet-cost-details .table {
  margin: 0;
}
.sheet-cost-details .table tr td {
  padding: 0.5rem 0;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #003D39;
  font-weight: 400;
  background-color: transparent;
  width: 40%;
  border-bottom: 0;
}
.sheet-cost-details .table tr th {
  padding: 0.5rem 0;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #003D39;
  font-weight: 600;
  background-color: transparent;
  border-bottom: 0;
}

.cost-sheet .table tr.bg-dark-green {
  background-color: #003D39;
}
.cost-sheet .table tr.bg-dark-green td {
  color: #ffffff;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.5rem;
  border: 0;
  padding: 15px 16px;
}
.cost-sheet .table tr.bg-light-green {
  background-color: rgba(0, 166, 143, 0.5);
}
.cost-sheet .table tr.bg-light-green td {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.5rem;
  border: 0;
  padding: 15px 16px;
}
.cost-sheet .table tr.mrgin-top-36 {
  border-top: 36px solid #FFF5EB;
}
.cost-sheet .table.mt-143 {
  margin-top: 80px;
}
@media (min-width: 768px) {
  .cost-sheet .table.mt-143 {
    margin-top: 143px;
  }
}

.article-form-block {
  padding-top: 80px;
  padding-bottom: 64px;
}
@media (min-width: 768px) {
  .article-form-block {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}
.article-form-block .form-block {
  background-color: transparent;
}
.article-form-block .form-inner {
  background-color: rgba(18, 96, 87, 0.1);
}
.article-form-block .form-inner .field-bg {
  background-color: rgba(18, 96, 87, 0.1);
}
.article-form-block .form-inner .field-bg .form-label {
  color: #003D39;
}
.article-form-block .form-inner .field-bg .form-select,
.article-form-block .form-inner .field-bg .form-control {
  color: #003D39;
  border-bottom: 1px solid #003D39;
}
.article-form-block .form-inner .field-bg .form-select {
  background-image: url(../images/caret-down-dark.svg);
}
.article-form-block .call-us-action a {
  color: #003D39;
}
.article-form-block .call-us-action a .text .text-small {
  color: #003D39;
}
.article-form-block .call-us-action a svg path {
  fill: #003D39;
}

.video-card {
  background-color: rgba(18, 96, 87, 0.1);
  padding: 38px 24px 58px;
}
@media (max-width: 767px) {
  .video-card {
    padding: 38px 16px 58px;
    margin: 0 -16px;
  }
}
.video-card .video-inner {
  max-width: 728px;
  margin: 0 auto;
}
.video-card .video-inner .play-video-content {
  position: relative;
  display: flex;
  gap: 20px;
  align-items: start;
  margin-bottom: 1.5rem;
  flex-direction: column;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .video-card .video-inner .play-video-content {
    gap: 30px;
    align-items: start;
  }
}
@media (min-width: 1200px) {
  .video-card .video-inner .play-video-content {
    align-items: center;
  }
}
@media (min-width: 1200px) {
  .video-card .video-inner .play-video-content .icon {
    position: absolute;
    left: -72px;
    top: 15px;
  }
}
.video-card .video-inner .play-video-content p {
  font-size: 1rem;
  line-height: 1.5rem 24px;
  color: #003D39;
  font-weight: 600;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .video-card .video-inner .play-video-content p {
    font-size: 1.25rem;
    line-height: 2rem;
  }
}
@media (min-width: 1200px) {
  .video-card .video-inner .play-video-content p {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
}
.video-card .video-inner .video-thumb {
  margin-bottom: 2rem;
}
.pdf-viewer canvas {
  margin: 0 auto;
  display: block;
}

.pdf-viewer-block {
  background-color: #FFF5EB;
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .pdf-viewer-block .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.pdf-viewer-block .pdf-thumbs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.pdf-viewer-block .pdf-thumbs a {
  display: block;
  position: relative;
  border: 2px solid #E4B587;
}
.pdf-viewer-block .pdf-thumbs a img {
  height: auto;
}
.pdf-viewer-block .pdf-thumbs a .see-more-text {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 15px 1rem;
  color: #003D39;
  font-weight: 600;
  background: #E4B587;
  background: linear-gradient(0deg, rgb(228, 181, 135) 0%, rgba(228, 181, 135, 0.1) 100%);
}

.pdf-viewer-modal .modal-content {
  background: rgba(0, 0, 0, 0.5);
}
.pdf-viewer-modal .modal-content .btn-close {
  opacity: 1;
  position: absolute;
  right: 25px;
  top: 50px;
  z-index: 9999;
  border: 2px solid;
  box-shadow: 0 0 5px #fff;
  background-color: #fff;
}

.wpadminbar .pdf-viewer-modal .btn-close {
  top: 60px;
}

.error-container {
  background: linear-gradient(to top, #003D39, #126057);
  min-height: 400px;
  height: 80vh;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.error-container .error-code-inner {
  text-align: center;
  padding: 20px 32px;
  max-width: 500px;
  margin-top: 120px;
}
.error-container .error-code {
  font-size: 120px;
  font-weight: 700;
  background: linear-gradient(to right, #9F7356, #FFF5EB);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.2;
  margin-bottom: 1rem;
}
.error-container .error-title {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  margin-top: 0px;
}
.error-container .error-message {
  color: #ffffff;
  margin: 10px 0 30px;
}

.header {
  position: relative;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
@media (min-width: 768px) {
  .header {
    padding-bottom: 55px;
  }
}
.header .navbar-custom {
  background: transparent;
  padding: 17px 0 0px;
  transition: padding, border 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .header .navbar-custom {
    padding: 0;
  }
}
.header .navbar-custom .navbar-brand {
  padding: 0;
}
@media (min-width: 768px) {
  .header .navbar-custom .navbar-brand {
    margin: 0 0 -56px;
  }
}
.header .navbar-custom .navbar-brand img {
  height: 62px;
}
@media (min-width: 768px) {
  .header .navbar-custom .navbar-brand img {
    height: 62px;
  }
}
@media (min-width: 1025px) {
  .header .navbar-custom .navbar-brand img {
    height: 82px;
  }
}
@media (max-width: 767px) {
  .header .navbar-custom .navbar-nav {
    padding-top: 100px;
    padding-bottom: 27px;
  }
}
@media (min-width: 768px) {
  .header .navbar-custom .navbar-nav {
    gap: 50px;
  }
}
.header .navbar-custom .navbar-nav .nav-link {
  color: #ffffff;
  font-weight: 700;
  font-size: 0.75rem;
  padding: 25px 0;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .header .navbar-custom .navbar-nav .nav-link {
    color: #ebc5a0;
    font-weight: 600;
    font-size: 2rem;
    padding: 22px 25px;
    line-height: 1.25;
  }
}
.header .navbar-custom .navbar-nav .nav-link:hover {
  color: #E4B587;
}
.header .navbar-custom .logo-text {
  color: #E4B587;
  font-weight: 500;
  font-size: 0.9rem;
  margin-top: 0.25rem;
  text-align: center;
}
.header .navbar-toggler {
  border: 0;
  outline: none;
  box-shadow: none;
  position: relative;
  z-index: 10000;
  padding: 8px 0;
}
.header .navbar-toggler #nav-icon3 {
  width: 22px;
  height: 22px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  display: block;
}
.header .navbar-toggler #nav-icon3 span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: #E4B587;
  border-radius: 0;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.header .navbar-toggler #nav-icon3 span:nth-child(1) {
  top: 0px;
}
.header .navbar-toggler #nav-icon3 span:nth-child(2),
.header .navbar-toggler #nav-icon3 span:nth-child(3) {
  top: 11px;
}
.header .navbar-toggler #nav-icon3 span:nth-child(4) {
  top: 21px;
}
.header .navbar-toggler[aria-expanded=true] #nav-icon3 span {
  height: 2px;
}
.header .navbar-toggler[aria-expanded=true] #nav-icon3 span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.header .navbar-toggler[aria-expanded=true] #nav-icon3 span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header .navbar-toggler[aria-expanded=true] #nav-icon3 span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header .navbar-toggler[aria-expanded=true] #nav-icon3 span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
@media (max-width: 767px) {
  .header .navbar-collapse {
    position: fixed;
    background: rgb(0, 0, 0);
    padding-right: 0;
    top: 0%;
    right: -100%;
    width: 100%;
    display: block !important;
    height: auto !important;
    overflow-y: auto;
    transition: right 0.3s ease-in-out;
    z-index: 9999;
    max-height: 80vh;
  }
  .header .navbar-collapse.show {
    right: 0;
  }
}
.header.fixed-header .navbar-custom {
  background-color: #003D39;
  border-bottom: 1px solid #126057;
}
@media (max-width: 767px) {
  .header.fixed-header .navbar-custom {
    padding: 17px 0 12px;
  }
}
.header.fixed-header .navbar-custom .navbar-brand {
  margin: 0 0 0px;
}
.header.fixed-header .navbar-custom .navbar-brand img {
  height: 52px;
}
@media (min-width: 768px) {
  .header.fixed-header .navbar-custom .navbar-brand img {
    height: 62px;
  }
}
@media (min-width: 768px) {
  .header.fixed-header .navbar-custom .navbar-nav .nav-link {
    padding: 35px 0;
  }
}
.header.blog-header .navbar-custom {
  border-bottom-color: #ffffff;
}
@media (min-width: 768px) {
  .header.blog-header .navbar-custom .navbar-nav .nav-link {
    color: #003D39;
  }
}
@media (max-width: 767px) {
  .header.blog-header .navbar-custom .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.header.blog-header.fixed-header .navbar-custom {
  background-color: #FFF5EB;
}

.footer {
  background-color: #003D39;
  color: #ffffff;
  font-size: 0.875rem;
  position: relative;
}
.footer a {
  color: #ffffff;
  text-decoration: none;
}
.footer a:hover {
  color: #E4B587;
  text-decoration: none;
  opacity: 1;
}
@media (max-width: 991px) {
  .footer .address-col .logo-n-links {
    padding-left: 90px;
    position: relative;
  }
}
.footer .address-col address {
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 1rem;
  font-size: 0.875rem;
}
.footer .address-col a {
  text-decoration: underline;
}
.footer .address-col a:hover {
  color: #E4B587;
  text-decoration: underline;
}

.footer h5,
.footer h6 {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 0.875rem;
  line-height: 1.5rem;
}

.tagline {
  color: #E4B587;
  font-size: 1.5rem;
  line-height: normal;
  font-weight: 400;
  margin-bottom: 2.5rem;
  padding-top: 64px;
  max-width: 688px;
  z-index: 1;
  position: relative;
}

.footer-bottom {
  border-top: 1px solid #00A68F;
  padding-top: 2px;
  font-size: 0.625rem;
  font-weight: 600;
  padding-bottom: 1.5rem;
  padding-top: 11px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 -40px;
}
@media (min-width: 576px) {
  .footer-bottom {
    padding-bottom: 2.25rem;
    padding-top: 2px;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 991px) {
  .footer-bottom {
    padding-bottom: 4rem;
  }
}
.footer-bottom span {
  color: #00A68F;
}
.footer-bottom a {
  color: #00A68F;
  text-decoration: none;
}

.privacy-links {
  margin-top: 102px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .privacy-links {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    padding-top: 14px;
    margin-top: 62px;
  }
}
@media (max-width: 575px) {
  .privacy-links {
    padding-left: 40px;
    padding-right: 40px;
    margin-left: -40px;
    margin-right: -40px;
  }
}
.privacy-links ul li {
  margin-bottom: 14px;
}
@media (min-width: 576px) {
  .privacy-links ul li {
    margin-bottom: 8px;
  }
}
.privacy-links ul li a {
  opacity: 0.5;
  text-decoration: none !important;
}

.footer-logo {
  max-width: 80px;
  margin-bottom: 48px;
}
@media (max-width: 991px) {
  .footer-logo {
    position: absolute;
    left: 0px;
    top: 10px;
    margin-bottom: 28px;
  }
}

@media (max-width: 991px) {
  .footer-image-col {
    position: absolute;
    width: 40%;
    right: 40px;
    top: 0;
  }
}
@media (max-width: 575px) {
  .footer-image-col {
    display: none;
  }
}
.footer-image-col .footer-image {
  max-width: 100%;
  height: auto;
}

.bottom-footer {
  padding: 16px 0;
  background-color: #ffffff;
}
.bottom-footer a {
  color: #000;
  text-decoration: none;
}
.bottom-footer a:hover {
  color: #E4B587;
  text-decoration: none;
}
.bottom-footer .bottom-footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bottom-footer .site-text {
  padding-left: 20px;
}
.bottom-footer .bottom-footer-inner p {
  margin-bottom: 0;
  color: #000;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.5px;
  text-align: right;
  line-height: 16px;
}

/*# sourceMappingURL=main.css.map */
