.property-list li {

    color: black;
}

.contact-form {
    width: 100%;
}

.form-input {
    width: 100%;
    height: 28px;
    box-sizing: border-box;
    border: 1px solid #bdbdbd;
    padding: 4px 8px;
    font-size: 11px;
    outline: none;
    margin-bottom: 7px;
    background: #fff;
    border-radius: 2px;
}


.phone-row {
    display: flex;
    gap: 7px;
    margin-bottom: 7px;
    align-items: center;
}

.country-flag {
    width: 28px;
    height: 28px;
    min-width: 28px;
    border: 1px solid #bdbdbd;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    border-radius: 2px;
}

.phone-input {
    flex: 1;
    min-width: 0;
    margin-bottom: 0;
}

.form-textarea {
    width: 100%;
    height: 90px;
    box-sizing: border-box;
    border: 1px solid #bdbdbd;
    padding: 8px;
    font-size: 11px;
    outline: none;
    resize: none;
    margin-bottom: 10px;
    background: #fff;
    border-radius: 2px;
}

.submit-btn {
    display: block;
    margin: 0 auto;
    background: #2f8f2f;
    color: #fff;
    border: 1px solid #1f6f1f;
    padding: 7px 16px;
    font-size: 11px;
    cursor: pointer;
    border-radius: 2px;
}

.contact-wrap {
    max-width: 520px;
    margin: 0 auto;
    padding: 18px 12px;
    text-align: center;
    font-family: Inter, Arial, sans-serif;
}

.share-call-outer {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 24px 0;
}

.share-call-group {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-wrap: wrap;
    gap: 28px;
    width: fit-content;
    text-align: center;
}


/* Share title with lines */
.share-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    color: #333;
    font-weight: 600;
}

.share-title::before,
.share-title::after {
    content: "";
    height: 2px;
    width: 90px;
    background: #222;
    opacity: .7;
    border-radius: 2px;
}

/* Round social buttons */
.social-btn {
    width: 56px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 6px 14px rgba(0, 0, 0, .12);
}

.social-btn i {
    font-size: 22px;
    line-height: 1;
}

/* Social colors */
.bg-fb {
    background: #1877F2;
}

.bg-tw {
    background: #1DA1F2;
}

.bg-in {
    background: #0A66C2;
}

.bg-wa {
    background: #22C55E;
}

.call-owner {
    background: #2E9E72;
    border: 0;
    color: #fff;
    padding: 14px 28px;
    border-radius: 999px;
    font-weight: 600;
    box-shadow: 0 10px 20px rgba(46, 158, 114, .25);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
    margin: 0 !important;
}

.call-owner i {
    font-size: 18px;
}

@media (max-width: 576px) {
    .share-call-group {
        gap: 18px;
    }
}


/* slider container */
.property-detail-img .owl-carousel,
.property-detail-img .owl-stage-outer {
    width: 100%;
}

/* ✅ vertical middle align */
.property-detail-img .owl-stage-outer {
    display: flex;
    align-items: center;
    /* middle */
}

/* owl stage & items center */
.property-detail-img .owl-stage {
    display: flex;
    align-items: center;
    /* middle */
}

.property-detail-img .owl-item,
.property-detail-img .item {
    height: 100%;
    display: flex;
    align-items: center;
    /* middle */
    justify-content: center;
    /* center horizontally */
}

/* ✅ image responsive + centered */
.property-detail-img .property-slide-img {
    width: 100% !important;
    max-width: 100%;
    height: auto;
    max-height: 520px;
    object-fit: contain;
    display: block;
}

.seller-call-btn {
    background: #2e9e72;
    margin-left: 10px;
    padding: 7px 12px;
    color: #fff;
    border-radius: 10px;
    font-size: 13px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 0;
}

.seller-call-btn:hover {
    color: #fff;
    background: #278a63;
}

.buyer-login-modal .modal-content {
    border: 0;
    border-radius: 18px;
    overflow: hidden;
}

.buyer-login-modal .modal-header {
    border-bottom: 0;
    padding: 18px 20px 8px;
}

.buyer-login-modal .modal-body {
    padding: 0 20px 22px;
}

.buyer-login-copy {
    color: #5f6b7a;
    font-size: 14px;
    margin-bottom: 18px;
}

.buyer-social-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 12px;
    padding: 12px 16px;
    font-weight: 600;
    text-decoration: none;
    margin-bottom: 12px;
    border: 1px solid #d7deea;
}

.buyer-social-btn.google {
    background: #fff;
    color: #1f2937;
}

.buyer-social-btn.facebook {
    background: #1877f2;
    border-color: #1877f2;
    color: #fff;
}

.buyer-social-btn:hover {
    color: inherit;
}

.form-check-input {
    transform: scale(1.5);
    cursor: pointer;
    margin-top: 6px;
}

.form-check-label {
    margin-left: 10px;
    margin-top: 7px;
    cursor: pointer;
    font-size: 15px;
}
