* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "source sans pro", serif;
}

@font-face {
  font-family: "source sans pro";
  src: url(../fonts/source-sans-pro/SourceSansPro-Regular.woff) format("woff");
}

@font-face {
  font-family: "source sans light";
  src: url(../fonts/source-sans-pro/SourceSansPro-ExtraLight.otf) format("woff");
}

body {
  font-family: "source sans pro", sans-serif;
  width: 100%;
}

/* Visually hidden but accessible to screen readers and SEO */
.hidden,
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 200px;
}

h3 {
  font-family: "source sans pro";
  /* color: #2a3f70 !important; */
}

a * {
  text-decoration: none;
}

p {
  font-size: 14px;
}

img {
  width: 100%;
  max-width: 100%;
}

h1 {
  font-family: "source sans pro";
  font-size: 80px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 20px;
}

.section_title h1 {
  font-family: "source sans pro";
  font-size: 30px;
  font-weight: 400;
  color: #1c4b33;
}
#about_section_title {
  font-family: "source sans pro";
  font-size: 30px;
  font-weight: 400;
  color: #1c4b33;
}

.section_paragraph p,
.section_paragraph b,
.section_paragraph ul li {
  font-family: "source sans light";
  font-weight: 600;
  font-size: 14px;
  color: black;
  margin-bottom: 5px;
  line-height: 28px;
  text-align: justify;
}

.about_highlights ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 0 !important;
}

.about_highlights ul li svg {
  margin-top: 0.2rem;
}
.icon-primary {
  color: #1c4b33;
}
.checkbox-inline {
  margin-top: 10px;
}
.about_highlights ul li {
  display: flex;
  list-style: none;
  gap: 4px;
}

.about_highlights ul li i {
  font-size: 10px;
  color: #1c4b33;
  margin-top: 5px;
}
/* section space */

section {
  padding: 50px 0px;
}

.section_container {
  padding-top: 140px;
  margin-top: -140px;
}

#banner {
  padding: 0px;
  position: relative;
}

section#brochure_section {
  padding-bottom: 0px;
}

/* Header CSS */
.mobile_menu {
  display: none;
}

@media only screen and (max-width: 996px) {
  .mobile_menu {
    display: block;
  }
}

header.header {
  padding: 0.5rem 0rem;
  position: absolute;
  width: 100%;
  z-index: 999;
  background: #ededed;
}

header.fixed-header {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  /* background: #fff !important; */
  z-index: 999;
  /* box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0; */
}

.disclaimer {
  margin: 1% 4%;
  font-size: 12px;
  text-align: justify;
}

.header_logo a img {
  height: 3.5rem;
  width: auto;
  object-fit: contain;
  object-position: center;
  display: block;
}

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

.navbar ul li {
  margin: 0px 10px;
}

.navbar ul li a {
  color: #1c4b33;
  font-size: 16px;
}

.navbar ul li a:hover {
  color: #000;
}

.nav-link:focus,
.nav-link:hover {
  color: #000;
}

/* Header CSS Ends*/

/* Banner CSS */

.banner_wrapper {
  position: relative;
}

.banner_img::before {
  content: "";
  position: absolute;
  left: 0;
  height: 200px;
  bottom: 0;
  width: 100%;
  /*background: linear-gradient(360deg, #1c4b3396, #000000bf 0%, #00000000);*/
}

.banner_img img {
  /*height: 100vh;*/
  margin-top: 80px;
}

.banner_btn {
  width: 160px;
  margin-top: 20px;
}
a.btn.enq_btn {
  color: #fff;
  background: #f6f6f647;
  border-radius: 25px;
  padding: 5px;
  display: flex;
  align-items: center;
  font-family: "source sans light";
  font-size: 14px;
}

a.btn.enq_btn .fa-arrow-down {
  background: #1c4b33;
  border-radius: 50px;
  padding: 10px 11px;
  margin-right: 10px;
}

.banner_bottom {
  left: 0;
  right: 0;
  bottom: 30px;
  display: flex;
  margin: 0 auto;
  justify-content: center;
}

form#banner-form {
  width: 100%;
  padding: 2%;
  display: flex;
  background: #1c4b33;
  justify-content: center;
}

.banner_form .form_box {
  width: 100%;
}

/* btn css */

.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  color: #fff;
  background-color: #f6f6f647;
  border-color: transparent;
}

/* About */

.about_content {
  background: #ededed;
  padding: 2rem;
  border-radius: 30px;
  position: relative;
}

.about_content .section_paragraph {
  /* width: 80%; */
}
.accent_btn {
  background: #1c4b33;
  color: #fff;
}
.about_content::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30%;
  height: 235px;
}
.about_btn {
  width: 200px;
  margin-top: 30px;
}

.about_btn a.btn.enq_btn {
  background: #1c4b33;
  color: #fff;
}

.about_btn a.btn.enq_btn .fa-arrow-down {
  background: #ffffff;
  color: #1c4b33;
}
a.btn.enq_btn.enq_price {
  background: #1c4b33;
  color: #fff;
}
/* counter css */

.counter_block {
  position: relative;
  display: flex;
  justify-content: space-evenly;
  text-align: center;
  background: #1c4b33;
  border-radius: 30px;
  padding: 50px 20px;
}

.counter_box {
  text-align: left;
  border-right: 1px solid #ffff;
  padding-right: 10px;
}

.counter_box:last-child {
  border-right: 0;
}

.counter_block::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.counter_block::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.counter_box p {
  color: #ffffff;
  font-size: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.counter_box p span {
  color: #ffffff;
  font-size: 35px;
}

.counter_box span:nth-child(2) {
  font-family: "source sans light";
  color: #ffffff;
}

.about_img {
  border-radius: 30px;
  overflow: hidden;
}

/* about galley */

.about_gallery_box {
  display: flex;
  justify-content: center;
}

.about_gallery {
  position: relative;
}

.about_gallery.owl-carousel .owl-item img,
.amenities_gallery.owl-carousel .owl-item img {
  width: 90% !important;
  border-radius: 30px !important;
}

.about_content_wrapper {
  background: #ededed;
  padding: 70px 55px;
  border-radius: 30px;
  width: 90%;
}

.about_content_box {
  padding: 19px 0px;
  border-bottom: 1px solid #898989;
  cursor: pointer;
}

.about_content_box p,
.about_content_box span {
  color: #000;
}

.about_content_box p {
  font-size: 18px;
}

.about_content_box span {
  color: #ffffffb5;
  font-size: 14px;
}

.about_gallery .img_box img {
  height: 550px;
  object-fit: cover;
}

/* amenites css */

/* Fresh Amenities Design - Desktop */
/* Amenities Section - Shared styles for Indoor and Outdoor */
.amenities_section .icons_wrapper,
#amenities .icons_wrapper {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
  background: #f8f9fa;
  padding: 35px 30px;
  border-radius: 30px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.amenities_section .border_bottom,
#amenities .border_bottom {
  display: contents;
}

.amenities_section .border_bottom::after,
.amenities_section .border_bottom::before,
#amenities .border_bottom::after,
#amenities .border_bottom::before {
  display: none;
}

.amenities_section .icon_box,
#amenities .icon_box {
  background: #ffffff;
  border-radius: 15px;
  padding: 20px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: default;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  border: 2px solid transparent;
  width: 100%;
  min-height: 150px;
}

.amenities_section .icon_box:hover,
#amenities .icon_box:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(46, 45, 77, 0.15);
  border-color: #1c4b33;
  background: #ffffff;
}

.amenities_section .icon_box img,
#amenities .icon_box img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  margin-bottom: 12px;
  transition: transform 0.3s ease;
}

