@charset "UTF-8";
@font-face {
  font-family: "Montserrat";
  src: url("/static/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
/* Optional: Add more font weights/styles as needed */
:root {
  --theme-color: #e55b25 !important;
  --white-color: #fff;
  --theme-hover: #000;
  --theme-dark: #000;
  --theme-black: #222222;
  --theme-color-3: #e85457;
  --heading-font: "Bitter", serif;
  --theme-font: "Arial", sans-serif;
  --nav-font: "Arial", sans-serif;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Montserrat", sans-serif !important;
}

.font-14 {
  font-size: 0.89rem;
}

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

#number {
  width: 145% !important;
  padding-left: 94px !important; /* optional, if flag overlaps */
  box-sizing: border-box;
}

@media (max-width: 516px) {
  #number {
    width: auto !important;
  }
}
a {
  text-decoration: none;
}

.p-relative {
  position: relative;
}

.arrrowIconImg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -40px;
  width: 54px;
  height: 54px;
}

.service-tab {
  display: none;
}

.communityDataMainSwiper .swiper-button-next::after,
.communityDataMainSwiper .swiper-button-prev::after {
  display: none !important;
}

.projectSlider .swiper-button-next::after,
.projectSlider .swiper-button-prev::after {
  font-size: 22px;
}

.custom-next-arrow i,
.custom-prev-arrow i {
  display: flex;
  align-items: center;
}

.bi-chevron-right::before {
  content: "\f285";
  font-size: 16px;
}

.bi-chevron-left::before {
  content: "\f284";
  font-size: 16px;
}

.amenitiesSwiperr {
  width: 100%;
}

.amenitiesSwiperr .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.amenitiesSwiperr i {
  display: flex;
  justify-content: center;
}

.card-shadow {
  box-shadow: 0 13px 24px rgba(0, 0, 0, 0.1411764706);
}

.card-shadow2 {
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.0901960784);
}

.modal-backdrop {
  z-index: 0;
}

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

.text-primary {
  color: #e55b25 !important;
}

.text-dark2 {
  color: #333 !important;
}

.btn-primary {
  background: #e55b25 !important;
  color: #fff;
  border-radius: 8px !important;
  border: none;
}

.btn-hover:hover {
  color: #e55b25 !important;
  background: #fff !important;
  border: 2px solid var(--theme-color) !important;
  border-radius: 8px !important;
}

.btn-trans:hover {
  color: #e55b25 !important;
  background: transparent !important;
  border: 2px solid var(--theme-color) !important;
  border-radius: 8px !important;
}

.btn-outline:hover {
  background-color: #e55b25;
  color: var(--white-color);
  border: 2px solid var(--theme-color) !important;
  border-radius: 8px !important;
}

.btn-outline {
  background-color: #fff;
  color: #e55b25;
  border-radius: 8px !important;
  border: 2px solid var(--theme-color) !important;
}

.bg-outline {
  background-color: #fff;
  color: #e55b25;
  border-radius: 8px !important;
  border: 2px solid var(--theme-color) !important;
}

.bg-outline-white {
  background-color: var(--theme-color);
  color: #fff;
  border-radius: 6px !important;
}

.bg-dark {
  background: var(--theme-dark);
}

.bg-black {
  background: var(--theme-black);
}

.badge-card {
  position: absolute;
  top: 0;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
}

.dropdown-menu-end {
  right: 0;
  left: auto;
}

/* Custom CSS */
.site-header .navbar {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.site-header .header-number i {
  color: #333;
}
.site-header .dropdown-toggle::after {
  display: none;
}
.site-header .nav-link {
  font-weight: 500;
  color: #333;
  padding: 0.5rem 1rem;
}
.site-header .nav-link.text-primary {
  color: var(--theme-black) !important;
}
.site-header .dropdown-menu {
  border: none;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 0;
  margin-top: 0;
}
.site-header .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.site-header .dropdown-submenu {
  position: relative;
}
.site-header .dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: 0;
  margin-right: 0;
}
.site-header .navMob14 {
  font-size: 14px;
  color: var(--theme-color);
}
.site-header .fs-14 {
  font-size: 14px !important;
}
.site-header .cursor-pointer {
  cursor: pointer;
}
.site-header .form-select {
  border: none;
  background-color: transparent;
  padding: 0.25rem 1.5rem 0.25rem 0.5rem;
  font-size: 14px;
}
.site-header .form-select:focus {
  box-shadow: none;
}
.site-header .offcanvas {
  width: 300px;
}
.site-header .dropList .nav-item {
  padding: 0.75rem 0;
}
.site-header .mobItemLink {
  border-bottom: 1px solid #eee;
}
@media (max-width: 991.98px) {
  .site-header .desktop-nav {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .site-header .mobile-nav {
    display: none !important;
  }
}

/* Custom CSS for hero section */
.hero-section {
  /* Responsive adjustments */
}
.hero-section .mainBg {
  height: 100%;
  min-height: 500px;
  position: relative;
  overflow: hidden;
}
.hero-section .videoContainer {
  position: relative;
  width: 100%;
  height: 100%;
}
.hero-section .videoMain {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.hero-section .videoOverlay {
  z-index: 1;
}
.hero-section .headerForm {
  position: absolute;
  top: 220px;
  left: 50%;
  transform: translateX(-50%);
  width: 45%;
  max-width: 800px;
  border-radius: 8px;
  padding: 20px;
  z-index: 2;
}
.hero-section .frmTabList {
  display: flex;
  border-bottom: 1px solid #dee2e6;
}
.hero-section .frmTabList .nav-link {
  border: none;
  color: #000;
  background: var(--white-color);
  margin-right: 2px;
  font-weight: 600;
  border-radius: 0px;
  padding: 7.5px 37px;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  color: var(--theme-color);
  font-size: 16px;
}
.hero-section .frmTabList .nav-link.active {
  color: var(--white-color);
  background-color: var(--theme-color);
  border-bottom: 2px solid var(--theme-color);
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  padding: 7px 37px;
}
@media (max-width: 397px) {
  .hero-section .frmTabList .nav-link {
    border: none;
    color: #000;
    background: var(--white-color);
    margin-right: 2px;
    font-weight: 600;
    border-radius: 0px;
    padding: 7.5px 37px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    color: var(--theme-black);
    font-size: 16px;
  }
  .hero-section .frmTabList .nav-link.active {
    color: var(--white-color);
    background-color: var(--theme-black);
    border-bottom: 2px solid var(--theme-black);
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    padding: 7px 16px;
  }
}
.hero-section .search-input {
  position: relative;
}
.hero-section .search-input input {
  width: 100%;
  padding: 12px 20px;
  padding-right: 40px;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  font-size: 16px;
}
.hero-section .search-input .fa-search {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #6c757d;
}
.hero-section #suggestion-box {
  display: none;
  background: var(--white-color);
  border: 1px solid #dee2e6;
  border-radius: 4px;
  margin-top: 5px;
  padding: 10px;
}
@media (max-width: 767.98px) {
  .hero-section .mainBg {
    min-height: 350px;
  }
  .hero-section .headerForm {
    bottom: 20px;
    width: 95%;
    padding: 15px;
  }
}

/* Custom CSS for circle cards section */
.interests-section {
  padding: 80px 0;
  background-color: #fff;
}
.interests-section .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #e55b25;
  position: relative;
  display: inline-block;
}
.interests-section .section-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background-color: #e55b25;
  border-radius: 2px;
}
.interests-section .section-subtitle {
  color: #6c757d;
  font-size: 1rem;
  max-width: 600px;
  margin: 10px auto 0;
}
.interests-section .service-card {
  background-color: #f9f9f9;
  border-radius: 16px;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  border: 1px solid #eee;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
}
.interests-section .service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(229, 91, 37, 0.15);
  background-color: #fff;
}
.interests-section .service-card:hover .icon-wrapper img {
  transform: scale(1.1);
  filter: brightness(0) saturate(100%) invert(40%) sepia(65%) saturate(1352%) hue-rotate(347deg);
}
.interests-section .service-card:hover .card-title {
  color: #e55b25;
}
.interests-section .service-card .icon-wrapper {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  transition: transform 0.3s ease;
}
.interests-section .service-card .icon-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.3s ease;
  filter: brightness(0) saturate(100%) invert(40%) sepia(65%) saturate(1352%) hue-rotate(347deg);
}
.interests-section .service-card .card-title {
  font-size: 1.2rem;
  font-weight: 600;
  color: #a3a3a3;
  margin: 0;
  transition: color 0.3s ease;
}
@media (max-width: 768px) {
  .interests-section {
    padding: 60px 0;
  }
  .interests-section .section-title {
    font-size: 2rem;
  }
  .interests-section .service-card {
    padding: 30px 20px;
  }
}
@media (max-width: 480px) {
  .interests-section .card-title {
    font-size: 1.1rem;
  }
  .interests-section .icon-wrapper {
    width: 60px;
    height: 60px;
  }
}

