

body {
  font-family: Arial, sans-serif;
  background-color: #f0f0f0;
  color: #333;
  margin: 0;
  padding: 0;
}


.dropdown .dropdown-menu {
  display: none;
  transition: display 0.3s ease; 
  background: #61CE70;
  left: 0%; /* Change right to 0 to position the dropdown to the left */
}

.dropdown:hover > .dropdown-menu, 
.dropend:hover > .dropdown-menu {
  display: block;
  /*margin-top: .1em;*/
  margin-left: .1em;
  left: 100%; /* Add left: auto to override the Bootstrap default */
  right:auto; /* Position the dropdown relative to the parent */
}

.dropdown .dropdown-menu {
  display: none;
}




.navbar {
  background-color: #61CE70;
}

.navbar-brand {
  margin-right: 0;
  color: #fff; /* Set navbar brand color */
}

.navbar-toggler {
  border-color: #fff; /* Set navbar toggler border color */
}

.navbar-nav .nav-link {
  color: #fff; /* Set navbar link color */
}

.navbar-nav .nav-item.active .nav-link {
  color: #000; /* Set active navbar link color */
}

 /* Custom CSS for overlay text */
 .overlay-text {
  position: relative;
  background-image: url('your-background-image.jpg'); /* Replace 'your-background-image.jpg' with your actual image path */
  background-size: cover;
  background-position: center;
  padding: 50px 20px;
  text-align: center;
  color: #fff; /* Text color */
}

.overlay-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent overlay */
}

.overlay-text .container-1 {
  position: relative;
  z-index: 1;
}

.overlay-text h1 {
  font-size: 36px;
  margin-bottom: 20px;
}

.overlay-text p {
  font-size: 18px;
  line-height: 1.6;
}
.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.whatsapp-float:hover {
  background-color: #128C7E;
}

.whatsapp-float i {
  margin-top: 2px;
}

.whatsapp-float img {
  width: 40px;
  height: 40px;
}



#section-1 {
  background-image: url('images/real-estate.webp');
  background-size: cover;
  color: #fff;
  min-height: 100vh;
  background-position: center;
  background-repeat: no-repeat; /* Ensure background image is only displayed once */
  padding-top: 70px; /* Adjust navbar height */
  position: relative; /* Set position to relative */
}


#section-3,#section-2,
#section-4 {
  background-size: cover;
  color: black;
  min-height: 50vh;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 20px; /* Adjust as needed */
  position: relative;
}


.overlay-text {
  position: absolute; /* Position the text absolutely */
  top: 50%; /* Align the text vertically */
  left: 50%; /* Align the text horizontally */
  transform: translate(-50%, -50%); /* Center the text */
  text-align: center; /* Center align the text */
}
/* Adjustments for mobile view */



/* Custom styles for section-2 */
#section-2, #section-3, #section-4 {
  background-color: #f8f9fa; /* Set background color */
  padding: 60px 0; /* Add padding for spacing */
}

#section-2, #section-3, #section-4  .content {
  padding-right: 20px; /* Add padding to separate content from image */
}

#section-2, #section-3, #section-4  h2 {
  font-size: 30px; /* Set font size for the heading */
  color: #333; /* Set color for the heading */
  margin-bottom: 20px; /* Add margin for spacing */
}

#section-2, #section-3, #section-4  p {
  font-size: 18px; /* Set font size for the paragraph */
  /*color: #555;*/
  color: black;
}

#section-2, #section-3, #section-4  img {
  max-width: 100%; /* Ensure image does not exceed container width */
  height: auto; /* Maintain aspect ratio */
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); /* Add box shadow for image */
  border-radius: 10px; /* Add border radius for rounded corners */
}
.testimonials {
    padding: 60px 0;
}

.section-title {
    font-size: 36px; /* Adjust title size */
    color: #333; /* Dark gray text color */
    margin-bottom: 50px;
}

.card {
    background: #ffffff;
    border: none;
    border-radius: 4px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    margin-bottom: 30px; /* Spacing between cards */
    transition: all 0.3s ease-in-out;
}

.card:hover {
    box-shadow: 0 6px 12px rgba(0,0,0,0.2);
}

.card-body {
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* This will push the card title to the bottom */
}

.card-text {
    font-size: 16px; /* Regular text size */
    line-height: 1.6; /* Spacing between lines */
    color: #555; /* Slightly lighter text color for the card text */
}

