@font-face {
    font-family: 'GT Walsheim Trial';
    src: url('../font/GT-Walsheim-Regular-Trial-BF651b7fc71a47d.otf') format('opentype'),
    url('../font/GT-Walsheim-Regular-Trial-BF651b7fc71a47d.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GT Walsheim Trial';
    src: url('../font/GT-Walsheim-Bold-Trial-BF651b7fc737c57.otf') format('opentype'), url('../font/GT-Walsheim-Bold-Trial-BF651b7fc737c57.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Akshar';
    src: url('../font/Akshar-VariableFont.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Alexandria';
    src: url('../font/Alexandria-VariableFont.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../font/Poppins-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
    --primary-color: #FFFFFF;
    --secondary-color: #121923;
    --text-color: #C3C4C3;
    --accent-color: #00B0EB;
    --border-color: rgba(255, 255, 255, 0.12);
    --background-color: rgb(0 0 0);
    --error-color: rgb(230, 87, 87);
    --red-color: #FF0000;
    --green-color: #008000;
    --default-font: 'GT Walsheim Trial', sans-serif;
}

/* Arabic (RTL) font */
html[lang="ar"] {
    font-family: 'Cairo', sans-serif !important;
}

html[lang="ar"] *:not([class*="fa-"]):not(.fa):not(.fas):not(.far):not(.fab) {
    font-family: inherit !important;
}

/* Floating button styling */
@keyframes heartbeat {
    0% {
        transform: scale(1);
    }

    25% {
        transform: scale(1.1);
    }

    50% {
        transform: scale(1);
    }

    75% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.title-section-text {
    font-family: "Alexandria", sans-serif !important;
}

.top-meba-slogan {
    font-family: "Alexandria", sans-serif !important;
    font-size: 25px !important;
    font-weight: bold !important;
    background: linear-gradient(to bottom, #ffffff, #999999) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    color: transparent !important;
    margin-bottom: 10px;
}

.counters-text {
    background: linear-gradient(to bottom, #00B0EB, #0082AD) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    color: transparent !important;
    font-family: "Akshar", sans-serif !important;
    font-size: 65px !important;
    font-weight: bold !important;
}

.join-telegram-btn {
    border-radius: 10px;
    border: 1px solid #00B0EB;
    background: rgba(255, 255, 255, 0.1);
    font-family: "Alexandria", sans-serif !important;
    color: white;
    font-size: 13px;
    font-weight: bold;
    padding: 9px 13px;
}

.get-access-btn {
    border-radius: 10px;
    border: 1px solid #00B0EB;
    background: rgb(255, 255, 255);
    font-family: "Alexandria", sans-serif !important;
    color: black;
    font-size: 13px;
    font-weight: bold;
    padding: 9px 15px;
}

.meba-word {
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    -webkit-text-stroke-color: #00B0EB;
    font-family: Alexandria, serif !important;
    font-size: 65px !important;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    opacity: 0.8;
    /*filter: blur(25px);*/
}


.service-card {
    width: 316px;
    height: 230px;
    background-color: rgba(217, 217, 217, 0.1);
    border: 1px solid #00B0EB;
    border-radius: 10px;
    padding: 15px;
}

.service-card-icon {
    width: 36px;
    height: 36px;
}

.service-card-icon-div {
    width: 61px;
    height: 65px;
    border-radius: 5px;
    border: 0.5px solid rgba(250, 250, 250, 0.55);
    background: linear-gradient(180deg, #00B0EB 0%, #006485 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-card-title {
    font-family: "Alexandria", sans-serif;
    font-size: 20px;
    color: white;
    font-weight: bold;
    margin: 0px !important;
    padding: 0px !important;
}

.service-card-subtitle {
    font-family: "Alexandria", sans-serif;
    font-size: 15px;
    color: white;
    margin: 0px !important;
    padding: 0px !important;
}

.splide__track {
    padding-inline-start: 3.0rem !important;
}



.splide__arrow--prev {
    inset-inline-start: 0.2em !important;
}

.splide__arrow--next {
    inset-inline-end: 0.2em !important;
}

/* التصميم الأساسي */
.responsive-container {
    width: 20%;
    padding: 10px;
    z-index: 2;
    min-height: 300px;
    position: absolute;
    left: 0px;
    border-radius: 20px;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(90deg, #000000 101%, #ffffffb8 40%);
    box-shadow: 0px 10px 33px 26px rgb(0 0 0);
    flex-wrap: wrap;
    flex-direction: column;
}

.responsive-content {
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 10px;
}

.responsive-heading {
    color: #00b0eb;
    text-align: left;
    margin-bottom: 20px;
    font-size: 40px;
}

.responsive-quote {
    color: white;
    font-size: 24px;
    margin-bottom: 20px;
    width: 280px;
}

.responsive-button {
    border: 1px solid #00b0eb;
    width: 75%;
    border-radius: 25px;
    padding: 10px;
    text-align: center;
    display: block;
    text-decoration: none;
    color: #00b0eb;
    font-size: 18px;
}


/* الأنماط العامة */
.dds {
    width: 114px;
    background: #00BFFF;
    border-radius: 10px;
    color: black;
    font-weight: bold;
    font-size: 14px;
    position: absolute;
    top: 35px;
    left: 20px;
}


.new-meba-btn {
    background: linear-gradient(to left, #007095, #00B0EB);
    width: 180px;
    padding: 10px 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    border-radius: 10px;
    border: none;
    font-family: Alexandria, serif;
    font-size: 15px;
    font-weight: bold;
}

.submit-email-footer-btn {
    width: 25%;
    border-radius: 0px 20px 20px 0px;
    border: 2px solid white;
}

html[lang="ar"] .submit-email-footer-btn {
    border-radius: 20px 0px 0px 20px;
}

.choose-plan-btn {
    width: 130px;
    padding: 6px 6px;
    font-size: 11px;
    margin-top: 20px;
}

.active-pricing-card .choose-plan-btn {
    margin-top: 45px;
}

html[lang="ar"] .choose-plan-btn {
    font-size: 13px;
}

.best-choice {
    background: linear-gradient(to left, #007095, #00B0EB);
    width: 110px;
    padding: 0px 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    border-radius: 6px;
    font-family: Alexandria, serif;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-inline-end: 60%;
}

.fa-right-from-bracket {
    margin-left: 15px;
}

.discount-title {
    font-family: "Alexandria", sans-serif;
    color: white;
    font-size: 40px;
    font-weight: bold;
    width: 100%;
    text-align: center;
}

.discount-word {
    color: #0090C0;
    font-size: 58px;
}

.discount-timer-container {
    background-color: rgba(217, 217, 217, 0.1);
    border-radius: 20px;
    border: 1px solid #00B0EB;
    font-family: "Alexandria", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: white;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    /*gap: 140px;*/
    width: 736px;
    padding: 12px 20px 12px 20px;
    margin: 60px auto 0 auto;
}

.discount-timer-divider {
    width: 2px;
    height: 67px;
    background: rgba(255, 255, 255, 0.23);
}


.splide__arrow {
    background-color: transparent !important;
    border: none !important;
    color: #d9f5dd !important;
}


.splide__arrow > svg {
    fill: white;
    fill-opacity: 1;
    height: 100px;
    width: 100px;
}

.splide__arrow--prev, .splide__arrow--next {
    height: 40px;
    width: 40px;
}


.safe-secure-txt {
    color: #FFF;
    leading-trim: both;
    text-edge: cap;
    font-family: Alexandria;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

.checkout-txt {
    background: linear-gradient(90deg, #00B0EB 0%, #006485 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    leading-trim: both;
    text-edge: cap;
    font-family: Alexandria;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

.checkout-txt2 {
    font-family: Alexandria;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

.cancel-anytime-txt {
    color: #FFF;
    leading-trim: both;
    text-edge: cap;
    font-family: "GT Walsheim Trial";
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 34px; /* 141.667% */
}

.contact-button {
    width: 65px;
    height: 65px;
    color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    font-weight: bold;
    text-align: center;
    animation: heartbeat 1.5s infinite;
    z-index: 9999;

    background: rgba(255, 255, 255, 0.1); /* semi-transparent */
    backdrop-filter: blur(10px); /* frosted blur */
    -webkit-backdrop-filter: blur(10px); /* Safari support */
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}

.contact-button::before {
    content: "✉";
}

.contact-button:hover {
    box-shadow: 0 6px 15px rgba(0, 170, 228, 0.7);
}

/* Dropdown menu */
.contact-menu {
    position: fixed;
    bottom: 90px;
    inset-inline-end: 20px;
    border-radius: 10px;
    overflow: hidden;
    display: none;
    padding: 10px;
    text-align: center;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.1); /* semi-transparent */
    backdrop-filter: blur(10px); /* frosted blur */
    -webkit-backdrop-filter: blur(10px); /* Safari support */
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}

.menu-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #017FAB;
}

.contact-menu a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 18px;
    text-decoration: none;
    color: black;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #f1f1f1;
    transition: background 0.3s;
    z-index: 9999;
}

.contact-menu a:last-child {
    border-bottom: none;
}

.contact-menu a img {
    width: 24px;
    height: 24px;
}

.contact-menu a:hover {
    background: #e0f7ff;
}

body {
    font-size: 16px;
    font-weight: 400;
    font-family: var(--default-font);
    color: var(--text-color);
    line-height: 1.6em;
    background-color: black;
    position: relative !important;
}

.body-neon-spot, .courses-neon-spot {
    position: absolute;
    top: 0px;
    inset-inline-end: 0px;
    width: 582px;
    height: 330px;
    border-radius: 582px;
    background: linear-gradient(180deg, rgba(1, 0, 0, 0.00) -136.95%, rgba(0, 87, 116, 0.80) 58.66%);
    filter: blur(200px);
}

.courses-neon-spot{
    z-index: -1;
}

.lesson-btnz-neon-spot {
    position: absolute;
    top: -320%;
    inset-inline-end: 24%;
    width: 386px;
    height: 330px;
    border-radius: 50%;
    z-index: -1;
    background: linear-gradient(180deg, rgba(1, 0, 0, 0.00) -136.95%, rgba(0, 87, 116, 0.80) 58.66%);
    filter: blur(200px);
}

p {
    line-height: 1.6em;
    margin-bottom: 1.5em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--default-font);
    margin-top: 0;
    font-weight: 900;
    letter-spacing: -0.02em;
    color: var(--primary-color);
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #000000;
    /* لون داكن يناسب المواقع الاحترافية */
    color: #fff;
    padding: 10px;
    text-align: center;
    font-size: 16px;
    z-index: 1000;
    font-family: 'Arial', sans-serif;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
}

.cookie-banner p {
    margin-bottom: 13px;
    display: inline-block;
    font-size: 12px;
    max-width: 80%;
}

.accept-button {
    background-color: #000000;
    /* لون أزرق هادئ */
    color: white;
    border: none;
    padding: 12px 25px;
    border: solid 1px #00B0EB;
    cursor: pointer;
    margin-left: 20px;
    box-shadow: 0 0 20px #00B0EB;
    border-radius: 50px;
    /* حواف دائرية تعطي مظهرًا أنيقًا */
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.accept-button:hover {
    background-color: #71dbff;
    /* تغيير اللون عند التمرير */
    transform: scale(1.05);
    /* تكبير الزر قليلاً عند التمرير */
}

.accept-button:focus {
    outline: none;
    /* إزالة التأثير عند الضغط على الزر */
}

.cookie-banner a {
    color: white;
    /* لون مميز لربط سياسة الكوكيز */
    text-decoration: underline;
    font-size: 14px;
    font-weight: normal;
}

.cookie-banner a:hover {
    color: white;
}

/* CSS for the active effect */
.vision-mission-item.active img {
    border: 1px solid #00B0EB;
    /* إضافة حد باللون الأزرق عند النقر */
    box-shadow: 0px 0px 10px rgba(0, 176, 235, 0.5);
    /* إضافة ظل خفيف حول الصورة */
}

/* إضافات أخرى لتنسيق العنصر عندما يكون في حالة active */
.vision-mission-item.active {
    border: 1px solid #FFFFFF;
    /* إضافة حد للأيقونة عند التفعيل */
    box-shadow: 0px 0px 15px rgba(0, 176, 235, 0.6);
    /* إضافة ظل إضافي حول العنصر */
}

.faq-wrapper {
    width: 90%;
    max-width: 600px;
    background-color: #1e1e1e;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
}

.faq-block {
    margin-bottom: 15px;
    fill: rgba(217, 217, 217, 0.10);
    border-radius: 13px;
    border: 2px solid #006485;
    filter: drop-shadow(0 0 8px rgba(0, 176, 235, 0.68));
    backdrop-filter: blur(20px);
    overflow: hidden;
    text-wrap: wrap;
}

.faq-divider {
    background-color: rgba(10, 83, 190, 0.55);
    width: 95%;
    height: 1px;
    margin-bottom: 10px;
}

.faq-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
    padding: 15px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-size: 16px;
}

.faq-question {
    width: 90%;
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-all;
    hyphens: auto;
}

.faq-header:hover {
    /*    background-color: #008c9e;*/
}

.icon-container {
    height: 30px;
    width: 30px;
    border-radius: 10px;
    border: 1px solid #00aee9;
    display: flex;
    justify-content: center;
    /* لتوسيط الأيقونة أفقيًا */
    align-items: center;
    /* لتوسيط الأيقونة عموديًا */
    position: relative;
    background-color: white;
    /* تفعيل النظام النسبي */
}

.icon-container::before {
    content: "\f107";
    /* رمز Font Awesome */
    font-family: "Font Awesome 5 Free";
    /* اسم الخط */
    font-weight: 900;
    /* وزن الخط (تأكد من أنه موجود في Font Awesome) */
    font-size: 14px;
    /* حجم الرمز */
    color: black;
    /* لون الرمز */
}

.faq-icon {
    font-size: 12px;
    transition: transform 0.3s ease;
}

.faq-body {
    display: none;
    /* background-color: #2a2a2a;*/
    padding: 15px;
    color: #dcdcdc;
    font-size: 14px;
}

.faq-body p {
    margin: 0;
}

/* تنسيق خاص بالصور */
.device-container {
    position: relative;
    text-align: center;
}

.device-container img {
    width: 100%;
    max-width: 938px;
    margin-bottom: 20px;
}

/* إطار الهاتف */
.phone-container {
    position: absolute;
    left: 10%;
    top: 10%;
    width: 200px;
}

/* النصوص الجانبية (كـ Tabs) */
.image-overlay {
    position: absolute;
    top: 15%;
    right: -1%;
    background-color: rgba(255, 255, 255, 0.11); /* Semi-transparent white */
    backdrop-filter: blur(6px); /* Blur effect */
    -webkit-backdrop-filter: blur(6px); /* Safari support */
    border-radius: 30px;
    padding: 20px;
    line-height: 2;
    color: white;
    box-shadow: 0px 0px 5px #00B0EB;
    display: flex;
    flex-direction: column;
    gap: 10px;
    /* المسافة بين العناصر */
    align-items: center;
    /* محاذاة العناصر وسطياً */
    text-align: center;
}

/* تصميم الروابط */
.image-overlay a {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
    display: inline-block;
    width: 100%;
    /* لضمان توحيد المقاسات */
    padding: 12px 11px;
    /* مسافة داخلية للعناصر */
    border-radius: 15px;
    /* أطراف دائرية */
    /*background-color: rgba(0, 176, 235, 0.1);*/
    /* خلفية خفيفة */
    cursor: pointer;
}

/* تصميم العنصر النشط (Active) */
.image-overlay a:hover,
.image-overlay a.active {
    color: #fff;
    /* النص باللون الأبيض */
    background-color: #12242a;
    /* خلفية مميزة */
    text-decoration: none;
    /* box-shadow: 0px 0px 10px #00B0EB;*/
    /*transform: scale(1.05);*/
    /* تكبير العنصر قليلاً */
}


.buttons {
    display: flex;
    gap: 20px;
}

.button {
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    border-radius: 15px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

/* الزر الأول */
.button-primary {
    background-color: black;
    color: white;
    border: 1px solid #00B0EB;
    box-shadow: 0 0 5px #00B0EB;
    border-radius: 35px;
}

.button-primary:hover {
    background-color: #00B0EB;
    color: black;
    box-shadow: 0 0 20px #00B0EB;
}

/* الزر الثاني */
.button-secondary {
    background-color: white;
    color: #00465D;
    border: 2px solid #000;
}

.button-secondary:hover {
    background-color: #f0f0f0;
    color: #000;
}


.before-after-container {
    position: relative;
    width: 100%;
    /* عرض الحاوية */
    height: 300px;
    /* ارتفاع الحاوية */
    overflow: hidden;
}

.before-after-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.before-after-container .after {
    clip-path: inset(0 50% 0 0);
    /* تقطيع الصورة "بعد" لتظهر نصف الحاوية */
    transition: clip-path 0.3s ease;
}

.slider {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    /* عرض الخط */
    height: 100%;
    background-color: #00aaff;
    cursor: ew-resize;
}


.three-d-div {
    /* إضافة تأثير حركة سلسة */
    transition: transform 0.6s ease, box-shadow 0.6s ease;
    /* تأثير الحركة */
    perspective: 1500px;
    /* العمق ثلاثي الأبعاد */
}

.three-d-div:hover {
    /* تدوير العنصر في جميع الاتجاهات X, Y, Z */
    transform: perspective(1000px) rotateX(20deg) rotateY(20deg) rotateZ(15deg) scale3d(1.05, 1.05, 1.05);
    /* تأثير ثلاثي الأبعاد */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
    /* إضافة ظل عميق */
}

.three-d-image {
    visibility: visible;
    animation: fadeIn 2s ease-in-out;
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) scale3d(1, 1, 1);
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    /* جعل الحواف مستديرة */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    /* إضافة ظل للصورة */
}

.feature-box {
    text-align: center;
    color: white;
    padding: 20px 10px;
}


.feature-box h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.feature-box p {
    font-size: 14px;
    line-height: 1.5;
    color: #bbb;
}

/* فاصل الخط */
.feature-box:not(:last-child) {
    border-right: 1px solid #00B0EB;
}

figure {
    display: block;
    margin: 0;
    width: 100%;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    outline: 0;
}

a:focus {
    text-decoration: none;
    outline: 0;
}

.container {
    max-width: 1300px;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    padding-right: 15px;
    padding-left: 15px;
}

.no-gap.row {
    margin-left: 0;
    margin-right: 0;
}

.no-gap.row > * {
    padding-left: 0;
    padding-right: 0;
}

.row.row-equal-height > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

.image-anime {
    position: relative;
    overflow: hidden;
}

.image-anime:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.image-anime:hover:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.reveal {
    position: relative;
    /*display: -webkit-inline-box;*/
    /*display: -ms-inline-flexbox;*/
    display: inline-flex;
    visibility: hidden;
    overflow: hidden;
}

.reveal img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform-origin: left;
    transform-origin: left;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.row > * {
    padding-right: 15px;
    padding-left: 15px;
}

.cookies-btn {
    width: 20%;
    background-color: #ffffff;
    color: #0a53be !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    border-radius: 10px;
    padding: 5px;
    border: none;
    text-align: center;
}

.cookie-banner {
    width: 95% !important;
    background-color: #03769d !important;
    border: 1px solid #b8d5f1 !important;
    border-radius: 10px;
    margin: auto auto !important;
    left: 2.5% !important;
}


.btn-default {
    display: inline-block;
    font-family: var(--default-font);
    font-size: 16px;
    font-weight: 600;
    background: var(--accent-color);
    color: var(--primary-color);
    border-radius: 32px;
    padding: 4px 16px;
    position: relative;
    overflow: hidden;
    z-index: 0;
    border: none;
    outline: 0;
    box-shadow: none;
    transition: 0.2s transform;
}

.btn-default::after {
    content: '';
    position: absolute;
    width: 0;
    height: 104%;
    top: 50%;
    left: 50%;
    background: var(--primary-color);
    opacity: 0;
    z-index: -1;
    transform: translateX(-51%) translateY(-51%);
    transition: all 0.4s;
    border-radius: 5px;
}

.btn-default:hover {
    color: var(--accent-color);
}

.btn-default:hover::after {
    width: 106%;
    opacity: 1;
}

.element {
    border-bottom: solid 1px transparent;
    /* تعيين حد شفاف لتغطية الحدود الأساسية */
    background-image: linear-gradient(to right, transparent 10%, #00B0EB 50%, transparent 90%);
    /* تدرج لوني يدمج اللونين */
    background-position: bottom;
    background-size: 100% 1px;
    /* تحديد حجم التدرج ليغطي العرض بالكامل ويكون بحجم خط الحد */
    background-repeat: no-repeat;
}

.btn-defaulttwo {
    display: inline-block;
    font-family: var(--default-font);
    font-size: 16px;
    font-weight: 600;
    background: white;
    color: black;
    border-radius: 6px;
    padding: 4px 16px;
    position: relative;
    overflow: hidden;
    z-index: 0;
    border: none;
    outline: 0;
    box-shadow: none;
    transition: 0.2s transform;
}

.btn-defaulttwo::after {
    content: '';
    position: absolute;
    width: 0;
    height: 104%;
    top: 50%;
    left: 50%;
    background: var(--accent-color);
    opacity: 0;
    z-index: -1;
    transform: translateX(-51%) translateY(-51%);
    transition: all 0.4s;
    border-radius: 5px;
}

.btn-defaulttwo:hover {
    color: white;
}

.btn-defaulttwo:hover::after {
    width: 106%;
    opacity: 1;
}

.btn-defaultthree {
    display: inline-block;
    font-family: var(--default-font);
    font-size: 16px;
    font-weight: 600;
    background: #000000;
    color: white;
    border-radius: 6px;
    padding: 4px 16px;
    position: relative;
    overflow: hidden;
    z-index: 0;
    border: solid 1px #716b6b;
    outline: 0;
    box-shadow: none;
    transition: 0.2s transform;
}

.btn-defaultthree::after {
    content: '';
    position: absolute;
    width: 0;
    height: 104%;
    top: 50%;
    left: 50%;
    background: var(--accent-color);
    opacity: 0;
    z-index: -1;
    transform: translateX(-51%) translateY(-51%);
    transition: all 0.4s;
    border-radius: 5px;
}

.btn-defaultthree:hover {
    color: white;
}

.btn-defaultthree:hover::after {
    width: 106%;
    opacity: 1;
}

::-webkit-scrollbar-track {
    background-color: var(--background-color);
    border-left: 1px solid var(--border-color);
}

::-webkit-scrollbar {
    width: 7px;
    background-color: var(--background-color);
}

::-webkit-scrollbar-thumb {
    background: var(--accent-color);
}

#magic-cursor {
    position: absolute;
    width: 10px !important;
    height: 10px !important;
    pointer-events: none;
    z-index: 1000000;
}

#ball {
    position: fixed;
    display: block;
    left: 0;
    top: 0;
    transform: translate(-50%, -50%);
    width: 24px !important;
    height: 24px !important;
    background: transparent;
    border: 2px solid var(--accent-color);
    border-radius: 50%;
    pointer-events: none;
    opacity: 1 !important;
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    background-color: var(--secondary-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

.loading-container,
.loading {
    height: 100px;
    position: relative;
    width: 100px;
    border-radius: 100%;
}

.loading-container {
    margin: 40px auto;
}

.loading {
    border: 1px solid transparent;
    border-color: transparent var(--accent-color) transparent var(--accent-color);
    animation: rotate-loading 1.5s linear 0s infinite normal;
    transform-origin: 50% 50%;
}

.loading-container:hover .loading,
.loading-container .loading {
    transition: all 0.5s ease-in-out;
}

#loading-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100px;
    transform: translate(-50%, -50%);
}

@keyframes rotate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.section-title {
    text-align: center;
}

.faq-section-title {
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.discover-indicator-works {
    position: relative;
    text-align: end;
    color: #0087B4;
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
    font-family: Alexandria, serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 3rem;
}

html[lang="ar"] .discover-indicator-works {
    text-align: start;
}

.section-title h3 {
    display: inline-block;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 0em;
    color: var(--accent-color);
    /*padding-left: 30px;*/
    position: relative;
    margin-bottom: 15px;
}

.section-title h3:before {
    /*content: '';*/
    position: absolute;
    top: 2px;
    left: 0;
    /*background: url("../images/small-logo.svg") no-repeat center center;*/
    background-size: cover;
    width: 20px;
    height: 20px;
    animation: rotation 2s infinite linear;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}

.section-title h1,
.section-title h2 {
    font-family: var(--default-font);
    font-size: 40px;
    line-height: 1.2em;
}

.section-title h1 {
    font-size: 76px;
    /*letter-spacing: -0.02em;*/
}

.section-title h1 span,
.section-title h2 span {
    color: var(--accent-color);
}

/************************************/

/**** 	   03. Header css		 ****/

/************************************/

header.main-header {
    position: fixed;
    top: 10px;
    /*inset-inline-start: 1.5%;*/
    /*min-width: 1315px;*/
    /*margin: 0 auto;*/
    /* center it: move origin to 50% then pull back half its own width */
    left: 50%;
    transform: translateX(-50%);

    /* fluid/responsive width with an upper cap */
    width: 97.5%;
    max-width: 1315px;

    border-radius: 60px;
    border: 1px solid #00B0EB;
    z-index: 100;
    padding-block: 10px;
    background: rgba(255, 255, 255, 0.1); /* semi-transparent */
    backdrop-filter: blur(10px); /* frosted blur */
    -webkit-backdrop-filter: blur(10px); /* Safari support */
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}


.mobile-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 16px;
    backdrop-filter: blur(8px);
    background: rgba(255, 255, 255, 0.1);
}

.mobile-lang {
    flex: 1;
}

.mobile-logo {
    flex: 1;
    text-align: center;
    position: absolute;
    inset-inline-start: 50%;
    transform: translateX(-50%);
}

.mobile-toggle {
    flex: 1;
    text-align: right;
}



header.main-header .header-sticky {
    position: relative;
    top: 10px;
    z-index: 100;
}

header.main-header .header-sticky.hide {
    transform: translateY(-100%);
    transition: transform 0.3s ease-in-out;
}

header.main-header .header-sticky.active {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transform: translateY(0);
}

.navbar {
    padding: 0;
}

.navbar-brand {
    padding: 0;
}

.main-menu {
    font-family: var(--default-font);
    justify-content: flex-end;
}

.main-menu ul {
    align-items: center;
}

.main-menu ul li {
    margin: 0 15px;
    position: relative;
}

.main-menu ul li.submenu > a:after {
    content: '\f107';
    font-family: 'FontAwesome';
    font-weight: 900;
    font-size: 14px;
    margin-left: 8px;
}

.main-menu ul li a {
    font-size: 16px;
    font-weight: 300;
    padding: 12px 10px !important;
    color: var(--primary-color);
    position: relative;
}

.main-menu ul li.highlighted-menu a {
    display: inline-block;
    font-family: var(--default-font);
    font-size: 16px;
    font-weight: 600;
    background: linear-gradient(to right, #00B0EB, #005774);
    color: var(--primary-color);
    border: 1px solid white;
    border-radius: 6px;
    padding: 5px 10px !important;
    position: relative;
    overflow: hidden;
    z-index: 0;
    outline: 0;
    transition: 0.2s transform;
}

.main-menu ul li.highlighted-menu a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 104%;
    top: 50%;
    left: 50%;
    background: var(--primary-color);
    opacity: 0;
    z-index: -1;
    transform: translateX(-51%) translateY(-51%);
    transition: all 0.4s;
    border-radius: 6px;
}

.main-menu ul li.highlighted-menu a:hover {
    color: var(--accent-color) !important;
}

.main-menu ul li.highlighted-menu:hover .client-area-icon-img {
    content: url("../photo/icons/user-hover.svg");
}

.main-menu ul li.highlighted-menu a:hover::after {
    width: 106%;
    opacity: 1;
}

.main-menu ul li a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 3px;
    /* ارتفاع النقطة */
    background: #00B0EB;
    /* لون النقطة */
    bottom: 0;
    /* موضع النقطة */
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    /* البداية شفافة */
    transition: all 0.4s ease-in-out;
}

/* عند hover */

.main-menu ul li a:hover::after {
    /*		width: 10px;
		height: 8px;
		border-radius: 50px;*/
    opacity: 1;
    /* ظهور النقطة */
}

/* عند active */

.main-menu ul li a.active::after {
    width: 62px;
    height: 4px;
    opacity: 1;
    border-radius: 8px;
    background: linear-gradient(to right, #00B0EB, #005774);
    /* ظهور النقطة */
}

.mobile-lang-link::after {
    content: '';
    width: 55px;
    height: 4px;
    opacity: 1;
    border-radius: 8px;
    background: linear-gradient(to right, #00B0EB, #005774);
    display: block;
    margin-inline-start: 20px;
}

html[lang="ar"] .mobile-lang-link::after {
    width: 63px;
    margin-inline-start: 25px;
}

.main-menu ul li a:hover,
.main-menu ul li a.active,
.main-menu ul li a:focus {
    color: white;
    font-weight: bold !important;
}

.main-menu ul li.highlightedtwo-menu a {
    display: inline-block;
    font-family: var(--default-font);
    font-size: 16px;
    font-weight: 300;
    background: transparent;
    color: white;
    border-radius: 6px;
    padding: 5px 15px !important;
    position: relative;
    overflow: hidden;
    z-index: 0;
    border: solid 1px #00B0EB;
    outline: 0;
    box-shadow: none;
    transition: 0.2s transform;
}

.main-menu ul li.highlightedtwo-menu a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 104%;
    top: 50%;
    left: 50%;
    background: var(--primary-color);
    opacity: 0;
    z-index: -1;
    transform: translateX(-51%) translateY(-51%);
    transition: all 0.4s;
    border-radius: 6px;
}

.main-menu ul li.highlightedtwo-menu a:hover {
    color: var(--accent-color) !important;
}

.highlightedtwo-menu:hover .lang-icon-img {
    content: url('../photo/icons/globe-hover.svg');
}

.main-menu ul li.highlightedtwo-menu a:hover::after {
    width: 106%;
    opacity: 1;
}

.main-menu ul ul {
    visibility: hidden;
    opacity: 0;
    transform: scaleY(0.8);
    transform-origin: top;
    padding: 8px 0;
    margin: 0;
    list-style: none;
    width: 180px;
    border-radius: 6px;
    position: absolute;
    left: 0;
    top: 100%;
    overflow: hidden;
    background-color: var(--accent-color);
    transition: all .3s ease-in-out;
}

.main-menu ul li:hover > ul {
    visibility: visible;
    opacity: 1;
    transform: scaleY(1);
}

.main-menu ul ul ul {
    left: 100%;
    top: 0;
}

.main-menu ul ul li {
    margin: 0;
    padding: 0;
}

.main-menu ul ul li a {
    color: var(--secondary-color);
    padding: 6px 20px !important;
}

.main-menu ul ul li a:hover,
.main-menu ul ul li a.active {
    color: var(--secondary-color) !important;
    background-color: #ffffff20;
}

.responsive-menu,
.navbar-toggle {
    display: none;
}

.responsive-menu {
    position: relative;
}

.slicknav_btn {
    position: relative;
    width: 40px;
    height: 40px;
    background: var(--accent-color);
    border-radius: 6px;
    padding: 7px 0 0;
    margin: 0;
}

.slicknav_icon .slicknav_icon-bar {
    display: block;
    height: 3px;
    width: 26px;
    background-color: var(--secondary-color);
    margin: 4px auto;
    border-radius: 4px;
}

.slicknav_icon .slicknav_icon-bar.slicknav_icon-bar {
    content: '\f00d';
    font-family: 'FontAwesome';
    font-weight: 900;
    font-size: 14px;
    color: #dddddd;
}

.slicknav_menu {
    padding: 0;
    background: none;
}

.slicknav_nav a,
.slicknav_nav .slicknav_row {
    padding: 10px 20px 6px;
    margin: 0px;
}

.slicknav_nav {
    padding-top: 5px;
    padding-bottom: 5px;
}

.slicknav_nav ul {
    margin: 0;
}

.slicknav_nav li ul li a,
.slicknav_nav li ul li a.slicknav_row {
    margin: 0;
    padding: 10px 30px;
}

.slicknav_nav li ul ul {
    margin-left: 20px;
}

.slicknav_nav li a {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    padding: 10px 20px;
    color: #dddddd;
    text-transform: capitalize;
    position: relative;
}

.slicknav_nav a:hover,
.slicknav_nav .slicknav_row:hover {
    background-color: #ffffff20;
    border-radius: 0;
    color: var(--secondary-color);
}

.slicknav_arrow {
    font-size: 0 !important;
}

.slicknav_arrow:after {
    content: '\f107';
    position: absolute;
    top: 12px;
    right: 20px;
    font-family: 'FontAwesome';
    font-size: 14px;
    font-weight: 900;
    text-align: center;
    width: 20px;
    height: 20px;
    transition: all 0.3s ease-out;
}

.slicknav_open > a .slicknav_arrow:after {
    transform: rotate(-180deg);
}

.navbar-toggle a.slicknav_btn .slicknav_icon span.slicknav_icon-bar {
    transition: 0.1s;
    border-radius: 2px;
}

.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(1) {
    transform: rotate(-45deg) translate(-5px, 5px);
}

.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(2) {
    opacity: 0;
}

.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(3) {
    transform: rotate(45deg) translate(-5px, -5px);
}

/************************************/

/**** 	    04. Hero css		 ****/

/************************************/

.hero {
    padding: 0;
    /*background: url("../images/hero.jpg") no-repeat center center;*/
    background-size: cover;
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-neon-spot {
    position: absolute;
    top: 127px;
    width: 360px;
    height: 265px;
    background: radial-gradient(circle, rgba(0, 173, 239, 0.8) 0%, transparent 60%);
    filter: blur(75px);
    pointer-events: none;
}

html[lang="ar"] .hero-neon-spot {
    top: 221px;
    width: 360px;
    height: 79px;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    /*background: var(--secondary-color);*/
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 1;
}

.hero .container {
    max-width: 1300px;
    position: relative;
    z-index: 2;
}


.hero-content-body {
    max-width: 601px;
    margin: 0 auto;
}

.hero-content-body p {
    font-size: 18px;
    color: var(--primary-color);
}

.hero-video .hero-bg-video {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.hero-video .hero-section .hero-bg-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero.hero-slider {
    background: none;
    padding: 0;
    display: block;
}

.hero.hero-slider .hero-slider-layout1 .hero-slide {
    position: relative;
    padding: 180px 0;
}

.hero.hero-slider .hero-slider-layout1 .hero-slide:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--secondary-color);
    z-index: 1;
    opacity: 0.75;
}

.hero.hero-slider .hero-slider-layout1 .hero-slide .hero-slider-image {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.hero.hero-slider .hero-slider-layout1 .hero-slide .hero-slider-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero.hero-slider .hero-slider-layout1 .hero-slide .hero-content {
    position: relative;
    z-index: 2;
}

.hero.hero-slider .hero-slider-layout1 .hero-button-prev,
.hero.hero-slider .hero-slider-layout1 .hero-button-next {
    width: 50px;
    height: 50px;
    background-color: var(--accent-color);
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

/*.hero.hero-slider .hero-slider-layout1 .hero-button-prev {*/
/*    left: 20px;*/
/*    background-image: url(../images/icon-left.svg);*/
/*}*/

/*.hero.hero-slider .hero-slider-layout1 .hero-button-next {*/
/*    right: 20px;*/
/*    background-image: url(../images/icon-right.svg);*/
/*}*/

.hero.hero-slider .hero-slider-layout1 .hero-button-prev:hover,
.hero.hero-slider .hero-slider-layout1 .hero-button-next:hover {
    background-color: var(--accent-color);
    opacity: 0.9;
}

/***************************************/

/**** 	    05. Coin Ticker css	 	****/

/***************************************/

.coin-ticker {
    background: var(--background-color);
    padding: 20px 0;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.coin-ticker .container-fluid,
.coin-ticker .container-fluid .row > * {
    padding-left: 0;
    padding-right: 0;
}

.coin-ticker .container-fluid .row {
    margin-left: 0;
    margin-right: 0;
}

.scrolling-ticker-box {
    --gap: 40px;
    position: relative;
    display: flex;
    overflow: hidden;
    user-select: none;
    gap: var(--gap);
}

.scrolling-content {
    flex-shrink: 0;
    display: flex;
    gap: var(--gap);
    min-width: 100%;
    animation: scroll 24s linear infinite;
}

.scrolling-content .scrolling-item {
    display: flex;
    align-items: center;
}

.scrolling-content .scrolling-item .icon-box {
    padding-right: 20px;
    padding-left: 2px;
}

.scrolling-content .scrolling-item .icon-box img {
    max-width: 36px;
}

.scrolling-content .scrolling-item p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: 0em;
    color: var(--primary-color);
    margin-bottom: 0;
}

@keyframes scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(calc(-100% - var(--gap)));
    }
}

/******************************************/

/****   	 06. About Us css   	   ****/

/******************************************/

.about-us {
    padding: 100px 0 60px;
}

.about-images {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.about-images .about-image {
    width: 48.8%;
}

.about-images .about-image figure {
    width: 100%;
    border-radius: 10px;
}

.about-images .about-image figure img {
    width: 100%;
    border-radius: 10px;
}

.about-info-item {
    margin-top: 15px;
    padding: 15px 30px;
    display: flex;
    align-items: center;
    background: var(--background-color);
    border: 1px solid var(--border-color);
    border-radius: 10px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.about-info-item .icon-box {
    padding-right: 15px;
}

.about-info-item .icon-box img {
    max-width: 50px;
}

.about-info-item h5 {
    font-size: 22px;
    margin-bottom: 0;
}

.about-content {
    padding-left: 40px;
}

.about-content .about-list-item ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.about-content .about-list-item ul li {
    font-size: 16px;
    padding-left: 30px;
    width: calc(50% - 10px);
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative;
}

.about-content .about-list-item ul li:nth-of-type(2n+2) {
    margin-right: 0;
}

.about-content .about-list-item ul li::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    /*background: url("../images/icon-checkbox.svg") no-repeat center center;*/
    background-size: cover;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
}

.about-content .about-footer {
    margin-top: 10px;
}

/******************************************/

/****  	    07. How It Works css       ****/

/******************************************/

.how-it-works {
    padding: 0;
    margin-top: 60px;
    position: relative;
}

.service-card-spot {
    position: absolute;
    top: 0%;
    inset-inline-start: 5%;
    width: 118px;
    height: 80px;
    background: radial-gradient(circle, rgba(0, 173, 239, 0.8) 0%, transparent 60%);
    filter: blur(50px);
    pointer-events: none;
}

.youtube-section-spot {
    position: absolute;
    top: -200px;
    inset-inline-start: 0px;
    width: 582px;
    height: 330px;
    border-radius: 582px;
    background: linear-gradient(180deg, rgba(1, 0, 0, 0.00) -136.95%, rgba(0, 87, 116, 0.80) 58.66%);
    filter: blur(200px);
    pointer-events: none;
}

.youtube-section-title-spot {
    position: absolute;
    top: -85%;
    inset-inline-start: 94px;
    width: 120px;
    height: 58px;
    background: linear-gradient(180deg, rgba(1, 0, 0, 0.00) -136.95%, rgba(0, 68, 91, 0.80) 58.66%);
    filter: blur(50px);
}

.pricing-section-spot {
    position: absolute;
    top: -11%;
    inset-inline-start: 30%;
    width: 540px;
    height: 390px;
    background: linear-gradient(180deg, rgba(1, 0, 0, 0.00) -136.95%, rgba(0, 87, 116, 0.90) 58.66%);
    filter: blur(200px);
    pointer-events: none;
    z-index: 3;
}

.features-section-spot {
    position: absolute;
    top: 12%;
    inset-inline-start: 30%;
    width: 570px;
    height: 359px;
    border-radius: 570px;
    background: linear-gradient(180deg, rgba(1, 0, 0, 0.00) -136.95%, rgba(0, 87, 116, 0.80) 58.66%);
    filter: blur(200px);
    z-index: 2;
}

.feedbacks-section-spot {
    position: absolute;
    top: 46px;
    inset-inline-start: -3px;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(0, 173, 239, 0.8) 0%, transparent 60%);
    filter: blur(50px);
    pointer-events: none;
}

.how-it-works-item,
.service-item,
.why-choose-us-item,
.download-app-item {
    padding: 50px;
    text-align: center;
    background: var(--background-color);
    border: 1px solid var(--border-color);
    border-radius: 10px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.how-it-works-item .icon-box,
.service-item .icon-box,
.why-choose-us-item .icon-box {
    margin-bottom: 30px;
}

.how-it-works-item .icon-box img,
.service-item .icon-box img,
.why-choose-us-item .icon-box img {
    width: 80px;
    height: 80px;
}

.how-it-works-item h3,
.service-item h3,
.why-choose-us-item h3,
.download-app-item h3 {
    font-size: 22px;
    margin-bottom: 20px;
}

.how-it-works-item p,
.service-item p,
.why-choose-us-item p {
    margin-bottom: 0;
}

/******************************************/

/****  	 08. Exclusive Partners css    ****/

/******************************************/

.exclusive-partners {
    padding: 60px 0;
}

.partners-logos {
    display: flex;
    flex-wrap: wrap;
    column-gap: 50px;
    row-gap: 50px;
    align-items: center;
    justify-content: center;
}

/******************************************/

/****  	    09. Our Services css       ****/

/******************************************/

.our-services {
    padding: 60px 0 30px;
}

.our-services .row .col-lg-4.col-md-6 {
    margin-bottom: 30px;
}

.service-item {
    padding: 40px;
    height: 100%;
}

.service-item.active {
    background: var(--accent-color);
}

.service-item.active p {
    color: var(--primary-color);
}

/******************************************/

/****   	10. Price Section css  	   ****/

/******************************************/

.price-section {
    padding: 0;
    margin-top: 60px;
}

.price-section .container-fluid,
.price-section .container-fluid .row > * {
    padding-left: 0;
    padding-right: 0;
}

.price-section .container-fluid .row {
    margin-left: 0;
    margin-right: 0;
}

.price-section .section-title {
    padding: 0 15px;
}

.price-carousel.price-carousel-left {
    margin-bottom: 30px;
}

.price-carousel .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

.price-carousel .swiper-slide .price-item {
    padding: 30px;
    text-align: center;
    background: var(--background-color);
    border: 1px solid var(--border-color);
    border-radius: 10px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    min-width: 220px;
}

.price-carousel .price-item .icon-box {
    margin-bottom: 20px;
}

.price-carousel .price-item .icon-box img {
    width: 60px;
    height: 60px;
}

.price-carousel .price-item h4 {
    font-size: 22px;
    color: var(--text-color);
}

.price-carousel .price-item p {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5em;
    letter-spacing: 0em;
    color: var(--primary-color);
    margin-bottom: 20px;
}

.price-carousel .price-item p span {
    font-size: 16px;
    display: inline-block;
    padding-left: 30px;
    position: relative;
}

.price-carousel .price-item p span::before {
    content: '\f0d8';
    position: absolute;
    top: 0;
    left: 10px;
    bottom: auto;
    color: inherit;
    font-family: "Font Awesome 6 Free";
    font-size: 15px;
    font-weight: 900;
}

.price-carousel .price-item p span.price-green {
    color: var(--green-color);
}

.price-carousel .price-item p span.price-red {
    color: var(--red-color);
}

.price-carousel .price-item a {
    padding: 10px 20px;
}

@keyframes scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(calc(-100% - var(--gap)));
    }
}

/******************************************/

/****   	 11. Intro Video css   	   ****/

/******************************************/

.intro-video {
    padding: 60px 0;
}

.intro-video-box {
    position: relative;
}

.intro-video-box .video-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.intro-video-box .video-play-button a {
    display: block;
    position: relative;
}

.video-play-button a:before {
    content: '';
    position: absolute;
    top: -30%;
    left: -30%;
    width: 160%;
    height: 160%;
    border: 3px solid var(--accent-color);
    border-radius: 50%;
    transform: scale(0.6);
    z-index: -1;
    animation: border-zooming 1s infinite linear;
}

.video-play-button a:after {
    content: '';
    position: absolute;
    top: -30%;
    left: -30%;
    width: 160%;
    height: 160%;
    border: 3px solid var(--accent-color);
    border-radius: 50%;
    transform: scale(0.6);
    z-index: -1;
    animation: border-zooming 1s infinite linear;
    animation-delay: .3s;
}

.intro-video-box .video-play-button a img {
    max-width: 80px;
}

@keyframes border-zooming {
    100% {
        transform: scale(1);
        opacity: 0;
    }
}

/******************************************/

/****  	    12. Why Choose Us css      ****/

/******************************************/

.why-choose-us {
    padding: 60px 0;
}

/******************************************/

/****  	    13. Download Apss css      ****/

/******************************************/

.download-apps {
    padding: 0;
    margin-top: 60px;
    position: relative;
}

.third-section-title-spot {
    position: absolute;
    top: -90%;
    inset-inline-start: 0%;
    width: 148px;
    height: 66px;
    background: linear-gradient(180deg, rgba(1, 0, 0, 0.00) -136.95%, rgba(0, 68, 91, 0.80) 58.66%);
    filter: blur(50px);
}

.third-section-spot {
    position: absolute;
    top: -30%;
    inset-inline-end: 0%;
    width: 368px;
    height: 330px;
    border-radius: 368px;
    background: linear-gradient(180deg, rgba(1, 0, 0, 0.00) -136.95%, rgba(0, 87, 116, 0.80) 58.66%);
    filter: blur(200px);
}


.download-apps-content .section-title {
    text-align: start;
    margin-bottom: 30px;
}

.download-app-item {
    padding: 50px 30px 0;
    position: relative;
    overflow: hidden;
}

.download-app-item::before {
    content: '';
    position: absolute;
    top: auto;
    left: 50%;
    bottom: 0;
    /*background: url("../images/download-app-item-bg.svg") no-repeat center center;*/
    background-size: cover;
    width: 310px;
    height: 95px;
    transform: translateX(-50%);
    z-index: -1;
}

.download-app-item a {
    color: var(--accent-color);
    background: transparent;
    border: 2px solid var(--accent-color);
    border-radius: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 25px;
}

.download-app-item a i {
    font-size: 22px;
    padding-right: 10px;
}

.download-app-img {
    margin-top: 30px;
}

/******************************************/

/****  	  14. Crypto Calculator css    ****/

/******************************************/

.crypto-calculator {
    padding: 0;
    margin-top: 70px;
}

.crypto-calculator-box {
    /*background: var(--background-color) url("../images/crypto-calculator-bg.png") no-repeat center center;*/
    background-size: cover;
    border-radius: 10px;
    padding: 0 50px;
    /*backdrop-filter: blur(5px);*/
    /*-webkit-backdrop-filter: blur(5px);*/
}

.crypto-calculator-box .section-title {
    margin-bottom: 30px;
}

.crypto-form-box .form-group {
    padding: 0 20px;
    display: flex;
    align-items: center;
}

.crypto-form-box .form-group select,
.crypto-form-box .form-group input {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5em;
    width: 25%;
    background: var(--background-color);
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    border-color: var(--border-color);
    border-radius: 10px 0 0 10px;
    padding: 15px 20px;
    color: var(--primary-color);
    min-height: 60px;
}

.crypto-form-box .form-group select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    /*background: var(--background-color) url("../images/icon-down-arrow.svg") no-repeat center right 10px;*/
    background-size: 10px;
}

.crypto-form-box .form-group select option {
    background: var(--primary-color);
    color: var(--secondary-color);
}

.crypto-form-box .form-group input {
    background: var(--background-color);
    width: 75%;
    border-radius: 0 10px 10px 0;
    border-width: 1px 1px 1px 0;
}

.crypto-form-box .form-group input::placeholder {
    color: var(--text-color);
}

.crypto-form-box .form-group select:focus,
.crypto-form-box .form-group select:focus-visible,
.crypto-form-box .form-group input:focus,
.crypto-form-box .form-group input:focus-visible {
    outline: none;
    box-shadow: none;
}

.crypto-form-box form button {
    margin-top: 20px;
}

/******************************************/

/****   	 15. Our Team css   	   ****/

/******************************************/

.our-team {
    padding: 60px 0;
}

.team-item {
    text-align: center;
}

.team-image-links {
    border: 1px solid var(--border-color);
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.team-image figure img {
    width: 100%;
}

.team-social-links {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: all 0.4s ease-in-out;
}

.team-item:hover .team-social-links {
    opacity: 1;
    bottom: 30px;
}

.team-social-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.team-social-links ul li {
    margin-right: 10px;
}

.team-social-links ul li:last-child {
    margin-right: 0;
}

.team-social-links ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background-color: var(--accent-color);
    color: var(--primary-color);
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
}

.team-social-links ul li a:hover {
    background-color: var(--primary-color);
    color: var(--accent-color);
}

.team-social-links ul li a i {
    font-size: 18px;
}

.team-info {
    margin-top: 30px;
}

.team-info h3 {
    font-size: 22px;
    margin-bottom: 10px;
}

.team-info p {
    margin-bottom: 0;
}

/******************************************/

/****  	    16. Testimonial css        ****/

/******************************************/

.testimonials {
    position: relative;
}

.testimonials .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.testimonial-carousel {
    position: relative;
}

.testimonial-carousel .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

.testimonial-carousel::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: linear-gradient(90deg, var(--secondary-color) 12.1%, transparent 90.14%);
    width: 400px;
    z-index: 2;
}

.testimonial-carousel::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(270deg, var(--secondary-color) 12.1%, transparent 90.14%);
    width: 400px;
    z-index: 1;
}

.testimonial-item {
    /*background: var(--background-color) url("../images/icon-double-quote.svg") no-repeat top 40px left 40px;*/
    background-size: 50px;
    border: 1px solid var(--border-color);
    border-radius: 10px;
    padding: 110px 40px 40px 40px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.testimonial-header {
    display: flex;
    align-items: center;
}

.testimonial-header .author-image {
    padding-right: 20px;
}

.testimonial-header .author-image img {
    max-width: 70px;
    border-radius: 1000px;
}

.author-info h3 {
    font-size: 22px;
    margin-bottom: 5px;
}

.author-info p {
    margin-bottom: 0;
}

/******************************************/

/****  	    17. Latest Posts css       ****/

/******************************************/

.latest-posts {
    padding: 60px 0 100px;
}

.post-featured-image {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

.post-featured-image figure img {
    width: 100%;
    transition: all 0.3s ease-in-out;
}

.post-item:hover .post-featured-image figure img {
    transform: scale(1.2);
}

.post-featured-image .post-hover-button {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #12192380;
    opacity: 0;
    transition: all 0.3s ease-out;
}

.post-item:hover .post-featured-image .post-hover-button {
    opacity: 1;
}

.post-featured-image .post-hover-button a {
    top: 20px;
    opacity: 0;
    padding: 10px 25px;
    transition: all 0.3s ease-out;
}

.post-item:hover .post-featured-image .post-hover-button a {
    top: 0;
    opacity: 1;
}

.post-body .post-meta ul {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

.post-meta ul li {
    font-size: 16px;
}

.post-body h2 {
    font-size: 22px;
    color: var(--primary-color);
}

.post-body h2 a {
    display: block;
    color: inherit;
}

/******************************************/

/****  	       18. Footer css          ****/

/******************************************/

.main-footer {
    background: rgb(0 0 0);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.footer-newsletters {
    padding: 50px 0;
    border-bottom: 1px solid var(--border-color);
}

.newsletter-title {
    display: flex;
    align-items: center;
}

.newsletter-title .icon-box {
    padding-right: 20px;
}

.newsletter-title .icon-box img {
    width: 55px;
    height: 55px;
}

.newsletter-title h2 {
    font-size: 24px;
    margin-bottom: 0;
    padding-right: 100px;
}

.newsletter-form {
    padding: 0px;
    background-color: var(--background-color);
    border: 1px solid var(--border-color);
    border-radius: 50px;
}

.input-group {
    display: inline-flex;
    border: 2px solid #ffffff;
    border-radius: 20px;
    overflow: hidden;
    /* optional: align items vertically if you change height */
    align-items: center;
    height: 50px;
    width: 332px;
}

.input-group input,
.input-group button {
    border: none;
    /*padding: 0.5em 1em;*/
    font-size: 1rem;
    outline: none;
}

/* Make the input expand to fill available space */
.input-group input {
    flex: 1;
}

/* Add divider line on the left edge of the button */
.input-group button {
    position: relative;
    cursor: pointer;
}

.input-group > button::after {
    content: "";
    position: absolute;
    inset-inline-start: 0;
    top: 0%;
    bottom: 0%;
    width: 2px;
    background-color: #ffffff;
}

.newsletter-form .form-group {
    position: relative;
}

.newsletter-form .form-group .form-control {
    background: transparent;
    color: var(--text-color);
    padding: 6px 40px;
    border: 0;
    border-color: transparent;
    font-family: var(--default-font);
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.02em;
}

.newsletter-form .form-group.has-error.has-danger .form-control {
    color: var(--error-color);
}

.newsletter-form .form-group .form-control::placeholder {
    color: var(--text-color);
}

.newsletter-form .form-group .form-control:focus,
.newsletter-form .form-group .form-control:focus-visible,
.newsletter-form button:focus,
.newsletter-form button:focus-visible {
    outline: none;
    box-shadow: none;
}

.newsletter-form .form-group .help-block.with-errors {
    display: none;
}

.newsletter-form .h3.hidden {
    margin: 0;
}

.mega-footer {
    padding: 50px 0;
    border-bottom: 1px solid var(--border-color);
}

.footer-about .footer-logo {
    margin-bottom: 20px;
}

.footer-about .footer-logo img {
    max-width: 250px;
}

.footer-about-content p {
    margin-bottom: 20px;
}

.footer-about .footer-social-links ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}

.footer-about .footer-social-links ul li {
    margin-right: 20px;
}

.footer-about .footer-social-links ul li:last-child {
    margin-right: 0;
}

.footer-about .footer-social-links ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    width: 36px;
    height: 36px;
    color: var(--primary-color);
    background: #242A34;
    border: 1px solid #474C54;
    border-radius: 100px;
    transition: all 0.3s;
}

.footer-about .footer-social-links ul li a:hover {
    color: var(--accent-color);
    border-color: var(--accent-color);
}

.footer-links {
    padding: 0 40px;
}

.footer-title {
    margin-bottom: 20px;
    color: #FFF;
    font-family: Alexandria, serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 20px; /* 100% */
    text-transform: uppercase;
}

.footer-title h3 {
    margin-bottom: 0;
    font-weight: 400 !important;
    font-size: 15px;
}

.footer-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-menu ul li {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 5px;
    color: var(--text-color);
    transition: all 0.3s;
}

.footer-menu ul li:hover {
    color: var(--accent-color);
}

.footer-menu ul li a {
    display: inline-block;
    color: inherit;
}

.footer-contact-info-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.footer-contact-info-item:last-child {
    margin-bottom: 0;
}

.footer-contact-info-item .icon-box {
    padding-right: 10px;
}

.footer-contact-info-item .icon-box i,
.footer-contact-info-item p {
    font-size: 16px;
    margin-bottom: 0;
}

.footer-copyrights {
    padding: 20px 0;
}

.footer-copyright p {
    margin-bottom: 0;
}

.footer-policy-menu {
    text-align: end;
}

.footer-policy-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-policy-menu ul li {
    display: inline-block;
    position: relative;
    padding-right: 12px;
    margin-right: 6px;
}

.footer-policy-menu ul li::before {
    content: '|';
    position: absolute;
    top: 50%;
    right: 0;
    bottom: auto;
    color: var(--text-color);
    transform: translate(0, -50%);
}

.footer-policy-menu ul li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.footer-policy-menu ul li:last-child::before {
    display: none;
}

.footer-policy-menu ul li a {
    color: inherit;
}

/******************************************/

/****     19. About us Page css 	   ****/

/******************************************/

.page-header {
    padding: 30px 0;
    /*	background: url("../images/hero.jpg") no-repeat center center;*/
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.page-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    /*background: #000000;*/
    width: 100%;
    height: 100%;
}

.page-header .container {
    position: relative;
    z-index: 1;
}

.page-header-box {
    text-align: center;
}

.page-header-box h1 {
    font-size: 76px;
    letter-spacing: 0.02em;
    color: var(--primary-color);
}

.page-header-box .breadcrumb {
    justify-content: center;
    margin-bottom: 0;
}

.page-header-box ol li.breadcrumb-item {
    font-size: 18px;
    font-weight: 400;
    color: var(--primary-color);
}

.page-header-box ol li.breadcrumb-item.active {
    font-weight: 600;
}

.page-header-box ol .breadcrumb-item + .breadcrumb-item::before {
    color: var(--primary-color);
}

.page-header-box ol li.breadcrumb-item a {
    color: inherit;
}

.about-us-page {
    padding: 30px 0 60px;
}

.about-us-page .about-images .about-image:nth-child(2) figure:first-child {
    margin-bottom: 14px;
}

.about-us-page .about-images .about-image:nth-child(2) figure:first-child img {
    max-height: 285px;
    object-fit: cover;
}

.about-footer .about-info-item {
    display: inline-block;
    margin-top: 0;
    padding: 12px 30px;
}

.about-footer .about-info-item h3 {
    font-size: 22px;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.about-footer .about-info-item h3 strong {
    font-size: 34px;
    margin-right: 8px;
}

.about-footer .about-info-item h3 strong span {
    color: var(--accent-color);
    margin-right: 1px;
}

.our-benefits {
    padding: 60px 0;
}

.our-benefits-item {
    text-align: center;
    padding: 0 20px;
}

.our-benefits-item .icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--background-color);
    border: 1px solid var(--border-color);
    border-radius: 10px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    width: 150px;
    height: 150px;
    margin: 0 auto 20px;
}

.our-benefits-item .icon-box img {
    max-width: 80px;
}

.our-benefits-item h3 {
    font-size: 22px;
    margin-bottom: 10px;
}

.our-benefits-item p {
    margin-bottom: 0;
}

.counter-section {
    padding: 60px 0;
}

.counter-section .container {
    max-width: 1020px;
}

.counter-item {
    text-align: center;
}

.counter-item h3 {
    font-size: 50px;
}

.counter-item p {
    margin-bottom: 0;
}

.our-vision-mission {
    padding: 60px 0;
}

.vision-mission-item {
    padding: 20px;
    background: #0A0A0A;
    border: 1px solid #1E1E1E;
    border-radius: 50px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.vision-mission-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.vision-mission-header .icon-box {
    width: 90px;
    height: 90px;
}

.vision-mission-header .icon-box img {
    max-width: 90px;
}

.vision-mission-header h3 {
    font-size: 40px;
    /*	padding-left: 20px;*/
    margin-bottom: 0;
    width: calc(100% - 90px);
}

.vision-mission-body p {
    margin-bottom: 0;
}

.about-exclusive-partners {
    padding: 60px 0 100px;
}

/******************************************/

/****     20. Servcies Page css 	   ****/

/******************************************/

.services-page {
    padding: 100px 0 30px;
}

.services-page .row .col-lg-4.col-md-6 {
    margin-bottom: 30px;
}

.serivces-download-apps {
    padding: 60px 0 100px;
}

/******************************************/

/****  	  21. Blog Archive Page css    ****/

/******************************************/

.blog-archive-page {
    padding: 100px 0;
}

.blog-archive-page .post-item {
    margin-bottom: 40px;
}

.post-pagination {
    margin-top: 20px;
    text-align: center;
}

.post-pagination ul {
    justify-content: center;
    padding: 0;
    margin: 0;
}

.post-pagination ul li a,
.post-pagination ul li span {
    display: flex;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: var(--background-color);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    margin: 0 4px;
    border-radius: 5px;
    font-family: var(--default-font);
    font-weight: 700;
    color: var(--primary-color);
    transition: all 0.3s ease-in-out;
}

.post-pagination ul li.active a,
.post-pagination ul li a:hover {
    background: var(--accent-color);
    color: var(--primary-color);
}

/******************************************/

/****   	 22. Post Single css  	   ****/

/******************************************/

.post-meta ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.post-meta ul li {
    display: inline-block;
    color: var(--white-color);
}

.post-meta ul li:after {
    content: '/';
    margin-left: 10px;
    margin-right: 6px;
}

.post-meta ul li:last-child::after {
    display: none;
}

.post-meta ul li a {
    color: inherit;
    transition: all 0.3s ease-in-out;
}

.post-meta ul li a:hover {
    color: var(--accent-color);
}

.blog-single-page {
    padding: 100px 0 60px;
}

.post-content .post-featured-image {
    margin-bottom: 50px;
}

.post-content .post-featured-image img {
    max-height: 700px;
    object-fit: cover;
}

.post-entry {
    background-color: var(--background-color);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid var(--border-color);
    border-radius: 10px;
    padding: 50px;
}

.post-entry p {
    font-size: 18px;
}

.post-entry a {
    color: var(--primary-color);
}

.post-entry h1,
.post-entry h2,
.post-entry h3,
.post-entry h4,
.post-entry h5,
.post-entry h6 {
    margin: 1em 0 0.6em;
}

.post-entry h1 {
    font-size: 50px;
}

.post-entry h2 {
    font-size: 36px;
}

.post-entry h3 {
    font-size: 30px;
}

.post-entry h4 {
    font-size: 24px;
}

.post-entry h5 {
    font-size: 22px;
}

.post-entry h6 {
    font-size: 20px;
}

.post-entry blockquote {
    border: 1px solid var(--border-color);
    border-radius: 10px;
    padding: 40px 60px 30px 90px;
    position: relative;
}

.post-entry blockquote::before {
    content: '';
    position: absolute;
    top: 30px;
    inset-inline-start: 30px;
    bottom: auto;
    /*background: url("../images/icon-double-quotes-1.svg") no-repeat center center;*/
    background-size: cover;
    width: 40.78px;
    height: 31.16px;
}

.post-entry blockquote::after {
    content: '';
    position: absolute;
    bottom: 30px;
    inset-inline-end: 30px;
    top: auto;
    /*background: url("../images/icon-double-quotes-2.svg") no-repeat center center;*/
    background-size: cover;
    width: 40.78px;
    height: 31.16px;
}

.post-entry blockquote p:last-child {
    margin-bottom: 0;
}

.post-entry ul {
    list-style: none;
    padding: 0;
    margin: 0 0 1.7em;
}

.post-entry ul li {
    font-size: 18px;
    padding-left: 30px;
    position: relative;
    margin-bottom: 12px;
}

.post-entry ul li:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: url("../photo/icon-checkbox.svg") no-repeat center center;
    position: absolute;
    inset-inline-start: 0%;
    top: 2px;
}

html[lang="ar"] .post-entry ul li:before {
    inset-inline-start: -4%;
}

.post-tags {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid var(--border-color);
    font-size: 20px;
    color: var(--primary-color);
}

.post-tags a {
    display: inline-block;
    font-size: 16px;
    padding: 14px 25px;
    color: var(--primary-color);
    background-color: var(--background-color);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-radius: 10px;
    margin-left: 5px;
    transition: all 0.3s ease-out;
}

.post-tags a:hover,
.post-tags a.active {
    background-color: var(--accent-color);
}

/******************************************/

/****       23. FAQ's Page css 	       ****/

/******************************************/

.faq-page {
    padding: 100px 0 60px;
}

.sidebar-box {
    /*position: -webkit-sticky;*/
    position: sticky;
    top: 120px;
    padding: 10px 0;
    background: var(--background-color);
    border: 1px solid var(--border-color);
    border-radius: 10px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.sidebar-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-box ul li {
    position: relative;
    border-bottom: 1px solid var(--border-color);
    font-size: 16px;
    padding: 20px 35px;
    color: var(--primary-color);
    opacity: 0.6;
    transition: all 0.3s ease-out;
}

.sidebar-box ul li::before {
    content: '\f0da';
    position: absolute;
    top: 50%;
    left: 18px;
    bottom: auto;
    color: var(--accent-color);
    font-family: "Font Awesome 6 Free";
    font-size: 16px;
    font-weight: 900;
    transform: translateY(-50%);
}

.sidebar-box ul li:last-child {
    border-bottom: none;
}

.sidebar-box ul li:hover,
.sidebar-box ul li.active {
    opacity: 1;
}

.sidebar-box ul li a {
    color: inherit;
}

.faq-accordion {
    padding-left: 60px;
}

.accordion-item {
    margin-bottom: 30px;
    background: #000000;
    border-radius: 15px;
    border: solid 3px #00B0EB;
}

.accordion-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.accordion-header .accordion-button {
    font-size: 22px;
    font-weight: 900;
    color: var(--primary-color);
    border: none;
    padding: 12px;
}

.accordion-header .accordion-button::after {
    content: "\f107";
    position: absolute;
    top: 15px;
    right: 15px;
    bottom: auto;
    color: var(--primary-color);
    background: #000000;
    width: 25px;
    height: 25px;
    border-radius: 11px;
    border: none;
    font-family: "Font Awesome 6 Free";
    font-size: 14px;
    font-weight: 900;
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #00aee9
}

.accordion-header .accordion-button:not(.collapsed)::after {
    content: "\f106";
}

.accordion-body p {
    padding-left: 10px;
    margin-bottom: 30px;
}

/******************************************/

/****       24. Contact Page css       ****/

/******************************************/

.contact-details {
    padding: 100px 0;
}

.contact-detail-item {
    padding: 40px;
    background: var(--background-color);
    border: 1px solid var(--border-color);
    border-radius: 10px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    display: flex;
    align-items: flex-start;
}

.contact-detail-item .icon-box {
    margin-right: 20px;
    padding-top: 2px;
}

.contact-detail-item .icon-box img {
    max-width: 60px;
}

.contact-detail-item .contact-detail-body h3 {
    font-size: 22px;
    margin-bottom: 5px;
}

.contact-detail-item .contact-detail-body p {
    margin-bottom: 0;
    color: var(--text-color);
}

.contact-detail-item .contact-detail-body p a {
    color: inherit;
    display: inline-block;
    transition: all 0.3s;
}

.contact-detail-item .contact-detail-body p a:hover {
    color: var(--accent-color);
}

.contact-inquiry-box {
    padding: 100px 0;
    /*	background: var(--background-color);*/
    border-radius: 10px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.contact-form .form-group .form-control {
    font-size: 18px;
    letter-spacing: 0.02em;
    background: #D9D9D91A;
    border: 1px solid var(--border-color);
    padding: 5px 15px;
    color: var(--primary-color);
    border-radius: 18px;
}

.contact-form .form-group .help-block.with-errors ul {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
}

.contact-form .form-group .help-block.with-errors ul li {
    font-size: 12px;
    font-weight: 900;
    line-height: 1.1em;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--error-color);
}

.contact-form .form-group .form-control::placeholder {
    color: var(--text-color);
}

.contact-form .form-group .form-control:focus,
.contact-form .form-group .form-control:focus-visible .contact-form form button:focus,
.contact-form form button:focus-visible {
    outline: none;
    box-shadow: none;
}

.google-location-map .container {
    max-width: 100%;
    padding: 0;
}

.google-map-box {
    line-height: 0;
}

.google-map-box iframe {
    width: 100%;
    height: 550px;
}

/******************************************/

/****   	 25. Team Page css   	   ****/

/******************************************/

.team-page {
    padding: 100px 0;
}

.team-page .row {
    row-gap: 30px;
}

/******************************************/

/****   	 26. 404 Page css   	   ****/

/******************************************/

.not-found-page {
    padding: 100px 0;
}

.page-not-found-box {
    text-align: center;
}

.page-not-found-box h2 {
    font-size: 50px;
    margin: 50px 0 20px;
    letter-spacing: 0.02em;
}

.page-not-found-box p {
    font-size: 20px;
    color: var(--primary-color);
}

.mobileon {
    display: block;
}


/*==============*/

.email-container {
    display: flex;
    align-items: center;
    border: 2px solid #ffffff;
    /* الإطار الأبيض */
    border-radius: 20px 0 0 20px;
    overflow: hidden;
}

html[lang="ar"] .email-container {
    border-radius: 0px 20px 20px 0px;
}

/* Glassmorphic OS-style effect */
.glass {
    background: rgba(255, 255, 255, 0.15); /* translucent panel */
    backdrop-filter: blur(12px); /* blur everything behind */
    -webkit-backdrop-filter: blur(12px); /* Safari/Chrome prefix */
    border: 1px solid rgba(255, 255, 255, 0.3); /* subtle frosted edge */
    border-radius: 8px; /* smooth corners */
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1); /* light drop-shadow */
}

.email-input {
    border: none;
    outline: none;
    padding: 10px 15px;
    flex: 1;
    font-size: 16px;
    color: #ffffff;
    background-color: transparent;
}

.email-input::placeholder {
    color: #ffffff;
    opacity: 0.7;
}

body {
    padding-top: 100px;
}


.submit-button {
    background-color: #00B0EB;
    /* لون الزر */
    border: none;
    padding: 10px 20px;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s;
}

.submit-button:hover {
    background-color: #00B0EB;
}

/*

	=============================*/

/*.shadow-text {
	text-shadow: 1px 0px 20px rgb(0 176 235);
}*/

.shadow-text {
    /*text-shadow: 0px 0px 6px rgba(0, 176, 235, 0.8);*/
    font-weight: 900 !important;
    /*font-family: GT-Walsheim-Black-Oblique-Trial-BF651b7fc5608e6 !important;*/
    font-family: 'Poppins', serif !important;
    letter-spacing: 1px !important;
    font-style: normal !important;
}

/*========================================*/

.container1 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    position: relative;
}

.box {
    text-align: center;
}

.box span {
    font-size: 80px;
    font-weight: bold;
    color: #00B0EB;
}

.divider {
    height: 80px;
    width: 1px;
    background-color: white;
    margin: 0 10px;
}

.buttons {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

.buttons {
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

/* الزر الأول */

.buttons-primary {
    background-color: black;
    color: white;
    border: 2px solid #00B0EB;
    box-shadow: 0 0 10px #00B0EB;
}

.buttons-primary:hover {
    background-color: #00B0EB;
    color: black;
    box-shadow: 0 0 20px #00B0EB;
}

/* الزر الثاني */

.buttons-secondary {
    background-color: white;
    color: #00465D;
    border: 2px solid #000;
}

.buttons-secondary:hover {
    background-color: #f0f0f0;
    color: #000;
}

.post-featured-image {
    position: relative;
}

.post-featured-image figure img {
    width: 100%;
    height: auto;
}

.image-with-overlay {
    position: relative;
    display: inline-block;
}

.image-with-overlay img {
    width: 100%;
    height: auto;
    display: block;
}

.image-with-overlay::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 19%);
    z-index: 1;
}

.pricing-container {
    display: flex;
    gap: 60px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.pricing-card {
    background: rgba(217, 217, 217, 0.11) !important; /* Semi-transparent white */
    border: 2px solid #00B0EB;
    border-radius: 40px;
    padding: 35px 30px;
    width: 350px;
    color: white;
    text-align: -webkit-center;
    /*height: 600px;*/
    height: auto;
}

.pricing-card:hover {
    box-shadow: 0 0 20px #00B0EB;
}

.pricing-cards-container {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-bottom: 100px;
    flex-wrap: wrap;
}

.active-pricing-card {
    width: 410px;
    height: 589px;
}

#pricing-carousel {
    position: relative;
    width: 100%;
    /*padding-inline-start: 4%;*/
    padding-inline-start: 8%;
    padding-block: 10px;
}


#pricing-carousel > .swiper-autoheight .swiper-wrapper {
    align-items: center !important;
}



/* Style arrows */
.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;       /* half of height to center vertically */
    z-index: 10;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

/* Left arrow on the left edge */
.swiper-button-prev {
    inset-inline-start: 16px;
}

/* Right arrow on the right edge */
.swiper-button-next {
    inset-inline-end: 16px;
}


/* تأثير الإضاءة النابضة */

.pricing-card h1 {
    font-size: 30px;
    font-weight: bolder;
    margin-bottom: 10px;
}

.pricing-card h2 {
    font-size: 50px;
    font-weight: bolder;
    margin: 10px 0;
}

.pricing-card h2 span {
    font-size: 16px;
    color: #b5b5b5;
    text-decoration: line-through;
}

.pricing-card ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    line-height: 1.8;
    color: #b5b5b5;
    max-width: 224px;
}

.pricing-card ul li {
    font-size: 14px;
    /*margin: 4px 0;*/
    line-height: 1.8;
    position: relative;
    display: flex;
    align-items: center;
    gap: 3px;
    justify-content: start;
    color: white;
}

.pricing-card ul li::before {
    content: "✔";
    color: white;
    font-size: 18px;
}

.overlay-text {
    width: 95%;
    position: absolute;
    top: 87%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: left;
    font-size: 15px;
    padding: 10px;
    border-radius: 5px;
}

.before-after-container {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.before-after-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.before-after-container .after {
    clip-path: inset(0 50% 0 0);
    transition: clip-path 0.3s ease;
}

.slider {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    height: 100%;
    background-color: #00aaff;
    cursor: ew-resize;
}

.timer-container {
    text-align: left;
}

.title {
    font-weight: bold;
    font-size: 3rem;
    margin-bottom: 20px;
    color: white;
    line-height: 46px;
}


.title span {
    color: #00B0EB;
    font-weight: bold;
}

.timer-box {
    width: 99%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 104px;
    padding: 20px 20px;
    border: 1px solid #00B0EB;
    border-radius: 30px;
    background-color: rgba(0, 0, 0, 0.8);
}

.time {
    text-align: center;
}

.time-value {
    font-size: 2rem;
    font-weight: bold;
    color: white;
}

.time-label {
    font-size: 0.9rem;
}

.separator {
    font-size: 2rem;
    font-weight: bold;
}

.layout-container {
    margin: 50px auto;
    padding: 20px;
    display: flex;
    gap: 20px;
    align-items: flex-start;
    align-items: center;
}

.layout-containermobilevount {
    margin: 50px auto;
    padding: 20px;
    display: flex;
    gap: 20px;
    align-items: flex-start;
    align-items: center;
}

.chart-section {
    flex: 1;
}

.chart-container {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.action-buttons {
    gap: 2px;
    margin-top: 40px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.action-button {
    padding: 6px 64px;
    font-size: 16px;
    font-weight: bold;
    border: 2px solid transparent;
    border-radius: 10px;
    text-align: -webkit-center;
    cursor: pointer;
    transition: 0.3s;
    border-radius: 20px;
    text-decoration: none;
}

.buy-button {
    background-color: #000000;
    color: #00ff00;
    box-shadow: 0px 0px 10px 2px #00ff00;
    font-size: 15px !important;
}

.buy-button:hover {
    background-color: #00cc00;
    color: white;
}

.sell-button {
    background-color: transparent;
    color: #ff0000;
    border: 2px solid #ff0000;
    box-shadow: 0px 0px 10px 2px #ff0000;
}

.sell-button:hover {
    background-color: #ff0000;
    color: #fff;
    border: 2px solid #ff0000;
    box-shadow: 0px 0px 10px 2px #ff0000;
}

.buy-button.disabled {
    background-color: #000000;
    color: #555;
    box-shadow: 0px 0px 10px 2px rgb(34, 246, 63);
    cursor: not-allowed;
    pointer-events: none;
    /* تعطيل الأحداث */
}


.sell-button.disabled {
    background-color: #000000;
    box-shadow: 0px 0px 10px 2px #ff00004f;
    color: #555;
    border: 1px solid #ff00007d;
    cursor: not-allowed;
    pointer-events: none;
    /* تعطيل الأحداث */
}

.info-section {
    flex: 1.5;
}

.info-title {
    font-size: 30px;
    color: #00B0EB;
    margin-bottom: 20px;
}

.info-text {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 20px;
}


.elias-btn-style {
    width: 30%;
    background-color: #000000;
    border-radius: 50px 10px 50px 10px;
    padding: 14px;
    border: solid 1px #00B0EB;
    text-align: center;
    box-shadow: 0 0 10px #00B0EB;
    color: #dddddd;
}

#contact-wrapper {
    width: 75px;
    height: 75px;
    position: fixed;
    bottom: 10px;
    inset-inline-end: 20px;
    z-index: 9999;
}

.progress-ring {
    position: absolute;
    bottom: 5px;
    inset-inline-end: 5px;
    transform: rotate(-90deg); /* Start from top */
    z-index: 9999;
}

.ring-bg {
    fill: none;
    stroke: #eee;
    stroke-width: 4;
}

.ring-progress {
    fill: none;
    stroke: #00bfff;
    stroke-width: 4;
    stroke-linecap: round;
    stroke-dasharray: 207.3; /* 2πr ≈ 2 * π * 33 */
    stroke-dashoffset: 207.3;
    transition: stroke-dashoffset 0.2s ease-out;
}


.features-container {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.feature-card {
    width: 500px;
    height: 537px;
    padding: 25px;
    border-radius: 40px;
    border: 1px solid #FFF;
    background: #0A0A0A;
    backdrop-filter: blur(25px);
    text-align: -webkit-center;
}

.feature-title-txt {
    color: #FAFAFA;
    leading-trim: both;
    text-edge: cap;
    font-family: Alexandria;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px; /* 105.263% */
}

.feature-desc-txt {
    color: #FFF;
    font-family: Alexandria;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    height: 75px;
    max-width: 90%;
    overflow-wrap: break-word;     /* modern way to break long words */
    word-break: break-word;        /* fallback for older browsers */
    white-space: normal;
}

.feature-img {
    width: 510px;
    height: 373px;
    border-radius: 26px;
    border: 1px solid #00B0EB;
    backdrop-filter: blur(25px);
}

.features-header {
    font-family: Alexandria, serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: linear-gradient(90deg, #00B0EB 0%, #006485 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    margin-top: 70px;
    margin-bottom: 50px;
}


.safe-secure-row {
    margin-top: 70px;
    padding-inline: 5%;
}

.safe-secure-img {
    width: 55%;
}

html[lang="en"] a.new-meba-btn.choose-plan-btn {
    margin-top: 30px;
}

.start-website-modal {
    width: 642px;
    height: auto;
    flex-shrink: 0;
    fill: rgba(0, 176, 235, 0.10);
    border: 3px solid #00B0EB;
    border-radius: 45px;
    backdrop-filter: blur(20px);
    position: fixed;
    /*top: 20%;*/
    /*inset-inline-start: 23%;*/
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow-y: hidden;
}

.modal-header {
    border: none;
}

.btn-close {
    background-color: transparent;
    border: none;
    color: #dddddd;
    filter: invert(1) sepia(1) saturate(0) hue-rotate(180deg);
}

.meba-modal-dialog, .meba-modal-content {
    background-color: transparent !important;
    border: none;
    width: 100%;
    height: 100%;
    margin: 0 !important;
    max-width: 100%;
    text-align: -webkit-center !important;
}

.meba-modal-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}

.meba-modal-title {
    color: #FAFAFA;
    font-family: Alexandria, serif;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    text-shadow: none !important;
    text-align: center !important;
    text-decoration: none !important;
}

.meba-modal-input {
    width: 28rem;
    height: 3.24rem;
    border-radius: 13px;
    border: 3px solid #00B0EB;
    background: #FFF;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    padding-inline-start: 15px;
}

.meba-modal-input::placeholder {
    color: rgba(0, 0, 0, 0.50);
    font-family: Alexandria, serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 200;
    line-height: normal;
    text-transform: capitalize;
}

.meba-modal-btn {
    width: 28rem;
    height: 3.24rem;
    border-radius: 50px;
    border: 1.5px solid #FFFFFF;
    color: #FAFAFA;
    font-family: Alexandria, serif;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    font-variant: all-small-caps;
}

.footer-spot {
    position: absolute;
    top: -20%;
    inset-inline-start: 6%;
    z-index: -100;
}

.main-footer {
    background: linear-gradient(180deg, #000E13 0%, rgba(0, 14, 19, 0.00) 100%);
    box-shadow: 0 0 194px -10px rgba(0, 100, 133, 0.50);
    backdrop-filter: blur(25px);
    position: static;
    bottom: 0;
    left: 0;
    width: 100%;
}

.dont-have-account {
    color: grey;
    text-decoration: underline;
}

#features-carousel.swiper {
    padding-inline: 11%;
}

#features-carousel.swiper-slide {
    margin: 0 !important;
    padding: 0 !important;
}

.courses-title-txt {
    text-align: center;
    font-family: Poppins, serif;
    font-size: 82px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    opacity: 0.8;
    background: linear-gradient(85deg, #00B0EB 0%, #008EBE 50.11%, #6ECCEB 88.18%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.mobile {
    display: none;
}

.desktop {
    display: inline-flex;
}

#contactForm {
    width: 51%;
}

.ratio-txt {
    text-decoration: underline;
    color: #FAFAFA;
    text-align: center;
    font-family: "GT Walsheim Trial", serif;
    font-size: 16px;
    font-weight: 100;
    line-height: normal;
}

.discount-container {
    margin-top: 100px;
}
#days, #hours, #minutes, #seconds {
    font-size: 40px;
    font-weight: bolder;
    margin-bottom: 15px;
}

/* Media Queries */

/******************************************/

/****   	 27. Responsive css   	   ****/

/******************************************/

/* media query للأجهزة التي تكون بعرض أقل من 576px (الهواتف الصغيرة جدًا) */
@media only screen and (max-width: 575px) {
    .dds {
        width: 66px;
        /* تعديل العرض على الشاشات الصغيرة جدًا */
        font-size: 10px;
        /* تعديل حجم الخط على الشاشات الصغيرة جدًا */
        top: 15px;
        /* تعديل المسافة من الأعلى */
        left: 20px;
        /* تعديل المسافة من اليسار */
    }
}

/* Hide SlickNav on desktop */
@media (min-width: 992px) {
    .slicknav_menu {
        display: none !important;
    }

    #pricing-carousel .swiper-slide-active {
        width: 344px !important;
    }
}

@media only screen and (max-width: 1300px) {
    .main-menu ul li a {
        padding: 12px 4px !important;
    }
}

@media only screen and (max-width: 1024px) {
    .main-menu ul li a {
        padding: 12px 2px !important;
    }
}


@media only screen and (max-width: 991px) {
    #magic-cursor {
        display: none !important;
    }

    #contact-wrapper {
        bottom: 4px;
        inset-inline-end: 4px;
    }

    header.main-header {
        padding-block: 0px;
        border-radius: 10px;
    }

    .mobile-link-client-area {
        width: 119px;
        height: 35px;
        border-radius: 5px;
        display: flex;
        align-items: center;
        border: 1.5px solid #00B0EB;
        background: rgba(255, 255, 255, 0.09);
        text-transform: uppercase;
        color: #FAFAFA;
        font-size: 15px;
        font-style: normal;
        font-family: "Alexandria", sans-serif;
        font-weight: 700;
        line-height: normal;
    }

    .mobile-link-client-area:hover .client-area-icon-img {
        content: url("../photo/icons/user-hover.svg");
    }

    .mobile-header {
        backdrop-filter: none;
        background: none;
        direction: ltr !important;
    }

    .btn-default {
        padding: 14px 24px;
        width: 100% !important;
    }

    .section-title {
        margin-bottom: 40px;
    }

    .section-title h2 {
        font-size: 40px;
    }

    .section-title h1 {
        font-size: 60px;
    }

    .responsive-menu,
    .navbar-toggle {
        display: block;
    }

    .main-menu ul li {
        margin: 0 10px;
    }

    header.main-header .header-sticky {
        padding: 20px 0;
    }

    .hero .section-title {
        margin-bottom: 30px;
        padding: 0 60px;
    }

    .hero.hero-slider .hero-slider-layout1 .hero-slide {
        padding: 120px 0;
    }

    .hero.hero-slider .hero-slider-layout1 .hero-button-next,
    .hero.hero-slider .hero-slider-layout1 .hero-button-prev {
        width: 40px;
        height: 40px;
        top: auto;
        bottom: 20px;
        transform: translateY(0);
        border-radius: 12px;
    }

    .hero.hero-slider .hero-slider-layout1 .hero-button-next {
        right: 15px;
    }

    .hero.hero-slider .hero-slider-layout1 .hero-button-prev {
        left: 15px;
    }

    .about-us {
        padding: 80px 0 40px;
    }

    .about-images .about-image {
        width: 48.2%;
    }

    .about-info-item {
        margin-top: 25px;
    }

    .about-content {
        padding-top: 30px;
        padding-left: 0;
    }

    .how-it-works {
        margin-top: 40px;
    }

    .how-it-works-item,
    .service-item,
    .why-choose-us-item {
        padding: 30px;
    }

    .how-it-works-item .icon-box,
    .service-item .icon-box,
    .why-choose-us-item .icon-box {
        margin-bottom: 20px;
    }

    .how-it-works-item .icon-box img,
    .service-item .icon-box img,
    .why-choose-us-item .icon-box img {
        width: 60px;
        height: 60px;
    }

    .how-it-works-item h3,
    .service-item h3,
    .why-choose-us-item h3 {
        margin-bottom: 15px;
    }

    .exclusive-partners {
        padding: 40px 0;
    }

    .partners-logos .partner-item:nth-of-type(3n+3) {
        margin-right: 0;
    }

    .partners-logos .partner-item:nth-of-type(5n+5) {
        margin-right: 20px;
    }

    .our-services {
        padding: 40px 0 10px;
    }

    .price-section {
        margin-top: 40px;
    }

    .intro-video {
        padding: 40px 0;
    }

    .intro-video-box .video-play-button a img {
        max-width: 70px;
    }

    .why-choose-us {
        padding: 40px 0;
    }

    .download-apps {
        margin-top: 40px;
    }

    .download-apps-content {
        padding: 0 20px 20px;
        text-align: center;
    }

    .download-apps-content .section-title {
        text-align: center;
    }

    .download-app-item {
        padding: 40px 30px 0;
    }

    .download-app-item::before {
        width: 360px;
        height: 112px;
    }


    .crypto-calculator-box {
        padding: 10px;
    }

    .our-team {
        padding: 40px 0 10px;
    }

    .team-item {
        margin-bottom: 30px;
    }

    .team-info {
        margin-top: 20px;
    }

    .testimonial-item {
        background-size: 40px;
        background-position: 30px 30px;
        padding: 80px 30px 30px 30px;
    }

    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 240px;
    }

    .testimonial-header .author-image img {
        max-width: 60px;
    }

    .latest-posts {
        padding: 40px 0;
    }

    .post-item {
        margin-bottom: 40px;
    }

    .post-meta ul {
        margin: 0 0 10px 0;
    }

    .footer-newsletters,
    .mega-footer {
        padding: 40px 0;
    }

    .newsletter-title .icon-box img {
        width: 45px;
        height: 45px;
    }

    .newsletter-title h2 {
        padding-right: 0;
    }

    .footer-about {
        padding-bottom: 30px;
    }

    .footer-links {
        padding: 0;
    }

    .page-header {
        padding: 80px 0;
    }

    .page-header-box h1 {
        font-size: 60px;
    }

    .about-us-page {
        padding: 80px 0 40px;
    }

    .about-us-page .about-images .about-image:nth-child(2) figure:first-child {
        margin-bottom: 24px;
    }

    .about-us-page .about-images .about-image:nth-child(2) figure:first-child img {
        max-height: 325px;
    }

    .our-benefits {
        padding: 40px 0;
    }

    .our-benefits-item {
        padding: 0;
    }

    .our-benefits-item .icon-box {
        width: 120px;
        height: 120px;
    }

    .our-benefits-item .icon-box img {
        max-width: 60px;
    }

    .counter-section {
        padding: 40px 0;
    }

    .counter-item h3 {
        font-size: 38px;
    }

    .our-vision-mission {
        padding: 40px 0;
    }

    .vision-mission-item {
        padding: 30px;
    }

    .vision-mission-header .icon-box {
        width: 70px;
        height: 70px;
    }

    .vision-mission-header .icon-box img {
        max-width: 65px;
    }

    .vision-mission-header h3 {
        font-size: 32px;
        width: calc(100% - 70px);
    }

    .about-exclusive-partners {
        padding: 40px 0 80px;
    }

    .services-page {
        padding: 80px 0 10px;
    }

    .serivces-download-apps {
        padding: 40px 0 80px;
    }

    .blog-archive-page {
        padding: 80px 0;
    }

    .blog-single-page {
        padding: 80px 0 40px;
    }

    .post-content .post-featured-image {
        margin-bottom: 40px;
    }

    .post-content .post-featured-image img {
        max-height: 450px;
    }

    .post-entry {
        padding: 40px;
    }

    .post-entry h2 {
        font-size: 34px;
    }

    .post-entry h3 {
        font-size: 28px;
    }

    .post-entry h4 {
        font-size: 22px;
    }

    .post-entry h5 {
        font-size: 20px;
    }

    .post-entry h6 {
        font-size: 18px;
    }

    .faq-page {
        padding: 80px 0 40px;
    }

    .sidebar-box {
        padding: 0;
    }

    .sidebar-box ul li {
        padding: 20px 20px 20px 30px;
    }

    .sidebar-box ul li::before {
        left: 12px;
    }

    .faq-accordion {
        padding-left: 0;
    }

    .contact-details {
        padding: 80px 0 50px;
    }

    .contact-detail-item {
        padding: 30px;
        margin-bottom: 30px;
    }

    .contact-inquiry-box {
        padding: 80px 0;
    }

    .google-map-box iframe {
        height: 450px;
    }

    .team-page {
        padding: 80px 0 50px;
    }

    .team-page .row {
        row-gap: 0;
    }

    .not-found-page {
        padding: 80px 0;
    }

    .page-not-found-box figure img {
        width: 80%;
    }

    .page-not-found-box h2 {
        font-size: 40px;
        margin: 40px 0 20px;
    }

    .page-not-found-box p {
        font-size: 18px;
    }
}


/* للأجهزة الصغيرة مثل الهواتف */
@media screen and (max-width: 576px) {
    .responsive-container {
        width: 100%;
        min-width: auto;
        position: static;
    }

    .responsive-heading {

        text-align: center;
    }

    .responsive-quote {
        font-size: 16px;
        width: auto;
        text-align: center;
    }

    .responsive-button {
        width: 100%;
        font-size: 14px;
    }
}

/* للأجهزة الكبيرة */
@media screen and (min-width: 769px) {
    .responsive-container {
        width: 25%;
    }
}

/* للأجهزة المتوسطة مثل التابلت */
@media screen and (max-width: 768px) and (min-width: 577px) {
    .responsive-container {
        width: 70%;
        min-width: auto;
        position: relative;
    }

    .responsive-heading {
        font-size: 20px;
    }

    .responsive-quote {
        font-size: 18px;
    }

    .responsive-button {
        width: 80%;
    }
}

@media screen and (max-width: 768px) {

    body {
        padding-top: 100px;
    }

    .mobile {
        display: block;
    }

    .cookies-btn {
        width: 65%;
    }

    #features-carousel.swiper-slide {
        margin: 10px !important;
        padding: 0 !important;
        width: 100%;
        box-sizing: border-box;
    }

    #features-carousel.swiper {
        padding-inline: 0;
        padding-inline-start: 8% !important;
    }

    .desktop {
        display: none;
    }

    html[lang="ar"] .splide__track {
        padding-inline-start: 2.0rem !important;
    }

    #contactForm {
        width: 98%;
    }

    .choose-plan-btn {
        margin-top: 10px;
    }

    .responsive-container {
        background: none;
        box-shadow: none;
        width: 100%;
        text-align: -webkit-center !important;
        min-height: auto !important;
    }

    .responsive-heading {
        text-align: -webkit-center;
        font-size: 40px;
        width: 100%;
    }

    .feedbacks-section-spot {
        top: -50px;
        inset-inline-start: 182px;
    }

    .discount-word {
        font-size: 28px;
    }

    header.main-header {
        min-width: 92vw;
        border-radius: 10px;
        background: rgba(255, 255, 255, 0.18);
        padding-block: 0px;
    }

    #pricing-carousel {
        padding-inline-start: 4%;
    }


    .service-card {
        filter: drop-shadow(0 0 35px rgba(0, 176, 235, 0.44));
        backdrop-filter: blur(20px);
        width: 300px;
    }


    .safe-secure-row {
        margin-top: 50px !important;
        gap: 30px;
    }

    .safe-secure-img {
        margin-top: 20px;
        width: 76%;
    }

    .video-player {
        width: 100%;
        height: 500px;
        object-fit: fill !important;
    }

    .chart-container {
        width: 100%;
        /*height: 450px;*/
    }

    html[lang="ar"] .meba-word {
        font-size: 70px;
    }

    html[lang="ar"] .section-title h1 {
        font-size: 80px;
    }

    html[lang="ar"] .hero-neon-spot {
        top: 160px;
    }

    .action-button {
        padding: 0px 5px;
        font-size: 10px !important;
        width: 80px;
    }

    .action-buttons {
        gap: 13px;
    }

    .container1 {
        gap: 10px;
    }

    .box span {
        font-size: 67px !important;
    }

    .buttons {
        flex-direction: row;
        gap: 10px;
    }

    .buttons {
        width: 100%;
        font-size: 14px;
    }

    .pricing-container {
        flex-direction: column;
        gap: 20px;
    }

    .pricing-card {
        width: 322px;
        padding: 25px;
    }

    .timer-box {
        /*flex-direction: column;*/
        gap: 20px;
    }

    .time-value {
        font-size: 1.5rem;
    }

    .feature-box {
        padding: 10px 10px;

    }

    .image-overlay {
        top: 20%;
        right: -5%;
        width: 33%;
        padding: 2px;
        border-radius: 20px;
        gap: 1px;
    }

    .image-overlay a {
        font-size: 10px;
        /* تصغير حجم النص */
        padding: 4px 0px;
        /* تقليل الحواف الداخلية */
        border-radius: 20px;
    }

    .d2 {
        flex-direction: column-reverse;
    }

    .dds {
        width: 100px;
        /* تعديل العرض على الشاشات الصغيرة */
        font-size: 12px;
        /* تعديل حجم الخط */
        top: 20px;
        /* تعديل المسافة من الأعلى */
        left: 10px;
        /* تعديل المسافة من اليسار */
    }

    .btn-default {
        padding: 12px 24px;
    }

    .section-title h3 {
        font-size: 32px;
        padding-left: 22px;
    }

    .section-title h3:before {
        top: 1px;
        width: 16px;
        height: 16px;
    }

    .section-title h2 {
        font-size: 30px;
    }

    .section-title h1 {
        font-size: 38px;
    }

    header.main-header .header-sticky {
        padding: 15px 0;
    }

    header.main-header .header-sticky.active {
        padding: 10px 0;
    }

    .navbar-brand img {
        max-height: 45px;
    }

    .slicknav_btn {
        width: 36px;
        height: 36px;
        padding: 6px 0 0;
    }

    .slicknav_icon .slicknav_icon-bar {
        width: 24px;
    }

    .slicknav_nav li a {
        font-size: 16px;
    }

    .slicknav_nav a,
    .slicknav_nav .slicknav_row {
        padding: 10px 20px 0;
    }

    .slicknav_arrow:after {
        top: 10px;
    }

    .hero .section-title {
        padding: 0;
        margin-top: 50px;
    }

    .body-neon-spot {
        display: none;
    }

    .courses-neon-spot {
        display: none;
    }

    .hero-neon-spot {
        position: absolute;
        top: 125px;
        width: 629px;
        height: 42px;
        background: radial-gradient(circle, rgba(0, 173, 239, 0.8) 0%, transparent 60%);
        filter: blur(28px);
        pointer-events: none;
    }

    .third-section-spot {
        position: absolute;
        top: 16%;
        inset-inline-end: 63%;
        width: 148px;
        height: 66px;
        border-radius: 368px;
        background: linear-gradient(180deg, rgba(1, 0, 0, 0.00) -136.95%, rgba(0, 87, 116, 0.80) 58.66%);
        filter: blur(50px);
    }

    .youtube-section-spot {
        display: none;
    }

    .youtube-section-title-spot {
        top: 13%;
        inset-inline-start: 0;
    }

    html[lang="ar"] .youtube-section-title-spot {
        inset-inline-start: 90px;
    }

    .pricing-section-spot {
        top: -11%;
        left: 0;
        width: 390px;
    }

    .features-section-spot {
        position: absolute;
        top: 12%;
        inset-inline-start: 0;
        width: 400px;
        height: 359px;
        border-radius: 438px;
        background: linear-gradient(180deg, rgba(1, 0, 0, 0.00) -136.95%, rgba(0, 87, 116, 0.80) 58.66%);
        filter: blur(200px);
        z-index: 2;
    }

    .hero-content-body p {
        font-size: 16px;
    }

    .hero.hero-slider .hero-slider-layout1 .hero-slide {
        padding: 80px 0 120px;
    }

    .coin-ticker {
        padding: 15px 0;
    }

    .scrolling-ticker-box {
        --gap: 20px;
    }

    .scrolling-content .scrolling-item .icon-box {
        padding-right: 15px;
    }

    .scrolling-content .scrolling-item .icon-box img {
        max-width: 32px;
    }

    .scrolling-content .scrolling-item p {
        font-size: 16px;
    }

    .about-us {
        padding: 60px 0 30px;
    }

    .about-images {
        display: block;
    }

    .about-images .about-image {
        width: 100%;
    }

    .about-images .about-image figure {
        margin-bottom: 20px;
    }

    .about-info-item {
        margin-bottom: 0;
    }

    .about-info-item .icon-box img {
        max-width: 40px;
    }

    .about-info-item h5 {
        font-size: 20px;
    }

    .about-content .about-list-item ul {
        display: block;
    }

    .about-content .about-list-item ul li {
        width: 100%;
        margin-right: 0;
    }

    .about-content .about-footer {
        margin-top: 30px;
    }

    .how-it-works {
        padding: 0px 0 10px;
    }

    .how-it-works-item,
    .why-choose-us-item {
        margin-bottom: 20px;
    }

    .how-it-works-item h3,
    .service-item h3,
    .why-choose-us-item h3,
    .download-app-item h3 {
        font-size: 20px;
    }

    .exclusive-partners {
        padding: 30px 0;
    }

    .partners-logos {
        gap: 30px;
    }

    .partners-logos img {
        max-width: 140px;
    }

    .our-services {
        padding: 30px 0 10px;
    }

    .our-services .row .col-lg-4.col-md-6 {
        margin-bottom: 20px;
    }

    .price-section {
        padding: 0;
        margin-top: 60px;
    }

    .price-carousel .swiper-slide .price-item {
        padding: 20px;
    }

    .price-carousel .price-item .icon-box img {
        width: 40px;
        height: 40px;
    }

    .price-carousel .price-item h4 {
        font-size: 20px;
    }

    .price-carousel .price-item p {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .price-carousel .price-item p span {
        font-size: 14px;
    }

    .price-carousel .price-item a {
        padding: 8px 16px;
    }

    .intro-video {
        padding: 30px 0;
    }

    .intro-video-box .video-play-button a img {
        max-width: 40px;
    }

    .why-choose-us {
        padding: 30px 0 10px;
    }

    .download-apps {
        padding: 30px 0 10px;
    }

    .download-apps-content {
        padding: 0;
        text-align: -webkit-center;
    }

    .download-apps-content .section-title {
        margin-bottom: 20px;
    }

    .download-app-item {
        margin-bottom: 20px;
    }

    .crypto-calculator {
        padding: 0px 0;
    }

    .crypto-form-box .form-group {
        padding: 0;
    }

    .crypto-form-box .form-group select,
    .crypto-form-box .form-group input {
        width: 33%;
        font-size: 16px;
        padding: 10px 12px;
        min-height: 50px;
    }

    .crypto-form-box .form-group select {
        background-position: center right 10px;
        padding: 10px 20px 10px 12px;
    }

    .crypto-form-box .form-group input {
        width: 66%;
    }

    .crypto-form-box form button {
        margin-top: 10px;
    }

    .our-team {
        padding: 30px 0 10px;
    }

    .team-item {
        margin-bottom: 20px;
    }

    .team-social-links ul li a {
        width: 32px;
        height: 32px;
    }

    .team-social-links ul li a i {
        font-size: 16px;
    }

    .team-info {
        margin-top: 15px;
    }

    .team-info h3 {
        font-size: 20px;
    }

    .testimonial-item {
        background-position: 30px 25px;
        padding: 80px 30px 30px 30px;
    }

    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 60px;
        height: 420px;
    }

    .testimonial-header .author-image img {
        max-width: 60px;
    }

    .latest-posts {
        padding: 30px 0;
    }

    .post-item {
        margin-bottom: 30px;
    }

    .post-body h2 {
        font-size: 20px;
    }

    .footer-newsletters,
    .mega-footer {
        padding: 30px 0;
    }

    .newsletter-title .icon-box {
        padding-right: 10px;
    }

    .newsletter-title .icon-box img {
        width: 50px;
        height: 50px;
    }

    .newsletter-title h2 {
        font-size: 18px;
    }

    .newsletter-form button {
        width: 100%;
    }

    .footer-about .footer-logo img {
        max-width: 200px;
    }

    .footer-links {
        padding-bottom: 20px;
    }

    .footer-title {
        margin-bottom: 15px;
    }

    .footer-title h3 {
        font-size: 20px;
    }

    .footer-copyright {
        margin-bottom: 8px;
        text-align: center;
    }

    .footer-copyright p {
        font-size: 14px;
    }

    .footer-policy-menu {
        text-align: center;
    }

    .footer-policy-menu ul li {
        font-size: 14px;
    }

    .page-header {
        padding: 60px 0;
    }

    .page-header-box h1 {
        font-size: 40px;
    }

    .about-us-page {
        padding: 60px 0 30px;
    }

    .about-footer .about-info-item {
        padding: 10px 20px;
    }

    .about-footer .about-info-item h3 {
        font-size: 20px;
    }

    .about-footer .about-info-item h3 strong {
        font-size: 32px;
    }

    .our-benefits {
        padding: 30px 0 10px;
    }

    .our-benefits-item {
        margin-bottom: 20px;
    }

    .our-benefits-item .icon-box {
        width: 90px;
        height: 90px;
    }

    .our-benefits-item .icon-box img {
        max-width: 45px;
    }

    .our-benefits-item h3 {
        font-size: 20px;
    }

    .counter-section {
        padding: 30px 0 10px;
    }

    .counter-item {
        margin-bottom: 20px;
    }

    .counter-item h3 {
        font-size: 34px;
    }

    .our-vision-mission {
        padding: 30px 0 10px;
    }

    .vision-mission-item {
        margin-bottom: 20px;
    }

    .vision-mission-header .icon-box {
        width: 60px;
        height: 60px;
    }

    .vision-mission-header .icon-box img {
        max-width: 55px;
    }

    .vision-mission-header h3 {
        font-size: 30px;
        width: calc(100% - 60px);
    }

    .about-exclusive-partners {
        padding: 30px 0 60px;
    }

    .services-page {
        padding: 60px 0 0;
    }

    .serivces-download-apps {
        padding: 30px 0 60px;
    }

    .blog-archive-page {
        padding: 60px 0;
    }

    .blog-single-page {
        padding: 60px 0 30px;
    }

    .post-content .post-featured-image {
        margin-bottom: 30px;
    }

    .post-content .post-featured-image img {
        max-height: 250px;
    }

    .post-entry {
        padding: 20px;
    }

    .post-entry p {
        font-size: 16px;
    }

    .post-entry h2 {
        font-size: 30px;
    }

    .post-entry h3 {
        font-size: 26px;
    }

    .post-entry h4 {
        font-size: 20px;
    }

    .post-entry h5 {
        font-size: 18px;
    }

    .post-entry h6 {
        font-size: 16px;
    }

    .post-entry ul li {
        font-size: 16px;
    }

    .post-entry ul li:before {
        top: 4px;
        width: 18px;
        height: 18px;
        background-size: cover;
    }

    .post-entry blockquote {
        padding: 45px 20px 35px;
    }

    .post-entry blockquote::before,
    .post-entry blockquote::after {
        width: 30px;
        height: 21px;
    }

    .post-entry blockquote::before {
        top: 20px;
        left: 20px;
    }

    .post-entry blockquote::after {
        bottom: 20px;
        right: 20px;
    }

    .post-tags {
        margin-top: 20px;
        padding-top: 20px;
        font-size: 18px;
    }

    .post-tags a {
        font-size: 14px;
        padding: 8px 16px;
        margin-bottom: 8px;
    }

    .faq-page {
        padding: 60px 0 30px;
    }

    .sidebar-box {
        margin-bottom: 20px;
    }

    .sidebar-box ul li {
        padding: 15px 15px 15px 30px;
    }

    .faq-accordion {
        margin-top: 20px;
    }

    .accordion-item {
        margin-bottom: 20px;
    }

    .accordion-header .accordion-button {
        font-size: 20px;
        padding: 0 30px 20px 0;
    }

    .accordion-header .accordion-button::after {
        width: 20px;
        height: 20px;
        font-size: 12px;
    }

    .accordion-body p {
        padding-right: 0;
        margin-bottom: 20px;
    }

    .contact-details {
        padding: 60px 0 40px;
    }

    .contact-detail-item .icon-box img {
        max-width: 40px;
    }

    .contact-detail-item {
        padding: 20px;
        margin-bottom: 20px;
    }

    .contact-detail-item .contact-detail-body h3 {
        font-size: 20px;
    }

    .contact-inquiry-box {
        padding: 60px 0;
    }

    .contact-form .form-group .form-control {
        font-size: 16px;
        padding: 12px 20px;
    }

    .google-map-box iframe {
        height: 300px;
    }

    .team-page {
        padding: 60px 0 30px;
    }

    .not-found-page {
        padding: 60px 0;
    }

    .page-not-found-box figure img {
        width: 100%;
    }

    .page-not-found-box h2 {
        font-size: 30px;
        margin: 30px 0 10px;
    }

    .page-not-found-box p {
        font-size: 16px;
    }

    .title {
        font-size: 2rem;
    }

    .discount-title {
        font-size: 28px;
    }

    .discount-container {
        margin-top: 60px;
    }

    .discount-timer-container {
        font-size: 14px;
        width: 80%;
        padding: 10px;
        margin: 20px auto;
    }

    #days, #hours, #minutes, #seconds {
        font-size: 19px;
    }

    .main-menu {
        display: none !important;
    }

    .slicknav_menu {
        background-color: transparent;
        border-radius: 60px;
    }

    .safe-secure-txt {
        font-size: 30px;
    }

    .checkout-txt {
        font-size: 35px;
        text-align: -webkit-center;
    }

    .checkout-txt2 {
        font-size: 35px;
        text-align: -webkit-center;
    }

    .safe-secure-row > div {
        text-align: -webkit-center;
    }

    .cancel-anytime-txt {
        font-size: 14px;
        line-height: 20px;
        margin-top: -15px;
    }

    .client-area-navlink {
        background-color: #0A0A0A;
        color: #dddddd;
        border: 1px solid #00B0EB;
        border-radius: 10px;
        width: 90%;
        text-align: center;
        margin-top: 40px; /* Adds top margin */
        margin-right: auto; /* Keeps horizontal centering */
        margin-bottom: 0; /* Optional: Adjust bottom margin */
        margin-left: auto; /* Keeps horizontal centering */
    }

    .lang-link {
        background: transparent !important;
        color: white !important;
        overflow: hidden !important;
        z-index: 0 !important;
        border: none;
        outline: 0 !important;
        box-shadow: none !important;
        transition: 0.2s transform !important;
        font-family: 'Cairo', sans-serif;
    }

    .lang-link::after {
        width: 62px;
        height: 4px;
        opacity: 1;
        border-radius: 8px;
        background: linear-gradient(to right, #00B0EB, #005774);
        /* ظهور النقطة */
    }

    .feature-card {
        width: 85vw;
        padding: 15px;
    }

    .feature-title-txt {
        font-size: 25px;
    }

    .feature-desc-txt {
        font-size: 16px;
        margin-bottom: 25px;
    }

    .feature-img {
        width: 75vw;
        height: 300px;
        margin-top: 15px;
    }

    .start-website-modal {
        width: 380px;
        height: 280px;
        /*top: 20%;*/
        /*inset-inline-start: 2%;*/
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .meba-modal-title {
        font-size: 18px;
    }

    .meba-modal-input {
        width: 300px;
        height: 35px;
    }

    .meba-modal-btn {
        width: 300px;
        height: 35px;
        font-size: 18px;
    }
}