.lang-ul {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  font-weight: bold;
  gap: 22px;
  transform: translateX(0);
  color: var(--theme-color);
  padding: 0;
  list-style: none;
}
.lang-ul ul {
  padding: 0;
}
.lang-ul ul li {
  list-style: none;
  position: relative;
  text-align: start;
  padding-left: 22px;
}
.lang-ul ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 16px; /* set appropriate size */
  width: 16px;
  background-image: url("https://hbespoke.com/wp-content/uploads/2025/06/check-mark.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.features-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px;
  margin-top: 30px;
}
.features-container .feature-card {
  background: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  padding: 30px;
  text-align: center;
  border-top: 4px solid #e55b25;
}
.features-container .feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(229, 91, 37, 0.1);
}
.features-container .feature-icon {
  margin-bottom: 20px;
  filter: brightness(0) saturate(100%) invert(40%) sepia(65%) saturate(1352%) hue-rotate(347deg);
}
.features-container .feature-icon img {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: grayscale(1) opacity(0.8);
  transition: all 0.3s ease;
}
.features-container .feature-card:hover .feature-icon img {
  filter: grayscale(0) opacity(1);
}
.features-container .feature-content h3 {
  font-size: 1.5rem;
  color: var(--theme-color);
  margin-bottom: 15px;
  font-weight: 600;
}
.features-container .feature-content .text-secondary {
  color: #6c757d !important;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 20px;
}
.features-container .btn-blue {
  background-color: #e55b25;
  color: white;
  padding: 10px 25px;
  border-radius: 4px;
  border: 2px solid #e55b25;
  font-weight: 600;
  font-size: 1rem;
  display: inline-block;
  transition: all 0.3s ease;
  text-decoration: none;
}
.features-container .btn-blue:hover {
  background-color: white;
  color: #e55b25;
}
.features-container .btn-spendDay {
  background-color: transparent;
  color: #e55b25;
  padding: 10px 25px;
  border-radius: 4px;
  font-size: 1rem;
  font-weight: 600;
  border: 2px solid #e55b25;
  display: inline-block;
  transition: all 0.3s ease;
  text-decoration: none;
}
.features-container .btn-spendDay:hover {
  background-color: #e55b25;
  color: white;
}
@media (max-width: 768px) {
  .features-container {
    padding: 60px 0 0 0;
    grid-template-columns: repeat(2, 1fr);
  }
  .features-container .features-container {
    grid-template-columns: 1fr;
    max-width: 500px;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .features-container .feature-card {
    padding: 20px;
  }
  .features-container .feature-icon img {
    width: 60px;
    height: 60px;
  }
}

.why-range .btn-blue {
  background-color: #e55b25;
  color: var(--white-color);
  padding: 10px 25px;
  border-radius: 4px;
  border: 2px solid #e55b25;
  font-weight: 600;
  font-size: 16px;
}
.why-range .why-img img {
  filter: brightness(0) saturate(100%) invert(62%) sepia(9%) saturate(283%) hue-rotate(314deg) brightness(93%) contrast(86%);
}
.why-range .btn-blue:hover {
  background-color: var(--white-color);
  color: #e55b25;
  border: 2px solid #e55b25;
}
.why-range .btn-spendDay {
  background-color: transparent;
  color: #e55b25;
  padding: 10px 25px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  border: 2px solid #e55b25;
}
.why-range .btn-spendDay:hover {
  background-color: #e55b25;
  color: var(--white-color);
}
.why-range .mainHead h2 {
  font-size: 32px;
  color: var(--theme-color);
  font-weight: 700;
}
.why-range .mainHead h4 {
  color: var(--theme-color);
}
.why-range .text-secondary {
  color: #6c757d !important;
  font-size: 16px;
  line-height: 1.6;
}
.why-range .fs-20 {
  font-size: 20px !important;
}
.why-range .fw-800 {
  font-weight: 800 !important;
}
.why-range .fw-600 {
  font-weight: 600 !important;
}
.why-range .modalBookMeet .modal-content {
  border-radius: 10px;
}
.why-range .PhoneInput {
  border: 1px solid #ced4da !important;
  border-radius: 4px;
  padding: 8px;
}
.why-range .PhoneInputCountryIconImg {
  width: 20px;
  height: auto;
}
@media (max-width: 767.98px) {
  .why-range .mainHead h2 {
    font-size: 28px;
  }
  .why-range .fs-20 {
    font-size: 18px !important;
  }
  .why-range .py-lg-5 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}

.about-section {
  background-color: #f8f9fa;
  position: relative;
  padding: 3rem 0;
  margin: 3rem 0;
  /* Modal Styles */
  /* Responsive Adjustments */
}
.about-section .container {
  position: relative;
  z-index: 2;
}
.about-section .mainHead h3 {
  font-size: 2rem;
  font-weight: 700;
  color: var(--theme-color);
  margin-bottom: 0;
}
.about-section .text-secondary {
  color: #6c757d !important;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}
.about-section .benefitAccord .accordion-item {
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 1rem;
}
.about-section .benefitAccord .accordion-item .accordion-button {
  background-color: white;
  color: var(--theme-color);
  font-weight: 600;
  box-shadow: none;
}
.about-section .benefitAccord .accordion-item .accordion-button:not(.collapsed) {
  background-color: white;
  color: var(--theme-color);
}
.about-section .benefitAccord .accordion-item .accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
}
.about-section .benefitAccord .accordion-item .accordion-body {
  padding: 1.5rem;
}
.about-section .benefitAccord .accordion-item .accordion-body .table small {
  font-size: 0.875rem;
}
.about-section .benefitAccord .accordion-item .accordion-body .table img {
  width: 25px;
  height: 25px;
}
.about-section .btn-blue {
  background-color: var(--theme-color);
  color: white;
  padding: 0.75rem 2rem;
  border-radius: 0.25rem;
  font-weight: 600;
  border: none;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.about-section .btn-blue:hover {
  background-color: #0b5ed7;
  color: white;
}
.about-section .imgCoverBox {
  position: relative;
  height: 100%;
  min-height: 400px;
  border-radius: 0.5rem;
  overflow: hidden;
}
.about-section .imgCoverBox .bgAboutDubai {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.about-section .imgCoverBox .bgAboutDubai img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right center;
     object-position: right center;
}
.about-section .modalBookMeet .modal-content {
  border-radius: 0.5rem;
}
.about-section .modalBookMeet .modal-content .modal-header {
  padding: 0.5rem;
}
.about-section .modalBookMeet .modal-content .modal-header button {
  font-size: 1.5rem;
}
.about-section .modalBookMeet .modal-content .modal-body {
  padding: 0;
}
.about-section .modalBookMeet .modal-content .modal-body img {
  margin: 1.5rem 0;
}
.about-section .modalBookMeet .modal-content .modal-body h6 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.about-section .modalBookMeet .modal-content .modal-body .form-control {
  margin-bottom: 1rem;
  border-radius: 0.25rem;
}
.about-section .modalBookMeet .modal-content .modal-body .PhoneInput {
  border: 1px solid #ced4da !important;
  border-radius: 0.25rem;
  padding: 0.5rem;
}
.about-section .modalBookMeet .modal-content .modal-body .PhoneInput .PhoneInputCountryIconImg {
  width: 20px;
}
.about-section .modalBookMeet .modal-content .modal-footer {
  padding: 1rem;
}
@media (max-width: 991.98px) {
  .about-section .imgCoverBox {
    min-height: 300px;
    margin-top: 2rem;
  }
}
@media (max-width: 767.98px) {
  .about-section {
    padding: 2rem 0;
    margin: 2rem 0;
  }
  .about-section .mainHead h3 {
    font-size: 1.75rem;
  }
}

/* SCSS Styles */
/* SCSS Styles */
.projects-section {
  /* Responsive adjustments */
}
.projects-section .section-title {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 1px;
  position: relative;
  padding-bottom: 15px;
}
.projects-section .section-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: var(--theme-color);
}
.projects-section .divider {
  width: 40px;
  height: 2px;
}
.projects-section .project-card {
  background: white;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}
.projects-section .project-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.projects-section .project-card:hover .card-img {
  transform: scale(1.05);
}
.projects-section .project-card .card-img-container {
  height: auto;
  overflow: hidden;
}
.projects-section .project-card .card-img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.projects-section .project-card .card-body {
  padding: 20px;
  height: auto;
}
.projects-section .project-card .card-body .badge {
  font-size: 0.75rem;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 4px;
}
.projects-section .project-card .card-body .card-title {
  color: #333;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0;
  transition: color 0.3s ease;
}
.projects-section .project-card .card-body p {
  color: #333;
  font-size: 13px;
  margin-top: 11px;
}
.projects-section .project-card:hover .card-title {
  color: var(--theme-color);
}
.projects-section .btn-primary {
  font-weight: 500;
  padding: 10px 30px;
  border-radius: 6px;
  transition: all 0.3s ease;
}
.projects-section .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(var(--theme-color-rgb), 0.2);
}
@media (max-width: 1199.98px) {
  .projects-section .project-card .card-img-container {
    height: 200px;
  }
}
@media (max-width: 991.98px) {
  .projects-section .section-title {
    font-size: 1.8rem !important;
  }
  .projects-section .project-card .card-img-container {
    height: 180px;
  }
}
@media (max-width: 767.98px) {
  .projects-section .project-card .card-img-container {
    height: 220px;
  }
}
@media (max-width: 575.98px) {
  .projects-section .section-title {
    font-size: 1.5rem !important;
  }
  .projects-section .project-card .card-img-container {
    height: 180px;
  }
}

.carousel-section .carousel-wrapper {
  height: 400px;
}
.carousel-section .carousel-track {
  transition: transform 0.5s ease-in-out;
  will-change: transform;
}
.carousel-section .carousel-item {
  flex: 0 0 250px;
  margin-right: 10px;
  height: 100%;
  position: relative;
}
.carousel-section .carousel-item img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.carousel-section .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}

/* SCSS Styles */
.locations-section {
  margin-top: 6rem !important;
  /* Responsive Adjustments */
}
.locations-section .container-fluid {
  padding: 0;
}
.locations-section .mainHead {
  margin-bottom: 3rem;
}
.locations-section .mainHead h4 {
  font-size: 1.75rem;
  font-weight: 600;
  color: var(--theme-color);
  text-transform: uppercase;
}
.locations-section .swiper {
  width: 100%;
  padding: 0 !important;
  margin: 0 auto;
}
.locations-section .swiper-slide {
  width: 250px;
  flex-shrink: 0;
  margin-right: 20px;
}
.locations-section .swiper-wrapper {
  margin: 0 !important;
}
.locations-section .swiper-button-prev, .locations-section .swiper-button-next {
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  color: white;
}
.locations-section .swiper-button-prev::after, .locations-section .swiper-button-next::after {
  display: none;
}
.locations-section .swiper-button-prev:hover, .locations-section .swiper-button-next:hover {
  background: rgba(0, 0, 0, 0.8);
}
.locations-section .swiper-button-prev {
  left: 20px;
}
.locations-section .swiper-button-next {
  right: 20px;
}
.locations-section .community-card {
  height: 400px;
  position: relative;
  overflow: hidden;
}
.locations-section .community-card img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.locations-section .community-card:hover img {
  transform: scale(1.05);
}
.locations-section .community-card .community-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1.5rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
}
.locations-section .community-card .community-overlay p {
  font-weight: 700;
  margin-bottom: 0;
  color: #fff;
  font-size: 1.25rem;
}
@media (max-width: 767.98px) {
  .locations-section .mainHead h4 {
    font-size: 1.5rem;
  }
  .locations-section .community-card {
    height: 350px;
  }
  .locations-section .swiper-slide {
    width: 280px;
  }
  .locations-section .swiper-button-prev, .locations-section .swiper-button-next {
    display: none;
  }
}

