*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
}
.wallet-box {
    margin: 20px 0;
}

.wallet-option {
    cursor: pointer;
    display: block;
}

.wallet-option input {
    display: none;
}

.wallet-content {
    background: #181d27;
    border-radius: 10px;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    border: 2px solid transparent;
    transition: all 0.2s ease-in-out;
}

.wallet-logo {
    height: 40px;
    width: auto;
}

.wallet-text {
    flex-grow: 1;
}

.wallet-title {
    font-weight: bold;

}

.wallet-subtitle {
    font-size: 0.85rem;
    color: #666;
}

/* Custom radio */
.wallet-radio {
    width: 20px;
    height: 20px;
    border: 2px solid #d6006d;
    border-radius: 50%;
    position: relative;
}

.wallet-option input:checked + .wallet-content {
    border-color: #d6006d;
}

.wallet-option input:checked + .wallet-content .wallet-radio::after {
    content: "";
    width: 10px;
    height: 10px;
    background: #d6006d;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.frame_border2 {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.no-gap {
    color: white !important;
}

.MOB-Lang {
    font-family: 'ar';
    padding: 5px;
    background: rgba(0, 0, 0, 0.199);
    font-size: 14px;

}

.dropdown-item {
    color: #ffffff;!important;
    border-bottom: 1px solid gray;!important;
}
.dropdown-menu.show{

    background-color: #414651;!important;
}
@font-face {
    font-family: shofhaFont;
    src: url(/subscriptionLandingPage/fonts/din-next-lt-w23-regular2.ttf);
}

@font-face {
    font-family: shofhaFont_light;
    src: url(/subscriptionLandingPage/fonts/din-next-lt-w23-regular2.ttf);
}


body {
    margin: 0;
    font-family: shofhaFont;
    background: #0D0D19;


}

.btn.btn-secondary.dropdown-toggle {
    background: #414651;
    border-radius: 999px;
}

.dropdown-toggle::after {
    display: none !important;
    /* إخفاء السهم */
}

.overlay {
    padding: 1rem;
    transition: background 0.3s ease, min-height 0.3s ease;
}

/* Only when send */
.overlay.active {
    min-height: 100vh;
    background: linear-gradient(#0d0d1954),
    url(/subscriptionLandingPage/images/background2.jpg) center/cover no-repeat;
}

.overlay::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 35%;
    /* ممكن تغيّرها حسب الحاجة */
    background: linear-gradient(to top, rgba(13, 13, 25, 1) 0%, rgba(13, 13, 25, 0) 100%);
    pointer-events: none;
    /* علشان ما يغطي العناصر القابلة للنقر */
}

.Main {
    max-width: 700px;
    margin: auto;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 40%;

    background-size: cover;
    color: #fff;
    text-align: center;
}

h1 {
    font-size: 54px;
    line-height: 80px;
    font-weight: bold;
}
.card {
    position: relative;
    background: #181D27;
    border: 2px solid #c2185b;
    border-radius: 24px;
    padding: 30px;
    width: 60%;
    max-width: 420px;
    text-align: center;
    margin: 42px auto;
    margin-bottom: 10px;
    overflow: hidden;
    /*box-shadow: 0 20px 60px rgba(194, 24, 91, 0.3);*/
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
    transform: translateY(-5px);
    /*box-shadow: 0 25px 70px rgba(194, 24, 91, 0.4);*/
}

.ribbon {
    position: absolute;
    top: 20px;
    right: -35px;
    background: #910045;
    color: white;
    padding: 8px 50px;
    font-size: 16px;
    /*font-weight: bold;*/
    transform: rotate(45deg);
    /*box-shadow: 0 4px 12px rgba(194, 24, 91, 0.4);*/
    z-index: 1;
}

.checkmark {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 36px;
    height: 36px;
    background: #910045;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    /*box-shadow: 0 4px 12px rgba(194, 24, 91, 0.4);*/

}

.checkmark::after {
    content: '✓';
    color: white;
    font-size: 20px;
    font-weight: bold;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        /*box-shadow: 0 4px 12px rgba(194, 24, 91, 0.4);*/
    }
    50% {
        transform: scale(1.05);
        /*box-shadow: 0 6px 16px rgba(194, 24, 91, 0.6);*/
    }
}

