.formflag {
  display: none;
}
body {
  box-sizing: border-box;
  font-family: "Lexend", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  padding: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #19407d !important;
}

.banner-div::before {
  content: "";
  position: absolute;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(4, 4, 4, 0.8));
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.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;
}
.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: #19407d;
  padding: 12px 0;
  -moz--webkit-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.newClass {
  background-color: #19407d;
  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: 121px;
}
.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: #fff;
  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: 26px;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  -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 {
  /* background-image: url("../images/banner.webp");
    width: 100%;
    background-position: center; */
  height: calc(100vh - 84px);
  overflow: hidden;
}
.mobile-banner {
  display: none;
}
.border-right {
  border-right: 1px solid #dee2e6;
}
.banner-section {
  position: relative;
  padding-top: 0px;
}
.banner-txt {
  position: absolute;
  width: 100%;
  top: 18%;
  /* bottom: 50px; */
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
}

@media only screen and (max-width: 1100px) {
  .banner-txt {
    top: 9%;
  }
}
.banner-text-div {
  position: relative;
  padding: 10px;
}
.banner-text-div h1 {
  color: #fff;
  margin-top: 0;
  font-size: 32px;
  margin-bottom: 20px;
  text-transform: uppercase;
  line-height: 50px;
  font-family: "Jost", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.offers-add {
  background-color: #fff;
  color: #19407d;
  padding: 10px 15px;
  font-size: 20px;
  width: auto;
  display: table;
  margin: 0 auto;
  border-radius: 4px;
}
.banner-text-div p {
  color: #fff;
  font-size: 18px;
  margin: 0 0 12px 0;
  line-height: 30px;
}
.banner-text-div h6 {
  color: #fff;
  font-size: 18px;
  margin: 0;
  line-height: 30px;
}
.starting-price {
  display: flex;
  justify-content: center;
  color: #fff;
  background-color: #000;
  align-items: center;
  font-size: 21px;
  margin-bottom: 20px;
  padding: 5px 21px;
  border-radius: 12px;
  width: 500px;
}

@media only screen and (max-width: 992px) {
  .starting-price {
    width: 100%;
    font-size: 18px;
  }
}

@media only screen and (max-width: 568px) {
  .starting-price {
    width: 100%;
    font-size: 18px;
  }
}

@media only screen and (max-width: 368px) {
  .starting-price {
    font-size: 16px;
  }
}

.starting-price img {
  max-width: 30px;
  margin-right: 8px;
}
.btn {
  background-color: #02bc7d;
  color: #ffffff;
  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;
}
.price-section .btn {
  /* background-color: #19407d !important; */
  color: #fff;
}

.price-section .btn:hover {
  /* background-color: #19407d !important; */
  color: #fff;
}
.price-section .btn:active {
  /* background-color: #19407d !important; */
  color: #fff !important;
}


.project-info-inner-div img {
  max-width: 50px;
  height: auto;
}
.title h1 {
  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 h4 {
  margin: 0 0 10px 0;
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
}
.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: 30px;
}

.gallery-item img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* Overview Starts */

#overview {
  padding: 60px 0;
  color: #fff;
  margin-top: -4px;
}

.overview {
  background-attachment: fixed;
}

.overview-crown {
  margin-top: 20px;
  margin-bottom: 40px;
}

.overview h2 {
  font-size: 42px;
  color: #ffffff;
}

.overview h3 {
  font-size: 30px;
  color: #02bc7d;
}

@media only screen and (max-width: 368px) {
  .overview h2 {
    font-size: 36px;
  }

  .overview h3 {
    font-size: 26px;
  }
}

.overview-text {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
}

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

.overview-image img {
  margin-top: 20px;
  height: 520px;
  width: 100%;
  border-radius: 10px;
}

@media only screen and (max-width: 468px) {
  .overview-image img {
    height: 450px;
  }
}

.overview button {
  font-size: 18px;
  border-radius: 26px;
  padding: 12px 16px;
  border: none;
  outline: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  fill: #ffffff;
  color: #000000;
  background-color: #ffffff;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: rgb(255, 255, 255);
  border-radius: 4px;
}

.overview button:hover {
  color: rgb(0, 0, 0);
  background-color: #ffffff;
}

.brochure-button {
  margin-top: 18px;
}

.brochure-button button .svg {
  vertical-align: middle;
  fill: rgb(0, 0, 0);
  transition: all 0.3s ease-in-out;
}

