
* {

  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.body {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
  font-family: "Montserrat", sans-serif;

}

.navbar a {
  font-size: 14px;
  font-weight: 500;
}

.navbar-toggle {
  padding: 1px 5px;
  font-size: 18px;
  line-height: 0.3;
  background: white;
}

.navbar-nav .nav-link {
  color: #333;
  text-align: center;
  margin-right: 5px;
  /* Add this line */
}


#downloads-link {
  margin-right: 20px;
}

/* Style for active link */
.navbar-nav .nav-link.active {
  background-color: lightgreen;
  color: #000;
}

/* Set the smaller images to fill the viewport height and width 
.w-100-height {
  height: 50vh;
  width: 100%;
}
*/

#service-description {
  line-height: 2;
  /* Adjust as needed */
  text-align: justify;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
}

#service-title {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
}



.carousel-item img {
  width: 100%;
  /* Adjust this value as needed */
  height: 400px;
  /* Adjust the height value as needed */
}

.arrow-icon {
  font-size: 28px;
}


/* Footer background */
.bg-footer {
  background-color: #000;
  color: #fff;
  padding: 20px 0;
  text-align: center;
}

/* Footer icon */
.footer-icon {
  font-size: 1.2em;
  background-color: transparent !important;
}

/* Style for the address information */
.address-info {
  list-style: none;
  padding: 0;
  text-decoration: none;
}

.address-info li {
  margin-bottom: 5px;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

.address-info i {
  margin-right: 5px;
  color: #fff;
}

/* Style for the links in the address information */
.address-info a {
  text-decoration: none;
  color: #fff;
}

/* Style for the links in the footer */
.bg-footer a {
  color: #fff;
  /* Adjust this value if needed */
}

/*  ABOUT PAGE */


#about-us-title {
  font-size: 30px;
  color: #333;
  text-align: center;
  margin-top: 20px;
}

#about-us-description {
  font-size: 16px;
  color: #666;
  margin-top: 20px;
  text-align: justify;
}

.btn-contact-us {
  font-size: 16px;
  color: #fff;
  background-color: #333;
  border: none;
  padding: 15px 30px;
  text-decoration: none;
  display: inline-block;
  margin-top: 20px;
}



/* Common Styles for Card Images */
.small-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Card Titles and Descriptions */
.card-title-uppercase,
.card-description {
  text-align: center;
}

.card-title-uppercase {
  text-transform: uppercase;
  padding-top: 10px;
}

.card-description {
  padding-bottom: 10px;
}

/* Card Body Background Color */
.card-body {
  background-color: #c8f7ce;
  width: 100%;
  height: auto;
}

.card {
  border: none !important;
}






/* Contact Form Styles */
.contact-form {
  background-color: #f9f9f9;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.contact-form h2 {
  font-size: 24px;
}

.contact-form .form-group {
  margin-bottom: 20px;
}

.contact-form .form-control {
  padding: 10px;
}

.contact-form .btn {
  background-color: #333;
  color: #fff;
}

.contact-form .btn:hover {
  background-color: #555;
}


.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.downloads-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.col {
  flex-grow: 1;
  padding: 10px;
  box-sizing: border-box;
}

.fa-regular.fa-file-pdf {
  font-size: 30px;
}



.big-text {
  font-size: 60px;
  padding-bottom: 20px;
  font-family: 'Montserrat', sans-serif;
}

.bigger-text {
    font-size: 20px;
  padding-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
}

.left-align {
  text-align: left;
}


.downloads ul {
  list-style: none;
  padding: 0;
}

.downloads a {
  text-decoration: none;
  color: black;
  font-family: 'Montserrat', sans-serif;


}

.downloads li,
.more-downloads li {
  margin-top: 20px;
  position: relative;
  list-style-type: none;
  font-size: 14pt;
  line-height: 1.4;
  width: 420px;
  padding-left: 45px;
  text-align: justify;
}


.downloads li .line,
.more-downloads li .line {
  height: 2px;
  background-color: gray;
  width: 100%;
  margin-top: 15px;
}

.hidden {
  display: none;
}

.more-downloads .fa-plus,
.more-downloads .fa-minus {
  float: right;
}

.more-downloads ul {
  margin-top: 20px;
  width: 500px;
  text-align: left !important;
}

