:root{
      --accent:#c8102e;    
      --price:#f4c430;   
      --card-radius:18px;
      --accent-red: #b80000;
      --bg-pale: #fff3f3;
      --text-dark: #111;
      --muted: #555;
       --accent-yellow: #e6b21a;
      --accent-red: #d81b1b;
      --glass: rgba(255,255,255,0.06);
      --nav-bg: rgba(18,18,18,0.55);
      --max-width: 1200px;
    }
    :root{--max-width:1200px;--muted:#6b7280;--card-gray:#f5f5f5;--line:#e9e9e9}
    *{box-sizing:border-box}
body{
      font-family: 'Poppins', sans-serif;
      background:#ffffff;
      color:#111;
      margin:0;  
       }
    .custom-navbar {
      background: rgb(0 0 0 / 50%);
      border-bottom-left-radius: 20px;
      border-bottom-right-radius: 20px;
      padding: 15px 40px;
      max-width: 900px;
      margin: 0px auto 0;
  }
 
    .hero-section {
      position: relative;
      height: 100vh;
      background: url('../images/banner.webp') no-repeat center center/cover;
      display: flex;
      align-items: center;
      color: #fff;
    }

    .hero-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgb(0 0 0 / 45%);
    }

    .hero-content {
      position: relative;
      z-index: 2;
      max-width: 650px;
      padding: 20px;
      margin-left: 8%;
    }

    .hero-content h1 {
      font-family: 'Playfair Display', serif;
      font-size: 3rem;
      font-weight: bold;
    }

    .hero-content p {
      font-family: 'Playfair Display', serif;
      margin-top: 76px;
      font-size: 22px;
    }


    .hero-btn {
      margin-top: 25px;
      background: #fff;
      color: red;
      padding: 12px 35px;
      font-weight: 600;
      border-radius: 40px;
      text-decoration: none;
      display: inline-block;
    }

    .hero-btn:hover {
      background: red;
      color: #fff;
    }

    .hero-btn-wrapper {
      position: absolute;
      bottom: 40px;           
      left: 50%;
      transform: translateX(-50%);
      z-index: 2;
      text-align: center;
    }

    .hero-btn {
      background: #fff;
      color: red;
      padding: 12px 35px;
      font-weight: 600;
      border-radius: 40px;
      text-decoration: none;
      display: inline-block;
      box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    }

    .hero-btn:hover {
      background: red;
      color: #fff;
    }

    .custom-navbar .navbar-brand {
      font-size: 1.4rem;
      font-weight: 700;
      letter-spacing: 1px;
      margin-right: 50px;      
      color: #fff !important;
    }

  
    .custom-navbar .nav-link {
      color: #fff !important;
      margin: 0 15px;          
      font-weight: 500;
    }

    .custom-navbar .nav-link:hover {
      color: #f0f0f0 !important;
    }
     .trending-section{
      padding: 72px 0;
    }


    .trending-label {
      text-align:center;
      color:var(--accent);
      font-weight:700;
      letter-spacing:0.4px;
      font-size:35px;
      margin-bottom:34px;
      display:inline-flex;
      gap:8px;
      align-items:center;
    }

    .trending-label .fire{
      font-size:20px;
      transform:translateY(1px);
    }

    .trending-row { gap:32px; }


    .featured-card{
      position:relative;
      border-radius:var(--card-radius);
      overflow:hidden;
      min-height:420px;
      height:100%;
      background-color:#eee;
      box-shadow: 0 10px 30px rgba(15,15,15,0.08);
    }

    .featured-card .bg-img{
      width:100%;
      height:100%;
      background-position:center;
      background-size:cover;
      display:block;
    }

    .featured-info {
      position:absolute;
      left:180px;
      bottom:28px;
      width:62%; 
      min-width:260px;
      background: rgba(255,255,255,0.62);
      backdrop-filter: blur(6px);
      -webkit-backdrop-filter: blur(6px);
      padding:18px 18px 16px 18px;
      border-radius:12px;
      box-shadow:0 8px 22px rgba(10,10,10,0.12);
    }

  
    .featured-info .prop-title{
      font-weight:700;
      font-size:16px;
      color:#111;
      margin:0 0 6px 0;
    }
    .featured-info .prop-sub{
      font-size:13px;
      color:#666;
      margin-bottom:12px;
    }

    .prop-features{
      display:flex;
      flex-wrap:wrap;
      gap:8px 14px;
      font-size:13px;
      color:#333;
      margin-bottom:12px;
    }
    .prop-features .dot{
      width:7px;height:7px;border-radius:50%;background:var(--accent);display:inline-block;margin-right:8px;vertical-align:middle;
    }

    .prop-bottom{
      display:flex;
      align-items:center;
      justify-content:flex-start;
      gap:18px;
      margin-top:4px;
    }
    .price-pill{
      background:var(--price);
      color:#000;
      font-weight:700;
      padding:8px 12px;
      border-radius:10px;
      font-size:14px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.08);
    }
    .prop-stats{
      display:flex;
      gap:12px;
      color:#444;
      font-size:13px;
    }

    .right-block{
      display:flex;
      flex-direction:column;
      gap:10px;
    }

    .main-heading{
      font-family: 'Playfair Display', serif;
      font-size:54px;
      font-weight:700;
      line-height:1.02;
      color:#111;
      margin:0 0 10px 0;
    }

    .main-desc{
      max-width:520px;
      color:#666;
      font-size:15px;
      line-height:1.6;
      margin-bottom:18px;
    }

    .small-cards{
      margin-top:6px;
      display:flex;
      gap:18px;
    }
    .small-card{
      flex:1;
      border-radius:14px;
      overflow:hidden;
      box-shadow:0 8px 18px rgba(10,10,10,0.06);
    }
    .small-card img{ width:100%; height:180px; object-fit:cover; display:block; 
    }
    .property-section {
      text-align: center;
      padding: 60px 20px;
    }
    .property-heading {
      font-size: 34px;
      font-weight: 700;
      color: #b30000;
      margin-bottom: 25px;
    }
    .property-tabs .nav-link {
      border: 1px solid #b30000;
      border-radius: 25px;
      margin: 0 8px;
      color: #000;
      font-weight: 500;
      padding: 8px 22px;
    }
    .property-tabs .nav-link.active {
      background: #b30000;
      color: #fff;
    }
    .recommend-text {
      font-weight: 700;
      color: #b30000;
      margin: 35px 0 25px;
      font-size: 22px;
    }
    .property-card {
      position: relative;
      border-radius: 20px;
      overflow: hidden;
      margin-bottom: 30px;
      box-shadow: 0px 4px 15px rgba(0,0,0,0.1);
    }
    .property-card img {
      width: 100%;
      height: 300px;
      object-fit: cover;
      transition: transform 0.3s ease-in-out;
    }
    .property-card:hover img {
      transform: scale(1.05);
    }
    .property-overlay {
      position: absolute;
      bottom: 0;
      width: 100%;
      padding: 20px;
      color: #fff;
      font-size: 14px;
  
      /* Smooth fade from transparent to dark */
      background: linear-gradient(
          to top,
          rgba(0, 0, 0, 0.85) 0%,
          rgba(0, 0, 0, 0.65) 30%,
          rgba(0, 0, 0, 0.35) 60%,
          rgba(0, 0, 0, 0) 100%
      );
  
      backdrop-filter: blur(0px);
  }
    .property-meta {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 8px;
    }
    .property-meta span {
      background: rgba(0,0,0,0.5);
      padding: 5px 12px;
      border-radius: 20px;
      font-size: 12px;
    }
    .property-meta .details-btn {
      background: #fff;
      color: #000;
      font-size: 12px;
      padding: 5px 12px;
      border-radius: 20px;
    }
    .property-title {
      font-weight: 600;
      margin: 5px 0;
      text-align: left;
    }
    .property-price {
      color: #FFD700;
      font-weight: 700;
      font-size: 18px;
      text-align: left;
      margin-bottom: 8px;
    }
    .property-info {
      display: flex;
      justify-content: space-between;
      font-size: 13px;
    }
    .see-all-btn {
      display: block;
      width: 220px;
      margin: 30px auto 0;
      border: 1px solid #b30000;
      border-radius: 10px;
      color: #b30000;
      font-weight: 600;
      padding: 12px 0;
      background: #fff;
      text-transform: uppercase;
      font-size: 14px;
      letter-spacing: 1px;
    }
    .see-all-btn:hover {
      background: #b30000;
      color: #fff;
    }
    .aboutus-wrapper {
    max-width: 1134px;
    margin: 50px auto;
    padding: 20px;
    margin-top: 0px;
}
    .aboutus-section {
      background: url('../images/banner.webp') no-repeat center center/cover;
      border-radius: 25px;
      padding: 60px 30px;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .aboutus-box {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 15px;
    max-width: 974px;
    width: 100%;
    padding: 40px;
    text-align: center;
}

    .aboutus-box h2 {
      font-size: 34px;
      font-weight: 700;
      margin-bottom: 20px;
      color: #b30000;
    }

    .aboutus-box p {
      font-size: 16px;
      color: #333;
      line-height: 1.7;
      padding: 60px;
    }

    .footer {
      background: #b10000;
      color: #fff;
      padding: 60px 40px;
    }

    .footer-container {
      display: grid;
      grid-template-columns: 1.5fr 1fr 1fr 1fr 1.5fr;
      gap: 40px;
      max-width: 1300px;
      margin: 0 auto;
    }


    .footer-logo {
      max-width: 180px;
      margin-bottom: 20px;
    }

    .footer-desc {
      font-size: 14px;
      line-height: 1.7;
      margin-bottom: 20px;
    }


    .footer-social {
      display: flex;
      gap: 15px;
      margin-top: 15px;
    }

    .footer-social a {
      color: #fff;
      font-size: 18px;
      transition: 0.3s;
    }
    .footer-social a:hover {
      color: #000;
    }


    .footer h4 {
      font-size: 16px;
      font-weight: 600;
      margin-bottom: 18px;
    }

    .footer ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .footer ul li {
      margin-bottom: 10px;
    }

    .footer ul li a {
      color: #ffffffb8;
      font-size: 14px;
      text-decoration: none;
      transition: 0.3s;
    }

    .footer ul li a:hover {
      color: #000;
    }


    .footer-contact p {
      color: #ffffffb8;
      margin: 10px 0;
      font-size: 14px;
      display: flex;
      align-items: flex-start;
      gap: 10px;
    }
    p .fas{
      color: #ffffff;
    }

    .footer-contact i {
      font-size: 16px;
      margin-top: 2px;
    }
    .footer-social .fab{
      border: 1px solid white;
      padding: 5px;
      border-radius: 5px;
    }

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
 .testimonial-section {
      background-color: #FFF6F6;
      padding: 50px 20px;
      text-align: center;
    }

    .testimonial-section h2 {
      color: #b80000;
      font-size: 2.2rem;
      margin-bottom: 40px;
      font-weight: 700;
    }

    .testimonial-card {
      background: #fff;
      border-radius: 12px;
      padding: 20px;
      text-align: left;
      box-shadow: 0 4px 12px rgba(0,0,0,0.08);
      position: relative;
      min-height: 300px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }


    .testimonial-top {
      display: flex;
      align-items: center;
      margin-bottom: 15px;
    }
    .testimonial-top .avatar {
      width: 45px;
      height: 45px;
      border-radius: 50%;
      background: #d9d9d9;
      margin-right: 10px;
    }
    .testimonial-top .name {
      font-weight: bold;
      font-size: 1rem;
    }

    .testimonial-card .message {
      flex-grow: 1;
      font-size: 0.95rem;
      line-height: 1.5;
      color: #333;
    }

    .testimonial-bottom {
      margin-top: 20px;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .testimonial-bottom .rating {
      font-weight: bold;
      font-size: 0.9rem;
      display: flex;
      align-items: center;
      gap: 4px;
    }
    .testimonial-bottom .rating .stars {
      color: #ffc107;
      font-size: 1rem;
    }

    .testimonial-bottom .actions i {
      margin-left: 12px;
      cursor: pointer;
      font-size: 1.1rem;
      color: #000;
    }


    .owl-carousel .item {
      padding: 10px;
    }

     .milestones-section {
    max-width: 1200px;
    margin: auto;
    padding: 35px 60px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}


    .milestones-left {
      flex: 1;
      min-width: 300px;
      padding-right: 40px;
    }

    .milestones-left h2 {
      font-family: "Georgia", serif;
      font-size: 2.5rem;
      font-weight: 700;
      color: #b80000;
      margin-bottom: 20px;
    }

    .milestones-left p {
      font-family: Arial, sans-serif;
      font-size: 1rem;
      line-height: 1.6;
      color: #333;
      max-width: 90%;
    }


    .milestones-right {
      flex: 1;
      min-width: 280px;
    }

    .milestone-item {
      display: flex;
      align-items: baseline;
      justify-content: flex-start;
      margin-bottom: 35px;
    }

    .milestone-number {
      font-family: "Georgia", serif;
      font-size: 4rem;
      font-weight: 700;
      margin-right: 15px;
      line-height: 1;
    }

    .milestone-text {
    font-family: "Georgia", serif;
    font-size: 1.2rem;
    font-weight: 500; 
    line-height: 1.4;
    position: relative;
    bottom: 22px;
}

    .milestone-text span {
      font-style: italic;
      font-weight: 600;
      display: block;
    }
    .choose-section {
    background: #FFF;
    padding: 0px 0px 50px !important;
    display: flex;
    justify-content: center;
}

    .choose-inner{
      width: 100%;
      max-width: 1180px;
      background: #FFF6F6;
      padding: 36px 48px;
    }

    .choose-title{
      font-family: "Playfair Display", serif;
      color: var(--accent-red);
      text-align: center;
      font-size: 40px;
      font-weight: 700;
      margin: 6px 0 28px;
    }

    .choose-row{
      display: flex;
      align-items: center;
      gap: 28px;
      margin-bottom: 44px;
    }

    .choose-row.rev { flex-direction: row-reverse; }

    .image-frame{
      flex: 0 0 45%;
      border-radius: 12px;
      padding: 20px;
      border: 2.5px dashed rgba(0,0,0,0.45);
      display: flex;
      align-items: center;
      justify-content: center;
      background: transparent;
    }

    .image-frame img{
      width: 100%;
      height: 180px;
      object-fit: cover;
      border-radius: 12px;
      display: block;
    }

    .choose-text{
      flex: 1;
      min-width: 240px;
      padding: 6px 10px;
    }

    .choose-heading{
      font-size: 20px;
      font-weight: 700;
      color: var(--text-dark);
      margin: 0 0 8px;
      display: flex;
      align-items: baseline;
      gap: 10px;
    }

    .choose-heading .num{
      font-weight: 700;
      color: var(--text-dark);
      font-size: 20px;
    }

    .choose-para{
      margin: 0;
      color: var(--muted);
      font-size: 13.5px;
      line-height: 1.6;
      max-width: 520px;
    }

    .choose-row:last-child{ margin-bottom: 0; }

    .about-hero-section {
  position: relative;
  width: 100%;
  height: 70vh; /* adjust as needed */
  background: url('../images/aboutbanner.webp') no-repeat center center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6); /* black overlay */
  z-index: 1;
}

.about-hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
}

