*{
font-family: "Montserrat", sans-serif;
}

body{
  margin:0;
}
/* ===== HEADER DESIGN ===== */
/* ===== HEADER DESIGN ===== */
.main-header {
    position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  transition: 0.4s ease;
}

/* TOP BAR TRANSPARENT */
.top-bar {
  background: transparent !important;
  padding: 10px 0;
    transition: 0.4s ease;
}


.top-social a {
  color: #fff;
  margin-right: 15px;
  font-size: 15px;
  transition: 0.3s;
}

.top-social a:hover {
  color: #00ffd0;
}

.top-phone {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.top-phone i {
  margin-right: 6px;
  color: #fff;
}

/* NAVBAR */
.custom-navbar {
  background: transparent !important;
  /* padding: 7px 0; */
   transition: 0.4s ease;
  border-bottom: 1px solid rgba(255, 255, 255, 0.443); /* header bottom line */
}
/* Scroll Active */
.main-header.scrolled .custom-navbar {
  background: #0C51A1 !important;
 padding: 8px 0; 
  box-shadow: 0 8px 25px rgba(0,0,0,0.25);
}

/* Top bar hide on scroll */
.main-header.scrolled .top-bar {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
}

.custom-navbar .nav-link {
  color: #fff !important;
  font-size: 14px;
  letter-spacing: 1px;
  font-family: "Montserrat", sans-serif;
  margin: 0 10px;
  font-weight: 500;
  position: relative;
}
/* active underline */
.custom-navbar .nav-link.active::after {
  content: "";
  position: absolute;
  width: 70%;
  height: 2px;
  background: #fff;
  left: 15%;
  bottom: -8px;
}
/* hover underline */
.custom-navbar .nav-link:hover::after {
  content: "";
  position: absolute;
  width: 70%;
  height: 2px;
  background: #00ffd0;
  left: 15%;
  bottom: -8px;
}

/* Center Logo */
.logo-center img {
  /* width: 100px;
  height: 100px; */
  width: 100px;
  object-fit: contain;
  filter: drop-shadow(0 0 8px rgba(0,0,0,0.3));
}

/* Mobile Logo */
.mobile-logo {
  width: 45px;
  height: 45px;
  object-fit: contain;
}

/* ===== SLIDER DESIGN ===== */
.hero-slider {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.slider-img {
  height: 100vh;
  object-fit: cover;
}

/* overlay */
.slider-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
}

/* caption center */
.custom-caption {
  bottom: 25%;
  text-align: center;
}

.custom-caption h1 {
  font-size: 48px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: "Playfair Display", serif;
      color: white;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}
.custom-caption h1 span{
      color: white;
        font-family: "Playfair Display", serif;

}
.custom-caption p {
  text-shadow: 0 0 10px #000;
  /* font-family: "Playfair Display", serif; */
  font-weight: 300;
}

.explore-btn {
  margin-top: 20px;
  padding: 12px 30px;
  font-size: 14px;
  letter-spacing: 1px;
  border: 1px solid #fff;
  color: #fff;
  /* background: rgba(0, 255, 208, 0.15); */
  border-radius: 0px;
  transition: 0.3s;
}

.explore-btn:hover {
  background: #00ffd0;
  color: #000;
}

/* Carousel arrows */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(1);
  width: 45px;
  height: 45px;
}

/* ===== RESPONSIVE ===== */
@media(max-width: 768px) {
  .custom-navbar .nav-link.active::after{
    background-color: transparent;
  }
  .nav-item{
   border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }
  .navbar-collapse {
  
    padding: 10px;
    background: #0c51a1;
}
  .mobile-logo{
    width: initial;
  }
  .top-bar{
    display: none;
  }
  .hero-slider {
  width: 100%;
  height: 50vh;
  overflow: hidden;
}
.slider-img {
    height: 46vh;
    object-fit: cover;
}
    .custom-caption {
        bottom: 1% !important;
    }
}
@media(max-width: 992px) {
  .custom-navbar {
    background: rgba(0, 0, 0, 0.85);
  }

  .custom-caption h1 {
    font-size: 38px;
  }

  .custom-caption {
    bottom: 30%;
  }
}

@media(max-width: 576px) {
  .custom-caption h1 {
    font-size: 28px;
  }

  .custom-caption p {
    font-size: 14px;
  }

  .explore-btn {
    padding: 10px 20px;
    font-size: 13px;
  }

  .top-phone {
    font-size: 12px;
  }

  .top-social a {
    margin-right: 10px;
    font-size: 13px;
  }
}

/* property Types Section */
.property-types-ultra {
  padding: 120px 0;
  background: 
  radial-gradient(circle at top, rgba(255, 255, 255, 0.55), transparent 65%),
  linear-gradient(135deg, rgba(12, 81, 161, 0.25), rgba(255, 255, 255, 0.15));

  
  position: relative;
  overflow: hidden;
}

