
@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');
:root{
    --white: #fff;
    --c-black: #1A1617;
    --black-1: #dadce0;
    --footer-bg:#B6B6B8;
    --red: #FB1F40;
}
html{
    scroll-behavior: smooth;
    scroll-padding-top: 5rem;
}
body{
    font-weight: 400;
    line-height: 1.8;
    font-size: 17px;
    font-family: "Figtree", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
.navbar{
    border-bottom: 1px solid #BFBFBF33
}
h1{
    font-weight: 800;
}
h2,h3{
    font-weight:600;
}
a{
    text-decoration: none;
}
a:not(.btn,.nav-link):hover{
    text-decoration: underline;
    color: var(--red);
}
.btn{
    font-size: 14px;
    font-weight: 600;
    padding-inline: 1.25rem !important;
    border-radius: 2rem;
}
.custom-badge{
    padding-inline: 0.75rem !important;
}
.text-c-black{
    color: #212529 !important;
}
.btn-black{
    background: var(--c-black);
    color: var(--white);
    border: 1px solid var(--c-black) !important;
}
.btn-black:hover{
    background-color: var(--white);
    color: var(--c-black) !important;
}
.btn-outline-red,.btn-red:hover{
    border: 1px solid var(--red);
    color: var(--red);
}
.btn-outline-red:hover,.btn-red{
    border: 1px solid var(--red);
    background-color: var(--red);
    color: var(--white);
}
.bg-c-black{
    background-color: var(--footer-bg);
}
.bg-black-1{
    background-color: var(--black-1);
}
.btn-block{
    width: 100%;
    display: block;
    text-align: center;
}
.hero-section{
    padding: 5rem 0 !important;
    text-align: center;
    min-height: calc(100vh - 63px);
}
.result-page-main{
    min-height: calc(100vh - 211px);
}
.here-search-form{
    display: flex;
    border: 1px solid #BFBFBF4D;
    border-radius: 100px;
    width: 100%;
    max-width: 500px;
    margin: 2rem auto 0;
    height: 100%;
    padding: 0;
    align-items: center;
    overflow: hidden;
    background-color: var(--white);
}
.here-search-form input, .here-search-form button{
    border: none;
    outline:none;
    box-shadow: none;
    background-color: var(--white);
    height: 100% !important;
    min-height: 50px;
}
.here-search-form button{
    width: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem;
    border-left: 1px solid #ECECEC;
    line-height: 1;
}
.here-search-form input{
    width: calc(100% - 3rem);
    padding: 0.5rem 1.25rem;
    font-weight: 600;
}
.here-search-form input::placeholder{
    font-size: 14px;
    font-weight: 600;
    color: #454545;
    opacity: 0.5;
}
.search-page-result{
    box-shadow: 0px 1px 4px 0px #8C8C8C40;
    border-radius: 10px;
    padding: 1.5rem;
    position: relative;
    margin-top: -2rem;
    background-color: var(--white);
}
.home-search-result{
    margin: 1.5rem auto 0 !important;
    max-width: 500px;
    text-align: left;
}
.search-page-form{
    max-width: 100%;
}
.search-page-result h1{
    font-size: 1rem;
}
.search-result-card{
    border: 1px solid #BFBFBF33;
    box-shadow: 0px 0px 2px 0px #6A6A6A21;
    border-radius: 13px;
    padding: 1rem;
    display: flex;
    gap: 1rem;
    align-items: center;
    margin: 1rem 0;
}
.search-result-card:last-of-type{
    margin-bottom: 0;
}
.agent-profile{
    border-radius: 6px;
    overflow: hidden;
    width: 4.5rem;
    height: 4.5rem;
    aspect-ratio: 1/1;
    border-radius: 50%;
    overflow: hidden;
}
.agent-profile img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.search-result-card .agent-name,.agent-result-card .agent-name{
    font-size: 1.125rem;
}
.agent-action-bar{
    width: 6rem;
    text-align: right;
}
.agent-details{
    width: calc(100% - 12.5rem);
}
.ad-area{
    overflow: hidden;
}
.ad-area img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.top-black-bar{
    height: 144px;
}
.incomplete-prof-user-profile-img{
    height: 200px;
    width: 200px;
    margin-top: -100px;
    border-radius: 50%;
    overflow: hidden;
    padding: 2px;
    background-color: #fff;
    box-shadow: 0 0 10px #0002;
}
.incomplete-prof-user-profile-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 50%;
}
.incomplete-profile-detail{
    margin-top: 2rem;
}
.incomplete-profile-detail h1{
    font-size: 1.5rem;
}
.text-underline{
    text-decoration: underline;
}
.profile-ul{
    list-style: none;
    padding-left: 0;
    font-family: "Geist-medium", serif;
}
.profile-ul li{
    line-height: 2.5;
    color: #454545;
}
.text-red{
    color: var(--red);
}
.modal-content{
    border-radius: 1rem !important;
}
.modal-title{
    font-size: 1.5rem !important;
    width: 100%;
}
.modal-header{
    position: relative;
    text-align: center !important;
    display: block;
    /* padding: 0.5rem 0; */
}
.modal-header::before,.modal-header::after{
    content: '';
    width: 1rem;
    height: 3px;
    position: absolute;
    bottom: -2px;
    background-color: var(--white);
}
.modal-header::before{
    left: 0;
}
.modal-header::after{
    right: 0;
}
.btn-close{
    position: absolute;
    box-shadow: none !important;
    border: none !important;
    right: 1.25rem;
    top: 1.25rem;
    height: 1rem;
    width: 1rem;
    background-size: 1rem;
}
.modal-input-flex{
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}
.mif-label{
    width: 8rem;
}
.mif-label label{
    font-size: 0.9rem;
    font-weight: 600;
}
.mif-input{
    width: calc(100% - 9rem);
}
.mif-input input{
    border: 1px solid #BFBFBF4D;
    box-shadow: 0px 1px 4px 0px #CDCDCD40;
    border-radius: 0.5rem;
    width: 100%;
    padding: 0.25rem 0.75rem;
    outline: none;
    box-shadow: none;
}
.mif-input input:focus{
    border-color: var(--black-1);
}
.policy-page h2{
    font-size: 1.5rem;
}
.policy-page h3{
    font-size: 1.125rem;
}