.about-hero-content h1 {
  color: #fff;
  font-family: 'Playfair Display', serif;
  font-size: 70px;
  font-weight: bold;
}
.aboutnestrov h2{
  color:#c8102e;
  font-family: 'Playfair Display', serif;
  font-size: 45px;
}
.aboutnestrov p{
  color: #3f3f3f;
  font-weight: 400;
  font-size: 18px;
  padding: 25px 10px;
  /* font-family: 'Playfair Display', serif; */
}
.leader-heading h2 {
  color: #b30000; /* red heading */
  font-weight: 700;
  margin-bottom: 10px;
  position: relative;
}

.leader-heading h2::after {
  content: "";
  display: block;
  width: 120px;
  height: 2px;
  background: #b30000;
  margin: 12px auto 0;
}

.leader-heading p {
  color: #b30000;
  font-style: italic;
  font-weight: 500;
  margin-bottom: 40px;
}

/* Leader Card */
.leader-card {
  background: #fff;
  margin: 15px auto;
  text-align: center;
  overflow: hidden;
  border-radius: 0 0 60px 0;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.leader-img img {
  width: 100%;
  height: auto;
  display: block;
  height: 390px;
}

/* Red curved bottom */
.leader-info {
  background: #d62828;
  color: #fff;
  padding: 18px 15px;
  border-radius: 0 0 60px 0;  /* big curve at bottom-right */
}

.leader-info h4 {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 600;
}

.leader-info span {
  font-size: 0.9rem;
  display: block;
  margin-top: 4px;
}

/* Equal gap between two cards */
.row.justify-content-center {
  gap: 40px; /* space between two boxes */
}

.team-heading h2 {
  color: #b30000;
  font-weight: 700;
  margin-bottom: 10px;
  position: relative;
}

.team-heading h2::after {
  content: "";
  display: block;
  width: 120px;
  height: 2px;
  background: #b30000;
  margin: 12px auto 0;
}

.team-heading p {
  color: #000;
  font-style: italic;
  font-weight: 500;
  margin-bottom: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

/* Team card */
.team-card {
  position: relative;
  margin: 15px auto;
  overflow: hidden;
  text-align: center;
  border-radius: 4px;
}

.team-card img {
  width: 100%;
  height: auto;
  display: block;
}

/* Bottom red bar */
.team-info {
  background: #d62828;
  color: #fff;
  padding: 10px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.team-info h4 {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
}

/* Hover overlay */
.team-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(214, 40, 40, 0.9);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.4s ease;
}

.overlay-content {
  text-align: center;
}

.overlay-content h4 {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 600;
}

.overlay-content span {
  display: block;
  font-size: 0.9rem;
  margin-top: 5px;
}

/* Show overlay on hover */
.team-card:hover .team-overlay {
  opacity: 1;
}
.partner-section {
  background-color: #FFF6F6;
  padding: 60px 20px;
 
 
}


.partner-heading {
  color: #b30000;
  font-weight: 700;
  margin-bottom: 40px;
}

.partner-logo {
  background: #fff;
  border-radius: 10px;
  padding: 30px 20px;
  margin: 15px 0;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
  font-size: 1.2rem;
  font-weight: 500;
  color: #888;
  text-align: center;
}
.property-card {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.property-top-tags {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    display: flex;
    justify-content: space-between;
    z-index: 2;
}

/* For Sale Tag */
.property-top-tags .forsale {
    background: #000000;
    color: #fff;
    padding: 6px 10px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
}

/* Wishlist Star */
.property-top-tags .wishlist {
    background: black;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.property-top-tags .wishlist i {
    color: #fff;
    font-size: 16px;
}

/* Active Star (red) */
.property-top-tags .wishlist.active i {
    color: red;
}

.product-pagination {
  margin-top: 30px;
  text-align: center;
}

.pagination .page-link {
  color: #333;
  border: none;
  border-radius: 50%;
  margin: 0 5px;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
  font-weight: 500;
}

.pagination .page-link:hover {
  background-color: #e63946;
  color: #fff;
}

.pagination .page-item.active .page-link {
  background-color: #e63946;
  color: #fff;
  font-weight: bold;
  box-shadow: 0 3px 8px rgba(0,0,0,0.2);
}

.pagination-info {
  margin-top: 10px;
  font-size: 14px;
  color: #666;
}
.property-meta a{
  text-decoration: none;
}
.aboutnestrov h2 {
    padding-top: 70px;
    font-size: 60px;
    font-weight: bold;
}

.aboutnestrov h3 {
  font-size: 34px;
  line-height: 1.6;
  color: #333;
}

.aboutnestrov .highlighted-text {
  color: #e63946;
  font-weight: 600;
  position: relative;
  display: inline-block;
  margin-top: -22px;
}

.aboutnestrov .highlighted-text::after {
  content: "";
  display: block;
  width: 60%;
  height: 3px;
  background: #e63946;
  margin: 90px auto 0;
  border-radius: 2px;
}
.service-card {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  cursor: pointer;
}

.service-card img {
  width: 100%;
  height: 340px;
  display: block;
  border-radius: 12px;
  transition: transform 0.5s ease;
}

.service-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px;
  background: linear-gradient(to top, rgb(0 0 0 / 61%), #0000008f);
  color: #fff;
  text-align: center;
  transition: opacity 0.3s ease;
}

.service-overlay h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}

/* Hover Red Overlay */
.service-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(220, 20, 60, 0.95);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  padding: 20px;
  text-align: center;
  transition: opacity 0.4s ease;
}

.service-hover h4 {
  font-size: 20px;
  margin-bottom: 10px;
}

.service-hover p {
  font-size: 14px;
  margin-bottom: 15px;
}

.service-card:hover img {
  transform: scale(1.1);
}

.service-card:hover .service-hover {
  opacity: 1;
}

.service-card:hover .service-overlay {
  opacity: 0;
}
/* Hero */
.hero {
    position: relative;
    min-height: 78vh;
    background-image: url('/mnt/data/0d9e01e1-0b2f-40e6-88df-3c6ae8073da6.png');
    background-size: cover;
    background-position: center center;
    display: flex;
    align-items: flex-end;
    padding: 72px 6%;
    overflow: hidden;
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(7, 7, 7, 0.62) 0%,
        rgba(7, 7, 7, 0.4) 35%,
        rgba(7, 7, 7, 0.04) 100%
    );
    z-index: 1;
}

.hero-inner {
    position: relative;
    top: 174px;
    z-index: 2;
    max-width: 720px;
    color: #fff;
    padding: 140px 20px;
}

.eyebrow {
    display: inline-block;
    background: rgba(230, 178, 26, 0.12);
    color: var(--accent-yellow);
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 12px;
    margin-top: 30px;
    margin-bottom: 14px;
    font-weight: 700;
}

h2.title {
    font-family: 'Playfair Display', serif;
    font-weight: 800;
    margin: 0 0 18px;
    font-size: 68px;
    line-height: 0.95;
}

.meta-row {
    display: flex;
    gap: 14px;
    align-items: center;
    margin-top: 18px;
}

.price-pill {
    background: var(--accent-yellow);
    color: #111;
    padding: 12px 20px;
    border-radius: 8px;
    font-weight: 700;
    box-shadow: 0 6px 18px rgba(230, 178, 26, 0.18);
}

.btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 20px;
    border-radius: 8px;
    border: 0;
    font-weight: 700;
    cursor: pointer;
}