.more-downloads span {
  font-size: 18px;
  background-color: #c8f7ce;
  padding: 10px 50px;
  width: 420px;
  height: 50px;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
}

/* ABOUT */


.broker-section {
  padding: 10px 0;
}

.broker-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* Center cards horizontally */
}

.broker-card {
  width: 20rem;
  border: 1px solid #ccc;
  border-radius: 2px;
  overflow: hidden;
}

.broker-card .card-img-top {
  width: 100%;
  height: auto;
  border-bottom: 1px solid #ccc;
}

.broker-card .card-body {
  padding: 10px;
  border-bottom: 1px solid #ccc;
  background-color: darkgrey;
}

.broker-card .card-text {
  margin-bottom: 10px;
  font-size: 1.2em;
  font-weight: bold;
}

.broker-card .card-text-description {
  font-size: 1em;
}

/* end of about section*/


.more-references .reference-wrapper {
  background-color: lightgrey;
  padding: 15px;
  display: block;
  margin: 20px 280px;
}

/* Plus Icon (fa-plus) */
.fa-plus,
.fa-minus {
  cursor: pointer;
  margin-left: 10px;
  color: black;
  float: right;
  padding: 5px;
}

/* New class for more-references images */
.more-references .small-image {
  width: 100px !important;
  height: 150px !important;
  object-fit: cover !important;
}

/* Add this CSS to your stylesheet */
.divider {
  width: 50%;
  height: 2px;
  background-color: #000;
  margin-top: 80px;
  margin-bottom: 70px;
  margin-right: 200px;
  margin-left: 280px;
}

/* Style for the filter buttons */
#propertyFilters {
  text-align: left;
  margin-top: 20px;
}
.filter-button {
  padding: 10px 20px;
  margin: 5px;
  color: black;
  font-size: 16px;
  border: none;
  cursor: pointer;
}


/* Active button style */
.filter-button.active {
  background-color: #0000FF;
  /* Change to your desired active color */

}



/* Section styles 
.section-title {
  font-size: 24px;
}

.section-description {
  font-size: 16px;
}

 */


 /* buy*/

 .property-buy-card {
   display: flex;
   flex-direction: row;
   border: 1px solid #ddd;
   border-radius: 10px;
   box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
   max-width: 1000px;
 }

 .property-buy-card img {
   width: 100%;
   height: 200px;
   object-fit: cover;
   border-radius: 10px;
 }

 .property-buy-card .card-body {
   padding: 20px;
   background-color: #fff;
 }

 .property-buy-card .card-title {
   margin-bottom: 15px;
   font-size: 1.25em;
   font-weight: bold;
 }

 .property-buy-card .card-text {
   margin-bottom: 15px;
 }

 .property-buy-card .btn {
   text-decoration: none;
   color: white;
   background-color: #007bff;
   padding: 10px 20px;
   border-radius: 5px;
   transition: background-color 0.3s ease;
 }

 .property-buy-card .btn:hover {
   background-color: #0056b3;
 }


 /* rent */


 .property-rent-card {
   display: flex;
   flex-direction: row;
   border: 1px solid #ddd;
   border-radius: 10px;
   box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
   max-width: 1000px;
 }

 .property-rent-card img {
   width: 100%;
   height: 100px;
   object-fit: cover;
   border-radius: 10px;
 }

 .property-rent-card .card-body {
   padding: 20px;
   background-color: #fff;
 }

 .property-rent-card .card-title {
   margin-bottom: 15px;
   font-size: 1.25em;
   font-weight: bold;
 }

 .property-rent-card .card-text {
   margin-bottom: 15px;
 }

 .property-rent-card .btn {
   text-decoration: none;
   color: white;
   background-color: #007bff;
   padding: 10px 20px;
   border-radius: 5px;
   transition: background-color 0.3s ease;
 }

 .property-rent-card .btn:hover {
   background-color: #0056b3;
 }

 .container-property {
   max-width: 1200px;
   margin: 0 auto;
   padding: 20px;

 }

 /* Rounded sliders */
.slider.round {
  border-radius: 20px;  /* Adjusted radius */
}

.slider.round:before {
  border-radius: 50%;
}



/* Default styles */
.contact-button {
    border: 1px solid black;
    padding: 15px 50px;
    text-decoration: none;
    color: black;
    background-color: lightgreen;
    font-size: 16px;
    font-weight: 400;
}