.amenities_section .icon_box:hover img,
#amenities .icon_box:hover img {
  transform: scale(1.15);
}

.amenities_section .icon_box caption,
#amenities .icon_box caption {
  color: #1c4b33;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  font-family: "source sans pro", sans-serif;
  margin-top: 5px;
}

/* General icon_box styles for other sections */
.icons_wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background: #ededed;
  gap: 10px;
  padding: 50px 15px;
  border-radius: 30px;
  width: 85%;
}

.border_bottom {
  display: flex;
  gap: 20px;
  padding: 10px 0px;
  border-bottom: 1px solid;
  border-image: linear-gradient(to right, #c6c6c600, #c6c6c6, #c6c6c600) 0 1 1 0;
}

.border_bottom::after,
.border_bottom::before {
  content: "";
  position: absolute;
  border-right: 1px solid;
  border-image: linear-gradient(to top, #c6c6c600, #c6c6c6, #c6c6c600) 0 1 1 0;
  top: 50%;
  bottom: 50%;
  height: 80%;
  transform: translateY(-50%);
}

.border_bottom::after {
  left: 36%;
}

.border_bottom::before {
  right: 36%;
}

.icon_box {
  width: 130px;
  color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  justify-content: center;
  padding: 0px 18px;
}

.icon_box img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  margin-bottom: 10px;
}

.icon_box caption {
  color: #fff;
}

.pricing_box {
  display: flex;
  justify-content: center;
  /* flex-direction: column; */
  /* align-items: center; */
}

table#pricing_table {
  width: 85%;
  border-collapse: collapse;
}

thead,
tbody,
tr,
th,
td {
  border-bottom: 1px solid #000;
  padding: 10px 5px;
  font-family: "source sans light";
  font-size: 18px;
  font-weight: 600;
}

table#pricing_table thead {
  background: #000;
}

table#pricing_table td,
table#pricing_table th {
  text-align: center;
}

table#pricing_table tbody tr td:last-child {
  display: flex;
  justify-content: center;
  border: 0;
}

table#pricing_table thead tr th {
  color: #fff;
}

a.btn.enq_btn.enq_price {
  color: #1c4b33;
  background: #1c4b33;
  border: 1px solid #1c4b33;
  border-radius: 5px;
  width: 45%;
  font-size: 14px;
  /* font-weight: 600; */
  font-family: "source sans light";
  padding: 10px 20px;
  display: flex;
  justify-content: center;
}

/* plan section */

div#myTab {
  position: relative;
  background: #1c4b33;
  display: flex;
  flex-direction: column;
  width: 85%;
  height: 400px;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  cursor: pointer;
  gap: 20px;
}

div#myTab::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: 30%;
}

div#myTab button {
  border: 0;
  cursor: pointer;
  background: none;
  color: #ffffff80;
  font-size: 25px;
  position: relative;
  z-index: 9;
}

div#myTab button.active {
  color: #fff;
  font-size: 35px;
}

div#myTab button.active::after {
  content: "";
  position: absolute;
  background: #fff;
  width: 80%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-bottom: 1px solid #9e978a4f;
}

.tab_content {
  display: none;
}

.tab_content.active {
  display: block;
}

/* Simple Plan Tabs */
.plan_tabs {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}

.plan_tab {
  background: transparent;
  border: 2px solid #e0e0e0;
  color: #666;
  padding: 12px 30px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.plan_tab:hover {
  border-color: #1c4b33;
  color: #1c4b33;
}

.plan_tab.active {
  background: #1c4b33;
  border-color: #1c4b33;
  color: #fff;
}

.plan_img {
  border-radius: 30px;
  overflow: hidden;
}

/* Villa Plans Blur Overlay Styles */
.plan_slider_wrapper {
  position: relative;
  width: 100%;
}

.villa-plan-image {
  transition: filter 0.5s ease;
}

.villa-plan-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(33, 45, 35, 0.566);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  border-radius: 30px;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  margin: 0 auto;
  width: 70%;
  max-width: 100%;
}

.villa-plan-overlay.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.overlay-content {
  text-align: center;
  padding: 40px 30px;
  max-width: 600px;
  color: #fff;
}

.overlay-message h3 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.overlay-message p {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.95);
}

.overlay-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 40px;
  font-size: 1.1rem;
  /* font-weight: 600; */
  font-family: "source sans light";
  font-size: 14px;
  background: linear-gradient(135deg, #f06824 0%, #e55a1a 100%);
  color: #fff !important;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(240, 104, 36, 0.4);
  border: none;
}

.overlay-cta:hover {
  background: linear-gradient(135deg, #e55a1a 0%, #d44a0a 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(240, 104, 36, 0.5);
  color: #fff !important;
}

.overlay-cta:active {
  transform: translateY(0);
}

.overlay-cta i {
  font-size: 1.2rem;
}

/* Blur effect when overlay is active */
.plan_slider_wrapper:not(.unlocked) .villa-plan-image img {
  filter: blur(8px);
  transition: filter 0.5s ease;
}

.plan_slider_wrapper.unlocked .villa-plan-image img {
  filter: blur(0);
}

.plan_slider_wrapper.unlocked .villa-plan-overlay {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.plan_img_box {
  display: flex;
  width: 70%;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  gap: 0px 40px;
}

.unit_plan .plan_slider .item {
  display: flex;
  justify-content: center;
}

.plan_slider .owl-nav .owl-next {
  right: -35px;
}

.plan_slider .owl-nav .owl-prev {
  left: -35px;
}

.plan_slider .owl-nav .owl-prev,
.plan_slider .owl-nav .owl-next {
  background: #1c4b33 !important;
  color: #fff !important;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}

.plan_slider .owl-nav .owl-prev.disabled,
.plan_slider .owl-nav .owl-next.disabled {
  background: #8a89a5 !important;
  cursor: not-allowed;
  opacity: 0.6;
}

.plan_slider .owl-nav .owl-prev.disabled:hover,
.plan_slider .owl-nav .owl-next.disabled:hover {
  background: #8a89a5 !important;
}

/* Drone View */

.drone_view_img {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  text-align: center;
}

.drone_view_img::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  filter: brightness(0.5);
  backdrop-filter: brightness(0.99);
}

.drone_view_content {
  position: absolute;
  width: 100%;
  top: 50%;
  bottom: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  margin: auto;
  z-index: 9;
}

.drone_view_content h2 {
  color: #fff;
}

/* gallery section */

#gallery .section_title,
#video_gallery .section_title {
  margin-bottom: 15px;
}

#amenities .section_title h2,
#gallery .section_title h2,
#video_gallery .section_title h2,
#specifications .section_title h2,
#location_highlights .section_title h2,
#FAQ .section_title h2 {
  position: relative;
}

#amenities .section_title h2::after,
#gallery .section_title h2::after,
#video_gallery .section_title h2::after,
#specifications .section_title h2::after,
#location_highlights .section_title h2::after,
#FAQ .section_title h2::after {
  content: "";
  position: absolute;
  width: 200px;
  height: 1px;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #898989;
}

#amenities .section_title h2::after {
  width: 250px;
}

#video_gallery .section_title h2::after {
  width: 300px;
}

#FAQ .section_title h2::after {
  width: 650px;
}

#location_highlights .section_title h2::after {
  width: 450px;
}

#specifications .section_title h2::after {
  width: 350px;
}

#gallery .section_title h2::after,
#video_gallery .section_title h2::after,
#highlight .section_title h2::after {
  bottom: -10px;
}

/* Improved Gallery Layout */
.gallery_slider .owl-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.gallery_slider .item {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease;
}

