@charset "UTF-8";
:root {
  --theme-fs: 19px;
  --theme-color-primary: #000000;
  --theme-color-secondary: #141515;
  --theme-header-background-color: #000000;
  --theme-header-text-color: #757575;
  --theme-primary-nav-color: #ffffff;
  --theme-body-text-color: #000000;
  --theme-body-link-color: #0783BE;
  --theme-footer-background-color: #000000;
  --theme-footer-title-color: #ffffff;
  --theme-footer-text-color: #757575;
  --theme-footer-nav-color: #ffffff;
  --theme-color-white: #ffffff;
  --theme-color-black: #000000;
  --theme-color-grey: #28282bcf;
  --theme-button-color: #ffffff;
  --theme-footer-divider-color: #161616;
  --theme-color-border: #dddddd;
  --section-padding-y: 56px;
  --section-padding-x: 16px;
  --vc-row-padding-y: 30px;
  --max-width-laptop: 1300px;
}

.amiri-regular {
  font-family: "Amiri", serif;
  font-weight: 400;
  font-style: normal;
}

.amiri-bold {
  font-family: "Amiri", serif;
  font-weight: 700;
  font-style: normal;
}

.amiri-regular-italic {
  font-family: "Amiri", serif;
  font-weight: 400;
  font-style: italic;
}

.amiri-bold-italic {
  font-family: "Amiri", serif;
  font-weight: 700;
  font-style: italic;
}

.swiper {
  width: 100%;
  min-height: 200px;
}

.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  border-radius: 8px;
  height: auto;
}

