/* html,body{
  overflow-x: hidden;
} */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Plus Jakarta Sans', sans-serif;
  background: #ffffff;
}


.card {
  border-radius: 15px;
  transition: transform 0.2s ease-in-out;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.card-img-top {
  height: 200px;
  object-fit: cover;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.property-image {
  width: 100%;
  height: 262px;
  object-fit: cover;

}


.pr-image-box {
  height: 262px;
  width: 100%;
  flex-shrink: 0;
}

.pr-card-content {
  flex: 1 1 auto;
  /* allow growth and shrink */
  min-height: 0;
  /* VERY IMPORTANT: enables shrinking inside flex column */
  overflow: hidden;
}

.client-image {
  width: auto;
  height: 250px;
  object-fit: contain;
  margin-right: 20xp;

}


.logo-slider {
  overflow: hidden;
  position: relative;
  background: #fff;
  height: 100px;
}

.logo-track {
  display: flex;
  width: calc(200px * 10);
  /* width = logo width * total logos */
  animation: scroll 20s linear infinite;
}

.logo {
  width: 200px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.logo img {
  width: 120px;
  height: auto;
  object-fit: contain;
  /* filter: grayscale(100%); */
  transition: 0.3s ease;
}

.logo img:hover {
  /* filter: grayscale(0%); */
  transform: scale(1.1);
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.am-icon {
  height: 30px;
  width: auto;
  object-fit: contain;
}

.am {
  font-size: 0.9rem;
}

.sticky-form {
  position: sticky;
  top: 100px;
  /* distance from top while scrolling */
  z-index: 100;
}


.hv-anim:hover {
  background-color: #FF6922;
  color: white !important;
}

.box-menu {
  height: 240px;
  width: 825px;
  background-color: white;
  border-radius: 5px;
  right: 0px;
}

.box-menu-img {
  height: 60px;
  width: 80px;
  object-fit: cover;
}

@media (max-width: 768px) {
  .box-menu {
    height: 65vh;
    width: 90vw;
  }

  .box-menu-img {
    height: 40px;
    width: 60px;

  }
}


.back-card {
  background-position: center;
  background-size: 100% 100% !important;
  height: 220px;
}


/* Floating WhatsApp Button */
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  /* Adjust as needed */
  right: 20px;
  /* Adjust as needed */
  z-index: 9999;
  /* Makes sure it's on top */
  border-radius: 50%;
  background-color: #25D366;
  /* WhatsApp green */
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  padding: 10px;
  text-align: center;
  width: 60px;
  /* Adjust size */
  height: 60px;
  /* Adjust size */
}

.whatsapp-float img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}


.whatsapp-float:hover {
  background-color: #128C7E;
  /* Darker shade of WhatsApp green */
  transform: scale(1.1);
  transition: all 0.3s ease-in-out;
}



.call-float {
  position: fixed;
  bottom: 90px;
  /* Adjust as needed */
  right: 20px;
  /* Adjust as needed */
  z-index: 9999;
  /* Makes sure it's on top */
  border-radius: 50%;
  background-color: #ffffff;
  /* call green */
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.4);
  padding: 10px;
  text-align: center;
  width: 60px;
  /* Adjust size */
  height: 60px;
  /* Adjust size */
}

.call-float img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}


.call-float:hover {
  background-color: #ffdac6;
  /* Darker shade of call green */
  transform: scale(1.1);
  transition: all 0.3s ease-in-out;
}


.mail-float {
  position: fixed;
  bottom: 160px;
  /* Adjust as needed */
  right: 20px;
  /* Adjust as needed */
  z-index: 9999;
  /* Makes sure it's on top */
  border-radius: 50%;
  background-color: #ffffff;
  /* mail green */
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.4);
  padding: 10px;
  text-align: center;
  width: 60px;
  /* Adjust size */
  height: 60px;
  /* Adjust size */
}

.mail-float img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}


.mail-float:hover {
  background-color: #ffdac6;
  /* Darker shade of mail green */
  transform: scale(1.1);
  transition: all 0.3s ease-in-out;
}


.scroll-box {
  overflow: hidden;
  overflow-y: scroll;
  height: 200px;
  width: 150px;

}

.sidebox {
  display: none;
}

.mainbox:hover .sidebox {
  display: block;
}


.scroll-box::-webkit-scrollbar {
  width: 6px;
  /* width of vertical scrollbar */
}

.scroll-box::-webkit-scrollbar-track {
  background: #ffffff;
  /* track background */
  border-radius: 6px;
}

.scroll-box::-webkit-scrollbar-thumb {
  background-color: #868686;
  /* scrollbar color */
  border-radius: 6px;
  /* border: 3px solid #f0f0f0; creates padding around thumb */
}



.pop-box {
  background-size: cover;
  transition: 0.5s;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  width: 80%;
  /* or any width you want */
  box-shadow: 0px 0px 0px 2px white;
  min-width: 120px;
  min-height: 120px;
}

.pop-content {
  font-size: 30px;
  color: white;
}

.pop-content h6 {
  font-size: 20px;
  color: white;
}

.pop-box:hover {
  transition: 0.3s ease-in-out;
  transform: scale(1.2);
}

.dropdown-menu a {
  border-bottom: 1px solid rgb(218, 218, 218);
}


/* property card  */

.property-section {
  padding: 80px 10px;

}

.property-section .section-heading {
  text-align: center;
  margin-bottom: 50px;
}