/* .gallery_slider .item:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
} */

/* Improved Gallery Navigation */
.gallery_slider .owl-nav {
  position: relative;
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 15px;
}

.gallery_slider .owl-nav .owl-prev,
.gallery_slider .owl-nav .owl-next {
  position: relative;
  left: auto;
  right: auto;
  width: 45px;
  height: 45px;
  background: #1c4b33;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
  margin: 0;
}

.gallery_slider .owl-nav .owl-prev:hover,
.gallery_slider .owl-nav .owl-next:hover {
  background: #000000;
}

.gallery_slider .owl-nav .owl-prev.disabled,
.gallery_slider .owl-nav .owl-next.disabled {
  background: #8a89a5;
  cursor: not-allowed;
  opacity: 0.6;
}

.gallery_slider .owl-nav .owl-prev.disabled:hover,
.gallery_slider .owl-nav .owl-next.disabled:hover {
  background: #8a89a5;
}

.gallery_slider .owl-nav .owl-prev i,
.gallery_slider .owl-nav .owl-next i {
  font-size: 16px;
}

/* Location Highlights */

#highlight .accordion-button:focus {
  box-shadow: none;
}

#highlight .accordion-button:not(.collapsed) {
  background: transparent;
  color: #1c4b33;
  box-shadow: none;
}

#highlight .accordion-button {
  font-size: 18px;
}

#FAQ .accordion-button:not(.collapsed) {
  color: #1c4b33;
  background-color: #ededed;
}

/* Footer */

#footer {
  width: 100%;
  margin-top: 1rem;
  padding: 1rem 4rem;
  background-color: #efefef;
}

/* owl nav */

.owl-nav {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
  position: absolute;
  top: 50%;
  bottom: 50%;
  transform: translateY(-50%);
  margin: auto;
  width: 70px;
  height: 70px;
  font-size: 20px;
  border: none;
  border-radius: 50px;
  background: #1c4b33;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.owl-nav .owl-prev .fa-angle-right,
.owl-nav .owl-next .fa-angle-left {
  font-size: 20px;
}

.owl-nav .owl-prev {
  left: 0px;
}

.owl-nav .owl-next {
  right: 0px;
}
/* footer form css */

section.forms {
  display: none;
}

#enquire_price input.form_input,
#site_visit_form input.form_input,
#header_cost_sheet_form input.form_input,
#cost_sheet_form input.form_input {
  background: rgba(162, 162, 162, 0.155);
  color: #000000;
  border: 2px solid rgba(204, 116, 69, 0.3);
}

#enquire_price input.form_input:focus,
#site_visit_form input.form_input:focus,
#header_cost_sheet_form input.form_input:focus,
#cost_sheet_form input.form_input:focus {
  border-color: #1c4b33;
  box-shadow: 0 0 0 3px rgba(204, 116, 69, 0.1);
}

#enquire_price input.form_input::placeholder,
#site_visit_form input.form_input::placeholder,
#header_cost_sheet_form input.form_input::placeholder,
#cost_sheet_form input.form_input::placeholder {
  color: #000000;
}

#sticky-form .form_box,
#enquire_price .form_box,
#site_visit_form .form_box,
#header_cost_sheet_form .form_box,
#cost_sheet_form .form_box {
  flex-direction: column;
}

#sticky-form .form_submit_btn input {
  background: #ffffff;
  color: #1c4b33;
}

#contact_us input.form_input,
#cost_sheet_form input.form_input,
#header_cost_sheet_form input.form_input,
#site_visit_form input.form_input {
  color: #000000;
  background: #ffffff;
}

#contact_us input.form_input:focus,
#cost_sheet_form input.form_input:focus,
#header_cost_sheet_form input.form_input:focus,
#site_visit_form input.form_input:focus {
  border-color: #1c4b33;
  box-shadow: 0 0 0 3px rgba(204, 116, 69, 0.1);
}

#contact_us input.form_input::placeholder {
  color: #000000;
}

form#contact_us,
#enquire_price,
#site_visit_form,
#cost_sheet_form,
#header_cost_sheet_form,
#download_floor_plan_form,
#brochure_form {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.forms {
  display: flex;
}

form#brochure_form {
  width: 25%;
  padding: 20px 10px;
  color: #000000;
}

form#brochure_form input.form_input {
  background: rgba(162, 162, 162, 0.155);
  border: 2px solid rgba(204, 116, 69, 0.3);
}

form#brochure_form input.form_input:focus {
  border-color: #1c4b33;
  box-shadow: 0 0 0 3px rgba(204, 116, 69, 0.1);
}

form#brochure_form input.form_input::placeholder {
  color: #000000;
}

#brochure_form .form_box {
  /* width: 100%; */
  flex-direction: column;
}

#brochure_form .footer_submit_btn input {
  background: #1c4b33 !important;
  color: #fff;
}

#brochure_form .privacy_policy_tc {
  color: #000;
}

form#contact_us .section_title h3 {
  font-size: 35px;
  color: #ffffff;
}

form#banner_form {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  padding: 40px 0px;
}

#banner_form .form_box {
  width: 80%;
  flex-direction: row;
  flex-wrap: nowrap;
}

#contact_us .form_box {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: stretch;
}

.privacy_policy_tc a {
  text-decoration: none !important;
  color: #1c4b33 !important;
}

/* Form inputs row - horizontal on desktop */
#contact_us .form_inputs_row {
  display: flex;
  flex-direction: row;
  gap: 15px;
  align-items: flex-start;
  flex-wrap: nowrap;
}

#contact_us .form_inputs_row .form_input {
  flex: 1;
  min-width: 0;
}

/* Form footer row - checkbox and submit button side by side on desktop */
#contact_us .form_footer_row {
  display: flex;
  flex-direction: row;
  gap: 15px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

#contact_us .form_footer_row .checkbox-inline {
  flex: 1;
  min-width: 200px;
  margin: 0;
}

#contact_us .form_footer_row .form_submit_btn {
  flex-shrink: 0;
}

.form_box {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: nowrap;
  align-items: flex-start;
}

input.form_input {
  backdrop-filter: blur(5px);
  border: 2px solid #e0e0e0;
  border-radius: 5px;
  padding: 8px 20px;
  width: 100%;
  font-size: 14px;
  background: #fff;
  color: #333;
  font-weight: 500;
  transition: all 0.3s ease;
}

input.form_input:focus {
  border-color: #1c4b33;
  box-shadow: 0 0 0 3px rgba(204, 116, 69, 0.1);
  background: #fff;
}

input.form_input::placeholder {
  color: #666;
  font-weight: 400;
}

input.form_input::placeholder {
  color: #000000;
  font-size: 14px;
}

input:focus-visible {
  outline: 0;
}

label.checkbox-inline {
  display: flex;
  width: 100%;
  gap: 10px;
  font-size: 12px;
}

label.checkbox-inline input {
  margin-bottom: 0;
  border: 0;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

#contact_us .checkbox-inline input {
  margin-bottom: 0;
}

.privacy_policy_tc {
  font-size: 9px;
  color: #fff;
}

.form_submit_btn input {
  background: #fff;
  color: #000;
  padding: 8px 35px;
}

/* Form input containers */
.form_input.name,
.form_input.email,
.form_input.phone {
  border: none;
  background: transparent;
}

.form_input.name,
.form_input.email {
  width: 100%;
}

.form_input.phone {
  width: 100%;
}

