body, span, p {
    font-family: Montserrat,sans-serif !important;
}
    a
    {
        text-decoration:none;
    }
    .lead {
        font-size: 18px;
        font-weight: 300;
        color: #fff;
        text-align: left;
    }
    .lead strong {
        font-size: 18px;
        font-weight: 600;
        color: #cfc09f;
        text-align: left;
    }
    
    .info-section ul
    {
     font-family: Montserrat,sans-serif !important; 
     font-size: 18px;
    }
    .text-gold {
		color: #f1c40f;
		font-family: Playfair Display, serif;
		font-size: 30px;
		margin:20px 0px;
	}

    .property-card .details {
    font-size: 14px;
    color: #959191;
    display: flex;
    gap: 50px;
    margin-top: 10px;
    width: 108%;
    }
    .card-body a
    {
        text-decoration:none;
    }
    .card-footer span
    {
        color:#83806b;
    }
    .details a
    {
    /* background: #443d3d; */
    color: #fff;
    font-size: 16px;
    padding: 5px 20px;
    border: 1px solid #83806b;
    }
    /* Navbar styles */
    .navbar.navbar-dark.fixed-top {
      background-color: transparent;
      transition: background-color 0.3s ease-in-out;
    }
    .navbar.navbar-dark.fixed-top.scrolled {
      background-color: #121111e0 !important;
    }
    
    .dropdown-menu
    {
      background-color: #333  !important;    
    }
    .dropdown-item {
        color:#fff;
    }
    .dropdown-item:focus, .dropdown-item:hover {
    color: #333;
    background-color: #ffc107;
    }
    .arrow {
      font-size: 16px;
      color: #f1c40f ; /* Adjust color as needed */
      margin-right: 8px; /* Space between arrow and text */
    }
    .dropdown-item {
      display: inline-block; /* Ensure the link stays inline with the icon */
    }
    .dropdown-menu li {
      display: flex; /* Use flexbox to align icon and text in one line */
      align-items: center; /* Vertically center the icon and text */
    }
    .href
    {
        color:#f1c40f !important;
        font-size:19px;
    }
    .banner
    {
        padding: 350px 0px 0px 30px;
    }
    
/* Extra small devices (phones, less than 576px) */
@media (max-width: 575.98px) {
    .mobile
    {
        background:#cf2828 !important;
    }
    .buy_sell_mobile
    {
        display:block;
    }
    .buy_sell_form
    {
        display:none;
    }
	.text-gold {
    color: #f1c40f;
    font-family: Playfair Display, serif;
    font-size: 27px;
    margin: 20px 0px;
	}
	.property-card {
      background: #222;
      border-radius: 10px;
      overflow: hidden;
      margin: 10px 0;
      color: #fff;
      position: relative;
      height: 100vh !important;
    }
	.property-card .details {
        font-size: 16px;
        color: #959191;
        display: flex;
        gap: 10px;
        margin-top: 10px;
        flex-direction: row;
        flex-wrap: wrap;
    }
	
}

/* Small devices (tablets, 576px to 767px) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .mobile
    {
        background:#cf2828 !important;
    }
	.text-gold {
    color: #fff;
    font-family: Playfair Display, serif;
    font-size: 28px;
    margin: 20px 0px;
	}
	.property-card {
      background: #222;
      border-radius: 10px;
      overflow: hidden;
      margin: 10px 0;
      color: #fff;
      position: relative;
      height: 100vh;
    }
	.property-card .details {
        font-size: 16px;
        color: #959191;
        display: flex;
        gap: 10px;
        margin-top: 10px;
        flex-direction: row;
        flex-wrap: wrap;
    }
}

/* Medium devices (tablets, 768px to 991px) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .mobile
    {
        background:#cf2828 !important;
    }
	.text-gold {
    color: #fff;
    font-family: Playfair Display, serif;
    font-size: 30px;
    margin: 20px 0px;
	}
	.property-card {
      background: #222;
      border-radius: 10px;
      overflow: hidden;
      margin: 10px 0;
      color: #fff;
      position: relative;
      height: 95vh !important;
    }
	.property-card .details {
      font-size: 14px;
      color: #959191;
      display: flex;
      gap: 70px;
      margin-top: 10px;
    }
}


/* Large devices (desktops, 992px to 1199px) */
@media (min-width: 992px) {
	.text-gold {
    color: #fff;
    font-family: Playfair Display, serif;
    font-size: 30px;
    margin: 20px 0px;
	}
	.property-card .details {
      font-size: 14px;
      color: #959191;
      display: flex;
      gap: 30px;
      margin-top: 10px;
    }
     .custom-fluid {
    width: 70%; /* Full width for tablets */
    margin: 0 auto;
    }
}
@media (min-width: 992px)  and (max-width: 1200px) {
    .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
    font-size: 16px;
    }
    .custom-fluid {
    width: 100%;
    margin: 0 auto;
    }
    }