.property-section .section-heading span {
  display: inline-block;
  background: #edf3ff;
  color: #062f87;
  padding: 8px 18px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 15px;
}

.property-section .section-heading h2 {
  font-size: 44px;
  font-weight: 800;
  color: #062f87;
  margin-bottom: 10px;
}

.property-section .section-heading p {
  color: #6d788a;
  font-size: 16px;
}

/* ========================= */
/* GRID */
/* ========================= */

.property-section .property-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(280px, 1fr));
  gap: 24px;
}

/* ========================= */
/* CARD */
/* ========================= */

.property-section .property-card {

  background: #fff;

  border-radius: 24px;

  overflow: hidden;

  box-shadow:
    0 12px 35px rgba(0, 0, 0, .08);

  transition: .4s;

  position: relative;

  border: 1px solid #edf2f8;
}

.property-section .property-card:hover {

  transform: translateY(-10px);

  box-shadow:
    0 25px 60px rgba(0, 0, 0, .15);

}

/* .property-section .property-card::before {

  content: '';

  position: absolute;

  top: 0;
  left: 0;

  width: 100%;
  height: 4px;

  background:
    linear-gradient(90deg,
      #c79c41,
      #f3dc97,
      #c79c41);

  z-index: 10;
} */

/* ========================= */
/* IMAGE */
/* ========================= */

.property-section .property-image {

  position: relative;

  height: 220px;

  overflow: hidden;

}

.property-section .property-image img {

  width: 100%;
  height: 100%;

  object-fit: cover;

  transition: .8s;

}

.property-section .property-card:hover .property-image img {

  transform: scale(1.08);

}

.property-section .property-image::after {

  content: '';

  position: absolute;

  left: 0;
  bottom: 0;

  width: 100%;
  height: 100px;

  background:
    linear-gradient(to top,
      rgba(0, 0, 0, .55),
      transparent);

}

/* ========================= */
/* BADGES */
/* ========================= */

.property-section .badge {

  position: absolute;

  top: 15px;
  left: 15px;

  background: #062f87;

  color: #fff;

  font-size: 12px;
  font-weight: 700;

  padding: 8px 14px;

  border-radius: 50px;

  z-index: 2;

}

.property-section .badge2 {

  position: absolute;

  top: 15px;
  right: 15px;
  background-color: rgba(255, 255, 255, 0.7);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 4px;
  border-radius: 5px;
  z-index: 2;

}

.property-section .price-tag {

  position: absolute;

  right: 15px;
  bottom: 15px;

  background: #fff;

  color: #062f87;

  font-size: 16px;
  font-weight: 800;

  padding: 10px 16px;

  border-radius: 12px;

  z-index: 2;

  box-shadow:
    0 10px 25px rgba(0, 0, 0, .12);

}

/* ========================= */
/* CONTENT */
/* ========================= */

.property-section .property-content {
  padding: 20px;
}

.property-section .property-content h3 {

  font-size: 18px;
  font-weight: 700;

  color: #10254d;

  margin-bottom: 12px;

  line-height: 1.3;
}

/* ========================= */
/* LOCATION */
/* ========================= */

.property-section .location {

  display: flex;
  gap: 10px;

  font-size: 12px;

  line-height: 1.3;

  color: #6a7689;

  margin-bottom: 5px;
}

.property-section .location i {

  color: #062f87;
  /* margin-top: 3px; */
  font-size: 1.1rem;
}

/* ========================= */
/* FEATURES */
/* ========================= */

.property-section .features {

  display: grid;

  grid-template-columns: 1fr 1fr;

  gap: 10px;

  margin-bottom: 20px;
}

.property-section .feature {

  background: #f7faff;

  border-radius: 12px;

  padding: 12px;
}

.property-section .feature span {

  display: block;

  font-size: 11px;

  color: #8c97ab;

  margin-bottom: 4px;
}

.property-section .feature strong {

  font-size: 14px;

  color: #132b55;
}

/* ========================= */
/* BUTTONS */
/* ========================= */

.property-section .card-buttons {

  display: flex;
  /* flex-direction: column; */
  gap: 10px;
}

.property-section .btn {

  flex: 1;

  text-align: center;

  text-decoration: none;

  padding: 5px;

  border-radius: 12px;

  font-size: 13px;
  font-weight: 700;

  transition: .3s;
}

.property-section .btn-view {

  background: #062f87;

  color: #fff;
}

.property-section .btn-view:hover {

  background: #041f5d;
}

.property-section .btn-whatsapp {

  background: #fff;
  border: 1px solid #25D366;

  color: #25D366;
}

.property-section .btn-whatsapp:hover {

  background: #1db954;
  color: white;
}

/* ========================= */
/* RESPONSIVE */
/* ========================= */

@media(max-width:1400px) {

  .property-section .property-grid {
    grid-template-columns: repeat(3, 1fr);
  }

}

@media(max-width:1100px) {

  .property-section .property-grid {
    grid-template-columns: repeat(2, 1fr);
  }

}

@media(max-width:768px) {

  .property-section .property-section {
    padding: 50px 20px;
  }

  .property-section .section-heading h2 {
    font-size: 32px;
  }

  .property-section .property-grid {
    grid-template-columns: 1fr;
  }

  .property-section .property-image {
    height: 220px;
  }

}



/* contact  */