/* Form input elements */
input.form_input {
  width: 100%;
  border: 2px solid #e0e0e0;
  border-radius: 5px;
  padding: 12px 15px;
  font-size: 14px;
  background: #fff;
  color: #333;
  font-weight: 500;
  transition: all 0.3s ease;
  box-sizing: border-box;
}

input.form_input:focus {
  border-color: #1c4b33;
  box-shadow: 0 0 0 3px rgba(204, 116, 69, 0.1);
  background: #fff;
  outline: none;
}

input.form_input::placeholder {
  color: #666;
  font-weight: 400;
}

.form_box .intl-tel-input {
  width: 100%;
}

.form_box .intl-tel-input .country-list .flag-box,
.intl-tel-input .country-list .country-name {
  color: #000;
}

.form_box .intl-tel-input .selected-flag {
  height: 100%;
  max-height: 65%;
  padding: 18px 10px;
}

.error {
  color: #d10508;
  font-size: 12px;
}

form#sticky-form {
  position: fixed;
  top: 20%;
  right: -325px;
  background: #1c4b33;
  padding: 26px 15px;
  width: 325px;
  height: auto;
  border-radius: 5px;
  transition: all 0.5s ease-in-out;
  box-shadow: 0 0 3px 0px #0000006b;
  z-index: 9;
}

form#sticky-form.active {
  right: 0;
  transition: all 0.5s ease-in-out;
}

form#enquire_price,
#brochure_form,
#download_floor_plan_form,
#site_visit_form {
  position: fixed;
  top: 18%;
  left: 0;
  right: 0;
  z-index: 9;
  margin: 0 auto;
  background: #ffffff;
  padding: 10px;
  width: 25%;
  border-radius: 15px;
}
form#download_floor_plan_form {
  position: fixed;
  top: 18%;
  left: 0;
  right: 0;
  z-index: 9;
  margin: 0 auto;
  background: #ffffff;
  padding: 10px;
  width: 33%;
  border-radius: 15px;
}
form#cost_sheet_form {
  position: fixed;
  top: 18%;
  left: 0;
  right: 0;
  z-index: 9;
  margin: 0 auto;
  background: #ffffff;
  padding: 10px;
  width: 33%;
  border-radius: 15px;
}

form#header_cost_sheet_form {
  position: fixed;
  top: 18%;
  left: 0;
  right: 0;
  z-index: 9;
  margin: 0 auto;
  background: #ffffff;
  padding: 10px;
  width: 33%;
  border-radius: 15px;
}

#enquire_price .section_title h2,
#site_visit_form .section_title h2,
#header_cost_sheet_form .section_title h2,
#download_floor_plan_form .section_title h2,
#cost_sheet_form .section_title h2 {
  color: #1c4b33;
  font-size: 25px;
}
#enquire_price .privacy_policy_tc,
#site_visit_form .privacy_policy_tc,
#header_cost_sheet_form .privacy_policy_tc,
#download_floor_plan_form .privacy_policy_tc,
#cost_sheet_form .privacy_policy_tc {
  color: #000;
}

#enquire_price .form_submit_btn input,
#site_visit_form .form_submit_btn input,
#header_cost_sheet_form .form_submit_btn input,
#download_floor_plan_form .form_submit_btn input,
#cost_sheet_form .form_submit_btn input {
  background: #1c4b33;
  color: #fff;
}

button.enquire_now {
  position: absolute;
  right: -85px;
  transform: rotate(270deg);
  padding: 10px 20px;
  bottom: 0;
  top: 0;
  height: 45px;
  margin: auto;
  border: 1px solid transparent;
  background: #1c4b33;
  color: #fff;
  border-radius: 5px 5px 0px 0px;
  display: none;
}

.close {
  position: absolute;
  top: 3px;
  right: 3px;
}

.contact a,
.address p {
  font-size: 18px;
}

.mobile {
  display: none !important;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  right: 0px;
  top: 0px;
  padding-right: 0px;
  color: #fff !important;
  /* width: auto; */
  background: transparent;
}

.location_wrapper iframe {
  width: 100%;
}

.footer_btns {
  display: none;
}

.plan_img,
.gallery_img {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
}

.gallery_img img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  display: block;
}

.plan_img img {
  /*height: 460px;*/
}

.caption {
  position: absolute;
  bottom: 30px;
  background: #00000080;
  width: 100%;
  text-align: center;
}

.caption p {
  color: #fff;
  font-size: 14px;
  padding: 5px 0px;
}

.cloudzoom-blank div:nth-child(3) {
  display: none !important;
}

.cost-sheet-btn-nav {
  background: #1c4b33;
  text-decoration: none;
  color: #fff !important;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  font-size: 1rem;
  /* font-weight: 600; */
  transition: all 0.3s ease;
}

form#contact_us {
  background: linear-gradient(rgba(0, 0, 0,0.5), rgba(0, 0, 0,0.5)),
    url("../images/about/schedule_site_visit_backdrop.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0.5rem 0px;
  border-radius: 1rem;
  padding: 1rem;
}
#contact_us .section_title {
  padding: 0.5rem;
  font-weight: 600;
}
#contact_us .section_title > h3 {
  font-weight: bold;
}

.logo_box {
  display: flex;
  justify-content: space-between;
  padding: 0px 50px;
  padding-top: 20px;
  line-height: 25px;
}

.logo_box img {
  width: 220px;
}

.address_box {
  padding-top: 15px;
}

.address_box a {
  text-decoration: none;
}

.address_box a strong {
  color: #000;
}

section#pricing_plan {
  padding: 0px 0px;
  margin-bottom: 2rem;
}

.constructions_logo {
  width: 12% !important;
}

.download-price {
  background: #1c4b33;
}

.download-price a {
  color: #fff !important;
}

.flag-container {
  top: 5px !important;
}

.footer_input {
  width: 100%;
}

/*Responsive css*/

@media only screen and (max-width: 1440px) {
}

@media only screen and (max-width: 1368px) {
  .banner_form .form_box {
    width: 90%;
  }

  .privacy_policy_tc {
    color: #000 !important;
    font-size: 12px;
  }

  .about_content {
    padding: 35px 55px;
  }

  .about_btn {
    margin-top: 5%;
  }

  .about_content_wrapper {
    padding: 20px 50px;
  }

  .about_content_box {
    padding: 18px 0px;
  }

  .icons_wrapper {
    gap: 0px;
    padding: 30px 0px;
  }

  a.btn.enq_btn.enq_price {
    width: 50%;
  }

  div#myTab {
    height: 435px;
  }

  .border_bottom::after,
  .border_bottom::before {
    height: 85%;
  }

  .border_bottom::after {
    left: 34%;
  }

  .border_bottom::before {
    right: 34%;
  }

  .about_content::before {
    background-size: 80%;
  }

  .about_content .section_paragraph {
    width: 100%;
  }
}

@media only screen and (max-width: 1285px) {
  .banner_bottom {
    bottom: 20px;
  }

  /* .banner_img img {
    height: auto;
  } */

  .banner_form .form_box {
    width: 100%;
  }
}

