h2 {
  font-size: 45px;
  line-height: 55px;
  font-weight: 600;
  margin-bottom: 25px;
}

body {
  position: relative;
}

body::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background: url(../images/grd.png) repeat-x;
  background-position: bottom;
  z-index: -1;
}

.home-banner {
  width: 100%;
  background: url(../images/home-img.webp) no-repeat;
  background-size: 100% auto;
  background-position: 0 -80px;
  padding: 160px 0 0 0;
}

.home-banner-first {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
  align-items: center;
  justify-content: space-between;
}

.home-banner-content {
  text-align: center;
  width: 45%;
}

.home-banner-content img {
  display: block;
  margin-bottom: 30px;
}

.outline-btn {
  display: inline-block;
  padding: 15px 30px;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  min-width: 226px;
  border-radius: 100px;
}

.outline-btn:hover {
  background: var(--color-primary);
  border-color: var(--color-primary);
}

.home-banner-second {
  display: flex;
  justify-content: center;
  color: #fff;
  padding: 100px 0;
}

.home-banner-second .scroll {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  color: #ffffff;
}

.home-banner-second .scroll span {
  font-size: 18px;
  font-weight: 500;
  display: block;
  margin-bottom: 4px;
}

.home-banner-third {
  display: flex;
  flex-wrap: wrap;
  row-gap: 80px;
  align-items: center;
  justify-content: space-between;
  padding-top: 60px;
}

.home-banner-third>div {
  width: 48%;
}

/* -------------------------------------------------------- */

.district-block {
  padding-top: 100px;
}

.district-block h2 {
  line-height: 1;
}

.district-block p {
  margin: 0;
  color: #464e55;
  font-size: 14px;
}

.faq-section {
  padding: 100px 0;
}

.faq-section h2 {
  text-align: center;
  margin-bottom: 70px;
}

.accordion-wrap {
  max-width: 1300px;
  margin: auto;
}

/*-------------village css*/
/*-------------village css*/
section.home-banner.pine-wood {
    padding-bottom: 80px;
}

a.btn_unit {
    color: #AEA399;
    padding: 12px 25px;
    display: inline-block;
    border: 1px solid #AEA399;
    border-radius: 100px;
    text-transform: uppercase;

}
a.btn_download {
    color: #fff;
    padding: 12px 25px;
    display: inline-block;
    border: 1px solid #AEA399;
    border-radius: 100px;
    background: #AEA399;
    text-transform: uppercase;
}


section.unit-options.village {
    padding: 0px 0 3px 0;
    background: #fff;
}

.subhead {
  display: inline-block;
  position: relative;
  text-align: center;
  padding-bottom: 10px;
  width: 100%;
  text-align: left;
  font-weight: bold;
  color:#A79D93 ;
}

.subhead::after {
 content: '';
  position: absolute;
  bottom: 65%;
  left: 14%;
  width: 80%;
  border-bottom: 2px solid #A79D93; /* Adjust thickness and color */
}

.feature {
    display: flex;
    justify-content: start;
    gap: 37px;
    text-align: center;
    padding: 0p;
}
.f_div img {
    margin: 2px;
}
.div_fup
 {
    display: flex;
    justify-content: space-evenly;
}

a.btn_unit2 {
    color: #fff;
    padding: 12px 25px;
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 100px;
    text-transform: uppercase;

}
.f_sec {
    text-align: center;
}

.f_sec h3 {
    font-size: 29px;
}
/* -------------------------------------------------------- */

.accordion-content {
  display: none;
  padding-top: 15px;
}

.accordion-title {
  font-weight: 500;
  padding-right: 40px;
  width: 100%;
  cursor: pointer;
  font-size: 18px;
  position: relative;
}

.accordion-title .plus {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
}

.accordion-title .plus::after {
  content: "";
  position: absolute;
  right: 0;
  top: 8px;
  width: 20px;
  height: 2px;
  background: #000;
}

.accordion-title .plus::before {
  content: "";
  position: absolute;
  right: 9px;
  top: 0;
  width: 2px;
  height: 20px;
  background: #000;
}

.accordion-item {
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #000000;
}

.accordion-title.active::before {
  opacity: 0;
  visibility: hidden;
}

/* -------------------------------------------------------- */

.new_detail_box {
  width: 46%;
  max-width: 560px;
  padding: 35px 25px;
  background: #ffffff;
  box-shadow: 0px 0px 20px #0000001a;
  border-radius: 34px;
}

.new_detail_box .title {
  text-align: center;
  margin-bottom: 25px;
}

.new_detail_box .title h4 {
  color: #090909;
  font-size: 30px;
  margin-bottom: 10px;
}

.new_detail_box .title p {
  color: #6a6a6a;
}

.new_detail_form ul {
  display: flex;
  flex-wrap: wrap;
  row-gap: 16px;
  margin: 0 -1%;
}