.brochure-button button:hover .svg {
  fill: rgb(0, 0, 0);
}

.headings h2 {
  font-family: "Orelo Standard";
  font-size: 42px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 20px;
}

@media only screen and (max-width: 368px) {
  .headings h2 {
    font-size: 36px;
  }
}

.floor-plan-item {
  margin-bottom: 30px;
}
.floor-plan-item a {
  display: block;
  position: relative;
}
.floor-plan-item img {
  filter: blur(3px);
}
.floor-plan-item a .btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #19407d;
  color: #fff;
  width: 250px;
  font-size: 16px;
}
.location-advantage-text-itm {
  display: flex;
  background-color: #fff;
  margin-bottom: 30px;
  height: 80%;
}
.location-advantage-text-itm-right h5 {
  margin: 5px 0 0 0;
  color: #19407d;
  font-size: 22px;
}
.location-advantage-text-itm-right p {
  /* margin: 5px 0 10px 0;
    color: #000; */
}
.location-advantage-text-itm-right h5 {
  margin: 5px 0 0 0;
  color: #19407d;
  font-size: 22px;
}
.location-advantage-text-itm-right h5 span {
  display: block;
  font-size: 16px;
  color: #000;
  font-weight: 400;
  margin: 10px 0 0 0;
}
.location-advantage-text-itm-left {
  background-color: #19407d;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px 0 0;
}
.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 #19407d;
  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;
}
.amenities-img::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.amenities-item p {
  margin: 0;
  color: #fff;
  font-size: 20px;
  position: absolute;
  width: 100%;
  bottom: 10px;
}
.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 h1 {
  color: #19407d;
}
.price-section tr th,
.price-section tr td {
  color: #000;
}
.countryCode option {
  color: #000;
}
.highlights-content p {
  margin: 0;
  color: #000;
  font-size: 18px;
}
.highlights-content p b {
  color: #19407d;
}

.location-advantage-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

footer {
  text-align: center;
  padding: 15px 0;
  width: 100%;
  display: inline-block;
}
footer p {
  color: #fff;
  font-size: 12px;
  margin: 0 0 10px 0;
}
footer ul {
  padding: 0;
  list-style: none;
  margin: 0;
  display: flex;
  justify-content: center;
}
footer ul li {
  margin: 0 10px;
}
footer ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}
.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 #19407d;
  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: #19407d;
  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: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
}
.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: #19407d;
}
.modal-form h3 {
  font-size: 24px;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}