.splide {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.splide .splide__track {
  height: 100%;
  width: 100%;
}
.splide .splide__slide {
  background-position: center;
  background-size: cover;
}

html,
body {
  padding: 0;
  margin: 0;
  height: 100%;
  color: var(--theme-body-text-color);
  font-size: var(--theme-fs);
  font-family: "Amiri", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h6,
h6 {
  padding: 0px;
  margin: 0px;
  list-style: none;
  color: var(--theme-color-secondary);
  font-family: "Amiri", serif;
  font-weight: 700;
  font-style: normal;
}

ul,
ol {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

h2 {
  font-size: 23px;
}

h3 {
  font-size: 21px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 15px;
}

h6 {
  font-size: 12px;
}

a,
a:hover,
a:active {
  text-decoration: none;
  color: inherit;
}

body {
  display: flex;
  flex-direction: column;
}

.header {
  background-color: var(--theme-header-background-color);
  color: var(--theme-header-text-color);
  height: 100px;
}
.header .btn-call {
  border-radius: 5px;
  position: relative;
  padding: 10px 20px;
  overflow: hidden;
  color: var(--theme-color-primary);
}
.header .btn-call::before {
  content: "";
  display: block;
  background-color: var(--theme-color-white);
  opacity: 0.8;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.header .btn-call span {
  position: relative;
  z-index: 1;
}
.header .btn-call .fa {
  margin-right: 5px;
}

.page-heading-banner .banner-heading {
  position: relative;
  z-index: 1;
  text-align: left;
}
.page-heading-banner .banner-breadcrumbs {
  padding: 32px 16px 0;
}
.page-heading-banner .banner-developer {
  color: var(--theme-color-white);
}
.page-heading-banner .banner-developer span {
  font-family: "Amiri", serif;
  font-weight: 700;
  font-style: normal;
}
.page-heading-banner .container {
  margin: 0 auto;
  padding: var(--section-padding-y) var(--section-padding-x);
  width: 100%;
}
.page-heading-banner h1 {
  font-size: 46px;
  color: var(--theme-color-white);
  margin-bottom: 20px;
}
.page-heading-banner p {
  font-size: 20px;
  color: var(--theme-color-white);
  opacity: 0.9;
  max-width: 600px;
  margin: 0 0 0 0;
}
.page-heading-banner .splide__arrows .fa {
  color: var(--theme-header-background-color);
}

.breadcrumbs-section {
  padding: 16px 20px !important;
}
.breadcrumbs-section .breadcrumbs {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  font-size: 17px;
  color: #666;
}
.breadcrumbs-section .breadcrumbs a {
  text-decoration: none;
  transition: color 0.2s;
  letter-spacing: 0;
}
.breadcrumbs-section .breadcrumbs .breadcrumbs-separator {
  color: #999;
  margin: 0 4px;
}
.breadcrumbs-section .breadcrumbs .breadcrumbs-current {
  color: #999;
  font-weight: 400;
}

.developer-hero {
  border-bottom: 1px solid var(--theme-color-border);
}

.developer-hero__logo-container {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 280px;
  background-color: #f9f9f9;
  border-radius: 8px;
  padding: 40px;
}
.developer-hero__logo-container .developer-hero__logo {
  width: 100%;
  max-width: 280px;
  height: auto;
  display: block;
  content-visibility: auto;
}
.developer-hero__logo-container .developer-hero__logo img {
  width: 100%;
  height: auto;
  display: block;
}

.page-banner-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  backface-visibility: hidden;
  height: calc(100vh - 169px);
  overflow: hidden;
  position: relative;
  width: 100%;
}
.page-banner-image::after {
  background-color: rgba(35, 40, 47, 0.41);
  bottom: 0;
  content: "";
  left: -2000%;
  position: absolute;
  right: -2000%;
  top: 0;
  z-index: 1;
}
.page-banner-image .page-banner-image-container {
  box-sizing: border-box;
  padding: 16px 16px 30px 16px;
  height: 100%;
  position: relative;
  z-index: 2;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-duration: 1.2s;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-banner {
  position: relative;
  min-height: 400px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}
.page-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(18, 18, 18, 0.6);
}

/* .home {
  .page-banner {
    min-height: 700px;
  }
} */
.mobile-nav-wrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -111;
  height: 100vh;
  background-color: var(--theme-header-background-color);
  color: var(--theme-header-text-color);
  opacity: 0;
  transition: all 0.3s ease;
  display: grid;
  grid-template-rows: 76px auto;
}
.mobile-nav-wrap.open {
  z-index: 111;
  opacity: 1;
}
.mobile-nav-wrap .logo-wrap {
  border-bottom: 1px solid var(--theme-footer-divider-color);
}
.mobile-nav-wrap .mobile-nav-content {
  overflow-y: auto;
  overflow-x: hidden;
}
.mobile-nav-wrap .navigation-nav-menu .menu-item {
  border-bottom: 1px solid var(--theme-footer-divider-color);
}
.mobile-nav-wrap .navigation-nav-menu .menu-item a {
  display: block;
  padding: 15px 10px;
  color: var(--theme-primary-nav-color);
  opacity: 0.8;
}
.mobile-nav-wrap .navigation-nav-menu .menu-item:last-child {
  border-bottom: 0;
}
.mobile-nav-wrap .navigation-nav-menu .current-menu-item a {
  opacity: 1;
}
.mobile-nav-wrap .navigation-nav-menu .menu-item-has-children {
  position: relative;
}
.mobile-nav-wrap .navigation-nav-menu .menu-item-has-children::after {
  content: "\f107";
  font-family: "Fontawesome";
  display: inline-block;
  font-size: 20px;
  position: absolute;
  right: 0px;
  top: 3px;
  z-index: 1;
  opacity: 0.6;
}
.mobile-nav-wrap .navigation-nav-menu .sub-menu .menu-item {
  padding-left: 30px;
}

.hamburger {
  flex-direction: column;
  cursor: pointer;
  gap: 4px;
}
.hamburger span {
  width: 25px;
  height: 3px;
  background: var(--theme-primary-nav-color);
  border-radius: 3px;
  transition: all 0.3s ease;
  display: block;
}
.hamburger.open {
  position: relative;
  top: 5px;
}
.hamburger.open span {
  background: var(--theme-primary-nav-color);
}
.hamburger.open span:nth-child(1) {
  transform: rotate(45deg) translate(4px, 4px);
  position: relative;
  top: -7px;
}
.hamburger.open span:nth-child(2) {
  opacity: 0;
}
.hamburger.open span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

.splide__pagination__page.is-active {
  border-radius: 5px !important;
  width: 20px !important;
}

.page-template-page-properties .page-banner {
  min-height: 600px;
}
.page-template-page-properties .splide__slide {
  position: relative;
}
.page-template-page-properties .splide__slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(18, 18, 18, 0.3);
  z-index: 1;
}
.page-template-page-properties .offplan-slide-content {
  box-sizing: border-box;
  position: relative;
  z-index: 11;
  margin: auto;
  flex: 1;
  display: flex;
  gap: 20px;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 7em !important;
}
.page-template-page-properties .offplan-slide-content .hero-property-tag {
  display: inline-block;
  padding: 4px 8px;
  color: var(--theme-color-white);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1.5px;
  background: rgba(255, 255, 255, 0.08);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  width: -moz-fit-content;
  width: fit-content;
}
.page-template-page-properties .offplan-slide-content .offplan-slide-info {
  display: flex;
  gap: 32px;
  font-size: 18px;
  color: var(--theme-color-white);
}
.page-template-page-properties .offplan-slide-content .offplan-slide-info span {
  font-size: 22px;
}
.page-template-page-properties .offplan-slide-content .offplan-info-item {
  display: flex;
  gap: 8px;
  align-items: flex-end;
  line-height: 1;
}
.page-template-page-properties .offplan-slide-content .offplan-cta-buttons {
  display: flex;
  gap: 16px;
}
.page-template-page-properties .offplan-slide-content .offplan-btn-primary {
  background-color: var(--theme-color-white);
  color: var(--theme-color-secondary);
}
.page-template-page-properties .offplan-slide-content .offplan-cta-buttons {
  display: flex;
  gap: 16px;
}
.page-template-page-properties .offplan-slide-content .offplan-btn {
  padding: 12px 24px;
  border: none;
  border-radius: 4px;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-block;
}

.primary-navigation .menu-item a {
  color: var(--theme-primary-nav-color);
  padding: 5px 16px;
  display: block;
  opacity: 0.8;
}
.primary-navigation .current-menu-item a {
  opacity: 1;
}
.primary-navigation .sub-menu {
  display: none;
  position: absolute;
  padding-top: 40px;
  background-color: var(--theme-color-primary);
  padding-bottom: 20px;
  min-width: 150px;
  right: -15px;
  padding-left: 5px;
  padding-right: 5px;
  z-index: 11;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.primary-navigation .sub-menu > .menu-item {
  border-bottom: 1px solid var(--theme-footer-divider-color);
}
.primary-navigation .sub-menu > .menu-item:last-child {
  border-bottom: 0;
}
.primary-navigation .menu-item-has-children {
  position: relative;
  padding-right: 5px;
}
.primary-navigation .menu-item-has-children::after {
  content: "\f107";
  font-family: "Fontawesome";
  display: inline-block;
  font-size: 20px;
  position: absolute;
  right: 0px;
  top: 3px;
  z-index: 1;
  opacity: 0.6;
}
.primary-navigation .menu-item-has-children:hover .sub-menu {
  display: block;
}
.primary-navigation .menu-item-has-children .menu-item a {
  padding-top: 8px;
  padding-bottom: 8px;
}

.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 20px;
  right: 20px;
  border-radius: 50%;
  background-color: #25d366;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3019607843);
  z-index: 1000;
  transition: transform 0.3s ease-in-out;
}
.whatsapp-float .whatsapp-icon {
  width: 35px;
  height: 35px;
}

.footer-navigation .menu-item a {
  padding: 0 16px;
  display: block;
}

.pagination {
  list-style: none !important;
}
.pagination a {
  color: var(--theme-color-primary);
}
.pagination .page-link:hover {
  color: var(--theme-color-primary);
}
.pagination .page-item.active .page-link {
  z-index: 3;
  color: var(--theme-color-white);
  background-color: var(--theme-color-primary);
  border-color: var(--theme-color-primary);
}

.main-content {
  flex: 1;
  line-height: 1.4;
  color: var(--theme-body-text-color);
  /* a {
    color: var(--theme-body-link-color);
  } */
}
.main-content .vc_row {
  padding-top: var(--vc-row-padding-y);
  padding-bottom: var(--vc-row-padding-y);
}
.main-content .container-content > article:first-child > .vc_row:first-child {
  padding-top: 0;
}
.main-content ul,
.main-content ol {
  margin-bottom: 24px;
  padding-left: 16px;
  list-style: outside;
}
.main-content h2 {
  margin: 32px 0 24px 0;
  font-size: 32px;
}
.main-content h3,
.main-content h4,
.main-content h5,
.main-content h6 {
  margin: 32px 0 16px 0;
}

.footer {
  margin-top: auto;
  background-color: var(--theme-footer-background-color);
  color: var(--theme-footer-text-color);
}
.footer a {
  color: var(--theme-footer-nav-color);
  opacity: 0.8;
  transition: opacity 0.3s ease, color 0.3s ease;
}
.footer a:hover {
  opacity: 1;
}
.footer .footer-widget-wrap .widget-title {
  color: var(--theme-footer-title-color);
  font-family: "Amiri", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
}
.footer .footer-widget-wrap .menu {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0;
}
.footer .footer-widget-wrap .menu-item a {
  display: inline-block;
}
.footer .contact-number {
  font-size: 24px;
}
.footer .widget-follow .fa {
  width: 25px;
  text-align: center;
  font-size: 14px;
}

.footer-divider-bottom {
  border-bottom: 1px solid var(--theme-footer-divider-color);
}

.opacity-1 {
  opacity: 1 !important;
}

.tabs-container {
  background: white;
  border-radius: 4px;
  overflow: hidden;
}
.tabs-container .tabs-nav {
  display: flex;
  padding: 0;
  overflow-x: auto;
}
.tabs-container .tab-button {
  padding: 12px 24px;
  border: none;
  background: none;
  font-size: 16px;
  cursor: pointer;
  flex-shrink: 0;
  transition: all 0.3s ease;
}
.tabs-container .tab-button.active {
  color: var(--theme-color-secondary);
  background-color: #f2f2f2;
  font-family: "Amiri", serif;
  font-weight: 700;
  font-style: normal;
}
.tabs-container .tab-content {
  display: none;
  padding: 32px 0 0;
}
.tabs-container .tab-content.active {
  display: block;
}

.floorplan-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: center;
}
.floorplan-layout .floorplan-image {
  width: 100%;
  height: auto;
  margin: auto;
  border-radius: 4px;
  text-align: center;
}
.floorplan-layout .floorplan-image img {
  width: 100%;
  height: auto;
}
.floorplan-layout .floorplan-details {
  padding-left: 20px;
}
.floorplan-layout .property-title {
  margin: 0 0 16px;
  font-size: 24px;
  font-family: "Amiri", serif;
  font-weight: 700;
  font-style: normal;
}
.floorplan-layout .detail-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}
.floorplan-layout .detail-label {
  color: var(--theme-color-grey);
}
.floorplan-layout .detail-value {
  font-weight: 600;
  color: var(--theme-color-secondary);
}
.floorplan-layout .download-btn {
  margin: 16px 0;
  padding: 12px 24px;
  border-radius: 4px;
  font-weight: 500 !important;
  background-color: #f2f2f2;
  color: var(--theme-color-secondary);
  transition: all 0.3s ease;
  border: 0;
}
.floorplan-layout .download-btn:hover {
  background-color: var(--theme-color-secondary);
  color: var(--theme-color-white);
}

