.elementor-122 .elementor-element.elementor-element-9a41bec{--display:flex;}.elementor-122 .elementor-element.elementor-element-f37112d{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-122 .elementor-element.elementor-element-18ddc63{--display:flex;}.elementor-widget-theme-post-title .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-122 .elementor-element.elementor-element-7b2400a .elementor-heading-title{font-family:"Shabnam", Sans-serif;font-size:26px;font-weight:600;color:var( --e-global-color-primary );}.elementor-widget-theme-post-content{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-122 .elementor-element.elementor-element-7fbfc94{text-align:justify;font-family:"Shabnam", Sans-serif;font-size:18px;font-weight:400;}.elementor-122 .elementor-element.elementor-element-a9119d1{--display:flex;--justify-content:center;}.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-122 .elementor-element.elementor-element-a3e2256 img{border-radius:15px 15px 15px 15px;box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);}.elementor-122 .elementor-element.elementor-element-3a05251{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.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 );}.elementor-122 .elementor-element.elementor-element-f19b6e6{margin:30px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;text-align:justify;font-family:"Shabnam", Sans-serif;font-size:18px;font-weight:400;}.elementor-122 .elementor-element.elementor-element-3ce0199{margin:15px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-122 .elementor-element.elementor-element-3ce0199 img{width:80%;border-radius:15px 15px 15px 15px;box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);}.elementor-122 .elementor-element.elementor-element-958c2ef{margin:30px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;text-align:justify;font-family:"Shabnam", Sans-serif;font-size:18px;font-weight:400;}@media(max-width:1024px){.elementor-122 .elementor-element.elementor-element-3ce0199 img{width:80%;}}@media(max-width:767px){.elementor-122 .elementor-element.elementor-element-a9119d1{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-122 .elementor-element.elementor-element-a3e2256{padding:0px 0px 0px 0px;}.elementor-122 .elementor-element.elementor-element-3ce0199 img{width:100%;}}/* Start custom CSS for html, class: .elementor-element-46af0a1 */.ambulance-cta {
    width: 100%;
    max-width: 1100px;
    margin: 30px auto;
    padding: 28px 35px;
    background: linear-gradient(135deg, #01aaf0 0%, #008fd1 100%);
    border-radius: 24px;
    display: flex;
    align-items: center;
    gap: 25px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(1,170,240,0.25);
    direction: rtl;
}

/* افکت پس زمینه */
.ambulance-cta::before {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    background: rgba(255,255,255,0.12);
    border-radius: 50%;
    left: -70px;
    top: -70px;
}


.cta-icon {
    width: 85px;
    height: 85px;
    flex-shrink: 0;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
    z-index: 1;
}

.cta-icon span {
    font-size: 42px;
}


.cta-content {
    flex: 1;
    color: #ffffff;
    z-index: 1;
}


.cta-content h3 {
    margin: 0 0 10px;
    font-size: 27px;
    font-weight: 800;
}


.cta-content p {
    margin: 0;
    line-height: 1.9;
    font-size: 16px;
    opacity: 0.95;
}


.cta-button {
    background: #ed1b24;
    color: #fff !important;
    text-decoration: none;
    padding: 16px 35px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
    transition: .3s;
    box-shadow: 0 10px 20px rgba(237,27,36,.35);
    z-index: 1;
}


.cta-button:hover {
    background: #c81017;
    transform: translateY(-3px);
}


.cta-button span {
    font-size: 22px;
}


/* موبایل */
@media(max-width:768px){

    .ambulance-cta {
        flex-direction: column;
        text-align: center;
        padding: 25px 20px;
        gap: 18px;
    }


    .cta-icon {
        width: 70px;
        height: 70px;
    }


    .cta-icon span {
        font-size: 34px;
    }


    .cta-content h3 {
        font-size: 22px;
    }


    .cta-content p {
        font-size: 14px;
    }


    .cta-button {
        width: 100%;
        justify-content: center;
        padding: 15px;
        font-size: 17px;
    }
}/* End custom CSS */
/* Start custom CSS */p img {
    max-width: 80% !important;
    border-radius: 15px !important;
}/* End custom CSS */