.apex-contact {
  padding: 70px 5%;

  background: linear-gradient(180deg, #ffffff 0%, #f5f8ff 100%);
}

.apex-contact .contact-container {
  max-width: 1400px;
  margin: auto;

  display: grid;
  grid-template-columns: 58% 42%;

  gap: 50px;
  align-items: center;
}

/* ========================= */
/* IMAGE SIDE */
/* ========================= */

.apex-contact .image-box {
  position: relative;

  height: 520px;

  overflow: hidden;

  border-radius: 28px;

  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12);
}

.apex-contact .image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;

  transition: 0.8s;
}

.apex-contact .image-box:hover img {
  transform: scale(1.06);
}

.apex-contact .image-box:before {
  content: "";

  position: absolute;
  inset: 0;

  background: linear-gradient(135deg,
      rgba(0, 36, 102, 0.55),
      transparent 45%);

  z-index: 1;
}

.apex-contact .image-box:after {
  content: "";

  position: absolute;
  left: 0;
  bottom: 0;

  width: 100%;
  height: 160px;

  background: linear-gradient(to top, rgba(0, 0, 0, 0.65), transparent);

  z-index: 1;
}

/* floating card */

.apex-contact .image-info {
  position: absolute;

  left: 25px;
  bottom: 25px;

  z-index: 2;

  background: rgba(255, 255, 255, 0.12);

  backdrop-filter: blur(15px);

  border: 1px solid rgba(255, 255, 255, 0.18);

  padding: 18px 24px;

  border-radius: 18px;

  color: #fff;
}

.apex-contact .image-info h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
}

.apex-contact .image-info p {
  font-size: 14px;
  opacity: 0.9;
}

/* ========================= */
/* CONTENT SIDE */
/* ========================= */

.apex-contact .badge {
  display: inline-flex;

  align-items: center;
  gap: 8px;

  background: #edf3ff;

  color: #0a3d8f;

  padding: 10px 18px;

  border-radius: 50px;

  font-size: 13px;
  font-weight: 700;

  margin-bottom: 20px;
}

.apex-contact .content h2 {
  font-size: 32px;

  line-height: 1.05;

  font-weight: 800;

  color: #062f87;

  margin-bottom: 18px;
}

.apex-contact .content p {
  font-size: 17px;

  line-height: 1.4;

  color: #59657b;

  margin-bottom: 30px;

  max-width: 580px;
}

/* ========================= */
/* INFO BOXES */
/* ========================= */

.apex-contact .contact-grid {
  display: grid;
  grid-template-columns: 1fr;

  gap: 15px;

  margin-bottom: 28px;
}

.apex-contact .contact-card {
  display: flex;
  align-items: center;
  gap: 16px;

  padding: 10px 12px;

  background: #fff;

  border-radius: 18px;

  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);

  transition: 0.3s;
}

.apex-contact .contact-card:hover {
  transform: translateY(-3px);
}

.apex-contact .contact-icon {
  width: 45px;
  height: 45px;

  border-radius: 14px;

  background: linear-gradient(135deg, #062f87, #0f57e5);

  display: flex;
  align-items: center;
  justify-content: center;

  color: #fff;
  font-size: 18px;

  flex-shrink: 0;
}

.apex-contact .contact-text {
  font-size: 16px;
  font-weight: 600;
  color: #14274d;
}

/* ========================= */
/* BUTTONS */
/* ========================= */

.apex-contact .button-group {
  display: flex;
  gap: 15px;
}

.apex-contact .btn {
  padding: 12px 12px;

  border-radius: 14px;

  text-decoration: none;

  font-size: 15px;
  font-weight: 700;

  transition: 0.3s;

  display: flex;
  align-items: center;
  gap: 10px;
}

.apex-contact .btn-primary {
  background: #062f87;
  color: #fff;
}

.apex-contact .btn-primary:hover {
  background: #04215d;
}

.apex-contact .btn-whatsapp {
  background: #25d366;
  color: #fff;
}

.apex-contact .btn-whatsapp:hover {
  background: #18bf57;
}

/* ========================= */

@media (max-width: 1024px) {
  .apex-contact .contact-container {
    grid-template-columns: 1fr;
  }

  .apex-contact .content h2 {
    font-size: 42px;
  }

  .apex-contact .image-box {
    height: 400px;
  }
}

@media (max-width: 768px) {
  .apex-contact .apex-contact {
    padding: 40px 20px;
  }

  .apex-contact .image-box {
    height: 280px;
  }

  .apex-contact .content h2 {
    font-size: 32px;
  }

  .apex-contact .content p {
    font-size: 15px;
  }

  .apex-contact .button-group {
    flex-direction: column;
  }

  .apex-contact .btn {
    justify-content: center;
  }
}


/* top office  */

.office-locations {
  padding: 90px 4%;

  background: linear-gradient(180deg, #ffffff 0%, #f5f8ff 100%);
}

.office-locations .section-header {
  text-align: center;

  margin-bottom: 55px;
}

.office-locations .section-tag {
  display: inline-block;

  padding: 8px 18px;

  background: #edf3ff;

  color: #062f87;

  font-size: 13px;
  font-weight: 700;

  border-radius: 50px;

  margin-bottom: 18px;
}

.office-locations .section-header h2 {
  font-size: 52px;

  font-weight: 800;

  color: #062f87;

  margin-bottom: 14px;

  line-height: 1.1;
}

.office-locations .section-header p {
  font-size: 18px;

  color: #687487;
}

/* ====================================
GRID
==================================== */

.office-locations .location-grid {
  display: grid;

  grid-template-columns: repeat(3, 1fr);

  gap: 30px;
}

/* ====================================
CARD
==================================== */

.office-locations .location-card {
  position: relative;

  height: 420px;

  overflow: hidden;

  border-radius: 28px;

  cursor: pointer;

  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);

  transition: 0.5s;
}

.office-locations .location-card:hover {
  transform: translateY(-10px);

  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.15);
}