.btn.enq {
    background: var(--accent-red);
    color: #fff;
    font-size: 12px;
}

/* Small thumbnail gallery */
.gallery {
    position: absolute;
    left: 60%;
    bottom: 6%;
    display: flex;
    align-items: center;
    gap: 12px;
    z-index: 3;
}

.thumb {
    width: 84px;
    height: 56px;
    flex: 0 0 84px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
    border: 2px solid rgba(255, 255, 255, 0.06);
    cursor: pointer;
}

.thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform-origin: center center;
    transition: transform 0.35s;
}

.thumb.active {
    border-color: rgba(255, 255, 255, 0.98);
}

.thumb:hover img {
    transform: scale(1.06);
}

.gallery .arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.06);
    cursor: pointer;
}

.gallery .arrow svg {
    width: 18px;
    height: 18px;
}

/* Modal */
.modal {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 200;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.18s;
}

.modal.open {
    opacity: 1;
    pointer-events: auto;
}

.modal-card {
    width: min(640px, 92%);
    background: #fff;
    border-radius: 12px;
    padding: 22px;
    box-shadow: 0 20px 60px rgba(2, 6, 23, 0.45);
}

.modal-card h3 {
    margin: 0 0 8px;
    font-size: 20px;
}

.modal-card p {
    margin: 0 0 18px;
    color: #334155;
}