/* Tablet Responsive - Fresh Amenities */
@media only screen and (min-width: 800px) and (max-width: 1200px) {
  .amenities_section .icons_wrapper,
  #amenities .icons_wrapper {
    grid-template-columns: repeat(6, 1fr);
    gap: 12px;
    padding: 35px 25px;
  }

  .amenities_section .icon_box,
  #amenities .icon_box {
    padding: 20px 10px;
    min-height: 150px;
  }

  .amenities_section .icon_box img,
  #amenities .icon_box img {
    width: 65px;
    height: 65px;
  }

  .amenities_section .icon_box caption,
  #amenities .icon_box caption {
    font-size: 14px;
  }
  .header_logo {
    width: 100%;
  }

  .banner_bottom {
    bottom: 60px;
  }

  #about .row {
    flex-direction: column-reverse;
  }

  .about_img {
    margin: 25px 0px;
  }

  .about_content_wrapper {
    width: 100%;
  }

  #amenities .icons_wrapper {
    width: 100%;
    padding: 50px 30px;
  }

  .about_content_box {
    padding: 10px 0px;
  }

  .about_gallery.owl-carousel .owl-item img,
  .amenities_gallery.owl-carousel .owl-item img {
    width: 100% !important;
    border-radius: 30px !important;
  }

  a.btn.enq_btn.enq_price {
    width: 70%;
  }

  div#myTab {
    height: 365px;
  }
  .banner_form {
    bottom: 5px;
  }

  #banner_form .form_box,
  #contact_us .form_box {
    width: 90%;
  }
}

@media only screen and (max-width: 1024px) {
  .banner_img img {
    height: auto;
  }

  .section_title h2 {
    font-size: 40px;
  }

  .about_content {
    padding: 20px 25px;
    margin-bottom: 15px;
  }

  .about_content::before {
    background-size: 50%;
  }

  .about_btn {
    margin-top: 9%;
  }

  h1 {
    font-size: 45px;
  }

  .banner_content {
    top: 0;
  }

  .banner_bottom {
    bottom: 90px;
  }

  #banner_form .form_box,
  #contact_us .form_box {
    width: 95%;
  }

  .about_content .section_paragraph {
    width: 90%;
  }

  .privacy_policy_tc {
    font-size: 10px;
  }

  .about_content::after {
    background-size: 30%;
  }

  .about_content_box {
    padding: 9px 0px;
  }

  .icon_box {
    width: 110px;
    font-size: 12px;
  }

  .border_bottom::after {
    left: 37%;
  }

  .border_bottom::before {
    right: 36%;
  }

  .icon_box img {
    width: 60px !important;
    height: 60px;
  }

  a.btn.enq_btn.enq_price {
    width: 60%;
  }

  div#myTab {
    height: 365px;
  }

  .form_box .intl-tel-input .selected-flag {
    max-height: 38px;
  }

  form#enquire_price,
  #brochure_form {
    width: 20% !important;
  }
}

@media only screen and (max-width: 996px) {
  header.header {
    position: absolute;
    background: #ededed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  }

  .navbar {
    position: absolute;
    left: -100%;
    z-index: 1;
    width: 100%;
    background: #ffffff;
    transition: all 0.5s ease-in-out;
    min-height: 300px;
  }

  .navbar.active {
    top: 100%;
    left: 0;
    z-index: 10;
    transition: all 0.5s ease-in-out;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }

  .navbar ul {
    display: block;
    width: 100%;
    text-align: center;
    padding: 20px 0;
  }

  .navbar ul li {
    margin: 10px 0;
  }

  .navbar ul li a {
    color: #000;
  }

  .navbar ul li a:hover {
    color: #1c4b33;
    opacity: 1;
  }

  .mobile_header {
    z-index: 9;
    display: flex;
    padding: 0px 18px;
    position: relative;
    align-items: center;
    justify-content: space-between;
  }

  .mobile_menu {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    width: 50px;
    min-height: 40px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    z-index: 9999 !important;
    padding: 10px;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    user-select: none;
    pointer-events: auto !important;
  }

  .mobile_menu span {
    border-bottom: 3px solid #1c4b33;
    width: 25px;
    transition: all 0.5s ease-in-out;
    pointer-events: none;
  }

  .mobile_menu span:nth-child(2) {
    /* width: 15px;
    margin-right: 10px; */
    transition: all 0.5s ease-in-out;
  }

  .mobile_menu.active span:nth-child(2) {
    opacity: 0;
    transition: all 0.5s ease-in-out;
  }

  .mobile_menu.active span:nth-child(1) {
    transform: rotate(45deg) translate(0px, 0px);
    transition: all 0.5s ease-in-out;
  }

  .mobile_menu.active span:nth-child(3) {
    transform: rotate(-45deg) translate(10px, -10px);
    transition: all 0.5s ease-in-out;
  }

  .header_logo {
    width: 40%;
  }

  .img_box {
    position: relative;
  }

  table#pricing_table {
    width: 100%;
    border-collapse: collapse;
  }

  a.btn.enq_btn.enq_price {
    width: 75%;
  }

  .banner_img img {
    height: auto;
  }

  .banner_bottom {
    position: unset;
    background: #1c4b33;
    /* padding: 25px 0px; */
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  form#banner-form {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  form#banner-form .section_title h2 {
    color: #fff !important;
  }

  #banner-form .form_box {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}

@media only screen and (max-width: 820px) {
  .icons_wrapper {
    width: 100%;
  }

  .about_gallery.owl-carousel .owl-item img {
    width: 100% !important;
    border-radius: 30px !important;
    height: 470px;
  }

  .amenities_gallery.owl-carousel .owl-item img {
    height: 300px;
  }

  .about_content_wrapper {
    padding: 20px 20px;
    width: 100%;
  }

  .owl-nav .owl-prev,
  .owl-nav .owl-next {
    top: 50%;
    bottom: 50%;
    width: 45px;
    height: 45px;
    font-size: 20px;
    transform: translateY(-50%);
  }

  .owl-nav .owl-prev {
    left: -10px;
  }

  .owl-nav .owl-next {
    right: -10px;
  }

  .border_bottom {
    gap: 15px;
  }

  .icon_box.active {
    padding: 10px 15px;
  }

  div#myTab {
    height: 270px;
  }

  .gallery_slider .item {
    width: 100%;
    border-radius: 12px;
  }

  .gallery_img img {
    height: 300px;
  }

  .gallery_slider .owl-item {
    padding: 5px;
  }

  .banner_content p {
    font-family: "source sans pro";
    font-weight: 400;
    color: #fff;
    font-size: 18px;
    width: 80%;
  }
  .banner_content p:nth-child(1) {
    font-size: 18px;
    letter-spacing: 2px;
  }

  #contact_us .form_box {
    width: 90%;
    gap: 12px;
  }

  #contact_us .form_inputs_row {
    flex-direction: column;
    gap: 12px;
  }

  #contact_us .form_footer_row {
    flex-direction: column;
    gap: 12px;
    align-items: stretch;
  }

  #contact_us .form_footer_row .checkbox-inline {
    width: 100%;
    min-width: auto;
  }

  #contact_us .form_footer_row .form_submit_btn {
    width: 100%;
  }

  #contact_us .form_footer_row .form_submit_btn input {
    width: 100%;
  }
}

.location_map .location_wrapper {
  text-align: center;
}

.location_map .location_wrapper img {
  width: 60%;
}

.about_content_right img {
  height: 600px;
  object-fit: cover;
}

.about_2 img {
  height: 480px;
  object-fit: cover;
}

.sticky_enq_btn {
  right: -10px;
  position: fixed;
}

.about_highlights {
  font-size: 14px;
}

.sticky_enq_btn a {
  top: 50%;
  color: #fff;
  z-index: 1000;
  right: -35px;
  display: flex;
  position: fixed;
  padding: 12px 20px;
  border-radius: 5px;
  background: #1c4b33;
  align-items: center;
  /* font-weight: 600; */
  font-size: 14px;
  border: 1px solid #fff;
  transition: all 0.3s ease;
  transform: rotate(-90deg);
  box-shadow: 0 4px 15px rgba(204, 116, 69, 0.3);
}