.amenities-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px;
  justify-content: space-between;
}

.amenities-title {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 25px;
  text-align: left;
}

.amenity-card {
  padding: 8px 0;
  text-align: left;
}

.amenity-icon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
}
.amenity-icon img {
  width: 50px;
  height: 50px;
}

.amenity-label {
  color: var(--theme-color-secondary);
  font-size: var(--theme-fs);
}

.payment-options {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
}
.payment-options .payment-text {
  margin-bottom: 0;
}
.payment-options .payment-box {
  border-radius: 4px;
  padding: 16px 30px;
  min-width: 200px;
  background: #f2f2f2;
  text-align: left;
}
.payment-options .payment-box .payment-percent {
  font-size: 30px;
  font-family: "Amiri", serif;
  font-weight: 700;
  font-style: normal;
  color: var(--theme-color-secondary);
}

.inner-nav-wrap {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #e1e8ed;
  position: sticky;
  top: 0;
  height: 70px;
  z-index: 10;
  background: #ffffff;
}

.project-details-stats hr {
  height: 1px;
  border: 0;
  border-top: 1px solid #e1e8ed;
  margin: 20px 0;
  padding: 0;
}
.project-details-stats .project-details-stat-item {
  text-align: left;
}
.project-details-stats .project-details-stat-value {
  font-size: 36px;
  font-family: "Amiri", serif;
  font-weight: 700;
  font-style: normal;
  color: var(--theme-color-secondary);
  margin-bottom: 15px;
  line-height: 1.2;
}
.project-details-stats .project-details-stat-label {
  font-size: 11px;
  font-weight: 500;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.et-hero-tabs-container {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 0 16px;
}

.et-tab-items {
  display: flex;
}

.et-hero-tab {
  display: flex;
  align-items: center;
  color: var(--theme-color-grey) !important;
  transition: all 0.5s ease;
  font-size: var(--theme-fs);
  margin: 0 40px 0 0;
  position: relative;
  text-decoration: none;
}
.et-hero-tab::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0%;
  background-color: var(--theme-color-secondary);
}
.et-hero-tab.active {
  font-weight: bold;
}
.et-hero-tab.active::before {
  width: 100%;
}