.form-row {
    display: flex;
    gap: 12px;
}

.form-row .field {
    flex: 1;
}

input[type=text],
input[type=email],
textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #e6eef6;
    border-radius: 8px;
    font-size: 14px;
}

.modal-actions {
    display: flex;
    gap: 12px;
    justify-content: flex-end;
    margin-top: 16px;
}

.btn.secondary {
    background: #f3f4f6;
    color: #111;
}

/* Responsive */
@media (max-width: 900px) {
    header {
        top: 14px;
    }

    .hero {
        min-height: 72vh;
        padding: 48px 6%;
    }

    h2.title {
        font-size: 46px;
    }
}

@media (max-width: 640px) {
    header .nav-wrap {
        padding: 8px 12px;
    }

    nav {
        display: none;
    }

    .hero {
        align-items: flex-end;
        padding: 38px 5%;
    }

    .hero-inner {
        max-width: 100%;
        padding: 18px;
    }

    h2.title {
        font-size: 30px;
    }

    .gallery {
        position: static;
        margin-top: 20px;
        right: auto;
        bottom: auto;
        left: 50%;
        transform: translateX(-50%);
    }

    .thumb {
        width: 72px;
        height: 52px;
    }

    .price-pill {
        padding: 10px 14px;
    }

    .meta-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
}

