
.flat-testimonial2 .text-testi::after
{
    border-top-color: white !important;
}
.flat-testimonial2 .text-testi
{
    border-bottom : none !important;
    font-style: normal !important;
}
.main-header.home3
{
    background: white;
}
.main-header.home3 .main-menu .navigation > li > a
{
    color: black;
}
.container6 {
padding-left: 7% !important;
padding-right: 7% !important;
}

.property-listing {
display: flex;
flex-wrap: wrap;
gap: 2rem;
justify-content: center;
padding: 2rem 0;
}

.property-card {
width: 100%;
max-width: 360px;
border: 1px solid #ddd;
border-radius: 10px;
overflow: hidden;
background-color: #fff;
box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.image-group {
position: relative;
}

.image-group img {
width: 100%;
height: 230px;
object-fit: cover;
border-bottom: 1px solid #eee;
}

.badge {
position: absolute;
top: 10px;
left: 10px;
background-color: #9C8A64;
color: white;
padding: 5px 10px;
font-size: 12px;
border-radius: 4px;
}

.badge.status {
left: auto;
right: 40px;
background-color: #25D366;
}

.icon-bookmark {
position: absolute;
top: 10px;
right: 10px;
color: #333;
}

.content {
padding: 1rem;
}

.link-style-1 a {
font-size: 18px;
font-weight: bold;
color: #07234b;
text-decoration: none;
}

.text-address {
font-size: 14px;
color: #777;
margin: 5px 0 15px 0;
}

.property-info-box {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
gap: 10px;
margin-bottom: 1rem;
}

.icon-item {
display: flex;
align-items: center;
font-size: 14px;
gap: 4px;
}

.money a {
font-size: 18px;
font-weight: 600;
text-decoration: none;
}

.truncate {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

.contact-buttons .sc-button {
display: flex;
align-items: center;
justify-content: center;
gap: 6px;
padding: 10px;
border-radius: 5px;
width: 100%;
font-weight: 600;
font-size: 14px;
border: none;
}

.call-button {
background-color: #fff;
color: #9C8A64;
border: 2px solid #9C8A64;
}

.call-button:hover {
background-color: #9C8A64;
color: #fff;
}

.whatsapp-button {
background-color: #25D366;
color: #fff;
border: 2px solid #25D366;
}

.whatsapp-button:hover {
background-color: #1ebe5d;
border-color: #1ebe5d;
}

/* Responsive Tweaks */
@media (max-width: 768px) {
.property-info-box {
flex-direction: column;
align-items: flex-start;
}

.contact-buttons .col-6 {
width: 100%;
padding: 0 !important;
margin-bottom: 10px;
}

.contact-buttons .sc-button {
font-size: 16px;
}
}
