﻿.property-compare .pt-5, .py-5 {
    padding-top: 11rem !important;
}

.property-compare .widget-boxed.mt-5, .widget-boxed.my-5, .main-search-field.mt-5 {
    margin-top: 350px !important;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.homepage-4 .portfolio .project-head {
    background-color: #1d293e;
    border-radius: 8px 8px 0 0;
    height: 280px;
    width: auto;
}
.inner-pages .form-control {
    border: 1px solid #dae2e9;
}

.inner-pages .form-group .nice-select {
    margin-bottom: 10px;
    height: 34px;
    line-height: 34px;
    padding: 0 15px;
    border-radius: 5px;
    border: 1px solid #ddd;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #757575;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 15px;
}
.btn:hover {
    color: #fff;
    text-decoration: none;
}
.btn {
    display: inline-block;
    font-weight: 400;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #d22a1c !important;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.btn, .homepage-3 .btn:active, .btn.sApp-btn:before, .bg-overlay::after, .benifits-item:after {
    background: linear-gradient(-47deg, #d22a1c 0%, #d22a1c 100%);
}
.inner-pages .nice-select.open .list {
    overflow: auto;
    z-index: 99999;
    width: auto;
    height: 200px;
}
.nice-select .list {
    overflow: auto;
    z-index: 99999;
    width: auto;
    height: 200px;
}
.form-group {
    margin-bottom: 10px;
}
.single-proper .mb-30, .property-location.map {
    margin-bottom: 0 !important;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #edaca6;
    outline: 0;
    box-shadow: 0 0 0 .2rem #edaca6;
}
.form-control {
    display: block;
    width: 100%;
    height: 50px;
}
@media screen and (max-width: 576px) {
    body {
        font-size: 12px;
    }
}
.agents .blog .blog-info.details {
    margin-top: 0; 
}
.col-4 {
    padding: 20px 0;
}
img {
    display: inline-block;
    max-width: 100%;
    height: 100%;
}
.col-6
{
    position: relative;
    width: 100%;
    padding-right: 0 !important; 
    padding-left: 15px;
}
.row{
    padding-bottom: 20px;
}
.ilan-container {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.ilan-karti {
    width: 300px;
    padding: 15px;
    background-color: #fff;
}

.slider-wrapper {
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.slide-track {
    display: flex;
    transition: transform 0.5s ease;
    height: 100%;
}

.slide {
    flex: 0 0 100%;
    max-width: 100%;
    height: 100%;
}

.carousel-img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 10px;
}

.slider-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 8px;
}

.slider-arrow {
    background: #d22a1c;
    color: white;
    border: none;
    padding: 5px 10px;
    margin: 0 5px;
    cursor: pointer;
    border-radius: 4px;
}
a {
    color: #000;
    text-decoration: none;
    background-color: transparent;
}
a:hover {
    color: #d22a1c;
    text-decoration: underline;
}