body {
    padding: 0;
    margin: 0;
    background: #f2f6e9;
    font-family:'Ubuntu';
}
.navbar {
    background:#000000;
    font-size: 18px;
    padding-top:5px;
    padding-bottom:5px;
    border-bottom-right-radius:15px;
    border-bottom-left-radius:15px;
    font-family:'Ubuntu';
    font-weight:500;
    z-index:2;

}

.navbar a:hover{
    color: #b39225;
}

.navbar a{
    color: #ffffff;
}

.nav-link,
.navbar-brand {
    color: rgb(226, 182, 36);
    cursor: pointer;
}
.nav-link {
    color: white;
    margin-right: 1em !important;
}
.nav-link:hover {
    color: #000;
}
.navbar-collapse {
    justify-content: flex-end;
}


.page-footer {
    background-color: #f86000;
    color: #ccc;
    padding: 60px 0 30px;
    border-top-right-radius:15px;
    border-top-left-radius:15px;
}
.footer-copyright {
    color: #666;
    padding: 40px 0;
}

.carousel-item img {
    width: 100%;
    height: 400px;
    object-fit: cover;
  }

.carousel-item {
    display: flex;
    justify-content: center; /* Centers the image horizontally */
    align-items: center; /* Centers the image vertically */
    transition: opacity 0.6s ease-in-out;
  }


.carousel-heading span{
    box-shadow: inset 0px -15px 0px 0px #f86000;
    font-family: 'Ubuntu';
    font-weight:600;
    font-size:xx-large;
    color: white;
  }

  .carousel-heading-sm span{
    font-family: 'Ubuntu';
    font-weight:600;
    font-size:large;
    color: #f86000;
  }

.carousel-item p{
    font-family: 'Ubuntu';
    font-weight:400;
    text-shadow: 0 0 10px rgba(0, 0, 0, 1),
    0 0 20px rgba(0, 0, 0, 1),
    0 0 30px rgba(0, 0, 0, 1),
    0 0 40px rgba(0, 0, 0, 1);
}

.heading-after-carousel{
    box-shadow: inset 0px -15px 0px 0px #f86000;
    font-family: 'Ubuntu';
    font-weight:600;
    font-size:xx-large;
    color: #263b53;
    
}

.number-bulletpoint{
    color:#f86000;
}

p{
    font-family: 'Ubuntu';
    font-size: 16px;
    font-weight: 400;
}

h6{
    font-family: 'Ubuntu';
}

.page-footer a{
    color: #ccc;
}


/* Set the height of the carousel */
#carouselExampleCaptions {
    height: 500px; /* Adjust as needed */
    margin-top: -15px;
}

/* Ensure inner elements fill the available height */
.carousel-inner, .carousel-item {
    height: 100%;
}

/* Make sure images fill the entire carousel while maintaining aspect ratio */
.carousel-item img {
    height: 100%;
    width: 100%;
    object-fit: cover; /* Prevents image distortion */
}

/* Adjust caption position to keep text visible */
.carousel-caption {
    bottom: 15%; /* Adjust if needed */
}

/* Ensure responsive design for smaller screens */
@media (max-width: 768px) {
    #carouselExampleCaptions {
        height: 400px; /* Adjust height for mobile */
    }

    .carousel-caption {
        bottom: 10%; /* Slightly lower on small screens */
        font-size: 14px; /* Reduce text size */
    }
}

#map { height: 450px;
       width: 600px;
       border-radius: 15px;
       margin-bottom: 20px;
       margin-left: 15px;
    }

.form-control{
    resize: none;
}


.image-real-estate{
    padding-top:-15px;
}

h6.desc {
    margin: 0 !important;
    display: grid !important;
    width: 100% !important;
    align-items: center !important;
    text-align: center !important;
    grid-template-columns: minmax(20px, 1fr) auto minmax(20px, 1fr) !important;
    grid-gap: 20px !important;
    font-weight: 400 !important;
    font-size: 20px !important;
    color: #f86000 !important;
}

h6.desc:before,
h6.desc:after {
    content: '' !important;
    height: 1px !important;
}

h6.desc:after {
    background: linear-gradient(to right, transparent, #f86000) !important;
}

h6.desc:before {
    background: linear-gradient(to right, #f86000, transparent) !important;
}