/* Extra large devices (1200px and up) */

@media (min-width: 1200px) and (max-width: 1600px){
    .custom-fluid {
    width: 100%;
    margin: 0 auto;
    }
}
@media (min-width: 1200px) {
    .buy_sell_mobile
    {
        display:none;
    }
    .buy_sell_form
    {
        display:block;
    }
    .navbar-brand {
        font-size: 40px;
    }
    .navbar-brand img {
        height:50px;
        margin-right:8px;
        margin-top: -17px;
    }
    .navbar-brand-foot {
        /*font-size: 30px;*/
        font-size: 1.875rem;
        padding-bottom: 12px;
    }

 }
    .nav-link {
        
        color: #fff;
    
    }
.nav-link a{
    
    color: #333 ;

} 
html, :host {
    line-height: 1.5;
    text-size-adjust: 100%;
    tab-size: 4;
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-feature-settings: normal;
    font-variation-settings: normal;
    -webkit-tap-highlight-color: transparent;
    }
    
    body, html {
      min-height: 100vh;
      margin: 0;
      font-family: 'Poppins', sans-serif;
      position: relative;
      overflow-x: hidden;
      color: #ccc;
    }
  
  body::before {
    content: "";
    position: fixed; /* Changed from absolute */
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: url('bg.jpg') no-repeat center center/cover;
    z-index: -2;
  }

  body::after {
    content: "";
    position: fixed; /* Changed from absolute */
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: -1;
  }