.bento-gallery {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 20vh;
  max-height: 100vh;
  position: relative;
  overflow: hidden;
}
.bento-gallery .bento-item {
  position: relative;
  overflow: hidden;
}
.bento-gallery .bento-item:hover img {
  transform: scale(1.05);
}
.bento-gallery .bento-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 4px;
  transition: transform 0.3s ease;
}
.bento-gallery .span-2x2 {
  grid-column: span 2;
  grid-row: span 2;
}
.bento-gallery .span-1x2 {
  grid-column: span 1;
  grid-row: span 2;
}
.bento-gallery .span-2x1 {
  grid-column: span 2;
  grid-row: span 1;
}
.bento-gallery .span-1x1 {
  grid-column: span 1;
  grid-row: span 1;
}
.bento-gallery .view-more-btn {
  position: absolute;
  bottom: 8px;
  right: 8px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 17px;
  font-weight: 500;
  pointer-events: none;
  font-family: "Amiri", serif;
  font-weight: 700;
  font-style: normal;
}
.bento-gallery .hidden-gallery-item {
  display: none !important;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 24px;
}
.team-grid.col-4 {
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}
.team-grid .team-card {
  border: 1px solid var(--theme-color-border);
  background: var(--theme-color-white);
  overflow: hidden;
  border-radius: 4px;
}
.team-grid .team-card-content {
  padding: 16px;
}
.team-grid .team-card-name {
  font-size: 18px;
  margin-bottom: 4px;
}
.team-grid .team-card-designation {
  color: var(--theme-color-grey);
  font-size: 16px;
  margin-bottom: 0;
}