.duration {
    color: white;
    font-size: 24px;
    margin-bottom: 20px;
    letter-spacing: 1px;
}
.txtoffer {
    color:  #b0b0b0;
    font-size: 18px;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.price {
    color: white;
    font-size: 56px;
    font-weight: bold;
    /* margin: 20px 0; */
    /*text-shadow: 0 4px 12px rgba(194, 24, 91, 0.3);*/
    letter-spacing: 2px;
}

.currency {
    font-size: 32px;
    margin-right: 8px;
}

@media (max-width: 480px) {
    .card {
        padding:30px;
        max-width: 100%;
    }

    .price {
        font-size: 48px;
    }

    .currency {
        font-size: 28px;
    }

    .duration {
        font-size: 18px;
    }

    .ribbon {
        font-size: 12px;
        padding: 6px 45px;
    }
}

@media (max-width: 360px) {
    .price {
        font-size: 42px;
    }

    .currency {
        font-size: 24px;
    }
}
h1 span {
    color: #910045;
    font-weight: bold;

}

.Main p {
    color: #ccc;
    font-size: 1.5rem;

    margin-top: 1rem;
}

.subscription-box {
    position: relative;
    background: transparent;
    font-family: shofhaFont;

    border-radius: 12px;
    padding: 2rem;
    max-width: 1200px;
    margin: -6rem auto;
    text-align: center;
}

.tab-buttons {
    display: flex;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.tab-buttons button {
    background: transparent;
    color: white;
    padding: 0.7rem 1.5rem;
    margin: 0 5px;
    border-radius: 30px;
    cursor: pointer;
    font-weight: bold;
    transition: all 0.3s;
    font-family: shofhaFont;
    border: none;
    box-shadow: none;
    outline: none;
    font-size: 1.2rem;

}

.tab-buttons button.active,
.tab-buttons button:hover {
    background: #910045;
    color: #fff;
}

.tab-buttons button.NotActive {
    background: rgba(86, 90, 99, 0.5)
}


.phone-input {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1rem 0;
}

.phone-input select,
.phone-input input {
    padding: 0.7rem;
    border: none;
    border-radius: 8px;
    margin: 0 5px;
    font-family: shofhaFont;

}

.phone-input input {
    width: 40%;
}

.providers {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
    width: 100%;
    flex-wrap: wrap;
}

.wallet-loader-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.wallet-loader-overlay.active {
    display: flex;
}

.wallet-loader {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #ff6b00;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.wallet-loader-text {
    color: white;
    font-size: 1.2rem;
    margin-top: 20px;
    text-align: center;
    font-weight: bold;
}

.provider {
    background: #181D27;
    border-radius: 24px;
    border: 1px solid #414651;
    padding: 1rem;
    /* Adjusted padding for better spacing */
    display: flex;
    flex-direction: column;
    /* Stack content vertically */
    align-items: center;
    /* Center content horizontally */
    justify-content: center;
    /* Center content vertically */
    transition: transform 0.2s ease;
    width: 150px;
    height: 150px;
    text-align: center;
    margin: 5px;
    /* Ensure text inside is centered */
}

.operatorName {
    font-family: shofhaFont_light;

    color: #E9EAEB;
    font-size: 20px;
    font-weight: 300;
}


/* .provider:hover {
    transform: scale(1.05);
    background: #3a3a3d;
} */

.provider img {
    width: 70%;
    height: auto;
}

.provider p {
    color: white;
}


.note {
    font-size: 0.8rem;
    color: #aaa;
    width: 70%;
    margin-top: 2rem;
    line-height: 28px;
    margin: 30px auto;

}

.subscribe-btn {
    background: #910045;
    color: #fff;
    border: none;
    padding: 0.6rem 4rem;


    border-radius: 30px;
    cursor: pointer;
    margin-top: 1rem;
    font-size: 1.2rem;
    transition: background 0.3s ease;
}

.subscribe-btn:hover {
    background: #ff3399;
}

.terms {
    display: block;
    margin-top: 1.5rem;
    color: #910045;
    text-decoration: underline;

}

.form-group {
    text-align: right;
    width: 50%;
    margin: 0 auto;
}

.form-group label {
    display: block;
    color: #E9EAEB;
    font-size: 18px;
    margin-bottom: 0.5rem;
    font-weight: 500;
}

.phone-field {
    display: flex;
    /* flex-direction: row-reverse; */
    /* علشان الدولة تكون على اليمين */
    align-items: center;
    background: #181D27;
    border: 1px solid #333;
    border-radius: 8px;
    overflow: hidden;
    padding: 0.2rem 0.5rem;
}

.phone-field select {
    background: transparent;
    color: #A4A7AE;
    border: none;
    outline: none;
    font-family: shofhaFont;
    padding: 0.8rem 0.6rem;
    cursor: pointer;


}

html[lang="ar"] .dropdown-content {
    text-align: right;
}

html[lang="en"] .dropdown-content {
    text-align: left;
}

html[lang="ar"] .phone-field input {
    border-right: 1px solid gray;
    margin-right: 15px;
    /* الحد على اليمين */
}

/* حالة اللغة الإنجليزية */
html[lang="en"] .phone-field input {
    border-left: 1px solid gray;
    margin-left: 15px;
    /* الحد على اليسار */
}

.phone-field input {
    flex: 1;
    background: transparent;
    border: none;
    outline: none;
    color: #fff;
    font-family: shofhaFont;
    padding: 0.8rem;

}

.phone-field select option {
    color: #000;
}

.hint {
    color: #A4A7AE;
    font-size: 18px;
    margin-top: 0.4rem;
    text-align: justify;
}

header {
    padding: 10px 20px;
    /* مساحة داخلية */
}

/* الحاوية التي تحتوي على العناصر */
.header-container {
    display: flex;
    justify-content: space-between;
    /* توزيع العناصر على الجانبين */
    align-items: center;
    /* محاذاة العناصر رأسياً */
}

/* القسم الأيسر */
.left-section {
    display: flex;
    gap: 15px;
    /* المسافة بين الأزرار */
}

.login-btn a, .NotActive a {
    color: white;
    text-decoration: none;
}

/* أزرار سجل دخول */
.login-btn, .language-btn {
    background-color: #414651;
    /* خلفية الأزرار */
    color: white;
    padding: 5px 16px;
    border-radius: 999px;
    cursor: pointer;
    font-size: 18px;
    border: none;
    outline: none;
    transition: background-color 0.2s;
}

.language-btn:focus, .login-btn:focus {
    outline: none;
    /* إزالة التأثير عند الضغط على الزر */
}

/* تأثيرات الأزرار عند المرور عليها */


/* القسم الأيمن (الشعار) */
.header-container .logo {
    width: 150px
}


/* لتحسين العرض على الشاشات الصغيرة */

.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: white;
    text-decoration: none;
    background-color: #910045;
}

.dropdown-content a:hover {
    background-color: #3a3a3d;
}

.language-btn .arrow {
    font-size: 12px;
    margin-left: 5px;
}

.arrow img {
    transform: rotate(270deg);
}

/* تصميم قائمة الخيارات المنسدلة */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #181D27;
    min-width: 160px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border-radius: 5px;
}

