﻿.inner-pages.property-details .sidebar-widget .author__contact li span i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #fff;
    color: #d22a1c;
    border-radius: 50%;
    font-size: 18px;
    margin-right: 10px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.inner-pages.property-details .headings-2 .listing-title-bar h4 {
    font-size: 24px;
    font-weight: 600;
    color: #d22a1c;
    text-transform: capitalize !important;
}

.inner-pages.property-details .headings-2 span.category-tag {
    font-size: 14px;
    background: #d22a1c;
    color: #fff;
    border: 1px solid #fff;
    padding: 5px 15px;
    border-radius: 50px;
    top: -3px;
    margin-left: .5rem;
    position: relative;
}

.inner-pages.property-details .blog .blog-pots .fa {
    color: #d22a1c;
}

.inner-pages.property-details .blog .homes-content h5::after, .inner-pages .blog .blog-info.details h5::after, .inner-pages .blog .property-location h5::after, .inner-pages .blog .team.assigned h5::after, .inner-pages .carousel h5:after, .wprt-image-video.w50.pro h5:after, .similar-property h5:after, .ag-de .blog-section h5:after {
    color: #d22a1c;
    display: block;
    height: 3px;
    font-weight: bold;
    background-color: #d22a1c;
    content: " ";
    width: 50px;
    margin-top: .5rem;
    margin-bottom: 1.5rem;
}

.property-details .agent-contact-form-sidebar .multiple-send-message {
    background-color: #d22a1c;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    cursor: pointer;
    font-size: 14px;
    text-transform: capitalize;
    padding-top: 12px;
    margin-top: 10px;
    margin-bottom: 0px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.property-details .listing-details-sliders .left {
    position: absolute;
    top: 50%;
    left: 35px;
    background: #fff;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 100%;
    color: #fff;
    font-size: 10px;
    z-index: 120;
    cursor: pointer;
    margin-top: -18px;
    -webkit-box-shadow: 0px 0px 0px 9px rgba(255, 255, 255, 0.4);
    box-shadow: 0px 0px 0px 9px rgba(255, 255, 255, 0.4);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.property-details .listing-details-sliders .right {
    position: absolute;
    top: 50%;
    right: 35px;
    background: #fff;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 100%;
    color: #fff;
    font-size: 10px;
    z-index: 120;
    cursor: pointer;
    margin-top: -18px;
    -webkit-box-shadow: 0px 0px 0px 9px rgba(255, 255, 255, 0.4);
    box-shadow: 0px 0px 0px 9px rgba(255, 255, 255, 0.4);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.property-details .widget-boxed.mt-5, .widget-boxed.my-5, .main-search-field.mt-5 {
    margin-top: 20px !important;
}
.compare-box {
    width: 300px;
    background: white;
    border: 1px solid #ccc;
    padding: 16px;
    border-radius: 8px;
    box-shadow: 0 0 6px rgba(0,0,0,0.05);
    margin-bottom: 16px;
    height: 180px;
}
.add-btn {
    width: 100%;
    padding: 10px;
    background-color: #e4e4e4;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-bottom: 16px;
    font-weight: bold;
    color: #d22a1c;
}
.clear-btn {
    width: 100%;
    padding: 10px;
    background-color: #e4e4e4;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-bottom: 16px;
    font-weight: bold;
    color: #d22a1c;
}
.compare-item {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 8px;
    margin-bottom: 12px;
    background-color: #ffffff;
}
.compare-item img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    margin-right: 10px;
    border-radius: 4px;
}
.item-info {
    flex: 1;
}
.item-info span {
    display: block;
    font-weight: bold;
    font-size: 14px;
}
.item-info small {
    color: #555;
    font-size: 13px;
}
.remove-btn {
    background: #a9a4a4;
    border: none;
    color: white;
    font-size: 16px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    cursor: pointer;
    line-height: 1;
}
.compare-btn {
    width: 100%;
    padding: 10px;
    background-color: #d22a1c;
    color: white;
    font-weight: bold;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
.property-features {
    padding-bottom: 20px;
    padding-right: 0;
    padding-left: 20px;
    background: #fff;
    border: 0px solid #ddd;
    border-radius: 8px;
    margin-top: 10px;
    font-size: 14px;
}

.property-features h4 {
    margin-bottom: 16px;
    font-size: 18px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
}

.features-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 20px;
    justify-content: center;
    justify-items: center;
}

.features-grid div {
    line-height: 1.4;
}

.features-grid strong {
    display: inline-block;
    min-width: 120px;
    color: #333;
}
@media screen and (max-width: 767px) {
    .inner-pages .carousel.slide .carousel-inner img {
        width: auto;
        height: auto;
    }
}
#map-contact {
    width: auto;
    height: auto;
}
a:hover {
    color: #0056b3;
    text-decoration: none;
}
.agent-contact-form-sidebar input {
    width: 100%;
    height: 45px;
    border: 1px solid #dae2e9;
    background-color: #fff;
    padding: 15px;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    color: #7e8c99;
    margin-bottom: 1rem;
    border-radius: 4px;
}
.nice-select {
    position: relative;
    display: inline-block;
    width: 100%;
    line-height: 42px; /* Bu değeri kutunun yüksekliğine göre ayarla */
    padding-right: 30px; /* sağa ok için boşluk bırak */
}

    .nice-select:after {
        content: "";
        position: absolute;
        top: 50%;
        right: 12px;
        transform: translateY(-50%) rotate(45deg);
        width: 6px;
        height: 6px;
        border: solid #999;
        border-width: 0 2px 2px 0;
        pointer-events: none;
        transition: all 0.3s ease;
    }

/* 576px ve altı ekranlar için */
@media (max-width: 576px) {
    .nice-select {
        line-height: 38px; /* daha dar olabilir */
    }

        .nice-select:after {
            right: 10px;
            top: 50%;
            transform: translateY(-50%) rotate(45deg);
        }
}
/*.blog {
    background: #fff;
    border-radius: 3px;
    padding: 1.5rem;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 0;
    margin-bottom: 0px;
    position: relative;
    border: 1px solid #eaeff5;
    box-shadow: 0px 0px 2px #e7e7e7 !important;
}*/
