
.featured-projects .badge-super-featured {
    font-size: 0.7rem;
}

.featured-projects .badge-ready {
    font-size: 0.7rem;
}

.featured-projects .heart-icon i {
    font-size: 1.2rem;
}

.featured-projects .card {
    border-radius: 10px;
    overflow: hidden;
}

.featured-projects .badge-super-featured {
    position: absolute;
    top: 10px;
    left: 10px;
    color: white;
    padding: 5px 10px;
    font-size: 0.8rem;
    font-weight: bold;
    border-radius: 5px;
    top: 5.3rem;
    left: 1.2rem;
    background: #003366;
}

.featured-projects .badge-ready {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: white;
    padding: 5px 10px;
    font-size: 0.8rem;
    font-weight: bold;
    border-radius: 5px;
    bottom: 14rem;
    left: 1.2rem;
    background: #007bb0;
}

.featured-projects .card-footer .btn {
    width: 48%;
    font-size: 0.9rem;
}

.featured-projects .carousel-control-prev, .carousel-control-next {
    width: 5%;
}

.favorite_button i {
    color: #ffffff;
    font-size: 1.5rem;
}

.favorite_button.activeheart i {
    color: #ff0000;
}

.featured-projects .shadow-effect {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.3s ease;
}

.featured-projects .shadow-effect:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.featured-projects .owl-stage {
    display: flex;
    gap: 2rem;
    margin-top: .8rem;
    height: 59vh;
    margin-left: .8rem;
}

.badge-heart {
    bottom: 13.5rem;
    left: 20.2rem;
    background: transparent;
    font-size: 2rem;
}

.featured-phone {
    color: #ad1919;
}

.featured-message {
    color: #003366;
}

.featured-img {
    max-width: 50%;
    max-height: 100%;
}

.featured-img-div {
    background: #f3f3f3;
    height: 51px;
    width: 100%;
    position: relative;
}

.featured-main {
    border-radius: 10px;
    background-color: #fff;
}

.article-date {
    bottom: -12px;
    position: relative;
}

.article-head {
    font-size: 18px;
    color: #003366
}

.article-top {
    padding-bottom: 45px;
    left: 49px;
}

.article-issue {
    z-index: 111;
    background: #003366;
    left: 15px;
    top: -20px;
}

.article-main {
    min-height: 375px;
    position: relative;
}
@media (min-width: 1024px) {
    .featured-projects .owl-stage-outer {
        min-height: 530px!important;
    }
}
@media (max-width: 1024px) {
    .featured-projects .owl-stage-outer {
        max-height: 530px!important;
    }
    .featured-projects .badge-ready {
        bottom: 16rem!important;
    }
    .featured-projects .owl-stage {
        height: 510px!important;
    }
    .badge-heart {
        left: 13.2rem !important;
        bottom: 14.5rem!important;
    }

}
@media (max-width: 400px) {
    .badge-heart {
        left: 15.5rem !important;
        bottom: 15.2rem!important;
    }
}

.home-featured-img {
    border-radius: 10px;
    width: 100%;
    height: auto;
}

.home-article-bottom {
    position: absolute;
    bottom: 35px;
    left: 47px;
}

.home-agent-item {
    background-size: cover;
    background-repeat: no-repeat;
    width: 150px;
    height: 150px;
    float: left;
}

.home-slider-items-box {
    margin-top: 0;
}

.home-location-select {
    display: none;
}

.home-bedrooms {
    display: none;
}

.home-badge-super-featured {
    top: 20px;
    right: 20px;
    background-color: #FF6B6B;
    font-size: 12px;
    font-weight: bold;
}

.home-badge-ready {
    top: 20px;
    left: 20px;
    background-color: #4CAF50;
    font-size: 12px;
    font-weight: bold;
}

.home-badge-heart {
    top: 20px;
    right: 20px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.home-featured-main {
    transition: transform 0.3s ease;
}

.home-featured-main:hover {
    transform: translateY(-5px);
}

.home-article-main {
    transition: box-shadow 0.3s ease;
}

.home-article-main:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.home-border-tv {
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 20px;
    margin-top: 30px;
}

.home-featured-img-div {
    background-color: #f8f9fa;
    border-radius: 8px 8px 0 0;
}

.home-article-top {
    min-height: 120px;
    position: relative;
}

.home-article-head {
    color: #2c3e50;
    font-size: 16px;
    line-height: 1.4;
}

.home-article-date {
    color: #7f8c8d;
    font-size: 12px;
    padding-top: 10px;
}

.home-featured-phone {
    background-color: transparent;
    color: #dc3545;
    border: none;
    width: 100%;
    padding: 10px;
    font-weight: 500;
}

.home-featured-phone:hover {
    background-color: #dc3545;
    color: white;
}

.home-featured-message {
    background-color: transparent;
    color: #2c3e50;
    border: none;
    width: 100%;
    padding: 10px;
    font-weight: 500;
}

.home-featured-message:hover {
    background-color: #2c3e50;
    color: white;
}

.home-featured-projects-header h2 {
    color: #2c3e50;
    margin-bottom: 30px;
    font-weight: 700;
}

.home-last-add-header h2 {
    color: #2c3e50;
    margin-bottom: 30px;
    font-weight: 700;
    text-align: center;
}

.home-populer-header h2 {
    color: #2c3e50;
    margin-bottom: 30px;
    font-weight: 700;
    text-align: center;
}

.home-tabs-menu-header h2 {
    color: #2c3e50;
    margin-bottom: 30px;
    font-weight: 700;
    text-align: center;
}

.home-pnctv-icon {
    text-align: center;
    margin-bottom: 20px;
}

.home-first-video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.home-first-video .video-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.home-first-video iframe {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.home-video-resim {
    position: relative;
    margin-bottom: 10px;
    border-radius: 8px;
    overflow: hidden;
}

.home-play-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
}

.home-video-box-explain p {
    color: #2c3e50;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    line-height: 1.4;
}

@media (max-width: 768px) {
    .home-article-bottom {
        bottom: 25px;
        left: 20px;
    }

    .home-agent-item {
        width: 120px;
        height: 120px;
    }

    .home-border-tv {
        padding: 15px;
    }
}