.dropdown-content a {
    color: #910045;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.ShofhaOriginal {
    margin-top: 7rem;
    text-align: center;
}

.TopOriginal {
    width: 70%;
}

.ShofhaOriginal p {
    font-size: 48px;
    color: white;
}

/* حاوية القسم */
.steps, .download-section {
    text-align: center;
    padding: 40px 0;
    color: white;
}

/* العنوان */
.steps h2, .download-section h2 {
    font-size: 48px;
    margin-bottom: 4rem;
    font-family: shofhaFont_light;
    font-weight: 400;
}

/* حاوية الخطوات */
.steps-container {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;

}

/* تنسيق كل خطوة */
.step {
    background-color: #181D27;
    border-radius: 16px;
    padding: 20px;
    text-align: center;
    width: 240px;
    height: 335px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border: 1px solid #414651;
}

/* الرقم داخل الخطوة */
.step-number {

    color: white;

    line-height: 40px;
    margin: 0 auto 3rem;
    font-size: 52px;
    font-weight: bold;
    color: #8b8e93;
}

/* عنوان الخطوة */
.step-title {
    font-size: 24px;
    margin: 10px 0;
    font-weight: 700;
}

html[lang="ar"] .step {
    text-align: right;
}

html[lang="en"] .step {
    text-align: left;
}


/* وصف الخطوة */
.step-description {
    font-size: 14px;
    color: #ccc;
    margin-top: 10px;
}

/* تحسين العرض على الشاشات الصغيرة */

/* تنسيق القسم */


.features {
    background-color: #181D27;
    /* خلفية مظلمة */
    border-radius: 24px;
    padding: 50px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border: 1px solid #414651;
    margin-top: 3rem;
    margin-bottom: 3rem;

}

.feature-img {
    width: 100%;
    /* لملء العرض بالكامل */
    border-radius: 8px;
}

.features h3 {
    font-size: 40px;
    color: #A4A7AE;
    margin-top: 20px;
    font-weight: 700;
    text-align: justify;
    margin-bottom: 2rem;
}

.features p {
    font-size: 24px;
    color: #A4A7AE;
    margin-top: 10px;
    text-align: justify;
}

html[lang="ar"] .features .text {
    text-align: right;
}

html[lang="en"] .features .text {
    text-align: left;
}

/* تحسين العرض على الشاشات الصغيرة */
.download-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.provider-radio {
    display: none;
}

/* تنسيق الـ provider */
.provider2 {
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease, border-color 0.3s ease;

    text-align: center;
    cursor: pointer;
}

/* تغيير لون البوردر إلى الوردي عند اختيار الـ provider */
.provider-radio:checked + label .provider {
    border-color: #910045;
    /* اللون الوردي عند الاختيار */
}

/* تنسيق الـ label */
.provider2 label {
    display: block;
    position: relative;
}