.partners-section {
  padding: 4rem 0;
  background-color: #fff;
}
.partners-section .main-head h4 {
  font-size: 1.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--theme-color);
  margin-bottom: 1.5rem;
  position: relative;
  display: inline-block;
}
.partners-section .main-head h4::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 2px;
  background: var(--theme-color);
}
.partners-section .partners-slider {
  padding: 2rem 0;
  position: relative;
  overflow: hidden;
}
.partners-section .partners-slider .swiper-slide {
  width: auto;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  transition: transform 0.3s ease;
}
.partners-section .partners-slider .swiper-slide:hover {
  transform: translateY(-5px);
}
.partners-section .partners-slider .swiper-slide a {
  display: block;
  transition: all 0.3s ease;
}
.partners-section .partners-slider .partner-box {
  height: 200px;
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  background-color: #fff;
}
.partners-section .partners-slider .partner-box:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.partners-section .partners-slider .partner-box .logo-img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  mix-blend-mode: multiply;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 1;
  transition: all 0.3s ease;
}
.partners-section .partners-slider .partner-box:hover .logo-img {
  opacity: 1;
}
.partners-section .partners-slider .swiper-button-prev,
.partners-section .partners-slider .swiper-button-next {
  width: 40px;
  height: 40px;
  background: white;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  color: var(--theme-color);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.partners-section .partners-slider .swiper-button-prev::after,
.partners-section .partners-slider .swiper-button-next::after {
  font-size: 1.2rem;
  font-weight: bold;
}
.partners-section .partners-slider .swiper-button-prev:hover,
.partners-section .partners-slider .swiper-button-next:hover {
  background: var(--theme-color);
  color: white;
  transform: scale(1.1);
}
.partners-section .partners-slider .swiper-button-prev {
  left: 20px;
  color: var(--theme-color);
}
.partners-section .partners-slider .swiper-button-prev::after {
  content: "←";
}
.partners-section .partners-slider .swiper-button-next {
  right: 20px;
  color: var(--theme-color);
}
.partners-section .partners-slider .swiper-button-next::after {
  content: "→";
}

@media (max-width: 992px) {
  .partners-section {
    padding: 3rem 0;
  }
  .partners-section .main-head h4 {
    font-size: 1.3rem;
  }
  .partners-section .partners-slider .partner-box {
    height: 80px;
    width: 160px;
  }
}
@media (max-width: 768px) {
  .partners-section {
    padding: 2rem 0;
  }
  .partners-section .main-head h4 {
    font-size: 1.1rem;
  }
  .partners-section .main-head h4::after {
    width: 60px;
    bottom: -8px;
  }
  .partners-section .partners-slider .partner-box {
    height: 70px;
    width: 140px;
    padding: 10px;
  }
  .partners-section .partners-slider .swiper-button-prev,
  .partners-section .partners-slider .swiper-button-next {
    width: 30px;
    height: 30px;
  }
  .partners-section .partners-slider .swiper-button-prev::after,
  .partners-section .partners-slider .swiper-button-next::after {
    font-size: 1rem;
  }
}
.testimonials-section .main-head h4 {
  font-size: 1.75rem;
  font-weight: 600;
  color: var(--theme-color);
  position: relative;
  display: inline-block;
}
.testimonials-section .main-head h4::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: var(--theme-color);
}
.testimonials-section .testimonials-slider {
  padding: 1rem 0;
  position: relative;
}
.testimonials-section .testimonials-slider .testimonial-card {
  border-radius: 8px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
}
.testimonials-section .testimonials-slider .testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
.testimonials-section .testimonials-slider .testimonial-card .quote-icon {
  opacity: 0.7;
}
.testimonials-section .testimonials-slider .testimonial-card .rating .fa-star {
  margin-right: 2px;
  color: var(--theme-color);
}
.testimonials-section .testimonials-slider .testimonial-card .testimonial-text {
  line-height: 1.6;
  color: #555;
}
.testimonials-section .testimonials-slider .testimonial-card .client-info h4 {
  position: relative;
  padding-left: 20px;
}
.testimonials-section .testimonials-slider .testimonial-card .client-info h4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 2px;
  background: var(--theme-color);
}
.testimonials-section .testimonials-slider .swiper-button-prev,
.testimonials-section .testimonials-slider .swiper-button-next {
  width: 40px;
  height: 40px;
  background: white;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  color: var(--theme-color);
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonials-section .testimonials-slider .swiper-button-prev::after,
.testimonials-section .testimonials-slider .swiper-button-next::after {
  display: none;
}
.testimonials-section .testimonials-slider .swiper-button-prev i,
.testimonials-section .testimonials-slider .swiper-button-next i {
  font-size: 1.5rem !important;
}
.testimonials-section .testimonials-slider .swiper-button-prev:hover,
.testimonials-section .testimonials-slider .swiper-button-next:hover {
  background: #fff;
  color: var(--theme-color);
}
.testimonials-section .testimonials-slider .swiper-button-prev {
  left: 8px;
}
.testimonials-section .testimonials-slider .swiper-button-next {
  right: 8px;
}

@media (max-width: 992px) {
  .testimonials-section .main-head h4 {
    font-size: 1.5rem;
  }
  .testimonials-section .testimonials-slider {
    padding: 0;
  }
  .testimonials-section .testimonials-slider .swiper-button-prev {
    left: 5px;
  }
  .testimonials-section .testimonials-slider .swiper-button-next {
    right: 5px;
  }
}
@media (max-width: 768px) {
  .testimonials-section .main-head h4 {
    font-size: 1.3rem;
  }
  .testimonials-section .main-head h4::after {
    width: 60px;
    bottom: -8px;
  }
  .testimonials-section .testimonials-slider .swiper-button-prev,
  .testimonials-section .testimonials-slider .swiper-button-next {
    width: 30px;
    height: 30px;
  }
  .testimonials-section .testimonials-slider .swiper-button-prev i,
  .testimonials-section .testimonials-slider .swiper-button-next i {
    font-size: 1rem;
  }
}
.footer {
  padding-top: 3rem;
  font-family: "Helvetica Neue", Arial, sans-serif;
  border-top: 4px solid var(--theme-color);
}
.footer a {
  color: #1c1c1c;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s ease;
}
.footer a:hover {
  text-decoration: none;
}
.footer .company-info .logo-wrapper {
  margin-bottom: 1.5rem;
}
.footer .company-info .logo-wrapper img {
  filter: brightness(0) invert(1);
  transition: transform 0.3s ease;
}
.footer .company-info .logo-wrapper img:hover {
  transform: scale(1.05);
}
.footer .company-info .description {
  font-size: 0.89rem;
  line-height: 1.6;
  margin-bottom: 2rem;
  color: #b0b0b0;
}
.footer .company-info .quick-links h5 {
  color: white;
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
  position: relative;
  padding-bottom: 0.5rem;
}
.footer .company-info .quick-links h5::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background: var(--theme-color);
}
.footer .company-info .quick-links ul {
  padding-left: 0;
}
.footer .company-info .quick-links ul li {
  margin-bottom: 0.8rem;
  position: relative;
  padding-left: 1rem;
}
.footer .company-info .quick-links ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--theme-color);
}
.footer .company-info .quick-links ul li a {
  display: inline-block;
  transition: transform 0.3s ease;
}
.footer .company-info .quick-links ul li a:hover {
  transform: translateX(5px);
  text-decoration: none;
  color: #000;
}
.footer .contact-info h5 {
  color: white;
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
  position: relative;
  padding-bottom: 0.5rem;
}
.footer .contact-info h5::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background: var(--theme-color);
}
.footer .contact-info .mailing-list h6 {
  color: white;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.footer .contact-info .mailing-list p {
  font-size: 0.85rem;
  color: #b0b0b0;
  margin-bottom: 1rem;
}
.footer .contact-info .mailing-list .subscribe-form .input-group {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.footer .contact-info .mailing-list .subscribe-form .input-group .form-control {
  background-color: #fff;
  border: 1px solid var(--theme-color);
  border-radius: 4px !important;
  color: #b8b8b8;
  padding: 0.75rem 1rem;
}
.footer .contact-info .mailing-list .subscribe-form .input-group .form-control::-moz-placeholder {
  color: #b0b0b0;
}
.footer .contact-info .mailing-list .subscribe-form .input-group .form-control::placeholder {
  color: #b0b0b0;
}
.footer .contact-info .mailing-list .subscribe-form .input-group .form-control:focus {
  background-color: #4a4e56;
  box-shadow: none;
}
.footer .contact-info .mailing-list .subscribe-form .input-group .btn {
  background-color: var(--theme-color);
  border: none;
  padding: 0 1.2rem;
  transition: all 0.3s ease;
}
.footer .contact-info .mailing-list .subscribe-form .input-group .btn:hover {
  background-color: var(--theme-color);
}
.footer .contact-methods {
  margin-bottom: 2rem;
}
.footer .contact-methods li {
  margin-bottom: 1.2rem;
  display: flex;
  font-size: 14px;
  align-items: flex-start;
}
.footer .contact-methods li i {
  color: var(--theme-color);
  margin-right: 0.8rem;
  font-size: 1.1rem;
  margin-top: 0.2rem;
}
.footer .contact-methods li a {
  flex: 1;
  transition: all 0.3s ease;
}
.footer .contact-methods li a:hover {
  color: rgb(0, 0, 0);
}
.footer h5 {
  color: var(--theme-color);
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
  position: relative;
  padding-bottom: 0.5rem;
}
.footer h5::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background: var(--theme-color);
}
.footer .contact-form .form-control, .footer .contact-form .form-select {
  background-color: #fff;
  border: 1px solid var(--theme-color);
  border-radius: 4px !important;
  color: #b8b8b8;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
}
.footer .contact-form .form-control::-moz-placeholder, .footer .contact-form .form-select::-moz-placeholder {
  color: #b0b0b0;
}
.footer .contact-form .form-control::placeholder, .footer .contact-form .form-select::placeholder {
  color: #b0b0b0;
}
.footer .contact-form .form-control:focus, .footer .contact-form .form-select:focus {
  background-color: #4a4e56;
  box-shadow: 0 0 0 2px rgba(var(--theme-color), 0.3);
}
.footer .contact-form .phone-input {
  display: flex;
  gap: 0.5rem;
}
.footer .contact-form .phone-input .form-select {
  flex: 0 0 100px;
}
.footer .contact-form .phone-input .form-control {
  flex: 1;
}
.footer .contact-form textarea {
  min-height: 100px;
  resize: vertical;
}
.footer .contact-form .btn-submit {
  background-color: var(--theme-color);
  border: none;
  padding: 0.75rem 2rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}
.footer .contact-form .btn-submit:hover {
  background-color: var(--theme-color);
  transform: translateY(-2px);
}
.footer .social-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffcbb6;
  transition: all 0.3s ease;
}
.footer .social-icon i {
  width: 40px;
  height: 40px;
  color: var(--theme-color);
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .social-icon:hover {
  background-color: var(--theme-color);
  transform: translateY(-3px) scale(1.1);
}
.footer .copyright {
  text-align: center;
  font-size: 0.8rem;
  color: #b0b0b0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .footer {
    padding-top: 2rem;
  }
  .footer .company-info,
  .footer .contact-info,
  .footer .contact-form-section {
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .footer .quick-links .row > div {
    margin-bottom: 1.5rem;
  }
  .footer .quick-links .row > div:last-child {
    margin-bottom: 0;
  }
  .footer .footer-bottom {
    margin-top: 1.5rem;
  }
}

.menu-footer2 {
  padding: 0;
}

.menu-footer3 {
  padding: 0;
}

.property-search-section {
  margin-top: 2rem;
  margin-bottom: 3rem;
}
.property-search-section .container-fluid {
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem;
  padding: 1rem;
}
.property-search-section .search-input-container {
  position: relative;
  width: 100%;
}
.property-search-section .search-input-container .search-input-control {
  display: flex;
  align-items: center;
  border: 1px solid grey;
  border-radius: 0.375rem;
  padding: 0.5rem;
  transition: border-color 0.15s ease-in-out;
}
.property-search-section .search-input-container .search-input-control:hover {
  border-color: grey;
}
.property-search-section .search-input-container .search-input-control .search-input-inner {
  flex-grow: 1;
  position: relative;
}
.property-search-section .search-input-container .search-input-control .search-input-inner .search-placeholder {
  position: absolute;
  color: grey;
  pointer-events: none;
}
.property-search-section .search-input-container .search-input-control .search-input-inner .search-input-wrapper input {
  width: 100%;
  border: none;
  outline: none;
  background: transparent;
  padding: 0;
}
.property-search-section .search-input-container .search-input-control .search-input-inner .search-input-wrapper input::-moz-placeholder {
  color: #aaa; /* Or your desired color */
  opacity: 1;
}
.property-search-section .search-input-container .search-input-control .search-input-inner .search-input-wrapper input::placeholder {
  color: #aaa; /* Or your desired color */
  opacity: 1;
}
.property-search-section .search-input-container .search-input-control .search-indicators .search-clear {
  cursor: pointer;
  color: grey;
  padding: 0 0.5rem;
  display: none;
}
.property-search-section .search-input-container .search-input-control .search-indicators .search-clear:hover {
  color: grey;
}
.property-search-section .filter-dropdown {
  width: 100%;
  border: 1px solid grey;
  border-radius: 0.375rem;
  padding: 0.5rem 1rem;
  background-color: #fff;
  color: grey;
  cursor: pointer;
  transition: border-color 0.15s ease-in-out;
}
.property-search-section .filter-dropdown:hover {
  border-color: grey;
}
.property-search-section .price-filter-dropdown {
  width: 100%;
}
.property-search-section .price-filter-dropdown .dropdown-toggle {
  width: 100%;
  text-align: left;
  padding: 0.5rem 1rem;
  border: 1px solid grey;
  border-radius: 0.375rem;
  background-color: #fff;
  color: grey;
}
.property-search-section .price-filter-dropdown .dropdown-toggle::after {
  float: right;
  margin-top: 0.5rem;
}
.property-search-section .price-filter-dropdown .dropdown-menu {
  width: 100%;
  min-width: 300px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border: none;
  padding: 1rem;
}
.property-search-section .price-filter-dropdown .dropdown-menu .form-control {
  border-color: grey;
}
.property-search-section .price-filter-dropdown .dropdown-menu .apply-price-btn {
  padding: 0.25rem 0.5rem;
}
.property-search-section .commercial-check {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.property-search-section .view-toggle .btn-group .view-map-btn {
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--theme-color);
  border: 2px solid var(--theme-color);
  border-color: var(--theme-color);
}
.property-search-section .view-toggle .btn-group .view-list-btn {
  color: var(--theme-color);
  font-size: 0.875rem;
  background-color: #fff !important;
  border: 2px solid var(--theme-color);
  border-color: var(--theme-color);
}
.property-search-section .mobile-tabs {
  margin-top: 1rem;
  padding-top: 0.5rem;
  border-top: 1px solid grey;
}
.property-search-section .mobile-tabs .bottom-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.property-search-section .mobile-tabs .bottom-menu .nav-item .tab-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: grey;
  cursor: pointer;
  padding: 0.5rem;
}
.property-search-section .mobile-tabs .bottom-menu .nav-item .tab-item i {
  font-size: 1.25rem;
  margin-bottom: 0.25rem;
}
.property-search-section .mobile-tabs .bottom-menu .nav-item .tab-item p {
  margin: 0;
  font-size: 0.75rem;
}
.property-search-section .mobile-tabs .bottom-menu .nav-item .tab-item.active {
  color: var(--theme-color);
}
.property-search-section .view-content-container {
  margin-top: 1.5rem;
}
.property-search-section .view-content-container .view-content.map-view {
  height: 500px;
  background-color: grey;
  position: relative;
  border-radius: 0.5rem;
  overflow: hidden;
}
.property-search-section .view-content-container .view-content.list-view .property-list {
  display: flex;
}
.property-search-section .view-content-container .view-content.list-view .property-list .property-card {
  background-color: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease-in-out;
}
.property-search-section .view-content-container .view-content.list-view .property-list .property-card:hover {
  transform: translateY(-2px);
}
.property-search-section .view-content-container .view-content.list-view .property-list .property-card .property-image-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.property-search-section .view-content-container .view-content.list-view .property-list .property-card .property-image-container .property-image {
  height: 240px !important;
}
.property-search-section .view-content-container .view-content.list-view .property-list .property-card .property-badge-overlay {
  position: relative;
}
.property-search-section .view-content-container .view-content.list-view .property-list .property-card .property-badge-overlay .property-badge {
  position: absolute;
  color: var(--theme-color);
  background: rgba(255, 255, 255, 0.5019607843);
  font-size: 12px;
  font-weight: 600;
  border-radius: 0px;
  top: 0;
}
.property-search-section .view-content-container .view-content.list-view .property-list .property-card h6 {
  font-size: 1.1rem;
  margin-bottom: 0.75rem;
  color: var(--theme-color);
}
.property-search-section .view-content-container .view-content.list-view .property-list .property-card p {
  margin-bottom: 0.5rem;
  color: grey;
}
.property-search-section .view-content-container .view-content.list-view .property-list .property-card p i {
  margin-right: 0.25rem;
  color: grey;
}
.property-search-section .view-content-container .view-content.list-view .property-list .property-card .text-primary {
  font-weight: 600;
  font-size: 1.25rem;
}
@media (max-width: 767.98px) {
  .property-search-section .row-gap-3 {
    row-gap: 1rem !important;
  }
  .property-search-section .view-content-container .view-content.map-view {
    height: 350px;
  }
  .property-search-section .view-content-container .view-content.list-view .property-list {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 575.98px) {
  .property-search-section .d-flex.justify-content-end {
    justify-content: flex-start !important;
  }
}

/* Custom styles to enhance Bootstrap */
.proSelectBox {
  margin-bottom: 1.5rem;
}

.proSelectBox label {
  font-weight: 500;
  margin-bottom: 0.5rem;
  display: block;
}

.card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: none;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15) !important;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15) !important;
}