.new_detail_form li:not(.full) {
  width: 48%;
}

.new_detail_form li {
  margin: 0 1%;
}

.new_detail_form .full {
  width: 100%;
}

.new_detail_form select,
.new_detail_form .nice-select,
.new_detail_form input:not(.file) {
  width: 100%;
  height: 48px;
  padding-inline: 12px;
  border: 1px solid #000000;
  border-radius: 10px;
}

.new_detail_form textarea {
  height: 180px;
  padding: 15px;
  border: 1px solid #000000;
  border-radius: 10px;
}

.new_detail_form h6 {
  font-size: 18px;
  margin-bottom: 10px;
}

.new_detail_form .submition {
  text-align: right;
}

.new_detail_form button {
  height: 48px;
  border: none;
  font-weight: 500;
  background: var(--color-primary);
  color: #ffffff;
  border-radius: 100px;
  padding-inline: 20px;
  text-transform: uppercase;
  transition: background 0.4s ease-in-out;
  margin-top: 10px;
}

.new_detail_form button img {
  margin-left: 8px;
}

.new_detail_form button:hover {
  background: var(--color-primary-hover);
}

.new_detail_form [type="file"]::-webkit-file-upload-button {
  background: var(--color-primary);
  border: 1px solid var(--color-primary);
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  outline: none;
  padding: 10px 12px;
  transition: all 1s ease;
  border-radius: 10px;
}

.new_detail_form [type="file"]::-webkit-file-upload-button:hover {
  background: #9eb7af;
  border: 1px solid #9eb7af;
}

/* -------------------------------------------------------- */

.district-block-swiper {
  margin-top: 45px;
}

/* -------------------------------------------------------- */

.icons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.icons img {
  width: 40px;
}

.icons li:hover {
  opacity: 0.7;
}

/* -------------------------------------------------------- */

.urls {
  display: flex;
  align-items: center;
  justify-content: center;
}

.urls a {
  font-size: 14px;
  line-height: 1;
  color: #090909;
}

.urls li:nth-child(2) {
  padding: 0 5px;
  margin: 0 5px;
  border-right: 1px solid #090909;
  border-left: 1px solid #090909;
}

.urls a:hover {
  color: var(--color-primary);
}

/* -------------------------------------------------------- */

/* ------------------------------------------------------ */

.community-location {
  color: #ffffff;
  padding: 30px;
  margin-top: 70px;
  background: var(--color-primary);
  border-radius: 20px;
}
.sl_text {padding-top:30px}
.community-location h4 {
  font-size: 26px;
  margin-bottom: 10px;
}

.community-location-list {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 25px;
}

.community-location-item {
  display: flex;
  padding: 0 15px 0 50px;
  align-items: center;
  width: calc(100% / 4);
}

.community-location-content {
  padding-left: 15px;
}

.community-location-content h4 {
  font-size: 28px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 2px;
}

.community-location-content h4 span {
  font-size: 50px;
  font-weight: bold;
  margin-right: 5px;
}

/* ------------------------------------------------------ */

.six-district {
  padding: 100px 0;
}

.six-district-title {
  text-align: center;
  max-width: 920px;
  margin: 0 auto 50px auto;
}

.six-district-title h2 {
  line-height: 1;
}

.unit-options {
  padding: 38px 38px 38px 38px;
  background: var(--color-primary);
  border-radius: 36px;

}

.unit-options-swiper .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  row-gap: 25px;
  align-items: center;
  justify-content: space-between;
}

.unit-options-swiper .swiper-slide>div {
  width: 48%;
}

.unit-options-content {
  color: #ffffff;
}

.unit-options-content ul {
  display: flex;
  flex-wrap: wrap;
  margin: 25px 0;
  column-gap: 35px;
  row-gap: 18px;
}

.unit-options-content li {
  position: relative;
  padding-left: 50px;
      width: 100%;
}

.unit-options-content li img {
  position: absolute;
  left: 0;
  top: 0;
}

.unit-options-content li h5 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}

.unit-options-content li span {
  display: block;
  font-weight: bold;
  font-size: 22px;
}

.unit-options-content .download {
  color: #ffffff;
  padding: 12px 25px;
  display: inline-block;
  border: 1px solid #ffffff;
  border-radius: 100px;
}

.unit-options-content .download img {
  margin-left: 8px;
}

.unit-options-content .download:hover {
  background: var(--color-primary-hover);
  border-color: var(--color-primary-hover);
}

/* ------------------------------------------------------ */
/* ------------------------------------------------------ */

.community {
  padding: 100px 0;
  background: url(../images/grd2.png) no-repeat repeat-x;
}

.community .container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
  align-items: center;
  justify-content: space-between;
}

.community .container>div {
  width: 47%;
}

.features-swiper .swiper-slide img {
  width: 100%;
}