/* تنسيق الصورة داخل الـ provider */
.provider2 label img {
    width: 70%;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* اسم المزود */
.provider2 label .operatorName {
    text-align: center;
    color: #fff;
    margin-top: 10px;
}

/* إضافة دائرة وردية حول علامة الصح عند التحديد */
.provider-radio:checked + label::after {
    content: "✔";
    /* علامة صح */
    color: #fff;
    /* لون علامة الصح أبيض */
    background-color: #910045;
    /* لون الخلفية (الدائرة) وردي */
    position: absolute;
    top: 13px;
    right: 15px;
    font-size: 13px;
    border-radius: 50%;
    /* جعلها دائرة */
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* عند التحديد، إزالة التدرج الرمادي من الصورة */
.provider-radio:checked + label img {
    filter: grayscale(0%);
    /* إزالة التدرج الرمادي عند التحديد */
}

.social-icons {
    display: flex;
    gap: 32px;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;

}

.icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
}

.icon img {
    width: 25px;
    height: 25px;
}

.youtube img {
    position: relative;
    top: 5px;
    width: 30px;
    height: 30px;
}

/* .icon:hover {
  background-color: #333;
} */

footer {
    margin-top: 5.5rem !important;
    background-color: #0D0D19 !important;
}

.highlighted {
    background-color: #0D0D19 !important;
    color: white;
    font-size: 16px;
    text-align: center;
    padding: 20px 0;

}

footer ul li {
    line-height: 28px !important;
    font-size: 18px;
    margin: 1rem;
}

footer a {
    color: #FFFFFF;
    font-weight: 500;
    transition: all 0.5s ease-in-out;
}

footer a:hover {
    color: #d92987;
}

ul {
    list-style: none;
    color: white;
}

/* عند المرور على الـ provider */
@media (min-width: 768px) and (max-width: 1024px) {
    .TopOriginal {
        width: 100%;
    }

    .tab-buttons button {
        width: 14rem;

    }

    .subscription-box {

        margin: -10rem auto;
    }

    .provider {

        width: 175px;
        height: 160px;
    }

    .features h3 {
        text-align: center !important;
    }

    html[lang="ar"] .features .text {
        text-align: center;
    }

    html[lang="en"] .features .text {
        text-align: center;
    }

    .row:nth-child(2) {
        flex-wrap: wrap-reverse;

    }

    .form-group {
        width: 80%;
    }

    .step {
        width: 300px;

    }

    footer ul li {
        line-height: 28px !important;
        font-size: 18px;
        margin: 0.6rem;
        white-space: nowrap;
    }

    .ShofhaOriginal p {
        font-size: 32px;
    }

    .steps h2, .download-section h2 {
        font-size: 32px;
    }

    .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .features p {
        margin-bottom: 3rem;
    }

}


@media (max-width: 768px) {

    .TopOriginal {
        width: 70%;
    }

    .steps-container {
        flex-direction: column;
        align-items: center;
    }

    .step {
        width: 280px;
        /* تحسين العرض في الشاشات الصغيرة */
        margin-bottom: 20px;
    }

    .header-container {
        flex-direction: column;
        align-items: flex-start;
    }

    .left-section {
        margin-bottom: 10px;
    }

    .login-btn, .language-btn {
        font-size: 12px;
        padding: 6px 12px;
    }

    .right-section {
        font-size: 20px;
    }
}


@media (min-width: 320px) and (max-width: 481px) {
    .overlay.active{

        min-height: 61vh;
        background:
              linear-gradient(
                        to top,
                        rgba(13, 13, 25, 1) 0%,
                        rgba(13, 13, 25, 0.325) 20%,
                        rgba(13, 13, 25, 0.351) 40%,
                        rgba(13, 13, 25, 0.35) 60%,
                        rgba(13, 13, 25, 0.15) 75%,
                        rgba(13, 13, 25, 0) 100%
                ),
                url(/subscriptionLandingPage/images/background2.jpg) center / cover no-repeat;
    }
    .subscription-box{
        /* margin-top: -13rem !important; */
    }
    .login-btn, .language-btn {
        padding: 5px 12px !important;
    }

    .otp-input {
        width: 240px !important;
        height: 84px;
    }

    .FOTER {
        display: grid !important;
        justify-content: center !important;
    }

    footer ul li {
        text-align: center !important;
        margin: 0.5rem !important;

    }

    .icon img {
        width: 18px;
        height: 18px;
    }

    .youtube img {
        position: relative;
        top: 5px;
        width: 20px;
        height: 20px;
    }

    .social-icons {

        gap: 20px;


    }

    .features {
        width: 90%;
        padding: 30px;
    }

    .features h3 {
        font-size: 24px;
        text-align: center;
        margin-bottom: 1rem;

    }

    .download-buttons {
        flex-direction: column;
    }

    .features p {
        text-align: center;
        font-size: 18px;
    }

    .row:nth-child(1) {
        flex-wrap: wrap-reverse;

    }

    .row:nth-child(3) {
        flex-wrap: wrap-reverse;

    }

    .header-container {
        flex-direction: row;
        align-items: flex-start;
    }

    .Main p {
        font-size: 18px;
    }

    .Main h1 {
        font-size: 24px;
        width: 70%;
        line-height: 40px;
        margin: 0 auto;


    }

    .subscription-box {
        padding: 1rem;
    }


    .form-group {
        width: 100%;
    }

    .provider {

        width: 110px;
        height: 110px;
        text-align: center;
        justify-content: normal;
        padding: 0.5rem;
    }

    .operatorName {
        font-size: 14px;
    }

    /* .providers {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(145px, 1fr));
        gap: 6px;
        margin-top: 2rem;
        grid-template-columns: repeat(3, 1fr);
    } */
    .provider-radio:checked + label::after {

        top: 8px;
        right: 11px;
        font-size: 10px;

        width: 17px;
        height: 17px;

    }

    .ShofhaOriginal p {
        font-size: 24px;
    }

    .shof_title img {
        width: 130px !important;
    }

    .steps h2, .download-section h2 {
        font-size: 24px;
    }

    .step-title {
        font-weight: 700;
    }
}



*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
}

