   /* Header Section */
 .dropdown-mega {
      width: 100%;
      max-width: 1000px;
      padding: 1.5rem;
    }

    .dropdown-mega h6 {
      font-weight: bold;
      margin-bottom: 1rem;
    }

    .dropdown:hover .dropdown-menu {
      display: block;
    }

    .prime-box {
      width: 300px;
      padding: 0;
    }

    .prime-header {
      background-color: #1d1f27;
      color: white;
      padding: 1rem;
      border-radius: 0.5rem 0.5rem 0 0;
      text-align: center;
    }

    .prime-header span {
      color: #fbbd08;
    }

    .prime-body {
      background-color: white;
      padding: 1rem;
      border-radius: 0 0 0.5rem 0.5rem;
    }

    .prime-body ul {
      padding-left: 1.2rem;
    }

    .prime-body ul li {
      list-style-type: '✔';
      margin-bottom: 0.5rem;
      padding-left: 0.5rem;
    }

    .login-box {
      width: 260px;
      padding: 0;
    }

    .login-menu .dropdown-item {
      font-weight: 500;
      padding: 8px 16px;
    }

    .login-section {
      padding: 0.5rem 1rem;
    }

    .login-section-title {
      font-size: 14px;
      font-weight: 600;
      color: #6c757d;
      margin-bottom: 0.5rem;
    }

    .dropdown-divider {
      margin: 0.3rem 0;
    }

    .btn-login {
      margin: 1rem;
      width: calc(100% - 2rem);
      font-weight: 600;
    }

    .signup-text {
      font-size: 13px;
      padding: 0 1rem 1rem;
    }

    .new-badge {
      background-color: #f8d700;
      font-size: 10px;
      font-weight: bold;
      padding: 2px 5px;
      border-radius: 5px;
      margin-left: 6px;
      color: #000;
    }

      @media (max-width: 992px) {
      .dropdown-mega {
        max-width: 100%;
        overflow-y: auto;
        height: auto;
      }
    }
    /* Header end */

    /* Navbar */
     .dropdown-hover:hover > .dropdown-menu {
      display: block;
    }
    .dropdown-menu {
      margin-top: 0;
    }
    .nav-link {
      font-weight: 500;
    }
    /* Navbar End */
/* other navbar */

/* Navbar */
.main-navbar {
  background-color: red;
}
.main-navbar .nav-link {
  color: #fff !important;
  font-weight: 500;
  margin: 0 10px;
  transition: color 0.3s;
}
.main-navbar .nav-link:hover {
  color: #000 !important;
}
.main-navbar .navbar-brand img {
  height: 40px;
}
.search-box input {
  border-radius: 20px;
  padding: 5px 15px;
}

@media (max-width: 991px) {
  .navbar-collapse {
    background-color: red;
    padding: 10px 0;
  }
  .navbar-nav {
    text-align: center;
  }
}

/* Navbar End */


/*---- billboard section start ----  */
#billboard {
  margin-top: 90px; /* Adjust this if needed based on actual height */
  margin-bottom: 80px;
}
#billboard {
  padding-top: 90px; /* Push content below both navbars */
}

.row.billboard-row {
  display: flex;
}

.form-select {
  border: 1px solid transparent;
  border-radius: none;
}

.form-select:focus {
  border-color: transparent;
  outline: 0;
  box-shadow: 0 0 0 0.25rem transparent;
}

.billboard-select {
  border-right: 1px solid #E8E8E8;
  padding-right: 20px;
  padding-top: 25px;
}

.billboard-btn {
  padding-left: 0px;
}

nav.navbar.navbar-expand-lg.billboard-nav {
  min-width: 782px;
  display: flex;
  justify-content: space-between;
  padding: 0;
  background: #ffffffe5;
}

button.btn.btn-primary.btn-lg.billboard-search {
  padding: 24px;
  border: 5px solid white;
  width: 100%;
}

#billboard {
  margin-top: 100px;
  margin-bottom: 80px;
}

@media only screen and (max-width: 1000px) {
  nav.navbar.navbar-expand-lg.billboard-nav {
    min-width: 20%;
  }

  .billboard-select {
    border-right: none;
  }

  .billboard-btn {
    padding-left: 12px;
  }

}

