/* @font-face {
    font-family: light;
    src: url(../light.ttf);
} */

#logo-header {
  width: 90px;
  /* width: 230px; */
}

@media (max-width: 1400px) {
  #logo-header {
    width: 90px !important;
  }
}

.banner {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: flex-end;
  padding: 100px 0px;
  z-index: 50;
}

.banner .filterBar {
  padding: 10px 24px;
  border-radius: 10px;
}

.form-style-has-title .title {
  text-align: left;
}

.banner::after {
  position: absolute;
  background: #0000008f;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 55;
}

.banner video {
  position: absolute;
  top: 0;
  z-index: -1;
  left: 0;
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.banner-text {
  position: relative;
  z-index: 100;
  text-align: center;
  /* top: 60px; */
}

.banner-text img {
  width: 250px;
}

.banner-text h2 {
  font-size: 62px;
  margin-top: 30px;
  color: #fff;
  font-weight: 300;
  line-height: 80px;
  margin-bottom: 20px;
  font-family: "RotisSemiSerifW01-Roman", ui-serif, Georgia, Cambria,
    Times New Roman, Times, serif;
}

.banner-text h4 {
  font-size: 35px;
  margin-top: 20px;
  color: #fff;
  font-weight: 300;
  margin-bottom: 40px;
}

.banner-text h6 {
  color: #fff;
  font-weight: 300;
  margin-top: 30px;
}

.mobile-site-logo {
  width: 50px;
  height: 50px;
}

.banner-text p {
  font-size: 17px;
  color: #fff;
}

@media (max-width: 1028px) {
  .banner-text img {
    width: 200px;
  }

  .banner-text h6 {
    margin-top: 20px;
  }

  .banner-text h2 {
    font-size: 50px;
    margin-top: 22px;
    margin-bottom: 16px;
  }

  .banner-text h4 {
    font-size: 30px;
    margin-top: 12px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 30px;
  }
}

.nice-select {
  text-align: left;
  border-radius: 4px;
}

.nice-select:after {
  right: 20px !important;
}

.mt20 {
  margin-top: 20px;
}

.mt40 {
  margin-top: 38px;
}

.boxs {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

.boxs .icon {
  border: 1px solid #000;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.icon-circle {
  height: 50px;
  width: 50px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background-color: #000; */
  border: 3px solid #e7c873 !important;
  color: #e7c873 !important;
}

.video-card {
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin: 16px 0;
}

.video-card iframe {
  width: 100%;
  height: 340px;
}

.video-card .content {
  padding: 16px;
}

.video-card h5 {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600;
}

.video-card .btn {
  margin-top: 8px;
  font-size: 0.875rem;
}

.flat-counter.extra {
  padding: 75px 0 !important;
  background-color: #e7c873 !important;
  margin: 0 !important;
  border-radius: 0px !important;
}

.counter.sty-1 {
  gap: 75px !important;
}

.property-menu {
  position: relative;
}

.property-menu-cardTwo {
  position: relative;
  border-radius: 8px;
  /* overflow: hidden; */
  width: 100%;
  min-height: 200px;
  /* background-color: gray; */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.property-menu-cardTwo h6 a {
  font-size: 16px !important;
}

.header-project-location {
  display: flex;
  align-items: center;
  gap: 3px;
  margin-top: 10px;
}
.header-project-location span {
  margin-top: 2px;
  font-size: 14px;
  color: #e7c873;
}
.header-project-location svg {
  color: #e7c873;
}

.header-project-dev-name {
  color: #5d5d5d;
  font-size: 14px;
}

.developer-card-tag {
  position: absolute;
  top: 0px;
  left: -2px;
  background-color: #fff;
  color: #000;
  height: 35px;
  width: 150px;
  /* border-radius: 100%; */
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 3px 0px 12px 0px rgba(0, 0, 0, 0.1);
}
.developer-card-tag img {
  height: 60% !important;
  width: 60% !important;
  object-fit: contain !important;
  margin-top: 0 !important;
}

.property-menu-card.card-style-2 {
  width: 85%;
  margin: 0px auto;
  height: 200px;
}

.property-menu-card.card-style-2 img {
  height: 145px !important;
}

.property-menu-cardTwo img {
  width: 92%;
  height: 125px;
  object-fit: cover;
  /* border-radius: 10px; */
  margin-top: 12px;
}

.property-menu-card {
  position: relative;
  border-radius: 8px;
  /* overflow: hidden; */
  width: 100%;
  height: 200px;
  /* background-color: gray; */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.product-card-tag {
  position: absolute;
  top: 4px;
  right: -10px;
  background-color: #e7c873;
  color: #000;
  height: 42px;
  width: 42px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 600;
}

.property-type-card-tag {
  position: absolute;
  top: -2px;
  right: -10px;
  background-color: #e7c873;
  color: #000;
  height: 42px;
  width: 42px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 600;
}

.product-card-tag svg {
  color: #fff;
  height: 25px;
  width: 25px;
}

.product-card-tagTwo {
  position: absolute;
  top: 0px;
  left: 9px;
  background-color: #e7c873;
  color: #000;
  /* height: 30px; */
  /* width: 30px; */
  /* border-radius: 100%; */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 8px !important;
  font-weight: 600;
  padding: 2px 16px;
  /* border-radius: 4px; */
}

.product-card-tagTwo p {
  font-size: 14px !important;
}

.property-menu-card img {
  width: 92%;
  height: 125px;
  object-fit: cover;
  /* border-radius: 10px; */
}

.boxs .icon.colorHeader {
  border: 1px solid #000 !important;
}

.boxs span {
  align-items: flex-start;
  font-size: 13px;
  color: #fff;
}

.boxs h3 {
  font-weight: 400 !important;
  font-size: 20px;
  margin-bottom: 0 !important;
  text-align: left;
  list-style: auto !important;
}

.heading-section h5 {
  font-size: 20px;
  font-weight: 600;
  color: grey;
  text-transform: uppercase;
}

.heading-section h2 {
  font-size: 50px;
  margin-top: 20px;
  font-weight: 200;
  line-height: 50px;
  margin-bottom: 15px;
  /* color: #fff; */
}

.heading-section .text {
  color: grey;
}

.flat-cities.style-1 {
  padding-top: 100px;
}

.heading-section {
  padding-left: 50px;
  margin-bottom: 0 !important;
}

.property-card img {
  height: 250px !important;
}

.heading-1 {
  font-family: myfont !important;
  font-weight: 300 !important;
  -webkit-font-smoothing: antialiased !important;
}

.classic-heading {
  font-family: myfont !important;
  font-weight: 300 !important;
  -webkit-font-smoothing: antialiased !important;
  font-size: 50px;
  line-height: 50px;
}

.heading-1.black-text {
  color: #000 !important;
}

.input-focus {
  outline: 2px solid #e7c873;
  /* Set custom outline color */
}

.text-truncate-3 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 22px;
}

.tf-button-primary.developer-btn {
  padding: 10px !important;
  border-radius: 4px !important;
}

.heading-small {
  font-size: 50px;
}

.heading-main {
  font-size: 40px;
  /* margin-bottom: 15px; */
  /* font-weight: 600; */
  line-height: 44px;
  /* margin-left: 45px; */
}

.heading-main.badge {
  background-color: #d9b75a;
  padding: 0px 32px;
  font-size: 18px !important;
}

.request-circle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  padding: 20px 30px;
  border-radius: 38px;
  background-color: #e7c873;
  cursor: pointer;
}

.request-circle h4 {
  font-size: 26px;
}

.developer-detail p {
  font-size: 17px;
  margin-bottom: 16px;
  color: #8e8d8d;
}

.abu-geo {
  color: #8f8f8f;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #19ace4;
  width: fit-content;
  display: flex;
  gap: 5px;
  align-items: center;
  margin-bottom: 20px;
}

.abu-dev {
  display: flex;
  gap: 25px;
}

.abu-dev .dev {
  color: #9a9a9a;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.abu-dev .dev-name {
  color: #1c1c1c;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.abu-handover {
  display: flex;
  gap: 25px;
  margin-bottom: 25px;
}

.abu-handover .handover {
  color: #9a9a9a;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.abu-handover .handover-date {
  color: #1c1c1c;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.video-container {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}

.video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* background-color: rgba(0, 0, 0, 0.1); */
  z-index: -1;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.overlay-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 0;
}

.v-text-sec {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}

.v-text-sec {
  z-index: 10;
}

.video-container h5 {
  font-family: myfont;
  text-transform: uppercase;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  line-height: 60px;
  /* margin-bottom: 15px; */
  /* z-index: 99999; */
}

.property-card .title {
  font-family: myfont;
  text-transform: uppercase;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  line-height: 1;
}

.video-container p {
  font-family: myfont;
  text-transform: capitalize;
  color: #fff;
  font-size: 60px;
  font-weight: 300;
  line-height: 60px;
  margin-bottom: 15px;
}

.property-card .location p {
  white-space: nowrap;
  /* Prevent text from wrapping */
  overflow: hidden;
  /* Hide overflowing text */
  text-overflow: ellipsis;
}

.v-button {
  padding-top: 1.25rem;
  padding-right: 2rem;
  padding-bottom: 1.25rem;
  padding-left: 2rem;
  border-width: 0.0625rem;
  -webkit-border-radius: 6.25rem;
  border-radius: 6.25rem;
  border-style: solid;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgb(255, 255, 255);
  position: relative;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-size: 16px;
  color: #fff;
  transition: all 2000ms ease-in-out;
}

.v-button span {
  display: none;
  transition: all 2000ms ease-in-out;
}

.v-button a {
  text-decoration: none;
  color: #fff;
}

.v-button:hover span {
  display: inline-block;
  margin-left: 10px;
}

.count-heading h2 {
  margin-top: -9px !important;
  margin-bottom: 16px !important;
  font-size: 40px;
  line-height: 47px;
  font-family: "Roboto", sans-serif;
  color: var(--Secondary);
  margin: 0;
  font-weight: 600;
  text-rendering: optimizeLegibility;
}

.count-heading .text {
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  color: var(--Text);
}

.circle-blue {
  height: 140px !important;
  width: 140px !important;
  background-color: #e7c873;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: white;
  cursor: pointer;
}

.heading-res {
  font-size: 40px;
}

.mortgage-section.work {
  min-height: 450px;
}

.mbl-menu-list li {
  margin-bottom: 20px !important;
}

/* .mobile-menu img {
  margin-bottom: 30px !important;
} */

.mbl-menu-list li a {
  text-decoration: none;
  font-size: 16px !important;
  /* color: #fff; */
  font-weight: 300;
  line-height: 1;
  /* Adjust line-height for single-line text */
  white-space: nowrap;
  /* Prevent text from wrapping */
  overflow: hidden;
  /* Hide overflowing text */
  text-overflow: ellipsis;
  /* Add ellipsis for overflowing text */
}

.pulse {
  animation: pulse-animation 2s infinite;
}

/* Base Styles */
#menu {
  position: fixed;
  top: 0;
  left: -100%;
  width: 80%;
  max-width: 300px;
  height: 100vh;
  background-color: #ffffff;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);
  transition: left 0.3s ease;
  z-index: 1000;
  padding: 1rem;
}

#menu.open {
  left: 0;
}

#menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#menu ul li {
  margin-bottom: 1rem;
}

#menu ul li a {
  text-decoration: none;
  font-size: 1rem;
  color: #333;
  font-weight: 600;
}

#menu ul li a:hover {
  color: #007bff;
}

#menu .close {
  font-size: 1.5rem;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 1rem;
  color: #333;
  cursor: pointer;
}

.heading-2 {
  font-size: 40px !important;
}

/* Hamburger Menu Button */
.menu-toggle {
  position: fixed;
  top: 15px;
  right: 15px;
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1100;
  cursor: pointer;
}

.fitness-card {
  width: 100%;
  height: 250px;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  overflow: hidden;
  /* padding: 0px 20px; */
  border-radius: 23px;
}

/* Top Section Styling */
.card-icon-section {
  flex: 2;
  background-color: #e7c873;
  /* Top section background */
}

.card-icon-section i {
  font-size: 40px;
  color: #000;
  /* Icon color */
}

/* Bottom Section Styling */
.card-text-section {
  flex: 1;
  background-color: #debf6c;
  /* Bottom section background */
}

.card-text-section p {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}

.md-hidden {
  display: none;
}

.icon-menu,
.icon-close {
  font-size: 1.5rem;
}

.wrapper .icons .d-flex {
  gap: 15px !important;
  flex-direction: column;
}