.otp-input::placeholder {
    letter-spacing: 8px;
    /* زود أو قلل الرقم حسب المسافة اللي تعجبك */
    color: #aaa;
}

.price {
    font-size: 45px;
    color: white;
    font-weight: 700;


}

.frame_border2 {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.MOB-Lang {
    font-family: 'ar';
    padding: 5px;
    background: rgba(0, 0, 0, 0.199);
    font-size: 14px;

}

@font-face {
    font-family: shofhaFont;
    src: url(/fonts/shofhafont.ttf);
}

@font-face {
    font-family: shofhaFont_light;
    src: url(/fonts/shofhafont_light.ttf);
}


body {
    margin: 0;
    font-family: shofhaFont;
    background: #0D0D19;


}


.overlay::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 35%;
    /* ممكن تغيّرها حسب الحاجة */
    background: linear-gradient(to top, rgba(13, 13, 25, 1) 0%, rgba(13, 13, 25, 0) 100%);
    pointer-events: none;
    /* علشان ما يغطي العناصر القابلة للنقر */
}

.Main {
    max-width: 700px;
    margin: auto;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 40%;

    background-size: cover;
    color: #fff;
    text-align: center;
}

h1 {
    font-size: 54px;
    line-height: 80px;
    font-weight: bold;
}

h1 span {
    color: #910045;
    font-weight: bold;

}

.Main p {
    color: #ccc;
    font-size: 1.5rem;

    margin-top: 1rem;
}

.subscription-box {
    position: relative;
    background: transparent;
    font-family: shofhaFont;

    border-radius: 12px;
    padding: 2rem;
    max-width: 1200px;
    margin: -8rem auto;
    text-align: center;
}

.subscription-box.new {
    margin: 0rem auto;

}

.subscription-box h2 {
    font-size: 48px;
    font-weight: 700;
    color: white;
    margin-bottom: 3rem;
}

