.estate-main{

}

.estate-main-info{
    height: 200px;
}

.square{
    background: #de0f21;
}
.square-img{
    display: flex;
    justify-content: center;
}
.square-img img{
    width: 150px;
    max-width: 100%;
}
.square-text h3{
    text-align: center;
    color: #fff;
}
.square-text p{
    padding: 20px;
    text-align: center;
    color: #fff;
}

.property-details-cst .col-md-6:first-child .detail-item-cst{
    padding-left: 10px;
}
.property-details-cst .col-md-6:last-child .detail-item-cst{

    padding-right: 10px;
}

.sosyal-medya a{
    color: #fff !important;

}
.sosyal-medya a i{
    font-size: 25px;
}
.project-dashboard-section{
    margin-top: 50px;
    margin-bottom: 50px;
}
.menu-header a{
    color: #E40E20;
    font-size: 22px;
    font-weight: 600;
}
.menu-header-desc{
    font-size: 12px;
}
.custom-menu-social{
    margin-bottom: 10px;
}
.custom-menu-social-logo a{
    margin-right: 10px !important;
    color: #E40E20;
}
.ekinox-years-img-area{

}
.ekinox-years-img-area .office-name{
    color: #E40E20;
    font-weight: 600;
    font-size: 26px;
    width: 50px !important;
    display: block;
    float: right;
    line-height: 35px;
}
.ekinox-years-img-area img{
    width: 50px;
    margin-top: 10px;
    margin-right: 15px;
}

.loading-overlay{
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    display: none;
    justify-content: center;
    align-items: center;
    transition: 166ms all ease-in-out;
}
.loading-overlay.is-active{
    display: flex;
    position: absolute;
}
.loading-overlay.is-active.is-fullscreen{
    display: flex;
    position: fixed;
}
.notification-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width:  100%;
    height:  100%;
    background: rgba(255,255,255,0.8);
    display: none;
    z-index: 99999;
    justify-content: center;
    align-items: center;
    transition: 166ms all ease-in-out;
}
.notification-overlay.is-active{
    display: flex;
    position: absolute;
}
.notification-overlay.is-active.is-fullscreen{
    display: flex;
    position: fixed;
}
.notification-overlay .status-indicator{
    width: 32px !important;
    height: 32px !important;
    flex-basis: 32px !important;
    min-width: 32px !important;
}
.notification-overlay .btn-close{
    width: 32px !important;
}
.notification-overlay .toast-header strong{
    overflow: hidden;
    text-overflow: ellipsis;
}
.real-estate-reguest{
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 3em;
    padding-bottom: 3em;
}
.listing-gallery-video-button{
    position: absolute;
    top: 1em;
    right: 1em;
    /*transform: translateX(-50%);*/
    z-index: 2;
    padding: 0.5em 1em;
    transition: 166ms all;
    border-radius: 0.5em;
    border: 1px solid #fa3e4e;
    color: #fa3e4e;
    background: rgba(255,255,255,1);
    font-weight: 600;
}

.listing-gallery-video-button:hover {
    border: 1px solid #e40e20;
    color: #fff;
    background-color: #e40e20;
}

:root .modal{
    --bs-modal-width: 90vw !important;
}
#listing-fullscreen-video video{
    max-width: 100%;
    max-height: calc(90vh - 4rem);
}
.modal-content{
    width: auto !important;
}
.modal-dialog-centered{
    justify-content: center;
}

.danisman-ozellik-area .skill-card{
    letter-spacing: -1px;
    font-size: 3rem;
    font-weight: bold;
    line-height: 3rem;
    padding: 1rem;
    border-radius: 1rem;
    border: 2px solid #e57e8b;
    position: relative;
    padding-top: 2.5rem;
    margin-top:1.5rem;
}
.danisman-ozellik-area .skill-card .fa-star{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 100%;
    border: 2px solid #e57e8b;
    padding: 0.5rem;
    font-size:2rem;
}


.about-office-desc p:empty:before {
    content: ' ';
    white-space: pre;
}

.about-office-desc{
    padding-top: 2rem;
    padding-bottom: 1rem;
}

.office-photo-gallery{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 2rem;
    align-items: center;
    padding-top: 2rem;
}

.office-photo-gallery .image img{
    border-radius: 5px;

    width: 100%;
    cursor: pointer;
}
.office-photo-gallery .image img:hover{
    outline: 3px solid #f96565;
}
.review-form-rating{
    border-radius: 8px;
    border: 1px solid #ddd;
}
.review-form-rating .fa-star{
    cursor: pointer;
}
#office-fullscreen-photo img{
    max-height: calc(90vh - 7rem);
    max-width: calc(100vw - 3rem);
}
.office-application-letter {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 20px;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #f9f9f9;
}