.features-title {
  text-align: center;
  margin: 75px 0 30px 0;
}

.features-title h2 {
  margin-bottom: 15px;
  line-height: 1;
}

.features-title p {
  font-size: 14px;
}

.features-title img {
  width: 580px;
}

.features-list {
  display: flex;
  flex-wrap: wrap;
  max-width: 900px;
  margin: auto;
  justify-content: space-between;
}

.features-list .item {
  text-align: center;
}

.features-list .item span {
  display: block;
  color: #464e55;
  font-size: 13px;
  margin-top: 10px;
  font-weight: 500;
}

.features-slider {
  margin-top: 30px;
}

/* ------------------------------------------------------ */

.why-invest {
  padding: 75px 0;
}

.why-invest .title {
  margin-bottom: 30px;
  text-align: center;
}

.why-invest .title h2 {
  margin-bottom: 10px;
}

.why-invest-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 22px;
  row-gap: 12px;
}

.why-invest-list .item {
  min-height: 330px;
  text-align: center;
  display: flex;
  align-items: center;
  padding: 30px;
  box-shadow: 0px 3px 12px #00000029;
  border-radius: 20px;
}

.why-invest-list .item img {
  margin-bottom: 25px;
}

.why-invest-list .item p {
  min-height: 72px;
}

.growth {
  padding: 75px 0 100px 0;
}

.growth-title {
  text-align: center;
  margin-bottom: 30px;
}

.growth-title h2 {
  margin-bottom: 10px;
}

.growth-title p {
  font-size: 20px;
}

.graph-block {
  text-align: center;
  text-transform: uppercase;
}

.graph-block span {
  display: block;
  margin-bottom: 6px;
}

.graph-block+.graph-block {
  margin-top: 100px;
}

.graph-section {
  padding: 100px 0;
  /*background: #aea399 0% 0% no-repeat padding-box;*/
  background: #AEA399;
  background: linear-gradient(360deg, rgba(174, 163, 153, 1) 0%, rgba(255, 255, 255, 1) 75%);
}

section.growth {
  background: linear-gradient(181deg, rgba(174, 163, 153, 1) 0%, rgba(255, 255, 255, 1) 75%);
}

/* --------------------------------------------------------- */

.discover {
  padding: 60px 0;
  overflow: hidden;
}

.discover .swiper {
  overflow: visible;
}

.discover .title {
  margin-bottom: 40px;
}

.discover .title h2 {
  font-size: 70px;
  line-height: 1;
  margin-bottom: 20px;
}

.discover .title p {
  margin: 0;
}

.discover-item {
  border-radius: 20px;
  overflow: hidden;
}

.discover-image {
  position: relative;
}

.discover-content {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px 60px 20px 20px;
  color: #ffffff;
  width: 100%;
  z-index: 1;
  transition: transform 0.5s ease;
  background: linear-gradient(1deg, black, transparent);
}

.discover-content h4 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 4px;
}

.discover-content p {
  margin: 10px 0 15px 0;
  font-size: 14px;
}

.discover-content a img:not(.expand-arrow) {
  width: auto !important;
  object-fit: cover;
}

.expand-arrow {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(-20px, -50%);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease, transform 0.5s ease;
}

.discover-item:hover .expand-arrow {
  transform: translate(0, -50%);
  visibility: visible;
  opacity: 1;
}

.discover-bottom {
  margin: 50px 0 0 auto;

  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: fit-content;
  column-gap: 15px;
}

.discover-bottom>div {
  display: flex;
  align-items: center;
  column-gap: 15px;
  position: unset !important;
  width: 46px;
  height: 46px;
  border-radius: 50%;
}

.discover-bottom>.swiper-button-prev {
  background: url(../images/dis-arrow-prev.svg) no-repeat;
}

.discover-bottom>.swiper-button-next {
  background: url(../images/dis-arrow-next.svg) no-repeat;
}

.discover-bottom>div::after {
  display: none;
}

.discover-swiper .swiper-slide {
  transition: width 0.5s ease-in-out;
}

.discover-swiper .swiper-slide .discover-image>a>img {
  height: 500px;
  width: 100%;
  object-fit: cover;
}

.discover-swiper .swiper-slide:hover {
  width: 460px !important;
}

.unit-options-swiper .swiper-pagination {
  position: unset;
  margin-top: 10px;
}

.unit-options-swiper .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 1px solid #ffffff;
  background: transparent;
  opacity: 1;
}

.unit-options-swiper .swiper-pagination-bullet-active {
  background: #ffffff;
  border-color: #ffffff;
}

/*tel*/

.iti {
  position: relative;
  width: 100%;
}


.iti__country-list {
  position: absolute !important;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10000;
  display: none;
}


.iti.iti--open .iti__country-list {
  display: block !important;
}

.iti__country-list {
  width: 100%;
}

.iti__country-name {
  display: none !important;
}