.tab-buttons {
    display: flex;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.tab-buttons button {
    background: transparent;
    color: white;
    padding: 0.7rem 1.5rem;
    margin: 0 5px;
    border-radius: 30px;
    cursor: pointer;
    font-weight: bold;
    transition: all 0.3s;
    font-family: shofhaFont;
    border: none;
    box-shadow: none;
    outline: none;
    font-size: 1.2rem;

}

.tab-buttons button.active,
.tab-buttons button:hover {
    background: #910045;
    color: #fff;
}

.tab-buttons button.NotActive {
    background: rgba(86, 90, 99, 0.5)
}


.phone-input {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1rem 0;
}

.phone-input select,
.phone-input input {
    padding: 0.7rem;
    border: none;
    border-radius: 8px;
    margin: 0 5px;
    font-family: shofhaFont;

}

.phone-input input {
    width: 40%;
}

.offer_img {
    width: 39% !important;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 21%;
    left: 20%;

}

/* .providers {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(145px, 1fr));
    gap: 15px;
    margin-top: 2rem;
} */

.offer {
    color: #910045;
    font-size: 18px;
    font-weight: 700;
}

.providerNew {
    background: #181D27;
    border-radius: 24px;
    border: 1px solid #414651;
    padding: 1rem;
    height: 200px;
    align-items: center;
    justify-content: center;
    display: flex;
    justify-content: center;
    flex-direction: column;

    /* Adjusted padding for better spacing */

    /* Stack content vertically */

    /* Center content vertically */
    transition: transform 0.2s ease;

    text-align: center;
    /* Ensure text inside is centered */
}

.packagetype {
    font-family: shofhaFont_light;

    color: #E9EAEB;
    font-size: 24px;
    font-weight: 300;
}


/* .provider:hover {
    transform: scale(1.05);
    background: #3a3a3d;
} */

.providerNew img {
    width: 70%;
    height: auto;
}


.subscribe-btn {
    margin: 4rem 4rem 0.5rem 4rem; /* top, right, bottom, left */
    background: #910045;
    color: #fff;
    border: none;
    padding: 0.6rem 4rem;


    border-radius: 30px;
    cursor: pointer;
    font-size: 1.2rem;
    transition: background 0.3s ease;
}

.subscribe-btn.cancel {
    background: #414651;

}

.subscribe-btn:hover {
    background: #910045;
}

button:focus {
    outline: none;
}

.terms {
    display: block;
    margin-top: 1.5rem;
    color: #910045;
    text-decoration: underline;

}

.form-group {
    text-align: right;
    width: 50%;
    margin: 0 auto;
}

.form-group label {
    display: block;
    color: #E9EAEB;
    font-size: 18px;
    margin-bottom: 0.5rem;
    font-weight: 500;
    text-align: justify;
}

select {
    width: 30%;
}

.phone-field {
    display: flex;
    /* flex-direction: row-reverse; */
    /* علشان الدولة تكون على اليمين */
    align-items: center;
    background: #181D27;
    border: 1px solid #333;
    border-radius: 8px;
    overflow: hidden;
    padding: 0.2rem 0.5rem;
}

.phone-field select {
    background: transparent;
    color: #A4A7AE;
    border: none;
    outline: none;
    font-family: shofhaFont;
    padding: 0.8rem 0.6rem;
    cursor: pointer;


}

html[lang="ar"] .dropdown-content {
    text-align: right;
}

html[lang="en"] .dropdown-content {
    text-align: left;
}

html[lang="ar"] .phone-field input {
    border-right: 1px solid gray;
    margin-right: 15px;
    /* الحد على اليمين */
}

/* حالة اللغة الإنجليزية */
html[lang="en"] .phone-field input {
    border-left: 1px solid gray;
    margin-left: 15px;
    /* الحد على اليسار */
}

.phone-field input {
    flex: 1;
    background: transparent;
    border: none;
    outline: none;
    color: #fff;
    font-family: shofhaFont;
    padding: 0.8rem;

}

.phone-field select option {
    color: #000;
}

.hint {
    color: #A4A7AE;
    font-size: 18px;
    margin-top: 0.4rem;
    text-align: justify;
}

header {
    padding: 10px 20px;
    /* مساحة داخلية */
}

/* الحاوية التي تحتوي على العناصر */
.header-container {
    margin-top: 2rem;
    display: flex;
    justify-content: space-between;
    /* توزيع العناصر على الجانبين */
    align-items: center;
    /* محاذاة العناصر رأسياً */
}

/* القسم الأيسر */
.left-section {
    display: flex;
    gap: 15px;
    /* المسافة بين الأزرار */
}

.login-btn a, .NotActive a {
    color: white;
    text-decoration: none;
}

/* أزرار سجل دخول */
.login-btn, .language-btn {
    background-color: #414651;
    /* خلفية الأزرار */
    color: white;
    padding: 5px 16px;
    border-radius: 999px;
    cursor: pointer;
    font-size: 18px;
    border: none;
    outline: none;
    transition: background-color 0.2s;
}

.language-btn:focus, .login-btn:focus {
    outline: none;
    /* إزالة التأثير عند الضغط على الزر */
}

/* تأثيرات الأزرار عند المرور عليها */


/* القسم الأيمن (الشعار) */
.header-container .logo {
    width: 150px
}


/* لتحسين العرض على الشاشات الصغيرة */

.dropdown {
    position: relative;
    display: inline-block;
}


.dropdown-content a:hover {
    background-color: #3a3a3d;
}

.language-btn .arrow {
    font-size: 12px;
    margin-left: 5px;
}

.arrow img {
    transform: rotate(270deg);
}

/* تصميم قائمة الخيارات المنسدلة */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #181D27;
    min-width: 160px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border-radius: 5px;
}