.modal-form .form-control:focus-visible {
  outline: 0;
}
.contact-buttons {
  position: fixed;
  left: 20px;
  bottom: 0;
  z-index: 9;
}
.contact-buttons ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.contact-buttons ul li {
  margin: 0 0 15px 0;
}
.contact-buttons ul li a {
  text-decoration: none;
  background-color: #19407d;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-buttons ul li a.whatsapp-btn {
  background-color: #3ac24d;
  color: #fff;
}
.modal-form .form-control::placeholder {
  color: #000;
  opacity: 1;
}
.modal-form .form-control::-ms-input-placeholder {
  color: #000;
}
.modal-form .btn {
  background-color: #19407d;
  color: #fff;
}
.enquire-div .input-group .form-control::placeholder {
  color: #19407d;
  opacity: 1;
}
.enquire-div .input-group .form-control::-ms-input-placeholder {
  color: #19407d;
}
.btn:hover {
  /* background-color: #19407d; */
}
.floor-plan-item a .btn:hover {
  /* background-color: #19407d; */
}
.project-video-section {
  background-size: cover;
  background-position: center center;
}
.project-video-div {
  text-align: center;
  padding: 50px 0 50px 0;
}
.project-video-section .title h1 {
  color: #fff;
}
.enquire-section {
  background-color: #fff;
}
.enquire-section .title h1 {
  color: #19407d;
}
.enquire-section .btn {
  background-color: #19407d;
  color: #fff;
}
.side-enquire-now {
  position: fixed;
  right: -54px;
  top: 53%;
  transform: rotate(90deg);
}
.side-enquire-now .btn {
  background-color: #02bc7d;
}
.contact-buttons ul li a span {
  display: none;
}
.contact-buttons ul li:first-child {
  display: none;
}
.contact-buttons ul li:last-child {
  display: none;
}
.tab-banner {
  display: none;
}
@media only screen and (max-width: 1400px) {
  .menu ul li a {
    font-size: 16px;
    padding: 10px 10px;
  }
  .contact-number a {
    font-size: 30px;
  }
}
@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: auto;
  }
  .desktop-banner {
    /* display: none; */
  }
  .tab-banner {
    /* display: block; */
  }
  .contact-number a {
    font-size: 20px;
  }
  .menu ul li a {
    font-size: 14px;
    padding: 10px 5px;
  }
  .contact-number a {
    font-size: 24px;
  }
  .banner-section {
    padding-top: 0px;
  }
  .banner-text-div h1 {
    font-size: 30px;
    margin-bottom: 10px;
    line-height: 40px;
  }
  .banner-text-div h6 {
    font-size: 16px;
  }
  .starting-price {
    font-size: 20px;
    margin-bottom: 14px;
  }
  .btn {
    padding: 10px 12px;
    font-size: 16px;
  }
  .highlights-item {
    padding: 15px;
  }
  .location-advantage-text-itm {
    height: 90%;
  }
  .location-advantage-text-itm-right h5 {
    margin: 0;
  }
  .price-section tr td .btn {
    font-size: 14px;
  }
  .title h1 {
    font-size: 30px;
  }
  .same-gap {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 991px) {
  .contact-buttons ul li:first-child {
    display: block;
  }
  .contact-buttons ul li:last-child {
    display: block;
  }
  .button_container {
    position: absolute;
    top: 50%;
    right: 0;
    height: 29px;
    width: 35px;
    cursor: pointer;
    z-index: 100;
    transition: opacity 0.25s ease;
    transform: translateY(-50%);
  }
  .button_container span {
    background: #fff;
    border: 0;
    height: 5px;
    width: 100%;
    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: #fff;
  }
  .button_container.active .middle {
    opacity: 0;
    background: #fff;
  }
  .button_container.active .bottom {
    transform: translateY(-11px) translateX(0) rotate(-45deg);
    background: #fff;
  }
  .overlay.open {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    max-height: 100vh;
  }
  .location-advantage-img {
    margin-bottom: 30px;
  }
  .contact-buttons ul li a span {
    display: block;
  }
  .contact-buttons {
    left: 0;
    bottom: 0;
    width: 100%;
  }
  .contact-buttons ul {
    display: flex;
  }
  .contact-buttons ul li {
    margin: 0;
    width: 50%;
  }
  .contact-buttons ul li a {
    height: 50px;
    border-radius: 0;
    width: 100%;
  }
  .contact-buttons ul li a img {
    margin: 0 10px 0 0;
    max-width: 25px;
    height: auto;
  }
  footer {
    padding-bottom: 60px;
  }
  .title h1 {
    font-size: 25px;
  }
  .banner-text-div h1 {
    font-size: 25px;
    margin-bottom: 10px;
    line-height: 35px;
  }
  .starting-price {
    font-size: 20px;
  }
  .side-enquire-now {
    display: none;
  }
  .contact-number {
    display: none;
  }
  .banner-txt {
    bottom: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .starting-price img {
    max-width: 20px;
  }
  .banner-div {
    height: auto;
  }
  .desktop-banner {
    display: none;
  }
  .mobile-banner {
    display: block;
  }
  .amenities-slider-mobile {
    position: relative;
  }
  .swiper-pagination {
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
  }
  .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) {
  /* dsfsadfdsaf */
  .location-advantage-text-itm-left {
    display: none;
  }
  .location-advantage-text-itm-right h5 {
    position: relative;
    padding-left: 35px;
    font-size: 14px;
  }
  .location-advantage-text-itm-right h5::before {
    content: "";
    background-image: url("assets/images/icons/location-icon.webp");
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 4px;
    background-color: #19407d;
    background-size: cover;
  }
  .location-advantage-text-itm {
    height: auto;
    margin-bottom: 5px;
  }
  .location-advantage-text-itm-right p br {
    display: none;
  }
  .location-advantage-text-itm-right h5 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;
  }
  .contact-buttons ul li a {
    height: 35px;
    padding: 0;
  }
  .contact-buttons ul li a img {
    max-width: 20px;
  }
  .contact-buttons ul li a span {
    font-size: 14px;
  }
  .banner-text-div h1 br {
    /* display: none; */
  }
  .banner-text-div h1 {
    font-size: 26px;
    line-height: 30px;
}
  .starting-price {
    font-size: 18px;
  }
  .btn {
    padding: 10px;
    font-size: 14px;
  }
  .starting-price img {
    max-width: 18px;
  }
  .logo {
    max-width: 121px;
  }
  .contact-number a {
    font-size: 16px;
    right: 40px;
  }
  .banner-section {
    padding-top: 0px;
  }
  .highlights-content p {
    font-size: 13px;
  }
  .project-info-inner-div p {
    font-size: 13px;
  }
  .project-info-inner-div h4 {
    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 {
    bottom: 20px;
  }
  .project-info-inner-div {
    padding: 5px;
  }
}
@media only screen and (max-width: 410px) {
  .project-info-inner-div {
    height: 100%;
  }
  .project-info-item {
    height: 130px;
  }
}
@media only screen and (max-width: 400px) {
  .highlights-content p {
    font-size: 12px;
  }
  .highlights-img .img-fluid {
    max-width: 60px;
  }
  .contact-buttons ul li a span {
    font-size: 12px;
  }
  .contact-buttons ul li a img {
    display: none;
  }
}
@media (min-width: 576px) {
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@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%;
  }
}
@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;
  }
}