/* Tiny polish */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.wrapper {
  max-width: var(--max-width);
  margin: 64px auto;
  padding: 0 24px;
}

.details-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  position: relative;
  align-items: stretch;
}

/* Subtle vertical divider in the center */
.details-cards::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 22px;
  bottom: 22px;
  width: 1px;
  background: var(--line);
  z-index: 1;
  border-radius: 1px;
}

.card {
  padding: 56px 64px;
  min-height: 260px;
  z-index: 2;
}

.card-left {
  background: var(--card-gray);
  border-right: 1px solid rgba(0, 0, 0, 0.02);
  border-radius: 6px 0 0 6px;
}

.card-right {
  background: #fff;
  box-shadow: 0 30px 70px rgba(2, 6, 23, 0.06);
  border-radius: 0 6px 6px 0;
}

h2 {
  font-family: 'Playfair Display', serif;
  font-size: 34px;
  margin: 0 0 22px;
  color: #111;
}

.villa-text {
  color: var(--muted);
  line-height: 1.9;
  font-size: 15px;
  max-width: 520px;
}

/* Listing grid: two columns of label/value pairs */
.listing-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 44px;
  align-items: start;
}

.listing-item {
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
  display: flex;
  flex-direction: column;
}

.listing-item:last-child {
  border-bottom: 0;
}

.listing-label {
  font-weight: 700;
  font-size: 12px;
  color: #111;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.listing-value {
  font-size: 14px;
  color: var(--muted);
  margin-top: 6px;
}

/* Adjust for visual parity with screenshot */
@media (max-width: 980px) {
  .card {
    padding: 40px;
  }

  h2 {
    font-size: 30px;
  }

  .details-cards::before {
    top: 16px;
    bottom: 16px;
  }
}

@media (max-width: 720px) {
  .details-cards {
    grid-template-columns: 1fr;
  }

  .details-cards::before {
    display: none;
  }

  .card-left {
    border-radius: 6px 6px 0 0;
  }

  .card-right {
    margin-top: 18px;
    border-radius: 6px;
  }

  .card {
    padding: 22px;
  }

  h2 {
    font-size: 22px;
  }


}
 .animate-section {
      text-align: center;
      padding: 60px 0;
    }
    .animate-section h2 {
      font-weight: 600;
      margin-bottom: 15px;
    }
    .animate-section p {
      color: #777;
      margin-bottom: 30px;
    }

    /* Tabs */
    .animate-tabs .nav-link {
      border: 1px solid #aaa;
      border-radius: 50px;
      margin: 0 5px;
      padding: 8px 25px;
      color: #000;
      font-weight: 500;
    }
    .animate-tabs .nav-link.active {
      background: #fff;
      color: #c00;
      border: 1px solid #c00;
      font-weight: 600;
    }

    /* Carousel Cards */
    .animate-card {
      border-radius: 15px;
      overflow: hidden;
      position: relative;
      text-align: center;
    }
    .animate-card img {
      width: 100%;
      height: 300px;
      object-fit: cover;
      border-radius: 15px;
    }
    .animate-card h5 {
      position: absolute;
      bottom: 20px;
      left: 0;
      right: 0;
      margin: 0;
      color: #fff;
      font-size: 16px;
      font-weight: 600;
      letter-spacing: 1px;
    }

    /* Amenities Owl Nav */
    .amenities-carousel .owl-nav {
      position: absolute;
      top: 40%;
      left: 0;
      right: 0;
      display: flex;
      justify-content: space-between;
      pointer-events: none;
    }
    .amenities-carousel .owl-nav button {
      background: #fff !important;
      border-radius: 50%;
      width: 45px;
      height: 45px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 20px !important;
      color: #c00 !important;
      box-shadow: 0 2px 6px rgba(0,0,0,0.2);
      pointer-events: all;
      transition: 0.3s;
    }
    .amenities-carousel .owl-nav button:hover {
      background: #c00 !important;
      color: #fff !important;
    }
    .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: contents !important;
}
.amenities-carousel .owl-nav button{
  margin-top: 35px !important;
}
.amenities-section {
  background: #f7f7f7;
  padding: 50px 20px;
}

.amenities-grid {
  text-align: center;
}

.amenities-item {
  margin-bottom: 40px;
  position: relative;
}

.amenities-icon {
  width: 60px;
  height: 60px;
  border: 2px solid #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
  font-size: 24px;
}