.card-title {
    margin-top: 15px;
    font-size: 18px; /* Slightly larger font size for names */
    color: #333; /* Dark gray text color */
    font-weight: bold;
}


.social-icons a {
  color: #fff; /* Set link color */
  text-decoration: none; /* Remove underline */
  margin-right: 10px; /* Add margin between social icons */
}

.contact-info p {
  margin-bottom: 10px; /* Add margin between contact info */
}

.quick-links a {
  color: #fff; /* Set link color */
  text-decoration: none; /* Remove underline */
  margin-right: 10px; /* Add margin between quick links */
}

.quick-links a:hover {
  color: #ccc; /* Change link color on hover */
}



@media (max-width: 992px) {
    .section-title {
        font-size: 30px; /* Smaller title for tablet devices */
    }
}

@media (max-width: 768px) {
    .section-title {
        font-size: 24px; /* Even smaller title for mobile devices */
    }
}
/*@media (max-width: 768px) {*/
/*  .dropdown:hover > .dropdown-menu, */
/*  .dropend:hover > .dropdown-menu {*/
/*    display: block;*/
/*    position: absolute;*/
    top: 100%; /* Position it below the dropdown */
    left: 0; /* Align it with the left edge of the dropdown */
/*    background-color: #56B259;*/
/*  }*/
/*}*/



@media (max-width: 768px) {
  #section-1 {
    background-size: cover;
    background-position: center center;
    text-align: center; /* Center align text */
    padding-top: 120px; /* Increase padding for better readability */
  }

  .navbar {
    position: absolute;
    width: 100%;
    z-index: 1000; /* Ensure navbar stays on top */
  }

  .navbar-collapse {
    background-color: #61CE70; /* Set background color for mobile navbar */
  }

  .navbar-nav {
    margin: 0 auto; /* Center align navbar links */
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .navbar-nav .nav-item {
    padding: 10px 0; /* Adjust padding for mobile navbar links */
  }

  .navbar-nav .dropdown-menu {
    background-color: transparent; /* Set background color for dropdown menu */
    width: 100%;
    margin-top: 0 !important; /* Remove default margin */
  }

  .navbar-nav .dropdown-menu .dropdown-item {
    color: #fff; /* Set dropdown item color */
  }

  .overlay-text {
   display: none;
  }
  #section-2, #section-3, #section-4 {
    background-color: #f8f9fa; /* Set background color */
    padding: 60px 0; /* Add padding for spacing */
  }
  
  #section-2, #section-3, #section-4  .content {
    padding-right: 20px; /* Add padding to separate content from image */
  }
  
  #section-2, #section-3, #section-4  h2 {
    font-size: 20px; /* Set font size for the heading */
    color: #333; /* Set color for the heading */
    margin-bottom: 20px; /* Add margin for spacing */
  }
  
  #section-2, #section-3, #section-4  p {
    font-size: 18px; /* Set font size for the paragraph */
    color: #555; /* Set color for the paragraph */
  }
  
  #section-2, #section-3, #section-4  img {
    max-width: 100%; /* Ensure image does not exceed container width */
    height: auto; /* Maintain aspect ratio */
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); /* Add box shadow for image */
    border-radius: 10px; /* Add border radius for rounded corners */
  }
}
.overlay-text {
  /* background-color: rgba(0, 0, 0, 0.7); Semi-transparent black overlay */
  color: white; /* Text color */
  padding: 50px; /* Add padding for better readability */
}

.overlay-text h1 {
  font-size: 2.5rem; /* Adjust heading font size */
  margin-bottom: 20px; /* Add spacing between heading and paragraph */
}

.overlay-text p {
  font-size: 1.1rem; /* Adjust paragraph font size */
  line-height: 1.6; /* Increase line height for better readability */
}

.container-1 {
  max-width: 800px; /* Limit width for better readability on larger screens */
  margin: 0 auto; /* Center align the content */
}
.number-button {
  background-color: #4CAF50; /* Green background */
  border: none; /* No borders */
  color: white; /* White text */
  padding: 10px 24px; /* Some padding */
  text-align: center; /* Centered text */
  text-decoration: none; /* No underlines */
  display: inline-block; /* Inline-block element */
  font-size: 16px; /* Large text */
  margin: 4px 2px; /* Some space around */
  transition-duration: 0.4s; /* 0.4 second transition effect */
  cursor: pointer; /* Pointer/hand icon */
  border-radius: 8px; /* Rounded corners */
  box-shadow: 0 4px #999; /* Add a drop shadow */
}

