:root{
    --blue-color: #009BBB;
    --black-color: #131314;
    --gray-color: #4F5152;
    --neutral-1:  #FBFBFB;
    --neutral-3: #EAEAEA;
    --neutral-4: #F7F8FA;
}

*,
*::after,
*::before{
    box-sizing: border-box;
}

body{
    margin: 0;
    font-family: 'Nunito Sans', sans-serif;
    background-color: var(--neutral-4);
}

a{
    color: var(--blue-color);
}

.a99-link:hover{
    color: var(--blue-color) !important;
}

hr{
    border-width: 1px;
    background-color: #D1D1D1;
}

.btn{
    background: var(--blue-color);
    box-shadow: 0px 5px 12px 1px rgba(19, 19, 20, 0.14);
    font-size: 18px !important;
    font-weight: 600;
    letter-spacing: 0.06em;
    color: #FBFBFB;
    padding: 18px 48px;
    display: inline-block;
    text-transform: uppercase;
    cursor: pointer;
}

.btn:hover{
    text-decoration: none;
    filter: brightness(75%);
    box-shadow: 0px 9px 24px 0px #13131429;

}

h1 {
  font: 500 44px/62px 'Montserrat';
  letter-spacing: 0;
  text-align: left;
}

h2 {
  font: 500 34px/120% 'Montserrat';
}

h3 {
  font: 500 24px/34px 'Montserrat';
  letter-spacing: 0.01em;
  text-align: left;
}

.subtitle{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0.01em;
    color: var(--black-color);
}

.caption{
    font-family: 'Nunito Sans';
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.08em;
    text-align: left;
    color: var(--gray-color);
}

input[type="checkbox"] {
    accent-color: var(--blue-color);
}

.agent-image-logo{
    position: fixed;
    right: 0;
    top: 210px;
    cursor: pointer;
    z-index: 20;
}

.agent-photo{
    /* width: 406px !important;
    height: 550px !important; */
    object-fit: contain;
    border-radius: 4px;
}

.agent-details-wrapper{
    display: flex;
    padding: 100px 80px 62px 80px;
    gap: 98px;
    max-width: 1440px;
    margin: 0 auto;
}

.header-left{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 17px;
    flex-basis: 37%;
}

.agent-photo-mobile{
    display: none;
}

.header-right{
    flex-basis: 70%;
}

.broker-logo{
    max-width: 250px;
    margin-top: 15px;
    height: auto;
    object-fit: contain;
}

.details{
    padding-top: 24px;
}

.contact-details{
    margin-top: 74px;
    margin-bottom: 48px;
    text-transform: capitalize;
}

.agent-position{
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--neutral-3);
    font-size: 14px;
    font-weight: 600;
}

.agent-name{
    margin-bottom: 12px;
    color: var(--neutral-1);
}

.contact-details img{
    margin-right: 4px;
}

.contact-details span a,
.contact-details span{
    text-transform: uppercase;
    color: #232323;
    font-weight: 600;
    letter-spacing: 0.08em;
}

.phone-numbers{
    display: flex;
    gap: 20px;
    margin-left: 10px;
    font-size: 16px;
    padding-top: 18px;
    padding-bottom: 24px;
}

.agent-address{
    margin-left: 10px;
    font-size: 16px;
}

.short-description{
    background: #F9F9F9;
    padding: 24px;
}

.read-more-wrap{
    font-size: 16px;
    line-height: 132%;
    letter-spacing: 0.005em;
    color: var(--gray-color);
    height: 90px;
    overflow: hidden;
}

.read-more-wrap.active{
    height: auto;
}

.read-more-link{
    display: block;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.08em;
    text-decoration-line: underline;
    color: var(--black-color);
    cursor: pointer;
    padding-top: 20px;
}

.branding-banner{
    position: absolute;
    z-index: -1;
    height: 272px;
    width: 100%;
    background: linear-gradient(0deg, rgba(58, 58, 58, 0.07), rgba(58, 58, 58, 0.07)), url('/images/background-image.webp'), linear-gradient(268.21deg, #262626 14.56%, #000000 45.47%);
}

.short-description{
    background: #FFFFFF;
    border-radius: 2px;
}

/* NAVIGATION TABS */
.navbar {
    text-align: center;
    background: #FFFFFF;
}

.navbar .nav-links {
    columns: 1;
}

.navbar .nav-links li {
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--gray-color);
    padding: 23px 20px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    cursor: pointer;
}