.office-application-letter h1 {
    color: #2c3e50;
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
}

.office-application-letter h2 {
    color: #34495e;
    font-size: 20px;
    margin-bottom: 15px;
    text-align: center;
}

.office-application-letter p {
    color: #555;
    font-size: 16px;
    margin-bottom: 15px;
}

.office-application-letter strong {
    color: #000;
}
.nav-link-custom{
    cursor: pointer;
    user-select: none !important;
}
.entity-filter-select{
    font-size: 0.85rem;
    width: max-content;
    min-width:200px;
    transform: translateY(100%);
}
.entity-filter-select .list-group-item{
    user-select: none;
    cursor: pointer;
}
.entity-filter-select .list-group-item:not(.active):hover{
    background-color: #f0f0f0;
}
.entity-filter-select .list-group-item.active{
    background-color: #e40e20 !important;
    border-color: #e40e20 !important;
}
button[data-bs-target="#filter-select"].active, button[data-bs-target="#consultant-filter-select"].active, button[data-bs-target="#office-filter-select"].active{
    background: #e40e20 !important;
    color: #fff !important;
}
#consultant-filter-select, #office-filter-select{
    right: -1em !important;
}
button[data-bs-target="#consultant-filter-select"], button[data-bs-target="#office-filter-select"]{
    width: auto !important;
    font-size: 0.90rem;
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    padding: 0.5rem 0.75rem;
    align-items: center;
    font-weight: 500;
}

.consultant-trophy-card {
    width: 200px;
    height: 200px;
    background-color: #666;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.consultant-trophy-card .circle {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background-image: radial-gradient(circle, #ff4b4b 5%, #666 70%);
    position: absolute;
    animation: moveTrophyCircle 6s linear infinite;
    z-index:1;
}

.consultant-trophy-card .content {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top:5px;
    left:5px;
    width:calc(100% - 10px);
    height: calc(100% - 10px);
    z-index: 3;
}

.consultant-trophy-card .content img {
    max-width: 80%;
    max-height: 80%;
}

.consultant-trophy-card::before{
    content: '';
    position: absolute;
    top:5px;
    left:5px;
    width:calc(100% - 10px);
    height: calc(100% - 10px);
    background: #333;
    z-index:2;
    border-radius: 9px;
}

@keyframes moveTrophyCircle {
    0% {
        top: -80px;
        left: -80px;
    }
    25% {
        top: -80px;
        left: calc(100% - 80px);
    }
    50% {
        top: calc(100% - 80px);
        left: calc(100% - 80px);
    }
    75% {
        top: calc(100% - 80px);
        left: -80px;
    }
    100% {
        top: -80px;
        left: -80px;
    }
}

.consultant-trophies-mini{
    display: flex;
    flex-direction: row;
    gap: 10px;
    position: absolute;
    bottom: 8px;
    right: 8px;
    max-width: calc(100% - 16px);
    overflow: hidden;
    height: 72px;
    padding-top: 4px;
    padding-right: 4px;
    padding-left: 4px;
}

.consultant-trophies-mini .trophy-card {
    width: 64px;
    height: 64px;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    display: flex;
    background-color: #333;
    /*box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.35);*/
    border-radius: 8px;
    position: relative;
}

.consultant-trophies-mini .trophy-card img{
    max-width: 50px;
    max-height: 50px;
    z-index: 3;
    position: relative;
}


.consultant-trophies-mini .trophy-card::before {
    content: '';
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    z-index: 1;
    border-radius: 8px;
    background: linear-gradient(315deg, #e40e20, #000);
}

.consultant-trophies-mini .trophy-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 8px;
    background: #333;
    z-index: 2;
}
.consultant-trophies-mini.medium{
    height: 104px;
}
.consultant-trophies-mini.medium .trophy-card {
    width: 96px;
    height: 96px;
}

.consultant-trophies-mini.medium .trophy-card img{
    max-width: 80px;
    max-height: 80px;
}
.pagination-component{
    display: flex;
    justify-content: center;
    gap: 0.75rem;
    align-items: center;
}

.pagination-component.pagination-custom .page-item{
    display:inline-flex;
    justify-content: center;
    align-items: center;
}
.pagination-component.pagination-custom .page-item .page-link {
    width: auto !important;
    height: auto !important;
    padding: 0.3rem 0.75rem !important;
    font-size: 1.1rem !important;
}
.pagination-component.pagination-custom .pagination{
    justify-content: center;
    align-items: center;
    gap:0.75rem;
}
#portfoyler .listings-container a:last-child .portfoy-office-area{
    border: none !important;
}
 /* Preloader Fix */
.listing-image-gallery swiper-slide img, .listing-image-thumbnails swiper-slide img{
    z-index: 99;
}
