.elementor-15092 .elementor-element.elementor-element-ce69dcc{--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-15092 .elementor-element.elementor-element-72841b5{margin:100px 100px calc(var(--kit-widget-spacing, 0px) + 100px) 100px;}.elementor-15092 .elementor-element.elementor-element-72841b5 .elementor-heading-title{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );text-transform:var( --e-global-typography-secondary-text-transform );font-style:var( --e-global-typography-secondary-font-style );text-decoration:var( --e-global-typography-secondary-text-decoration );line-height:var( --e-global-typography-secondary-line-height );letter-spacing:var( --e-global-typography-secondary-letter-spacing );color:var( --e-global-color-c696dce );}.elementor-15092 .elementor-element.elementor-element-8fa7e8b{--display:flex;}@media(max-width:1024px){.elementor-15092 .elementor-element.elementor-element-72841b5 .elementor-heading-title{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );letter-spacing:var( --e-global-typography-secondary-letter-spacing );}}@media(max-width:767px){.elementor-15092 .elementor-element.elementor-element-72841b5{margin:80px 80px calc(var(--kit-widget-spacing, 0px) + 80px) 80px;text-align:center;}.elementor-15092 .elementor-element.elementor-element-72841b5 .elementor-heading-title{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );letter-spacing:var( --e-global-typography-secondary-letter-spacing );}}/* Start custom CSS */.smoke-effect-container {
    font-family: 'Assistant', sans-serif;
    direction: rtl;
    background-color: rgba(17, 17, 17, 0.85); /* Semi-transparent black */
    color: #f0f0f0;
    padding: 40px 25px;
    border-radius: 12px;
    text-align: center;
    max-width: 900px;
    margin: 20px auto;
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.smoke-effect-container h1, .smoke-effect-container h2, .smoke-effect-container h3 {
    font-weight: 800;
    margin: 0;
}

.smoke-effect-container h1 {
    font-size: 2.8rem;
    color: #ff3333; /* Dramatic Red */
    text-shadow: 0 2px 10px rgba(0,0,0,0.8);
    margin-bottom: 15px;
}

.smoke-effect-container h2 {
    font-size: 2.2rem;
    color: #ffffff;
    margin-top: 50px;
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: 2px solid #ff3333;
    display: inline-block;
}

.smoke-effect-container h3 {
    font-size: 1.6rem;
    color: #ff3333;
    margin-top: 30px;
    margin-bottom: 10px;
}

.smoke-effect-container p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #dcdcdc;
    margin-bottom: 20px;
}

.smoke-effect-container strong {
    color: #ff3333;
    font-weight: 700;
}

.cta-button {
    display: inline-block;
    background: linear-gradient(145deg, #ff3333, #d60000);
    color: #ffffff;
    padding: 15px 35px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 800;
    font-size: 1.2rem;
    margin-top: 20px;
    transition: all 0.3s ease;
    border: none;
    box-shadow: 0 4px 20px rgba(255, 51, 51, 0.4);
}

.cta-button:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(255, 51, 51, 0.6);
}

.section-divider {
    height: 1px;
    background: linear-gradient(90deg, rgba(17,17,17,0) 0%, #ff3333 50%, rgba(17,17,17,0) 100%);
    border: none;
    margin: 60px 0;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
    margin-top: 30px;
}

.benefit-card {
    background-color: #2c2c2c;
    padding: 25px;
    border-radius: 10px;
    border-top: 3px solid #ff3333;
    transition: transform 0.3s ease;
}

.benefit-card:hover {
    transform: scale(1.05);
}

.benefit-card h4 {
    font-size: 1.3rem;
    margin-top: 0;
    margin-bottom: 10px;
    color: #ffffff;
}

.special-offer-box {
    background-color: rgba(0,0,0,0.3);
    border: 2px dashed #ff3333;
    padding: 30px;
    margin-top: 50px;
    border-radius: 10px;
}

.special-offer-box h3 {
    margin-top: 0;
    font-size: 2rem;
    color: #ff3333;
}

/* Responsive */
@media (max-width: 768px) {
    .smoke-effect-container {
        padding: 25px 15px;
        backdrop-filter: blur(5px);
    }
    .smoke-effect-container h1 {
        font-size: 2.2rem;
    }
    .smoke-effect-container h2 {
        font-size: 1.8rem;
    }
}/* End custom CSS */