.card-img-top {
  height: 227px;
  -o-object-fit: cover;
     object-fit: cover;
}

.badge {
  font-weight: 500;
  padding: 0.5em 0.75em;
}

/* Animation for filtering */
.project-card {
  transition: all 0.3s ease;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .card-img-top {
    height: 150px;
  }
}
.property-filters .proSelectBox {
  margin-bottom: 1rem;
}
.property-filters .proSelectBox label {
  font-weight: bold;
  margin-bottom: 0.5rem;
  display: block;
}
.property-filters .proSelectBox .form-select {
  padding: 0.5rem;
  border-radius: 0.25rem;
  border: 1px solid #ccc;
}
.property-filters #resetBtn {
  padding: 0.5rem 1.5rem;
}

.partnerBox {
  border: 1px solid #e0e0e0;
  padding: 1rem;
  background: #fff;
  margin-bottom: 1.5rem;
  text-align: center;
  transition: transform 0.3s;
}
.partnerBox:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.partnerBox img {
  width: 180px;
  height: 160px;
  -o-object-fit: contain;
     object-fit: contain;
}
.partnerBox .logoImg {
  max-width: 100%;
  height: auto;
}

/* SCSS Styles */
.container .career-listing-card {
  background-color: white;
  border-radius: 0.5rem;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.container .career-listing-card .job-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.container .career-listing-card .job-title a {
  color: var(--theme-color);
  text-decoration: none !important;
}
.container .career-listing-card .job-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-bottom: 1rem;
}
.container .career-listing-card .job-meta .meta-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.container .career-listing-card .job-meta .meta-item i {
  font: 24px;
  color: var(--theme-color);
}
.container .career-listing-card .job-meta .meta-item .icon {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
.container .career-listing-card .job-meta .meta-item p {
  margin: 0;
  color: #495057;
  font-size: 0.9rem;
}
.container .career-listing-card .job-description {
  font-size: 0.875rem;
  color: #6c757d;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}
.container .career-listing-card .job-description a {
  color: inherit;
  text-decoration: none;
}
.container .career-listing-card .job-description a:hover {
  text-decoration: none;
}
.container .career-listing-card .apply-btn {
  display: inline-block;
  background-color: var(--theme-color);
  color: white;
  padding: 0.5rem 1.5rem;
  border-radius: 0.25rem;
  font-weight: 500;
  text-decoration: none;
  transition: background-color 0.2s ease;
}
.container .career-listing-card .apply-btn:hover {
  background-color: var(--theme-color);
  color: white;
}

/* Responsive Adjustments */
@media (max-width: 767.98px) {
  .career-listing-card {
    padding: 1rem;
  }
  .career-listing-card .job-title {
    font-size: 1.25rem;
  }
  .career-listing-card .job-meta {
    gap: 1rem;
  }
}
.sectionArea {
  background-color: #fff;
}
.sectionArea#golden-visa {
  padding: 80px 0;
}
@media (max-width: 768px) {
  .sectionArea#golden-visa {
    padding: 60px 0;
  }
}

.sectionMdTitle {
  font-size: 2.1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  .sectionMdTitle {
    font-size: 1.5rem;
    text-align: center;
  }
}

.horizontalCard {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  display: flex;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .horizontalCard {
    flex-direction: column;
  }
}

/* For even horizontalCard elements */
.cardImgBox {
  height: 100%;
}
@media (max-width: 768px) {
  .cardImgBox {
    height: auto;
  }
}

.horizontalCardImg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (max-width: 768px) {
  .horizontalCardImg {
    height: 250px;
  }
}

.cardContentBox {
  padding: 40px;
}
@media (max-width: 992px) {
  .cardContentBox {
    padding: 30px;
  }
}
@media (max-width: 768px) {
  .cardContentBox {
    padding: 25px 20px;
  }
}

.text-primary {
  color: var(--theme-color) !important;
}

.text-secondary {
  color: #666 !important;
  line-height: 1.6;
}

.fs-14 {
  font-size: 14px;
}
@media (min-width: 992px) {
  .fs-14 {
    font-size: 16px;
  }
}

