/* Breadcrumb styling */
.breadcrumb-bar {
  background-color: #f4f4f4;
  font-size: 12px;
}

.breadcrumb a {
  text-decoration: none;
  color: #2c3e50;
}

.breadcrumb-item.active {
  color: #7f8c8d;
}
/* 1st conatiner */
 .listing-card {
      border-radius: 15px;
      overflow: hidden;
      box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
      background-color: #fff;
      padding: 15px;
      margin: 20px auto;
      max-width: 1200px;
    }
    .listing-image {
      max-height: 270px;
      object-fit: cover;
      width: 100%;
      border-radius: 10px;
    }
    .tag-rera, .tag-views {
      background-color: #199898;
      color: rgb(254, 254, 254);
      font-size: 10px;
      padding: 2px 4px;
      border-radius: 6px;
      margin-right: 6px;
    }
    .listing-title {
      font-weight: 600;
      font-size: 20px;
    }
    .listing-meta {
      font-size: 14px;
      color: #777;
    }
    .feature-box {
      border-radius: 20px;
      background-color: #f6f6f6;
      padding: 6px 15px;
      margin: 5px 10px 5px 0;
      font-size: 14px;
      display: inline-flex;
      align-items: center;
    }
    .price {
      color: #1a237e;
      font-size: 24px;
      font-weight: bold;
    }
    .sub-price {
      color: #555;
      font-size: 14px;
    }
    .btn-custom {
      background-color: #2563c5;
      color: #fff;
      border-radius: 6px;
      margin-right: 10px;
      font-size: 14px;
    }
    .text-warning-small {
      color: #f39c12;
      font-size: 13px;
    }
    @media (max-width: 768px) {
      .listing-content {
        flex-direction: column;
      }
    }

    /* details conatiner */
    details {
      background: #f9f9f9;
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }

    .property-container {
      background: #fff;
      border-radius: 15px;
      padding: 25px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.1);
      margin-bottom: 20px;
    }

    .property-title {
      font-size: 22px;
      font-weight: bold;
      color: #c62828;
      margin-bottom: 20px;
    }

    .overview-item {
      text-align: center;
      margin-bottom: 20px;
    }

    .overview-item img {
      height: 35px;
      margin-bottom: 5px;
      border-bottom: 3px solid #c62828;
       padding-bottom: 4px;
    }

    .overview-title {
     
      font-size: 15px;
    }

    .overview-value {
      font-size: 13px;
      color: #333;
      font-weight: bold;
      display: inline-block;
      padding-bottom: 2px;
      margin-top: 6px;
    }

    .tags-container .badge {
      background: #fff;
      border: 1px solid #ccc;
      box-shadow: 0 0 4px rgba(0,0,0,0.1);
      color: #333;
      font-size: 14px;
      margin: 5px 5px 0 0;
      padding: 8px 12px;
      border-radius: 20px;
    }
    .tags-container .badge:hover{
        color: #c62828;
    }
  .enquiry{
    border-color:#2563c5 ;
  }
    .enquiry:hover{
        background-color: #2563c5;
        color: #fff;
        
    }
    

    .right-sticky {
      position: sticky;
      top: 20px;
    }

    .agent-box {
      background: #fff;
      border-radius: 15px;
      padding: 20px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    }

    .agent-name {
      font-weight: bold;
      font-size: 16px;
    }

    .agent-contact {
      color: #555;
      font-size: 14px;
    }

    .form-check label {
      font-size: 14px;
    }

    .form-control {
      font-size: 14px;
    }

    .submit-btn {
      background-color: #1a73e8;
      color: #fff;
      font-weight: bold;
      border: none;
    }

    .submit-btn:hover {
      background-color: #0c55b1;
      color: #fff;
    }

    .form-note {
      font-size: 12px;
      color: #777;
    }

    @media (max-width: 768px) {
      .right-sticky {
        position: static;
        margin-top: 20px;
      }
    }

    /* 3conatiners */
     .section-box {
      background: #fff;
      border-radius: 15px;
      padding: 20px 25px;
      box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
      margin-bottom: 20px;
    }

    .section-heading {
      font-size: 20px;
      font-weight: bold;
      margin-bottom: 15px;
      background: linear-gradient(to right, #c62828, #6d4c41);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      display: inline-block;
    }

    .section-heading span {
      color: #333;
    }

    .item-icon {
      display: flex;
      align-items: center;
      margin-bottom: 10px;
      font-size: 15px;
    }

    .item-icon img {
      width: 33px;
      height: 38px;
      margin-right: 8px;
    }

    @media (max-width: 576px) {
      .item-icon {
        justify-content: center;
        text-align: center;
      }
    }


    /* next 3  */
    .custom-box {
      background: #fff;
      border-radius: 15px;
      padding: 20px 25px;
      box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
      margin-bottom: 20px;
    }

    .section-title {
      font-size: 20px;
      font-weight: bold;
      background: linear-gradient(to right, #c62828, #6d4c41);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      display: inline-block;
      margin-bottom: 12px;
    }

    .agent-title {
      font-weight: bold;
      font-size: 18px;
      margin-bottom: 5px;
    }

    .agent-location, .agent-contact {
      color: #555;
      font-size: 14px;
      margin-bottom: 5px;
    }

    .agent-data {
      font-size: 14px;
    }

    

    .disclaimer-title {
      font-size: 18px;
      font-weight: bold;
      background: linear-gradient(to right, #c62828, #6d4c41);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      display: inline-block;
      margin-bottom: 8px;
    }

    .disclaimer-text {
      font-size: 14px;
      color: #666;
    }

    @media (max-width: 576px) {
      .agent-content {
        flex-direction: column;
        align-items: flex-start;
      }
    }


    /* 1slider */
    .slider-container {
      position: relative;
      background: #fff;
      border-radius: 15px;
      padding: 20px;
      overflow: hidden;
    }

    .slider-title {
      font-weight: bold;
      font-size: 20px;
      background: linear-gradient(to right, #c62828, #6d4c41);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      margin-bottom: 20px;
    }

    .card-wrapper {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  gap: 20px;
  padding-bottom: 10px;

  /* Hide scrollbar */
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;     /* Firefox */
}

.card-wrapper::-webkit-scrollbar {
  display: none;  /* Chrome, Safari and Opera */
}


    .property-card {
      min-width: 250px;
      max-width: 250px;
      flex: 0 0 auto;
      border: 1px solid #ddd;
      border-radius: 10px;
      background: #fff;
      padding: 10px;
    }

    .property-card img {
      width: 100%;
      height: 140px;
      object-fit: cover;
      border-radius: 6px;
    }

    .property-card h6 {
      font-size: 15px;
      color: #0d47a1;
      font-weight: 600;
      margin-top: 10px;
    }

    .property-card p {
      font-size: 13px;
      margin: 4px 0;
    }

    .slider-btn {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: #fff;
      border: none;
      box-shadow: 0 2px 5px rgba(0,0,0,0.2);
      width: 30px;
      height: 30px;
      border-radius: 50%;
      z-index: 10;
    }

    .slider-btn:hover {
      background: #eee;
    }

    .slider-left {
      left: -15px;
    }

    .slider-right {
      right: -15px;
    }

    @media (max-width: 576px) {
      .property-card {
        min-width: 85%;
      }
    }


    /* 3rd slider */
    .slider-container {
      position: relative;
    }

    .locality-slider {
      background-color: #e2ecf9;
      border-radius: 20px;
      padding: 20px;
      overflow-x: auto;
      display: flex;
      gap: 15px;
      scroll-behavior: smooth;
      -ms-overflow-style: none;
      scrollbar-width: none;
    }

    .locality-slider::-webkit-scrollbar {
      display: none;
    }

    .locality-card {
      background: #fff;
      border-radius: 12px;
      padding: 15px;
      flex: 0 0 calc(33.333% - 10px);
      box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    }

    .locality-card h6 {
      font-weight: 600;
      font-size: 15px;
    }

    .locality-card .rating {
      font-size: 14px;
    }

    .locality-card .row > div {
      padding-top: 10px;
    }

    .slider-button {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: #fff;
      border: 1px solid #ccc;
      border-radius: 50%;
      width: 35px;
      height: 35px;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      z-index: 10;
    }

    .slider-button.left {
      left: -15px;
    }

    .slider-button.right {
      right: -15px;
    }

    .closer-box a {
  text-decoration: none;
  color: #000;
  display: inline-block;
  width: 100%;
  padding: 4px 0;
  transition: 0.3s;
}

.closer-box a:hover {
  background-color: #e3f2fd;
  color: #0d6efd;
}

 @media (max-width: 768px) {
        .locality-card {
            flex: 0 0 90% !important;
            font-size: 14px;
        }
        .closer-box .sub-heading {
            font-size: 14px;
        }
        .closer-box a {
            font-size: 13px;
        }
    }
    @media (max-width: 576px) {
        .locality-card {
            flex: 0 0 100% !important;
            font-size: 13px;
        }
        .closer-box .sub-heading {
            font-size: 13px;
        }
        .closer-box a {
            font-size: 12px;
        }
    }