.subscription-section{
    padding:80px 20px;
    background:#ffffff;
    direction:rtl;
    overflow:hidden;
}

.subscription-header{
    max-width:700px;
    margin:0 auto 50px;
    text-align:center;
}

.subscription-header span{
    display:inline-block;
    padding:8px 18px;
    background:#f7f7f7;
    color:#000;
    border-radius:30px;
    font-size:14px;
    font-weight:600;
    margin-bottom:20px;
}

.subscription-header h2{
    font-size:48px;
    color:#000;
    margin-bottom:15px;
    line-height:1.3;
    font-weight:700;
}

.subscription-header p{
    color:#666;
    line-height:1.8;
    font-size:17px;
}

.subscription-grid{
    max-width:1300px;
    margin:auto;
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:25px;
}

.plan-card{
    position:relative;
    background:#fff;
    border:1px solid #f7f7f7;
    border-radius:28px;
    padding:40px 30px;
    text-align:center;
    transition:.3s;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.plan-card:hover{
    transform:translateY(-8px);
    border-color:#000;
    box-shadow:0 20px 50px rgba(0,0,0,.12);
}

.plan-number{
    width:85px;
    height:85px;
    margin:auto auto 25px;
    border-radius:50%;
    background:#f7f7f7;
    color:#000;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:34px;
    font-weight:700;
}

.plan-card h3{
    color:#000;
    margin-bottom:15px;
    font-size:24px;
}

.plan-card p{
    color:#666;
    line-height:1.8;
    margin-bottom:30px;
}

.plan-card a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:100%;
    padding:15px;
    border-radius:50px;
    background:#000;
    color:#fff;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}

.plan-card a:hover{
    background:#333;
}

.featured{
    border:2px solid #000;
}

.badge{
    position:absolute;
    top:20px;
    left:20px;
    background:#000;
    color:#fff;
    padding:8px 16px;
    border-radius:30px;
    font-size:13px;
    font-weight:600;
}

.floating-whatsapp{
    position:fixed;
    left:20px;
    bottom:20px;
    width:60px;
    height:60px;
    border-radius:50%;
    background:#25D366;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    font-weight:700;
    box-shadow:0 10px 30px rgba(0,0,0,.2);
    z-index:9999;
}

/* Tablet */

@media (max-width:992px){

    .subscription-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .subscription-header h2{
        font-size:38px;
    }
}

/* Mobile */

@media (max-width:768px){

    .subscription-section{
        padding:60px 16px;
    }

    .subscription-grid{
        grid-template-columns:1fr;
        gap:20px;
    }

    .subscription-header h2{
        font-size:30px;
    }

    .subscription-header p{
        font-size:15px;
    }

    .plan-card{
        padding:35px 22px;
    }

    .plan-card h3{
        font-size:22px;
    }

    .plan-number{
        width:70px;
        height:70px;
        font-size:28px;
    }

    .floating-whatsapp{
        width:55px;
        height:55px;
        left:15px;
        bottom:15px;
    }
}

/* Small Mobile */

@media (max-width:480px){

    .subscription-header h2{
        font-size:26px;
    }

    .plan-card{
        border-radius:22px;
    }

    .badge{
        font-size:12px;
        padding:6px 12px;
    }
}
/* السيكشن نفسه Full Width */

.media-text-section{
    background:#f7f7f7;
    padding:40px 20px;
}

/* الكونتينر الداخلي */

.media-text-section .media-text-wrapper{
    max-width:1400px;
    margin:auto;
    border-radius:30px;
    overflow:hidden;
}

/* بادينج النص */

.media-text-section .text-side{
    padding:60px !important;
}

/* بادينج الصورة */

.media-text-section .media-side{
    padding:25px;
}

/* الصورة */

.media-text-section .media-side img{
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:24px;
    display:block;
}

/* موبايل */

@media (max-width:768px){

    .media-text-section{
        padding:20px 15px;
    }

    .media-text-section .text-side{
        padding:30px 20px !important;
    }

    .media-text-section .media-side{
        padding:15px 15px 0;
    }

    .media-text-section .media-side img{
        border-radius:16px;
    }

}
/* الديسكتوب */

@media (min-width:1024px){

    .media-text-section .media-side{
        flex:0 0 45%;
        max-width:45%;
    }

    .media-text-section .text-side{
        flex:0 0 55%;
        max-width:55%; 
    }

}

section.bg-slate-100.py-8 {
    background:#f7f7f7 !important;
}
@media (max-width:768px){

    #image-group-component-bb419947-af96-4861-8f47-70f1ae279573 .grid{
        display:grid;
        grid-template-columns:1fr 1fr;
        gap:12px;
    }

    #image-group-component-bb419947-af96-4861-8f47-70f1ae279573 .banner-item:first-child{
        grid-column:1 / 3;
    }

    #image-group-component-bb419947-af96-4861-8f47-70f1ae279573 .banner-image{
        width:100%;
        display:block;
        border-radius:16px;
    }

}
.image-group--component img[src*=".gif"]{
    width:70px !important;
    height:70px !important;
    object-fit:contain;
    margin:auto;
}

.image-group--component .banner__content__media{
    display:flex;
    justify-content:center;
    align-items:center;
}

.image-group--component .banner-item{
    text-align:center;
}