.downloadBtn {
  background-color: var(--theme-color);
  color: #fff;
  border: none;
  padding: 12px 30px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.downloadBtn:hover {
  background-color: transparent;
  color: var(--theme-color);
  border: 2px solid var(--theme-color);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(216, 216, 216, 0.3);
}
.downloadBtn:active {
  transform: translateY(0);
}

.mrAuto {
  display: block;
  margin-right: auto;
}

.tab-section {
  margin: 2rem 0;
}
.tab-section .nav-tabs {
  border-bottom: 2px solid #eee;
  margin-bottom: 1.5rem;
}
.tab-section .nav-tabs .nav-item {
  margin-bottom: -2px;
}
.tab-section .nav-tabs .nav-item .nav-link {
  color: #666;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 0.5px;
  padding: 0.75rem 1.5rem;
  border: none;
  border-bottom: 2px solid transparent;
  transition: all 0.3s ease;
  position: relative;
}
.tab-section .nav-tabs .nav-item .nav-link:hover {
  color: var(--theme-color);
  border-color: transparent;
}
.tab-section .nav-tabs .nav-item .nav-link.active {
  color: var(--theme-color);
  background-color: transparent;
  border-color: var(--theme-color);
}
.tab-section .tab-content {
  padding: 1.5rem 0;
}
.tab-section .tab-content .tab-pane {
  animation: fadeIn 0.3s ease;
}
.tab-section .tab-content .tab-content-inner {
  min-height: 200px;
  padding: 1rem;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.blog-card-section {
  margin: 3rem 0;
}
@media (max-width: 768px) {
  .blog-card-section {
    margin: 2rem 0;
  }
}

.blog-card {
  display: block;
  height: 100%;
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s ease;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}
.blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}
.blog-card:hover .blog-card-overlay {
  opacity: 1;
  visibility: visible;
}
.blog-card:hover .blog-card-img {
  transform: scale(1.05);
}

.blog-card-header {
  position: relative;
  overflow: hidden;
  height: 220px;
}
@media (max-width: 992px) {
  .blog-card-header {
    height: 200px;
  }
}
@media (max-width: 768px) {
  .blog-card-header {
    height: 180px;
  }
}

.blog-card-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}

.blog-card-tag {
  position: absolute;
  top: 15px;
  left: 15px;
  background-color: var(--theme-color);
  color: white;
  padding: 5px 12px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 4px;
  z-index: 2;
}

.blog-card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 1;
}

.blog-card-excerpt {
  color: white;
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.6;
}

.blog-card-body {
  padding: 20px;
  background: white;
}

.blog-card-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.4;
  color: #333;
}
@media (max-width: 768px) {
  .blog-card-title {
    font-size: 1rem;
  }
}

.blog-card-date {
  color: var(--theme-color);
  font-size: 0.85rem;
  font-weight: 500;
  display: block;
  margin-top: 8px;
}

.services-carousel {
  padding: 3rem 0;
  position: relative;
}
.services-carousel .service-card {
  background: white;
  border-radius: 12px;
  padding: 2rem 1.5rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  height: 100%;
  width: 100%;
  max-width: 380px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.services-carousel .service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}
.services-carousel .card-icon {
  margin-bottom: 1.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.services-carousel .card-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #222;
}
.services-carousel .card-description {
  font-size: 0.95rem;
  color: #666;
  line-height: 1.6;
  margin-bottom: 0;
}
.services-carousel .swiper-button-prev,
.services-carousel .swiper-button-next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: white;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  color: var(--theme-color);
  transition: all 0.3s ease;
  top: 50%;
  transform: translateY(-50%);
}
.services-carousel .swiper-button-prev::after,
.services-carousel .swiper-button-next::after {
  display: none;
}
.services-carousel .swiper-button-prev:hover,
.services-carousel .swiper-button-next:hover {
  background: var(--theme-color);
  color: white;
  transform: translateY(-50%) scale(1.1);
}
.services-carousel .swiper-button-prev i,
.services-carousel .swiper-button-next i {
  font-size: 1.5rem;
}
.services-carousel .swiper-button-prev {
  left: -25px;
}
.services-carousel .swiper-button-next {
  right: -25px;
}
@media (max-width: 992px) {
  .services-carousel .swiper-button-prev {
    left: 0;
  }
  .services-carousel .swiper-button-next {
    right: 0;
  }
}
@media (max-width: 768px) {
  .services-carousel {
    padding: 2rem 0;
  }
  .services-carousel .service-card {
    padding: 1.5rem 1rem;
  }
  .services-carousel .card-title {
    font-size: 1.1rem;
  }
}

.property-highlights {
  margin-bottom: 3rem;
  padding: 2rem 0;
  background-color: #f9f9f9;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.property-highlights .highlights-row {
  justify-content: center;
}
.property-highlights .highlight-item {
  margin-bottom: 1.5rem;
  padding: 0 15px;
}
.property-highlights .highlight-box {
  text-align: center;
  padding: 1.5rem 1rem;
  background: white;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  height: 100%;
  transition: transform 0.3s ease;
}
.property-highlights .highlight-box:hover {
  transform: translateY(-5px);
}
.property-highlights .highlight-label {
  color: #666;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.property-highlights .highlight-value {
  color: var(--theme-color);
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .property-highlights .highlight-value {
    font-size: 1.2rem;
  }
}
@media (max-width: 768px) {
  .property-highlights {
    padding: 1.5rem 0;
  }
  .property-highlights .highlight-item {
    margin-bottom: 1rem;
  }
  .property-highlights .highlight-box {
    padding: 1rem 0.5rem;
  }
}

.tab-section {
  margin: 3rem 0;
}
.tab-section .tabsListContainer {
  border-bottom: 1px solid #ddd;
}
.tab-section .tab-header {
  margin-bottom: -1px;
}
.tab-section .selectTitle {
  text-align: center;
  padding: 0;
}
.tab-section .tab-title {
  width: 100%;
  padding: 1rem;
  background: transparent;
  border: none;
  border-bottom: 3px solid transparent;
  font-size: 1rem;
  font-weight: 600;
  color: #666;
  cursor: pointer;
  transition: all 0.3s ease;
}
.tab-section .tab-title:hover {
  color: var(--theme-color);
}
.tab-section .tab-title.active {
  color: var(--theme-color);
  border-bottom-color: var(--theme-color);
}
.tab-section .tab-content-container {
  padding: 2rem 0;
}
.tab-section .tab-content-container .tab-content {
  display: none;
  animation: fadeIn 0.5s ease;
}
.tab-section .tab-content-container .tab-content.active {
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.project-highlights {
  padding: 4rem 0;
  background-color: #fff;
}
.project-highlights .project-details {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .project-highlights .project-details {
    padding-right: 0;
  }
}
.project-highlights .section-title {
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  position: relative;
  padding-bottom: 0.75rem;
}
.project-highlights .section-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background-color: var(--theme-color);
}
.project-highlights .project-description {
  line-height: 1.8;
  font-size: 1rem;
}
.project-highlights .project-description p {
  margin-bottom: 1.5rem;
}
.project-highlights .project-gallery {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  position: relative;
}
.project-highlights .project-gallery .gallery-image {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.project-highlights .project-gallery .swiper-button-prev,
.project-highlights .project-gallery .swiper-button-next {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  color: white;
  transition: all 0.3s ease;
}
.project-highlights .project-gallery .swiper-button-prev::after,
.project-highlights .project-gallery .swiper-button-next::after {
  display: none;
}
.project-highlights .project-gallery .swiper-button-prev:hover,
.project-highlights .project-gallery .swiper-button-next:hover {
  background-color: var(--theme-color);
}
.project-highlights .project-gallery .swiper-button-prev i,
.project-highlights .project-gallery .swiper-button-next i {
  font-size: 1.25rem;
}
.project-highlights .project-gallery .swiper-button-prev {
  left: 15px;
}
.project-highlights .project-gallery .swiper-button-next {
  right: 15px;
}
@media (max-width: 768px) {
  .project-highlights {
    padding: 2rem 0;
  }
  .project-highlights .section-title {
    font-size: 1.5rem;
  }
  .project-highlights .project-gallery .gallery-image {
    height: 250px;
  }
}

#ProjectAmenities .amenitiesSwiper .swiper-slide {
  width: auto;
  max-width: 160px;
  margin-right: 50px;
}
#ProjectAmenities .amenitiesSwiper .swiper-slide .amenity-item {
  padding: 1rem;
  border-radius: 8px;
  background-color: #f8f9fa;
  transition: all 0.3s ease;
}
#ProjectAmenities .amenitiesSwiper .swiper-slide .amenity-item:hover {
  background-color: #e9ecef;
}
#ProjectAmenities .amenitiesSwiper .swiper-slide .amenity-item img {
  max-width: 64px;
  height: auto;
  display: block;
}
#ProjectAmenities .amenitiesSwiper .swiper-slide .amenity-item small {
  display: block;
  margin-top: 0.5rem;
}
#ProjectAmenities .amenitiesSwiper .swiper-button-prev,
#ProjectAmenities .amenitiesSwiper .swiper-button-next {
  top: 40%;
  width: auto;
  color: var(--theme-color);
}
#ProjectAmenities .amenitiesSwiper .swiper-button-prev i,
#ProjectAmenities .amenitiesSwiper .swiper-button-next i {
  font-size: 1.5rem;
}