.office-locations .location-card img {
  width: 100%;
  height: 100%;

  object-fit: cover;

  transition: 1s;
}

.office-locations .location-card:hover img {
  transform: scale(1.08);
}

/* Dark overlay */

.office-locations .location-card::before {
  content: "";

  position: absolute;

  inset: 0;

  background: linear-gradient(to top,
      rgba(5, 25, 80, 0.95),
      rgba(5, 25, 80, 0.25),
      transparent);

  z-index: 1;
}

/* Gold accent */

.office-locations .location-card::after {
  content: "";

  position: absolute;

  top: 0;
  left: 0;

  width: 100%;
  height: 4px;

  background: linear-gradient(90deg, #c89c42, #f4de9c, #c89c42);

  z-index: 3;
}

/* Badge */

.office-locations .location-badge {
  position: absolute;

  top: 20px;
  left: 20px;

  z-index: 3;

  background: rgba(255, 255, 255, 0.15);

  backdrop-filter: blur(12px);

  padding: 10px 16px;

  border-radius: 50px;

  font-size: 12px;
  font-weight: 700;

  color: #fff;

  letter-spacing: 0.5px;
}

/* Content */

.office-locations .location-content {
  position: absolute;

  left: 25px;
  right: 25px;
  bottom: 25px;

  z-index: 2;
}

.office-locations .location-content h3 {
  font-size: 32px;

  font-weight: 800;

  color: #fff;

  margin-bottom: 10px;
}

.office-locations .location-content p {
  font-size: 15px;

  line-height: 1.7;

  color: rgba(255, 255, 255, 0.85);

  margin-bottom: 20px;
}

/* Footer Info */

.office-locations .location-footer {
  display: flex;

  justify-content: space-between;

  align-items: center;

  background: rgba(255, 255, 255, 0.12);

  backdrop-filter: blur(16px);

  padding: 14px 18px;

  border-radius: 18px;

  border: 1px solid rgba(255, 255, 255, 0.15);
}

.office-locations .office-count {
  font-size: 14px;

  font-weight: 700;

  color: #fff;
}

.office-locations .explore-btn {
  padding: 10px 18px;

  background: #fff;

  border-radius: 12px;

  text-decoration: none;

  font-size: 13px;
  font-weight: 700;

  color: #062f87;

  transition: 0.3s;
}

.office-locations .explore-btn:hover {
  background: #f4de9c;
}

/* ====================================
RESPONSIVE
==================================== */

@media (max-width: 1200px) {
  .office-locations .location-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .office-locations {
    padding: 60px 20px;
  }

  .office-locations .section-header h2 {
    font-size: 34px;
  }

  .office-locations .location-grid {
    grid-template-columns: 1fr;
  }

  .office-locations .location-card {
    height: 360px;
  }

  .office-locations .location-content h3 {
    font-size: 24px;
  }
}

/* testimonial section  */

.testimonial-section {
  padding: 60px 4%;

  background: linear-gradient(180deg, #ffffff 0%, #f6f9ff 100%);

  overflow: hidden;
}

.testimonial-section .section-header {
  text-align: center;

  max-width: 750px;

  margin: 0 auto 40px;
}

.testimonial-section .section-tag {
  display: inline-block;

  padding: 8px 18px;

  background: #edf3ff;

  color: #062f87;

  font-size: 12px;
  font-weight: 700;

  border-radius: 50px;

  margin-bottom: 15px;
}

.testimonial-section .section-header h2 {
  font-size: 42px;

  font-weight: 800;

  color: #062f87;

  margin-bottom: 12px;

  line-height: 1.1;
}

.testimonial-section .section-header p {
  font-size: 16px;

  line-height: 1.8;

  color: #667286;
}

/* ========================= */

.testimonial-section .swiper {
  padding: 10px 10px 55px;
}

/* ========================= */

.testimonial-section .testimonial-card {
  background: #fff;

  border-radius: 22px;

  padding: 25px;

  height: 100%;

  position: relative;

  border: 1px solid #edf2f8;

  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);

  transition: 0.35s;
  overflow: hidden;
}

.testimonial-section .testimonial-card:hover {
  transform: translateY(-6px);

  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.1);
}