.team-member-image {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 0;
  height: 620px;
}
.team-member-image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.team-member-image:hover img {
  transform: scale(1.02);
}

.team-member-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
  color: var(--theme-color-white);
  z-index: 10;
}
.team-member-info h1 {
  font-size: 28px;
  color: var(--theme-color-white);
  margin-bottom: 8px;
  line-height: 1.2;
}
.team-member-info .team-member-designation {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
  opacity: 0.9;
}
.team-member-info .team-details {
  background-color: transparent;
  border-radius: 4px;
  padding: 0;
  margin-bottom: 0;
  border: none;
}
.team-member-info .team-details .detail-item {
  margin-bottom: 8px;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.team-member-info .team-details .detail-label {
  min-width: 80px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  opacity: 0.8;
}
.team-member-info .team-details .detail-value {
  flex: 1;
  font-size: 14px;
}
.team-member-info .language-badge {
  background-color: rgba(255, 255, 255, 0.2);
  padding: 2px 10px;
  border-radius: 4px;
  font-size: 14px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease;
}

.wpcf7 .screen-reader-response {
  display: none;
}
.wpcf7 .wpcf7-form-control-wrap .wpcf7-form-control {
  width: 100%;
}
.wpcf7 .wpcf7-form-control-wrap .wpcf7-form-control::-moz-placeholder {
  opacity: 0.6;
}
.wpcf7 .wpcf7-form-control-wrap .wpcf7-form-control::placeholder {
  opacity: 0.6;
}
.wpcf7 .form-group {
  margin-bottom: 16px;
}
.wpcf7 .form-group br {
  display: none;
}
.wpcf7 label {
  display: block;
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #36454F;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.wpcf7 .wpcf7-not-valid {
  border-color: #d32f2f !important;
}
.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=tel],
.wpcf7 textarea {
  width: 100%;
  padding: 8px 12px;
  border: 1px solid #dddddd;
  border-radius: 4px;
  font-family: "Amiri", serif;
  font-weight: 400;
  font-style: normal;
  color: #36454F;
  transition: border-color 0.3s ease;
  font-size: 16px;
}
.wpcf7 input[type=text]:focus,
.wpcf7 input[type=email]:focus,
.wpcf7 input[type=tel]:focus,
.wpcf7 textarea:focus {
  border-color: #0e2971;
  outline: none;
}
.wpcf7 input[type=submit],
.wpcf7 button {
  padding: 12px 16px;
  background-color: var(--theme-color-primary);
  color: var(--theme-button-color);
  border: 1px solid #0e2971;
  border-radius: 4px;
  font-weight: 600;
  font-size: 12px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  width: 100%;
  font-family: "Amiri", serif;
  font-weight: 700;
  font-style: normal;
}
.wpcf7 input[type=submit]:hover,
.wpcf7 button:hover {
  background-color: transparent;
  color: var(--theme-color-primary);
}
.wpcf7 .wpcf7-not-valid-tip {
  color: #d32f2f;
  font-size: 13px;
  margin-top: 4px;
}

.btn-more {
  height: 40px;
  border-radius: 4px;
  background-color: #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
  position: inherit !important;
  color: var(--theme-color-secondary);
  padding-left: 25px;
  padding-right: 25px;
  list-style: 1;
}
.btn-more::after, .btn-more::before {
  font-size: 18px;
}
.btn-more:hover {
  background-color: var(--theme-color-secondary);
  color: var(--theme-color-white);
}

.section-title,
.swiper-title {
  font-size: 32px;
  margin: 0;
}