.footer-ul{
    list-style: none;
    padding-left: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    display: flex;
    gap: 3rem;
}
footer{
    font-size: 14px;
    font-weight: 500;
}
footer a{
    color: var(--c-black);
}
.fw-normal{
    font-weight: 400;
}
.grid-list{
    list-style: none;
    padding-left: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.grid-list li{
    line-height: 2;
}
.grid-list li a{
    color: var(--c-black);
}
.grid-list-2{
    list-style: none;
    padding-left: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.grid-list-2 li{
    line-height: 2;
    font-size: 0.875rem;
}
.flex-title{
    display: flex;
    gap: 0.75rem;
    align-items: center;
    margin: 1.5rem 0 0.75rem;
}
.flex-title-icon{
    width: 1.75rem;
    height: 1.75rem;
}
.flex-title-icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.flex-title-text{
    width: calc(100% - 2.5rem);
}
.flex-title h3{
    font-size: 1.25rem;
    margin-bottom: 0;
}
.guides-card{
    position: relative;
    margin: 1rem 0;
}
.guides-card-img{
    height: 240px;
    width: 100%;
    border-radius: 0.5rem;
    overflow: hidden;
    margin-bottom: 1rem;
    position: relative;
}
.guides-card-img::before{
    content: '';
    inset: 0;
    background-color: #1A161788;
    position: absolute;
    transition: 0.5s ease all;
    opacity: 0;
    z-index: 1;
}
.read-more-btn{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: 0.5s ease all;
    z-index: 2;
}
.guides-card:hover .guides-card-img::before,
.guides-card:hover .read-more-btn{
    opacity: 1;
}
.guides-card a{
    color: var(--c-black);
}
.guides-card-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s ease all;
    display: block;
}
.guides-card:hover .guides-card-img img{
    transform: scale(1.1);
}
.gc-category{
    font-size: 0.9rem;
    margin-bottom: 0.25rem;
    color: var(--c-black);
}
.gc-title{
    font-size: 1.25rem;
}
.gc-author{
    font-size: 0.75rem;
    color: #45454588;
    margin-bottom: 0;
}
.page-bread-crumbs{
    list-style: none;
    display: flex;
    gap: 2rem;
    padding-left: 0;
    font-size: 14px;
    padding-bottom: 0;
    margin-bottom: 2.5rem;
}
.page-bread-crumbs li {
    margin-right: 0.25rem;
    position: relative;
    margin-bottom: 0;
    line-height: 1;
    color: #5f6368;
    font-size: 13px;
}
.page-bread-crumbs li::before {
    content: '';
    height: 0.35rem;
    width: 0.35rem;
    position: absolute;
    right: -1.25rem;
    top: calc(50% - 0.125rem);
    border-bottom: 2px solid #5f6368;
    border-right: 2px solid #5f6368;
    transform: rotate(-45deg) translateY(-50%);
}
.page-bread-crumbs a {
    color: #5f6368;
    white-space: nowrap;
}
.page-bread-crumbs li:last-of-type:before{
    display: none;
}
.lc-1,.lc-2,.lc-3,.lc-4,.lc-5,.lc-6{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.lc-1 {
    -webkit-line-clamp: 1;
}
.lc-2 {
    -webkit-line-clamp: 2;
}
.lc-3 {
    -webkit-line-clamp: 3;
}
.lc-4 {
    -webkit-line-clamp: 4;
}
.lc-5 {
    -webkit-line-clamp: 5;
}
.lc-6 {
    -webkit-line-clamp: 6;
}
.cursor-pointer{
    cursor: pointer;
}
.agent-result-card{
    background-color: var(--white);
    border-radius: 10px;
    padding: 1.5rem;
    border: 1px solid #E2E2E266;
    box-shadow: 0px 4px 11px 0px #78787822;
}
.agent-result-card-img{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin: 0 auto 1rem;
    overflow: hidden;
    padding: 0.125rem;
    box-shadow: 0 0 5px #0003;
}
.agent-result-card-img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
}
@media screen and (min-width:768px) {
    .footer-custom-flex{
        display: flex;
        gap: 1rem;
    }
    .fcf-title{
        width: 120px;
    }
    .fcf-content{
        width: calc(100% - 136px);
    }
    .here-search-form input, .here-search-form button{
        
    }
    .modal {
        --bs-modal-margin: 8.75rem;
    }
    .ad-area{
        height: 512px;
        width: 375px;
        margin-left: auto;
    }
    
}
@media screen and (max-width:767px){
    :root{
        font-size: 14px !important;
    }
    body{
        font-size: 1rem;
    }
    .search-menu-item{
        font-size: 1.75rem !important;
    }
    .ad-area{
        height: 512px;
        width: 375px;
        overflow: hidden;
        margin-left: auto;
    }
    .search-page-result{
        margin-top: -1rem;
    }
    .incomplete-prof-user-profile-img{
        height: 120px;
        width: 120px;
        margin-top: -60px;
        margin-bottom: -1rem;
    }
    .ad-area{
        height: 336px;
        width: 280px;
        max-width: 100%;
        margin-right: auto;
        margin-left: 0;
    }
    .top-black-bar{
        height: 90px;
    }
    .search-result-card{
        border-radius: 10px;
        padding: 0.75rem;
    }
    .agent-profile{
        width: 4rem;
        height: 4rem;
    }
    .search-result-card .agent-name,.agent-result-card .agent-name{
        font-size: 1rem;
    }
    .agent-action-bar{
        width: 5rem;
    }
    .agent-details{
        width: calc(100% - 11rem);
    }
    .search-page-result{
        padding: 0.75rem;
    }
    .border-0{
        border: none !important;
        box-shadow: none !important;
        outline: none !important;
    }
    .profile-ul li{
        line-height: 2.8;
    }
    .modal-content {
        margin-top: 4rem;
    }
    .here-search-form button{
        width: 4rem;
    }
    .result-page-main{
        min-height: calc(100vh - 121px);
    }
    .grid-list{
        grid-template-columns: repeat(3, 1fr);
    }
    .grid-list-2{
        grid-template-columns: repeat(1, 1fr);
    }
}
