.elementor-7928 .elementor-element.elementor-element-dac2982{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-7928 .elementor-element.elementor-element-7941230{--spacer-size:50px;}.elementor-7928 .elementor-element.elementor-element-26e275f{padding:0px 33px 0px 0px;font-size:22px;font-weight:600;}.elementor-7928 .elementor-element.elementor-element-9e9c4f7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-ea45567 */.ownership-budget-page {
    direction: rtl;
    max-width: 960px;
    margin: 0 auto;
    padding: 40px 20px 80px;
    color: #202124;
    font-family: inherit;
    line-height: 2;
}

.ownership-budget-hero {
    margin-bottom: 40px;
    padding: 45px 35px;
    border-radius: 24px;
    background: linear-gradient(135deg, #111827, #1f2937);
    color: #fff ;
}


.ownership-budget-hero  h1 {
    color: #ffffff!important;
font-size: 25px !important;
}
.page-eyebrow {
    display: inline-block;
    margin-bottom: 15px;
    padding: 5px 13px;
    border-radius: 50px;
    background: rgba(255,255,255,.1);
    font-size: 13px;
    font-weight: 700;
}

.ownership-budget-hero h1 {
    margin: 0 0 18px;
    font-size: clamp(27px, 4vw, 42px);
    line-height: 1.6;
    font-weight: 800;
}

.page-intro {
    max-width: 780px;
    margin: 0;
    color: #d1d5db;
    font-size: 17px;
}

.ownership-budget-content {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.info-section {
    padding: 30px;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    background: #fff;
}

.info-section h2 {
    position: relative;
    margin: 0 0 15px;
    padding-right: 16px;
    color: #111827;
    font-size: 22px;
    line-height: 1.7;
}

.info-section h2::before {
    content: "";
    position: absolute;
    right: 0;
    top: 8px;
    width: 4px;
    height: 26px;
    border-radius: 10px;
    background: #111827;
}

.info-section p {
    margin: 0 0 12px;
    color: #4b5563;
    font-size: 16px;
}

.info-section p:last-child {
    margin-bottom: 0;
}

.ownership-budget-footer {
    margin-top: 30px;
    padding: 22px 25px;
    border-radius: 16px;
    color: #000000 !important;
    font-size: 14px;
}

@media (max-width: 700px) {

    .ownership-budget-page {
        padding: 25px 15px 50px;
    }

    .ownership-budget-hero {
        padding: 30px 22px;
        border-radius: 18px;
    }

    .ownership-budget-hero h1 {
        font-size: 27px;
    }

    .page-intro {
        font-size: 15px;
    }

    .info-section {
        padding: 22px 18px;
        border-radius: 14px;
    }

    .info-section h2 {
        font-size: 19px;
    }

    .info-section p {
        font-size: 15px;
    }
}/* End custom CSS */