.dropdown-content a {
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.ShofhaOriginal {
    margin-top: 7rem;
    text-align: center;
}

.TopOriginal {
    width: 55%;
    margin-bottom: 2rem;
}

.ShofhaOriginal p {
    font-size: 48px;
    color: white;
}

/* حاوية القسم */
.steps, .download-section {
    text-align: center;
    padding: 40px 0;
    color: white;
}

/* العنوان */
.steps h2, .download-section h2 {
    font-size: 48px;
    margin-bottom: 4rem;
    font-family: shofhaFont_light;
    font-weight: 400;
}

/* حاوية الخطوات */
.steps-container {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;

}

/* تنسيق كل خطوة */


/* الرقم داخل الخطوة */
.step-number {

    color: white;

    line-height: 40px;
    margin: 0 auto 3rem;
    font-size: 52px;
    font-weight: bold;
    color: #8b8e93;
}

/* عنوان الخطوة */
.step-title {
    font-size: 24px;
    margin: 10px 0;
    font-weight: 700;
}

html[lang="ar"] .step2 {
    text-align: right;
}

html[lang="en"] .step2 {
    text-align: left;
}


/* وصف الخطوة */
.step-description {
    font-size: 14px;
    color: #ccc;
    margin-top: 10px;
}

/* تحسين العرض على الشاشات الصغيرة */

/* تنسيق القسم */


.features {
    background-color: #181D27;
    /* خلفية مظلمة */
    border-radius: 24px;
    padding: 50px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border: 1px solid #414651;
    margin-top: 3rem;
    margin-bottom: 3rem;

}

.feature-img {
    width: 100%;
    /* لملء العرض بالكامل */
    border-radius: 8px;
}

.features h3 {
    font-size: 40px;
    color: #A4A7AE;
    margin-top: 20px;
    font-weight: 700;
    text-align: justify;
    margin-bottom: 2rem;
}

.features p {
    font-size: 24px;
    color: #A4A7AE;
    margin-top: 10px;
    text-align: justify;
}

html[lang="ar"] .features .text {
    text-align: right;
}

html[lang="en"] .features .text {
    text-align: left;
}

/* تحسين العرض على الشاشات الصغيرة */
.download-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.provider-radio {
    display: none;
}

/* تنسيق الـ provider */
.provider3 {
    border-radius: 24px;

    justify-content: center;
    transition: transform 0.2s ease, border-color 0.3s ease;

    text-align: center;
    cursor: pointer;
    position: relative;
}

/* تغيير لون البوردر إلى الوردي عند اختيار الـ provider */
.provider-radio:checked + label .provider {
    border: 1px solid #910045;
    /* اللون الوردي عند الاختيار */
}

/* تنسيق الـ label */
.provider3 label {
    display: block;
    position: relative;
}

/* تنسيق الصورة داخل الـ provider */
.provider3 label img {
    width: 70%;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* اسم المزود */
.provider3 label .packagetype {
    text-align: center;
    color: #fff;
    margin-top: 10px;
}

/* إضافة دائرة وردية حول علامة الصح عند التحديد */
.provider-radio:checked + label::after {
    content: "✔";
    /* علامة صح */
    color: #fff;
    /* لون علامة الصح أبيض */
    background-color: #910045;
    /* لون الخلفية (الدائرة) وردي */
    position: absolute;
    top: 13px;
    right: 15px;
    font-size: 13px;
    border-radius: 50%;
    /* جعلها دائرة */
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* عند التحديد، إزالة التدرج الرمادي من الصورة */
.provider-radio:checked + label img {
    filter: grayscale(0%);
    /* إزالة التدرج الرمادي عند التحديد */
}

.social-icons {
    display: flex;
    gap: 32px;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;

}

.icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
}

.icon img {
    width: 25px;
    height: 25px;
}

.youtube img {
    position: relative;
    top: 5px;
    width: 30px;
    height: 30px;
}

/* .icon:hover {
  background-color: #333;
} */

footer {
    margin-top: 5.5rem !important;
    background-color: #0D0D19 !important;
}

.highlighted {
    background-color: #0D0D19 !important;
    color: white;
    font-size: 16px;
    text-align: center;
    padding: 20px 0;

}

footer ul li {
    line-height: 28px !important;
    font-size: 18px;
    margin: 1rem;
}

footer a {
    color: #FFFFFF;
    font-weight: 500;
    transition: all 0.5s ease-in-out;
}

footer a:hover {
    color: #910045;
}

ul {
    list-style: none;
    color: white;
}

.progress-container {
    width: 50%;
    margin: 0 auto;
    position: relative;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.progress {
    display: flex;
    justify-content: space-between;
    position: relative;
    background: transparent;
    height: auto;
    width: 90%;
    margin: 0 auto;

}

.progress::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 2px;
    background-color: #333;
    z-index: 1;
}

.progress.second::before {

    background-color: #910045;
}

.num {
    font-size: 24px;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}


.progress-line {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    height: 2px;
    background-color: #910045;;
    width: 0;
    z-index: 2;
    transition: width 0.3s ease;
}

.step2 {
    position: relative;
    z-index: 3;
    width: 30px;
    padding: 18px;
    height: 30px;
    background-color: #444;
    color: white;
    border-radius: 50%;
    line-height: 30px;
    font-weight: bold;
    transition: 0.3s;
}

.step2.active {
    background-color: #910045;;
}

.labels {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    color: white;
}

.labels span {
    font-size: 24px;
}

/* عند المرور على الـ provider */
@media (min-width: 768px) and (max-width: 1024px) {
    .form-group {
    width: 100%;
}
    .subscribe-btn {
        margin: 2rem 2rem 0.5rem 2rem;
    }

    .progress-container {
        width: 80%;
    }

    .TopOriginal {
        width: 100%;
    }

    .tab-buttons button {
        width: 14rem;

    }


    .features h3 {
        text-align: center !important;
    }

    html[lang="ar"] .features .text {
        text-align: center;
    }

    html[lang="en"] .features .text {
        text-align: center;
    }

    .row:nth-child(2) {
        flex-wrap: wrap-reverse;

    }

    .form-group {
        width: 80%;
    }


    footer ul li {
        line-height: 28px !important;
        font-size: 18px;
        margin: 0.6rem;
        white-space: nowrap;
    }

    .ShofhaOriginal p {
        font-size: 32px;
    }

    .steps h2, .download-section h2 {
        font-size: 32px;
    }


    .features p {
        margin-bottom: 3rem;
    }

    .providerNew {
        margin-bottom: 2rem;
    }

    .offer_img {

        top: 26%;
    }

}


@media (max-width: 768px) {
        .form-group {
    width: 100%;
}

    .TopOriginal {
        width: 80%;
    }

    .steps-container {
        flex-direction: column;
        align-items: center;
    }


    .header-container {
        align-items: flex-start;
    }

    .left-section {
        margin-bottom: 10px;
    }

    .login-btn, .language-btn {
        font-size: 14px;
        padding: 6px 12px;
    }

    .provider-radio:checked + label .providerNew {
        border: 2px solid #910045;
    }


    .right-section {
        font-size: 20px;
    }
}

@media (min-width: 320px) and (max-width: 481px) {
    .Main{
        top: 25% !important;
    }
    .ShofhaOriginal{
        margin-top: 14rem !important;
    }
    .tab-buttons button{
        padding: 0.7rem 0.5rem !important;
    }

    .left-section {
        position: relative;
        top: -6px;
        /* المسافة بين الأزرار */
    }

    .header-container .logo {
        width: 110px;
    }

    .price {
        font-size: 32px;


    }

    .labels span {
        font-size: 18px;
    }

    .num {
        font-size: 20px;
    }

    .subscribe-btn {

        width: 100%;
        margin: 1rem 0rem 0.5rem 0rem;
    }

    .subscription-box h2 {
        font-size: 30px;
        font-weight: 700;
        color: white;
        font-family: shofhaFont_light;
        margin-bottom: 3rem;
    }

    .progress-container {
        width: 95%;
    }

    .FOTER {
        display: grid !important;
        justify-content: center !important;
    }

    footer ul li {
        text-align: center !important;
        margin: 0.5rem !important;

    }

    .icon img {
        width: 18px;
        height: 18px;
    }

    .youtube img {
        position: relative;
        top: 5px;
        width: 20px;
        height: 20px;
    }

    .social-icons {

        gap: 20px;


    }

    .features {
        width: 90%;
        padding: 30px;
    }

    .features h3 {
        font-size: 24px;
        text-align: center;
        margin-bottom: 1rem;

    }

    .download-buttons {
        flex-direction: column;
    }

    .features p {
        text-align: center;
        font-size: 18px;
    }

    .row:nth-child(1) {
        flex-wrap: wrap-reverse;

    }

    .row:nth-child(3) {
        flex-wrap: wrap-reverse;

    }

    .header-container {
        flex-direction: row;
        align-items: flex-start;
        margin-top: 1rem;
    }

    .Main p {
        font-size: 18px;
    }

    .Main h1 {
        font-size: 24px;
        width: 70%;
        line-height: 40px;
        margin: 0 auto;


    }

    .subscription-box {
        padding: 1rem;
    }


    .form-group {
        width: 100%;
    }

    .providerNew {


        text-align: center;
        justify-content: normal;
        padding: 0.5rem;
        margin-bottom: 2rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;

    }

    .packagetype {
        font-size: 24px;
    }

    /* .providers {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(145px, 1fr));
        gap: 6px;
        margin-top: 2rem;
        grid-template-columns: repeat(3, 1fr);
    } */
    .provider-radio:checked + label::after {

        top: 13px;
        right: 11px;
        font-size: 16px;
        width: 20px;
        height: 20px;

    }

    .ShofhaOriginal p {
        font-size: 24px;
    }

    .shof_title img {
        width: 130px !important;
    }

    .steps h2, .download-section h2 {
        font-size: 24px;
    }

    .step-title {
        font-weight: 700;
    }

    .offer_img {
        width: 29% !important;
        position: absolute;
        transform: translate(-50%, -50%);
        top: 22%;
        left: 15%;
    }
}
@media (min-width:320px) and (max-width:390px) {
        .Main {
        top: 35% !important;
    }
        .subscription-box {
        margin-top: 0rem !important;
    }
}

/* عند المرور على الـ dropdown، نظهر القائمة */


/* إخفاء الـ radio button الفعلي */
/* إخفاء الـ radio button الفعلي */

h2 {
    font-weight: 700;
    margin-bottom: 20px;
}

.otp-container {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
}

.otp-input {
    width: 336px;
    height: 84px;
    text-align: center;
    font-size: 28px;
    border: 1px solid #414651;
    border-radius: 8px;
    background-color: #181D27;
    color: #fff;
    outline: none;
    transition: 0.2s;
}

.otp-input:focus {
    border-color: #910045;
}

.resend {
    font-size: 20px;
    color: #999;
}


.resend span.disabled {
    color: #910045;

    pointer-events: none;
}


/* عند المرور على الـ dropdown، نظهر القائمة */


/* إخفاء الـ radio button الفعلي */
/* إخفاء الـ radio button الفعلي */

.provider-radio:checked + label {
    border-color: #FF5733;
    /* على سبيل المثال تغيير اللون عند الاختيار */
}