.amenities-item p {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
}

.amenities-item:nth-child(-n+4) {
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.location-section {
  padding: 60px 20px;
  background: #f9f9f9;
}

.location-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
}

.location-desc {
  max-width: 700px;
  margin: 0 auto 30px;
  font-size: 16px;
  color: #555;
}

.location-map-wrapper {
  width: 100%;
  margin: 0 auto;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 4px 12px rgba(0,0,0,0.1);
}

/* new css  */

/* Trending */
.elite-trending {
  color: #b11217;
  font-weight: 600;
  font-size: 35px;
}

/* LEFT BIG CARD */
.elite-card {
  position: relative;
  border-radius: 25px;
  overflow: hidden;
}

.elite-card img {
  width: 100%;
  height: 580px;
  object-fit: cover;
  border-radius: 25px;
}

/* Bottom White Glass Box */
.elite-info {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  background: rgb(255 255 255 / 22%);
  backdrop-filter: blur(10px);
  padding: 25px;
  border-radius: 18px;
}

.elite-info h5 {
  font-weight: 600;
  font-size: 18px;
}

.elite-info h5 span {
  font-size: 13px;
  color: #777;
  font-weight: 400;
}

/* Features */
.elite-features {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 12px;
  font-size: 13px;
}

.elite-features span::before {
  content: "•";
  color: red;
  margin-right: 6px;
}

/* Price Badge */
.elite-price {
  background: #d4af37;
  padding: 6px 16px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 14px;
}

/* Meta */
.elite-meta span {
  margin-left: 15px;
  font-size: 13px;
  color: #555;
}

/* Right Title */
.elite-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  font-family: 'Playfair Display', serif;
}

/* Paragraph */
.elite-desc {
  font-size: 15px;
  color: #777;
  max-width: 520px;
}

/* Small Images */
.elite-small-img {
  border-radius: 20px;
  height: 260px;
  object-fit: cover;
  width: 100%;
}

/* RESPONSIVE */

@media (max-width: 992px) {

  .elite-card img {
    height: 450px;
  }

  .elite-title {
    font-size: 34px;
    margin-top: 30px;
  }

  .elite-small-img {
    height: 220px;
  }
}

@media (max-width: 768px) {

  .elite-title {
    font-size: 26px;
  }

  .elite-card img {
    height: 380px;
  }

  .elite-info {
    padding: 15px;
  }

  .elite-small-img {
    height: 180px;
  }
}

/* Heading */
.leadership-title {
  color: #b11217;
  font-weight: 700;
  font-size: 32px;
}

.leadership-subtitle {
  color: #b11217;
  font-style: italic;
  font-size: 18px;
  margin-top: 10px;
}

/* Card */
.leader-card {
  position: relative;
  max-width: 380px;
}

/* Image */
.leader-img img {
  width: 100%;
  border-radius: 0 0 60px 0;
  object-fit: cover;
}

/* Red Curved Bottom Box */
.leader-info {
  background: #c62828;
  color: #fff;
  padding: 30px 25px;
  border-radius: 0 0 80px 0;
  margin-top: -5px;
}

.leader-info h4 {
  margin-bottom: 5px;
  font-weight: 600;
}

.leader-info p {
  margin: 0;
  font-size: 15px;
}

/* Description */
.leader-desc {
  font-size: 15px;
  line-height: 1.9;
  color: #444;
  text-align: justify;
  margin-top:-28%;
}

.leader-img{
  background-color: #c62828;
}

/* Responsive */

@media (max-width: 992px) {

  .leader-card {
    margin: auto;
  }

  .leader-desc {
    margin-top: 30px;
  }
}

@media (max-width: 768px) {

  .leadership-title {
    font-size: 26px;
  }

  .leadership-subtitle {
    font-size: 16px;
  }

  .leader-info {
    padding: 20px;
  }

  .leader-desc {
    font-size: 14px;
  }
}



/* Wrapper */
.team-image-wrapper {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

/* Image */
.team-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  display: block;
}

/* Overlay FIXED */
.team-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(214 40 40 / 66%);
    z-index: 2;
}

/* Make sure image stays below overlay */
.team-img {
  position: relative;
  z-index: 1;
}

/* Responsive */
@media (max-width: 992px) {
  .team-img {
    height: 400px;
  }
}

@media (max-width: 768px) {
  .team-img {
    height: 300px;
  }

  .team-image-wrapper {
    border-radius: 20px;
  }
}


/* Title */
.culture-title {
  color: #b11217;
  font-weight: 700;
  font-size: 28px;
}

/* Box */
.culture-box {
  border-radius: 20px;
  overflow: hidden;
}

.culture-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* 🔥 Exact Heights (Desktop) */

.left-top {
  height: 520px;   /* Very tall */
}

.left-bottom {
  height: 280px;   /* Medium */
}

.right-top {
  height: 240px;   /* Wide but short */
}

.right-bottom {
  height: 560px;   /* Tall like screenshot */
}

/* Button */
.culture-btn {
  display: inline-block;
  padding: 6px 20px;
  border: 1px solid #b11217;
  color: #b11217;
  border-radius: 20px;
  font-size: 14px;
  text-decoration: none;
  transition: 0.3s;
}

.culture-btn:hover {
  background: #b11217;
  color: #fff;
}

/* Responsive */

@media (max-width: 992px) {

  .left-top {
    height: 420px;
  }

  .right-bottom {
    height: 450px;
  }

  .left-bottom,
  .right-top {
    height: 220px;
  }
}

@media (max-width: 768px) {

  .left-top,
  .left-bottom,
  .right-top,
  .right-bottom {
    height: 280px;  /* Equal stack on mobile */
  }

  .culture-title {
    font-size: 22px;
  }
}



/* filre css  */

.property-filter{
background:#fff;
padding:20px;
border-radius:10px;
box-shadow:0 3px 12px rgba(0,0,0,0.08);
}

.property-filter label{
font-weight:600;
font-size:14px;
margin-bottom:5px;
}