/*-----------------ok below------------*/
	.from_price
	{
		color:#fff26b;
	}
	.bg1
	{
		background:#111;
		padding:0px;
	}
	.bg2
	{
		background:#000;
		padding:35px;
	}
	.bg3
	{
		background:#111;
		padding:100px 0px;
	}

    .hero-content {
      margin-top: 18%;
      width: 50%;
      margin-bottom: 14%;
    }
    .hero-content h1 {
     font-size: 50px;
     font-weight: 500;
     line-height: 1.2;
	 color:#fff;
     font-family: Playfair Display, serif;
	 }
    .hero-content p {
      font-size: 22px;
      font-weight: 300;
      margin-top: 15px;
    }
    .search-box {
      background: rgba(0, 0, 0, 0.85);
      padding: 20px 20px;
      border-radius: 12px;
      margin-top: 30px !important;
      box-shadow: 0 8px 16px rgba(0,0,0,0.5);
    }
    .search-box .form-control,
    .search-box .form-select {
      background-color: #222;
      color: #fff;
      border: 1px solid #444;
      font-size: 14px;
      height: 50px;
      border-radius: 8px;
    }
    .search-box .form-control::placeholder {
      color: #bbb;
    }
    .search-btn {
      background-color: #f1c40f;
      border: none;
      height: 42px;
      font-weight: 300;
      font-size: 18px;
      color: #222;
      border-radius: 8px;
      transition: 0.3s;
    }
    .search-btn:hover {
      background-color: #d4ac0d;
      color: #fff;
    }
    .input-group-text {
      background-color: #222;
      color: #f1c40f;
      border: 1px solid #444;
      border-right: 0;
      border-radius: 8px 0 0 8px;
    }
    .input-group .form-control {
      border-left: 0;
      border-radius: 0 8px 8px 0;
    }
	
    .featured-properties {
      padding: 50px 0px;
      background: #111;
    }
    .featured-properties .exclusive-label {
      color: #d6ae0f;
      font-size: 14px;
      font-weight: 300;
      margin-bottom: 10px;
    }
    .featured-properties h2 {
      color: #fff;
      font-size: 1.875rem;
      font-weight: 300;
      margin-bottom: 30px;
      font-family: Playfair Display, serif;
    }
    .property-card {
      background: #222;
      border-radius: 10px;
      overflow: hidden;
      margin: 10px 0;
      color: #fff;
      position: relative;
      /*height: 80vh;*/
    }
	
	 .property-card:hover {
		box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
		transform: translateY(-10px); /* Slightly lifts the card */
	 }
    .property-card img {
		  transition: transform 0.3s ease;
		  width: 100%;
		  height: 260px;
		  object-fit: cover;
		  border-top-left-radius: 10px;
		  border-top-right-radius: 10px;
    }
	.property-card:hover .property-img {
		transform: scale(1.05); /* Zoom-out effect */
	}

	.price_o {
		position: absolute;
		top: 30%;
		left: 0px;
		background: rgba(0, 0, 0, 0.7);
		color: #f1c40f;
		padding: 5px 10px;
		border-radius: 5px;
		font-size: 16px;
		font-weight: bold;
	}
   .property-card .heart-icon {
		position: absolute;
		top: 10px;
		right: 10px;
		font-size: 21px;
		color: #fff;
		opacity: 0.7;
		cursor: pointer;
		background: #787373;
		border-radius: 100%;
		width: 40px;
		height: 40px;
		text-align: center;
		padding: 4px 10px;
	}
    .property-card .heart-icon:hover {
      opacity: 1;
    }
    .property-card .card-body {
      padding: 15px;
    }
    .property-card .price {
      font-size: 20px;
      font-weight: 300;
      color: #fff;
    }
    .property-card .title {
      font-size: 16px;
      font-weight: 500;
      margin: 5px 0;
	  color:#9d9595;
    }

    .property-card .details i {
      margin-right: 5px;
    }
    .view-all {
      color: #f1c40f;
      text-decoration: none;
      font-weight: 300;
      font-size: 14px;
	  border-bottom: 1px solid #f1c40f;
    }
    .view-all:hover {
      color: #d4ac0d;
    }
    .view-all i {
      margin-left: 5px;
    }
	.section-title {
    margin-bottom: 1.0rem;
    font-family: Playfair Display,serif;
    /*font-size: 1.875rem;*/
    line-height: 2.25rem;
    font-size: 36px;
    color:#e5ba0f !important;
    text-align: left !important;
	}
	
	.section-title-footer{
    margin-bottom: 1.5rem;
    font-family: Playfair Display,serif;
    font-size: 1.875rem;
    line-height: 2.25rem;
	}
    /* Grand Avenue Section */
    .grand-avenue {
      position: relative;
      padding: 100px 0;
      color: #fff;
      background: url('bg1.jpg') no-repeat center center/cover;
    }
    .grand-avenue::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.7);
      z-index: 0;
    }
	.property-card:hover .price {
		color: #f1c40f; /* Change color to red on hover */
	}
    .grand-avenue .content {
      position: relative;
      z-index: 1;
      /*max-width: 600px;*/
      margin: 0 auto;
      text-align: center;
      border: 2px solid #fff26b;
      padding: 15px;
    }
    .grand-avenue .starting-from {
      color: #f1c40f;
      font-size: 14px;
      font-weight: 300;
      margin-bottom: 10px;
    }
    .grand-avenue .price {
    font-size: 80px;
    font-weight: 300;
    margin-bottom: 10px;
    font-family: Playfair Display, serif;
	}
	.grand-avenue .title {
      font-size: 40px;
      font-weight: 300;
      margin-bottom: 15px;
	  font-family: Playfair Display, serif;
    }
    .grand-avenue .description {
		font-size: 16px;
		color: #d3d0d0;
		margin-bottom: 30px;
    }
    .grand-avenue .features {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      margin-bottom: 30px;
    }
    .grand-avenue .feature-item {
      display: flex;
      align-items: center;
      font-size: 14px;
      color: #bbb;
      margin-bottom: 0px;
    }
   .grand-avenue .feature-item i {
		padding: 10px;
		color: #f1c40f;
		margin-right: 10px;
		font-size: 16px;
		width: 40px;
		height: 40px;
		background: #000;
		border-radius: 100%;
	}
    .grand-avenue .buttons {
      display: flex;
      justify-content: center;
      gap: 15px;
    }
    .grand-avenue .btn-view-details {
      background-color: #f1c40f;
      color: #222;
      font-weight: 600;
      border-radius: 8px;
      padding: 10px 20px;
      text-decoration: none;
      transition: 0.3s;
    }
    .grand-avenue .btn-view-details:hover {
      background-color: #d4ac0d;
      color: #fff;
    }
    .grand-avenue .btn-schedule {
      background-color: transparent;
      color: #fff;
      font-weight: 600;
      border: 2px solid #f1c40f;
      border-radius: 8px;
      padding: 10px 20px;
      text-decoration: none;
      transition: 0.3s;
    }
    .grand-avenue .btn-schedule:hover {
      background-color: #f1c40f;
      color: #222;
    }
    /* New Development Projects Section */
    .new-developments {
      padding: 40px 0;
      background: #111;
    }
    .new-developments .exclusive-label {
      color: #fff26b;
      font-size: 14px;
      font-weight: 300;
      margin-bottom: 10px;
    }
    .new-developments h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 300;
    margin-bottom: 25px;
    font-family: Playfair Display, serif;
    }
    .development-card {
      background: #222;
      border-radius: 10px;
      overflow: hidden;
      margin: 10px 0;
      color: #fff;
      position: relative;
    }
    .development-card img {
      width: 100%;
      height: 260px;
      object-fit: cover;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
    }
    .development-card .status-badge {
      position: absolute;
      top: 10px;
      left: 10px;
      background: #f1c40f;
      color: #222;
      font-size: 12px;
      font-weight: 600;
      padding: 5px 10px;
      border-radius: 5px;
    }
    .development-card .card-body {
      padding: 15px;
    }
    .development-card .title {
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 5px;
    }
    .development-card .location {
      font-size: 14px;
      color: #bbb;
      margin-bottom: 10px;
    }
    .development-card .description {
      font-size: 14px;
      color: #bbb;
      margin-bottom: 15px;
    }
    .development-card .btn-view-development {
		background-color: transparent;
		color: #f1c40f;
		font-weight: 300;
		border-bottom: 1px solid #fff26b;
		/*border-radius: 8px;*/
		padding: 8px 1px;
		text-decoration: none;
		transition: 0.3s;
		font-size: 14px;
	}
    .development-card .btn-view-development:hover {
          border-bottom: 2px solid #f1c40f;
    }
    /* Schedule Consultation Section */
    .schedule-consultation {
      padding: 60px 0;
      background: #000;
    }
    .schedule-consultation .get-in-touch {
      color: #fff26b;
      font-size: 14px;
      font-weight: 300;
      margin-bottom: 10px;
      /*font-family: Playfair Display, serif;*/
    }
    .schedule-consultation h2 {
      color: #fff;
      font-size: 36px;
      font-weight: 700;
      margin-bottom: 20px;
       font-family: Playfair Display, serif;
    }
    .schedule-consultation .description {
      font-size: 16px;
      /*font-family: Playfair Display, serif;*/
      color: #bbb;
      margin-bottom: 30px;
    }
    .schedule-consultation .contact-item {
      display: flex;
      align-items: center;
      font-size: 17px;
      color: #fff;
      margin-bottom: 30px;
    }
   .schedule-consultation .contact-item i {
		color: #f1c40f;
		margin-right: 10px;
		font-size: 20px;
		width: 50px;
		height: 50px;
		border-radius: 100%;
		padding: 12px 14px;
		background: rgba(212, 175, 55, 0.2);
	}
    .schedule-consultation .inquiry-form {
      background: #222;
      padding: 30px;
      border-radius: 10px;
    }
    .schedule-consultation .inquiry-form h3 {
      color: #fff;
      font-size: 24px;
      font-weight: 600;
      margin-bottom: 20px;
    }
    .schedule-consultation .inquiry-form .form-control {
      background-color: #333;
      color: #fff;
      border: 1px solid #444;
      font-size: 16px;
      border-radius: 8px;
      margin-bottom: 15px;
    }
    .schedule-consultation .inquiry-form .form-control::placeholder {
      color: #bbb;
    }
    .schedule-consultation .inquiry-form .btn-submit {
      background-color: #f1c40f;
      color: #222;
      font-weight: 300;
      border-radius: 8px;
      padding: 10px 20px;
      border: none;
      width: 100%;
      transition: 0.3s;
    }
    .schedule-consultation .inquiry-form .btn-submit:hover {
      background-color: #d4ac0d;
      color: #fff;
    }
    /* Footer Section */
    footer {
      background: #000;
      padding: 40px 0 0 0;
      color: #bbb;
      font-size: 14px;
    }
    footer h5 {
      color: #fff;
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 20px;
    }
    footer p {
      margin-bottom: 10px;
    }
    footer a {
      color: #898080;
      text-decoration: none;
      display: block;
      margin-bottom: 5px;
      font-size:30px;
    }
    footer a:hover {
      color: #f1c40f;
    }
    footer .social-icons {
      margin-top: 20px;
    }
    footer .social-icons a {
      color: #fff;
      font-size: 18px;
      margin-right: 15px;
      display: inline-block;
    }
    footer .social-icons a:hover {
      color: #f1c40f;
    }
    footer .contact-item {
      display: flex;
      align-items: center;
      margin-bottom: 10px;
    }
    footer .contact-item i {
      color: #f1c40f;
      margin-right: 10px;
      font-size: 16px;
    }
    footer .copyright {
      border-top: 1px solid #333;
      padding-top: 20px;
      padding-bottom: 20px;
      text-align: center;
      font-size: 12px;
      color: #666;
    }
    footer .copyright a {
      color: #666;
      margin: 0 10px;
      display: inline-block;
    }
    footer .copyright a:hover {
      color: #f1c40f;
    }

    @media (max-width: 768px) {
    .bg3 {
    background: #111;
    padding: 70px 0px 0px 0px;
    }
    .mobile
    {
        background:#cf2828 !important;
        border-bottom: 1px solid #585151;
    }
      .hero-content h1 {
        font-size: 32px;
      }
      .search-box form .col-12 {
        margin-bottom: 15px;
      }
      .property-card img,
      .development-card img {
        height: 250px;
      }
      .featured-properties h2,
      .new-developments h2,
      .schedule-consultation h2 {
        font-size: 28px;
      }
      .grand-avenue .price {
        font-size: 28px;
      }
      .grand-avenue .title {
        font-size: 20px;
      }
      .grand-avenue .features {
        gap: 15px;
      }
      .grand-avenue .feature-item {
        flex: 0 0 45%;
      }
      footer .col-md-3 {
        margin-bottom: 30px;
      }
    .details span {
        display: block;
        margin-bottom: 5px; /* optional spacing */
    }
    }
    
    
    
	/* Mobile view (screens below 991px) */