.swiper-slider-nav {
  display: flex;
}
.swiper-slider-nav .slider-nav {
  width: 40px;
  margin-left: 5px;
  margin-top: 0;
  height: 40px;
  border-radius: 4px;
  background-color: #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
  position: inherit !important;
  color: var(--theme-color-secondary);
}
.swiper-slider-nav .slider-nav::after, .swiper-slider-nav .slider-nav::before {
  font-size: 18px;
}
.swiper-slider-nav .slider-nav:hover {
  background-color: var(--theme-color-secondary);
  color: var(--theme-color-white);
}

.swiper-property .card-swiper {
  width: 100%;
  height: 250px;
  position: relative;
}
.swiper-property .card-swiper .swiper-slide img {
  width: 100%;
  height: 250px;
  background-size: cover;
  background-position: center;
}
.swiper-property .card-swiper .swiper-button {
  color: var(--theme-color-white);
}
.swiper-property .card-swiper .swiper-button::after, .swiper-property .card-swiper .swiper-button::before {
  font-size: 18px;
}
.swiper-property .card {
  background: var(--theme-color-white);
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid rgba(54, 69, 79, 0.12);
  transition: box-shadow 0.3s ease;
  line-height: 1.1;
}
.swiper-property .card-content {
  padding: 0 16px 16px 16px;
  margin-top: 16px;
  position: relative;
}
.swiper-property .card-title {
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 4px 0;
  line-height: 1.3;
}
.swiper-property .developer {
  font-size: 16px;
  margin: 0 0 12px 0;
}
.swiper-property .developer .span {
  font-weight: 600;
  color: var(--theme-color-grey);
  font-size: 16px;
}
.swiper-property .developer-logo {
  position: absolute;
  top: 28px;
  right: 16px;
  z-index: 2;
  border-radius: 4px;
}
.swiper-property .developer-logo img {
  max-width: 70px;
  height: auto;
}
.swiper-property .card-tags {
  display: flex;
  gap: 8px;
  margin: 12px 0;
  flex-wrap: wrap;
}
.swiper-property .card-tags p {
  color: #999;
  font-size: 16px;
  margin: 0;
}
.swiper-property .card-tags span {
  font-weight: 600;
  color: var(--theme-color-grey);
  font-size: 15px;
}
.swiper-property .card-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(54, 69, 79, 0.12);
}
.swiper-property .card-details .fa {
  position: relative;
  top: -2px;
}
.swiper-property .card-actions {
  display: flex;
  gap: 8px;
  margin-top: 16px;
}
.swiper-property .btn-whatsapp {
  display: flex;
  align-items: center;
  line-height: 0;
  padding: 12px;
}
.swiper-property .image-tags {
  display: flex;
  gap: 4px;
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 9;
}
.swiper-property .image-tag {
  color: var(--theme-color-white);
  font-size: 15px;
  font-weight: 500;
  padding: 4px 8px;
  width: -moz-fit-content;
  width: fit-content;
  background-color: var(--theme-color-primary);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  border-radius: 4px;
  transition: background-color 0.3s ease;
}
.swiper-property .bedrooms,
.swiper-property .location {
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--theme-color-grey);
  font-size: 15px;
}
.swiper-property p {
  margin-bottom: 0;
}