.filter-btn{
background:#0d6efd;
color:#fff;
font-weight:600;
border-radius:6px;
padding:10px;
transition:0.3s;
}

.filter-btn:hover{
background:#0b5ed7;
}

/* pop up css  */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7); /* Dark semi-transparent overlay */
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-content {
    background: white;
    padding: 40px;
    border-radius: 10px;
    width: 90%;
    max-width: 500px;
    position: relative;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

.close-btn {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 24px;
    cursor: pointer;
}

.form-control:focus {
    box-shadow: none;
    border-color: #dc3545;
}
.popupbtn{
  text-align: center;
  color: #BC0000;
  font-size: 24px;
  font-weight: 400;
}
.enquirebtn{
  text-align: center;
  color: white;
  background-color: #BC0000 ;
}
.enquirebtn:hover{
  text-align: center;
  color: white;
  background-color: #BC0000 ;
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 87%);
  display: none; /* hidden by default */
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

/* Popup card */
.popup-card {
  width: 350px;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0,0,0,0.3);
  position: relative;
  animation: popupFade 0.4s ease;
}

/* Wrap image, title and close button */
.popup-image-wrapper {
  position: relative;
}

/* Popup image */
.popup-image-wrapper img {
  width: 100%;
  display: block;
}

/* Popup title on image */
.popup-title {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%,
             rgba(0, 0, 0, 0.65) 30%, rgba(0, 0, 0, 0.35) 60%,
             rgba(0, 0, 0, 0) 100%);
  color: #fff;
  text-align: center;
  padding: 30px;
  font-weight: bold;
  font-size: 16px;
}

/* Close button on top-right of image */
.popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(0,0,0,0.6);
  color: #fff;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  text-align: center;
  line-height: 28px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s;
  z-index: 2;
}

.popup-close:hover {
  background: rgba(0,0,0,0.9);
}

/* Popup content */
.popup-content {
    padding: 42px;
    color: #333;
    font-size: 14px;
    line-height: 1.6;
    background: #fff;
    text-align: justify;
}

@keyframes popupFade {
  from {transform: translateY(50px); opacity: 0;}
  to {transform: translateY(0); opacity: 1;}
}

.propf-filter-wrap{
    background:#fff;
    padding:25px;
    border-radius:16px;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
}

/* ===== INPUTS ===== */
.propf-filter-wrap .form-select{
    border-radius:10px;
    padding:12px;
    border:1px solid #eee;
    font-size:14px;
}

.propf-filter-wrap label{
    font-weight:600;
    font-size:14px;
    margin-bottom:6px;
}

/* ===== SEARCH BUTTON ===== */
.propf-search-btn{
    background:#111;
    color:#fff;
    border:none;
    border-radius:10px;
    padding:12px;
    font-weight:600;
    transition:.3s;
}

.propf-search-btn:hover{
    background:#333;
}

/* ===== MOBILE SEARCH BAR ===== */

.propf-mobile-search{
    display:none;
}

.propf-search-box{
    display:flex;
    align-items:center;
    background:#f3f3f3;
    border-radius:40px;
    padding:10px 15px;
}

.propf-search-box input{
    border:none;
    background:transparent;
    flex:1;
    outline:none;
    padding-left:10px;
}

.propf-filter-icon{
    background:#fff;
    border-radius:50%;
    width:42px;
    height:42px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-left:10px;
    box-shadow:0 5px 15px rgba(0,0,0,0.1);
}

/* ===== CATEGORY PILLS ===== */

.propf-category-scroll{
    margin-top:15px;
    overflow-x:auto;
    white-space:nowrap;
}

.propf-category-scroll::-webkit-scrollbar{
    display:none;
}

.propf-pill{
    display:inline-block;
    padding:8px 18px;
    border-radius:30px;
    background:#f2f2f2;
    margin-right:10px;
    font-size:14px;
    cursor:pointer;
}

.propf-pill.active{
    background:#000;
    color:#fff;
}

/* ===== RESPONSIVE ===== */

@media(max-width:768px){

.propf-filter-wrap{
    display:none;
}

.propf-mobile-search{
    display:block;
}

}

.mobfilt-search-wrap{
display:flex;
align-items:center;
gap:10px;
}

.mobfilt-search {
    flex: 1;
    display: flex;
    align-items: center;
    background: #f3f3f3;
    padding: 4px 25px;
    border-radius: 40px;
}

.mobfilt-search input{
border:none;
background:transparent;
outline:none;
width:100%;
margin-left:10px;
}

.mobfilt-filter-btn{
width:45px;
height:45px;
background:#fff;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
box-shadow:0 5px 15px rgba(0,0,0,0.15);
cursor:pointer;
}


/* FILTER MODAL */

.mobfilt-modal{
position:fixed;
bottom:-100%;
left:0;
width:100%;
height:85%;
background:#fff;
border-radius:20px 20px 0 0;
box-shadow:0 -10px 40px rgba(0,0,0,0.2);
transition:.4s;
z-index:9999;
overflow-y:auto;
}

.mobfilt-modal.active{
bottom:0;
}

.mobfilt-header{
display:flex;
justify-content:space-between;
align-items:center;
padding:18px;
border-bottom:1px solid #eee;
}

.mobfilt-body{
padding:20px;
}

.mobfilt-section{
margin-bottom:25px;
}

.mobfilt-section h6{
font-weight:600;
margin-bottom:10px;
}


/* OPTION BUTTONS */

.mobfilt-options span{
display:inline-block;
padding:8px 16px;
border:1px solid #ddd;
border-radius:25px;
margin:5px;
cursor:pointer;
}

.mobfilt-options span.active{
background:#000;
color:#fff;
border-color:#000;
}


/* RANGE */

.mobfilt-range input{
width:100%;
}


/* APPLY BUTTON */

.mobfilt-apply{
position:sticky;
bottom:0;
background:#fff;
padding:15px;
border-top:1px solid #eee;
}

.mobfilt-apply button{
width:100%;
background:#000;
color:#fff;
padding:12px;
border:none;
border-radius:10px;
font-weight:600;
}