.sticky_enq_btn a:hover {
  color: #fff;
  background: #1c4b33;
}
.footer_logos_section {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  /* justify-content: space-between; */
  /* gap: 20px; */
}

.footer_brand {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

@media only screen and (max-width: 768px) {
  #footer {
    width: 100%;
    padding: 1rem;
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
  .cost-sheet-btn-nav {
    max-width: 40%;
    margin: 0 auto;
    background: #1c4b33;
    text-decoration: none;
    color: #fff !important;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    font-size: 1rem;
    /* font-weight: 600; */
    transition: all 0.3s ease;
  }

  .footer_brand {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
  }

  section {
    padding: 30px 0px;
  }
  .header_logo a img {
    height: 50px;
    /* width: 50px; */
    /* object-fit: cover; */
    object-position: center;
  }

  /* Banner form stacks on mobile */
  #banner-form .form_box {
    flex-direction: column;
    flex-wrap: wrap;
  }

  #banner-form .form_input.name,
  #banner-form .form_input.email,
  #banner-form .form_input.phone {
    width: 100%;
    flex: none;
  }

  .desktop {
    display: none !important;
  }

  .mobile {
    display: flex !important;
  }

  /* Fix section container overlap on mobile */
  .section_container {
    padding-top: 100px;
    margin-top: -100px;
  }

  #amenities.section_container {
    padding-top: 120px;
    margin-top: -120px;
  }

  #amenities .section_title {
    margin-top: 55px;
    /* margin-bottom: 25px; */
    /* padding-top: 15px; */
  }

  .amenities_section .about_gallery_box,
  #amenities .about_gallery_box {
    margin-top: 20px;
  }

  .banner_img img {
    height: auto;
  }

  .about_content::before {
    background-size: 65%;
    width: 48%;
  }

  form#enquire_price,
  form#cost_sheet_form,
  form#site_visit_form,
  form#download_floor_plan_form,
  form#header_cost_sheet_form,
  #brochure_form {
    width: 95% !important;
  }

  h1 {
    font-size: 35px;
  }

  .banner_content {
    top: 40%;
  }

  .banner_img::before {
    background: transparent;
  }

  .banner_content p {
    width: 90%;
  }

  .banner_bottom {
    background-color: #1c4b33;
    /* padding: 30px 0px; */
    position: unset;
    flex-direction: column;
  }

  .banner_form {
    position: unset;
  }

  .banner_form .form_box {
    flex-direction: column;
  }

  .banner_btn.enq_form_btn {
    margin: 0px 15px;
    margin-bottom: 20px;
  }

  .highlight_box h3,
  .highlight_box p {
    font-family: "source sans light";
    font-size: 24px;
    color: #fff;
    font-weight: 600;
  }

  .highlight_box h3 {
    color: #000;
    margin-bottom: 10px;
  }

  #highlight .section_title h2::after {
    width: 325px;
  }

  .plan_tabs {
    position: relative;
  }

  .plan_tabs::after,
  .plan_tabs::before {
    content: "";
    position: absolute;
    width: 325px;
    height: 1px;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #898989;
  }

  .highlight_box p {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
  }

  .highlight_wrapper {
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    gap: 15px 15px;
    padding: 35px 0px;
    justify-content: space-between;
    border: 1px solid #fff;
    border-radius: 30px;
  }

  .highlight_box {
    width: 45%;
    line-height: 25px;
    padding-left: 25px;
  }

  .prj_wrapper {
    padding: 40px 0px;
  }

  .prj_highlights_wrapper .prj_box {
    width: 40%;
    text-align: center;
    border: 1px solid #fff;
    padding: 10px 15px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .prj_box span {
    color: #fff;
  }

  .prj_highlights_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 25px 0px;
  }

  .prj_highlights_wrapper ul li {
    color: #fff;
    font-family: "source sans light";
    font-weight: 600;
    font-size: 16px;
  }

  .privacy_policy_tc {
    font-size: 16px;
  }

  .prj_highlights_wrapper .prj_box img {
    width: 50px;
    height: 50px;
  }

  .prj_highlights_wrapper .prj_box p {
    color: #fff;
  }

  .prj_wrapper .section_title h2 {
    color: #fff !important;
  }

  .prj_wrapper .section_title {
    text-align: center !important;
  }

  #about .row {
    flex-direction: column-reverse;
  }

  .about_img {
    margin: 25px 0px;
  }

  .counter_block {
    flex-wrap: wrap;
    padding: 0 20px;
  }

  .counter_box {
    text-align: center;
    padding-right: 24px;
    width: 40%;
    padding: 5px 15px;
  }

  .counter_box:nth-child(2) {
    border-right: 0;
  }

  .counter_box p {
    font-size: 40px;
  }

  .counter_box span:nth-child(2) {
    font-size: 14px;
  }

  .about_content_box {
    position: absolute;
    border-bottom: 0;
    bottom: 25px;
    left: 0;
    right: 0;
    margin: auto;
    flex-direction: column;
    width: 80%;
  }

  #amenities .mobile {
    justify-content: center;
  }

  .icons.mobile {
    justify-content: center;
  }

  .icons_slider {
    background-color: #ededed;
    margin-top: 20px;
    border-radius: 15px;
    padding-top: 25px;
    width: 95%;
    height: 160px;
  }

  .icons_slider .owl-nav .owl-next,
  .icons_slider .owl-nav .owl-prev {
    top: 30%;
    width: 30px;
    height: 30px;
    font-size: 14px;
  }

  .icons_slider .owl-nav .owl-prev {
    left: -15px;
  }

  .icons_slider .owl-nav .owl-next {
    right: -15px;
  }

  /* Mobile Amenities - Flexbox Scroll with Snap */
  .amenities_section .amenities_scroll_container,
  #amenities .amenities_scroll_container {
    background-color: #f8f9fa;
    border-radius: 20px;
    padding: 15px 10px;
    margin-top: 20px;
    width: 100%;
    overflow: hidden;
  }

  .amenities_section .amenities_scroll_wrapper,
  #amenities .amenities_scroll_wrapper {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-padding: 10px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
  }

  .amenities_section .amenities_scroll_wrapper::-webkit-scrollbar,
  #amenities .amenities_scroll_wrapper::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
  }

  .amenities_section .amenity_card,
  #amenities .amenity_card {
    flex: 0 0 calc(50% - 4px);
    scroll-snap-align: start;
    min-width: calc(50% - 4px);
  }

  .amenities_section .amenity_card .icon_box,
  #amenities .amenity_card .icon_box {
    background: #ffffff;
    border-radius: 12px;
    padding: 8px 5px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    border: 2px solid transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    /* min-height: 180px; */
    transition: all 0.3s ease;
    height: 100%;
  }

  .amenities_section .amenity_card .icon_box:active,
  #amenities .amenity_card .icon_box:active {
    transform: scale(0.98);
  }

  /* Consistent icon image sizing */
  .amenities_section .amenity_card .icon_box .icon_img,
  .amenities_section .amenity_card .icon_box img,
  #amenities .amenity_card .icon_box .icon_img,
  #amenities .amenity_card .icon_box img {
    width: 50px !important;
    height: 50px !important;
    object-fit: contain;
    margin: 0 auto 8px auto !important;
    display: block;
  }

  .amenities_section .amenity_card .icon_box .icon_img.active,
  #amenities .amenity_card .icon_box .icon_img.active {
    display: block !important;
  }

  .amenities_section .amenity_card .icon_box .icon_img:not(.active),
  #amenities .amenity_card .icon_box .icon_img:not(.active) {
    display: none !important;
  }

  .amenities_section .amenity_card .icon_box caption,
  #amenities .amenity_card .icon_box caption {
    color: #1c4b33;
    font-weight: 600;
    font-size: 11px;
    line-height: 1.3;
    margin-top: 0;
    display: block;
    text-align: center;
    font-family: "source sans pro", sans-serif;
    flex-shrink: 0;
    padding: 0 4px;
  }

  /* Hide carousel on mobile */
  #amenities .icons_slider {
    display: none !important;
  }

  /* Scroll Navigation Arrows - Only show on mobile */
  .amenities_section .amenities_scroll_arrows,
  #amenities .amenities_scroll_arrows {
    display: flex;
    justify-content: flex-end;
    gap: 15px;
    margin-top: 20px;
    padding: 0 15px;
  }

  /* Hide arrows on desktop - show all amenities in grid */
  @media only screen and (min-width: 769px) {
    .amenities_section .amenities_scroll_arrows,
    #amenities .amenities_scroll_arrows {
      display: none !important;
    }
  }

  .amenities_section .scroll_arrow,
  #amenities .scroll_arrow {
    background: #1c4b33;
    color: #ffffff;
    border: none;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(46, 45, 77, 0.2);
    font-size: 18px;
  }

  .amenities_section .scroll_arrow:hover,
  #amenities .scroll_arrow:hover {
    background: #1f1e3a;
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(46, 45, 77, 0.3);
  }

  .amenities_section .scroll_arrow:active,
  #amenities .scroll_arrow:active {
    transform: scale(0.95);
  }

  .amenities_section .scroll_arrow:disabled,
  #amenities .scroll_arrow:disabled {
    opacity: 0.4;
    cursor: not-allowed;
    transform: none;
  }

  .owl-nav .owl-prev,
  .owl-nav .owl-next {
    width: 50px;
    height: 50px;
  }

  table#pricing_table {
    width: 95%;
  }

  #amenities .about_gallery .owl-nav {
    display: none;
  }

  thead,
  tbody,
  tr,
  th,
  td {
    font-size: 14px;
  }

  a.btn.enq_btn.enq_price {
    width: 100%;
    font-size: 14px;
    background-color: #1c4b33;
    color: #000;
    padding: 10px 5px;
  }

  div#myTab::after,
  div#myTab {
    /* position: unset; */
    background: none;
  }

  div#myTab {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }

  div#myTab button {
    color: #00000080 !important;
    font-size: 35px;
  }

  div#myTab button.active {
    color: #1c4b33 !important;
  }

  #contact_us .form_box {
    width: 90%;
    gap: 12px;
  }

  #contact_us .form_inputs_row {
    flex-direction: column;
    gap: 12px;
  }

  #contact_us .form_footer_row {
    flex-direction: column;
    gap: 12px;
    align-items: stretch;
  }

  #contact_us .form_footer_row .checkbox-inline {
    width: 100%;
    min-width: auto;
  }

  #contact_us .form_footer_row .form_submit_btn {
    width: 100%;
  }

  #contact_us .form_footer_row .form_submit_btn input {
    width: 100%;
  }

  .gallery_slider .item {
    width: 100%;
  }

  .gallery_slider .owl-nav .owl-prev {
    left: -2%;
  }

  .gallery_slider .owl-nav .owl-next {
    right: -2%;
  }

  .plan_slider .owl-nav .owl-prev {
    left: -5px;
  }
  .plan_slider .owl-nav .owl-next {
    right: -5px;
  }

  /* Villa Plans Overlay Responsive */
  .villa-plan-overlay {
    width: 100%;
    border-radius: 20px;
  }

  .overlay-content {
    padding: 25px 15px;
  }

  .overlay-message h3 {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }

  .overlay-message p {
    font-size: 0.95rem;
    margin-bottom: 20px;
    line-height: 1.5;
  }

  .overlay-cta {
    padding: 12px 25px;
    font-size: 0.95rem;
  }

  #plans .section_title h2 {
    position: relative;
  }

  #plans .section_title h2::after {
    content: "";
    position: absolute;
    width: 200px;
    height: 1px;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #898989;
  }

  .icon_img.active {
    display: block !important;
  }
  .icon_img {
    display: none !important;
  }

  .icon_box {
    width: auto;
    font-size: 14px;
  }

  .amenities_gallery .owl-nav {
    display: none;
  }

  .footer_btns {
    width: 100%;
    display: flex;
    z-index: 9999;
    bottom: 0px;
    position: fixed;
    padding: 0px 0px;
    justify-content: space-around;
    transition: all 0.5s ease-in-out;
  }

  .footer_btns a.sticky-enquiry {
    border-radius: 0;
    background: transparent;
    width: 100%;
    display: flex;
    justify-content: center;
    background: #1c4b33;
    padding: 1rem 0rem;
  }

  .sticky-enquiry.call_btn {
    border-right: 1px solid #ededed;
  }

  .about_gallery .img_box {
    position: relative;
  }

  .about_gallery .img_box::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0px;
    background: linear-gradient(to top, #00000082, #00000000);
    width: 100%;
    border-radius: 30px;
  }

  .footer_content {
    /* padding: 25px 0px; */
    /* margin-top: 2rem; */
    color: #000 !important;
  }

  /* Footer Layout - Clean Structure */
  .footer_layout {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
  }

  .footer_address_section {
    display: flex;
    gap: 2px;
    /* min-width: 300px; */
  }

  .footer_phone {
    display: block;
    /* font-weight: 600; */
    font-size: 1.1em;
    color: #000 !important;
    text-decoration: none;
    margin-bottom: 10px;
    transition: color 0.3s ease;
  }

  /* .footer_phone:hover {
    color: #cc7445;
  } */

  .footer_phone i {
    margin-right: 8px;
  }

  .footer_address {
    font-style: normal;
    color: #000;
    display: flex;
    gap: 2px;
    margin-bottom: 15px;
    line-height: 1.6;
  }

  .footer_rera {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .footer_rera span {
    color: #000 !important;
    font-size: 14px;
  }

  .footer_logos_section {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    /* gap: 1rem; */
    flex-shrink: 0;
  }

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

  .footer_logo img {
    max-width: 100px;
    height: auto;
  }

  /* .footer_logo:last-child img {
    max-width: 90px;
  } */

  /* Footer Responsive Styles */
  @media only screen and (max-width: 768px) {
    .footer_layout {
      flex-direction: column;
      align-items: flex-start;
      gap: 25px;
    }

    #enquire_form_heading {
      font-size: 2rem;
    }

    .footer_address_section {
      width: 100%;
      min-width: auto;
    }

    .footer_logos_section {
      width: 100%;
      justify-content: space-between;
      gap: 20px;
      flex-wrap: wrap;
    }

    .footer_logo img {
      max-width: 100px;
    }

    /* .footer_logo:last-child img {
      max-width: 75px;
    } */
  }

  .logo_box {
    padding: 0px 20px;
    align-items: center;
  }

  .address_box {
    flex-direction: column;
    padding: 0px 20px 20px 15px;
  }

  .fa-download,
  .fa-phone {
    margin-right: 10px;
  }

  #FAQ .section_title h2::after,
  #location_highlights .section_title h2::after {
    width: 325px;
  }

  .logo_box img {
    width: 150px;
  }

  .plan_img img {
    height: 100%;
  }

  .location_map .location_wrapper img {
    width: 100%;
  }

  .about_content_right img {
    height: 400px;
  }

  .about_gallery .img_box {
    height: 400px;
  }

  .about_2 img {
    height: 400px;
  }

  .about_content_box p,
  .about_content_box span,
  .about_content_box ul li {
    color: #fff;
  }

  .gallery_img img {
    height: 250px;
  }

  .banner_img img {
    margin-top: 50px;
  }

  #amenities .container {
    margin-top: -10%;
  }

  .constructions_logo_div {
    margin-top: -20%;
    margin-right: 5%;
    text-align: right;
  }

  .constructions_logo {
    width: 25% !important;
  }

  /* Show sticky enquiry button on mobile for better lead generation */
  .sticky_enq_btn {
    display: none !important;
  }

  .sticky_enq_btn a {
    right: -35px;
    padding: 10px 15px;
    font-size: 12px;
    z-index: 1000;
  }
}

