* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* font-size: 0.9rem; */
    font-family: "Montserrat", serif !important;
    /*font-family: "Didact Gothic", serif;*/
    font-optical-sizing: auto;
    font-style: normal;
}

:root {
    --theme-primary:#b08f15;
    /* #320183cb; */
    --theme-secondary: rgb(104, 104, 104);
}

.fs-5-5{
    font-size: 1.05rem;
}

.nav-link{
    font-weight: normal;
}
.nav-link.active {
    font-weight: normal;
}
.service-card:hover{
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1) !important;
}

.navbar-brand img{
    object-fit: cover;
}
.btn-primary {
    background-color: #556ee6;
    border: #556ee6;
}

body {
    min-height: 100vh !important;
}

.dashboard {
    font-size: 0.9rem;
}

main {
    min-height: 100vh;
    /* max-height: 100vh; */
    overflow-x: auto;
    overflow-y: hidden;
}

.dropdown-toggle {
    outline: 0;
}

.btn-toggle {
    padding: 0.25rem 0.5rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.5);
    background-color: transparent;
}

.btn-toggle:hover,
.btn-toggle:focus {
    color: rgba(255, 255, 255, 0.5);
}

.btn-toggle::before {
    width: 1.25em;
    line-height: 0;
    content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%281,255,255,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
    transition: transform 0.35s ease;
    transform-origin: 0.5em 50%;
}

.btn-toggle[aria-expanded="true"] {
    color: rgba(255, 255, 255, 0.9);
}

.btn-toggle[aria-expanded="true"]::before {
    transform: rotate(90deg);
}

.btn-toggle-nav a {
    padding: 0.1875rem 0.5rem;
    margin-top: 0.125rem;
    margin-left: 1.25rem;
}

.btn-toggle-nav a:hover,
.btn-toggle-nav a:focus {
    color: rgba(0, 0, 0, 0.9);
}

.scrollarea {
    overflow-y: auto;
}

.bg-white {
    background-color: #fff !important;
}

#sidebar,
.offcanvas-menu {
    background-color: #2a3042 !important;
}

#sidebar a,
.offcanvas-menu a {
    color: rgba(255, 255, 255, 0.5) !important;
}

@media only screen and (max-width: 991.99px) {
    #offcanvas-toggler {
        display: block;
    }

    #sidebar-toggler {
        display: none;
    }

    #sidebar,
    #content-divider {
        display: none;
    }
}

@media only screen and (min-width: 992px) {
    #offcanvas-toggler {
        display: none;
    }

    #sidebar-toggler {
        display: block;
    }

    .nav-link.active {
        border-bottom: 2px solid var(--theme-primary);
    }

    .nav-link:hover {
        border-bottom: 2px solid var(--theme-primary);
        color: var(--theme-primary);
        transition: color 0.3s ease;
    }

}

.bg-main {
    background-color: #f7f7fa;
    color: #495057;
}




/* UI starts here */

*:focus {
    box-shadow: none !important;
}

.bg-light{
    background-color: #efefef;
}

.text-theme-primary{
    color:var(--theme-primary);
}

.text-theme-secondary{
    color:var(--theme-secondary);
}


.btn-theme-primary{
    background-color: var(--theme-primary);
}

.btn-theme-primary:hover{
    background-color: var(--theme-primary);
}

.bg-theme-primary{
    background-color: var(--theme-primary);
}
.section-login{
    /* padding: 200px 20px; */
    height: 100vh;
    padding: 180px 0px;
}

@media only screen and (max-width: 991.99px) {
    .section-login{
        padding: 20px 20px;
    }

}

.section-hero {
    width: 100%;
    height: 100vh;
    background-image: url("../images/landing_image.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgba(2, 2, 2, 0.6);
    background-size: cover;
    background-attachment: fixed;
}


.section-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black */
    z-index: 1;
}

.section-hero > * {
    position: relative;
    z-index: 2; /* Bring text above the overlay */
    color: #af9031; /* Ensure the text is bright */
}

.section-call-to-action{
    background-color: white;
}

.section-services{
    background-color: white;
}

.section-faq, .section-faq .accordion-button{
    background-color: #F4F5F5;
}

.section-faq .accordion-button:hover{
    background-color: #E6E7E7;
}

.section-faq .accordion-body{
    background-color: #F4F5F5;
}

.section-faq .accordion-button:not(.collapsed){
    opacity: 0.8;
    color:  var(--theme-primary);
}

.section-call-to-action form{
    color: black;
}

.section-about-us{
    background-color: #F9F9F9;
}

.section-about-us img{
    width: 100%;
    object-fit: cover;
}

.section-services i{
    background-color: var(--theme-primary);
    color: white;
}

footer{
    background-color: #1a1a1a;
    color: whitesmoke;
}

footer a{
    color: whitesmoke;
    text-decoration: none;
}

.banner-overlay{
    background-color: rgba(00, 00, 00, 0.1);
}

.chat-container{
    background-color: #2a3042 !important;
}

.chatbox .avatar{
    width: 40px;
    height: 40px;
}

.chatbox .message{
    border-radius: 15px;
    padding: 10px;
    max-width: 80%;
    word-wrap: anywhere;
    display: inline-block;
}


.section-chat{
    height: 75vh;
    overflow-y: auto;
}

.latest-messages{
    overflow-y: auto;
    max-height: 80vh;
}

.property-description{
    font-family: "Helvetica Neue",Helvetica;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    margin-bottom: 20px;
    text-align: left;
    font-weight: 400;

}


.social-icons a:hover{
    color: var(--theme-primary) !important;
    transition: color 0.3s ease;
}

.img-preview,.img-preview1{
    width: 200px;
    height: 150px;
    object-fit: cover;
    margin-bottom: 10px;
}

.video-preview,.video-preview1{
    width: 200px;
    height: 150px;
    object-fit: cover;
}
