body {
  font-family: 'Poppins', sans-serif;
}
.header {
  margin-top: 50px;
}
.header h1 {
  font-size: 50px;
}
.header button {
  margin-top: 20px;
  padding: 12px 25px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.about img {
  border-radius: 10px;
}

	
.highlight-card {
  background-color: #ffffff; /* White background for cards */
  border: 1px solid #ddd; /* Light gray border */
  border-radius: 8px; /* Rounded corners */
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
  transition: transform 0.3s, box-shadow 0.3s; /* Smooth transition */
  height: 120px; /* Smaller height for cards */
  padding: 10px; /* Padding inside the card */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.highlight-card:hover {
  transform: translateY(-5px); /* Slight lift on hover */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); /* Enhanced shadow on hover */
}

.highlight-card h3 {
  color: #C4B09A; /* Updated heading color */
  margin-bottom: 5px; /* Space between heading and paragraph */
  font-size: 14px; /* Smaller font size for heading */
}

.highlight-card p {
  color: #555; /* Dark gray for text */
  font-size: 12px; /* Smaller font size for text */
}

/* Master Plan Thumbnail */
.master-plan-thumbnail {
  cursor: pointer;
  max-width: 100%;
  height: auto;
}

/* Modal Styles */
.modal-dialog {
  max-width: 80%;
}

.modal-body img {
  width: 100%;
  height: auto;
}

/* Media Query for Desktop Screens */
@media (min-width: 992px) {
  .master-plan-thumbnail {
    height: 500px; /* Fixed height for desktop screens */
    object-fit: cover; /* Ensures the image covers the area without distortion */
  }
}


.floor-plan .card {
  transition: transform 0.3s, box-shadow 0.3s;
}

.floor-plan .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.floor-plan .card-img-top {
  max-height: 200px;
  object-fit: cover;
}
.contact-form input,
.contact-form textarea {
  margin-bottom: 15px;
}
.btn-custom {
	background-color: #b09a85 !important; /* Use !important to override existing styles */
	border-color: #b09a85 !important;
	color: #fff !important; /* Ensure text is readable */
}
.btn-custom:hover {
	background-color: #c4b09a !important; /* Slightly darker shade for hover effect */
	border-color: #c4b09a !important;
}

/* Footer Styles */
.footer {
position: relative;
z-index: 100; /* Ensure footer is above other content but below the action bar */

}

/* Action Bar Styles */
.action-bar {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
z-index: 200; /* Ensure action bar is above the footer */
}

.btn-primary {
background-color: #c4b09a; /* Update to your preferred color */
border-color: #c4b09a;
color: #fff;
font-size: 1.5rem; /* Adjust icon size */
}

.btn-primary:hover {
background-color: #b09a85; /* Slightly darker shade for hover effect */
border-color: #b09a85;
}

/* Mobile-specific Styles */
@media (max-width: 767.98px) {
.footer {
  margin-bottom: 70px; /* Adjust this value to match the height of the action bar */
}
}
  
.modal-dialog.custom-width {
  max-width: 450px; /* Set fixed width to 300px */
  margin: 1.75rem auto; /* Center the modal horizontally */
}

.modal-content {
  border-radius: 10px; /* Optional: Add border radius for rounded corners */
  position: relative; /* For close button positioning */
}

.modal-header {
  display: flex; /* Use flexbox for centering */
  flex-direction: column; /* Stack elements vertically */
  align-items: center; /* Center elements horizontally */
  justify-content: center; /* Center elements vertically */
  text-align: center; /* Center text inside the header */
  position: relative;
}

.modal-header img {
	margin-top: 15px;
  margin-bottom: 1rem; /* Add spacing below the image */
}

.modal-body {
  text-align: center; /* Center content in the body */
}

.submit_btn {
  background-color: #c4b09a; /* Adjust button color */
  border-color: #c4b09a;
}

.submit_btn:hover {
  background-color: #b09a85; /* Slightly darker shade for hover effect */
  border-color: #b09a85;
}

.custom-spacing {
  margin-bottom: 1rem; /* Adjust spacing between form inputs */
}

/* Positioning the close button in the top-right corner */
.modal-header .btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
}
	
	/* Phone icon color: blue */
.phone-icon {
    color: #007bff; /* Bootstrap blue or any custom blue */
}

/* WhatsApp icon color: WhatsApp green */
.whatsapp-icon {
    color: #25d366; /* Official WhatsApp green */
}

/* Adjust icon sizes if needed */
.phone-icon, .whatsapp-icon, .fa-envelope {
    font-size: 1.5rem; /* Adjust the icon size */
}
.owl-carousel .item img {
  width: 100%;
  height: auto;
  display: block;
}

.owl-nav button {
  background-color: #c4b09a; /* Use your preferred color */
  border: none;
  padding: 10px;
  border-radius: 50%;
  color: white;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.owl-nav .owl-prev {
  left: -30px;
}

.owl-nav .owl-next {
  right: -30px;
}

/* Keyframe for fade-out animation */
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* Class for fading out */
.fade-out {
  animation: fadeOut 1s ease-out forwards;
}

/* Default state with full opacity */
.fade-in {
  opacity: 1;
}
/* Centers the amenities in each row and adds equal margins */
.amenities .d-flex {
  margin-bottom: 0px; /* Adjust to fit the design needs */
  margin-top:20px;
}

.amenities .d-flex .line {
  width: 50px;
  height: 2px;
  background-color: #c4b09a;
  margin: 10px 0;
}

.amenities .d-flex .text-center {
  font-size: 10px;
  color: #c4b09a;
}

.amenities .row {
  margin-top: 30px; /* Adjust to fit the design needs */
  margin-bottom: 30px; /* Adjust to fit the design needs */
}

/* Adjust the size of the icons */
.amenities .d-flex i {
  font-size: 80px; /* Increased from 30px to 36px for slightly bigger icons */
}

/* General Styles for Amenities */
.amenities {
  background-color: #f8f9fa;
}

.amenities h2 {
  font-size: 2.5rem;
  color: #333;
}

.amenities p {
  font-size: 1rem;
  color: #555;
}

/* Animate the icons and text */
.amenities .amenity-item {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.6s forwards;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Staggered animation delays */
.amenities .amenity-item:nth-child(4n+1) {
  animation-delay: 0.2s;
}

.amenities .amenity-item:nth-child(4n+2) {
  animation-delay: 0.4s;
}

.amenities .amenity-item:nth-child(4n+3) {
  animation-delay: 0.6s;
}

.amenities .amenity-item:nth-child(4n+4) {
  animation-delay: 0.8s;
}

/* Hover Effect */
.amenities i {
  transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
}

.amenities i:hover {
  transform: scale(1.1);
  color: #ff6600; /* Highlight color on hover */
}

/* Line Styling */
.amenities .line {
  height: 2px;
  width: 30px;
  background-color: #c4b09a;
  margin: 8px 0;
}

/* Master Plan Modal Styles */
.modal-dialog {
  max-width: 100vw; /* Adjust width to fit within the viewport */
}

.modal-body img {
  width: 100%;
  height: 500px;
  display: block;
  max-width: 100%; /* Ensure the image scales down if needed */
}

/* Mobile View */
@media (max-width: 767px) {
  .modal-dialog {
    max-width: 100vw; /* Ensure modal takes full width on smaller screens */
  }

  .modal-body img {
    height: auto; /* Adjust height for mobile */
  }
}

.gallery .owl-carousel .item img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

@media (max-width: 768px) {
  .gallery .owl-carousel .item img {
    width: 100%;
    height: auto; /* Ensure the image maintains aspect ratio */
  }
}