/* Header */
.ultra-header h2 {
  font-size: 48px;
  font-weight: 900;
  letter-spacing: 1px;
  margin-bottom: 10px;
  color: #0e2e50;
}

.ultra-header p {
  max-width: 650px;
  margin: auto;
color: #0e2e50;
  font-size: 16px;
}

.ultra-tag {
  display: inline-block;
  padding: 6px 18px;
  border-radius: 30px;
  background: linear-gradient(135deg, #00f5c4, #00d9a6);
  color: #022c22;
  font-weight: 700;
  margin-bottom: 12px;
}

/* Card */
.ultra-card {
  position: relative;
 background: 
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.55), transparent 65%),
    radial-gradient(circle at top left, rgba(12, 81, 161, 0.35), transparent 70%),
    linear-gradient(180deg, rgba(12, 81, 161, 0.30), #020617);
  border-radius: 22px;
  padding: 55px 25px;
  text-align: center;
  box-shadow:
    0 30px 80px rgba(0,0,0,0.6),
    inset 0 0 0 1px rgba(255,255,255,0.05);
  transition: 0.6s cubic-bezier(.4,0,.2,1);
  overflow: hidden;
}

.ultra-card:hover {
  transform: translateY(-18px) scale(1.03);
}

/* Glow Ring */
.glow-ring {
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  top: -90px;
  right: -90px;
  background: radial-gradient(circle, #0C51A1 0%, transparent 65%);
  filter: blur(30px);
  opacity: 0.9;
}

/* Icon */
.ultra-icon {
  width: 90px;
  height: 90px;
  margin: auto;
  border-radius: 50%;
 background: linear-gradient(135deg, rgba(12, 81, 161, 1), rgba(12, 81, 161, 0.6));

  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  color: #00f5c4;
  margin-bottom: 22px;
  box-shadow: 0 0 0 10px rgba(0,245,196,0.15);
  transition: 0.6s;
}

.ultra-card:hover .ultra-icon {
  transform: rotate(12deg) scale(1.15);
  box-shadow: 0 0 0 20px rgba(0,245,196,0.25);
}

/* Text */
.ultra-card h5 {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 6px;
  color: white;
}

.ultra-card span {
  font-size: 14px;
  color: #94a3b8;
}

/* Responsive */
@media (max-width: 768px) {
  .ultra-header h2 {
    font-size: 34px;
  }
}


/* Place To Find The Perfect Property */
.perfect-property {
  padding: 80px 0;
  background: #fff;
}

/* IMAGE DESIGN */
.image-wrapper {
  position: relative;
  width: 100%;
  max-width: 520px;
  margin: auto;
}

/* Green background shape */
.green-shape {
  position: absolute;
  left: -40px;
  top: -40px;
  width: 100%;
  height: 100%;
  background: #0C51A1;
  clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
  z-index: 1;
}

/* Image container */
.image-box {
  position: relative;
  background: #fff;
  padding: 20px;
  z-index: 2;
}

/* Image styling */
.image-box img {
  width: 100%;
  height: auto;
  display: block;
}


/* TEXT */
.section-title {
  font-size: 36px;
  font-weight: 700;
  color: #0e2e50;
  margin-bottom: 20px;
}

.section-desc {
  color: #666;
  line-height: 1.7;
  margin-bottom: 25px;
  text-align: justify;
}

/* LIST */
.feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.feature-list li {
  margin-bottom: 12px;
  color: #555;
  font-size: 16px;
}

.feature-list i {
  color: #0C51A1;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .green-shape {
    left: -20px;
    top: -20px;
  }

  .image-wrapper {
    max-width: 100%;
  }
}

/* Property Listing */

.property-card {
  border: 3px solid #00a88e;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  transition: 0.4s;
}

.property-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.08);
}

.img-box {
  position: relative;
  overflow: hidden;
}

.img-box img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  transition: 0.5s;
}

.property-card:hover img {
  transform: scale(1.1);
}

.badge {
  position: absolute;
  top: 15px;
  left: 15px;
  padding: 6px 12px;
  font-size: 12px;
  color: #fff;
  border-radius: 4px;
}

.badge.rent {
  background: #0C51A1;
}

.badge.sell {
  background: #0d6efd;
}

.card-body {
  padding: 15px;
}

.type {
  display: inline-block;
  font-size: 13px;
  color: #0C51A1;
  border: 1px dashed #0C51A1;
  padding: 3px 10px;
  border-radius: 4px;
  margin-bottom: 10px;
}

.card-body h5 {
  color: #0C51A1;
  font-weight: 700;
}

.title {
  font-weight: 600;
  margin: 5px 0;
}

.location {
  color: #6c757d;
  font-size: 14px;
}

.info {
  display: flex;
  justify-content: space-between;
  border-top: 1px dashed #dee2e6;
  margin-top: 10px;
  padding-top: 10px;
  font-size: 13px;
  color: #6c757d;
}