@media only screen and (max-width: 479px) {
  .gallery_img img {
    height: 250px;
  }

  .gallery_overlay i {
    font-size: 20px;
  }

  .gallery_slider .owl-nav .owl-prev,
  .gallery_slider .owl-nav .owl-next {
    width: 40px;
    height: 40px;
  }

  .gallery_slider .owl-nav .owl-prev i,
  .gallery_slider .owl-nav .owl-next i {
    font-size: 14px;
  }
}

@media only screen and (max-width: 390px) {
  table#pricing_table {
    width: 100%;
  }
}

@media only screen and (max-width: 360px) {
}

.btn {
  background: #1c4b33;
  color: #fff;
  padding: 12px 30px;
  border: none;
  border-radius: 5px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
  font-size: 14px;
  /* font-weight: 600; */
  cursor: pointer;
}

.btn:hover {
  background: #000000;
  color: #fff;
  text-decoration: none;
}

.enq_btn {
  background: #1c4b33;
  color: #fff;
  padding: 12px 30px;
  border: none;
  border-radius: 5px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
  font-size: 14px;
  /* font-weight: 600; */
  cursor: pointer;
  font-family: "source sans light";
}

.enq_btn:hover {
  background: #000000;
  color: #fff;
  text-decoration: none;
}

.form_submit_btn input[type="submit"] {
  background: #1c4b33;
  color: #fff;
  padding: 12px 30px;
  border: none;
  border-radius: 5px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  width: 100%;
}

