body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #1a1a1a;
  background: #ffffff;
}

/* Headings */
h1, h2, h3, h4, h5 {
  font-weight: 700;
  letter-spacing: -0.02em;
}

/* Strong CTA feel */
.btn {
  font-family: "Inter", sans-serif;
  font-weight: 600;
}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

/* FULL SCREEN HERO */
.hero {
  height: 100vh;
  width: 100%;
  position: relative;
  overflow: hidden;
}

/* Swiper must fully inherit height */
.swiper {
  height: 100vh;
}

.swiper-wrapper {
  height: 100%;
}

.swiper-slide {
  height: 100vh;
  position: relative;
}

/* BACKGROUND IMAGE FIX */
.hero-bg {
  position: absolute;
  inset: 0;

  width: 100%;
  height: 100% !important;

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  z-index: 0;
}

/* OVERLAY */
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;

  background: linear-gradient(
    120deg,
    rgba(0,0,0,0.75),
    rgba(0,0,0,0.4),
    rgba(0,0,0,0.75)
  );
}

/* CONTENT */
.hero-content {
  position: relative;
  z-index: 2;

  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* GLASS BOX */
.hero-box {
  max-width: 700px;
  padding: 2.5rem;
  border-radius: 22px;

  background: rgba(255,255,255,0.10);
  backdrop-filter: blur(14px);

  border: 1px solid rgba(255,255,255,0.18);
  color: white;
  text-align: center;
}

.btn-hero {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 12px 26px;
  border-radius: 14px;

  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.3px;

  color: #fff;
  border: none;
  cursor: pointer;

  background: linear-gradient(135deg,  #0d0e63, #0d0e63);

  transition: all 0.3s ease;
  overflow: hidden;
}

/* NAVBAR FIX */
.navbar {
  position: absolute;
  width: 100%;
  z-index: 10;
}

.navbar .nav-link {
  color: white !important;
  opacity: 0.85;
}

.navbar .nav-link:hover {
  opacity: 1;
}

/* SWIPER CONTROLS */
.swiper-button-next,
.swiper-button-prev {
  color: white;
  width: 44px;
  height: 44px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
  border-radius: 50%;

  top: 50%;
  transform: translateY(-50%);
}

/* better positioning */
.swiper-button-prev {
  left: 20px;
}

.swiper-button-next {
  right: 20px;
}

/* remove weird default arrow scaling */
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 18px;
  font-weight: 700;
}

/* hover effect */
.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: rgba(255, 255, 255, 0.25);
}

/* MOBILE */
@media (max-width: 768px) {
  .hero-box {
    padding: 1.8rem;
    margin: 0 10px;
  }
}

/* =========================
SECTIONS
========================= */

section {
  padding: 5rem 0;
}

.section-header {
  text-align: center;
  margin-bottom: 3rem;
}

.eyebrow {
  text-transform: uppercase;
  color: var(--secondary);
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 0.5rem;
}

.section-header h2 {
  font-weight: 800;
  color: var(--primary);
}

/* =========================
CARDS
========================= */

.value-card,
.feature-card,
.property-card,
.testimonial-card {
  background: #fff;
  border-radius: 20px;
  padding: 1.5rem;
  height: 100%;
  border: 0;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

.value-card:hover,
.feature-card:hover,
.property-card:hover {
  transform: translateY(-8px);
}

.property-image {
  height: 220px;
  border-radius: 15px;
  background-size: cover;
  background-position: center;
}

.property-body h3,
.value-card h3,
.feature-card h3 {
  color: var(--primary);
  font-weight: 700;
}

.property-footer {
  border-top: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1rem;
  padding-top: 1rem;
}

.tag {
  background:#0d0e63;
  color: #ffffff;
  margin-bottom: 0.8rem;
  border-radius: 999px;
  margin-top:10px;
  padding: 0.4rem 0.8rem;
  font-size: 0.8rem;
  display: inline-block;
}

/* =========================
ICONS
========================= */

.icon {
  width: 60px;
  height: 60px;
  border-radius: 15px;
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
  justify-content: center;
  background:  #0d0e63;
  color: var(--secondary);
  font-size: 1.5rem;
}

/* =========================
CONTACT
========================= */

/* =========================
MODERN CONTACT SECTION (FULL UPGRADE)
========================= */

.contact-section {
  background: linear-gradient(135deg, #f8fafc, #eef6ff);
}

/* layout spacing harmony */
.contact-grid {
  align-items: stretch;
}

/* =========================
LEFT PANEL (DETAILS)
========================= */

.contact-details {
  padding: 2.5rem;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(31, 58, 147, 0.08);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.08);
}

/* heading */
.newsletter-content h2 {
  font-size: clamp(1.7rem, 2.5vw, 2.3rem);
  font-weight: 850;
  color: var(--primary);
  margin-bottom: 0.6rem;
}

.newsletter-content p {
  color: #5b5b5b;
  line-height: 1.6;
  margin-bottom: 1.8rem;
}

/* info cards grid feel */
.details {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 1.8rem;
}

/* each info row becomes card */
.details p {
  margin: 0;
  padding: 14px 16px;
  border-radius: 16px;

  display: flex;
  align-items: center;
  gap: 12px;

  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.04);

  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
  transition: all 0.25s ease;
}