.testimonial-section .testimonial-card::before {
  content: "";

  position: absolute;

  left: 0;
  top: 0;

  width: 100%;
  height: 4px;

  background: linear-gradient(90deg, #c89c42, #f4de9c, #c89c42);

  border-radius: 20px 20px 0 0;
}

/* ========================= */

.testimonial-section .quote-icon {
  width: 50px;
  height: 50px;

  border-radius: 14px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: linear-gradient(135deg, #062f87, #0f57e5);

  color: #fff;

  font-size: 18px;

  margin-bottom: 18px;
}

/* ========================= */

.testimonial-section .stars {
  color: #ffb400;

  font-size: 14px;

  margin-bottom: 15px;

  letter-spacing: 2px;
}

/* ========================= */

.testimonial-section .review {
  font-size: 15px;

  line-height: 1.8;

  color: #4e5c74;

  margin-bottom: 22px;

  min-height: 110px;
}

/* ========================= */

.testimonial-section .user {
  display: flex;

  align-items: center;

  gap: 12px;

  padding-top: 18px;

  border-top: 1px solid #edf2f8;
}

.testimonial-section .user img {
  width: 55px;
  height: 55px;

  border-radius: 50%;

  object-fit: cover;
}

.testimonial-section .user h4 {
  font-size: 16px;

  font-weight: 700;

  color: #162b55;

  margin-bottom: 3px;
}

.testimonial-section .user span {
  font-size: 13px;

  color: #7f899d;
}

/* ========================= */

.testimonial-section .swiper-button-next,
.testimonial-section .swiper-button-prev {
  width: 42px;
  height: 42px;

  background: #062f87;

  border-radius: 50%;

  color: #fff;
}

.testimonial-section .swiper-button-next:after,
.testimonial-section .swiper-button-prev:after {
  font-size: 14px;
  font-weight: 700;
}

.testimonial-section .testswiper-pagination-bullet {
  background: #b7c0d0;

  opacity: 1;
}

.testimonial-section .testswiper-pagination-bullet-active {
  background: #062f87;
}

/* ========================= */

@media (max-width: 768px) {
  .testimonial-section {
    padding: 50px 20px;
  }

  .testimonial-section .section-header h2 {
    font-size: 30px;
  }

  .testimonial-section .section-header p {
    font-size: 14px;
  }

  .testimonial-section .review {
    font-size: 14px;

    line-height: 1.7;

    min-height: auto;
  }

  .testimonial-section .testimonial-card {
    padding: 20px;
  }

  .testimonial-section .swiper-button-next,
  .testimonial-section .swiper-button-prev {
    display: none;
  }
}


/* sidebar  */
.sidebar-wrapper {
  width: 100%;
  max-width: 360px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-family: "Plus Jakarta Sans", sans-serif;
}

/* ===================== */

.contact-box,
.enquiry-box {
  background: #fff;

  border-radius: 16px;

  overflow: hidden;

  border: 1px solid #edf2f8;

  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);

  position: relative;
}

.contact-box:before,
.enquiry-box:before {
  content: "";

  position: absolute;

  top: 0;
  left: 0;

  width: 100%;
  height: 3px;

  background: linear-gradient(90deg, #c89c42, #f4de9c, #c89c42);
}

/* ===================== */

.box-header {
  padding: 12px 16px;

  font-size: 16px;
  font-weight: 800;

  color: #062f87;

  border-bottom: 1px solid #edf2f8;
}

/* ===================== */

.contact-item {
  display: flex;

  align-items: center;

  gap: 10px;

  padding: 10px 16px;

  text-decoration: none;

  transition: 0.3s;
}

.contact-item:hover {
  background: #f8fbff;
}

.contact-item:not(:last-child) {
  border-bottom: 1px solid #edf2f8;
}

/* ===================== */

.sidebar-wrapper .icons {
  width: 36px;
  height: 36px;

  border-radius: 10px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: linear-gradient(135deg, #062f87, #0f57e5);

  color: #fff;

  flex-shrink: 0;
}

.sidebar-wrapper .whatsapps {
  background: #25d366;
}

.sidebar-wrapper .icons svg {
  width: 15px;
  height: 15px;
}

/* ===================== */

.contact-item span {
  display: block;

  font-size: 10px;

  color: #8a94a8;

  margin-bottom: 2px;
}

.contact-item strong {
  font-size: 12px;

  font-weight: 700;

  color: #14274d;

  line-height: 1.3;
}

/* ===================== */

.enquiry-form {
  padding: 14px;
}

.enquiry-form input,
.enquiry-form textarea {
  width: 100%;

  border: 1px solid #e5eaf2;

  border-radius: 8px;

  background: #fafcff;

  padding: 10px 12px;

  font-size: 12px;

  margin-bottom: 8px;

  outline: none;
}

.enquiry-form input {
  height: 38px;
}

.enquiry-form textarea {
  height: 55px;

  resize: none;
}

.enquiry-form input:focus,
.enquiry-form textarea:focus {
  border-color: #062f87;

  background: #fff;
}

/* ===================== */

.enquiry-form button {
  width: 100%;

  height: 40px;

  border: none;

  border-radius: 8px;

  background: linear-gradient(135deg, #062f87, #0f57e5);

  color: #fff;

  font-size: 13px;
  font-weight: 700;

  cursor: pointer;
}

/* ===================== */

@media (max-width: 768px) {
  .sidebar-wrapper {
    max-width: 100%;
  }
}


.propertyex-section {
  background: #f0f4f8;
  padding: 56px 20px;
  font-family: 'Inter', sans-serif;
}

.propertyex-section .section-icon {
  color: #D4913A;
  font-size: 2.2rem;
  display: block;
  text-align: center;
  margin-bottom: 4px;
}

.propertyex-section .section-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 12px;
}

.propertyex-section .section-divider span {
  display: block;
  width: 40px;
  height: 2px;
  background: #D4913A;
  border-radius: 2px;
}

.propertyex-section .section-title {
  font-size: clamp(1.6rem, 5vw, 2.1rem);
  font-weight: 800;
  color: #0d1b3e;
  text-align: center;
  margin-bottom: 10px;
  line-height: 1.2;
}

.propertyex-section .section-subtitle {
  font-size: 1rem;
  color: #6b7a99;
  text-align: center;
  margin-bottom: 36px;
  line-height: 1.6;
}

/* City Card */
.propertyex-section .city-card {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  background: #0d1b3e;
  min-height: 220px;
  display: flex;
  align-items: flex-end;
  box-shadow: 0 8px 32px rgba(13, 27, 62, 0.18);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  text-decoration: none;
  margin-bottom: 20px;
  height: 100%;
}

.propertyex-section .city-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 44px rgba(13, 27, 62, 0.26);
}

.propertyex-section .city-card__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.55;
  transition: opacity 0.3s ease;
}

.propertyex-section .city-card:hover .city-card__img {
  opacity: 0.45;
}

/* Left-to-right gradient overlay */
.propertyex-section .city-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right,
      rgba(10, 20, 55, 0.92) 0%,
      rgba(10, 20, 55, 0.75) 45%,
      rgba(10, 20, 55, 0.10) 100%);
}