.form_submit_btn input[type="submit"]:hover {
  background: #000000;
  color: #fff;
}

/* Enhanced UI for Lead Generation */
.btn.enq_btn {
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(46, 45, 77, 0.3);
}

.btn.enq_btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(46, 45, 77, 0.4);
}

.sticky_enq_btn {
  z-index: 1000;
  /* animation: pulse 2s infinite; */
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

/* Enhanced form styling for better clarity */
.form_box {
  width: 100%;
  padding: 20px 25px;
  border-radius: 15px;
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(46, 45, 77, 0.1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Call-to-action improvements */
.call_now_btn a {
  transition: all 0.3s ease;
  border-radius: 25px;
  /* font-weight: ; */
}

/* .call_now_btn a:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(46, 45, 77, 0.3);
} */

/* Enhanced section titles */
.section_title h2 {
  position: relative;
  display: inline-block;
}

.section_title h2::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: #055ed2;
  border-radius: 2px;
}

/* Improved banner form */
form#banner-form {
  /* border-radius: 20px; */
  box-shadow: 0 15px 40px rgba(46, 45, 77, 0.2);
}

/* Urgency Banner */
.urgency-banner {
  background: linear-gradient(45deg, #1c4b33, #055ed2);
  color: white;
  padding: 10px 0;
  position: relative;
  overflow: hidden;
}

.urgency-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  animation: shimmer 2s infinite;
}

@keyframes shimmer {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}

.urgency-banner p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
}

.urgency-banner i {
  margin-right: 8px;
  animation: pulse 1.5s infinite;
}

/* Enhanced mobile responsiveness */
@media (max-width: 768px) {
  .urgency-banner p {
    font-size: 14px;
  }
}

/* Social Proof Elements */
.social-proof {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(46, 45, 77, 0.2);
}

.trust-indicators {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 15px;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: #666;
  font-weight: 500;
}

.trust-item i {
  color: #055ed2;
  font-size: 14px;
}

.trust-item span {
  white-space: nowrap;
}

/* Enhanced mobile responsiveness */
@media (max-width: 768px) {
  .trust-indicators {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .plan_img_box {
    display: flex;
    width: 100%;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    gap: 0px 40px;
  }
  .trust-item {
    font-size: 11px;
  }
  
  .disclaimer {
    font-size: 10px;
  }
}

/* Footer Form Submit Button Fix */
form#contact_us .form_submit_btn {
  height: 40px;
  justify-content: center;
  display: flex !important;
}

form#contact_us .form_submit_btn input {
  background: #1c4b33 !important;
  color: #fff !important;
  padding: 0px 30px !important;
  border: none !important;
  border-radius: 5px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  width: auto !important;
}

form#contact_us .form_submit_btn input:hover {
  /* background: #f0f0f0 !important; */
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(255, 255, 255, 0.3);
}

/* Enhanced Privacy Policy Text Visibility */
.privacy_policy_tc {
  font-size: 11px !important;
  color: #333 !important;
  font-weight: 500 !important;
  line-height: 1.3 !important;
  opacity: 1 !important;
  text-shadow: none !important;
}

/* Better Checkbox Styling */
label.checkbox-inline input[type="checkbox"] {
  margin-bottom: 0 !important;
  border: 2px solid #1c4b33 !important;
  width: 16px !important;
  height: 16px !important;
  accent-color: #1c4b33 !important;
}

/* Fix Heading UI Distortion */
.section_title h2 {
  position: relative !important;
  display: inline-block !important;
  font-size: 40px !important;
  font-weight: 400 !important;
  color: #1c4b33 !important;
  text-align: center !important;
  margin-bottom: 20px !important;
  line-height: 1.2 !important;
}

.section_title h2::after {
  content: "" !important;
  position: absolute !important;
  bottom: -10px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: 100px !important;
  height: 3px !important;
  background: #1c4b33 !important;
  border-radius: 2px !important;
}

#specifications .section_title h2::after {
  width: 150px !important;
}

#location_highlights .section_title h2::after {
  width: 200px !important;
}

#FAQ .section_title h2::after {
  width: 250px !important;
}

/* Mobile heading fixes */
@media (max-width: 768px) {
  .section_title h2 {
    font-size: 35px !important;
  }

  #amenities .section_title h2::after,
  #gallery .section_title h2::after,
  #specifications .section_title h2::after {
    width: 100px !important;
  }

  #location_highlights .section_title h2::after,
  #FAQ .section_title h2::after {
    width: 200px !important;
  }
}

/* Enhanced Gallery Captions */
/* Gallery Image Container - Improved */
.gallery_img {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  width: 100%;
  height: 100%;
  background: #f5f5f5;
}

.gallery_img a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

/* .gallery_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(46, 45, 77, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
} */

/* .gallery_img:hover .gallery_overlay {
  opacity: 1;
}

.gallery_overlay i {
  color: #fff;
  font-size: 28px;
  transition: transform 0.3s ease;
} */

.gallery_img:hover .gallery_overlay i {
  transform: scale(1.1);
  cursor: zoom-in;
}

.gallery_caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  color: white;
  padding: 20px;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}

.gallery_img:hover .gallery_caption {
  transform: translateY(0);
}

.gallery_caption h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #fff;
}

.gallery_caption p {
  font-size: 14px;
  margin: 0;
  color: #f0f0f0;
  line-height: 1.4;
}

/* Gallery Image - Smooth transitions */
.gallery_img img {
  transition: transform 0.3s ease;
}

.gallery_img:hover img {
  transform: scale(1.02);
}
.iframe-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