.blog-card {
  background-color: var(--theme-color-white);
  border: 1px solid rgba(54, 69, 79, 0.12);
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease;
}
.blog-card .read-more {
  font-size: 17px;
  color: var(--theme-color-secondary);
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: gap 0.3s ease;
}
.blog-card .blog-image-wrapper {
  position: relative;
  width: 100%;
  height: 220px;
  overflow: hidden;
}
.blog-card .blog-image-wrapper img {
  width: 100%;
}
.blog-card .blog-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.blog-card .blog-content {
  padding: 16px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.blog-card .blog-title {
  font-size: 21px;
  color: var(--theme-color-secondary);
  font-weight: 600;
  margin-bottom: 12px;
  margin-top: 0;
  line-height: 1.3;
}
.blog-card .blog-meta {
  display: flex;
  gap: 8px;
  font-size: 15px;
  color: var(--theme-color-grey);
  margin-bottom: 12px;
}
.blog-card .blog-meta span {
  font-size: 15px;
}
.blog-card .blog-description {
  font-size: 14px;
  color: var(--theme-color-grey);
  line-height: 1.6;
  margin-bottom: 16px;
  flex-grow: 1;
}
.blog-card .blog-description {
  font-size: 14px;
  color: var(--theme-color-grey);
  line-height: 1.6;
  margin-bottom: 16px;
  flex-grow: 1;
}

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

.blog-toc.has-headings {
  display: block;
  position: sticky;
  top: 32px;
  height: -moz-fit-content;
  height: fit-content;
  background: #f2f2f2;
  padding: 24px;
  border-radius: 4px;
}
.blog-toc .blog-toc-title {
  font-size: var(--theme-fs);
  font-weight: 600;
  color: var(--theme-color-secondary);
  margin-bottom: 16px;
  margin-top: 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.blog-toc .blog-toc-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.blog-toc .blog-toc-item {
  margin-bottom: 8px;
}
.blog-toc .blog-toc-link {
  display: block;
  font-size: var(--font-size-p);
  color: #6b6b6b;
  text-decoration: none;
  padding: 3px 0;
  border-left: 2px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.blog-toc .blog-toc-link.active {
  color: var(--theme-color-secondary);
  border-left-color: var(--theme-color-secondary);
  padding-left: 16px;
}

.areas-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.areas-grid .area-card {
  background: var(--theme-color-white);
  border: 1px solid var(--theme-color-border);
  border-radius: 4px;
  overflow: hidden;
}
.areas-grid .area-card:hover .area-card-image img {
  transform: scale(1.05);
}
.areas-grid .area-card-logo {
  position: absolute;
  top: 16px;
  left: 16px;
  width: 90px;
  height: 60px;
  background-color: #f2f2f2;
  border-radius: 4px;
  overflow: hidden;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.areas-grid .area-card-image {
  width: 100%;
  height: 300px;
  overflow: hidden;
  background: #f0f0f0;
  position: relative;
}
.areas-grid .area-card-image::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 70%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  pointer-events: none;
  z-index: 1;
}
.areas-grid .area-card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.areas-grid .area-card-image .area-card-logo img {
  width: 90%;
  height: 90%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.3s ease;
}
.areas-grid .area-card-content {
  padding: 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.areas-grid .area-card-title {
  font-size: 19px;
  font-weight: 600;
  color: var(--theme-color-white);
  margin-bottom: 12px;
}
.areas-grid .area-card-link {
  display: inline-flex;
  align-items: center;
  color: var(--theme-color-white);
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease;
}
.areas-grid .area-card-link::after {
  content: "→";
  margin-left: 8px;
  transition: transform 0.3s ease;
}

.locations-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 250px);
  gap: 16px;
}
.locations-grid .location-card {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
}
.locations-grid .location-card:first-child {
  grid-column: 1/3;
  grid-row: 1;
}
.locations-grid .location-card:nth-child(4) {
  grid-column: 3;
  grid-row: 1/3;
}
.locations-grid .location-card:hover .location-image {
  transform: scale(1.05);
}
.locations-grid .location-card:hover .location-title {
  transform: translateY(0);
}
.locations-grid .location-card:hover .location-description {
  opacity: 1;
  transform: translateY(0);
}
.locations-grid.locations-grid-6 .location-card:first-child, .locations-grid.locations-grid-5 .location-card:first-child {
  grid-column: 3;
  grid-row: 1;
}
.locations-grid.locations-grid-6 .location-card:nth-child(4) {
  grid-column: 3;
  grid-row: 1;
}
.locations-grid .location-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.locations-grid .location-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  padding: 24px;
}
.locations-grid .location-title {
  color: var(--theme-color-white);
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 8px;
  transform: translateY(20px);
  transition: transform 0.3s ease;
}
.locations-grid .location-description {
  color: var(--theme-color-white);
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s ease;
}

.insights-section {
  position: relative;
  width: 100%;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 4px;
  overflow: hidden;
}

.collage-widget .images-column {
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
  max-height: 400px;
}
.collage-widget .main-image {
  width: 100%;
  height: 60%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.collage-widget .secondary-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.collage-widget .secondary-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}

.insights-content {
  position: relative;
  color: var(--theme-color-white);
  text-align: left;
  padding: 0 56px;
}
.insights-content h2 {
  margin-bottom: 10px;
  color: var(--theme-color-white);
}
.insights-content p {
  margin-bottom: 20px;
  color: var(--theme-color-white);
}
.insights-content .btn {
  display: inline-block;
  padding: 12px 24px;
  color: var(--theme-color-white);
  border: 1px solid var(--theme-color-white);
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.3s ease;
  line-height: 1.2;
  background: #fff;
  color: var(--theme-color-secondary);
}

.property-filter-content {
  display: flex;
  gap: 0px;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 30px;
  width: 450px;
  padding: 5px 10px 5px 25px;
  background-color: var(--theme-color-white);
  /*  .dropdown-search-filters-unit {
    top: 57px !important;
    left: -270px !important;
  } */
}
.property-filter-content .filter-location {
  flex: 1;
}
.property-filter-content .filter-location .btn-filter {
  color: var(--theme-body-text-color);
  border: 0;
  text-align: left;
  padding-left: 0;
}
.property-filter-content .search-form__submit {
  border-radius: 30px;
  padding-left: 15px;
  padding-right: 15px;
}
.property-filter-content .search-form__submit:hover {
  background-color: var(--theme-color-black);
  color: var(--theme-color-white);
}
.property-filter-content .dropdown-search-filters {
  margin-top: 10px;
  margin-left: -3.5em;
}
.property-filter-content .dropdown-search-filters .fa {
  width: 20px;
}
.property-filter-content .dropdown-search-filters-extra {
  margin-right: -8em;
  max-height: 335px;
  overflow-x: auto;
}
.property-filter-content .btn-filter-extra {
  border: 0 !important;
}

.property-filter {
  position: absolute;
  z-index: 11;
  bottom: 75px;
}

.btn {
  flex: 1;
  padding: 8px 4px;
  border: none;
  border-radius: 4px;
  font-size: 17px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: var(--theme-color-secondary);
  color: var(--theme-color-white);
}
.btn:hover {
  background-color: #dfdfdf;
  color: var(--theme-color-secondary);
}
.btn.btn-filter {
  border-radius: 50rem;
  padding: 8px 20px;
  background-color: var(--theme-color-white);
  border: 1px solid rgba(0, 0, 0, 0.15);
  color: var(--theme-color-grey);
  font-size: 18px;
}
.btn.btn-filter::after {
  display: none;
}
.btn.btn-filter:focus {
  box-shadow: none;
}

.btn-group-filter {
  font-size: 18px;
}
.btn-group-filter .badge {
  border-radius: 15px;
  width: 40px;
  font-size: 16px;
}
.btn-group-filter .btn-link {
  background-color: var(--theme-color-white);
  color: var(--theme-body-text-color);
}
.btn-group-filter .search-form__dropdown {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  padding: 1.25rem;
}
.btn-group-filter .dropdown-search-filters {
  min-width: 28rem;
}
.btn-group-filter .search-form__footer {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}
.btn-group-filter .search-form-checks-cols {
  grid-column-gap: 0.25rem;
  grid-row-gap: 0.5rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.btn-group-filter .search-form-checks-cols .search-form-checks-cols__item,
.btn-group-filter .search-form-checks-cols .search-form-checks-cols__item > .form-check {
  margin-bottom: 0;
}
.btn-group-filter .search-form-checks-cols .form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.btn-group-filter .search-form-checks-cols .form-check .form-check-input {
  float: left;
  margin-left: -2.0625em;
}
.btn-group-filter .search-form-checks-cols .form-check .form-check-input:checked[type=checkbox] {
  background-color: #000;
  border-color: #000;
}
.btn-group-filter .search-form-checks-cols .form-check-label {
  font-weight: 400;
  color: #000;
}

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ellipsis.line-1 {
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.ellipsis.line-2 {
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.ellipsis.line-3 {
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

/* Desktop */
/* Small laptop */
@media (max-width: 1024px) {
  .areas-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .et-hero-tabs-container {
    overflow-x: auto;
    overflow-y: hidden;
  }
  .et-hero-tabs-container .et-hero-tab {
    text-align: center;
    white-space: nowrap;
    flex-shrink: 0;
  }
}
/* Tablet */
@media (max-width: 768px) {
  .property-filter {
    display: none !important;
  }
  .btn-group-filter .dropdown-search-filters {
    min-width: 100%;
    margin-left: 0;
  }
  .btn-group-filter .search-form-checks-cols {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }
  .property-filter-content {
    width: 100%;
  }
  .property-filter-content .dropdown-search-filters-extra {
    margin-right: 0;
  }
  .areas-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .locations-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .locations-grid .location-card {
    height: 250px;
  }
  .locations-grid .location-card:first-child, .locations-grid .location-card:nth-child(4) {
    grid-column: 1;
  }
  .header {
    height: 76px;
  }
  .page-banner {
    min-height: 350px !important;
    height: 42vh;
  }
  .page-banner-image {
    min-height: 320px;
    height: 40vh;
  }
  .page-heading-banner h1 {
    font-size: 28px;
  }
  .page-heading-banner p {
    font-size: 18px;
  }
  .page-template-page-properties .offplan-slide-content .offplan-slide-info span {
    font-size: 20px;
  }
  .bento-gallery {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 40vw;
    max-height: unset;
  }
  .bento-gallery .bento-item {
    grid-column: span 2 !important;
    grid-row: span 1 !important;
  }
  .floorplan-layout {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}
/* Mobile *//*# sourceMappingURL=site-main.css.map */