.propertyex-section .city-card__body {
  position: relative;
  z-index: 2;
  padding: 28px 28px 28px 28px;
  max-width: 280px;
}

.propertyex-section .city-card__name {
  font-size: clamp(1.6rem, 4vw, 2rem);
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 6px;
  line-height: 1.15;
}

.propertyex-section .city-card__accent {
  display: block;
  width: 32px;
  height: 3px;
  background: #D4913A;
  border-radius: 2px;
  margin-bottom: 10px;
}

.propertyex-section .city-card__desc {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.55;
  margin-bottom: 20px;
}

.propertyex-section .city-card__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1.5px solid #D4913A;
  color: #ffffff;
  background: transparent;
  border-radius: 50px;
  padding: 9px 20px;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
  white-space: nowrap;
}

.propertyex-section .city-card__btn:hover {
  background: #D4913A;
  color: #ffffff;
}

.propertyex-section .city-card__btn svg {
  flex-shrink: 0;
}

/* Building icon SVG */
.propertyex-section .building-icon {
  width: 52px;
  height: 52px;
  display: block;
  margin: 0 auto 8px;
}

@media (max-width: 576px) {
  .propertyex-section {
    padding: 40px 16px;
  }

  .propertyex-section .city-card {
    min-height: 200px;
  }

  .propertyex-section .city-card__body {
    padding: 22px 20px;
  }
}


.developer-section {
  background: #f7f8fb;
  border-radius: 30px;
  padding: 70px 20px;
  position: relative;
}

.developer-header .icon-wrap {
  color: #d4a437;
  font-size: 42px;
}

.main-title {
  font-size: 48px;
  font-weight: 700;
  color: #091b53;
  line-height: 1.2;
}

.main-title span {
  display: block;
  color: #d4a437;
}

.subtitle {
  max-width: 600px;
  margin: 20px auto;
  color: #6c757d;
  font-size: 18px;
}

.title-divider {
  width: 120px;
  height: 2px;
  background: #d4a437;
  margin: 20px auto;
  position: relative;
}

.title-divider::after {
  content: "";
  width: 12px;
  height: 12px;
  background: #d4a437;
  border-radius: 50%;
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
}

/* Cards */

.developer-card {
  background: #fff;
  border-radius: 12px;
  padding: 35px 20px;
  text-align: center;
  box-shadow: 0 5px 25px rgba(0, 0, 0, .06);
  transition: .35s;
  height: 100%;
}

.developer-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, .12);
}

.developer-card img {
  max-width: 150px;
  height: auto;
  width: 100%;
  object-fit: contain;
  margin-bottom: 5px;
}

.developer-card h5 {
  font-weight: 600;
  color: #091b53;
  margin-bottom: 15px;
}

.developer-card span {
  display: block;
  width: 40px;
  height: 2px;
  background: #d4a437;
  margin: auto;
}

/* Trust Box */

.trust-box {
  background: #eef2f8;
  border-radius: 20px;
  padding: 30px;
  display: flex;
  align-items: center;
  gap: 25px;
}

.trust-icon {
  min-width: 90px;
  width: 90px;
  height: 90px;
  background: #091b53;
  color: #d4a437;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 38px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .15);
}

.trust-content h4 {
  color: #091b53;
  font-weight: 700;
  margin-bottom: 10px;
}

.trust-content p {
  color: #6b7280;
  margin: 0;
  line-height: 1.7;
}

/* Responsive */

@media (max-width: 991px) {

  .main-title {
    font-size: 38px;
  }

  .developer-card img {
    max-width: 120px;
  }
}

@media (max-width: 767px) {

  .developer-section {
    padding: 50px 15px;
  }

  .main-title {
    font-size: 30px;
  }

  .subtitle {
    font-size: 15px;
  }

  .trust-box {
    flex-direction: column;
    text-align: center;
  }

  .trust-icon {
    margin-bottom: 10px;
  }

  .developer-card h5 {
    font-size: 12px;
  }
}

@media (max-width: 575px) {

  .main-title {
    font-size: 26px;
  }

  .developer-card {
    padding: 13px 7px;
  }
}

