@font-face {
  font-family: "Optima";
  src: url("../fonts/optima/OPTIMA.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

.formflag {
  display: none;
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  box-sizing: border-box;
  font-family: "Optima", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #caa54acc;
  overflow-x: hidden;
}

/* Headline Styles */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

/* Unordered List Styles */
ul {
  font-weight: 500;
}

.same-gap {
  padding: 30px 0;
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.image-size {
  height: 42px;
  width: 42px;
}
.highlights-content {
  margin-top: 11px;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.text-center {
  text-align: center;
}
img,
svg {
  vertical-align: middle;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.table td,
.table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table-bordered td,
.table-bordered th {
  border: 1px solid;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
}
table {
  border-collapse: collapse;
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.table-bordered {
  border: 1px solid #dee2e6;
}
.table-responsive > .table-bordered {
  border: 0;
}
*,
::after,
::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.price-section tr td .btn {
  font-size: 16px;
}

header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9;
  background-color: white;
  padding: 15px 0;
  -moz--webkit-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
header.bg-hide {
  background-color: transparent;
  box-shadow: none;
}
header.bg-hide .menu ul li a {
  color: white;
}
header.bg-hide .contact-number {
  border-color: white;
}
header.bg-hide .contact-number a {
  color: white;
}
.newClass {
  background-color: #154543;
  box-shadow: 0 0 5px gray;
  padding: 12px 0;
}
.inner-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.logo {
  max-width: 150px;
  filter: brightness(1) invert(1);
}
.menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.error-msg {
  color: red;
  text-align: left;
}
.input-error {
  padding-bottom: 11px;
}
#loader {
  display: none;
}
.menu ul li a {
  color: black;
  text-decoration: none;
  font-size: 16px;
  padding: 10px 15px;
  text-transform: uppercase;
  -moz--webkit-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.contact-number {
  display: flex;
}
.contact-number a {
  font-size: 24px;
  padding: 10px;
  font-weight: 600;
  text-decoration: none;
  color: #caa54a;
  -moz--webkit-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-number a img {
  margin: 0 10px 0 0;
}
.banner-div {
  height: clamp(520px, calc(100vh - 69px), 760px);
  overflow: hidden;
  position: relative;
}
.banner-div::before {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.2));
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  pointer-events: none;
}
.banner-div .swiper-wrapper {
  height: 100%;
}
.banner-div .swiper-slide {
  height: 100%;
}
.banner-div .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.banner-div .swiper-button-prev,
.banner-div .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.35);
  color: #fff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35);
  cursor: pointer;
}
.banner-div .swiper-button-prev {
  left: 1rem;
}
.banner-div .swiper-button-next {
  right: 1rem;
}
.banner-div .swiper-button-prev:after,
.banner-div .swiper-button-next:after {
  font-size: 18px;
}
.banner-div .swiper-button-disabled {
  opacity: 0.35;
}
.banner-div .banner-swiper-pagination {
  position: absolute;
  left: 50%;
  bottom: 1rem;
  transform: translateX(-50%);
  z-index: 3;
}
.banner-div .swiper-pagination-bullet {
  background: #caa54acc;
  opacity: 1;
}
.banner-div .swiper-pagination-bullet-active {
  background: #caa54a;
}
.banner-txt {
  position: absolute;
  top: 70%;
  left: 55%;
  width: 100%;
  padding: 0 20px;
  transform: translate(-50%, -50%);
  z-index: 4;
  pointer-events: none;
}
.banner-text-div button,
.banner-text-div a {
  pointer-events: auto;
}
.border-right {
  border-right: 1px solid #dee2e6;
}
.banner-section {
  position: relative;
  padding-top: 69px;
}

.offers-add {
  background-color: #fff;
  color: #000;
  padding: 10px 15px;
  font-size: 20px;
  width: auto;
  display: table;
  margin: 0 auto;
  border-radius: 4px;
}

.starting-price {
  display: flex;
  justify-content: center;
  color: #fff;
  align-items: center;
  font-size: 30px;
  margin-bottom: 20px;
}
.starting-price img {
  max-width: 30px;
}
.btn {
  background-color: #fff;
  color: #000;
  text-decoration: none;
  padding: 10px 15px;
  display: inline-block;
  font-size: 20px;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  -moz--webkit-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-family: "Lexend", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.title p {
  color: #fff;
  font-size: 16px;
}
.project-info-inner-div img {
  max-width: 50px;
  height: auto;
}
.title h2 {
  font-size: 40px;
  margin: 0 0 30px 0;
  color: #fff;
  font-family: "Jost", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.project-info-item {
  padding: 0;
  margin-bottom: 30px;
}
.project-info-inner-div {
  border: 2px solid #fff;
  padding: 10px;
  text-align: center;
}
.project-info-inner-div span {
  margin: 0 0 10px 0;
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
  display: block;
}
.project-info-inner-div p {
  font-size: 18px;
  margin: 10px 0 0 0;
  color: #fff;
  font-weight: 600;
  word-break: break-all;
}
.gallery-item {
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #f7f7f7;
}
.gallery-item img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}
.gallery-item:hover img {
  transform: scale(1.04);
}
.gallery-swiper {
  overflow: hidden;
  padding-bottom: 36px;
}
.gallery-swiper .swiper-slide {
  max-width: none;
  padding: 0;
}
.gallery-pagination .swiper-pagination-bullet {
  background: #7a4a23;
  opacity: 0.35;
}
.gallery-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.floor-plan-section .row > [class*="col-"] {
  display: flex;
}
.floor-plan-item {
  margin-bottom: 30px;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  overflow: hidden;
  padding: 16px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.floor-plan-item a {
  display: block;
  width: 100%;
}
.floor-plan-item img {
  width: 100%;
  height: auto;
  display: block;
  filter: none;
  border-radius: 8px;
}
.floor-plan-item .modal-button.btn {
  position: static;
  margin: 16px auto 0;
  width: auto;
  min-width: 200px;
  padding: 12px 24px;
  background-color: #7a4a23;
  color: #fff;
  border: none;
}
.location-advantage-text-itm {
  display: flex;
  background-color: #fff;
  margin-bottom: 14px;
  min-height: 86px;
  height: auto;
  border: 1px solid rgba(122, 74, 35, 0.12);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(33, 37, 41, 0.08);
}
.location-advantage-text-itm-right p {
  margin: 5px 0 0 0;
  color: #000;
  font-size: 22px;
}
.location-advantage-text-itm-right p {
  margin: 5px 0 0 0;
  color: #000;
  font-size: 22px;
}
.location-advantage-text-itm-right p span {
  display: block;
  font-size: 16px;
  color: #000;
  font-weight: 400;
  margin: 10px 0 0 0;
}
.location-advantage-text-itm-left {
  background-color: #7a4a23;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  margin: 0 10px 0 0;
  min-width: 66px;
}
.price-section .price-box {
  padding: 50px 15px;
  border-radius: 4px;
  background-color: #e0dacf;
  transition: 0.8s ease-in-out;
}
.price-section .typology {
  border: 2px solid #000;
  width: fit-content;
  margin: auto;
  padding: 5px 35px;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 600;
}
.price-section .price-details {
  text-align: center;
  padding-top: 20px;
  font-size: 24px;
  font-weight: 600;
}
span.rupee {
  font-size: 16px;
}
.price-section .size-detail {
  display: flex;
  justify-content: space-around;
  margin: 20px 30px 15px;
  padding-bottom: 15px;
  font-size: 15px;
  font-weight: 500;
  border-bottom: 1px dashed;
}
.price-major {
  font-size: 16px;
}
.price-section .price-details {
  text-align: center;
  padding: 15px;
  font-size: 20px;
  font-weight: 600;
  border-bottom: 1px dotted #000;
}
.price-section .micro-btn {
  text-align: center;
  padding-top: 20px;
}
.amenities-item {
  border: 1px dashed #fff;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
}
.amenities-img {
  position: relative;
  padding-top: 10px;
}
.amenities-item p {
  margin: 10px 0;
  color: #fff;
  font-size: 20px;
}
.highlights-item {
  position: relative;
  text-align: center;
  padding: 45px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.col-highlights {
  border-right: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
}
.col-highlights:nth-child(3n + 3) {
  border-right: 0;
}
.col-highlights:nth-child(10),
.col-highlights:nth-child(11),
.col-highlights:nth-child(12) {
  border-bottom: 0;
}
.white-bg-section {
  background-color: #fff;
}
.white-bg-section .title h2 {
  color: #000;
}
.countryCode option {
  color: #000;
}
.highlights-content p {
  margin: 0;
  color: #000;
  font-size: 18px;
}
.highlights-content p b {
  color: #000;
}

.mobile-price {
  display: none;
}
.enquire-div {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
.input-group {
  margin-bottom: 20px;
  position: relative;
}
.enquire-div .input-group .form-control {
  border: 0;
  background-color: transparent;
  border-bottom: 1px solid #000;
  border-radius: 0;
  color: #000;
  padding: 15px 0;
  font-size: 18px;
}
.countryCode {
  position: absolute;
  left: 0;
  height: 100%;
  border-radius: 0;
  padding: 0;
  border: 0;
  background-color: transparent;
  color: #000;
  font-size: 18px;
  width: 130px;
}
.enquire-div .input-group .countryCode ~ .form-control {
  padding: 15px 0 15px 150px;
}
.enquire-div .input-group .form-control:focus-visible {
  outline: 0;
}
.modal {
  display: none;
  position: fixed;
  z-index: 1001;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
}
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  max-width: 500px;
  position: relative;
  border-radius: 5px;
}
.close {
  color: #aaa;
  font-size: 35px;
  font-weight: bold;
  position: absolute;
  right: 5px;
  top: -5px;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.modal-form .countryCode {
  color: #000;
}
.modal-form {
  text-align: center;
}
.modal-form .countryCode ~ .form-control {
  padding: 15px 0 15px 135px;
}
.modal-form .countryCode {
  color: #000;
  left: 10px;
  width: 120px;
}
.modal-form .form-control {
  padding: 10px;
  font-size: 18px;
  color: #000;
  border-color: #000;
}
.modal-form h3 {
  font-size: 24px;
  text-transform: uppercase;
  margin: 0px;
}
.modal-form .form-control:focus-visible {
  outline: 0;
}
/* popup form s */
.modal .form-control {
  margin: 0;
  margin-bottom: 0px;
  border: 0;
  background: transparent;
  border-bottom: 1px solid #6d767e;
  border-radius: 0;
  font-size: 1rem;
  font-weight: 400;
}
.modal-content {
  position: relative;
  display: block;
  flex-direction: column;
  max-width: 400px;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 14px;
  outline: 0;
}
.enquireNowBtn {
  text-align: center;
  color: #ffffff;
  border-radius: 12px;
  font-size: 15px;
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 8px 16px;
}
.custom-btn {
  background: #0f3f77 !important;
  position: relative;
  padding: 2px;
  border-radius: 12px;
  border: none;
  overflow: hidden;
  width: 227px;
}
label.btw-btns {
  padding-top: 5px;
  display: block;
}
.enquireNowBtn a {
  background: linear-gradient(195deg, #53d161, #23b73c);
  text-decoration: none;
  text-align: center;
  color: #ffffff;
  border-radius: 12px;
  font-size: 15px;
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 8px 16px;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
.enq-popup-cp-highlights {
  display: none;
}
.modal-form .btn {
  background-color: #000;
  color: #fff;
}
.floor-plan-item a .btn:hover {
  background-color: #7a4a23;
}
.project-video-section {
  background-image:
    linear-gradient(to bottom, rgba(245, 246, 252, 0), rgba(11, 10, 11, 0.73)),
    url("../images/project-video.webp");
  background-size: cover;
  background-position: center center;
}
.project-video-div {
  text-align: center;
  padding: 50px 0 50px 0;
}
.project-video-section .title h2 {
  color: #fff;
}
.enquire-section {
  background-color: #fff;
}
.enquire-section .title h3 {
  color: #000;
}
.enquire-section .btn {
  background-color: #000;
  color: #fff;
}
.side-enquire-now {
  position: fixed;
  right: -54px;
  top: 53%;
  transform: rotate(90deg);
}
.side-enquire-now .btn {
  background-color: #7a4a23;
  color: #fff;
}
.tab-banner {
  display: none;
}
.partners-associates-item {
  border: 1px solid gray;
  padding: 20px;
  margin-top: 30px;
  background-color: #fff;
}
.partners-associates-section {
  padding-bottom: 40px;
}
/* css add some changes given by lovekush */
.offers {
  width: auto;
  margin: 0 auto 15px;
  display: table;
  background-color: #7a4a23;
  padding: 5px;
}
.offers-div {
  border: 2px dashed #fff;
  padding: 10px 40px;
}
.offers-div p {
  margin: 0;
}
.location-advantage-img {
  height: 450px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 12px 28px rgba(33, 37, 41, 0.14);
}
.location-advantage-img iframe {
  width: 100%;
  height: 100%;
}
.location-advantage-text {
  height: 450px;
  overflow-y: auto;
  overflow-x: hidden;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: start;
  gap: 30px 34px;
  padding: 18px 20px;
  background: #fff;
  border: 1px solid rgba(122, 74, 35, 0.12);
  border-radius: 10px;
  scrollbar-width: thin;
  scrollbar-color: #7a4a23 rgba(255, 255, 255, 0.4);
}
.location-advantage-category {
  min-width: 0;
}
.location-advantage-category-icon {
  color: #9a4720;
  font-size: 38px;
  line-height: 1;
  margin-bottom: 12px;
}
.location-advantage-category h3 {
  color: #000;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 8px;
  text-transform: uppercase;
}
.location-advantage-category ol {
  color: #111;
  font-size: 16px;
  line-height: 1.45;
  margin: 0;
  padding-left: 21px;
}
.location-advantage-category li {
  margin-bottom: 5px;
}
.location-advantage-category li span {
  white-space: nowrap;
}
.location-advantage-text::-webkit-scrollbar {
  width: 8px;
}
.location-advantage-text::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 8px;
}
.location-advantage-text::-webkit-scrollbar-thumb {
  background: #7a4a23;
  border-radius: 8px;
}
.offers-div:first-child {
  border-bottom: 0;
}
.amenities-img .img-fluid {
  filter: invert(1);
}
/* css add some changes given by lovekush */

/* ///// */
.active-btn {
  pointer-events: none;
  opacity: 0.8;
}
.iti--allow-dropdown {
  width: 100%;
}
.phone::placeholder {
  color: #888888; /* Change to your desired color */
}

.iti__search-input {
  padding: 13px !important;
  font-size: 14px !important;
}
.iti__search-input {
  color: #000 !important;
  background-color: #fff !important;
  font-size: 14px !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.otp-popup,
.thank-you-popup {
  position: fixed;
  inset: 0;
  z-index: 1002;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: rgba(0, 0, 0, 0.58);
}
.otp-card,
.thank-you-card {
  width: min(100%, 390px);
  background: #fff;
  border-radius: 14px;
  padding: 24px;
  text-align: center;
  position: relative;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.22);
}
.otp-card h3,
.thank-you-card h3 {
  margin: 0 0 8px;
  color: #7a4a23;
  font-size: 24px;
  text-transform: uppercase;
}
.otp-card p,
.thank-you-card p {
  margin: 0 0 16px;
  color: #333;
  font-size: 14px;
}
.otp-card .form-control {
  text-align: center;
  letter-spacing: 4px;
  font-size: 20px;
  margin-bottom: 12px;
  border: 1px solid #ced4da;
}
.otp-submit-btn {
  width: 100%;
  background: #7a4a23;
  color: #fff;
  margin-top: 8px;
}
.otp-resend-btn,
.otp-close {
  border: 0;
  background: transparent;
  cursor: pointer;
}
.otp-resend-btn {
  color: #7a4a23;
  margin-top: 12px;
  font-size: 14px;
  text-decoration: underline;
}
.otp-close {
  position: absolute;
  right: 12px;
  top: 8px;
  font-size: 30px;
  line-height: 1;
  color: #777;
}
.toast {
  position: fixed;
  left: 50%;
  bottom: 24px;
  z-index: 1003;
  transform: translateX(-50%) translateY(20px);
  max-width: min(92vw, 420px);
  padding: 12px 16px;
  border-radius: 8px;
  background: #212529;
  color: #fff;
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
  text-align: center;
}
.toast.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
/* ADD FAQ CSS */
#faq {
  background-color: gainsboro;
}
.faq-container {
  max-width: 900px;
  margin: auto;
}
.faq-item {
  background: #fff;
  border: 1px solid #ddd;
  margin-bottom: 15px;
  border-radius: 10px;
  overflow: hidden;
}
.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  cursor: pointer;
}
.faq-question h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  width: 90%;
}
.banner-text-div {
  padding: 30px;
  margin: 0 auto;
}
.faq-icon {
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
}
.faq-answer {
  display: none;
  padding: 0 20px 20px;
}
.faq-answer p {
  margin: 0;
  color: #555;
  line-height: 1.7;
}
/* ADD FAQ CSS */
/* //// */
@media only screen and (max-width: 1400px) {
  .menu ul li a {
    font-size: 16px;
    padding: 10px 10px;
  }

  .contact-number a {
    font-size: 30px;
  }

  .starting-price {
    font-size: 25px;
  }

  .btn {
    font-size: 18px;
  }

  .project-info-inner-div p {
    font-size: 16px;
  }

  .project-info-inner-div span {
    font-size: 14px;
  }

  .highlights-content p {
    font-size: 16px;
  }

  .table-bordered td,
  .table-bordered th {
    font-size: 18px;
  }

  .title h2 {
    font-size: 35px;
  }

  .amenities-item p {
    font-size: 18px;
  }

  .location-advantage-text-itm-right p {
    font-size: 20px;
  }

  .title p {
    font-size: 15px;
  }
}

@media only screen and (max-width: 1250px) {
  .menu ul li a {
    font-size: 15px;
    padding: 10px 10px;
  }

  .contact-number a {
    font-size: 28px;
  }
}

@media only screen and (max-width: 1199px) {
  .banner-div {
    height: clamp(500px, 70vh, 680px);
  }

  .contact-number a {
    font-size: 20px;
  }

  .menu ul li a {
    font-size: 14px;
    padding: 10px 5px;
  }

  .contact-number a {
    font-size: 24px;
  }

  .logo {
    /* max-width: 160px; */
  }

  .banner-section {
    padding-top: 80px;
  }

  .starting-price {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .btn {
    padding: 10px 12px;
    font-size: 16px;
  }

  .highlights-item {
    padding: 15px;
  }

  .location-advantage-text-itm {
    height: auto;
  }

  .location-advantage-text-itm-right p {
    margin: 0;
  }

  .price-section tr td .btn {
    font-size: 14px;
  }

  .title h2 {
    font-size: 30px;
  }

  .same-gap {
    padding: 20px 0;
  }
}

@media only screen and (max-width: 991px) {
  .location-advantage-img iframe {
    height: 400px;
  }

  .button_container {
    position: absolute;
    top: 50%;
    right: 0;
    height: 20px;
    width: 35px;
    cursor: pointer;
    z-index: 100;
    transition: opacity 0.25s ease;
    transform: translateY(-50%);
  }

  .button_container span {
    background: #caa54a;
    border: 0;
    height: 3px;
    width: 80%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.35s ease;
    cursor: pointer;
  }

  .button_container span:nth-of-type(2) {
    top: 11px;
  }

  .button_container span:nth-of-type(3) {
    top: 22px;
  }

  .contact-number a {
    padding: 0;
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    color: #fff;
    font-size: 18px;
  }

  @-webkit-keyframes widgetPulse {
    0% {
      -webkit-transform: scale(1, 1);
      transform: scale(1, 1);
      opacity: 1;
    }

    100% {
      -webkit-transform: scale(1.8, 1.8);
      transform: scale(1.8, 1.8);
      opacity: 0;
    }
  }

  @keyframes widgetPulse2 {
    0% {
      -webkit-transform: scale(1, 1);
      transform: scale(1, 1);
      opacity: 1;
    }

    100% {
      -webkit-transform: scale(1.4, 1.4);
      transform: scale(1.4, 1.4);
      opacity: 0;
    }
  }

  .overlay {
    position: fixed;
    background: #fff;
    top: 64px;
    left: 0;
    width: 100%;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    max-height: 0;
    -webkit-transition:
      max-height 0.3s,
      -webkit-transform 0.3s;
    transition:
      max-height 0.3s,
      -webkit-transform 0.3s;
    -o-transition:
      max-height 0.3s,
      transform 0.3s;
    transition:
      max-height 0.3s,
      transform 0.3s;
    transition:
      max-height 0.3s,
      transform 0.3s,
      -webkit-transform 0.3s;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    overflow: auto;
  }

  .overlay nav {
    text-align: center;
  }

  .overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    width: 100%;
  }

  .overlay ul li {
    display: block;
    position: relative;
    opacity: 0;
    margin: 0;
  }

  .overlay ul li a,
  .overlay ul li span {
    display: block;
    position: relative;
    color: #000;
    text-decoration: none;
    overflow: hidden;
    font-size: 18px;
  }

  .overlay.open li {
    -webkit-animation: fadeInRight 0.5s ease forwards;
    animation: fadeInRight 0.5s ease forwards;
    animation-delay: 0s;
    animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-delay: 0.35s;
    animation-delay: 0.35s;
    opacity: 1;
    border-bottom: 1px solid gray;
  }

  .button_container.active .top {
    transform: translateY(11px) translateX(0) rotate(45deg);
    background: #7a4a23;
  }

  .button_container.active .middle {
    opacity: 0;
    background: #7a4a23;
  }

  .button_container.active .bottom {
    transform: translateY(-11px) translateX(0) rotate(-45deg);
    background: #7a4a23;
  }

  .overlay.open {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    max-height: 100vh;
  }

  .location-advantage-img {
    margin-bottom: 30px;
  }

  .title h2 {
    font-size: 25px;
  }

  .starting-price {
    font-size: 20px;
  }

  .side-enquire-now {
    display: none;
  }

}

@media only screen and (max-width: 767px) {
  .starting-price img {
    max-width: 20px;
  }

  .banner-div {
    height: 560px;
    margin-top: -12px;
  }

  .banner-div .swiper-button-prev,
  .banner-div .swiper-button-next {
    display: none;
  }

  .banner-txt {
    top: auto;
    bottom: 10%;
    left: 0;
    transform: none;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    min-height: 100%;
    padding: 0 12px 18px;
  }

  .banner-text-div {
    width: 100%;
    margin: 0;
    padding: 14px;
  }

  .desktop-banner {
    display: none;
  }

  .mobile-banner {
    display: block;
  }
  .gallery-swiper {
    padding-bottom: 32px;
  }
  .location-advantage-text {
    height: auto;
    max-height: 520px;
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 18px;
  }
  .location-advantage-category-icon {
    font-size: 34px;
    margin-bottom: 10px;
  }
  .location-advantage-category h3 {
    font-size: 18px;
  }
  .location-advantage-category ol {
    font-size: 15px;
  }

  .amenities-slider-mobile {
    position: relative;
  }

  .swiper-pagination {
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    z-index: 0;
  }

  .swiper-pagination .swiper-pagination-bullet {
    margin: 0 2px;
    border: 2px solid #fff;
    width: 13px;
    height: 13px;
  }

  .amenities-item p {
    font-size: 16px;
  }

  #amenities .swiper-container .row {
    flex-wrap: nowrap;
    margin: 0;
  }

  #amenities .swiper-container .row .swiper-slide {
    padding: 0;
  }

  .table-bordered td,
  .table-bordered th {
    border: 1px solid;
    color: #fff;
    font-size: 14px;
  }

  .col-highlights:nth-child(3n + 3) {
    border-right: 1px solid #d7d7d7;
  }

  .col-highlights:nth-child(10) {
    border-bottom: 1px solid #d7d7d7;
  }
}

@media only screen and (max-width: 575px) {
  .offers-div {
    padding: 5px 20px;
  }

  .location-advantage-text-itm-right p {
    position: relative;
    padding-left: 35px;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .location-advantage-text-itm-right p::before {
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    left: 8px;
    top: 8px;
    background-color: #7a4a23;
    border-radius: 50%;
    box-shadow: 0 0 0 5px rgba(122, 74, 35, 0.14);
  }
  .location-advantage-text-itm {
    height: auto;
    margin-bottom: 5px;
  }
  .location-advantage-text-itm-right p br {
    display: none;
  }
  .location-advantage-text-itm-right p span {
    display: inline-block;
    font-size: 13px;
  }
  /* sdfsadfasdfd */
  .highlights-img .img-fluid {
    max-width: 80px;
  }
  .highlights-item {
    padding: 5px;
  }
  .project-info-item {
    margin-bottom: 15px;
  }
  .project-info-inner-div img {
    max-width: 40px;
  }
  .offers-add {
    font-size: 16px;
  }
  .starting-price {
    font-size: 16px;
  }
  .btn {
    padding: 10px;
    font-size: 14px;
  }
  .starting-price img {
    max-width: 18px;
  }
  .logo {
    max-width: 50px;
  }
  .contact-number a {
    font-size: 16px;
    right: 40px;
  }
  .banner-section {
    padding-top: 70px;
  }
  .highlights-content p {
    font-size: 13px;
  }
  .project-info-inner-div p {
    font-size: 13px;
  }
  .project-info-inner-div span {
    font-size: 13px;
  }
  .price-section .table {
    display: none;
  }
  .mobile-price {
    display: block;
  }
  .price-section .price-box {
    margin-bottom: 30px;
  }
  .price-section .price-details {
    font-size: 16px;
  }
  .price-section .typology {
    font-size: 16px;
  }
  .overlay {
    top: 58px;
  }
  .banner-txt {
    padding: 0 15px;
  }

  .banner-text-div {
    padding: 20px;
    border-radius: 20px;
  }
  .project-info-inner-div {
    padding: 5px;
  }
  .faq-question {
    padding: 10px 10px;
  }
  .faq-question h3 {
    font-size: 13px;
  }
  .faq-icon {
    font-size: 20px;
  }
  .faq-answer {
    padding: 0 10px 10px;
  }
  .faq-answer p {
    font-size: 12px;
  }
  .title h2 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 410px) {
  .project-info-inner-div {
    height: 100%;
  }

  .project-info-item {
    height: 130px;
  }

  .modal-content {
    max-width: 354px;
  }
}

@media only screen and (max-width: 400px) {
  .highlights-content p {
    font-size: 12px;
  }

  .highlights-img .img-fluid {
    max-width: 60px;
  }

  .amenities-slider-mobile .swiper-slide {
    width: 285px;
  }
}

@media (min-width: 576px) {
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .amenities-slider-mobile .swiper-slide {
    width: 285px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }

  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }

  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }

  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }

  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media only screen and (min-width: 1500px) {
  .container {
    max-width: 1400px;
  }
}