/* property */
.features-1 {
  padding-top: 30px;
  position: relative;
  z-index: 8;
  text-align: center;
  background-color: rgba(0, 32, 74, 0.05); }

.box-feature {
  background: #fff;
  border-radius: 4px;
  padding: 30px;
  margin-bottom: 30px; }
  .box-feature h3, .box-feature .h3 {
    font-size: 16px;
    margin: 0;
    padding: 0; }
  .box-feature [class^="flaticon-"] {
    color: #00204a;
    font-size: 60px;
    margin: 0 0 10px 0;
    display: block;
    padding: 0;
    line-height: 0; }
/* card */
  .property-card {
      border: 1px solid #eee;
      border-radius: 10px;
      overflow: hidden;
      transition: 0.3s;
      background: #fff;
    }

    .property-card:hover {
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    }

    .property-img {
      height: 200px;
      object-fit: cover;
      width: 100%;
    }

    .carousel-control-prev,
    .carousel-control-next {
      top: 50%;
      transform: translateY(-50%);
      background-color: red;
      border-radius: 50%;
      width: 40px;
      height: 40px;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
      filter: invert(1);
    }

    .image-count {
      position: absolute;
      top: 10px;
      left: 10px;
      background: rgba(0, 0, 0, 0.6);
      color: white;
      padding: 3px 8px;
      border-radius: 5px;
      font-size: 14px;
    }

    .title-row {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 1rem;
    }

    .title-row h5 {
      margin: 0;
    }

    body {
      background-color: #f9f9f9;
    }

    .hero-section {
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('img/026.jpg') no-repeat center center/cover;
      color: white;
      padding: 100px 0 60px;
      text-align: center;
    }

    .hero-section h1 {
      font-weight: bold;
    }

    .hero-section .city-select {
      font-weight: bold;
      text-decoration: underline;
      cursor: pointer;
    }

    .card-box {
      background-color: white;
      border-radius: 20px;
      text-align: center;
      padding: 30px 20px;
      height: 100%;
      box-shadow: 0 0 15px rgba(0,0,0,0.05);
    }

    .card-box img {
      width: 50px;
      margin-bottom: 15px;
    }

    .city-modal .city-img {
      width: 60px;
      height: 60px;
      object-fit: cover;
      border-radius: 50%;
    }

    .city-name {
      margin-top: 10px;
      font-size: 14px;
    }

    .rounded-top-section {
      border-top-left-radius: 50px;
      border-top-right-radius: 50px;
      background-color: #fff;
      margin-top: -40px;
      padding: 40px 0;
    }

    .city-btn {
      background: none;
      border: none;
      text-align: center;
      cursor: pointer;
    }

    .city-btn:hover .city-name {
      text-decoration: underline;
    }

    @media (max-width: 576px) {
      .hero-section {
        padding: 60px 0 30px;
      }
    }

    body {
      background: #f4f4f4;
      font-family: 'Segoe UI', sans-serif;
    }

    .hotspot-card {
      border-radius: 20px;
      padding: 20px;
      box-shadow: 0 0 15px rgba(0,0,0,0.05);
      cursor: pointer;
      transition: 0.3s;
      background-color: white;
    }

    .hotspot-card:hover {
      transform: translateY(-3px);
      box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    }

    .tab-custom .nav-link {
      border: none;
      font-weight: 500;
    }

    .tab-custom .nav-link.active {
      border-bottom: 3px solid #d01a1a;
      color: #d01a1a;
    }

    .filter-btn {
      border-radius: 20px;
      border: 1px solid #ccc;
      padding: 5px 15px;
      background: white;
      font-size: 14px;
      margin-right: 10px;
    }

    .main-card {
      border-radius: 20px;
      background: white;
      box-shadow: 0 0 20px rgba(0,0,0,0.1);
      overflow: hidden;
    }

    .property-image {
      position: relative;
      border-top-left-radius: 20px;
      border-bottom-left-radius: 20px;
      height: 260px;
      background-size: cover;
      background-position: center;
    }

    .top-tag {
      position: absolute;
      top: 15px;
      left: 15px;
      background: green;
      color: white;
      padding: 4px 10px;
      font-size: 12px;
      border-radius: 4px;
    }

    .property-info {
      padding: 20px;
    }

    .btn-red {
      background: #d01a1a;
      color: white;
      border-radius: 30px;
      padding: 10px 25px;
      border: none;
    }

    .btn-outline-red {
      border: 1px solid #d01a1a;
      color: #d01a1a;
      border-radius: 30px;
      padding: 10px 25px;
      background: transparent;
    }

    .small-tag {
      font-size: 12px;
      padding: 3px 6px;
      border-radius: 4px;
    }

    .rera, .amenities {
      font-size: 13px;
    }

    .video-thumb {
      position: relative;
    }

    .video-thumb img {
      width: 100%;
      border-radius: 10px;
    }

    .video-thumb .badge {
      position: absolute;
      top: 5px;
      left: 5px;
    }

    .video-thumb .views {
      position: absolute;
      bottom: 5px;
      left: 5px;
      background: rgba(0,0,0,0.6);
      color: white;
      padding: 2px 6px;
      border-radius: 4px;
      font-size: 11px;
    }

        body {
      background: #f7f7f7;
      font-family: 'Segoe UI', sans-serif;
    }

    .showcase-wrapper {
      background: #fff5f5;
      border-radius: 20px;
      padding: 40px 20px;
    }

    .showcase-title {
      text-align: center;
      font-weight: bold;
      color: #333;
      margin-bottom: 30px;
      position: relative;
    }

    .showcase-title::before,
    .showcase-title::after {
      content: "";
      width: 60px;
      height: 3px;
      background: gold;
      display: inline-block;
      position: absolute;
      top: 50%;
    }

    .showcase-title::before {
      left: 0;
      transform: translateY(-50%);
    }

    .showcase-title::after {
      right: 0;
      transform: translateY(-50%);
    }

    .card-slider {
      display: flex;
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      gap: 20px;
      padding-bottom: 10px;
    }

    .project-card {
      min-width: 340px;
      background: #000;
      color: #fff;
      border-radius: 20px;
      overflow: hidden;
      position: relative;
      scroll-snap-align: start;
      flex-shrink: 0;
    }

    .project-card img {
      width: 100%;
      height: 200px;
      object-fit: cover;
      filter: brightness(0.6);
    }

    .card-content {
      position: absolute;
      top: 20px;
      left: 20px;
      right: 20px;
    }
    
    .badge-new {
      background: #ffc107;
      color: #000;
      font-size: 12px;
      padding: 4px 8px;
      border-radius: 4px;
    }

    .project-title {
      font-size: 1.25rem;
      font-weight: 600;
      margin-top: 10px;
    }

    .project-meta {
      font-size: 14px;
      color: #ddd;
    }

    .project-buttons {
      margin-top: 15px;
    }

    .btn-skip {
      background: rgba(255, 255, 255, 0.2);
      color: #fff;
      border: none;
      border-radius: 25px;
      padding: 6px 16px;
    }

    .btn-interest {
      background: #d01a1a;
      border: none;
      color: #fff;
      border-radius: 25px;
      padding: 6px 16px;
      margin-left: 10px;
    }

    .most-popular-label {
      font-size: 18px;
      font-weight: 600;
      color: #d01a1a;
    }

    @media (max-width: 576px) {
      .card-content {
        top: 10px;
        left: 10px;
        right: 10px;
      }

      .project-card {
        min-width: 90%;
      }
    }

    body {
      background-color: #f8f9fa;
    }

    .localities-container {
      display: flex;
      align-items: flex-start;
      position: relative;
    }

    .explore-box {
      width: 220px;
      background-color: #e7f8fc;
      padding: 1.5rem;
      border-radius: 10px;
      position: sticky;
      top: 100px;
      height: fit-content;
      flex-shrink: 0;
    }

    .explore-box h5 {
      font-family: 'Georgia', serif;
      font-style: italic;
      font-weight: bold;
    }

    .localities-wrapper {
      position: relative;
      overflow: hidden;
      flex-grow: 1;
    }

    .localities-section {
      display: flex;
      gap: 1rem;
      overflow-x: auto;
      scroll-behavior: smooth;
      padding: 0 40px 20px 40px;
      width: 880px; /* For 3 cards at once (280 x 3 + gap) */
    }

    .locality-card {
      min-width: 280px;
      max-width: 280px;
      border: 1px solid #dee2e6;
      border-radius: 10px;
      padding: 1rem;
      background-color: #fff;
      flex-shrink: 0;
    }

    .locality-card h6 {
      font-weight: 600;
    }

    .locality-card img {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      object-fit: cover;
      margin-top: 0.5rem;
    }

    .property-link {
      background-color: #e0f7fb;
      color: #dc3545;
      font-weight: 600;
      font-size: 14px;
      padding: 8px;
      border-radius: 8px;
      display: inline-block;
      margin-top: 10px;
    }

    .scroll-arrow {
      background: white;
      border: 1px solid #ccc;
      border-radius: 50%;
      width: 38px;
      height: 38px;
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer;
      box-shadow: 0 2px 4px rgba(0,0,0,0.1);
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      z-index: 10;
    }

    .scroll-left {
      left: 0;
    }

    .scroll-right {
      right: 0;
    }

    .rating {
      color: #f4c150;
      font-weight: bold;
    }

    @media (max-width: 992px) {
      .localities-section {
        width: 100%;
      }

      .explore-box {
        display: none;
      }
    }

    .section-title {
      border-bottom: 3px solid #dc3545;
      display: inline-block;
      margin-bottom: 1rem;
      font-weight: bold;
    }

    .guide-box {
      border: 1px solid #dee2e6;
      border-top: 3px solid #dc3545;
      border-radius: 8px;
      padding: 1.5rem;
      background-color: #fff;
      height: 100%;
    }

    .guide-box h5 {
      font-weight: 600;
      margin-bottom: 1rem;
    }

    .guide-list-item {
      display: flex;
      align-items: flex-start;
      gap: 0.5rem;
      margin-bottom: 0.8rem;
    }

    .guide-list-item i {
      color: #dc3545;
      font-size: 0.9rem;
      margin-top: 3px;
    }

    .guide-list-item a {
      text-decoration: none;
      color: #212529;
      font-size: 15px;
    }

    .guide-list-item a:hover {
      text-decoration: underline;
      color: #c82333;
    }

    .see-all {
      color: #dc3545;
      font-weight: 600;
      font-size: 14px;
    }

    .see-all:hover {
      text-decoration: underline;
    }

    .video-thumbnail {
      width: 80px;
      height: 60px;
      object-fit: cover;
      border-radius: 4px;
    }

    .article-block {
      display: flex;
      gap: 0.8rem;
      align-items: flex-start;
      margin-bottom: 1rem;
    }

    .explore-btn {
      background-color: #dc3545;
      color: white;
      font-weight: 500;
      border-radius: 20px;
      padding: 8px 20px;
      font-size: 14px;
      text-decoration: none;
    }

    .explore-btn:hover {
      background-color: #bb2d3b;
      color: white;
    }

    @media (max-width: 768px) {
      .article-block {
        flex-direction: column;
        align-items: flex-start;
      }

      .video-thumbnail {
        width: 100%;
        height: auto;
      }
    }

        .info-card {
      border-radius: 1rem;
      padding: 1.5rem;
      box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.05);
      transition: transform 0.3s;
    }

    .info-card:hover {
      transform: translateY(-5px);
    }

    .icon-circle {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0.5rem;
    }

    .tag-badge {
      background-color: #f4d03f;
      font-size: 0.75rem;
      font-weight: bold;
      padding: 0.25rem 0.5rem;
      border-radius: 0.5rem;
    }

    .main-btn {
      background-color: #d32f2f;
      color: white;
      border: none;
      padding: 0.75rem 1.5rem;
      font-weight: 600;
      border-radius: 2rem;
    }

    .main-btn:hover {
      background-color: #b71c1c;
    }

    .bg-lightblue {
      background-color: #e0f7fa;
    }

    .bg-lightpink {
      background-color: #ffe5e5;
    }

    .bg-lightyellow {
      background-color: #fff8e1;
    }