/* Sidebar button starts */
.enquiry-sidebar-btn {
  position: fixed;
  right: 18px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  transform-origin: right;
  background: linear-gradient(to right, #257e60, #42e8af);
  color: white;
  padding: 10px 16px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  z-index: 1000;
}

.enquiry-sidebar-btn:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transform: translateY(-50%) rotate(-90deg) translateX(-4px);
}

/* Sidebar button ends */

/* Whatsapp Icon Starts */
/*Whatsapp*/

button.wh-ap-btn {
  position: relative;
  outline: none;
  width: 60px;
  height: 60px;
  border: 0;
  background-color: #2ecc71;
  color: #fff;
  padding: 0;
  border-radius: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  cursor: pointer;
  transition: opacity 0.3s, background-color 0.3s, box-shadow 0.3s;
}

button.wh-ap-btn:hover {
  opacity: 1;
  background-color: #20bf6b;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.wh-api {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1000;
}

.wh-fixed {
  margin-right: 15px;
  margin-bottom: 15px;
}

.wh-fixed > a {
  display: block;
  text-decoration: none;
}

/* button.wh-ap-btn::before {
          content: "Chat with me";
          display: block;
          position: absolute;
          margin-left: -130px;
          margin-top: 16px;
          height: 26px;
          background-color: #2ecc71;
          color: #ffffff;
          font-weight: 400;
          font-size: 18px;
          border-radius: 3px;
          width: 0;
          opacity: 0;
          padding: 0;
          transition: opacity 0.4s, width 0.4s, padding 0.5s;
          padding-top: 7px;
          border-radius: 30px;
          box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
      } */

.wh-fixed > a:hover button.wh-ap-btn::before {
  opacity: 1;
  width: auto;
  padding-top: 7px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100px;
}

/* animacion pulse */
.fa-brands,
.fab {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
  font-size: 32px;
  vertical-align: sub;
}

.whatsapp-pulse {
  width: 60px;
  height: 60px;
  right: 10px;
  bottom: 10px;
  background: #10b418;
  position: fixed;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  border-radius: 50%;
  z-index: 99;
  display: inline-block;
  line-height: 65px;
}

.whatsapp-pulse:before {
  position: absolute;
  content: " ";
  z-index: -1;
  bottom: -15px;
  right: -15px;
  background-color: #10b418;
  width: 90px;
  height: 90px;
  border-radius: 100%;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  opacity: 0.6;
  -webkit-animation: pulse 1s ease-out;
  animation: pulse 1.8s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }

  25% {
    -webkit-transform: scale(0.3);
    opacity: 1;
  }

  50% {
    -webkit-transform: scale(0.6);
    opacity: 0.6;
  }

  75% {
    -webkit-transform: scale(0.9);
    opacity: 0.3;
  }

  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}

@keyframes pulse {
  0% {
    transform: scale(0);
    opacity: 0;
  }

  25% {
    transform: scale(0.3);
    opacity: 1;
  }

  50% {
    transform: scale(0.6);
    opacity: 0.6;
  }

  75% {
    transform: scale(0.9);
    opacity: 0.3;
  }

  100% {
    transform: scale(1);
    opacity: 0;
  }
}

/* Whatsapp Icon Ends */

/* Contact Section Starts */

.contact-form {
  margin-top: 40px;
}

