.body,input, textarea, button, p, a, li, select, h1, h2, h3, h4, h5, h6{
    
    
    font-family: "Roboto Condensed",Arial,Helvetica,sans-serif;
}



       	.navbar-brand {
		
			  color: #fff;
			  /*position: fixed;*/
			  
			}
			.navbar-nav .nav-link {
			  color: #fff;
			  font-size: 12px;
			 
			}
			.navbar-nav .dropdown-menu {
			 
			   font-size: 14px;
			 
			}
			.navbar-nav .dropdown-item {
			  color: #fff;
			}
			.navbar-nav .dropdown-item:hover {
			  background-color: #111;
			}
			
			.footer{
     background-color: #000; 		  
				
			}

.dropdown:hover>.dropdown-menu {
  display: block;
}

.dropdown>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
    pointer-events: none;
}
			



  .round-img-c {
    box-shadow: 2px 2px 20px 0 #808080b8;
    border-radius: 89px;
    width: 130px;
    margin-top: 12px;
    margin-bottom: 20px;
    transition: .7s;
    padding: 5px;
    border: 1px solid #c4962a;
    background: #fff;
}


.scroll-container {
    white-space: nowrap;
    overflow: hidden;
    position: relative;
}

.scroll-content {
    display: inline-flex;
    animation: scroll-left 15s linear infinite;
}

.round-img-c {
    flex-shrink: 0;
    width: 120px;
    height: 120px;
}

@keyframes scroll-left {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}







.category-card {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.category-card img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.category-card .card-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 10px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  border-radius: 0 0 10px 10px;
}




.exclusive-section {
  text-align: center;
  margin-bottom: 2rem;
}

.exclusive-card {
  display: flex;
  border: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
}

.exclusive-card img {
  width: 200px;
  height: auto;
  object-fit: cover;
}

.exclusive-card-body {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.exclusive-card-body h5 {
  margin-bottom: 0.5rem;
}

.exclusive-card-body p {
  margin: 0;
}


.header-section h1 {
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: bold;
  padding-top: 150px;
}

@media (max-width: 768px) {
  .header-section {
    height: 200px; 
    background-position: center top; 
  }
  
  .header-section h1 {
    font-size: 2rem; 
  }
}

@media (max-width: 480px) {
  .header-section {
    height: 150px; 
    padding: 10px; 
  }

  .header-section h1 {
    font-size: 1.5rem; 
  }
}


 .property-card {
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease-in-out;
            position: relative;
        }
        .property-card:hover {
            transform: translateY(-5px);
        }
        .property-card img {
            height: 271px;
            object-fit: cover;
            border-radius: 10px;
            transition: transform 0.4s ease-in-out;
        }
        .property-card:hover img {
            transform: scale(1.1);
        }
        .property-details {
            padding: 20px;
            font-size: 14px;
            
            
        }
        .on-request {
            background: #000000b3;
            color: white;
            padding: 5px 10px;
            font-size: 10px;
            border-radius: 5px;
            position: absolute;
            top: 10px;
            left:10px;
        }
        
        property-details p {
        font-size: 5px;
         color: #000;
                  }
                  
                  
             .property-details i {
                color: #000; 
                margin-right: 5px;
               }
              .price h5 {
                color: #000;
             font-size: 17px;
             }
             
             
             
    .whatsapp_float {
    position: fixed;
    bottom: 70px;
    right:18px;
    z-index: 9999;
     /*width: 70px;*/
}

html, body {
    overflow-x: hidden;
}



.btn-gradient {
  background: linear-gradient(to right, #000, #332d2d);
  color: #fff;
  border: none;
    text-transform: none;
}




footer {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #ffffff; 
}

footer h6 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 1rem;
}


 .dropdown-wrapper {
      border-top: 1px solid #fff;
      border-bottom: 1px solid #fff;
      
    }

    .popular-searches {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 15px 10px;
      cursor: pointer;
    }

    .arrow {
      display: inline-block;
      transition: transform 0.3s ease;
    }

    .arrow.rotate {
      transform: rotate(180deg);
    }

    .dropdown-content {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.5s ease;
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      padding: 0 10px;
    }

    .dropdown-content.show {
      max-height: 500px; /* big enough for content */
      padding: 20px 10px;
    }

    .column {
      flex: 1 1 22%;
      min-width: 150px;
    }

    .column a {
      display: block;
      color: #fff;
      text-decoration: none;
      margin: 6px 0;
      font-size: 15px;
    }


.popup-container {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0 0 0 / 70%);
            justify-content: center;
            align-items: center;
            z-index: 1000;
        }
        .popup {
            background: #fff;
            /*backdrop-filter: blur(10px);*/
            padding: 20px;
            border-radius: 10px;
            width: 350px;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
            position: relative;
            z-index: 1000;
        }
        .popup h2 {
            text-align: center;
            color: #000;
              font-size: 22px;
             font-weight: bold;
        }
        .popup input, .popup select, .popup textarea {
            width: 100%;
            padding: 10px;
            margin: 10px 0;
            /*border: none;*/
            border-radius: 5px;
            background:  rgba(0, 0, 0, 0.04);
            color: #000;
        }
        .popup input::placeholder, .popup textarea::placeholder {
            color: #ddd;
            font-size: 14px;
        }
        .popup label {
            color: #000;
        }
  
        .popup button {
            width: 100%;
            padding: 10px;
            background: #000;
            border: none;
            color: white;
            font-size: 16px;
            cursor: pointer;
            border-radius: 5px;
        }
        .close {
            position: absolute;
            top: -10px;
            right: 10px;
            cursor: pointer;
            color: #000;
            font-size: 36px;
        }


    .bottom-bar {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      background-color: #000;
      color: white;
      z-index: 9999;
      border-top: 1px solid white;
    }
    .bar-item {
      flex: 1;
      border-right: 1px solid white;
    }
    .bar-item:last-child {
      border-right: none;
    }
    .bar-link {
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      text-decoration: none;
      padding: 10px 0;
      font-size: 14px;
    }
    .bar-link i {
      margin-right: 8px;
      font-size: 18px;
    }

    @media (min-width: 768px) {
      .bottom-bar {
        display: none !important;
      }
    }
    
    

.submit-btn, #submitBtnnew {
    padding: 6px 10px;
    color: white;
    background-color: black;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }

  .submit-btn:disabled,
  #submitBtnnew:disabled {
    background-color: #ccc;
    color: #666;
    cursor: not-allowed;
  }

  /* Checkbox + Label Container */
  .checkbox-container {
    display: flex;
    align-items: center;
    gap: 60px;
    margin-bottom: 10px;
    font-family: sans-serif;
    white-space: nowrap;
  }


  /* Submit Button Footer */
  .form-footer {
    display: flex;
    /*justify-content: flex-end;*/
    margin-top: 20px;
  }



  


 



		
	