@media (max-width: 991px) {
    .container-fluid
    {
      width:100%;
    }
    .buy_sell_mobile
    {
        display:block;
    }
    .buy_sell_form
    {
        display:none;
    }
    .mobile
    {
        background:#0a0a0d  !important;
    }
    .dropdownp input {
        width: 180px !important;
    }
  .hero-content {
    margin-top: 135px;
    width: 100%;
	}
	
	.banner {
    padding: 5px;
    }
    .navbar-brand {
        font-size: 26px;
    }
    .navbar-brand img {
        height: 35px;
        margin-top: -10px;
    }
    .text-end1
    {
        text-align:left;
    }
	.bg1 {
		background: #111;
		padding: 0px 15px;
		margin-top: 0px;
	}
}

    .text-luxury-gold{
        font-family: 'Playfair Display', serif !important;
    }
	
    /* Popup Styles */
	.modal.show .modal-dialog {
    transform: none;
    margin-top: 96px;
	}
	

    .bg-dark .form-control, .bg-dark .form-select {
      background-color: #222 !important;
      border: 1px solid #000 !important; /* Default border color: black */
      color: #fff;
      border-radius: 5px;
    }
    
    input:focus, select:focus, textarea:focus, button:focus {
        outline: none !important;
        box-shadow: none !important;
        /* border-color: #fff !important; */
    }

    .bg-dark .form-control:focus, .bg-dark .form-select:focus {
      border-color: yellow !important; /* Border color on focus: yellow */
      /*box-shadow: 0 0 5px rgba(255, 255, 0, 0.5);*/
      outline: none;
    }

    .bg-dark .form-control::placeholder, .bg-dark .form-select option {
      color: #eee;
    }

    .bg-dark .btn {
      transition: background-color 0.3s ease;
    }

    .bg-dark .btn:hover {
      background-color: #d4ac0d;
      color: #fff;
    }

    .modal-backdrop {
      background-color: rgba(0, 0, 0, 0.8) !important;
    }

    .modal-content {
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    }

    /* Center the title */
    .modal-header {
      display: flex;
      justify-content: center; /* Center horizontally */
      align-items: center; /* Center vertically */
      position: relative;
      border-bottom: none; /* Keep no border as per original design */
	  padding:20px 0px 0px 0px;
    }

    .modal-header .modal-title {
      flex-grow: 1;
      text-align: center; /* Ensure text is centered */
    }

    .modal-header .btn-close {
      position: absolute;
      right: 15px; /* Keep close button on the right */
      top: 15px;
    }

    /* Minimal page styling for context */
    body {
      background: #111;
      color: #fff;
      font-family: Arial, sans-serif;
    }
    