.contact-num {
  width: 200px;
  font-size: 14px;
  background: linear-gradient(to right, #257e60, #42e8af);
  padding: 14px 10px;
  border-radius: 12px;
  text-align: center;
  margin-bottom: 15px;
  transition: all 0.3s ease;
}

.contact-num:hover {
  transform: translateY(-2px);
  color: #000;
}

.contact-num i {
  margin-right: 8px;
  margin-left: 0;
  font-size: 18px;
  animation: ring 1.5s infinite;
  vertical-align: middle;
}

@keyframes ring {
  0% {
    transform: rotate(0deg);
  }

  10% {
    transform: rotate(15deg);
  }

  20% {
    transform: rotate(-10deg);
  }

  30% {
    transform: rotate(5deg);
  }

  40% {
    transform: rotate(-5deg);
  }

  50% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.contact-num a {
  color: white;
  text-decoration: none;
  font-size: 1.2em;
}

.form-logo {
  margin-top: 20px;
}

.get-in-touch {
  padding: 20px;
}

.get-in-touch img {
  width: 206px;
}

.get-in-touch-form {
  padding: 20px;
}

.get-in-touch-form .star {
  color: #ff0000;
}

.get-in-touch-button {
  text-align: left;
  margin-top: 20px;
}

.get-in-touch-button button {
  background-color: #d5ac55;
  color: white;
  border: none;
  padding: 12px 20px;
  border-radius: 12px;
  cursor: pointer;
  width: 30%;
  background: linear-gradient(#15489b, #264b86 50%, #000 50%, #000);
  background-size: 100% 200%;
  background-position: 0 0;
  transition: background-position 0.3s ease, color 0.3s ease;
  color: #fff;
  border: none;
}

.get-in-touch-button button:hover {
  background-position: 0 100%;
  color: #fff;
}

/* Contact Section Ends */

/* Popup form starts */
.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.popup-overlay.active {
  display: flex;
  /* animation: fadeIn 0.3s ease-out; */
  animation: fadeIn 0.3s;
}

.popup-content {
  background-color: white;
  padding: 26px;
  border-radius: 18px;
  width: 440px;
  margin: 20px;
  position: relative;
  opacity: 0;
  transform: translateY(30px);
  /* animation: fadeInDown 0.5s ease-out forwards; */
  animation: fadeInDown 0.5s forwards;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(0px);
  }

  to {
    opacity: 1;
    transform: translateY(30px);
  }
}

.popup-content .star {
  color: #ff0000;
}

/* Rest of your existing styles */
.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 30px;
  cursor: pointer;
  height: 40px;
  width: 40px;
  color: #181818;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.close-btn:hover {
  background-color: #d1d1d1;
}

.popup-content form {
  display: flex;
  flex-direction: column;
}

.popup-content label {
  margin-bottom: 10px;
  border-radius: 5px;
  padding: 3px;
  font-size: 18px;
  color: #000000;
}

.popup-content input {
  margin-bottom: 10px;
  border-radius: 5px;
  padding: 8px 18px;
  outline: none;
}

.popup-content button {
  margin-top: 10px;
  margin-bottom: 10px;
  background: linear-gradient(#15489b, #264b86 50%, #000 50%, #000);
  background-size: 100% 200%;
  background-position: 0 0;
  color: #fff;
  font-size: 18px;
  border-radius: 18px;
  padding: 9px 12px;
  border: none;
  outline: none;
  cursor: pointer;
  transition: background-position 0.3s ease, color 0.3s ease;
}

button:hover {
  background-position: 0 100%;
  color: #fff;
}

/* popup form close*/

/* country code */
.intl-tel-input,
.iti {
  width: 100%;
}

.iti__country-list {
  white-space: normal;
}

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

.iti__dial-code {
  color: #000000 !important;
}

.iti__country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #ccc;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

@media only screen and (min-width: 326px) {
  .iti__country-list {
    width: 250px;
  }
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type="text"],
.iti--allow-dropdown input[type="tel"],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type="text"],
.iti--separate-dial-code input[type="tel"] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
  width: 100%;
}

