.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-13643 .elementor-element.elementor-element-e92239e img{border-radius:15px 15px 15px 15px;}.elementor-widget-text-editor{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS */.shirgodai-realestate-section {
    font-family: 'IRANSans', 'Roboto', Arial, sans-serif;
    max-width: 950px;
    margin: 0 auto;
    padding: 60px 25px;
    background: linear-gradient(135deg, #f6f9fc 0%, #e0e8f0 100%);
    border-radius: 35px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    direction: rtl;
    text-align: right;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.shirgodai-realestate-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at top left, rgba(52, 152, 219, 0.12), transparent 70%);
    z-index: 0;
}

.intro-header {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    z-index: 1;
}

.intro-header h2 {
    font-size: 2.8rem;
    color: #e74c3c;
    font-weight: 900;
    margin-bottom: 25px;
    line-height: 1.4;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.intro-header p {
    font-size: 1.3rem;
    color: #2c3e50;
    line-height: 2.3;
    padding: 0 20px;
    font-weight: 500;
}

.steps {
    background: #ffffff;
    padding: 40px;
    border-radius: 25px;
    margin-bottom: 50px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 2px solid #e0e6eb;
    position: relative;
    z-index: 1;
    transition: transform 0.3s ease;
}

.steps:hover {
    transform: translateY(-5px);
}

.steps h3 {
    font-size: 2.1rem;
    color: #e74c3c;
    font-weight: 800;
    margin-bottom: 30px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    gap: 15px;
}

.steps h3 span {
    background: #fff;
    padding: 5px 15px;
    border-radius: 15px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.steps h4 {
    font-size: 1.6rem;
    color: #e74c3c;
    font-weight: 700;
    margin: 25px 0 20px;
    padding-right: 10px;
}

p, li {
    font-size: 1.15rem;
    color: #2c3e50;
    line-height: 2.5;
    margin-right: 15px;
    min-height: 2.2rem;
    font-weight: 400;
}

ul {
    list-style: none;
    padding: 0;
}

ul li {
    margin-bottom: 20px;
    position: relative;
    padding-right: 25px;
}

ul li::before {
    content: '';
}

ul ul {
    margin-right: 30px;
}

@media (max-width: 768px) {
    .shirgodai-realestate-section {
        padding: 35px 15px;
    }
    .intro-header h2 {
        font-size: 2.2rem;
        line-height: 1.5;
    }
    .intro-header p {
        font-size: 1.1rem;
        line-height: 2.6;
    }
    .steps h3 {
        font-size: 1.8rem;
    }
    .steps h4 {
        font-size: 1.4rem;
    }
    .steps {
        padding: 30px;
        margin-bottom: 40px;
    }
    p, li {
        font-size: 1.05rem;
        line-height: 2.8;
    }
    .intro-header, .steps {
        margin-bottom: 35px;
    }
    ul li {
        margin-bottom: 15px;
    }
}/* End custom CSS */