/*-----------About Us------------------*/
    .about-us {
        padding: 135px 0px 0px 0px;
    }
    .about-us .section-title {
      color: #fff;
      font-size: 45px;
      font-weight: 300;
      margin-bottom: 30px;
      font-family: Playfair Display, serif;
    }
    .top-section-title span {
      color: #fff;
      font-size: 60px;
      font-weight: 600;
      margin-bottom: 30px;
      font-family: Playfair Display, serif !important;
      text-align:center !important;
    }
    .top-section-title  {
      color: #f0c30f;
      font-size: 60px !important;
      font-weight: 300;
      margin-bottom: 30px;
      font-family: Playfair Display, serif;
      text-align:center !important;
    }
    .top-para {
        text-align:center !important;
    }
    .about-us1 {
      padding: 0px 25px;
    }
    .about-us1 .exclusive-label {
      color: #c39f0e;
      font-size: 14px;
      font-weight: 600;
      margin-bottom: 10px;
    }
    .about-us1 .section-title {
      color: #fff;
      font-size: 45px;
      font-weight: 300;
      margin-bottom: 30px;
      font-family: Playfair Display, serif;
    }
    .about-us1 .ab-para
    {
        color:#fff;
        font-family: Montserrat, sans-serif;
    }
    .yellow-quote {
        color: #d4af37;
        font-size: 40px;    
        vertical-align: middle;
        display: inline-block;
        line-height: 0.7;
    }

    .established-badge {
    background-color: #d4af37; /* Gold */
    color: #000;               /* Black text */
    padding: 17px 25px;
    font-family: 'Georgia', serif;
    font-size: 20px;
    /*font-style: italic;*/
    border-radius: 4px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    position: absolute;
    bottom: 45%;
    left: 20px;
    }
    .icon-circle {
    width: 60px;
    height: 60px;
    background-color: #5a4e32; /* Gold-toned background */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d4af37; /* Gold icon color */
    }
    .card-img-top {
      height: 320px; /* Adjust height as needed */
      object-fit: cover;
      width: 100%;
    }
    
    .border1 {
    border: 1px solid #5c5a5a;
    border-radius: 5px;
    overflow: hidden;
    transition: box-shadow 0.3s ease;
    }
    
    .border1:hover {
        box-shadow: 0 6px 16px rgba(255, 255, 255, 0.2);
    }
    
    .border1 .card-img-top {
        transition: transform 0.4s ease;
    }
    
   .border1:hover .card-img-top {
    transform: scale(1.05); /* zoom in */
    }
    .quote {
        color: #c39f0e;
        font-size: 40px;
        text-align: left;
    }
     .testi-name {
      color: #fff;
      font-size: 20px;
      font-weight: 300;
      margin-bottom: 30px;
      font-family: Playfair Display, serif;
    }
    
    /*-----------contact-us--------------*/
    .contact-us
    {
        margin-top:100px;
    }
    .labelc
    {
        font-size: 14px;
        color: #ccc;
        padding: 5px 0px 10px 2px;
    }
    .inquiry-formc .form-control {
    background-color: #040404;
    color: #fff;
    border: 1px solid #444;
    font-size: 16px;
    border-radius: 8px;
    margin-bottom: 15px;
    }
    .inquiry-title
    {
    font-family: Playfair Display, serif;    
    }
    .border-bottom
    {
    border-bottom: 1px solid #6a6666 !important;
    padding-bottom: 10px;
    }
    
    /*------properties--------------------*/
    .properties
    {
        padding: 120px 0px 20px 25px;
    }
    .properties .section-title {
      color: #fff;
      font-size: 45px;
      font-weight: 300;
      margin-bottom: 30px;
      font-family: Playfair Display, serif;
    }
    .property-details
    {
        padding:  0px 0px 0px 0px;
    }
    .property-details .section-title {
      color: #fff;
      font-size: 32px;
      font-weight: 300;
      margin-bottom: 30px;
      font-family: Playfair Display, serif;
      /*border-bottom:1px solid #ccc;*/
      margin-top: 30px;
      padding: 0px 10px;
    }
    .prop
    {
        padding: 0px 15px !important;
    }
    /* --------------property details-------------*/
    .border-filter {
        border-bottom: 1px solid #837c7c;
        border-top: 1px solid #837c7c;
        padding: 30px 0;
        height: auto;
        position: relative;
        margin-bottom: 20px;
    }

    .filter-container {
        color: #fff;
        overflow: visible;
    }

    .search-input {
        position: relative;
    }

    .search-input input {
        width: 100%;
        padding: 8px 8px 8px 32px;
        border: 1px solid #4B5563;
        border-radius: 8px;
        font-size: 14px;
        background-color: #374151;
        color: #fff;
    }

    .search-input input::placeholder {
        color: #9CA3AF;
    }

    .search-input::before {
        content: "🔍";
        position: absolute;
        left: 8px;
        top: 50%;
        transform: translateY(-50%);
        color: #9CA3AF;
    }

    .filter-btn {
        background-color: transparent !important;
        color: #FBBF24 !important;
        border: 1px solid #FBBF24 !important;
        padding: 8px 16px;
        border-radius: 8px;
        font-size: 14px;
        cursor: pointer;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        font-family:inherit !important;
    }

    .filter-btn:hover {
        background-color: #FBBF24;
        color: #000;
    }

    .filter-btn i {
        font-size: 16px;
    }

    .properties-count {
        font-size: 14px;
        color: #9CA3AF;
    }

    .sort-dropdown {
        padding: 8px;
        border: 1px solid #4B5563;
        border-radius: 8px;
        font-size: 14px;
        background-color: #374151;
        color: #fff;
    }
    
    /*---------------------price filter----*/
    .dropdownp {
      position: relative;
    }
    .dropdownp input {
    border: 1px solid #565050;
    padding: 8px 12px;
    border-radius: 10px;
    background-color: #374151;
    width: 200px;
    cursor: pointer;
    color:#fff;
    }
    #minPriceInput::placeholder {
      color: #fff !important;
      font-size:14px;
    }
    #maxPriceInput::placeholder {
      color: #fff !important;
      font-size:14px;
    }
    .dropdown-menup {
      display: none;
      position: absolute;
      top: 43px;
      left: 0;
      background-color: #333;
      /*box-shadow: 0 2px 6px rgba(0,0,0,0.2);*/
      border-radius: 10px;
      z-index: 1000;
      width: 200px;
      max-height: 200px;
      overflow-y: auto;
    }
    /* Thin scrollbar for dropdown menus */
    .dropdown-menup::-webkit-scrollbar {
      width: 4px;
    }
    
    .dropdown-menup::-webkit-scrollbar-track {
      background: transparent;
    }
    
    .dropdown-menup::-webkit-scrollbar-thumb {
      background-color: #888;
      border-radius: 10px;
    }
    
    .dropdown-menup::-webkit-scrollbar-thumb:hover {
      background: #555;
    }

    .dropdown-menup div {
      padding: 2px;
      cursor: pointer;
      color: #fff;
    }
    .dropdown-menup div:hover {
        background-color: #2760e1e0;
        color: #fff;
        padding: 2px;
    }
    .search-btn {
      background-color: #d8232a;
      color: white;
      padding: 10px 20px;
      border: none;
      border-radius: 20px;
      cursor: pointer;
    }
    .price-filter {
      display: flex;
      gap: 8px;
    }
   
    /*----------------End Price Filter--*/
    
    .filter-panel {
        display: none;
        margin-top: 20px;
        padding-bottom: 20px;
        background-color: #111111;
        border-radius: 0px;
        padding: 20px;
        border-top: 1px solid #f1c40f;
        border-bottom: 1px solid #f1c40f;
    }

    .filter-panel.active {
        display: block;
    }
    
    .filter-panel select {
        width: 100%;
        padding: 8px;
        border: 1px solid #4B5563 !important;
        border-radius: 8px;
        background-color: #374151;
        color:#fff !important;
        font-size: 16px;
    }
    .filter-panel select option:hover {
        background-color: #f1c40f !important;
        color: #333 !important;
        line-height: 2;
    }


    .filter-panel select:focus {
        outline: none;
        border-color: #ffcc00; /* Highlight border */
        background-color: #333;
    }

    .filter-panel label {
        font-size: 14px;
        color: #c0c8d9;
        margin-bottom: 10px;
        margin-top: 10px;
        display: block;
    }

    #default-view {
        margin-top: 20px;
    }
    .info-section {
      background: #111111;
      padding: 20px;
      border-radius: 10px;
      box-shadow: 0 0 10px rgba(0,0,0,0.05);
      color:#fff;
      font-family: Montserrat,sans-serif;
    }
    .info-title {
      font-weight: bold;
      foct-size: 1.2rem;
      color: #f1c40f;
    }
    .icon {
      color: #80005a;
      margin-right: 5px;
    }
    .btn-callback {
      background-color: #f1c40f;
      color: #fff;
      border-radius: 20px;
      padding: 8px 20px;
      box-shadow: 0 5px 15px rgba(155, 44, 123, 0.3);
      border: none;
    }
    .btn-callback:hover {
      background-color: #fff26b;
      color:#333;
    }
    .btn-callback i {
      margin-right: 5px;
    }
       .form-section {
      background-color: #f2f6fb;
      padding: 30px;
      border-radius: 5px;
    }
    .form-title {
      color: #333;
      font-size: 28px;
      font-weight: 300;
      margin-bottom: 10px;
      font-family: Playfair Display, serif;
    }
    .custom-checkbox {
      width: 25px;
      height: 25px;
    }

    .form-title span {
      color: #2c3e50;
    }
    .form-control:focus {
      border-color: #9b2c7b;
      box-shadow: none;
    }
    .submit-btn {
      background-color: #f1c40f;
      color: #fff;
      border: none;
      padding: 10px 20px;
      border-radius: 5px;
      /*box-shadow: 0 5px 15px rgba(155, 44, 123, 0.3);*/
    }
    .property-img {
      width: 100%;
      border-radius: 10px;
    }
    .form-select-group {
      display: flex;
      gap: 10px;
    }
    .form-select-group .form-control {
      flex: 1;
    }
    .form-select-group .form-control:first-child {
      flex: 0 0 80px;
    }
    .tab-buttons .tab-btn {
      background-color: #f1c40f;
      color: white;
      border: none;
      padding: 10px 15px;
      margin: 5px;
      border-radius: 5px;
      font-weight: 500;
      font-family: Playfair Display, serif;
    }
    
    .tab-buttons .tab-btn.active {
    background-color: #f1c40f !important;
    color: #333 !important;
    font-size: 18px;
    font-weight: 500;
    font-family: Playfair Display, serif;
    }
    
    .tab-pane {
      display: none;
      padding: 20px 0;
    }
    
    .tab-pane.active {
      display: block;
    }
