/* Global Premium & Modern Real Estate Styling */
.pb-realty-container-effbb4e6 {
    background-color: #ffffff;
    box-sizing: border-box;
    width: 100%;
}

.pb-realty-inner-effbb4e6 {
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
}

/* Part One: Seller Benefits */
.pb-benefits-section {
    text-align: center;
    padding-bottom: 60px;
    box-sizing: border-box;
}

.pb-benefits-eyebrow {
    color: #0D47A1;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 12px;
}

.pb-benefits-heading {
    color: #0F1E36;
    font-family: "Georgia", "Times New Roman", serif;
    font-size: 44px;
    font-weight: 700;
    line-height: 1.15;
    margin: 0 0 16px 0;
}

.pb-benefits-intro {
    color: #4A5568;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 16px;
    line-height: 1.7;
    max-width: 760px;
    margin: 0 auto 45px auto;
}

/* Benefits Grid */
.pb-benefits-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    box-sizing: border-box;
}

/* Fallbacks for older browsers without CSS grid */
.pb-benefits-cols-1 .pb-benefits-grid { grid-template-columns: repeat(1, 1fr); }
.pb-benefits-cols-2 .pb-benefits-grid { grid-template-columns: repeat(2, 1fr); }
.pb-benefits-cols-3 .pb-benefits-grid { grid-template-columns: repeat(3, 1fr); }
.pb-benefits-cols-4 .pb-benefits-grid { grid-template-columns: repeat(4, 1fr); }

.pb-benefit-item {
    position: relative;
    box-sizing: border-box;
}

.pb-benefit-item-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 10px 20px;
    box-sizing: border-box;
    height: 100%;
}

/* Vertical dividers on desktop */
.pb-benefit-item-inner.pb-has-divider::after {
    content: "";
    position: absolute;
    right: 0;
    top: 15%;
    height: 70%;
    width: 1px;
    background-color: #E2E8F0;
}

/* Icons styling inside standard outer outline circle */
.pb-benefit-icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border: 1.5px solid #CBD5E1;
    border-radius: 50%;
    margin-bottom: 18px;
    color: #0D47A1;
    font-size: 28px;
    background: transparent;
    box-sizing: border-box;
}

.pb-benefit-icon-wrapper svg {
    width: 28px;
    height: 28px;
    fill: #0D47A1;
}

.pb-benefit-title {
    color: #0F1E36;
    font-family: "Georgia", "Times New Roman", serif;
    font-size: 21px;
    font-weight: 700;
    margin: 0 0 12px 0;
}

.pb-benefit-desc {
    color: #4A5568;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 15px;
    line-height: 1.6;
    max-width: 235px;
    margin: 0;
}

/* Part Two: Selling Process */
.pb-process-section {
    padding-top: 40px;
    box-sizing: border-box;
}

.pb-section-connected {
    border-top: 1px solid #F1F5F9;
}

.pb-process-grid {
    display: grid;
    grid-template-columns: 55% 45%;
    align-items: stretch;
    box-sizing: border-box;
}

.pb-process-left-col {
    padding: 60px 45px 50px 0;
    box-sizing: border-box;
}

.pb-process-eyebrow {
    color: #0D47A1;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 10px;
}

.pb-process-heading {
    color: #0F1E36;
    font-family: "Georgia", "Times New Roman", serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.1;
    max-width: 500px;
    margin: 0 0 18px 0;
}

.pb-process-accent-line {
    width: 40px;
    height: 2px;
    background-color: #0D47A1;
    margin-bottom: 30px;
}

/* Steps Grid */
.pb-process-steps-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 35px 30px;
}

.pb-process-step-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    box-sizing: border-box;
}

.pb-step-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background-color: #0D47A1;
    color: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 14px;
    font-weight: 700;
    border-radius: 50%;
    margin-bottom: 14px;
}

.pb-step-title {
    color: #0F1E36;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 10px 0;
}

.pb-step-desc {
    color: #4A5568;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 14.5px;
    line-height: 1.6;
    margin: 0;
}

/* Process Image with elegant soft-fade transition */
.pb-process-right-col {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

.pb-process-image-wrapper {
    width: 100%;
    height: 100%;
    min-height: 450px;
    background-size: cover;
    background-position: center;
    position: relative;
}

/* Soft transition fade on image left side */
.pb-process-image-wrapper.pb-has-fade::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 25%;
    height: 100%;
    background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    pointer-events: none;
}

/* RESPONSIVE DESIGN */
@media (max-width: 1024px) {
    .pb-benefits-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 40px !important;
    }
    
    .pb-benefit-item-inner.pb-has-divider::after {
        display: none;
    }

    .pb-process-grid {
        grid-template-columns: 100%;
    }

    .pb-process-left-col {
        padding: 40px 0;
    }

    .pb-process-image-wrapper {
        min-height: 350px;
    }

    .pb-process-image-wrapper.pb-has-fade::before {
        display: none; /* Remove left fade on vertical stacks */
    }
}

@media (max-width: 767px) {
    .pb-benefits-grid {
        grid-template-columns: 100% !important;
        gap: 30px !important;
    }

    .pb-benefits-heading {
        font-size: 30px;
    }

    .pb-process-heading {
        font-size: 30px;
    }

    .pb-process-steps-grid {
        grid-template-columns: 100%;
        gap: 30px;
    }

    .pb-hide-mobile {
        display: none !important;
    }

    .pb-process-image-wrapper {
        min-height: 280px;
    }
}