.mobfilt-price-value{
font-size:18px;
font-weight:600;
margin-bottom:10px;
}

.page-item:first-child .page-link {
    border-radius: 50%;
}
.page-item:last-child .page-link {
 border-radius: 50%;   
}


        /* All styles are scoped to this class to avoid affecting your global site */
        .filter-container-wrapper {
            --primary-black: #000000;
            --light-gray: #f5f5f5;
            --border-color: #eeeeee;
            --accent-orange: #ff5a00;
            --bg-orange: #fff1e9;
            --text-muted: #999;
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
        }

        /* Trigger Button */
        .filter-container-wrapper .mobfilt-filter-btn {
            background: #000;
            color: white;
            width: 55px;
            height: 55px;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 20px;
            cursor: pointer;
            box-shadow: 0 4px 12px rgba(0,0,0,0.15);
            position: fixed;
            bottom: 20px;
            right: 20px;
            z-index: 999;
        }

        /* Overlay Background */
        .filter-container-wrapper .modal-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            display: none;
            z-index: 1000;
            backdrop-filter: blur(2px);
        }

        /* Bottom Sheet Modal */
        .filter-container-wrapper .filter-modal {
            background: #fff;
            width: 100%;
            max-width: 450px;
            border-radius: 24px 24px 0 0;
            padding: 20px 24px 34px 24px;
            position: fixed;
            bottom: -100%;
            left: 50%;
            transform: translateX(-50%);
            transition: bottom 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            z-index: 1001;
            box-sizing: border-box;
            max-height: 85vh;
            overflow-y: auto;
        }

        .filter-container-wrapper .filter-modal.open {
            bottom: 0;
        }

        /* Modal Header (Clear & Close) */
        .filter-container-wrapper .modal-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 15px;
        }

        .filter-container-wrapper .btn-clear {
            font-size: 14px;
            font-weight: 600;
            color: var(--primary-black);
            background: none;
            border: none;
            cursor: pointer;
            padding: 0;
            text-decoration: underline;
        }

        .filter-container-wrapper .btn-close-circle {
            width: 32px;
            height: 32px;
            background: var(--light-gray);
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            cursor: pointer;
            color: #333;
        }

        .filter-container-wrapper .modal-handle {
            width: 35px;
            height: 4px;
            background: #e0e0e0;
            border-radius: 10px;
            margin: -10px auto 15px auto;
        }

        /* Elements Inside Modal */
        .filter-container-wrapper h6 { font-size: 16px; margin: 20px 0 12px 0; font-weight: 700; color: #1a1a1a; }
        
        .filter-container-wrapper .type-toggle { display: flex; background: var(--light-gray); border-radius: 50px; padding: 4px; }
        .filter-container-wrapper .type-toggle span { flex: 1; text-align: center; padding: 10px; cursor: pointer; font-weight: 600; font-size: 13px; border-radius: 50px; }
        .filter-container-wrapper .type-toggle span.active { background: #fff; box-shadow: 0 2px 8px rgba(0,0,0,0.1); }

        .filter-container-wrapper .price-container { position: relative; padding: 0 5px; }
        .filter-container-wrapper .histogram { display: flex; align-items: flex-end; justify-content: space-between; height: 50px; margin-bottom: -10px; }
        .filter-container-wrapper .bar { width: 8%; background: var(--bg-orange); border-radius: 3px 3px 0 0; }
        
        .filter-container-wrapper .slider-wrapper { position: relative; height: 20px; }
        .filter-container-wrapper .slider-wrapper input { position: absolute; width: 100%; pointer-events: none; appearance: none; background: none; outline: none; margin: 0; top: 0;}
        .filter-container-wrapper input[type="range"]::-webkit-slider-thumb { height: 24px; width: 24px; border-radius: 50%; background: #fff; border: 1px solid #ddd; box-shadow: 0 2px 6px rgba(0,0,0,0.1); pointer-events: auto; appearance: none; cursor: pointer; position: relative; z-index: 5; }

        .filter-container-wrapper .price-labels { display: flex; justify-content: center; gap: 10px; margin-top: 15px; }
        .filter-container-wrapper .price-pill { padding: 6px 14px; border: 1px solid var(--border-color); border-radius: 20px; font-size: 12px; font-weight: 700; background: #fff;}

        .filter-container-wrapper .option-group { display: flex; gap: 8px; flex-wrap: wrap; }
        .filter-container-wrapper .option-group span { padding: 8px 16px; border: 1px solid var(--border-color); border-radius: 50px; font-size: 13px; cursor: pointer; color: #555; transition: 0.2s; }
        .filter-container-wrapper .option-group span.active { background: var(--primary-black); color: #fff; border-color: var(--primary-black); }

        .filter-container-wrapper .amenity-row { display: flex; justify-content: space-between; align-items: center; padding: 12px 0; border-bottom: 1px solid #f9f9f9; font-size: 14px; }
        .filter-container-wrapper .save-btn { width: 100%; background: var(--primary-black); color: white; border: none; padding: 16px; border-radius: 16px; font-size: 15px; font-weight: 600; margin-top: 25px; cursor: pointer; }
        
        .job-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 20px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    transition: 0.3s;
}

.job-card:hover {
    transform: translateY(-5px);
}

/* Title */
.job-title {
    font-size: 20px;
    font-weight: 600;
}

/* Type & Exp */
.job-type,
.job-exp {
    font-size: 14px;
    color: #666;
    margin-top: 5px;
}

/* Description (KEY PART) */
.job-desc {
    font-size: 14px;
    color: #555;
    margin-top: 10px;

    /* Makes height consistent */
    flex-grow: 1;

    /* Optional: limit lines for uniform UI */
    display: -webkit-box;
    -webkit-line-clamp: 3; /* change lines as needed */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Footer stays bottom */
.job-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

/* Button */
.apply-btn {
    padding: 8px 16px;
    border: none;
    background: #28a745;
    color: #fff;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
}
  