.filter-btns .btn.active {
  background: #0C51A1;
  color: #fff;
}
/* Property Agents */
.agents-section {
  background: #fff;
}

.agent-card {
  background: #f8f9fa;
  border-radius: 12px;
  overflow: hidden;
  transition: 0.4s ease;
}

.agent-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

.agent-img {
  position: relative;
  overflow: hidden;
}

.agent-img img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}

.agent-social {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  opacity: 0;
  transition: 0.4s;
}

.agent-card:hover .agent-social {
  opacity: 1;
}

.agent-social a {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0C51A1;
  font-size: 16px;
  transition: 0.3s;
}

.agent-social a:hover {
  background: #0C51A1;
  color: #fff;
}

.agent-info {
  padding: 20px;
}

.agent-info h5 {
  margin-bottom: 4px;
  font-weight: 600;
}

.agent-info span {
  font-size: 14px;
  color: #6c757d;
}

/* start services  */
.services {
  background: #fff;
}
.services h2{
  font-size: 48px;
    font-weight: 900;
    letter-spacing: 1px;
    /* margin-bottom: 10px; */
    color: #0e2e50;
}
 h2{
  font-size: 48px;
    font-weight: 900;
    letter-spacing: 1px;
    /* margin-bottom: 10px; */
    color: #0e2e50;
}
.service-card {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.service-card img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  transition: transform 0.6s ease;
}

/* Overlay */
.service-overlay {
  position: absolute;
  inset: 0;
  background: #00a88f72;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 25px;
  opacity: 0;
  transform: scale(1.1);
  transition: all 0.5s ease;
}

/* Footer */
.service-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #031b3f;
  color: #00a88e;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
}
.footer-links a i {
  color: #00a88e;
  font-size: 13px;
}
.service-footer h5 {
  margin: 0;
  font-size: 18px;
}

.plus {
  width: 45px;
  height: 45px;
  background: #00a88e;
  color: #031b3f;
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}

/* Hover Effects */
.service-card:hover img {
  transform: scale(1.1);
}

.service-card:hover .service-overlay {
  opacity: 1;
  transform: scale(1);
}


/* Footer */
.site-footer {
  background: radial-gradient(circle at top, #041c3c, #020b1f);
  color: #cfd8dc;
  padding: 70px 0 30px;
  font-family: 'Poppins', sans-serif;
}

/* Headings */
.site-footer h2,
.site-footer h4 {
  color: #00a88e;
  margin-bottom: 18px;
  position: relative;
}

.site-footer h4::after {
  content: "";
  width: 40px;
  height: 3px;
  background: #00a88e;
  display: block;
  margin-top: 8px;
  border-radius: 10px;
}

.footer-brand {
  font-size: 28px;
  font-weight: 700;
}

/* Text */
.about-text {
  font-size: 14.5px;
  line-height: 1.8;
  margin-bottom: 20px;
  text-align: justify;
}

/* Links */
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: #cfd8dc;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-links a:hover {
  color: #00a88e;
  padding-left: 6px;
}

/* Contact */
.contact-info {
  list-style: none;
  padding: 0;
}

.contact-info li {
  font-size: 14px;
  margin-bottom: 10px;
}

.contact-info i {
  color: #00a88e;
  margin-right: 8px;
}

/* Social Icons */
.social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border-radius: 50%;
  border: 1px solid rgba(0, 168, 142, 0.4);
  color: #00a88e;
  transition: all 0.35s ease;
  text-decoration: none;
}

.social-links a:hover {
  background: #00a88e;
  color: #ffffff;
  transform: translateY(-5px);
}

/* Bottom */
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 15px;
  font-size: 14px;
}

.footer-bottom span {
  color: #00a88e;
  font-weight: 600;
}


/* Feature Strip Section */
.features-strip {
  margin-top: 60px;
}
.footer-link {
  color: #00a88e;
  text-decoration: none;
  font-weight: 500;
}

.footer-link:hover {
  text-decoration: underline;
  color: #00d9b8;
}
/* Common Box */
.feature-box {
  height: 100%;
  padding: 60px 40px;
  transition: all 0.4s ease;
}

.feature-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
}

.feature-box p {
  font-size: 15px;
  line-height: 1.7;
}

/* Icons */
.feature-box .icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 2px dotted currentColor;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  margin-bottom: 20px;
}

/* Dark Box */
.feature-box.dark {
  background: #031b3f;
  color: #00a88e;
}

.feature-box.dark p {
  color: #e6e6e6;
}

/* Yellow Box */
.feature-box.yellow {
  background: #00a88e;
  color: #031b3f;
}

.feature-box.yellow p {
  color: #1f1f1f;
}

/* Hover Effects */
.feature-box:hover {
  transform: translateY(-12px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
}

/* Responsive */
@media (max-width: 991px) {
  .feature-box {
    text-align: center;
  }

  .feature-box .icon {
    margin: 0 auto 20px;
  }
}