.property-types-section {
  padding: 3rem 0;
  background-color: #fff;
}
.property-types-section .section-title {
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.property-types-section .table-subtitle {
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.property-types-section .table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.property-types-section .property-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 800px;
}
.property-types-section .property-table thead {
  background-color: #f8f9fa;
  border-bottom: 2px solid var(--theme-color);
}
.property-types-section .property-table th, .property-types-section .property-table td {
  padding: 1rem;
  text-align: left;
}
.property-types-section .property-table .table-header {
  font-size: 0.9rem;
  font-weight: 600;
  color: #333;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.property-types-section .property-table .table-data {
  font-size: 0.95rem;
  margin: 0;
  vertical-align: middle;
}
.property-types-section .property-table tbody tr {
  border-bottom: 1px solid #eee;
  transition: background-color 0.3s ease;
}
.property-types-section .property-table tbody tr:hover {
  background-color: #f9f9f9;
}
.property-types-section .property-table tbody tr:last-child {
  border-bottom: none;
}
.property-types-section .property-table .text-center {
  text-align: center;
}
.property-types-section .table-btn {
  background-color: var(--theme-color);
  color: white;
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  font-size: 0.85rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  display: block;
  margin: 0 auto;
  min-width: 80px;
}
.property-types-section .table-btn:hover {
  background-color: var(--theme-color);
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(231, 231, 231, 0.3);
}
.property-types-section .table-btn:active {
  transform: translateY(0);
}
@media (max-width: 768px) {
  .property-types-section {
    padding: 2rem 0;
  }
  .property-types-section .section-title {
    font-size: 1.5rem;
  }
  .property-types-section .property-table th, .property-types-section .property-table td {
    padding: 0.75rem 0.5rem;
  }
  .property-types-section .property-table .table-header {
    font-size: 0.8rem;
  }
  .property-types-section .property-table .table-data {
    font-size: 0.85rem;
  }
  .property-types-section .table-btn {
    padding: 0.4rem 0.8rem;
    font-size: 0.8rem;
  }
}

.custom-modal {
  border-radius: 0.5rem;
  overflow: hidden;
}
.custom-modal .modal-header .btn-close {
  filter: invert(35%) sepia(70%) saturate(2000%) hue-rotate(190deg) brightness(90%) contrast(95%);
}
.custom-modal .modal-body {
  background-color: #ffffff;
}
.custom-modal .form-control,
.custom-modal .form-select {
  border-radius: 0.25rem;
  box-shadow: none;
}
.custom-modal .form-control:focus,
.custom-modal .form-select:focus {
  border-color: var(--theme-color);
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}
.custom-modal .btn-primary {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
.custom-modal .btn-primary:hover {
  background-color: #0b5ed7;
  border-color: #0a58ca;
}
.custom-modal .bg-light {
  background-color: #f8f9fa !important;
}
@media (max-width: 767.98px) {
  .custom-modal .modal-body .row {
    flex-direction: column;
  }
  .custom-modal .modal-body .col-lg-5,
  .custom-modal .modal-body .col-lg-7 {
    border: none !important;
  }
}

.modal-content {
  border-radius: 12px;
  overflow: hidden;
}

.priceLabel {
  font-size: 1rem;
  color: #333;
}

.table th,
.table td {
  vertical-align: middle;
}

.tblThText,
.tblTdText {
  font-size: 0.95rem;
}

.bi-x-circle {
  font-size: 1.5rem;
  cursor: pointer;
}

.frmSearcBar {
  position: relative;
}
.frmSearcBar input {
  width: 100%;
  padding: 0.75rem 2.5rem 0.75rem 1rem;
  border: 1px solid #ccc;
  border-radius: 0.5rem;
}
.frmSearcBar button {
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #333;
  font-size: 1rem;
}
.frmSearcBar button i {
  pointer-events: none;
}

.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #25D366;
  color: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1050;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in-out;
}
.whatsapp-float:hover {
  background-color: #1ebe5d;
  text-decoration: none;
}

.single-ready .mb-3 {
  margin-bottom: 1rem !important;
}
.single-ready .position-relative {
  position: relative !important;
}
.single-ready .text-white {
  color: white !important;
}
.single-ready .fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}
.single-ready .img-fluid {
  max-width: 100%;
  height: auto;
}
.single-ready .swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.single-ready .swiperThumbnailSlider {
  height: 400px;
  margin-bottom: 10px;
}
.single-ready .swiperThumbnailSlider .swiper-slide {
  width: 100%;
  height: 100%;
}
.single-ready .swiperThumbnailSlider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-ready .swiperThumbnailSlider .swiper-button-next,
.single-ready .swiperThumbnailSlider .swiper-button-prev {
  width: 40px;
  height: 40px;
  background-color: var(--theme-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-ready .swiperThumbnailSlider .swiper-button-next::after,
.single-ready .swiperThumbnailSlider .swiper-button-prev::after {
  display: none;
}
.single-ready .swiperThumbnailSlider .swiper-button-next i,
.single-ready .swiperThumbnailSlider .swiper-button-prev i {
  font-size: 24px;
}
.single-ready .sliderThumbnailArea .swiper {
  height: 140px;
}
.single-ready .sliderThumbnailArea .swiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
  cursor: pointer;
}
.single-ready .sliderThumbnailArea .swiper .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.single-ready .sliderThumbnailArea .swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-ready .amenities-section .mainHead h4 {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--theme-color);
}
.single-ready .amenities-section .amenity-item {
  transition: all 0.3s ease;
}
.single-ready .amenities-section .amenity-item:hover {
  transform: translateY(-5px);
}
.single-ready .amenities-section .amenityImg {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5rem;
}
.single-ready .amenities-section .amenityImg img {
  max-width: 100%;
  height: auto;
}
.single-ready .amenities-section .amenity-label {
  font-size: 0.9rem;
  font-weight: 500;
  color: #333;
  display: block;
}
.single-ready .amenities-section .amenitiesSwiper {
  padding: 0 2rem;
}
.single-ready .amenities-section .amenitiesSwiper .swiper-slide {
  width: auto;
  padding: 0 10px;
}
.single-ready .amenities-section .amenitiesSwiper .swiper-button-next,
.single-ready .amenities-section .amenitiesSwiper .swiper-button-prev {
  color: var(--theme-color);
  width: 30px;
  height: 30px;
  background: white;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.single-ready .amenities-section .amenitiesSwiper .swiper-button-next::after,
.single-ready .amenities-section .amenitiesSwiper .swiper-button-prev::after {
  font-size: 1rem;
  font-weight: bold;
}
.single-ready .about-project-section .mainHead h4, .single-ready .about-project-section .mainHead h5 {
  color: var(--theme-color);
  font-weight: 600;
}
.single-ready .about-project-section .proColImgBox {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.single-ready .about-project-section .proColImgBox .swiper {
  border-radius: 8px;
  overflow: hidden;
}
.single-ready .about-project-section .proColImgBox .swiper .swiper-slide img {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.single-ready .about-project-section .proColImgBox .swiper .swiper-button-prev,
.single-ready .about-project-section .proColImgBox .swiper .swiper-button-next {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
}
.single-ready .about-project-section .proColImgBox .swiper .swiper-button-prev::after,
.single-ready .about-project-section .proColImgBox .swiper .swiper-button-next::after {
  color: white;
  font-size: 20px;
  font-weight: bold;
}
.single-ready .about-project-section .clBoxList .clBoxitem {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.single-ready .about-project-section .clBoxList .clBoxitem .circleImgBox {
  width: 50px;
  height: 50px;
  background-color: #f5f5f5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
.single-ready .about-project-section .clBoxList .clBoxitem .circleImgBox .iconImg {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}
.single-ready .about-project-section .clBoxList .clBoxitem .clBoxitemitem h5 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0;
  color: #333;
}
.single-ready .about-project-section .clBoxList .clBoxitem .clBoxitemitem p {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 0;
  text-transform: uppercase;
}
.single-ready .about-project-section .project-description {
  margin-top: 20px;
}
.single-ready .about-project-section .project-description .project-content p {
  font-size: 1rem;
  line-height: 1.6;
  color: #555;
}
.single-ready .about-project-section .project-description .bdrBtn {
  display: inline-block;
  padding: 8px 20px;
  border: 1px solid var(--theme-color);
  color: var(--theme-color);
  border-radius: 4px;
  transition: all 0.3s;
}
.single-ready .about-project-section .project-description .bdrBtn:hover {
  background-color: var(--theme-color);
  color: white;
  text-decoration: none;
}
.single-ready .qr-code-img {
  width: 16%;
}
.single-ready .property-details-sidebar .rowFlexBar {
  display: flex;
  flex-wrap: wrap;
}
.single-ready .property-details-sidebar .rowFlexBar .mdColBar {
  flex: 1;
  min-width: 50%;
}
.single-ready .property-details-sidebar .proInfoList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.single-ready .property-details-sidebar .proInfoList .liBar {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.single-ready .property-details-sidebar .proInfoList .liBar:last-child {
  margin-bottom: 0;
}
.single-ready .property-details-sidebar .proInfoList .liBar img {
  margin-right: 8px;
}
.single-ready .property-details-sidebar .proInfoList .liBar a {
  color: var(--theme-color);
  transition: color 0.3s;
}
.single-ready .property-details-sidebar .proInfoList .liBar a:hover {
  color: var(--theme-color);
}
.single-ready .property-details-sidebar .proUserBox .projctSpecIMg {
  padding: 4px 4px;
  box-shadow: 1px 1px 20px 2px #ebebeb;
  border-radius: 50%;
}
.single-ready .property-details-sidebar .proUserBox .projctSpecIMg img {
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-ready .property-details-sidebar .proUserBox .proUserBoxContent {
  width: 100%;
}
.single-ready .property-details-sidebar .proUserBox .proUserBoxContent .call-btn {
  width: 100%;
}
.single-ready .property-details-sidebar .proUserBox .Probtn {
  display: inline-block;
  padding: 8px 15px;
  border-radius: 4px;
  color: white;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  transition: all 0.3s;
  margin-right: 8px;
  margin-bottom: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
}
.single-ready .property-details-sidebar .proUserBox .Probtn.bg-primary {
  background-color: var(--theme-color) !important;
  border: 1px solid var(--theme-color);
}
.single-ready .property-details-sidebar .proUserBox .Probtn.bg-primary:hover {
  background-color: var(--theme-color);
}
.single-ready .property-details-sidebar .proUserBox .Probtn.whatsappBtn {
  background-color: #25D366;
  border: 1px solid #25D366;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
}
.single-ready .property-details-sidebar .proUserBox .Probtn.whatsappBtn:hover {
  background-color: #25D366;
}
.single-ready .property-details-sidebar .proUserBox .Probtn i {
  margin-right: 8px;
  font-size: 20px;
}
.single-ready .property-details-sidebar .proUserBox .BtnsflexBar {
  display: flex;
}
.single-ready .property-details-sidebar .proUserBox .scheduleBtn {
  display: block;
  width: 100%;
}
.single-ready .property-details-sidebar .community-section {
  border-radius: 8px;
}
.single-ready .property-details-sidebar .community-section .communityProjectSwiper {
  border-radius: 8px;
  overflow: hidden;
}
.single-ready .property-details-sidebar .community-section .communityProjectSwiper .swiper-slide img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.single-ready .property-details-sidebar .community-section .communityProjectSwiper .swiper-button-prev,
.single-ready .property-details-sidebar .community-section .communityProjectSwiper .swiper-button-next {
  width: 30px;
  height: 30px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
}
.single-ready .property-details-sidebar .community-section .communityProjectSwiper .swiper-button-prev::after,
.single-ready .property-details-sidebar .community-section .communityProjectSwiper .swiper-button-next::after {
  color: white;
  font-size: 16px;
  font-weight: bold;
}
.single-ready .similar-properties-section {
  margin-top: 30px;
}
.single-ready .similar-properties-section .projectSlider {
  padding: 10px 0;
}
.single-ready .similar-properties-section .projectSlider .swiper-slide {
  height: auto;
}
.single-ready .similar-properties-section .projectSlider .swiper-slide .propCard {
  border: none;
  transition: transform 0.3s, box-shadow 0.3s;
  height: 100%;
}
.single-ready .similar-properties-section .projectSlider .swiper-slide .propCard:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.single-ready .similar-properties-section .projectSlider .swiper-slide .projectImgCont {
  position: relative;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
}
.single-ready .similar-properties-section .projectSlider .swiper-slide .projectImgCont .propImg {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s;
}
.single-ready .similar-properties-section .projectSlider .swiper-slide .projectImgCont .propImg:hover {
  transform: scale(1.05);
}
.single-ready .similar-properties-section .projectSlider .swiper-slide .projectImgCont .projectImgOverlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
}
.single-ready .similar-properties-section .projectSlider .swiper-slide .projectImgCont .projectImgOverlay .projectType {
  background-color: var(--theme-color);
  color: white;
  padding: 4px 8px;
  border-radius: 4px;
}
.single-ready .similar-properties-section .projectSlider .swiper-slide .card-body {
  border: 1px solid #eee;
  border-top: none;
  border-radius: 0 0 8px 8px;
}
.single-ready .similar-properties-section .projectSlider .swiper-slide .card-body h6 {
  transition: color 0.3s;
}
.single-ready .similar-properties-section .projectSlider .swiper-slide .card-body h6:hover {
  color: var(--theme-color);
}
.single-ready .similar-properties-section .projectSlider .swiper-slide .card-body .text-primary {
  color: var(--theme-color) !important;
}
.single-ready .similar-properties-section .projectSlider .swiper-slide .card-body ul li {
  display: flex;
  align-items: center;
}
.single-ready .similar-properties-section .projectSlider .swiper-slide .card-body ul li img {
  margin-right: 5px;
}
.single-ready .similar-properties-section .projectSlider .swiper-button-next,
.single-ready .similar-properties-section .projectSlider .swiper-button-prev {
  width: 40px;
  height: 40px;
  background-color: white;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  color: var(--theme-color);
}
.single-ready .similar-properties-section .projectSlider .swiper-button-next::after,
.single-ready .similar-properties-section .projectSlider .swiper-button-prev::after {
  font-size: 20px;
  font-weight: bold;
}
.single-ready .similar-properties-section .projectSlider .swiper-button-next:hover,
.single-ready .similar-properties-section .projectSlider .swiper-button-prev:hover {
  background-color: var(--theme-color);
  color: white;
}
.single-ready .similar-properties-section .projectSlider .swiper-button-next {
  right: 10px;
}
.single-ready .similar-properties-section .projectSlider .swiper-button-prev {
  left: 10px;
}

.communities-mangae {
  /* Community Section Styles */
  /* Swiper Custom Arrows */
  /* Section anchors */
}
.communities-mangae .community-section {
  padding: 2rem 0;
}
.communities-mangae .mainHead {
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.communities-mangae .mainHead h4 {
  font-size: 2rem;
  color: var(--theme-color);
}
.communities-mangae .communityImgCont {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  height: 400px;
}
.communities-mangae .communityImgCont img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.communities-mangae .communityTab {
  background-color: #f8f9fa;
  border-radius: 8px;
  padding: 1rem;
  text-align: center;
  transition: all 0.3s ease;
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}
.communities-mangae .communityTab:hover {
  background-color: var(--theme-color);
  color: white !important;
  transform: translateY(-3px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.communities-mangae .communityTab h3 {
  font-size: 1.2rem;
  margin: 0;
}
.communities-mangae .trix-content {
  color: #4a4a4a;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.6;
}
.communities-mangae .custom-prev-arrow,
.communities-mangae .custom-next-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.communities-mangae .custom-prev-arrow:hover,
.communities-mangae .custom-next-arrow:hover {
  background-color: var(--theme-color);
}
.communities-mangae .custom-prev-arrow {
  left: 10px;
}
.communities-mangae .custom-next-arrow {
  right: 10px;
}
.communities-mangae .custom-prev-arrow i,
.communities-mangae .custom-next-arrow i {
  font-size: 1.5rem;
  color: white;
}
.communities-mangae #highlight, .communities-mangae #amenities, .communities-mangae #properties {
  scroll-margin-top: 100px;
}

.nearby-section-comm {
  margin-top: 30px;
}
.nearby-section-comm .btnNearby {
  background-color: #f5f5f5;
  color: #333;
  border: none;
  padding: 10px;
  font-size: 0.9rem;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.nearby-section-comm .btnNearby:hover {
  background-color: var(--theme-color);
  color: #fff;
}
.nearby-section-comm .mapContainer #map {
  width: 100%;
  height: 400px;
  background-color: #eaeaea;
  border-radius: 8px;
}

/* Highlights Section Styles */
.highlight-section {
  padding: 3rem 0;
  /* Swiper Navigation Buttons */
  /* Responsive adjustments */
}
.highlight-section .mainHead {
  font-weight: 700;
  margin-bottom: 2rem;
}
.highlight-section .mainHead h4 {
  font-size: 2rem;
  color: var(--theme-color);
}
.highlight-section .highlightSwiper {
  padding: 0 3rem;
}
.highlight-section .highlight-card {
  background: var(--theme-color);
  border-radius: 0;
  border: none;
  transition: transform 0.3s ease;
  height: 100%;
}
.highlight-section .highlight-card:hover {
  transform: translateY(-5px);
}
.highlight-section .communityhightCardBody p {
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.highlight-section .img {
  filter: brightness(7.5);
}
.highlight-section .swiper-button-next,
.highlight-section .swiper-button-prev {
  width: 40px;
  height: 40px;
  background-color: white;
  border-radius: 50%;
  color: var(--theme-color);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.highlight-section .swiper-button-next::after,
.highlight-section .swiper-button-prev::after {
  content: none;
}
.highlight-section .swiper-button-next i,
.highlight-section .swiper-button-prev i {
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .highlight-section .highlightSwiper {
    padding: 0 1.5rem;
  }
  .highlight-section .communityhightCardBody p {
    font-size: 1rem;
  }
}

.amenities-section {
  /* Amenities Section Styles */
  /* Swiper Navigation Buttons */
  /* Responsive adjustments */
}
.amenities-section .amenities-section {
  padding: 2rem 0 3rem;
  overflow: hidden;
}
.amenities-section .mainHead {
  font-weight: 700;
  margin-bottom: 2rem;
}
.amenities-section .mainHead h4 {
  font-size: 2rem;
  color: var(--theme-color);
}
.amenities-section .aamenitiesSwiper {
  padding: 0 3rem;
}
.amenities-section .amenityImg {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f8f9fa;
  border-radius: 50%;
  padding: 10px;
  transition: all 0.3s ease;
}
.amenities-section .amenityImg img {
  max-width: 100%;
  height: auto;
}
.amenities-section .aamenitiesSwiper .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  width: auto !important;
}
.amenities-section .aamenitiesSwiper .swiper-slide small {
  font-size: 0.875rem;
  font-weight: 500;
  color: #333;
  transition: color 0.3s ease;
  white-space: nowrap;
}
.amenities-section .aamenitiesSwiper .swiper-slide:hover .amenityImg {
  background-color: var(--theme-color);
}
.amenities-section .aamenitiesSwiper .swiper-slide:hover .amenityImg img {
  filter: brightness(0) invert(1);
}
.amenities-section .aamenitiesSwiper .swiper-slide:hover small {
  color: var(--theme-color);
}
.amenities-section .swiper-button-next,
.amenities-section .swiper-button-prev {
  width: 40px;
  height: 40px;
  background-color: white;
  border-radius: 50%;
  color: var(--theme-color);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.amenities-section .swiper-button-next::after,
.amenities-section .swiper-button-prev::after {
  content: none;
}
.amenities-section .swiper-button-next i,
.amenities-section .swiper-button-prev i {
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .amenities-section .aamenitiesSwiper {
    padding: 0 1.5rem;
  }
  .amenities-section .amenityImg {
    width: 50px;
    height: 50px;
  }
}

/* Properties Section Styles */
.properties-section {
  padding: 2rem 0;
  /* Swiper Navigation Buttons */
  /* Responsive adjustments */
}
.properties-section .mainHead {
  font-weight: 700;
  margin-bottom: 2rem;
}
.properties-section .mainHead h4 {
  font-size: 2rem;
  color: var(--theme-color);
}
.properties-section .sctionCommunitySubTitle {
  font-size: 1.25rem;
  font-weight: 600;
}
.properties-section .bdrBtn {
  display: inline-block;
  padding: 0.375rem 0.75rem;
  border-radius: 0.25rem;
  transition: all 0.3s ease;
}
.properties-section .bdrBtn:hover {
  background-color: var(--theme-color);
  color: white !important;
}
.properties-section .projectSlider {
  padding-bottom: 3rem;
}
.properties-section .propCard {
  border: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}
.properties-section .propCard:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.properties-section .projectImgCont {
  position: relative;
  overflow: hidden;
  height: 200px;
}
.properties-section .propImg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.properties-section .propCard:hover .propImg {
  transform: scale(1.05);
}
.properties-section .projectImgOverlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.7) 100%);
}
.properties-section .projectType {
  background-color: var(--theme-color);
  color: white;
  padding: 0.25rem 0.5rem;
}
.properties-section .communityPropertyCard {
  padding: 1.25rem;
  border: 1px solid #dee2e6;
  border-top: none;
}
.properties-section .fs-16 {
  font-size: 1rem;
}
.properties-section .fs-18 {
  font-size: 1.125rem;
}
.properties-section .fs-10 {
  font-size: 0.625rem;
}
.properties-section .swiperUniquePrev,
.properties-section .swiperUniqueNext {
  width: 40px;
  height: 40px;
  background-color: white;
  border-radius: 50%;
  color: var(--theme-color);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  top: 40%;
}
.properties-section .swiperUniquePrev::after,
.properties-section .swiperUniqueNext::after {
  content: none;
}
.properties-section .swiperUniquePrev i,
.properties-section .swiperUniqueNext i {
  font-size: 1.5rem;
}
.properties-section .swiperUniquePrev {
  left: 10px;
}
.properties-section .swiperUniqueNext {
  right: 10px;
}
@media (max-width: 768px) {
  .properties-section .projectImgCont {
    height: 150px;
  }
  .properties-section .fs-16 {
    font-size: 0.875rem;
  }
  .properties-section .fs-18 {
    font-size: 1rem;
  }
}

.neighborhood .mainHead h4 {
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
}
.neighborhood .propCard {
  border: none;
  transition: transform 0.3s ease;
  overflow: hidden;
}
.neighborhood .propCard:hover {
  transform: translateY(-5px);
}
.neighborhood .projectImgCont {
  height: 180px;
  overflow: hidden;
}
.neighborhood .propImg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.neighborhood .propCard:hover .propImg {
  transform: scale(1.05);
}
.neighborhood .nearByCommunityCardBody {
  background-color: #fff;
  padding: 1rem;
}
.neighborhood .nearByCommunityCardBody h5 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0;
}
.neighborhood .swiperUniquePrev,
.neighborhood .swiperUniqueNext {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--theme-color);
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.neighborhood .swiperUniquePrev {
  left: 10px;
}
.neighborhood .swiperUniqueNext {
  right: 10px;
}
.neighborhood .swiperUniquePrev:hover,
.neighborhood .swiperUniqueNext:hover {
  background: white;
}
.neighborhood .swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.single-developer .text-primary {
  color: var(--theme-color) !important;
}
.single-developer .mainHead h4 {
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
}
.single-developer .communityDataMainSwiper {
  position: relative;
  padding: 0 50px;
}
.single-developer .communityImgCont {
  height: 400px;
  overflow: hidden;
  border-radius: 8px;
}
.single-developer .communityGalleryImage {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.single-developer .slide-item:hover .communityGalleryImage {
  transform: scale(1.03);
}
.single-developer .custom-prev-arrow,
.single-developer .custom-next-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  color: white;
  transition: background-color 0.3s ease;
}
.single-developer .custom-prev-arrow:hover,
.single-developer .custom-next-arrow:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.single-developer .custom-prev-arrow {
  left: 0;
}
.single-developer .custom-next-arrow {
  right: 0;
}
.single-developer .trix-content p {
  margin-bottom: 1rem;
  line-height: 1.6;
}

.project-swiper .text-primary {
  color: var(--theme-color) !important;
}
.project-swiper .mainHead h4 {
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
}
.project-swiper .communityDataMainSwiper {
  position: relative;
  padding: 0 50px;
}
.project-swiper .communityImgCont {
  height: 400px;
  overflow: hidden;
  border-radius: 8px;
}
.project-swiper .communityGalleryImage {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.project-swiper .slide-item:hover .communityGalleryImage {
  transform: scale(1.03);
}
.project-swiper .custom-prev-arrow,
.project-swiper .custom-next-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  color: white;
  transition: background-color 0.3s ease;
}
.project-swiper .custom-prev-arrow:hover,
.project-swiper .custom-next-arrow:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.project-swiper .custom-prev-arrow {
  left: 0;
}
.project-swiper .custom-next-arrow {
  right: 0;
}
.project-swiper .trix-content p {
  margin-bottom: 1rem;
  line-height: 1.6;
}

.project-swiper {
  position: relative;
  overflow: hidden;
}
.project-swiper .projectDataMainSwiper {
  width: 100%;
  position: relative;
}
.project-swiper .swiper-slide {
  width: 820px !important;
  height: 420px;
  flex-shrink: 0;
  margin-right: 0 !important;
}
.project-swiper .swiper-wrapper {
  display: flex;
  gap: 0 !important;
  align-items: center;
}
.project-swiper .communityGalleryImage {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 !important;
  margin: 0;
}
.project-swiper .custom-prev-arrow,
.project-swiper .custom-next-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  color: white;
  transition: background-color 0.3s ease;
}
.project-swiper .custom-prev-arrow:hover,
.project-swiper .custom-next-arrow:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.project-swiper .custom-prev-arrow {
  left: 10px;
}
.project-swiper .custom-next-arrow {
  right: 10px;
}
.project-swiper .address-overlay {
  position: absolute;
  top: 10%;
  z-index: 20;
  background: rgba(0, 0, 0, 0.5);
  padding: 1rem 2rem;
  border-radius: 10px;
  max-width: 600px;
  transition: transform 0.3s ease;
  left: calc(60% - 500px);
}
.project-swiper .d-none {
  display: none !important;
}
@media (max-width: 768px) {
  .project-swiper .address-overlay {
    left: 0;
  }
}

.about-developers {
  /* Responsive adjustments */
}
.about-developers .AboutDeveloper {
  padding: 3rem 0;
}
.about-developers .sctionMdTitle {
  font-size: 1.75rem;
  font-weight: 600;
}
.about-developers .secContent {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about-developers .fs-14 {
  font-size: 0.875rem;
}
.about-developers .text-secondary {
  color: #6c757d !important;
}
.about-developers .bdrBtn {
  display: inline-block;
  padding: 0.5rem 1rem;
  border: 1.5px solid var(--theme-color);
  color: var(--theme-color);
  border-radius: 0.25rem;
  transition: all 0.3s ease;
  width: -moz-fit-content;
  width: fit-content;
}
.about-developers .bdrBtn:hover {
  background-color: var(--theme-color);
  color: white !important;
  text-decoration: none;
}
.about-developers .colmImgBox {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.about-developers .clmContainImg {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .about-developers .AboutDeveloper {
    padding: 2rem 0;
  }
  .about-developers .colmImgBox {
    margin-top: 2rem;
    padding: 0;
  }
  .about-developers .sctionMdTitle {
    font-size: 1.5rem;
  }
  .about-developers .colmImgBox a {
    max-width: 56%;
    height: auto;
    text-align: center;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.amenityImg-overlay img {
  filter: brightness(0) saturate(100%) sepia(100%) hue-rotate(330deg) saturate(500%) brightness(92%);
}

/* Dubai Guides Section */
.guide-slider {
  padding: 60px 0;
}
.guide-slider .title {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 2rem;
  color: var(--theme-color);
}
.guide-slider .slider-wrapper {
  position: relative;
}
.guide-slider .slider-wrapper .swiper {
  overflow: hidden;
}
@media (min-width: 578px) {
  .guide-slider .slider-wrapper .swiper-slide {
    width: 900px !important;
    max-width: 100%;
    margin: 0 !important;
    position: relative;
    overflow: hidden;
  }
}
.guide-slider .slider-wrapper .swiper-slide {
  width: 900px;
  max-width: 100%;
  margin: 0;
  position: relative;
  overflow: hidden;
}
.guide-slider .slider-wrapper .swiper-slide img {
  width: 100%;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
}
.guide-slider .slider-wrapper .swiper-slide .slide-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 2rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  color: #fff;
}
.guide-slider .slider-wrapper .swiper-slide .slide-caption h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 700;
}
.guide-slider .slider-wrapper .swiper-slide .slide-caption a.btn {
  background-color: #ec5c23;
  color: #fff;
  padding: 0.5rem 1.2rem;
  border: none;
  font-weight: 600;
  border-radius: 6px;
  font-size: 0.875rem;
}
.guide-slider .slider-wrapper .custom-prev,
.guide-slider .slider-wrapper .custom-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
}
.guide-slider .slider-wrapper .custom-prev i,
.guide-slider .slider-wrapper .custom-next i {
  font-size: 1.2rem;
}
.guide-slider .slider-wrapper .custom-prev {
  left: -10px;
}
.guide-slider .slider-wrapper .custom-next {
  right: -10px;
}
@media (max-width: 576px) {
  .guide-slider .swiper-slide img {
    height: 280px;
  }
  .guide-slider .swiper-slide .slide-caption {
    padding: 1rem;
  }
  .guide-slider .swiper-slide .slide-caption h3 {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
  }
  .guide-slider .swiper-slide .slide-caption a.btn {
    font-size: 0.75rem;
    padding: 0.4rem 1rem;
  }
  .guide-slider .custom-prev,
  .guide-slider .custom-next {
    width: 30px;
    height: 30px;
  }
  .guide-slider .custom-prev i,
  .guide-slider .custom-next i {
    font-size: 1rem;
  }
}

.faqSearchBar {
  display: flex;
  max-width: 600px;
  margin: 0 auto;
}

.searchInputField {
  flex: 1;
  padding: 0.75rem 1rem;
  border: 1px solid #dee2e6;
  border-radius: 4px 0 0 4px;
  outline: none;
}

.searchBtn {
  background-color: var(--theme-color);
  color: white;
  border: none;
  padding: 0 1.5rem;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
  transition: all 0.3s ease;
}

.searchBtn:hover {
  background-color: #0b5ed7;
}

.searchIcon {
  margin-right: 0.5rem;
}

#no-results {
  display: none;
}

.project-dropdown select {
  width: 100%;
  padding: 10px 12px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 6px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  color: #666;
}

/* Fix overlapping flag and input padding */
.iti {
  width: 100%;
}

.iti input {
  padding-left: 60px !important; /* Enough space for flag + code */
  box-sizing: border-box;
}

.iti__flag-container {
  z-index: 10 !important; /* Keep above all */
}

.iti--allow-dropdown input {
  padding-left: 60px !important;
}

.iti--separate-dial-code .iti__selected-dial-code {
  padding-right: 16px;
  margin-left: 6px;
  z-index: 7;
  background: #f2f2f2;
}

p .iti--allow-dropdown {
  display: none;
}

p .iti--separate-dial-code {
  display: none;
}

p .wpcf7-form-control-wrap .iti--allow-dropdown {
  display: block !important;
}

p .wpcf7-form-control-wrap .iti--separate-dial-code {
  display: block !important;
}

.single-blog-page .swiper {
  width: 100%;
  height: 100%;
}
.single-blog-page .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.single-blog-page .swiper-slide img {
  display: block;
  width: 100%;
  height: 300px;
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-blog-page .Probtn {
  display: inline-block;
  padding: 8px 15px;
  border-radius: 4px;
  color: white;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  transition: all 0.3s;
  margin-right: 8px;
  margin-bottom: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
}
.single-blog-page .btnFlxClm {
  display: flex;
  gap: 23px;
}
.single-blog-page .bg-primary {
  background-color: var(--theme-color) !important;
  border: 1px solid var(--theme-color);
}
.single-blog-page .bg-primary:hover {
  background-color: var(--theme-color);
}
.single-blog-page .whatsappBtn {
  margin: 20px 0px;
  background-color: #25D366;
  border: 1px solid #25D366;
  display: flex;
  padding: 6px;
  border-radius: 35px;
  color: white;
  justify-content: center;
  align-items: center;
  width: 50%;
}
.single-blog-page .whatsappBtn:hover {
  background-color: #fff;
  color: #25D366;
}
.single-blog-page .whatsappBtn i {
  margin-right: 2px;
}
.single-blog-page .email {
  margin: 20px 0px;
  background: white;
  border: 1px solid #3E65CF;
  display: flex;
  padding: 6px;
  color: #3E65CF !important;
  border-radius: 35px;
  color: white;
  justify-content: center;
  align-items: center;
  width: 50%;
}
.single-blog-page .email:hover {
  background-color: #3E65CF;
  color: #fff !important;
}
.single-blog-page .email i {
  margin-right: 2px;
}
.single-blog-page .socialIconsList {
  display: flex;
  gap: 16px;
}
.single-blog-page .socialIconsList button {
  border-radius: 46px;
  background: rgba(132, 132, 132, 0);
  display: flex;
  padding: 6px;
  border: 1px solid #b3b3b3;
}
.single-blog-page .card {
  border: none;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.single-blog-page .card img {
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-blog-page .swiper-button-next,
.single-blog-page .swiper-button-prev {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.single-blog-page .top-swiper .swiper-button-prev,
.single-blog-page .bottom-swiper .swiper-button-prev {
  display: none;
}
.single-blog-page .topBannerSwiper .swiper-button-prev:after, .single-blog-page .swiper-rtl .swiper-button-next:after {
  content: "prev";
  display: none;
}
.single-blog-page .topBannerSwiper .swiper-button-next:after, .single-blog-page .swiper-rtl .swiper-button-prev:after {
  content: "next";
  display: none;
}
.single-blog-page .mediaSwiper .swiper-button-next:after, .single-blog-page .swiper-rtl .swiper-button-prev:after {
  content: "next";
  display: none;
}
.single-blog-page .mediaSwiper .swiper-button-prev:after, .single-blog-page .swiper-rtl .swiper-button-next:after {
  content: "prev";
  display: none;
}
@media (max-width: 768px) {
  .single-blog-page .swiper-slide img {
    height: 250px;
  }
  .single-blog-page .card img {
    height: 150px;
  }
}/*# sourceMappingURL=style.css.map */