.number-button:hover {background-color: #45a049} /* Darker green on hover */

.number-button:active {
  background-color: #45a049;
  box-shadow: 0 2px #666; /* Push down shadow on click */
  transform: translateY(2px); /* Push down the button on click */
}




.footer {
  background-color: #333;
  color: white;
  padding: 20px 0;
}
.footer h5 {
  color: #8bc34a; /* Logo color */
  margin-bottom: 20px;
}
.footer p, .footer a {
  color: #d7d7d7; /* Lighter text for readability */
  margin-bottom: 10px;
  text-decoration: none;
}
.footer a:hover {
  color: white; /* Hover effect for links */
}
.footer .row > [class^="col-"] {
  margin-bottom: 30px; /* Spacing between columns on mobile view */
}
.footer .social-media a {
  display: inline-block;
  margin-right: 10px; /* Spacing between social icons */
}
.footer .social-media a:last-child {
  margin-right: 0;
}
.footer .copywrite {
  border-top: 1px solid #444; /* Separator line */
  padding-top: 10px;
  text-align: center; /* Centered copyright text */
  margin-top: 20px;
}
@media (max-width: 767px) {
  .footer .row {
    text-align: center; /* Center text for small devices */
  }
  .footer .row > [class^="col-"] {
    margin-bottom: 0; /* Remove bottom margin on mobile for a tighter fit */
  }
  .footer .social-media a {
    margin-bottom: 10px; /* Add bottom margin to social icons for spacing */
  }
}


.hero-section {
  background: url('Images/6442.jpg_wh1200.jpg') no-repeat center center;
  background-size: cover;
  color: white;
  padding: 100px 0;
}
.hero-section .container {
  position: relative;
}
.hero-section h1 {
  font-size: 3rem;
  line-height: 1.2;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}
.cta-button {
  background-color: #8bc34a; /* Match this to your brand green */
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1rem;
  position: absolute;
  top: 20px;
  right: 20px;
}
/* Responsive typography and spacing */
@media (max-width: 768px) {
  .hero-section {
    padding: 50px 0;
  }
  .hero-section h1 {
    font-size: 2rem;
  }
  .cta-button {
    font-size: 0.8rem;
    padding: 5px 10px;
    top: 10px;
    right: 10px;
  }
}

.contact-section {
  padding: 40px 0;
}
.contact-section .heading {
  font-size: 2rem;
  color: #333;
  margin-bottom: 1rem;
}
.contact-section .content {
  margin-bottom: 1rem;
}
.contact-section .social-icons {
  font-size: 1.5rem;
  color: #4CAF50;
}
.contact-section .social-icons a {
  color: #4CAF50;
  margin-right: 0.5rem;
}
.contact-section .social-icons a:last-child {
  margin-right: 0;
}
.contact-section .contact-details {
  font-size: 1rem;
  color: #333;
}
.contact-section .fa-container {
  color: #4CAF50;
}
@media (max-width: 576px) {
  .contact-section .heading {
    font-size: 1.5rem;
  }
}


.card {
  margin-bottom: 20px; /* Space between cards */
}
.pagination {
  justify-content: center; /* Center pagination on the page */
}
/* Responsive adjustments */
@media (max-width: 767px) {
  .card-columns {
      column-count: 2;
  }
}
@media (min-width: 768px) {
  .card-columns {
      column-count: 4;
  }
}

.why-choose-us {
  background: linear-gradient(to right, #f0e2de, #fff);
  padding: 50px 15px;
  text-align: center;
}
.why-choose-us h2 {
  font-size: 2.5rem;
  margin-bottom: 30px;
  font-family: serif;
}
.why-choose-us p {
  font-family: serif;
  margin-bottom: 30px;
}
.why-choose-us button {
  border: none;
  background-color: #4CAF50;
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
  border-radius: 12px;
  font-weight: bold;
}
/* Responsive styles */
@media (max-width: 768px) {
  .why-choose-us h2 {
      font-size: 2rem;
  }
  .why-choose-us p {
      font-size: 1rem;
  }
}
.rounded-circle {
  object-fit: cover;
}

@media (max-width: 768px) {
  .rounded-circle {
      width: 100px;
      height: 100px;
  }
}



