﻿.smlprop-card {
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,.06);
    transition: all .3s ease;
}

    .smlprop-card:hover {
        transform: translateY(-2px);
        box-shadow: 0 10px 25px rgba(0,0,0,.12);
    }

/*.smlprop-image {
    position: relative;
    overflow: hidden;
    border-radius: 14px 0 0 14px;
}

    .smlprop-image img {
        display: block;
        max-width: 100%;
        height: auto;
        transition: transform .4s ease;
    }*/

.smlprop-image {
    position: relative;
    overflow: hidden;
    border-radius: 14px 0 0 14px;
    aspect-ratio: 4/3;
}
    .smlprop-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform .4s ease;
    }

.smlprop-card:hover .smlprop-image img {
    transform: scale(1.05);
}


/*.smlprop-card:hover .smlprop-image img {
    transform: scale(1.05);
}*/

.smlprop-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #2f3133;
    color: #fff;
    padding: 6px 14px;
    border-radius: 25px;
    font-size: 13px;
    font-weight: 600;
}

.smlprop-broker {
    position: absolute;
    left: 15px;
    bottom: 15px;
    background: #00796b;
    color: #fff;
    padding: 6px 14px;
    border-radius: 25px;
    font-size: 13px;
    font-weight: 600;
}
.smlprop-content {
    padding: 20px;
}

.smlprop-price {
    font-size: 32px;
    font-weight: 700;
    color: #222;
    margin-bottom: 8px;
}

    .smlprop-price small {
        font-size: 18px;
        font-weight: 500;
        color: #666;
    }

.smlprop-info {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-bottom: 12px;
    font-size: 15px;
    color: #555;
}

    .smlprop-info span {
        display: flex;
        align-items: center;
    }

    .smlprop-info i {
        margin-right: 6px;
    }

.smlprop-title {
    font-size: 22px;
    font-weight: 600;
    color: #00737c;
    line-height: 1.4;
    margin-bottom: 12px;
}

.smlprop-location {
    font-size: 15px;
    color: #555;
    margin-bottom: 18px;
}

    .smlprop-location i {
        margin-right: 6px;
    }

.smlprop-btns {
    display: flex;
    gap: 10px;
}

.smlprop-btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    height: 44px;
    border: 1px solid #d8d8d8;
    border-radius: 8px;
    background: #eef8f8;
    color: #006b73;
    font-weight: 400;
    transition: .3s;
}

    .smlprop-btn:hover {
        background: #006b73;
        color: #fff;
    }

    .smlprop-btn.whatsapp {
        background: #edf9f0;
        color: #25D366;
    }

        .smlprop-btn.whatsapp:hover {
            background: #25D366;
            color: #fff;
        }



@media (max-width:768px) {

    
    .smlprop-card {
        border-radius: 12px;
    }

    .smlprop-image {
        border-radius: 12px 12px 0 0;
    }

        .smlprop-image img {
            border-radius: 12px 12px 0 0;
        }

    .smlprop-content {
        padding: 15px;
    }

    .smlprop-price {
        font-size: 24px;
        margin-bottom: 8px;
    }

        .smlprop-price small {
            display: block;
            font-size: 15px;
            margin-top: 3px;
        }

    .smlprop-title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .smlprop-location {
        font-size: 14px;
        margin-bottom: 12px;
    }

    .smlprop-info {
        gap: 8px 15px;
        font-size: 14px;
    }

        .smlprop-info span {
            width: calc(50% - 8px);
        }

    .smlprop-btns {
        gap: 8px;
    }

    .smlprop-btn {
        height: 40px;
        font-size: 13px;
    }

    .smlprop-badge,
    .smlprop-broker {
        font-size: 11px;
        padding: 5px 12px;
    }
}
.formtitle3 {
    color: #fff;
    text-align: center;
    padding-block: 19px;
    line-height: 25px;
    font-size: 25px !important;
    font-weight: 400 !important;
    font-family: "Playfair Display", "Playfair Display Fallback";
}
.formtitlepara {
    color: #fff;
    text-align: center !important;
    font-size: 16px !important;
    margin-top: 7px;
}









/* Main Image */
.smlpropdtl-main {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    height: 750px;
    background: #f8f8f8;
}

    .smlpropdtl-main img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

/* Checked Badge */
.smlpropdtl-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background: rgba(0,0,0,.75);
    color: #fff;
    padding: 10px 18px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 600;
    z-index: 2;
}

    .smlpropdtl-badge i {
        margin-right: 6px;
    }

/* Bottom Buttons */
.smlpropdtl-actions {
    position: absolute;
    left: 20px;
    bottom: 20px;
    display: flex;
    gap: 10px;
    z-index: 2;
}