.navbar .nav-links li:hover:not(.main-menu__link--current) {
    background-color: #F1F1F1;
}

.navbar .nav-links .main-menu__link--current {
    color: var(--blue-color);
    background: #FFFFFF;
}

.dropdown-toggle{
    display: none;
}

.tabcontent {
    margin: 0 auto;
    max-width: 1440px;
}

.listing-container, #rich-text-wrapper, .tab-content-wrapper{
    padding: 48px 82px 48px 82px;
}

.property-listings-wrapper h1{
    text-align: center;
    font-weight: 500;
    font-size: 36px;
    line-height: 140%;
}
.caption.agent-name{
    display: block;
    text-align: center;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color:  #232323;
    padding-top: 8px;
}

.nav-links li {
    display: inline-block;
    position: relative;
}

.nav-links li:not(:last-child)::after {
    content: "|";
    position: absolute;
    color: #B1B1C0;
    top: 50%;
    right: -8px;
    transform: translateY(-50%);
    font-size: 25px;
    font-weight: 100;
}

/*  */

.broker-logo-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 43%;
    background: url('/images/background-image2.webp');
    background-size: cover;
}

.divider{
    border: 3px solid #131314;;
}

.brokerage-info-wrapper{
    background: white;
}

.brokerage-info-section{
    display: flex;
    max-width: 1440px;
    margin: 0 auto;
}

.brokerage-info-section .broker-logo-img{
    object-fit: contain;
}

.brokerage-info-section table{
    margin: auto;
    margin-top: 48px;
    margin-bottom: 80px;
    text-transform: uppercase;
    border-collapse: separate;
    border-spacing: 5;
}

.brokerage-info-section table tr{
    height: 64px;
}


.brokerage-info-section table td { 
    padding-left: 32px;
    padding-right: 15px;
    border-bottom: 0.5px solid #E2E2E2;
}

.brokerage-info-section table td:nth-child(1) { 
    background: var(--neutral-1);
    color: var(--black-color);
    font-size: 16px;
    font-weight: 600;
    width: 280px;
    letter-spacing: 1.28px;
    line-height: 24px;
}

.brokerage-info-section table td:nth-child(2) { 
    background: #fff;
    color: var(--black-color);
    font-size: 20px;
    font-weight: 600;
    width: 392px;
}

.claimed-icon{
    display: inline-block;
    padding-right: 12px;
}

/* FOOTER */
.disclaimer{
    padding: 80px 116px 114px 116px;
    background-color: #F7F8FA;
}

.disclaimer p{
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 132%;
    text-align: center;
    letter-spacing: 0.005em;
    color: var(--black-color);
}

.disclaimer div{
    text-align: center;
}

.more-about-button{
    margin-top: 36px;
    margin-bottom: 36px;
}

.footer-wrapper{
    color: var(--gray-color);
    font-size: 16px !important;
    letter-spacing: 0.005em !important;
}

.footer-wrapper ul{
    column-count: 1 !important;
    list-style: none;
    margin-top: 36px;
}

.footer-wrapper ul:nth-child(2){
    margin-top: 12px;
}

.footer-wrapper ul li{
    display: inline-block;
    color: var(--blue-color);
    text-transform: uppercase;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.08em;
}

.footer-wrapper ul li:after{
    content: "|";
    margin: 0 13px;
}

.footer-wrapper ul:nth-child(1) li:nth-child(5)::after, 
.footer-wrapper ul:nth-child(2) li:nth-child(3)::after{
    display: none;
}

.disclaimer2{
    margin-top: 36px;
    font-weight: 600;
    color: var(--black-color);
}

.all-rights-reserve{
    color: var(--gray-color);
    text-align: center;
    letter-spacing: 0.005em;
    font-size: 16px;
    margin-top: 12px;
}
/* END FOOTER */

/* TESTIMONIAL */
.tab-content-wrapper h1{
    text-align: center;
    font-style: normal;
    font-size: 36px;
    line-height: 140%;
}

.tab-content-wrapper .caption{
    display: none;
}

.testimonial-card{
    width: 31%;
    /* flex-basis: calc(33.33% - 10px); */
    background: #FFFFFF;
    box-shadow: 0px 5px 12px 1px rgba(0, 0, 0, 0.18);
    background-color: var(--black-color);
}

.testimonial-card p{
    padding: 20px 32px 32px 32px;
    background-color: white;
}

.testimonial-card hr{
    display: none;
}

