
    .top-bar {
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
}

.navbar-brand img {
    height: 50px;
    width: auto;
}

.quick-inquiry {
    font-size: 14px;
    color: #000;
   
}

.phone-number {
    font-size: 14px;
    color: #000;
}

@media (max-width: 768px) {
    .contact-info {
        font-size: 13px; /* Smaller text for mobile */
    }
    .quick-inquiry, .phone-number {
        font-size: 13px; /* Adjust as needed */
    }
}



/* Ensure submenu appears properly */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  position: absolute;
  left: 100%;
  top: 0;
  margin-top: -1px;
  display: none;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

/* Mobile fix: Expand submenu on click */
@media (max-width: 992px) {
  .dropdown-submenu .dropdown-menu {
    position: static;
    display: none;
    margin-left: 10px;
  }
  
  .dropdown-submenu.show .dropdown-menu {
    display: block;
  }

  /* Style for toggle icon */
  .dropdown-toggle-icon {
    display: inline-block;
    float: right;
    padding: 10px;
    cursor: pointer;
  }
}


@keyframes blinkText {
    0% { color: #f4c189; }
    50% { color: #000000; }
    100% { color: #f4c189; }
}

.blink-text {
    animation: blinkText 1s infinite;
   
}

a {
    text-decoration: none; 
    color: rgb(13 110 253); 
}


  .project-header {
      text-align: center;
      margin-top: 2rem;
    }
    .project-header h1 {
      font-family: 'Times New Roman', serif;
      font-size: 2.5rem;
      font-weight: bold;
      text-transform: uppercase;
    }
    .project-header h2 {
      font-size: 1rem;
      color: #6c757d;
      margin-top: 0.5rem;
    }
    .overview-section {
      margin: 2rem 0;
      padding: 0 1rem;
    }
    .overview-section h3 {
      font-weight: bold;
      font-size: 1.5rem;
      margin-bottom: 1rem;
    }
    .overview-section p {
      font-size: 1rem;
      line-height: 1.8;
    }
    .price {
      color: #6c757d;
      font-weight: bold;
      font-size: 1.2rem;
    }


	.custom-overview-section {
      background-color: #000;
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      /*height: 371px;*/
    }
    .custom-overview-title {
      font-size: 1.8rem;
      font-weight: bold;
      text-transform: uppercase;
      margin-bottom: 2rem;
    }
    .custom-overview-detail {
      font-size: 1rem;
      margin-bottom: 1rem;
    }
    .custom-overview-label {
      font-weight: bold;
      text-transform: uppercase;
      font-size: 0.9rem;
    }
    .custom-overview-value {
      font-size: 1.2rem;
    }
    .custom-image {
      width: 100%;
      height: auto;
      object-fit: cover;
    }

	.btn-selector {
      border-radius: 20px;
      font-weight: bold;
      margin-bottom: 10px;
      text-align: center;
    }
    .btn-selector.active {
      background-color: black;
      color: white;
    }
    .image-container img {
      width: 100%;
      height: auto;
      border-radius: 10px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    }


   .sticky-form {
            position: sticky;
            top: 20px;
        }
        .details-box {
            padding: 20px;
            border-radius: 10px;
        }
        .icon {
            color: #000;
            margin-right: 8px;
        }
        

     
.icon {
    color: #000000;
    margin-right: 8px;
}

        
        


.plan img {
    width: 98%;
   
}

.slick-prev,
.slick-next {
    font-size: 24px;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    z-index: 1000;
}

.slick-prev:hover,
.slick-next:hover {
    background: rgba(0, 0, 0, 0.8);
}
        



.banner-container {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.banner-container img {
    width: 100%;
    height: 100%;
    /*object-fit: cover;*/
}

.banner-text {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    text-align: center;
    padding: 15px 20px;
    border-radius: 8px;
    max-width: 90%;
}

/* Heading */
.banner-text h1 {
    font-size: 40px;
    font-weight: bold;
    margin: 0;
}

/* Paragraph */
.banner-text p {
    font-size: 15px;
    margin: 5px 0 0;
}

/* Mobile adjustments */
@media (max-width: 768px) {
    .banner-container {
        height: 60vh;
    }

    .banner-text {
        left: 1%; /* Align left */
        transform: none; /* Remove centering */
        text-align: left;
        bottom: 5%;
        padding: 10px 15px;
    }

    .banner-text h1 {
        font-size: 30px;
    }

    .banner-text p {
        font-size: 16px;
    }
}

        
        
         .location-container {
            background-color: #fff;
            padding: 20px;
            border-radius: 8px;
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        }

        .location-title {
            font-size: 24px;
            font-weight: 700;
        }

        .location-points {
            list-style: none;
            padding-left: 0;
        }

        .location-points li {
            padding-left: 20px;
            position: relative;
            margin-bottom: 10px;
        }

        .location-points li::before {
            content: "•";
            color: black;
            font-size: 18px;
            position: absolute;
            left: 0;
            top: 0;
        }

        @media (max-width: 768px) {
            .map-img {
                width: 100%;
                height: auto;
            }
        }
        
        .slick-prev, .slick-next {
          font-size: 0px;
        }
       


table {
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    
}


table {
    width: 100%;
    overflow-x: auto;
    height: 200px;
}

.table th{
    height: 50px;
    font-weight: 500px;
    
}

 .amenity-card {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            border-radius: 10px;
            padding: 15px;
            text-align: center;
            background: #fff;
            box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
            min-height: 150px; /* Ensures equal height */
            
        }
        .amenity-card:hover {
            transform: translateY(-5px);
            box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.2);
        }
        .amenity-icon {
            font-size: 2rem;
            color: #28a745;
            margin-bottom: 10px;
        }


html, body {
    overflow-x: hidden;
}

.p{
    text-align: justify;
}


  .container.my-4 h2 {
      font-size: 22px; 
       font-weight: bold;
       text-align: justify;
  }
  
  .container.my-4 h4 {
      font-size: 22px; 
       font-weight: bold;
       text-align: justify;
  }
  .container.my-4 h3 {
      font-size: 22px;
       font-weight: bold;
       text-align: justify;
  }
  


  
    .gallery-container {
            position: relative;
            padding: 20px;
        }

        .carousel-inner {
            width: 100%;
        }

        .carousel-item img {
            width: 100%;
            height: 500px; /* Adjust height as needed */
            object-fit: cover;
            border-radius: 10px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }

        .side-image {
            height: 500px;
            object-fit: cover;
            border-radius: 10px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }

       @media (max-width: 767px) {
      .carousel-item img {
        height: 300px; 
       }
  
      .side-image {
        display: block;
        
        }
        
        }
        
        
        .download-btn {
            background-color: #000;
            color: white;
            border: none;
            padding: 10px 20px;
            font-size: 16px;
            font-weight: bold;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 5px;
        }
     
        .download-btn::after {
            content: "➔";
            margin-left: 5px;
        }
        .feature-list {
            list-style-type: none;
            padding-left: 0;
        }
        
        @media (max-width: 768px) {
       .download-btn {
        font-size: 13px;
        }
         }



        .feature-list li {
            position: relative;
            padding-left: 25px;
            margin-bottom: 10px;
            font-size: 16px;
        }
        .feature-list li::before {
            content: "✔";
            position: absolute;
            left: 0;
            color: #000;
        }
        .img-container {
            position: relative;
            width: 100%;
        }
        .img-container img {
            width: 100%;
            height: auto;
        }
        
    
        .custom-row {
            --bs-gutter-x: 5rem;
        }
      
        .custom-section {
            padding: 5rem 0; 
        }
      
        .image-section {
            padding-right: 2rem;
        }
      
        .key-features {
    /*padding-left: 0; */
    width: 100%;    
}

@media (min-width: 768px) {
    .key-features {
        padding-left: 5rem; 
        width: auto;        
        /*margin-left: auto;  */
    }
}
     
        .image-section p {
            margin-top: 1.5rem; 
        }
        
        
        .checklist-item {
            display: flex;
            align-items: center;
            padding: 10px; /* Padding inside the border */
            margin-bottom: 10px;
            font-size: 16px;
            border: 1px solid #dee2e6; /* Light gray border */
            border-radius: 5px; /* Rounded corners */
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Subtle shadow */
            background-color: #fff; /* White background for contrast */
        }
        .checklist-item i {
            color: #000; /* Red color for the checkmark */
            margin-right: 8px;
        }
        .highlight {
            color: #0d6efd; /* Blue color for "Gas Pipeline" */
            font-weight: bold;
        }
        
        
        .landlord-banner {
            /*background-color: #fff3e6; */
            border: 2px solid #7e7e7e;
            border-radius: 10px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); /* Enhanced shadow */
            padding: 20px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            max-width: 100%;
            margin: 20px auto;
        }

        .landlord-text {
            color: #333; /* Dark gray text for readability */
            font-family: Arial, sans-serif;
        }

       
        .landlord-text p {
            font-size: 0.9rem;
            margin-bottom: 0;
        }

        .btn-post-property {
            background-color: #000; /* Black button */
            color: #fff; /* White text */
            border: none;
            padding: 10px 20px;
            font-size: 1rem;
            border-radius: 5px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Shadow for button */
            text-decoration: none;
            display: inline-flex;
            align-items: center;
        }

        .btn-post-property:hover {
            background-color: #333; /* Darker black on hover */
            color: #fff;
            text-decoration: none;
        }

        .btn-post-property .free-tag {
            background-color: #fff;
            color: #000;
            border-radius: 10px;
            padding: 2px 8px;
            margin-right: 8px;
            font-size: 0.8rem;
        }

        @media (max-width: 768px) {
            .landlord-banner {
                flex-direction: column;
                text-align: center;
            }

            .btn-post-property {
                margin-top: 15px;
            }
        }
        
        

  