/* hover lift */
.details p:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
  border-color:  #0d0e63;
}

/* icons */
.details i {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
color: #ffffff;
  border-radius: 10px;
  background:  #0d0e63;
  font-size: 1.1rem;
}

/* links */
.details a {
  color: var(--primary);
  font-weight: 600;
  text-decoration: none;
}

.details a:hover {
  text-decoration: underline;
}

/* map */
.contact-map {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.15);
}

/* =========================
RIGHT PANEL (FORM)
========================= */

.contact-form-wrap {
  padding: 2.8rem;
  border-radius: 26px;

  background: linear-gradient(145deg, #ffffff, #f6fbff);
  border: 1px solid rgba(31, 58, 147, 0.08);

  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
}

/* subtle glow */
.contact-form-wrap::before {
  content: "";
  position: absolute;
  inset: -50%;
  /* background: radial-gradient(circle, rgba(14,165,233,0.10), transparent 60%); */
  transform: rotate(20deg);
  pointer-events: none;
}

/* labels */
.contact-form .form-label {
  font-weight: 600;
  color: var(--primary);
  font-size: 0.9rem;
}

/* inputs */
.contact-form .form-control {
  border-radius: 14px;
  border: 1px solid #e5e7eb;
  padding: 12px 14px;
  transition: 0.3s;
  background: #fff;
}

/* focus */
.contact-form .form-control:focus {
  border-color: var(--secondary);
  box-shadow: 0 0 0 4px rgba(14,165,233,0.18);
}

/* spacing */
.contact-form .mb-3 {
  margin-bottom: 1.2rem !important;
}

/* CTA button */
.contact-form .btn-primary {
  border: none;
  padding: 12px 18px;
  font-weight: 600;
  border-radius: 14px;
  transition: 0.3s;
}

.contact-form .btn-primary:hover {
  transform: translateY(-3px);
  background: linear-gradient(135deg, #0d0e63, #0d0e63) ;
}

/* reset button */
.contact-form .btn-outline-secondary {
  border-radius: 14px;
  padding: 12px 18px;
}

/* =========================
MOBILE
========================= */

@media (max-width: 768px) {
  .contact-details,
  .contact-form-wrap {
    padding: 1.8rem;
  }

  .details p {
    font-size: 0.95rem;
  }
}

/* =========================
BUTTONS
========================= */

.button {
  border-radius: 10px;
  padding: 0.8rem 1.5rem;
  transition: 0.3s;
  font-weight: 600;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  color: white;
}

.button-secondary {
  background: white;
  color: var(--primary);
  border: 1px solid var(--primary);
}

/* =========================
FOOTER
========================= */

.footer {
  padding: 2rem 0;
  background: #0f172a; /* deep modern dark */
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.95rem;
}

.footer p {
  margin: 0;
  font-weight: 400;
  letter-spacing: 0.2px;
}

/* optional subtle glow line */
.footer::before {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: linear-gradient(
    to right,
    transparent,
    rgba(255,255,255,0.2),
    transparent
  );
  margin-bottom: 1.5rem;
}

/* =========================
FLOATING BUTTON
========================= */

.floating-enquiry-btn {
  position: fixed;
  right: 20px;
  bottom: 30%;
  width: 80px;
  height: 30px;
  border-radius: 10%;
  border: 0;
  color: white;
  /* font-size: 1.5rem; */
  z-index: 1050;
  background: linear-gradient(135deg, #0d0e63, #0d0e63);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

/* =========================
MOBILE FIXES
========================= */

@media (max-width: 768px) {
  .hero {
    height: 80vh;
  }

  .slide-content {
    text-align: center;
    padding: 1.5rem;
  }

  .slide-content h1 {
    font-size: 2rem;
  }

  section {
    padding: 3rem 0;
  }
}



.fa-solid {
color:#ffffff;
}
.btn{
    background-color: #0d0e63;
    color: white;
}