/*---------Amenities -----------------*/
    .amenities-section {
      max-width: 800px;
      margin: auto;
    }

    .amenities-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px;
      border-top: 1px solid #eee;
      border-left: 1px solid #eee;
    }

    .amenity-item {
      display: flex;
      align-items: center;
      padding: 5px;
      border-bottom: 1px solid #eee;
      border-right: 1px solid #eee;
    }

    .amenity-icon {
      font-size: 24px;
      color: #922a7c;
      margin-right: 15px;
    }

    .amenity-text {
      color: #fff;
      font-weight: 500;
      padding: 0px 0px 0px 10px;
    }

   .load-more-btn {
    display: inline-block;
    margin: 30px auto 0;
    padding: 10px 20px;
    background: linear-gradient(to right, #4b6cb7, #f1c40f);
    color: white;
    border: none;
    border-radius: 20px;
    font-weight: bold;
    cursor: pointer;
    transition: opacity 0.3s;
    }

    .load-more-btn:hover {
      opacity: 0.9;
    }
/*--------Floor Plan --------------*/
    .floorplan-container {
      max-width: 900px;
      margin: auto;
      position: relative;
    }
    .bhk-buttons {
      display: flex;
      flex-wrap: wrap;
      gap: 10px; /* spacing between buttons */
      justify-content: flex-start; /* align buttons to the left */
      margin-bottom: 15px;
    }
    
    .bhk-buttons button {
        background-color: transparent;
        color: #f1c40f;
        padding: 5px 14px;
        border-radius: 6px;
        cursor: pointer;
        font-size: 14px;
        white-space: nowrap;
        border: 1px solid #f1c40f;
    }
    
    .bhk-buttons button.active {
    color: #333 !important;
    background-color: #f1c40f;
    padding: 10px;
    FONT-WEIGHT: 500;
    }

    /*.bhk-buttons {*/
    /*  display: flex;*/
    /*  gap: 10px;*/
    /*  margin-bottom: 20px;*/
    /*}*/

    /*.bhk-buttons button {*/
    /*  background-color: #7c2d73;*/
    /*  color: #fff;*/
    /*  padding: 8px 16px;*/
    /*  border: none;*/
    /*  border-radius: 20px;*/
    /*  cursor: pointer;*/
    /*  font-weight: bold;*/
    /*  transition: background 0.3s;*/
    /*}*/

    /*.bhk-buttons button.active {*/
    /*  background-color: #4b2c8b;*/
    /*}*/

    .floorplan-content {
      display: none;
      position: relative;
    }

    .floorplan-content.active {
      display: block;
    }

    .price-tag {
      position: absolute;
      top: 10px;
      right: 10px;
      background-color: #922a7c;
      color: white;
      padding: 8px 16px;
      border-radius: 20px;
      font-size: 14px;
      font-weight: bold;
    }

    .floorplan-content img {
      width: 100%;
      border-radius: 10px;
    }
    
    
    /* Contact form styles */
    .schedule-consultation .inquiry-form .form-control {
      background-color: #0a0a0a;
      color: #fff;
      border: 1px solid #444;
      font-size: 16px;
      border-radius: 8px;
      margin-bottom: 15px;
    }
    .schedule-consultation .inquiry-form {
      background: rgb(44 44 44 / 1);
      padding: 20px;
      border-radius: 8px;
    }
    .inquiry-title {
      color: #fff;
      margin-bottom: 20px;
    }
    .labelc {
      color: #fff;
      margin-bottom: 5px;
      display: block;
    }
    .btn-submit {
      background-color: #f1c40f;
      color: #000;
      padding: 10px 20px;
      border: none;
      border-radius: 5px;
      cursor: pointer;
    }
    .contact-item {
      color: #898080;
      margin-bottom: 20px;
    }
    .contact-item i {
      margin-right: 10px;
    }

    /* Select2 custom styles */
    .select2-container--default .select2-selection--single {
      background-color: #0a0a0a;
      border: 1px solid #444;
      border-radius: 8px;
      height: 38px;
      color: #fff;
    }
    .select2-container--default .select2-selection--single .select2-selection__rendered {
      color: #fff;
      line-height: 38px;
      padding-left: 10px;
    }
    .select2-container--default .select2-selection--single .select2-selection__arrow {
      height: 38px;
      right: 10px;
    }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #fff transparent transparent transparent;
    }
    .select2-dropdown {
      background-color: #0a0a0a;
      border: 1px solid #444;
      color: #fff;
    }
    .select2-results__option {
      color: #fff;
    }
    .select2-results__option--highlighted {
      background-color: #f1c40f !important;
      color: #000 !important;
    }
    
    /*--------override Css----*/
    select:focus,
    input:focus {
      outline: none;              
      /*border: 1px solid #333;     */
      box-shadow: none;           
      background-color: #333;     
      color: #333;              
    }
    select:hover,
    input:hover {
      outline: none;             
      border: 1px solid #ffc107 !important;    
      box-shadow: none;
      color: #fff;
    }
    .text-end {
    text-align: right!important;
    padding-top: 20px;
    }
    .contact_span
    {
    line-height: 35px;
    color: #f1c40f;
    padding-bottom: 18px;    
    }
    