.smlpropdtl-btn {
    background: rgba(0,0,0,.75);
    color: #fff;
    padding: 12px 18px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: .3s;
}

    .smlpropdtl-btn:hover {
        background: #000;
        color: #fff;
    }

    .smlpropdtl-btn i {
        margin-right: 6px;
    }

/* Gallery */
.smlpropdtl-gallery {
    display: flex;
    flex-direction: column;
    gap: 15px;
    height: 750px;
}

.smlpropdtl-thumb {
    flex: 1;
    overflow: hidden;
    border-radius: 14px;
    position: relative;
}

    .smlpropdtl-thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: .4s;
    }

    .smlpropdtl-thumb:hover img {
        transform: scale(1.05);
    }

/* Last Image Overlay */
.smlpropdtl-overlay {
    position: absolute;
    right: 15px;
    bottom: 15px;
    background: rgba(0,0,0,.75);
    color: #fff;
    padding: 10px 18px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
}

    .smlpropdtl-overlay i {
        margin-right: 5px;
    }
.smlpropdtlshadow-box {
    padding-top: 25px;
    padding-bottom: 25px;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 10px;
    background-color: #fff;
    margin:1px;
}
.pricetitle{
    font-size:28px;
    font-weight:700;
}
.title {
    font-size: 25px;
}
.smlpropdtlsectioncss {
    margin-top:15px;
    margin-bottom:15px;
}

/* Responsive */
@media (max-width: 991px) {

    .smlpropdtl-main,
    .smlpropdtl-gallery {
        height: auto;
    }

    .smlpropdtl-main {
        height: 450px;
    }

    .smlpropdtl-gallery {
        margin-top: 15px;
        flex-direction: row;
    }

    .smlpropdtl-thumb {
        height: 140px;
    }
}

@media (max-width: 576px) {

    .smlpropdtl-main {
        height: 300px;
    }

    .smlpropdtl-badge,
    .smlpropdtl-btn {
        font-size: 13px;
        padding: 8px 14px;
    }

    .smlpropdtl-actions {
        flex-wrap: wrap;
    }
}
.smlpropdtl-features {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 35px;
    padding: 18px 0;
    
}

.smlpropdtl-feature {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #222;
    font-size: 16px;
    font-weight: 500;
}

    .smlpropdtl-feature i {
        font-size: 19px;
        color: #2f2f2f;
        width: 28px;
        text-align: center;
    }

    .smlpropdtl-feature span {
        line-height: 1;
    }

/* Responsive */

@media (max-width:768px) {

    .smlpropdtl-features {
        gap: 18px;
    }

    .smlpropdtl-feature {
        font-size: 16px;
    }

        .smlpropdtl-feature i {
            font-size: 22px;
        }
}

.smlpropdtl-info {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 14px;
    padding: 28px;
    box-shadow: 0 3px 12px rgba(0,0,0,.05);
}

.smlpropdtl-info-title {
    font-size: 34px;
    font-weight: 700;
    color: #17233d;
    margin-bottom: 28px;
}

.smlpropdtl-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #edf0f2;
}

    .smlpropdtl-item:last-child {
        border-bottom: none;
    }

.smlpropdtl-label {
    color: #000;
    font-size: 16px;
    font-weight: 400;
}

.smlpropdtl-value {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    text-align: right;
}

.smlpropdtl-icon {
    color: #007b8f;
    margin-left: 6px;
    font-size: 16px;
}

@media(max-width:991px) {

    .smlpropdtl-info {
        padding: 22px;
    }

    .smlpropdtl-info-title {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .smlpropdtl-item {
        padding: 14px 0;
    }

    .smlpropdtl-label,
    .smlpropdtl-value {
        font-size: 16px;
    }
}

@media(max-width:576px) {

    .smlpropdtl-item {
        /*flex-direction: column;*/
        align-items: flex-start;
        gap: 6px;
    }

    .smlpropdtl-value {
        text-align: left;
    }
}

.smlpropdtl-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    transition: .35s;
    border: 1px solid #ececec;
}

    .smlpropdtl-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 35px rgba(0,0,0,.12);
    }

.smlpropdtl-img {
    position: relative;
    overflow: hidden;
}

    .smlpropdtl-img img {
        width: 100%;
        height: 220px;
        object-fit: cover;
        transition: .4s;
    }

.smlpropdtl-card:hover img {
    transform: scale(1.05);
}

.smlpropdtl-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    background: rgba(0,0,0,.75);
    color: #fff;
    padding: 8px 15px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
}

    .smlpropdtl-badge i {
        margin-right: 5px;
    }