:root {
  --gold-gradient: linear-gradient(135deg,
      #fff4c8 0%,
      #f7d774 15%,
      #d4a03d 35%,
      #fff0b0 50%,
      #c58b2a 70%,
      #f6d978 85%,
      #fff4c8 100%);

  --dark-blue: #01133f;
  --dark-blue-2: #021b59;
  --white: #ffffff;
  --text: #c9d0df;
}

.legacy-section {
  position: relative;
  overflow: hidden;
  padding: 80px 20px 140px;

  background:
    radial-gradient(circle at top right,
      rgba(16, 58, 148, .65) 0%,
      transparent 40%),
    linear-gradient(180deg,
      #01133f 0%,
      #000d33 100%);

  /* border-radius:35px; */
}

/* ======================
   HEADER
====================== */

.legacy-header {
  text-align: center;
  max-width: 850px;
  margin: auto auto 60px;
}

.legacy-icon {
  font-size: 60px;
  margin-bottom: 20px;

  background: var(--gold-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.legacy-header h2 {
  color: #fff;
  font-size: 70px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 20px;
}

.legacy-header h2 span {
  display: block;

  background: var(--gold-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.legacy-header p {
  color: #c6cad4;
  font-size: 22px;
  margin-top: 25px;
}

.gold-divider {
  width: 140px;
  height: 2px;
  margin: 25px auto;
  background: var(--gold-gradient);
  position: relative;
}

.gold-divider:after {
  content: '';
  width: 12px;
  height: 12px;

  position: absolute;
  left: 50%;
  top: -5px;

  transform: translateX(-50%) rotate(45deg);

  background: var(--gold-gradient);
}

/* ======================
   STATS WRAPPER
====================== */

.legacy-stats {
  display: flex;
  flex-direction: row;
  gap: 15px;
  max-width: 1100px;
  margin: auto;
}

/* ======================
   CARD
====================== */

.legacy-card {
  position: relative;

  display: flex;
  align-items: center;
  gap: 30px;
  flex-direction: column;
  padding: 18px;

  border-radius: 28px;

  background:
    linear-gradient(180deg,
      rgba(5, 22, 68, .90),
      rgba(3, 18, 57, .85));

  backdrop-filter: blur(16px);

  transition: .4s ease;
}

.legacy-card::before {
  content: "";

  position: absolute;
  inset: 0;

  border-radius: 28px;
  padding: 1px;

  background: var(--gold-gradient);

  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);

  -webkit-mask-composite: xor;
  mask-composite: exclude;

  opacity: .25;
  transition: .4s;
}

.legacy-card:hover {
  transform: translateY(-8px);

  box-shadow:
    0 0 20px rgba(247, 215, 116, .15),
    0 0 50px rgba(212, 160, 61, .15),
    0 20px 50px rgba(0, 0, 0, .45);
}

.legacy-card:hover::before {
  opacity: .9;
}

/* ======================
   ICON BOX
====================== */

.icon-box {
  width: 50px;
  height: 50px;
  min-width: 50px;

  border-radius: 50%;

  background:
    linear-gradient(#021141, #021141) padding-box,
    var(--gold-gradient) border-box;

  border: 2px solid transparent;

  display: flex;
  justify-content: center;
  align-items: center;

  position: relative;
}

.icon-box i {
  font-size: 25px;

  background: var(--gold-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.icon-box:after {
    content: "";
    position: absolute;
    right: -25px;
    bottom: -23px;
    transform: translateY(-50%);
    width: 104px;
    height: 1px;
    background: var(--gold-gradient);
}

/* ======================
   CONTENT
====================== */

.card-content {
  flex: 1;
}

.card-content h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
  letter-spacing: -2px;
  text-align: center;
  background: var(--gold-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  text-shadow:
    0 2px 2px rgba(255, 255, 255, .08),
    0 4px 15px rgba(212, 160, 61, .25);
}

.card-content h4 {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
}

.card-content p {
    color: #c7cfdb;
    font-size: 12px;
    line-height: 1.7;
    margin: 0;
    text-align: center;
}

/* ======================
   CITY SKYLINE
====================== */

.cityline {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;

  text-align: center;

  font-size: 180px;

  background: var(--gold-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  opacity: .12;
}

/* ======================
   TABLET
====================== */

@media(max-width:991px) {

  .legacy-header h2 {
    font-size: 52px;
  }

  .legacy-header p {
    font-size: 18px;
  }

  .card-content h3 {
    font-size: 52px;
  }

  .card-content h4 {
    font-size: 24px;
  }

  .card-content p {
    font-size: 16px;
  }

  .icon-box {
    width: 110px;
    height: 110px;
    min-width: 110px;
  }

  .icon-box i {
    font-size: 42px;
  }

  .legacy-stats{
        flex-direction: column;
  }
}

/* ======================
   MOBILE
====================== */

@media(max-width:767px) {

  .legacy-section {
    padding: 60px 15px 100px;
    border-radius: 25px;
  }

  .legacy-header h2 {
    font-size: 38px;
  }

  .legacy-header p {
    font-size: 15px;
  }

  .legacy-card {
    flex-direction: row;
    text-align: center;
    padding: 25px;
    gap: 20px;
  }

  .card-content {
    text-align: left;
  }

  .icon-box {
    width: 90px;
    height: 90px;
    min-width: 90px;
  }

  .icon-box i {
    font-size: 34px;
  }

  .icon-box:after {
    display: none;
  }

  .card-content h3 {
    font-size: 42px;
  }

  .card-content h4 {
    font-size: 16px;
  }

  .card-content p {
    font-size: 12px;
  }

  .cityline {
    font-size: 100px;
  }
}



.property-sectionty {
  background: #f8f8f8;
  border-radius: 35px;
  padding: 80px 20px;
}

.property-sectionty .property-header {
  margin-bottom: 50px;
}

.property-sectionty .property-top-icon {
  color: #d4a437;
  font-size: 58px;
  margin-bottom: 15px;
}

.property-sectionty .property-header h2 {
  font-size: 58px;
  font-weight: 700;
  color: #071b63;
  margin-bottom: 10px;
}

.property-sectionty .property-header p {
  font-size: 24px;
  color: #666;
}

.property-sectionty .property-box {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 25px;
  overflow: hidden;
  display: flex;
  min-height: 320px;
}

.property-sectionty .property-img {
  width: 34%;
  position: relative;
}

.property-sectionty .property-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.property-sectionty .floating-icon {
  position: absolute;
  top: 18px;
  left: 18px;
  width: 74px;
  height: 74px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
  font-size: 32px;
}

.property-sectionty .property-info {
  width: 66%;
  padding: 28px;
}

.property-sectionty .property-title {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 25px;
}

.property-sectionty .property-title h3 {
  font-size: 20px;
  color: #071b63;
  font-weight: 700;
  margin-bottom: 12px;
}

.property-sectionty .title-line {
  width: 42px;
  height: 4px;
  background: #071b63;
  display: block;
  border-radius: 20px;
}

.property-sectionty .property-title a {
  font-size: 20px;
  text-decoration: none;
}

.property-sectionty .property-tags {
  display: flex;
  flex-wrap: wrap;
  /* grid-template-columns: repeat(3, 1fr); */
  gap: 14px;
}

.property-sectionty .tag {
  border: 1px solid #e8e8e8;
  border-radius: 14px;
  padding: 6px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  background: #fff;
}

.property-sectionty .tag i {
  font-size: 15px;
}

.blue-theme .floating-icon i,
.blue-theme .tag i,
.blue-theme .property-title a {
  color: #123e97;
}

.blue-theme .title-line {
  background: #123e97;
}

.green-theme .floating-icon i,
.green-theme .tag i,
.green-theme .property-title a {
  color: #1f8a53;
}

.green-theme .title-line {
  background: #1f8a53;
}

.purple-theme .floating-icon i,
.purple-theme .tag i,
.purple-theme .property-title a {
  color: #7c4dff;
}

.purple-theme .title-line {
  background: #7c4dff;
}

.orange-theme .floating-icon i,
.orange-theme .tag i,
.orange-theme .property-title a {
  color: #f39c12;
}

.orange-theme .title-line {
  background: #f39c12;
}

.bottom-features {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  font-size: 18px;
  color: #071b63;
  font-weight: 500;
}

.property-sectionty .bottom-features i {
  margin-right: 8px;
}

.property-sectionty .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #123e97;
}

@media (max-width: 991px) {
  .property-sectionty .property-box {
    flex-direction: column;
  }

  .property-sectionty .property-img {
    width: 100%;
    height: 250px;
  }

  .property-sectionty .property-info {
    width: 100%;
  }

  .property-sectionty .property-tags {
    grid-template-columns: repeat(2, 1fr);
  }

  .property-sectionty .property-title h3 {
    font-size: 28px;
  }
}

@media (max-width: 576px) {
  .property-sectionty .property-header h2 {
    font-size: 38px;
  }

  .property-sectionty .property-header p {
    font-size: 16px;
  }

  .property-sectionty .property-tags {
    grid-template-columns: 1fr;
  }

  .property-sectionty .bottom-features {
    flex-direction: column;
    gap: 12px;
  }

  .property-sectionty .dot {
    display: none;
  }
}

@media (max-width: 991.98px) {
  #navbarCollapse {
    display: none !important;
  }
}

.gold-icon {
  font-size: 36px;
  background: var(--gold-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


.explore-heading {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 20px 0;
}

.explore-heading span {
    font-size: 14px;
    font-weight: 600;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 1px;
    white-space: nowrap;
}

.explore-heading::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #d9d9d9;
}

.title-box p{
  padding: 5px;
  border-radius: 5px;
  border: 1px solid lightgray;
  color:var(--dark-blue);
  background-color: var(--light-bg);
  font-size: 15px;
}

.amenity-box{
  padding: 15px 8px;
  background-color: var(--light-bg);
  color: var(--dark-blue);
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.offcanvas{
  padding-top: 80px;
}


/* search bar  */

.property-search-wrapper{
    max-width:850px;
    margin:auto;
   
}

.property-tabs{
    display:flex;
    flex-wrap:wrap;
    gap:15px;
}

.tab-btn{
    background:#efefef;
    border:none;
    border-radius:4px;
    padding:10px 18px;
    font-weight:600;
    font-size:15px;
    color:#111;
    transition:.3s;
}

.tab-btn:hover{
    background:#d9d9d9;
}

.tab-btn.active{
    background:#4a4a4a;
    color:#fff;
}

.search-box{
    background:#fff;
    border-radius:12px;
    padding:16px 24px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    box-shadow:0 8px 20px rgba(0,0,0,.08);
}

.search-box input{
    border:none;
    outline:none;
    width:100%;
    font-size:20px;
    color:#444;
    background:transparent;
}

.search-box input::placeholder{
    color:#999;
}

.search-btn{
    background:#091b53;
    color:#fff;
    border:none;
    border-radius:4px;
    padding:12px 26px;
    display:flex;
    align-items:center;
    gap:10px;
    font-weight:600;
    white-space:nowrap;
    transition:.3s;
}

.search-btn:hover{
    background:#081848;
}

@media(max-width:768px){

    .property-tabs{
        gap:10px;
    }

    .tab-btn{
        font-size:14px;
        padding:8px 14px;
    }

    .search-box{
        flex-direction:column;
        gap:15px;
        align-items:stretch;
    }

    .search-btn{
        justify-content:center;
        width:100%;
    }
}