/* Corporation Single Page Styles */
/* Based on single-agency template - Sadece Lüks Premium Theme */

/* Container widths for agency single page */
@media (min-width: 1400px) {
    .realestate-agency-single-page .container,
    .realestate-agency-single-page .container-lg,
    .realestate-agency-single-page .container-md,
    .realestate-agency-single-page .container-sm,
    .realestate-agency-single-page .container-xl,
    .realestate-agency-single-page .container-xxl {
        max-width: 1140px;
    }
}

/* Banner Section */
.realestate-single-page-banner .feature-image {
    min-height: 122px;
    object-fit: cover;
    background: linear-gradient(135deg, #0c3d34 0%, #009688 50%, #0c3d34 100%);
}

.realestate-single-page-banner .feature-image .default-banner {
    height: 380px;
    background: linear-gradient(135deg, #0c3d34 0%, #009688 50%, #0c3d34 100%);
}

.realestate-single-page-banner img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}

/* Agency Info Card */
.realestate-single-agency-info {
    padding: 24px;
    border: 1px solid #DFDFDF;
    border-radius: 12px;
    margin-top: -80px;
    background: #fff;
    position: relative;
    z-index: 99;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.realestate-single-agency-info h1 {
    font-size: 24px;
    font-weight: 700;
    color: #070026;
    margin-bottom: 8px;
}

.realestate-single-agency-info .address {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 3px;
    color: #73777D;
    font-size: 14px;
}

.realestate-agency-main-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.corporation-about-text {
    font-size: 13px;
    color: #73777D;
    margin: 4px 0 0;
    line-height: 1.5;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
}

.realestate-agency-main-info .realestate-agency-grid-details {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 4px;
    flex-wrap: wrap;
}

.realestate-agency-main-info .realestate-agency-grid-details h5 {
    font-size: 13px;
    font-weight: 400;
    color: #73777D;
}

.realestate-agency-main-info .realestate-agency-grid-details strong {
    color: #070026;
    font-weight: 600;
    margin-right: 4px;
}

/* Agency Reviews */
.realestate-single-agency-info .agency-reviews {
    display: flex;
    align-items: center;
    gap: 5px;
}

.realestate-single-agency-info .agency-reviews ul {
    display: flex;
    gap: 3px;
}

.realestate-single-agency-info .agency-reviews ul li {
    font-size: 12px;
    color: #ddd;
}

.realestate-single-agency-info .agency-reviews ul li.filled {
    color: #FCB808;
}

.realestate-single-agency-info .agency-reviews p {
    margin: 0;
    font-size: 12px;
    color: #73777D;
}

/* Agency Team Avatars */
.realestate-agency-agencys {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 8px;
}

.realestate-agency-agencys ul {
    display: flex;
}

.realestate-agency-agencys ul li img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.realestate-agency-agencys ul li:nth-child(2) img {
    transform: translateX(-10px);
}

.realestate-agency-agencys ul li:nth-child(3) img {
    transform: translateX(-20px);
}

.realestate-agency-agencys p {
    font-size: 14px !important;
    color: #4081FF;
    font-weight: 500;
    margin-left: -10px;
}

.realestate-agency-grid-badge {
    background: linear-gradient(135deg, #00FFD0 0%, #00E5BA 100%);
    color: #1a5c4d;
    font-size: 11px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
    border-radius: 50px;
    padding: 4px 16px;
}

/* Quick Actions Buttons */
.realestate-post-quick-actions-main {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    max-width: 280px;
    gap: 12px;
}

.realestate-post-quick-actions-tour a {
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    padding: 14px 24px;
    color: #fff;
    border-radius: 8px;
    border: none;
    background: linear-gradient(135deg, #4081FF 0%, #3366CC 100%);
    min-width: 256px;
    transition: all 0.3s ease;
    display: block;
}

.realestate-post-quick-actions-tour a:hover {
    background: linear-gradient(135deg, #3366CC 0%, #2952A3 100%);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(64, 129, 255, 0.3);
}

.realestate-post-quick-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    width: 100%;
}

.realestate-post-quick-actions a {
    width: calc(50% - 5px);
    font-size: 14px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    color: #3D3B40;
    border: 1px solid #DFDFDF;
    border-radius: 8px;
    padding: 12px 16px;
    transition: all 0.3s ease;
}

.realestate-post-quick-actions a:hover {
    background-color: #141B34;
    color: #fff;
    border-color: #141B34;
}

.realestate-post-quick-actions a:hover svg path {
    stroke: #fff;
}

/* Sticky Tabs Navigation */
.realestate-single-target-tabs-sticky {
    transition: all 0.3s ease;
    background: #fff;
    border-bottom: 1px solid #eee;
}

.realestate-single-target-tabs-sticky.realestate-is-sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
}

.realestate-single-target-tabs {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 16px 0;
    gap: 8px;
}

.realestate-single-target-tabs a {
    text-align: center;
    color: #73777D;
    text-transform: capitalize;
    border-bottom: 2px solid transparent;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.realestate-single-target-tabs a:hover {
    color: #4081FF;
}

.realestate-single-target-tabs a.active {
    color: #4081FF;
    font-weight: 600;
    border-color: #4081FF;
}

/* Main Content Container */
.realestate-single-content-container {
    background: #F4F5F7;
    padding: 32px 0;
}

/* Content Sections */
.realestate-single-section.single-border-section {
    padding: 32px;
    margin-bottom: 24px;
    background: #fff;
    border: 1px solid #DFDFDF;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

.realestate-single-section h4 {
    font-weight: 700;
    font-size: 18px;
    color: #070026;
}

.realestate-single-section p {
    font-size: 14px;
    color: #73777D;
    line-height: 1.6;
}

/* Features Grid */
.agency-content-detail-features-main {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.agency-content-detail-features h6 {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #070026;
}

.agency-content-detail-features ul {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.agency-content-detail-features ul li {
    padding: 12px 16px;
    border-radius: 8px;
    background: #F9F9F9;
    flex: 1;
    min-width: 120px;
    text-align: center;
    transition: all 0.3s ease;
}

.agency-content-detail-features ul li:hover {
    background: #F0F4FF;
    transform: translateY(-2px);
}

.agency-content-detail-features ul li h4 {
    font-size: 20px;
    font-weight: 700;
    color: #070026;
    margin-bottom: 4px;
}

.agency-content-detail-features ul li p {
    font-size: 11px;
    color: #73777D;
}

.agency-content-detail-features ul li svg,
.agency-content-detail-features ul li img {
    width: 24px;
    height: 24px;
    margin-bottom: 8px;
}

.agency-content-detail-features ul li .feature-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: linear-gradient(135deg, #0c3d34 0%, #1a5c4f 100%);
    margin: 0 auto 10px;
    box-shadow: 0 4px 12px rgba(12, 61, 52, 0.25);
}

.agency-content-detail-features ul li .feature-icon i {
    font-size: 18px;
    color: #fff;
}

.agency-content-detail-features ul li:hover .feature-icon {
    background: linear-gradient(135deg, #1a5c4f 0%, #0c3d34 100%);
    transform: scale(1.05);
    box-shadow: 0 6px 16px rgba(12, 61, 52, 0.35);
}

/* Map Pins Legend */
.agency-content-detail-agency-map-highlited-pns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
    flex-wrap: wrap;
    gap: 12px;
}

.agency-content-detail-agency-map-highlited-pns h6 {
    font-size: 14px;
    font-weight: 600;
    color: #070026;
}

.agency-content-detail-agency-map-highlited-pns .map-content-pins ul {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.agency-content-detail-agency-map-highlited-pns .map-content-pins ul li {
    border: 1px solid #DFDFDF;
    border-radius: 50px;
    padding: 4px 12px;
    color: #73777D;
    font-size: 11px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.agency-content-detail-agency-map-highlited-pns .map-content-pins ul li span {
    width: 8px;
    height: 8px;
    background: #FF5A50;
    border-radius: 50%;
}

.agency-content-detail-agency-map-highlited-pns .map-content-pins ul .rent span {
    background-color: var(--primary-color, #bc7636);
}

.agency-content-detail-agency-map-highlited-pns .map-content-pins ul .sold span {
    background-color: #F2A619;
}

/* Portfolio Listings */
.realestate-single-user-listings {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.realestate-single-user-listings-loop {
    display: flex;
    background: #fff;
    border: 1px solid #DFDFDF;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
}

.realestate-single-user-listings-loop:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

.realestate-single-user-listings-loop .realestate-single-user-listings-thumb {
    width: 200px;
    flex-shrink: 0;
}

.realestate-single-user-listings-loop .realestate-single-user-listings-thumb img {
    width: 100%;
    height: 140px;
    object-fit: cover;
}

.realestate-single-user-listings-loop .price-row {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.realestate-single-user-listings-loop .price-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

.realestate-single-user-listings-loop .sale-type-badge {
    display: inline-block;
    padding: 6px 14px;
    font-size: 0.75rem;
    font-weight: 600;
    border-radius: 50px;
    letter-spacing: 0.5px;
    margin-left: auto;
}

.realestate-single-user-listings-loop .sale-type-badge.sale {
    background: rgba(11, 61, 52, 0.1);
    color: #0b3d34;
    border: 1px solid rgba(11, 61, 52, 0.2);
}

.realestate-single-user-listings-loop .sale-type-badge.rent {
    background: var(--primary-color-700, #FFF5EC);
    color: var(--primary-color, #bc7636);
    border: 1px solid rgba(188, 118, 54, 0.3);
}

.realestate-single-user-listings-loop .realestate-single-user-listings-content {
    flex: 1;
    padding: 16px 20px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.realestate-single-user-listings-loop .realestate-single-user-listings-content h2 {
    font-size: 20px;
    font-weight: 700;
    color: #070026;
}

.realestate-single-user-listings-loop .realestate-single-user-listings-content .address {
    font-size: 12px;
    color: #73777D;
    display: flex;
    align-items: center;
    gap: 4px;
}

.realestate-single-user-listings-loop .post-details ul {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 4px;
}

.realestate-single-user-listings-loop .post-details ul li {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: #717171;
}

.realestate-single-user-listings-loop .post-details img {
    width: 16px;
    height: 16px;
}

.realestate-single-user-listings-loop .listing-status {
    font-size: 11px;
    color: #73777E;
    margin-top: auto;
}

.realestate-single-user-listings-loop .sold-status {
    position: absolute;
    right: 16px;
    top: 16px;
    font-size: 11px;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 6px;
    text-transform: uppercase;
}

.realestate-single-user-listings-loop .sold-status.sold {
    color: #F2A619;
    background: #FFF8E0;
}

.realestate-single-user-listings-loop .sold-status.sale {
    color: #FF5A50;
    background: #FFE0E0;
}

.realestate-single-user-listings-loop .sold-status.rent {
    color: var(--primary-color, #bc7636);
    background: var(--primary-color-700, #FFF5EC);
}

/* View All Listings Button - Premium Style */
.realestate-load-more-lisitngs.realestate-not-filled-btn {
    padding: 16px 40px;
    gap: 12px;
    margin: auto;
    margin-top: 24px;
    background: linear-gradient(135deg, #0c3d34 0%, #1a5c4f 100%);
    color: #fff;
    border: none;
    border-radius: 12px;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.3px;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(12, 61, 52, 0.25);
    text-decoration: none;
    position: relative;
    overflow: hidden;
}

.realestate-load-more-lisitngs.realestate-not-filled-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.15), transparent);
    transition: left 0.5s ease;
}

.realestate-load-more-lisitngs.realestate-not-filled-btn:hover {
    background: linear-gradient(135deg, #1a5c4f 0%, #0c3d34 100%);
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(12, 61, 52, 0.35);
}

.realestate-load-more-lisitngs.realestate-not-filled-btn:hover::before {
    left: 100%;
}

.realestate-load-more-lisitngs.realestate-not-filled-btn:active {
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgba(12, 61, 52, 0.3);
}

.realestate-load-more-lisitngs.realestate-not-filled-btn i {
    font-size: 16px;
    transition: transform 0.3s ease;
}

.realestate-load-more-lisitngs.realestate-not-filled-btn:hover i {
    transform: scale(1.1);
}

/* Team Members Grid */
.realestate-single-peoples-reviews ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 16px;
    gap: 16px;
}

.realestate-single-peoples-reviews ul li {
    width: calc(50% - 8px);
}

.realestate-single-peoples-reviews .realestate-user-reviews {
    border: 1px solid #DFDFDF;
    border-radius: 12px;
    padding: 16px;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}

.realestate-single-peoples-reviews .realestate-user-reviews:hover {
    border-color: #4081FF;
    box-shadow: 0 4px 12px rgba(64, 129, 255, 0.1);
}

.realestate-user-reviews .realestate-user-reviews-thumbnail {
    width: 60px;
    flex-shrink: 0;
}

.realestate-user-reviews .realestate-user-reviews-thumbnail img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #f0f0f0;
}

.realestate-user-reviews .realestate-user-reviews-content {
    flex: 1;
    padding-left: 16px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.realestate-user-reviews .realestate-user-reviews-content h5 {
    color: #4081FF;
    font-weight: 600;
    font-size: 15px;
    transition: color 0.3s ease;
}

.realestate-user-reviews .realestate-user-reviews-content h5:hover {
    color: #070026;
}

.realestate-user-reviews .realestate-user-reviews-content .agency-reviews p {
    font-size: 11px;
    color: #73777D;
}

.realestate-user-reviews .realestate-user-reviews-content .agency-reviews p i {
    color: #FCB808;
    margin-right: 4px;
}

.realestate-user-reviews .realestate-user-reviews-content .agency-reviews p strong {
    color: #070026;
    font-weight: 700;
}

/* Contact Form - Premium Style (matches single.php booking form) */
.realestate-highlighted-section-border {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 16px;
    padding: 0;
    overflow: hidden;
}

.realestate-booking-form {
    padding: 28px;
}

.realestate-booking-form .realestate-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--heading-color, #070026);
    margin-bottom: 8px;
}

.realestate-booking-form .realestate-title i {
    color: var(--green-700, #0b3d34);
}

.realestate-booking-form .realestate-subtitle {
    color: #6b7280;
    font-size: 14px;
    margin-bottom: 24px;
}

.realestate-booking-form .sub-realestate-title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 12px;
    margin-top: 20px;
    color: var(--heading-color, #070026);
}

.realestate-booking-form .sub-realestate-title:first-of-type {
    margin-top: 0;
}

.realestate-booking-form .sub-realestate-title i {
    color: var(--secondary-color, #EBD6B1);
}

/* Inquiry Type Selector */
.inquiry-type-selector {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}

.inquiry-type-option {
    flex: 1;
    min-width: calc(50% - 10px);
}

.inquiry-type-option input {
    display: none;
}

.inquiry-type-option label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 16px;
    background: #f9fafb;
    border: 2px solid #e5e5e5;
    border-radius: 12px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
    color: #6b7280;
    transition: all 0.3s ease;
}

.inquiry-type-option label i {
    font-size: 14px;
}

.inquiry-type-option input:checked + label {
    background: rgba(11, 61, 52, 0.1);
    border-color: var(--green-700, #0b3d34);
    color: var(--green-700, #0b3d34);
}

.inquiry-type-option label:hover {
    border-color: var(--green-700, #0b3d34);
    background: rgba(11, 61, 52, 0.05);
}

/* Contact Method Selector */
.contact-method-selector {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 24px;
}

.contact-method-option {
    flex: 1;
    min-width: calc(33.333% - 10px);
}

.contact-method-option input {
    display: none;
}

.contact-method-option label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 14px;
    background: #f9fafb;
    border: 2px solid #e5e5e5;
    border-radius: 12px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
    color: #6b7280;
    transition: all 0.3s ease;
}

.contact-method-option label i {
    font-size: 14px;
}

.contact-method-option input:checked + label {
    background: rgba(11, 61, 52, 0.1);
    border-color: var(--green-700, #0b3d34);
    color: var(--green-700, #0b3d34);
}

.contact-method-option label:hover {
    border-color: var(--green-700, #0b3d34);
    background: rgba(11, 61, 52, 0.05);
}

/* Form Inputs */
.realestate-booking-form .appointment-input {
    border: 2px solid #e5e5e5;
    border-radius: 12px;
    padding: 14px 18px;
    font-size: 14px;
    transition: all 0.3s ease;
    background: #fff;
}

.realestate-booking-form .appointment-input:focus {
    border-color: var(--green-700, #0b3d34);
    box-shadow: 0 0 0 4px rgba(11, 61, 52, 0.1);
    outline: none;
}

.realestate-booking-form textarea.appointment-input {
    min-height: 100px;
    resize: vertical;
}

/* Submit Button */
.realestate-booking-form .btn-appointment {
    background: linear-gradient(135deg, var(--green-700, #0b3d34) 0%, #0a352d 100%);
    border: none;
    padding: 18px 30px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 50px;
    color: #fff;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(11, 61, 52, 0.25);
    margin-top: 8px;
}

.realestate-booking-form .btn-appointment:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(11, 61, 52, 0.35);
}

.realestate-booking-form .btn-appointment:active {
    transform: translateY(0);
}

.realestate-booking-form .btn-appointment i {
    transition: transform 0.3s ease;
}

.realestate-booking-form .btn-appointment:hover i {
    transform: translateX(3px);
}

/* Appointment Note */
.appointment-note {
    text-align: center;
    font-size: 12px;
    color: #9ca3af;
    margin-top: 16px;
    margin-bottom: 0;
}

.appointment-note i {
    margin-right: 6px;
    color: var(--green-700, #0b3d34);
}

/* Responsive */
@media (max-width: 576px) {
    .inquiry-type-option {
        min-width: calc(50% - 5px);
    }
    
    .contact-method-option {
        min-width: 100%;
    }
    
    .realestate-booking-form {
        padding: 20px;
    }
}

/* Sidebar Styles */
.realestate-single-sidebar.single-border-section {
    padding: 24px;
    background: #fff;
    border: 1px solid #DFDFDF;
    margin-bottom: 24px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

.realestate-single-sidebar h4 {
    font-weight: 700;
    font-size: 16px;
}

.realestate-single-user-info {
    text-align: center;
}

.realestate-single-user-info-logo {
    margin-bottom: 16px;
}

.realestate-single-user-info-logo img {
    max-width: 140px;
    max-height: 80px;
    object-fit: contain;
    border-radius: 8px;
}

.realestate-single-user-info-logo .default-logo {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, #F4F5F7 0%, #E8E9EB 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.realestate-single-user-info-logo .default-logo i {
    font-size: 40px;
    color: #73777D;
}

.realestate-single-user-info h4 {
    margin-bottom: 8px;
}

.realestate-single-user-info .agency-reviews {
    justify-content: center;
    margin-bottom: 16px;
}

.realestate-single-user-info .agency-reviews p {
    display: flex;
    align-items: center;
    font-size: 13px;
}

.realestate-single-user-info .agency-reviews p i {
    color: #FCB808;
    margin-right: 6px;
}

.realestate-single-user-info .agency-reviews p strong {
    color: #070026;
    margin-right: 4px;
}

.realestate-single-user-info .realestate-post-quick-actions-main {
    max-width: 100%;
    align-items: stretch;
    gap: 10px;
}

.realestate-single-user-info .realestate-post-quick-actions-tour {
    width: 100%;
}

.realestate-single-user-info .realestate-post-quick-actions-tour a {
    min-width: auto;
}

.realestate-single-user-info .realestate-post-quick-actions {
    flex-direction: row;
}

.realestate-single-user-info .realestate-post-quick-actions a {
    flex: 1;
}

/* Social Media Links */
.realestate-single-agency-social-shares {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #eee;
}

.realestate-single-agency-social-shares ul {
    display: flex;
    justify-content: center;
    gap: 12px;
}

.realestate-single-agency-social-shares ul a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #F4F5F7;
    color: #73777D;
    transition: all 0.3s ease;
}

.realestate-single-agency-social-shares ul a:hover {
    background: #17564a;
    color: #fff;
}

/* Agency Contact Details */
.realestate-agency-contact-details li {
    display: flex;
    width: 100%;
    padding: 8px 0;
    border-bottom: 1px solid #f5f5f5;
}

.realestate-agency-contact-details li:last-child {
    border-bottom: none;
}

.realestate-agency-contact-details li p,
.realestate-agency-contact-details li h5 {
    width: 50%;
    font-size: 13px;
    line-height: 1.5;
}

.realestate-agency-contact-details li p {
    color: #73777D;
}

.realestate-agency-contact-details li h5 {
    color: #070026;
    font-weight: 500;
}

.realestate-agency-contact-details li h5 a {
    color: #4081FF;
    transition: color 0.3s ease;
}

.realestate-agency-contact-details li h5 a:hover {
    color: #070026;
}

/* Sticky Sidebar */
.single-realestate-sidebar-top.sticky {
    position: sticky;
    top: 100px;
}

/* Empty State */
.empty-state {
    text-align: center;
    padding: 40px 20px;
    color: #73777D;
}

.empty-state i {
    font-size: 48px;
    margin-bottom: 16px;
    opacity: 0.5;
}

.empty-state p {
    font-size: 14px;
}

/* Column Layout Fix */
@media (min-width: 992px) {
    .realestate-main-content-contaner .col-lg-7 {
        width: 58%;
    }
    .realestate-main-content-contaner .col-lg-5 {
        width: 42%;
        padding-left: 24px;
    }
}

/* Responsive Styles */
@media (max-width: 991px) {
    .realestate-single-agency-info {
        margin-top: -60px;
    }
    
    .realestate-post-quick-actions-main {
        max-width: 100%;
        margin-top: 24px;
    }
    
    .realestate-post-quick-actions-tour a {
        min-width: auto;
    }
    
    .single-realestate-sidebar-top {
        margin-top: 24px;
    }
}

@media (max-width: 768px) {
    .realestate-single-section.single-border-section {
        padding: 20px;
    }
    
    .realestate-single-sidebar.single-border-section {
        padding: 20px;
    }
    
    .realestate-single-content-container {
        padding: 20px 0;
    }
    
    .realestate-single-page-banner img,
    .realestate-single-page-banner .feature-image .default-banner {
        height: 200px;
    }
    
    .realestate-single-agency-info h1 {
        font-size: 20px;
    }
    
    .realestate-single-agency-info .address {
        flex-wrap: wrap;
    }
    
    .agency-content-detail-features ul li {
        min-width: calc(50% - 6px);
    }
    
    .realestate-single-peoples-reviews ul li {
        width: 100%;
    }
    
    .realestate-single-user-listings-loop {
        flex-direction: column;
    }
    
    .realestate-single-user-listings-loop .realestate-single-user-listings-thumb {
        width: 100%;
    }
    
    .realestate-single-user-listings-loop .realestate-single-user-listings-thumb img {
        height: 180px;
    }
    
    .single-agency-review-form-tabs {
        flex-direction: column;
    }
    
    .single-agency-review-form-gruop-two {
        flex-direction: column;
    }
    
    .realestate-single-target-tabs {
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-bottom: 8px;
    }
    
    .realestate-single-target-tabs a {
        white-space: nowrap;
    }
}

/* Corporation Logo */
.corporation-logo {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid #fff;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.corporation-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

@media (max-width: 991px) {
    .corporation-logo {
        width: 80px;
        height: 80px;
        margin-top: 20px;
    }
}

/* Contact Links */
.contact-link {
    color: #0c3d34 !important;
    text-decoration: none;
    transition: all 0.3s ease;
}

.contact-link:hover {
    color: #1a5c4f !important;
    text-decoration: underline;
}