.smlpropdtl-fav {
    position: absolute;
    right: 15px;
    bottom: 15px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255,255,255,.9);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333;
    text-decoration: none;
    font-size: 20px;
    transition: .3s;
}

    .smlpropdtl-fav:hover {
        background: #0d6efd;
        color: #fff;
    }

.smlpropdtl-dots {
    position: absolute;
    left: 50%;
    bottom: 15px;
    transform: translateX(-50%);
}

    .smlpropdtl-dots span {
        width: 8px;
        height: 8px;
        display: inline-block;
        background: #d7d7d7;
        border-radius: 50%;
        margin: 0 2px;
    }

    .smlpropdtl-dots .active {
        background: #fff;
    }

.smlpropdtl-content {
    padding: 18px;
}

.smlpropdtl-price {
    font-size: 24px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 12px;
}

.smlpropdtl-features2 {
    display: flex;
    gap: 18px;
    color: #444;
    font-size: 16px;
}

    .smlpropdtl-features span {
        display: flex;
        align-items: center;
        gap: 6px;
    }

.smlpropdtl-location {
    font-size: 18px;
    font-weight: 500;
    color: #222;
    margin-bottom: 8px;
    line-height: 1.4;
}

.smlpropdtl-company {
    color: #6c757d;
    font-size: 18px;
    margin: 0;
}

@media(max-width:991px) {

    .smlpropdtl-img img {
        height: 210px;
    }

    .smlpropdtl-price {
        font-size: 22px;
    }

    .smlpropdtl-location {
        font-size: 18px;
    }
}

@media(max-width:576px) {

    .smlpropdtl-img img {
        height: 200px;
    }

    .smlpropdtl-content {
        padding: 15px;
    }

    .smlpropdtl-price {
        font-size: 20px;
    }

    .smlpropdtl-features {
        gap: 12px;
        font-size: 16px;
    }

    .smlpropdtl-location {
        font-size: 17px;
    }

    .smlpropdtl-company {
        font-size: 15px;
    }
}

.smlpropdtl-agent {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0,0,0,.06);
    margin-bottom:7px;
}

.smlpropdtl-agent-cover {
    height: 90px;
    background: linear-gradient(135deg,#0c7c84,#0a4f67,#072b44);
    position: relative;
}

    .smlpropdtl-agent-cover:before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(45deg, rgba(255,255,255,.12) 15%, transparent 15%, transparent 35%, rgba(255,255,255,.08) 35%, transparent 55%);
    }

.smlpropdtl-agent-body {
    padding: 20px;
    position: relative;
    text-align: center;
}

.smlpropdtl-agent-photo {
    width: 125px;
    height: 125px;
    border-radius: 50%;
    overflow: hidden;
    border: 6px solid #fff;
    margin: -98px auto 1px;
    box-shadow: 0 8px 20px rgba(0,0,0,.15);
    background: #fff;
}

    .smlpropdtl-agent-photo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.smlpropdtl-agent-name {
    font-size: 24px;
    font-weight: 700;
    color: #16243d;
    margin-bottom: 1px;
}

.smlpropdtl-agent-badge {
    border-radius: 12px;
    padding: 14px;
    font-weight: 600;
    font-size: 16px;
}

    .smlpropdtl-agent-badge i {
        margin-right: 8px;
    }

    .smlpropdtl-agent-badge.quality {
        background: #eef7fb;
        color: #1572a1;
    }

    .smlpropdtl-agent-badge.responsive {
        background: #f8eef9;
        color: #9a2eb6;
    }

.smlpropdtl-agent-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    height: 42px;
    border-radius: 12px;
    text-decoration: none;
    background: #eef5f4;
    color: #0b6570;
    font-size: 19px;
    font-weight: 500;
    transition: .3s;
}

    .smlpropdtl-agent-btn:hover {
        background: #006b73;
        color: #fff;
    }

    .smlpropdtl-agent-btn.whatsapp {
        color: #22c55e;
    }

        .smlpropdtl-agent-btn.whatsapp:hover {
            background: #22c55e;
            color: #fff;
        }

@media(max-width:768px) {

    .smlpropdtl-agent-photo {
        width: 115px;
        height: 115px;
        margin-top: -75px;
    }

    .smlpropdtl-agent-name {
        font-size: 28px;
    }

    .smlpropdtl-agent-btn {
        height: 55px;
        font-size: 18px;
    }

        .smlpropdtl-agent-btn span {
            display: none;
        }

    .smlpropdtl-agent-badge {
        font-size: 14px;
        padding: 12px;
    }
}