.testimonial-card .subtitle{
    color: white;
    font-size: 16px;
    padding: 32px 32px 0px 32px;
}

.testimonials-wrapper{
    max-height: 100%;
    margin-top: 40px;
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: column;
}

.testimonials-wrapper p{
    margin-top: 20px;
    letter-spacing: 0.005em;
    font-weight: 300;
    font-size: 16px;
    color: var(--gray-color);
}

.stars-ratings{
    display: flex;
    gap: 10px;
    margin-top: 12px;
    padding-left: 32px;
    padding-right: 32px;
}
/* END TESTIMONIAL */

/* START PROPERTY LISTINGS */
.property-details-wrapper{
    background-color: var(--black-color);
    padding: 20px 40px;
}

.property-details-wrapper span{
    display: block;
    align-items: center;
    text-align: center;
    color: var(--neutral-4);
}

.property-title{
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 30px;   
}

.property-specs{
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
}

.for-sale{
    background: #003784;
}

.for-rent{
    background-color: #139264;
}

.property-tag{
    position: absolute;
    top: 20px;
    right: 20px;
    border-radius: 2px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 4px 12px;
    font-size: 16px;
    font-weight: 600;
}

.property-pricing{
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 27px;
    line-height: 120%;
    letter-spacing: 0.01em;
}

.property-description{
    padding: 20px 40px;
    font-family: 'Nunito Sans';
    font-weight: 400;
    font-size: 16px;
    line-height: 142%;
    color: var(--gray-color);
}

.property-list{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 36px;
    margin-top: 48px;
    justify-content: center;
}

.view-details-btn{
    background: var(--blue-color);
    color: #FFFFFF;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    cursor: pointer;
    text-align: center;
    font-size: 12px;  
    gap: 5px;
    position: absolute;
    left: 43%;
    top: 19rem;
    display: none;
    text-decoration: none;
}

.view-details-btn:hover{
    text-decoration: none;
}

.view-details-btn img{
    height: 8px !important;
    width: 12px !important;
}

/* card */
.card {
    background-color: #FFFFFF;
    position: relative;
    max-width: 620px;
    height: 100%;
    border: 0.5px solid #EAEAEA;
    position: relative;
    box-shadow: 0px 22px 13px 0px rgba(19, 19, 20, 0.07), 0px 4px 6px 0px rgba(189, 189, 189, 0.12);
}

.card::before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 8px; 
    transition: opacity 0.3s ease; 
    opacity: 0;
}

.card:hover{
    filter: drop-shadow(0px 12px 24px rgba(19, 19, 20, 0.1));
}

.card:hover::before {
  opacity: 1;
}


.card:hover .view-details-btn{
    display: flex;
}

.card:hover .image-backdrop::after{
    display: flex;
} 

.card:hover.image-backdrop img {
  transition: transform 0.2s ease-in-out;
}

.card:hover .image-backdrop img {
  transform: scale(1.2);
}

.image-backdrop{
    overflow: hidden;
    height: 336px;
}

.image-backdrop img{
    transition: transform 0.5s ease;
    height: 100%;
    object-fit: cover;
}
    
.image-backdrop::after {
    display: none;
    content: ""; 
    position: absolute; 
    top: 0%;
    width: 100%;
    height: 336px; 
    background: linear-gradient(0.02deg, #000000 2.03%, rgba(255, 255, 255, 0) 37.91%)
}

/* END PROPERTY LISTINGS */

/* PAGINATION */
.pagination{
    padding-bottom: 80px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    font-weight: 600;
}

.pagination .active-page{
    background: var(--blue-color);
    color: #FFFFFF;
    box-shadow: 0px 9px 24px rgba(19, 19, 20, 0.16);
}

.pagination a {
    background: #F4F4F4;
    color: #A5A5AE;
    float: left;
    padding: 16px 24px;
    text-decoration: none;
    margin-right: 20px;
    cursor: pointer;
}

.pagination {
  display: flex;
  justify-content: center;
}

.pagination-button {
  margin: 0 5px;
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
  cursor: pointer;
}

.pagination-wrapper {
    display: block;
}

.listings-more-loader{
    display: none;
}

/* END PAGINATION */

/* MODAL */
.modal-content{
    border-top: 5px solid;
    border-image: linear-gradient(124.26deg, #01B5C5 13.23%, #271B84 87.96%) 1;
}

#emailForm label{
    color: #B1B1C0 !important;
}

.agt-a99-text-gray{
    color: #4F5152 !important;
}