/* Hide menu button on large screens */
@media (min-width: 992px) {
  .menu-toggle {
    display: none;
  }

  #menu {
    position: static;
    width: auto;
    max-width: none;
    height: auto;
    box-shadow: none;
    padding: 0;
  }

  #menu ul {
    display: flex;
    flex-direction: row;
  }

  #menu ul li {
    margin: 0 1rem;
  }

  #menu .close {
    display: none;
  }
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }

  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}

@media only screen and (max-width: 1024px) {
}

@media only screen and (max-width: 768px) {
  .heading-section {
    padding-left: 10px;
    margin-bottom: 20px !important;
  }

  .flat-counter.extra {
    padding: 50px 0 !important;
    background-color: #e7c873 !important;
    margin: 0 !important;
    border-radius: 0px !important;
  }

  .padding-0 {
    padding: 0px 0 !important;
  }

  .counter.sty-1 {
    gap: 40px !important;
  }

  .city-card-heading {
    font-size: 22px !important;
    line-height: 24px;
  }

  .tf-button-primary.plan-btn {
    width: 100%;
  }

  .heading-res {
    font-size: 28px !important;
    line-height: 33px !important;
  }

  .v-text {
    font-size: 30px !important;
  }

  .v-text-sec {
    width: 100% !important;
  }

  .mb5 {
    margin-bottom: 3px !important;
  }

  .number-counter {
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: column !important;
  }

  .filter-section {
    display: none;
  }

  .banner {
    height: 80vh;
    align-items: center;
    padding: 0px 0px;
  }

  .sm-hidden {
    display: none !important;
  }

  .banner-text {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .video-container {
    height: 70vh;
  }

  .banner-text h4 {
    font-size: 18px !important;
    margin-bottom: 20px !important;
    /* line-height: 1000px; */
  }

  .heading-2 {
    font-size: 45px !important;
    line-height: 45px !important;
  }

  .md-hidden {
    display: block;
  }

  .developer-img {
    width: 145px !important;
    object-fit: contain;
  }

  .developer-card {
    height: auto !important;
    margin-bottom: 20px !important;
  }

  .developer-title {
    font-size: 24px !important;
  }

  .wrapper .top {
    padding-left: 15px;
    padding-right: 15px;
  }

  .wrapper .top h6 {
    font-size: 30px !important;
    margin: 30px 0;
    text-align: center;
  }

  .wrapper .icons {
    gap: 12px;
    /* flex-direction: column; */
  }

  .wrapper .icons p {
    font-size: 14px;
  }

  .wrapper .icons h5 {
    font-size: 14px;
  }

  .boxs h3 {
    font-size: 16px;
    line-height: 22px;
  }

  .boxs span {
    align-items: flex-start;
    font-size: 11px;
    color: #fff;
  }

  .boxs .icon {
    border: 1px solid #000;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
  }

  .boxs .icon svg {
    width: 26px;
  }

  .text-small.custum-small {
    font-size: 13px !important;
    margin-top: 10px;
  }

  .css225.small-btn {
    width: max-content !important;
    font-size: 14px !important;
    padding: 10px 12px !important;
  }

  .css225.small-btn span {
    font-size: 12px !important;
  }

  .tf-section {
    padding: 50px 0px !important;
  }
}

@media only screen and (max-width: 425px) {
  .banner-text h2 {
    margin-bottom: 8px;
  }

  .banner {
    /* bottom: 20px; */
    padding-bottom: 20px;
  }

  .banner-text h4 {
    font-size: 16px !important;
    margin-bottom: 30px !important;
  }

  .hero-box-container {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 375px) {
}

.mobile-modal {
  display: none;
}

/* Display modal only for screens smaller than 768px */
@media (max-width: 768px) {
  .mobile-modal {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
  }

  .mobile-modal-content {
    border-radius: 0;
    width: 100%;
    max-width: 100%;
    height: 100vh;
    overflow-y: auto;
  }

  .modal-header {
    padding: 1rem;
  }

  .modal-body {
    padding: 1rem;
  }

  .modal-footer {
    padding: 1rem;
  }
}

/* Add this to your CSS file */
.custom-select-radius {
  border-radius: 12px !important;
  font-size: 15px;
}

.icon-btn {
  position: absolute;
  right: 10px;
  z-index: 100;
  top: 50%;
  background-color: transparent !important;
  transform: translateY(-50%);
}

/* Container styling */
.custom-checkbox {
  display: flex;
  align-items: center;
  gap: 4px;
  font-family: Arial, sans-serif;
  cursor: pointer;
}

/* Hide the default checkbox */
.custom-checkbox input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  /* For Safari */
  width: 20px;
  height: 20px;
  margin: 0;
  border: 2px solid #6c63ff;
  border-radius: 4px;
  background-color: #fff;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
}

/* Add a checkmark when checked */
.custom-checkbox input[type="checkbox"]:checked {
  background-color: #6c63ff;
  border-color: #6c63ff;
}

.custom-checkbox input[type="checkbox"]:checked::before {
  content: "✓";
  color: white;
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Add hover effect */
.custom-checkbox input[type="checkbox"]:hover {
  box-shadow: 0 0 4px #6c63ff;
}

/* Label styling */
.custom-checkbox label {
  font-size: 16px;
  color: #333;
  cursor: pointer;
}

.custom-scrollbar {
  scrollbar-width: thin;
  /* Firefox ke liye */
  scrollbar-color: #d9b75a transparent;
  /* Firefox ke liye */
}

.custom-scrollbar::-webkit-scrollbar {
  width: 1px !important;
  /* Scrollbar ki width */
}

.custom-scrollbar::-webkit-scrollbar-thumb {
  background: #888;
  /* Scrollbar ka color */
  border-radius: 20px;
  /* Rounded corners */
}

.custom-scrollbar::-webkit-scrollbar-thumb:hover {
  background: #d9b75a;
  /* Hover pe dark color */
}

.custom-scrollbar::-webkit-scrollbar-track {
  background: transparent;
  /* Scrollbar track ka color */
}

/* .price-div .max {
    padding-left: 43px;
} */

.price-div button {
  padding: 0 !important;
}

.price-div button.disable svg,
.price-div button.disable span {
  color: #898989;
}

.page-link {
  border: none !important;
  color: #000 !important;
  height: 30px !important;
  width: 30px !important;
  /* background-color: #212529 !important; */
  /* color: #ffffff !important; */
  border-radius: 50%;
  font-size: 16px;
  /* padding: 8px; */
}

.page-link.active {
  height: 30px !important;
  width: 30px !important;
  background-color: #212529 !important;
  color: #ffffff !important;
  border-radius: 50%;
  font-size: 16px;
}

.page-link:hover {
  background-color: #495057 !important;
  color: #ffffff !important;
  border-radius: 50%;
}

.prev-next-btn {
  /* padding: 20px !important; */
  font-size: 14px;
  height: 30px !important;
  width: 30px !important;
  border-radius: 50%;
  background-color: #212529 !important;
  color: #fff;
}

.tab-line {
  height: 4px;
  width: 60px;
  background-color: #d9b75a;
  border-radius: 20px;
}

.tab-menu-heading h4 {
  font-size: 35px !important;
}

.tab-btn {
  font-size: 16px;
  cursor: pointer;
  background-color: #fff;
  color: #000;
  border: 1px solid transparent;
  padding: 8px 50px;
  border-radius: 4px;
  border: 1px solid #d9b75a;
  outline: none !important;
}

.tab-btn:focus {
  outline: none !important;
}

.tab-btn.active {
  background-color: #d9b75a;
}

.tab-menu-btn-div {
  display: flex;
  align-items: center;
  gap: 20px;
}

.tab-menu-text h4 {
  font-size: 32px;
  margin-bottom: 10px;
}

.tab-menu-text p {
  font-size: 16px;
  margin-bottom: 20px;
}

.tab-menu-text button {
  font-size: 18px;
  padding: 10px 30px;
  margin-bottom: 20px !important;
  border-radius: 10px;
}

.btn-primary {
  background-color: #d9b75a;
  color: #000;
  border: none;
  padding: 10px 30px;
  border-radius: 10px;
}

.btn-primary:hover {
  background-color: #d9b75a;
  color: #000;
}

.btn-outline-primary {
  border: 1px solid #d9b75a !important;
  color: #000;
  border: none;
  padding: 10px 30px;
  border-radius: 10px;
}

.btn-outline-primary:hover {
  background-color: #d9b75a !important;
  color: #000;
}

.icon-box-div {
  /* padding: 0 80px; */
}

.border-l {
  border-left: 1px solid #d0d0d03e;
}

.faq-list {
  margin-top: 20px;
}

.faq-item {
  margin-bottom: 15px;
}

.faq-question {
  font-size: 18px;
  padding: 10px;

  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: #f1f1f1;
}

.faq-answer {
  font-size: 16px;
  padding: 10px;
  background-color: #f9f9f9;
  border-radius: 5px;
}

.payment-plan {
  padding: 80px 0px;
  margin: 80px 0px;
}

.payment-plan h4 {
  font-size: 40px;
  margin-bottom: 35px;
}

.payment-plan-content {
  border: 1px solid #fff;
  border-radius: 12px;
  padding: 40px 20px;
}

.payment-plan-content h5 {
  font-size: 50px;
  margin-bottom: 30px;
  font-weight: normal;
}

.payment-plan-content p {
  font-size: 26px;
  text-transform: capitalize;
}

/* Area Detail */
.real-estate-section {
  padding: 4rem 0;
  padding-top: 100px;
  background-color: #f8f9fa;
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
}

/* .real-estate-section .bg{
    height: 100vh;
    width: 30%;
    background-color: #b34747;
    position: absolute;
    top: 0;
    right: 0;
} */

.real-estate-section .logo-container img {
  width: 400px;
  height: auto;
  margin-bottom: 20px;
}

.real-estate-section .alliance-text {
  font-size: 1.2rem;
  font-weight: 600;
  color: #333;
}

.real-estate-section .by-emaar {
  font-size: 0.9rem;
  color: #666;
}

.real-estate-section .main-title {
  font-size: 36px;
  line-height: 45px;
  font-weight: 700;
  color: #333;
  margin-bottom: 1.5rem;
}

.line {
  width: 100px;
  height: 4px;
  background-color: #d9b75a;
  /* margin-bottom: 3rem; */
  margin-top: 20px;
}

.description {
  color: #666;
  font-size: 14px;
  line-height: 20px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.btn-primary {
  font-size: 18px;
  font-weight: 600;
  border-radius: 0;
}

.features-container {
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.feature-icon {
  color: #d9b75a;
}

.feature-content h3 {
  font-size: 18px;
  font-weight: 600;
  color: #d9b75a;
  line-height: 22px;
}

.feature-content p {
  font-size: 16px;
  color: #666;
  margin: 0;
}

.dubai-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Area Guide */

.area-guide .title {
  font-size: 50px;
}

.area-guide .sub-title {
  font-size: 20px;
}

.area-guide .discription {
  font-size: 13px;
  line-height: 20px;
  color: #6e6e6e;
}

@media (max-width: 768px) {
  .real-estate-section {
    padding: 2rem 0;
  }

  .main-title {
    font-size: 2rem;
  }

  .features-container {
    gap: 1rem;
  }

  .image-section {
    margin-top: 2rem;
  }
}

@media (max-width: 1200px) {
  .heading-section h2 {
    font-size: 30px;
    margin-top: 15px;
    font-weight: 200;
    line-height: 40px;
    margin-bottom: 15px;
  }

  .heading-section .text {
    font-size: 16px;
    line-height: 20px;
  }
}

@media (max-width: 1024px) {
}

.land-mark {
  height: 400px;
  background-color: #f9f9f8;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.land-mark .text-area {
  z-index: 100;
}

.land-mark .map-img {
  position: absolute;
  top: 0%;
  left: 0%;
  height: 100%;
  width: 50%;
  z-index: 1;
}

.land-mark .location-dot {
  position: absolute;
  top: -28%;
  left: 8%;
  height: 100%;
  width: 23%;
  z-index: 1;
}

.land-mark-box {
  display: flex;
  align-items: center;
  /* justify-content: center; */
  gap: 20px;
}

.land-mark .icon-box {
  border: 1px solid #debf6c;
  width: 120px;
  height: 120px;
  object-fit: contain;
  border-radius: 12px;
  overflow: hidden;
  /* padding: 20px; */
}

.land-mark .icon-box img {
  object-fit: cover;
}

.area-guide {
  padding: 4rem 0;
}

.area-guide description p {
  font-size: 18px;
}

.slide-images {
  gap: 8px;
}

.slide-images .img-box {
  display: flex;
  align-items: center;
  width: 100%;
  /* gap: 6px; */
  justify-content: space-between;
  margin-top: 6px;
}

.slide-images .img-box img {
  width: 32.8%;
  height: 100px !important;
  cursor: pointer;
  border-radius: 6px;
}

.area-img-wrapper {
  position: relative;
  padding-left: 100px;
}

.area-img-wrapper .big-img {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
}

.area-img-wrapper .big-img img {
  height: 600px;
  object-fit: cover;
}

.area-img-wrapper-bg {
  position: absolute;
  top: -32px !important;
  left: 20% !important;
  width: 100%;
  height: 110%;
  background-color: #e2e4e6;
  z-index: -1;
  opacity: 0.5;
  transition: opacity 0.3s ease-in-out;
  border-radius: 20px;
}

.area-boxes-wrapper {
  background-image: url("../../../src/assets/map/pattern.png");
  width: 100%;
  height: 400px;
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.area-boxes-wrapper .area-box {
  width: 100%;
  height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #fff;
  border-radius: 12px;
}

.area-boxes-wrapper .area-box img {
  width: 120px;
  height: 120px;
  border-radius: 12px;
}

.area-boxes-wrapper .area-box h4 {
  font-size: 28px;
  margin-bottom: 6px;
  color: #d9b75a;
}

.developer-card {
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f9f9f9;
}

.developer-card .img-link {
  width: 100%;
  height: 215px;
  background: #fff;
  border-radius: 15px;
  padding: 20px;
}

.developer-card img {
  object-fit: contain;
}

.area-projects {
  margin-top: 50px;
}

.title-box {
  top: 60%;
  left: 55.5%;
  transform: translate(-50%, -50%);
  z-index: 999;
}

.content-box {
  padding-left: 6px;
}

.title-box h3 {
  margin-bottom: 12px;
  /* line-height: 30px; */
}

.title-box h5 {
  margin-bottom: 12px;
  font-size: 20px;
}

.video-icon {
  position: absolute;
  top: 52%;
  left: 52%;
  transform: translate(-50%, -50%);
}

.detail-img {
  border-top-left-radius: 100px !important;
  position: absolute;
  top: 0;
  left: 50px;
  /* border-top-left-radius: 100px; */
}

.detail-img {
  border-top-left-radius: 120px;
  border-bottom-left-radius: 120px;
}

.dev-detail-img {
  border-radius: 100px;
  object-fit: cover;
}

.main_heading {
  color: #e9ba51;
  font-size: 28px;
  text-align: center;
  font-family: Poppins;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  top: 15px;
  right: 30px
}

@media (max-width: 992px) {
  .title-box {
    top: 50%;
  }

  .content-box {
    padding-left: 0px;
  }
}

@media (max-width: 768px) {
  .title-box h3 {
    font-size: 40px !important;
  }

  .title-box h5 {
    font-size: 18px !important;
  }

  .dev-detail-title {
    font-size: 34px !important;
  }

  .dev-detail-img {
    border-radius: 30px;
  }

  .area-img-wrapper {
    padding-left: 0;
  }
}

.filter-form label {
  margin-bottom: 8px !important;
  padding-left: 0px;
  font-size: 12px;
}

.filter-close-btn {
  position: absolute;
  top: 4px;
  right: 4px;
}

.mobile-menu {
  display: none;
}

.top {
  margin-top: 50px;
  padding-left: 130px;
  padding-right: 100px;
}

@media (max-width: 992px) {
  .mobile-menu {
    display: block;
    position: fixed;
    height: 100vh;
    width: 70%;
    background-color: Black;
    top: 0px;
    transform: translateX(100%);
    opacity: 0;
    transition: all 0.4s ease-in-out;
    z-index: 999999999;
    right: 0;
    padding: 20px 20px;
  }

  .mobile-menu.active {
    transform: translateX(0%);
    opacity: 1;
  }

  .video-icon {
    top: 80%;
  }

  .detail-img {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    left: 0;
  }

  .top {
    align-items: center;
    margin-top: 50px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .banner-text .butons {
    margin-bottom: 0px !important;
  }
}

.mbl-menu-close-btn {
  position: absolute;
  top: 0%;
  right: 5%;
  font-size: 24px;
  cursor: pointer;
}

.mobile-menu li {
  list-style-type: none;
  padding: 10px 0px 14px 8px;
  transition: background-color 0.3s ease-in-out;
  font-size: 16px;
}

.mbl-search-property {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px 6px 8px;
}

.mbl-search-property h6 {
  color: #d9b75a;
  font-size: 14px;
}

.border-b {
  border-bottom: 1px solid #000;
}

.border-gray {
  border-color: #dcdcdc !important;
}

.dropdown-menu {
  list-style: none;
  padding: 10px;
  margin: 0;
  background: #323232;
  border: 1px solid #ddd;
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 100%;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  display: block;
  z-index: 100000;
  max-height: 400px;
  overflow: auto;
}

.dropdown-menu li {
  padding: 15px 10px;
  /* text-align: center; */
}

.dropdown-menu li:nth-child(1) a {
  color: #d9b75a !important;
}

.dropdown-menu li a {
  text-decoration: none;
  color: black;
  display: block;
}

.mbl-dropdown-icon svg {
  transition: all 0.4s ease-in-out;
}

.mbl-language {
  padding: 10px 2px;
  font-size: 18px;
  margin-left: 6px;
}

.city-card-heading {
  font-size: 30px;
}

.brochure-area-one {
  padding-left: 115px;
  position: relative;
}

.brochure-area-one-bg {
  background-image: url("../../../src/assets/map/pettern2.png");
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: left;
  z-index: -1;
  position: absolute;
  opacity: 0.2;
  top: 0;
  left: 0;
  /* bg */
  /* background-color: #f8f9fa; */
  /* z-index: -1;
  opacity: 0.5; */
  /* transition: opacity 0.3s ease-in-out; */
  /* border-radius: 20px; */
}

.project-landmark-card {
  min-height: 250px;
}

.pattern-img-detail {
  width: 80px;
}

.floor-plan {
  height: 500px;
  object-fit: cover;
}

.floor-plan img {
  object-fit: contain;
}

.floor-plan-div {
  position: relative;
  overflow: hidden;
}

.floor-plan-content {
  position: absolute;
  bottom: 12px;
  right: 12px;
  /* transform: translate(-50%, -50%); */
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px;
  border-radius: 10px;
  min-width: 200px;
  max-width: 350px;
  background-color: #efefef6b;
  /* min-height: 160px; */
}

.floor-plan-content h4,
.floor-plan-content p {
  width: fit-content;
}

.floor-plan-content h4 {
  font-size: 24px;
}

.faq-container {
  /* max-width: 600px; */
  margin: 20px auto;
  padding: 20px;
  /* border: 1px solid #ddd; */
  border-radius: 10px;
  background-color: #fff;
}

.flat-toggle {
  /* border: 1px solid #ddd; */
  border-radius: 8px;
  margin-bottom: 10px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.faq-title {
  padding: 15px;
  background: #f8f8f8;
  font-size: 20px;
  font-weight: bold;
  transition: background 0.3s ease;
}

.faq-title.active {
  background: #e0e0e0;
}

/* .faq-content {
  max-height: 0;
  opacity: 0;
  padding: 0 15px;
  transition: max-height 0.4s ease-in-out, opacity 0.4s ease-in-out, padding 0.3s ease-in-out;
  overflow: hidden;
} */

.faq-content {
  max-height: 150px;
  /* Adjust based on content */
  opacity: 1;
  /* padding: 30px !important; */
  padding: 10px;
}

.faq-content p {
  font-size: 19px;
}

.title-heading {
  font-size: 48px;
}

.title-subHeading {
  font-size: 22px !important;
}

.location p {
  margin-bottom: 0px;
}

.developer-area {
  background-color: #f8f9fa;
  padding: 80px;
  min-height: 100vh;
}

.developer-area .main-title {
  font-size: 42px;
}
@media (max-width: 375px) {
  .developer-area {
  padding: 30px;
  
}
}

.map-heading {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #d9b75a;
  text-align: center;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border-radius: 8px;
  color: white !important;
}

.blog-title {
  font-size: 28px;
}

.footerDiv h3 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 20px;
}

.footerDiv li {
  margin-bottom: 10px;
}

.footerDiv a {
  color: rgb(187, 187, 187);
  font-size: 16px;
}

.footerDiv a {
  color: rgb(187, 187, 187);
  font-size: 16px;
}

.tf-button-primary.search-btn-mbl {
  background-color: transparent !important;
  color: #fff !important;
  border: 1px solid #debf6c;
  display: none;
}

@media (max-width: 768px) {
  .tf-button-primary.search-btn-mbl {
    display: block;
  }
}

.property-pills-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 6px;
  padding-left: 20px;
}

.property-pills {
  background-color: #debf6c;
  padding: 10px 28px;
  border-radius: 25px;
  cursor: pointer;
  margin-bottom: 4px;
}

.property-pills h6 a {
  color: #fff !important;
}

.about-text-area {
  padding-left: 200px;
}

@media (max-width: 768px) {
  .about-text-area { padding-left: 50px; }
}

@media (max-width: 425px) {
  .about-text-area { padding:0px 10px; }
}
.amenities-card img {
  width: 110px;
  object-fit: contain;
}

.project-about-heading {
  font-size: 20px;
}

.filter-close-btn {
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
}

@media (max-width: 768px) {
  form textarea,
  form input[type="text"],
  form input[type="password"],
  form input[type="datetime"],
  form input[type="datetime-local"],
  form input[type="date"],
  form input[type="month"],
  form input[type="time"],
  form input[type="week"],
  form input[type="number"],
  form input[type="email"],
  form input[type="url"],
  form input[type="search"],
  form input[type="tel"],
  form input[type="color"] {
    padding: 8px !important;
    border-radius: 4px !important;
    margin-bottom: 12px !important;
  }

  .nice-select {
    padding: 12px !important;
    margin-bottom: 12px;
  }

  .form-style-has-title {
    margin: 0 !important;
  }

  .group-form {
    margin: 0px !important;
  }

  .nice-select > .list {
    margin-top: 10px;
    border-radius: 16px;
    max-height: unset;
    padding: 10px 20px 20px 21px;
    max-width: 100%;
    width: 100% !important;
  }

  .price-div {
    align-items: start !important;
  }

  .price-list {
    min-width: 200px !important;
  }
}

.UserDropdown {
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 200px;
  height: 200px;
  opacity: 0;
  transform: translateY(-50px);
  display: none;
}

.UserDropdown.active {
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 200px;
  height: 200px;
  opacity: 1;
  transform: translateY(0px);
  display: block;
}

.UserDropdown-container {
  background-color: white;
  height: 100%;
  width: 100%;
  margin-top: 6px;
  border-radius: 12px;
}

.UserDropdown ul {
  list-style: none;
  padding: 16px 10px;
  margin: 0;
}

.UserDropdown li {
  padding: 12px 6px;
  font-size: 14px;
  gap: 4px;
  display: flex;
  align-items: center;
}

.UserDropdown li a {
  align-items: center;
  gap: 4px;
  display: flex;
}

.user-name {
  font-weight: bold;
  color: #333;
}

.user-email {
  color: #666;
  font-size: 12px;
}

.header-icon .icon {
  font-size: 24px;
  font-weight: bold;
  color: white;
  /* Text color */
  padding: 10px 20px;
  border-radius: 8px;
  background: linear-gradient(45deg, #e7c873, #d7b24b, #cfb365);
  display: inline-block;
  border-radius: 50%;
  height: 41px;
  width: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-icon .icon h6 {
  font-size: 18px;
}

.calculator-wrap {
  /* background-color: #302f2f; */
  min-height: 400px;
  width: 80%;
  border-radius: 12px;
  margin: 0 auto;
  border: 1px solid #fff;
}

.calculator-wrap {
  background: black;
  border-radius: 20px;
  overflow: hidden;
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
  /* padding: 30px; */
}

.calculator-top {
  background-color: #e7c873;
  padding: 30px;
}

.calculator-top h2 {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 3px;
}

.calculator-top p {
  color: #fff;
  padding-left: 8px;
  font-size: 18px;
}

.calculator-bottom {
  padding: 20px;
}

.calculator-bottom .input-div {
  margin-bottom: 20px !important;
}

.calculator-bottom input[type="text"],
.calculator-bottom input[type="number"] {
  padding: 12px;
  font-size: 18px;
  border: 1px solid #fff;
  border-radius: 6px;
  outline: none;
}

.calculator-bottom input[type="text"]:focus,
.calculator-bottom input[type="number"]:focus {
  outline: none !important;
  border: 1px solid #e7c873 !important;
  box-shadow: none !important;
}

/* Circular Thumb (Handle) */
.calculator-bottom input[type="range"]::-webkit-slider-thumb {
  /* -webkit-appearance: none; */
  /* appearance: none; */
  width: 24px;
  height: 24px;
  background: #ecca6a;
  /* Thumb Color */
  border-radius: 50%;
  cursor: pointer;
  margin-top: -10px;
  transition: 0.3s;
  border: 2px solid #eee;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
}

.form-range {
  height: 40px !important;
}

.calculator-bottom label {
  font-size: 16px;
  margin-bottom: 8px;
  color: #fff;
}

.calculate-results {
  padding: 20px;
  border: 1px solid #eee;
  border-radius: 12px;
  background-color: #252525d4;
  height: 100%;
}

.calculate-results h5 {
  font-size: 28px;
  text-align: center;
  margin-bottom: 20px;
}

.calculate-results p {
  display: flex;
  font-size: 22px;
  margin-bottom: 10px;
  flex-direction: column;
  color: #fff;
}

.calculate-results strong {
  /* display: flex; */
  font-size: 16px;
  color: #fff;
  /* margin-bottom: 6px; */
  /* flex-direction: column; */
}

.payment-div {
  color: #e7c873 !important;
}

.result-div {
  background-color: #ffffff2e;
  padding: 20px 20px;
  border-radius: 12px;
}

.project-card-line {
  height: 1px;
  width: 100px;
  background-color: #e7c873;
  border-radius: 12px;
  margin-top: 8px;
}

.project-card-btn {
  width: 100%;
  padding: 16px 0px;
  text-align: center;
  border-radius: 6px;
  margin-top: 6px;
  background-color: #e7c873;
  color: #fff;
  font-size: 13px;
}

.paymentPlan-tags {
  position: absolute;
  top: 60px;
  left: 20px;
  background-color: #e7c873;
  color: #fff;
  font-size: 12px;
  border-radius: 120px;
  z-index: 99;
  padding: 10px 12px;
}

@keyframes shimmer {
  0% {
    background-position: -200px 0;
  }

  100% {
    background-position: 200px 0;
  }
}

.shimmer {
  width: 100%;
  height: 100%;
  /* Adjust height */
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200px 100%;
  animation: shimmer 1.5s infinite linear;
  border-radius: 8px;
}

@media (max-width: 768px) {
  .calculator-wrap {
    width: 100%;
  }

  .faq-container {
    padding: 20px 8px !important;
  }
  .faq-container h3 {
    font-size: 26px !important;
  }

  .flat-accordion .flat-toggle {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .widget-content-tab {
    margin-top: 20px !important;
  }
}
/* .paymentPlan-tags a{
  color: #fff;
} */

/* .results {
  font-size: 1.1rem;
  font-weight: 500;
  background-color: #fff;
}

.results p {
  margin-bottom: 8px;
} */

/* input {
  font-size: 1rem;
  padding: 8px;
} */

.property-type-card {
  position: relative;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.property-type-card h4 {
  text-align: center;
  font-size: 18px;
  letter-spacing: 1px;
}

.property-type-card img {
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-bottom: 10px;
}

.property-type-card .tag-price {
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 14px;
  background-color: #e7c873;
  color: #fff;
  padding: 8px 10px;
  font-weight: bold;
}

.area-header-card {
  width: 100%;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.area-header-card img {
  width: 200px;
  height: 130px;
}

.whatsapp-btn {
  position: fixed;
  bottom: 75px;
  right: 5px;
  background-color: #3333336f;
  height: auto;
  z-index: 9999;
  border-radius: 100px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* flex-direction: column; */
  gap: 6px;
}

.whatsapp-btn .phone-number {
  position: absolute;
  top: 24px;
  right: 100px;
  height: 50px;
  width: 200px;
  background-color: #5c5c5c;
  border-radius: 6px;
}

.whatsapp-btn .circle {
  height: 35px;
  width: 35px;
  border-radius: 50%;
  /* margin-bottom: 6px; */
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
}

.whatsapp-btn .circle svg {
  height: 20px;
  width: 30px;
}
.whatsapp-btn .circle.blue {
  /* background-color: #e7c873; */
  background-color: #d72d2d;
}
.whatsapp-btn .circle.green {
  background-color: #25d366;
}

.project-container {
  padding-top: 100px !important ;
}
.project-container .image-section {
  height: 80vh !important ;
}

.footer-area-heading {
  display: block;                /* Ensures the element is a block */
  width: 100%;                   /* Make sure it takes the full width of its container */
  max-width: 100%;                /* Or you can specify a max width if you want to limit it */
  overflow: hidden;              /* Hides the text that overflows */
  text-overflow: ellipsis;       /* Adds the ellipsis (...) when the text overflows */
  white-space: nowrap;           /* Prevents text from wrapping onto a new line */
}


@keyframes pulse {
  50% {
      opacity: .5;
  }
}
.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}


@media (max-width: 768px) {
  .mobile-site-logo {
    position: relative;
    top: 10px;
  }
  .project-container {
    padding-top: 60px !important ;
  }
  .project-container .top {
    margin-top: 28px !important;
  }
  .project-container .company-logo {
    width: 200px !important;
  }
  .project-container .company-name {
    /* width: 200px !important; */
    margin: 40px 0px !important;
    font-size: 24px !important;
  }

  .project-container .image-section {
    height: 500px !important ;
  }
  .banner-img img {
    height: 300px !important ;
    object-fit: cover !important;
  }

  .brochure-area-one {
    padding-left: 0;
  }

  .work-with-us {
    padding-top: 16px !important ;
  }

  .project-landmark-card {
    min-height: 200px;
  }

  .classic-heading {
    font-size: 32px;
  }

  .about-section-project {
    padding: 0 26px;
  }

  .land-mark-box {
    gap: 6px;
  }

  .land-mark {
    height: 100%;
    padding: 40px 0 20px;
  }

  .gallery-area {
    flex-direction: column;
    align-items: start !important;
  }

  .gallery-area-container {
    padding: 20px 0 !important;
  }

  .floor-plan-content {
    min-width: 200px;
    max-width: 300px;
    background-color: #efefef6b;
    /* min-height: 160px; */
  }

  .floor-plan-content h4,
  .floor-plan-content p {
    width: fit-content;
  }

  .floor-plan-content h4 {
    font-size: 18px;
  }

  .payment-plan-content {
    flex-direction: column;
    justify-content: center;
  }

  .payment-plan-div {
    width: 100% !important;
    margin-bottom: 30px;
  }

  .payment-plan-content h5 {
    font-size: 32px;
    margin-bottom: 22px;
  }

  .payment-plan h4 {
    line-height: 48px;
    margin-bottom: 18px;
  }

  .payment-plan-container {
    padding: 0px 20px !important;
  }

  .whatsapp-btn .circle {
        height: 50px;
        width: 50%;
        border-radius: 0;
  }

  .whatsapp-btn .circle svg {
  height: 20px;
  width: 20px;
  }

  .whatsapp-btn {
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: 0px;
    justify-content: space-between;
    width: 95%;
    background: none;
  }
  .fontsetblog{
    font-size: 30px !important;
  }
}
.fontsetblog{
  font-size: 50px;
}