.form-control {
  display: block;
  width: 100%;
  height: auto;
  padding: 10px 18px;
  font-size: 1rem;
  line-height: 1.4;
  color: #475f7b;
  background-color: #fff;
  border: 1px solid #dfe3e7;
  border-radius: 0.267rem;
  -webkit-transition: border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* .form-control:focus {
          color: #475F7B;
          background-color: #FFF;
          border-color: #5A8DEE;
          outline: 0;
          box-shadow: 0 3px 8px 0 rgb(0 0 0 / 10%);
      } */

.iti__flag-box,
.iti__country-name {
  color: #000;
  margin-right: 6px;
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
  color: #000;
}

.intl-tel-input,
.iti {
  width: 100%;
  margin-bottom: 10px;
}

/* Popup form ends */

/* Header area starts */

.navbar {
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  padding: 0.5rem 1rem;
  z-index: 1000;
  transition: all 0.3s ease;
  padding: 20px;
}

@media only screen and (max-width: 992px) {
  .navbar {
    padding: 10px;
  }
}

.navbar-brand img {
  width: 112px;
  height: auto;
}

@media only screen and (max-width: 768px) {
  .navbar-brand img {
    width: 90px;
  }
}

.nav-link {
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 500;
  padding: 1rem 1.2rem !important;
  text-transform: uppercase;
  transition: all 0.3s ease;
  position: relative;
}

@media only screen and (max-width: 1200px) {
  .nav-link {
    font-size: 14px;
    padding: 1rem 0.6rem !important;
  }
}

.nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 3px;
  background: linear-gradient(to right, #257e60, #42e8af);
  transition: width 0.3s ease;
}

.nav-link:hover::after {
  width: 70%;
}

@media only screen and (max-width: 1200px) {
  .nav-link:hover::after {
    width: 20%;
  }
}

.call-button-wrapper {
  margin-left: 1rem;
}

.call-button {
  display: inline-flex;
  font-weight: 500;
  transition: all 0.3s ease;
  background: linear-gradient(to right, #257e60, #42e8af);
  color: #fff;
  border: none;
  padding: 12px 12px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
  min-width: 180px;
  justify-content: center;
}

.call-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px #12e9a1;
}

.call-button i {
  margin-right: 8px;
  font-size: 21px;
  animation: ring 1.5s infinite;
}

@keyframes ring {
  0% {
    transform: rotate(0deg);
  }

  10% {
    transform: rotate(15deg);
  }

  20% {
    transform: rotate(-10deg);
  }

  30% {
    transform: rotate(5deg);
  }

  40% {
    transform: rotate(-5deg);
  }

  50% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

/* Mobile Responsive Styles */
@media (max-width: 991px) {
  .navbar-collapse {
    background: rgba(0, 0, 0, 0.95);
    padding: 1rem;
    border-radius: 8px;
    margin-top: 0.5rem;
  }

  .nav-link {
    padding: 0.8rem 1rem !important;
    text-align: center;
  }

  .nav-link::after {
    bottom: 5px;
  }

  .call-button-wrapper {
    margin: 1rem auto;
    text-align: center;
  }

  .call-button {
    display: inline-flex;
    min-width: 200px;
    max-width: 250px;
  }
}

/* Navbar Toggler Styles */
.navbar-toggler {
  border: none;
  padding: 0.5rem;
  background-color: transparent;
  transition: all 0.3s ease;
}

.navbar-toggler:focus {
  box-shadow: none;
  outline: none;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Animation for navbar on scroll */
@media only screen and (min-width: 992px) {
  .navbar.scrolled {
    padding: 0.3rem 1rem;
  }

  .navbar-nav {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    /* white-space: nowrap; */
  }

  .nav-link {
    white-space: nowrap;
    padding: 1rem 1.5rem;
  }

  .call-button-wrapper {
    margin-left: auto;
  }

  .call-button {
    font-size: 14px;
  }
}

/* Adjust navbar and call button for larger screens */
@media (min-width: 1200px) {
  .nav-link {
    font-size: 16px;
    /* Increase font size if needed */
    padding: 1rem 2rem;
    /* Adjust spacing to prevent wrapping */
  }

  .call-button {
    min-width: 160px;
    /* Adjust button width */
  }
}

/* Header area ends */

.brochure-btn button {
  display: inline-flex;
  font-weight: 500;
  transition: all 0.3s ease;
  background: linear-gradient(to right, #257e60, #42e8af);
  color: #fff;
  border: none;
  padding: 12px 12px;
  border-radius: 12px;
  text-decoration: none;
  cursor: pointer;
}

.brochure-btn button:hover {
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px #195642;
}

.form-label1{
  color: #ffffffff;
  display: flex;
}