.header-logo a img {
    width: 200px !important;
}

.apart-detay-form-check {
    padding-left: 0px !important;
}

.apart-detay-form-check-label {
    font-size: 12px !important;
}

.apartim-wp-btn {
    display: inline-flex;
    align-items: center;
    background: #25d366;
    color: #fff !important;
    font-weight: 600;
    border-radius: 30px;
    padding: 7px 18px 7px 12px;
    font-size: 15px;
    text-decoration: none !important;
    box-shadow: 0 2px 8px rgba(37, 211, 102, 0.12);
    transition: background 0.2s, box-shadow 0.2s;
    margin-left: 8px;
    gap: 7px;
}

.apartim-wp-btn:hover {
    background: #1ebe5d;
    color: #fff !important;
    box-shadow: 0 4px 16px rgba(37, 211, 102, 0.18);
}

.apartim-wp-icon {
    width: 20px;
    height: 20px;
    margin-right: 3px;
    vertical-align: middle;
}

.apartim-directions-btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    background: #1C2D37;
    color: #fff !important;
    font-weight: 600;
    border-radius: 30px;
    padding: 7px 18px 7px 12px;
    font-size: 15px;
    text-decoration: none !important;
    margin-left: 8px;
    gap: 7px;
    box-shadow: 0 2px 8px rgba(28, 45, 55, 0.10);
    transition: background 0.2s, box-shadow 0.2s;
    min-width: 120px;
    height: 40px;
}

.apartim-directions-btn:hover {
    background: #243b47;
    color: #fff !important;
    box-shadow: 0 4px 16px rgba(28, 45, 55, 0.18);
}

.apartim-directions-icon {
    width: 20px;
    height: 20px;
    margin-right: 3px;
    vertical-align: middle;
}
.map-area-custom{
    height: 80vh;
}
@media (max-width: 1190px) {
    .property-search-form .form-select {
        width: 100% !important;
        margin-top: 20px !important;
    }
    .map-area-custom{
        height: 50vh;
    }
}
.location-map-address{
    right:0px!important;
    bottom:0px!important;
    z-index:9!important;
}
.custom-pagination ul {
    display: flex;
    list-style: none;
    padding: 0;
}
.custom-pagination li {
    margin: 0 4px;
}
.custom-pagination a, .custom-pagination span {
    display: block;
    padding: 8px 14px;
    border-radius: 50%;
    background: #fff;
    color: #1C2D37;
    border: 1px solid #1C2D37;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
}
.custom-pagination .active span,
.custom-pagination a:hover {
    background: #1C2D37;
    color: #fff;
}
.custom-pagination .disabled span {
    color: #aaa;
    border-color: #eee;
    cursor: not-allowed;
}
.media-body h4 a{
    color: var(--white-color)!important;
}