html {
    scroll-behavior: smooth;
}

/* Global Reset */
*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    font-family: 'Tajawal', sans-serif !important;
    background-color: #ffffff;
    margin: 0;
    padding: 0;
    overflow-y: auto;
    direction: rtl;
    text-align: right;


}

a {
    text-decoration: none;
}

ul,
ol {
    list-style: none;
    padding: 0;
    margin: 0;
}
/*=====================Start progress-bar-container===========الخط=====#=====*/
/* حاوية شريط التقدم مع خلفية شفافة */
#progress-bar-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: transparent;
    z-index: 9999;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

#progress-bar {
    height: 100%;
    width: 0%;
    background: linear-gradient(to right, #0056D2, #0099ff);
    box-shadow: 0 2px 5px rgba(0, 86, 210, 0.4);
    transition: width 0.2s ease-out;
    border-radius: 2px;
}

@media (max-width: 1199.98px) {
    #progress-bar-container {
        height: 2px;
    }
}

/*=====================End progress-bar-container=====================*/
/*=====================Start Nav============ناف بار====#=====*/
.navbar {
    padding: 4px 0;
    background-color: #ffffff !important;
    top: 20px;
    height: auto;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    z-index: 1000;
    border-radius: 12px;
    box-shadow: 1px 4px 10px #0f11141d;
    border: 1px solid #0056d2;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease-in-out;
}

.navbar.scrolled {
    top: 0px !important;
    padding: 10px 0;
    width: 100% !important;
    border-radius: 0;
    box-shadow: 1px 4px 10px #0f11140f;
    transition: all 0.4s ease-in-out;
    background: rgba(255, 255, 255, 0.75) !important;
    backdrop-filter: blur(12px) saturate(150%);
    -webkit-backdrop-filter: blur(12px) saturate(150%);
    border: 0px solid #0058d200 !important;
}

.navbar.scrolled .dropdown-menu {
    margin-top: 26px !important;
}

.navbar-brand {
    margin: 0;
    padding: 3px 0;
    display: flex;
    align-items: center;
}

.navbar-brand img {
    max-width: 52px;
    height: auto;
    display: inline-block;
    margin-right: 20px;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    border: 1px solid #00000000 !important;
}

.logo-box {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

/*--------start custom-toggler----همبرجر-#--*/
/* إزالة الخلفية والحدود والظل تمامًا */
.custom-toggler {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    padding: 0;
    color: #0056d2 !important;
}

/* إزالة أي تأثير عند التركيز */
.custom-toggler:focus,
.custom-toggler:active {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}

.custom-toggler i {
    font-size: 24px;
    color: #0056D2 !important;
    transition: color 0.3s ease-in-out;
}

.custom-toggler:hover i {
    color: #0056d2 !important;
}

/* إضافة تأثير انزلاق سلس للقائمة */
.navbar-collapse {
    transition: height 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

/* عند فتح القائمة، تظهر بسلاسة */
.collapse.show {
    display: block;
    opacity: 1;
}

/*--------start Navbar Content ----لينكات-#--*/
.navbar .nav-link {
    color: #0f1114;
    font-size: 18px !important;
    font-weight: 500;
    position: relative;
    text-decoration: none;
    list-style-type: none;
    text-align: center;
    display: inline-block;
    border-radius: 8px;
    margin: 7px;
    transition: all 0.2s ease-in-out;
    padding: 2px 2px;
}

.navbar .nav-link:hover {
    background-color: #e1efff;
    color: #0056D2;
    box-shadow: 0 4px 6px #3489f844;
    transform: scale(1.08);
    transition: all 0.3s;
    align-items: center;
    justify-content: center;
}

.navbar-nav .nav-link.active {
    font-size: 18px !important;
    font-weight: bold;
    background: #0056D2;
    color: #ffffff !important;
    text-align: center;
    justify-content: center;
    max-width: 100%;
}

/* --------.navbar-nav .nav-link.active ---- */
.dropdown-menu {
    text-align: right !important;
    border: 1px solid #0056D2;
    border-radius: 12px;
    padding: 10px;
    background: #ffffff;
    min-width: 200px;
    color: #0F1114;
    margin-top: 25px !important;
    pointer-events: none;
    opacity: 0;
    box-shadow: 1px 4px 10px #0f11141d;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, visibility 0.3s ease-in-out;

}

/* تصميم العناصر داخل القائمة */
.dropdown-item {
    font-size: 18px !important;
    color: #0F1114 !important;
    font-weight: 400;

}

.dropdown-menu {
    animation: fadeIn 0.4s ease-in-out;

}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(-10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.dropdown-item:hover {
    background: #e1efff;
    border-radius: 8px;
    color: #0056D2 !important;
}

#servicesMenu .active {
    font-weight: 550 !important;
    background: #0056D2;
    border-radius: 8px;
    color: #ffffff !important;
    font-size: 18px !important;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    /* تأثير السلاسة */
}

/* تصميم الفاصل (divider) */
#servicesMenu .dropdown-divider {
    border-top: 1px solid #0056D2;
    /* لون الخط */
}

.nav-item.dropdown.show .dropdown-menu {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-icon {
    font-size: 14px;
    margin-right: 5px;
    transition: transform 0.3s ease-in-out;
    color: #0F1114;
}


/* إخفاء سهم Bootstrap الافتراضي */
.custom-dropdown-toggle::after {
    display: none !important;
}

/* قلب السهم للأعلى عند فتح القائمة */
.nav-item.dropdown .custom-dropdown-toggle[aria-expanded="true"] .dropdown-icon {
    transform: rotate(180deg);
    color: #0056d2;
}

/* تحسين حركة السهم عند الفتح والإغلاق */
.custom-dropdown-toggle .dropdown-icon {
    transition: transform 0.3s ease-in-out;
}


/*--------start .btn-success ----واتس اب-#-*/
/* تحسين زر واتساب داخل القائمة في الشاشات الصغيرة */
.navbar-nav .btn-success {
    display: block !important;
    width: 90% !important;
    margin: 15px auto;
    font-size: 16px !important;
    padding: 12px !important;
    border-radius: 8px !important;
    text-align: center;
    background-color: #0056D2 !important;

}

.nav-item.dropdown.show .dropdown-menu {
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}

/* تحسين التأثير عند التمرير */
.navbar-nav .btn-success:hover {
    background-color: #0056D2 !important;
    /* لون أخضر أغمق عند التحويم */
    transform: scale(1.0);
    /* تكبير بسيط عند التمرير */
    transition: all 0.3s ease-in-out;
}

/* تحسين زر واتساب داخل الـ Navbar في الشاشات الكبيرة */
.whatsapp-button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
    border-radius: 8px;
    /* جعل الزر أكثر نعومة */
    transition: all 0.3s ease-in-out;
    background-color: #0056D2 !important;
    /* لون أخضر أغمق عند التحويم */

}

/* تحسين الرابط داخل الزر */
.whatsapp-button a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: white !important;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s ease-in-out;
    background-color: #0056D2 !important;
    border: none;

}

/* تحسين الأيقونة داخل الزر */
.whatsapp-button a i {
    font-size: 20px;
    margin-left: 5px;
    transition: transform 0.3s ease-in-out;
}

/* تحسين التأثير عند التحويم */
.whatsapp-button:hover {
    background-color: #0056D2 !important;
}

.whatsapp-button a:hover {
    animation: pulse 0.8s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

@media (max-width: 575.98px) {
    .navbar {
        padding: 4px 0;
        top: 0px;
        height: auto;
        width: auto;
        border-radius: 0px;
        border: 0px solid #0058d200;
        box-shadow: 1px 4px 10px #0f111406;

    }

    .navbar.scrolled {
        padding: 7px 0;
    }

    .navbar-brand img {
        max-width: 48px;

    }

    .custom-toggler {
        margin-left: 20px;
    }

    .custom-toggler i {
        font-size: 25px;

    }

    /*--------start Navbar Content ----لينكات-#--*/
    .navbar-nav {
        text-align: center;
        justify-content: center !important;
        align-items: center !important;
        width: 100%;
    }

    .navbar-nav .nav-item {
        width: 100%;
    }

    .navbar-nav .nav-link {
        display: inline-block;
        width: auto;
        text-align: center;
    }

    .navbar .nav-link {
        font-size: 16px !important;
        padding: 4px 2px;
        width: 60%;
    }


    .navbar-nav .nav-link.active {
        font-size: 16px !important;
    }

    .dropdown-menu {
        width: 80% !important;
        /* تصغير العرض */
        max-width: 350px !important;
        /* تحديد الحد الأقصى */
        margin: 0 auto !important;
        /* توسيط أفقياً */
        right: 0 !important;
        /* إلغاء انزياح */
        left: 0 !important;
        /* توسيط تام */
        transform: translateX(0%) !important;
        /* إلغاء أي ترجمة */
        text-align: center !important;
        /* توسيط النص */
    }

    .dropdown-menu .dropdown-item {
        text-align: center !important;
    }

    /* تصميم العناصر داخل القائمة */
    .dropdown-item {
        font-size: 16px !important;

    }

    .dropdown-item:hover {
        background: #e1efff;
        border-radius: 6px;
        color: #0056D2 !important;
    }

    #servicesMenu .active {
        font-size: 16px !important;

    }

    /* تصميم الفاصل (divider) */
    #servicesMenu .dropdown-divider {
        border-top: 1px solid #0056D2;
        /* لون الخط */
    }

    /*--------start .btn-success ----واتس اب-#-*/
    /* تحسين زر واتساب داخل القائمة في الشاشات الصغيرة */
    .navbar-nav .btn-success {
        width: 60% !important;
        margin: 15px auto;
        font-size: 16px !important;
        padding: 6px !important;

    }


}

/* Small devices (موبايل عادي من 576px إلى 767.98px) */
@media (min-width: 576px) and (max-width: 767.98px) {

    .navbar {
        padding: 4px 0;
        top: 0px;
        height: auto;
        width: auto;
        border-radius: 0px;
        border: 0px solid #0058d200;
        box-shadow: 1px 4px 10px #0f111406;

    }

    .navbar.scrolled {
        padding: 7px 0;
    }

    .navbar-brand img {
        max-width: 48px;

    }

    .custom-toggler {
        margin-left: 0px;
    }

    .custom-toggler i {
        font-size: 25px;

    }

    /*--------start Navbar Content ----لينكات-#--*/
    .navbar-nav {
        text-align: center;
        justify-content: center !important;
        align-items: center !important;
        width: 100%;
    }

    .navbar-nav .nav-item {
        width: 100%;
    }

    .navbar-nav .nav-link {
        display: inline-block;
        width: auto;
        text-align: center;
    }

    .navbar .nav-link {
        font-size: 16px !important;
        padding: 4px 2px;
        width: 70%;
    }


    .navbar-nav .nav-link.active {
        font-size: 16px !important;
    }

    .dropdown-menu {
        width: 85% !important;
        /* تصغير العرض */
        max-width: 400px !important;
        /* تحديد الحد الأقصى */
        margin: 0 auto !important;
        /* توسيط أفقياً */
        right: 0 !important;
        /* إلغاء انزياح */
        left: 0 !important;
        /* توسيط تام */
        transform: translateX(0%) !important;
        /* إلغاء أي ترجمة */
        text-align: center !important;
        /* توسيط النص */
    }

    .dropdown-menu .dropdown-item {
        text-align: center !important;
    }

    /* تصميم العناصر داخل القائمة */
    .dropdown-item {
        font-size: 16px !important;

    }

    .dropdown-item:hover {
        background: #e1efff;
        border-radius: 6px;
        color: #0056D2 !important;
    }

    #servicesMenu .active {
        font-size: 16px !important;

    }

    /* تصميم الفاصل (divider) */
    #servicesMenu .dropdown-divider {
        border-top: 1px solid #0056D2;
        /* لون الخط */
    }

    /*--------start .btn-success ----واتس اب-#-*/
    /* تحسين زر واتساب داخل القائمة في الشاشات الصغيرة */
    .navbar-nav .btn-success {
        width: 70% !important;
        margin: 15px auto;
        font-size: 16px !important;
        padding: 6px !important;

    }

}

/* Medium devices (تابلت أفقي أو أجهزة 768px إلى 991.98px) */
@media (min-width: 768px) and (max-width: 991.98px) {

    .navbar {
        padding: 4px 0;
        top: 0px;
        height: auto;
        width: auto;
        border-radius: 0px;
        border: 0px solid #0058d200;
        box-shadow: 1px 4px 10px #0f111406;

    }

    .navbar.scrolled {
        padding: 7px 0;
    }

    .navbar-brand img {
        max-width: 48px;

    }

    .custom-toggler {
        margin-left: 0px;
    }

    .custom-toggler i {
        font-size: 25px;

    }

    /*--------start Navbar Content ----لينكات-#--*/
    .navbar-nav {
        text-align: center;
        justify-content: center !important;
        align-items: center !important;
        width: 100%;
    }

    .navbar-nav .nav-item {
        width: 100%;
    }

    .navbar-nav .nav-link {
        display: inline-block;
        width: auto;
        text-align: center;
    }

    .navbar .nav-link {
        font-size: 16px !important;
        padding: 4px 2px;
        width: 80%;
    }


    .navbar-nav .nav-link.active {
        font-size: 16px !important;
    }

    .dropdown-menu {
        width: 90% !important;
        /* تصغير العرض */
        max-width: 450px !important;
        /* تحديد الحد الأقصى */
        margin: 0 auto !important;
        /* توسيط أفقياً */
        right: 0 !important;
        /* إلغاء انزياح */
        left: 0 !important;
        /* توسيط تام */
        transform: translateX(0%) !important;
        /* إلغاء أي ترجمة */
        text-align: center !important;
        /* توسيط النص */
    }

    .dropdown-menu .dropdown-item {
        text-align: center !important;
    }

    /* تصميم العناصر داخل القائمة */
    .dropdown-item {
        font-size: 16px !important;

    }

    .dropdown-item:hover {
        background: #e1efff;
        border-radius: 6px;
        color: #0056D2 !important;
    }

    #servicesMenu .active {
        font-size: 16px !important;

    }

    /* تصميم الفاصل (divider) */
    #servicesMenu .dropdown-divider {
        border-top: 1px solid #0056D2;
        /* لون الخط */
    }

    /*--------start .btn-success ----واتس اب-#-*/
    /* تحسين زر واتساب داخل القائمة في الشاشات الصغيرة */
    .navbar-nav .btn-success {
        width: 80% !important;
        margin: 15px auto;
        font-size: 16px !important;
        padding: 6px !important;

    }

    .navbar-brand img {
        max-width: 52px;
        height: auto;
        display: inline-block;
        margin-right: 0px;
    }

}

/* Large devices (شاشات لابتوب صغيرة من 992px إلى 1199.98px) */
@media (min-width: 992px) and (max-width: 1199.98px) {

    .navbar {
        top: 0px;
        height: auto;
        width: auto;
        border-radius: 0px;
        border: 0px solid #0058d200;
        box-shadow: 1px 4px 10px #0f111406;

    }

    .navbar-brand img {
        max-width: 52px;
        height: auto;
        display: inline-block;
        margin-right: 0px;
    }

}
@media (max-width: 575.98px) {}
@media (min-width: 576px) and (max-width: 767.98px) {}
@media (min-width: 768px) and (max-width: 991.98px) {}
@media (min-width: 992px) and (max-width: 1199.98px) {}
/* Extra Large devices (لابتوب كبير أو شاشات أكبر من 1200px) */
@media (min-width: 1200px) and (max-width: 1399.98px) {}

/* Extra Extra Large devices (شاشات ضخمة أكبر من 1400px) */
@media (min-width: 1400px) {}
/*-------------------------------------------------------------*/
#heroSection {
    position: relative;
    overflow: hidden;
    background: #e1efff !important;
    padding-top: 80px;
    padding-bottom: 80px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    border-bottom: 1px solid #0058d27c;
}

#heroCarousel {
    margin-top: 60px;
    max-width: 80%;
    /* قلل حسب رغبتك: 80%, 70%... */
    margin-left: auto;
    margin-right: auto;
}

.carousel.carousel-fade .carousel-item {
    opacity: 0;
    transition: opacity 0.7s ease-in-out;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
    /* يمنع التفاعل مع الشرائح غير النشطة */
}

.carousel.carousel-fade .carousel-item.active {
    opacity: 1;
    z-index: 1;
    position: relative;
    pointer-events: auto;
}

/*---Add canvas to star effect ------*/
#stars {
    position: absolute;
    top: 0;
    left: 0;

    height: 100%;
    z-index: 0;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 1%, rgba(0, 0, 0, 0) 100%);
    animation: twinkle 3s infinite;
    /* تأثير النجوم */
}

@keyframes twinkle {

    0%,
    100% {
        opacity: 0.8;
    }

    50% {
        opacity: 0.5;
    }
}

@keyframes twinkle {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(2px);
    }

    100% {
        transform: translateY(0px);
    }
}

/*----Volume control button-----*/
.audio-control {
    top: 18vh !important;
    right: 15vh !important;
    z-index: 500;
    position: absolute;
}

.audio-control button {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff83000;
    border: 3px solid #0056d2 !important;
    border-radius: 50%;
    transition: background-color 0.3s, transform 0.3s;
    background: transparent !important;
    /* تأكد من عدم وجود لون خلفي */
}

.audio-control button:hover {
    background-color: #0056d2 !important;
    transform: scale(1.1);
    border: 2px solid #0056d2 !important;
}


.audio-control i {
    font-size: 1.5rem;
    color: #000000;
}

.audio-control i:hover {
    font-size: 1.5rem;
    color: #ffffff;

}


/*----Carousel indicators (lower points)-----*/
.carousel-indicators {
    position: absolute;
    display: flex;
    justify-content: center;
    gap: 5px;
}

.carousel-indicators button {
    width: 25px !important;
    height: 5px !important;
    background-color: #bbdefc7e !important;
    border: 2px solid rgba(0, 0, 0, 0.3);
    transition: background-color 0.3s, transform 0.3s;
}

.carousel-indicators button.active {
    background-color: #0056d2 !important;
    /* لون مميز عند التفعيل */
    width: 25px !important;
    /* عرض المؤشر */
    height: 5px !important;
    /* ارتفاع المؤشر */
}


/* تنسيق النصوص */
.carousel-item h1 {
    font-size: 38px;
    color: #0F1114;
    line-height: 1.5;
    margin-bottom: 10px;
    z-index: 2;
    font-weight: 650 !important;
    text-align: right;
}

.typing-text {
    font-size: 1.3rem;
    color: #0F1114 !important;
    margin-bottom: 10px;
    z-index: 2;
    font-weight: 500 !important;
    text-align: right;
}

p.text-muted i {
    color: #0056D2;
    font-size: 1.3rem !important;
}

.carousel-item p.lead {
    font-size: 1rem;
    /* حجم مناسب */
    color: #333333;
    /* لون واضح وغير باهت */
    font-weight: 400;
    /* وزن متوسط أنيق */
}

/*.carousel-item img*/
.carousel-item img {
    max-width: 80%;
    height: auto;
    height: auto;
    /* الحفاظ على النسبة */
    animation: bounce 2.5s infinite ease-in-out;
    z-index: 2;
    filter: drop-shadow(10px 10px 30px rgba(0, 0, 0, 0));
}

@keyframes bounce-1 {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

@keyframes bounce-2 {

    0%,
    100% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(-10px);
    }
}

.carousel-item:nth-child(1) img {
    animation: bounce-1 2.5s infinite ease-in-out;
}

.carousel-item:nth-child(2) img {
    animation: bounce-2 2.5s infinite ease-in-out;
}

.carousel-item:nth-child(3) img {
    animation: bounce-1 2.5s infinite ease-in-out;
}

.carousel-item {
    position: relative;
}

/* تنسيق الزر */
.carousel-item .btn-warning {
    width: 200px !important;
    /* السماح بحجم ديناميكي بناءً على النص */
    position: relative;
    pointer-events: auto;
    /* تفعيل النقر على الزر */
    background: #0056d2;
    font-size: 1.3rem !important;
    border: #0056d2;
    font-weight: bold;
    color: #ffffff;
    padding: 6px 8px;
    /* حشوة داخل الزر */
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    /* تحسين السلاسة */
    z-index: 900;
}

.carousel-item .btn-warning:hover {
    transform: translateY(-5px) scale(1.02);
    /* حركية أكثر ديناميكية */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: #0048b0;
    box-shadow: 0 4px 10px #3489f844;
    color: #ffffff;
    transition: all 0.9s ease;
    /* تأثير الحركة */
}

.btn-warning {
    animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 5px rgba(0, 86, 210, 0.5);
    }

    50% {
        transform: scale(1.05);
        box-shadow: 0 0 15px rgba(0, 86, 210, 0.8);
    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 5px rgba(0, 86, 210, 0.5);
    }
}

/*------Social Icons for Small Devices ------*/
.social-icons {
    z-index: 5;
    position: absolute;
    transform: translateY(-50%);
    display: flex;
    gap: 10px;
    /* مسافة بين الأيقونات */
}

.social-icons a {
    font-size: 2rem !important;
    text-decoration: none;
    transition: transform 0.3s ease, color 0.3s ease;

}

.social-icons a:hover {
    transform: scale(1.2) rotate(9deg) !important;
    /* تكبير وميل بسيط */
    transition: transform 0.3s ease, color 0.3s ease;
    /* تأثير سلس */
}

.social-icons-small {
    .social-icons {
        z-index: 50;
        position: absolute;
        transform: translateY(-50%);
        display: flex;
        gap: 10px;
        /* مسافة بين الأيقونات */
    }

    .social-icons a {
        font-size: 1.8rem !important;
        text-decoration: none;
        transition: transform 0.3s ease, color 0.3s ease;

    }

    .social-icons a:hover {
        transform: scale(1.2) rotate(10deg);
        /* تكبير وميل بسيط */
        transition: transform 0.3s ease, color 0.3s ease;
        /* تأثير سلس */
    }
}

@media (max-width: 319.98px) {
    #heroSection {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #heroCarousel {
        margin-top: 40px;
        max-width: 90%;
        /* قلل حسب رغبتك: 80%, 70%... */
    }

    /*----Volume control button-----*/
    .audio-control {
        display: none;
    }

    .carousel-indicators button {
        height: 4px !important;

    }

    .carousel-indicators button.active {
        height: 4px !important;
    }

    /* تنسيق النصوص */
    .carousel-item h1 {
        font-size: 30px;
        line-height: 1.3;
        margin-bottom: 0px;
    }

    .typing-text {
        font-size: 1.1rem;
        color: #0F1114 !important;
        margin-bottom: 0px;
        text-align: right;
    }

    p.text-muted i {
        font-size: 1.1rem !important;
    }

    .carousel-item p.lead {
        display: none;
    }

    /*.carousel-item img*/
    .carousel-item img {
        max-width: 100%;

    }

    /* تنسيق الزر */
    .carousel-item .btn-warning {
        width: 170px !important;
        font-size: 1.1rem !important;
       padding: 6px 8px;
        margin-bottom: 20px;
    }

    .carousel-item .btn-warning:hover {
        box-shadow: 0 4px 8px #3489f844;
    }

    .social-icons a {
        font-size: 1.2rem !important;


    }


    .social-icons a {
        font-size: 1.2rem !important;
    }

    .social-icons-small {
        z-index: 20;
        position: relative;
    }
}

@media (max-width: 575.98px) {
    #heroSection {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #heroCarousel {
        margin-top: 40px;
        max-width: 90%;
        /* قلل حسب رغبتك: 80%, 70%... */
    }

    /*----Volume control button-----*/
    .audio-control {
        display: none;
    }

    .carousel-indicators button {
        height: 4px !important;

    }

    .carousel-indicators button.active {
        height: 4px !important;
    }

    /* تنسيق النصوص */
    .carousel-item h1 {
        font-size: 30px;
        line-height: 1.3;
        margin-bottom: 0px;
    }

    .typing-text {
        font-size: 1.1rem;
        color: #0F1114 !important;
        margin-bottom: 0px;
        text-align: right;
    }

    p.text-muted i {
        font-size: 1.1rem !important;
    }

    .carousel-item p.lead {
        display: none;
    }

    /*.carousel-item img*/
    .carousel-item img {
        max-width: 100%;

    }

    /* تنسيق الزر */
    .carousel-item .btn-warning {
        width: 170px !important;
        font-size: 1.1rem !important;
        padding: 6px 8px;
        margin-bottom: 20px;
    }

    .carousel-item .btn-warning:hover {
        box-shadow: 0 4px 8px #3489f844;
    }

    .social-icons a {
        font-size: 1.2rem !important;


    }


    .social-icons a {
        font-size: 1.2rem !important;
    }

    .social-icons-small {
        z-index: 20;
        position: relative;
    }


}

@media (min-width: 576px) and (max-width: 767.98px) {
    #heroSection {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #heroCarousel {
        margin-top: 40px;
        max-width: 90%;
        /* قلل حسب رغبتك: 80%, 70%... */
    }

    /*----Volume control button-----*/
    .audio-control {
        display: none;
    }

    .carousel-indicators button {
        height: 4px !important;

    }

    .carousel-indicators button.active {
        height: 4px !important;
    }

    /* تنسيق النصوص */
    .carousel-item h1 {
        font-size: 30px;
        line-height: 1.3;
        margin-bottom: 0px;
    }

    .typing-text {
        font-size: 1.2rem;
        color: #0F1114 !important;
        margin-bottom: 0px;
        text-align: right;
    }

    p.text-muted i {
        font-size: 1.2rem !important;
    }

    .carousel-item p.lead {
        display: none;
    }

    /*.carousel-item img*/
    .carousel-item img {
        max-width: 100%;

    }

    /* تنسيق الزر */
    .carousel-item .btn-warning {
        width: 180px !important;
        font-size: 1.2rem !important;
       padding: 6px 8px;
        margin-bottom: 20px;
    }

    .carousel-item .btn-warning:hover {
        box-shadow: 0 4px 8px #3489f844;
    }

    .social-icons a {
        font-size: 1.3rem !important;


    }


    .social-icons a {
        font-size: 1.3rem !important;
    }

    .social-icons-small {
        z-index: 20;
        position: relative;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {

    /* تنسيق الزر */
    .carousel-item .btn-warning {
        width: 180px !important;
        font-size: 1.2rem !important;
    padding: 6px 8px;
        margin-bottom: 20px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .audio-control {
        display: none;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .audio-control {
        display: none;
    }
}

@media (min-width: 1400px) {}
/*=====================Start features-section==============الميزات====#===-*/
.features {
    background-color: #ffffff !important;
    padding: 40px 0 !important;
    height: auto;
}

/* تحسين الأيقونات عند اللمس */
.feature-card:active .feature-icon {
    transform: none;
    background: none;
}

/* تغيير لون النص عند اللمس */
.feature-card:active h3 {
    color: #0056D2;
}

.feature-card {
    justify-content: center;
    background-color: #ffffff !important;
    border-radius: 12px;
    box-shadow: 0 4px 8px #3489f844;
    display: flex;
    align-items: center;
    gap: 15px !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    align-items: center;
    box-shadow: 0 2px 4px #3489f844 !important;
    flex-direction: row-reverse;
    position: relative;
    overflow: hidden;
    flex-direction: row;
    align-items: center;
    text-align: center;

}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px #3489f844 !important;
}

.feature-card i {
    height: auto;
    font-size: 21px !important;
    /* تصغير الأيقونات قليلاً */
    margin-left: 0px;
    align-items: center;
    justify-content: center;
}

.feature-card h3 {
    font-size: 21px !important;
    color: #0F1114;
    text-align: right !important;
    margin: 0;
    font-weight: 500 !important;
    transition: color 0.3s ease-in-out;
    line-height: 1.4;
}

.feature-icon {
    font-size: 21px !important;
    margin-left: 10px;
    /* إضافة تباعد بين الأيقونة والنص */
}

.feature-card::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background: linear-gradient(to right, #0056D2, #00AEEF);
    bottom: 0;
    left: 0;
    transform: scaleX(0);
    transition: transform 0.3s ease-in-out;
    transform-origin: right;
}

.feature-card:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

/* تحسين تفاعل البطاقات */
.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(52, 137, 248, 0.3) !important;
}

.feature-card i {
    height: auto;
    font-size: 2.5rem !important;
    color: #0056D2;

}

.feature-card:hover i {
    color: #0056D2 !important;
}


.feature-card:hover h3 {
    color: #0056D2;
}

@media (max-width: 380px) {
    .features {
        padding: 25px 0 !important;
    }


    .feature-card h3 {
        font-size: 19px;
    }

    .feature-card {
        flex-direction: row;
        align-items: center;
        text-align: center;
    }

    .feature-card::after {
        height: 4px;
    }

    .feature-card i {
        font-size: 2.2rem !important;
    }


}

@media (max-width: 575.98px) {
    .features {
        padding: 25px 0 !important;
    }


    .feature-card h3 {
        font-size: 19px !important;
    }

    .feature-card {
        flex-direction: row;
        align-items: center;
        text-align: center;
    }

    .feature-card::after {
        height: 4px;
    }

    .feature-card i {
        font-size: 2.3rem !important;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .features {
        padding: 25px 0 !important;
    }


    .feature-card h3 {
        font-size: 21px !important;
    }

    .feature-card {
        flex-direction: row;
        align-items: center;
        text-align: center;
    }

    .feature-card::after {
        height: 4px;
    }

    .feature-card i {
        font-size: 2.4rem !important;
    }
}

/*=====================END features-section=====================*/






/*===================== Start Know More Section =====================*/
#knowMore {
    background-color: #ffffff !important;
    color: #0F1114;
    border-top: 1px solid #0058d27c;
    border-radius: 12px;
    padding: 60px 0;
}

/* العنوان الرئيسي */
#knowMore h3 {
    font-size: 30px !important;
    font-weight: 450 !important;
    color: #0F1114 !important;
    margin-bottom: 30px;

}

#knowMore h3 i {
    font-size: 30px !important;
    vertical-align: middle;
    /* لتوسيطها مع النص */
    color: #0056d2 !important;
    /* نفس لون النص إذا بتحب */
    margin-left: 5px;
    /* فراغ بسيط بين الأيقونة والنص */
}

/* عناوين الفقرات */
#knowMore h6 {
    font-size: 20px;
    font-weight: 450 !important;
    color: #0F1114 !important;
    margin-bottom: 10px;
}

/* نص الفقرات */
#knowMore p {
    font-size: 17px !important;
    line-height: 1.5;
    color: #262626 !important;
}

/* صورة */
#knowMore img {
    max-width: 100%;
    height: auto;
    border-radius: 24px !important;
    box-shadow: 0 4px 15px rgba(0, 88, 210, 0);
}

/* الهوامش والفواصل */
#knowMore .row.gy-4>div {
    padding: 0 10px;
}

@media (max-width: 575.98px) {

    /*===================== Start Know More Section =====================*/
    #knowMore {
        padding: 40px 0;
    }

    /* العنوان الرئيسي */
    #knowMore h3 {
        font-size: 28px !important;


    }

    #knowMore h3 i {
        font-size: 28px !important;

    }

    /* عناوين الفقرات */
    #knowMore h6 {
        font-size: 19px;
        font-weight: 450 !important;
        color: #0F1114 !important;
        margin-bottom: 10px;
    }

    /* نص الفقرات */
    #knowMore p {
        font-size: 17px !important;
        line-height: 1.8;
        color: #262626 !important;
    }

    /* صورة */
    #knowMore img {
        max-width: 90% !important;
        height: auto;
        border-radius: 24px !important;
        box-shadow: 0 4px 15px rgba(0, 88, 210, 0);
        margin-top: 15px;
    }

    /* الهوامش والفواصل */
    #knowMore .row.gy-4>div {
        padding: 0 10px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {}

@media (min-width: 768px) and (max-width: 991.98px) {}

@media (min-width: 992px) and (max-width: 1199.98px) {}

/* Extra Large devices (لابتوب كبير أو شاشات أكبر من 1200px) */
@media (min-width: 1200px) and (max-width: 1399.98px) {}

/* Extra Extra Large devices (شاشات ضخمة أكبر من 1400px) */
@media (min-width: 1400px) {}

/*--=====================start why-us-section============لماذا نحن ؟======#===--*/
.why-us-section {
    background: #e1efff;
    padding: 50px 0;
    border-radius: 12px;
}


/* تحسين عنوان القسم */
.why-us-section .section-title {
    font-size: 30px !important;
    font-weight: 450 !important;
    color: #0F1114 !important;
    margin-bottom: 30px;
    align-items: center;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.why-us-section .section-title i {
    color: #0056D2 !important;
    font-size: 30px !important;
    margin-left: 5px;
}

.why-us-section .textwhy {
    font-size: 20px !important;
    color: #262626 !important;
    text-align: center !important;
    /* جعل النص يبدأ من اليمين */
    direction: rtl !important;
    /* تأكيد اتجاه النص من اليمين إلى اليسار */
}

/* تحسين النصوص */
.why-us-section p {
    color: #262626 !important;
    font-size: 17px !important;
    margin: 0;
    text-align: right !important;
    /* جعل النص يبدأ من اليمين */
    direction: rtl !important;
    /* تأكيد اتجاه النص من اليمين إلى اليسار */

}

/* تحسين النصوص داخل البطاقات */
.why-us-section .feature-card h5 {
    font-size: 19px !important;
    color: #0F1114;
    font-weight: 500 !important;
    text-align: center !important;
    /* جعل النص يبدأ من اليمين */
    direction: rtl !important;
    /* تأكيد اتجاه النص من اليمين إلى اليسار */
}

/* تحسين تصميم البطاقات */
.why-us-section .feature-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 18px;
    text-align: center;
    box-shadow: 0 4px 10px #3489f844;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
}

/* تأثير عند التمرير */
.why-us-section .feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px #3489f844;
}

/* تحسين الأيقونات */
.why-us-section .icon-box {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    font-size: 2rem;
    transition: all 0.3s ease-in-out;
}

/* جعل البطاقات تظهر بشكل متساوٍ */
.why-us-section .col-md-6,
.why-us-section .col-lg-4 {
    display: flex;
    justify-content: center;
}

/* تحسين أيقونات القسم ومنح كل واحدة لون مختلف */
.why-us-section .feature-card i {
    font-size: 2rem;
}

/* اللون الأزرق - الجودة والإتقان */
.why-us-section .feature-card i.bi-gem {
    color: #0056D2 !important;
}

/* اللون الأخضر - فريق مؤهل ومتميز */
.why-us-section .feature-card i.bi-people-fill {
    color: #28a745 !important;
}

/* اللون البرتقالي - الالتزام بالمواعيد */
.why-us-section .feature-card i.bi-clock-fill {
    color: #fd7e14;
}

/* اللون الأحمر - سرية وأمان المعلومات */
.why-us-section .feature-card i.bi-shield-lock-fill {
    color: #dc3545;
}

/* اللون السماوي - خدمة مستمرة بعد التسليم */
.why-us-section .feature-card i.bi-check2-circle {
    color: #17a2b8;
}

/* اللون الذهبي - رضا العملاء هو نجاحنا */
.why-us-section .feature-card i.bi-star-fill {
    color: #ffc107;
}

/* إضافة Animation عند الظهور */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* تفعيل Animation عند الظهور */
.why-us-section .feature-card {
    animation: fadeInUp 0.8s ease-in-out;
}

@media (max-width: 575.98px) {
    .why-us-section {
        padding: 40px 0;
    }

    /* تحسين عنوان القسم */
    .why-us-section .section-title {
        font-size: 28px !important;
    }

    .why-us-section .section-title i {
        font-size: 28px !important;
    }

    .why-us-section .textwhy {
        font-size: 19px !important;
    }

    /* تحسين النصوص */
    .why-us-section p {
        font-size: 17px !important;
    }

    /* تحسين النصوص داخل البطاقات */
    .why-us-section .feature-card h5 {
        font-size: 19px !important;
    }

    /* تحسين تصميم البطاقات */
    .why-us-section .feature-card {
        padding: 17px;
    }


    /* تحسين الأيقونات */
    .why-us-section .icon-box {
        width: 70px;
        height: 70px;

        font-size: 1.9rem;

    }



    /* تحسين أيقونات القسم ومنح كل واحدة لون مختلف */
    .why-us-section .feature-card i {
        font-size: 1.9rem;
    }

}

@media (min-width: 576px) and (max-width: 767.98px) {}

@media (min-width: 768px) and (max-width: 991.98px) {}

@media (min-width: 992px) and (max-width: 1199.98px) {}

/* Extra Large devices (لابتوب كبير أو شاشات أكبر من 1200px) */
@media (min-width: 1200px) and (max-width: 1399.98px) {}

/* Extra Extra Large devices (شاشات ضخمة أكبر من 1400px) */
@media (min-width: 1400px) {}

/*--=====================End why-us-section=================#===--*/
/* ✅ الخلفية العامة للقسم */
.services-section {
    background-color: #ffffff !important;

    text-align: center;

}

.services-section h2 {
    font-size: 30px !important;
    font-weight: 450 !important;
    color: #0F1114 !important;
    align-items: center;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.services-section h2 i {
    color: #0056D2 !important;
    font-size: 30px !important;
    margin-left: 5px;
}

.services-section .service-intro {
    font-size: 20px !important;
    color: #262626 !important;
    text-align: center !important;
    /* جعل النص يبدأ من اليمين */
    direction: rtl !important;
    /* تأكيد اتجاه النص من اليمين إلى اليسار */
}

.services-section p {
    font-size: 18px !important;
    color: #262626 !important;
    text-align: center !important;
    /* جعل النص يبدأ من اليمين */
    direction: rtl !important;
    /* تأكيد اتجاه النص من اليمين إلى اليسار */

}

.services-section .card {
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    border-radius: 12px;
    border: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.services-section .card:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.services-section .card-title {
    font-size: 22px;
    font-weight: 500 !important;
    color: #0056D2;
}

.services-section .card-text {
    color: #262626;
    font-size: 18px;
}

.services-section .btn-success {
    background-color: #0056D2;
    color: white;
    font-size: 16px;
    transition: all 0.3s ease;
    border: 1px solid #0056D2;
}

.services-section .btn-success:hover {
    background-color: #e1efff;
    font-size: 16px;
    color: #000000;
    border: 1px solid #e1efff;
}

/* Image Styling */
.services-section .card-img-top {
    width: 350px;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
    display: block;
    border-radius: 12px;
    margin-top: 12px;

}

/* ===== أزرار الخدمات الإضافية ===== */
.services-section .extra-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.services-section .extra-buttons .btn {
    min-width: 200px;
    font-weight: bold;
    font-size: 1.2rem;
    border-radius: 8px;
    padding: 6px 8px;
    box-shadow: 0 4px 12px rgba(0, 98, 255, 0.15);
    transition: all 0.3s ease-in-out;
}

/* ===== تنسيق البطاقة لضمان توازن المحتوى والأزرار ===== */
.services-section .card {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 16px;
    transition: transform 0.3s ease;
}

.services-section .card-body {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* ===== تنسيق موحّد للأزرار داخل الكارد ===== */
.services-section .card .card-body .service-buttons {
    margin-top: auto;
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

/* ===== شكل الزر الرئيسي ===== */
.services-section .btn-success {
    background-color: #0056D2;
    border: 1px solid #00000000;
    justify-content: center;
    align-items: center;
    padding: 6px 16px;
    font-size: 16px;
    border-radius: 8px;

}

.services-section .btn-success:hover {
    background-color: #0048b0;
    color: #ffffff;
    border: 1px solid #00000000;
}

/* ===== الزر الثانوي (outline) ===== */
.services-section .btn-outline-primary {

    padding: 6px 16px;
    font-size: 16px;
    border-radius: 10px;
    border: 2px solid #0056D2 !important;
    color: #0056D2;
    background-color: transparent;
    transition: all 0.3s ease;
}

.services-section .btn-outline-primary:hover {
    background-color: #0056D2;
    color: #fff;
}

@media (max-width: 575.98px) {

    .services-section h2 {
        font-size: 28px !important;
    }

    .services-section h2 i {
        font-size: 28px !important;
    }

    .services-section .service-intro {
        font-size: 19px !important;

    }

    .services-section p {
        font-size: 17px !important;


    }

    .services-section .card-title {
        font-size: 21px;

    }

    .services-section .card-text {
        font-size: 17px;
    }

    .services-section .btn-success {

        font-size: 15px;

    }

    .services-section .btn-success:hover {

        font-size: 15px;

    }

    /* ===== شكل الزر الرئيسي ===== */
    .services-section .btn-success {

        font-size: 15px;


    }

    /* ===== الزر الثانوي (outline) ===== */
    .services-section .btn-outline-primary {
        font-size: 15px;

    }


}

@media (min-width: 576px) and (max-width: 767.98px) {}

@media (min-width: 768px) and (max-width: 991.98px) {}

@media (min-width: 992px) and (max-width: 1199.98px) {}

/* Extra Large devices (لابتوب كبير أو شاشات أكبر من 1200px) */
@media (min-width: 1200px) and (max-width: 1399.98px) {}

/* Extra Extra Large devices (شاشات ضخمة أكبر من 1400px) */
@media (min-width: 1400px) {}

/*===================== Start Service Steps =====================*/
.service-steps {
    background-color: #e1efff;
    position: relative;
    border-radius: 12px;
    padding-bottom: 10px !important;
}

.service-steps h2 {
    font-size: 30px !important;
    font-weight: 450 !important;
    color: #0F1114 !important;
    align-items: center;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.service-steps h2 i {
    color: #0056D2 !important;
    font-size: 30px !important;
    margin-left: 5px;
}

.service-steps p {
    font-size: 20px !important;
    color: #262626 !important;
    margin-bottom: 40px;
}

.timeline {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}

.timeline-line {
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    height: 3px;
    background-color: #0056D2;
    z-index: 1;
    transform: translateY(-50%);
    left: 9%;
    /* بداية الخط من أول دائرة */
    right: 9%;
    /* نهاية الخط قبل آخر دائرة */
}

.timeline-step {
    position: relative;
    z-index: 2;
    text-align: center;
    flex: 1;
    min-width: 100px;
}

.icon-circle {
    width: 80px;
    height: 80px;
    background: #fff;
    border: 3px solid #0056d2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    font-size: 2rem;
    color: #0056d2;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.07);
    transition: 0.3s ease-in-out;
}

.icon-circle:hover {
    box-shadow: 0 8px 16px rgba(0, 86, 210, 0.2);
}

.timeline-step p {
    margin-top: 12px;
    font-size: 20px !important;
    color: #262626 !important;
    font-weight: 450 !important;
}


@media (max-width: 575.98px) {


    .service-steps h2 {
        font-size: 28px !important;
        margin-bottom: 5px;
    }

    .service-steps h2 i {
        font-size: 28px !important;

    }

    .service-steps p {
        font-size: 19px !important;
        color: #262626 !important;
        margin-bottom: 40px;
    }



    .timeline-line {
        display: none;
    }

    .icon-circle {
        width: 70px;
        height: 70px;
        font-size: 1.8rem;

    }

    .icon-circle:hover {
        box-shadow: 0 8px 16px rgba(0, 86, 210, 0.2);
    }

    .timeline-step p {
        margin-top: 12px;
        font-size: 18px !important;
        color: #262626 !important;
        font-weight: 450 !important;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .timeline-line {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {}

@media (min-width: 992px) and (max-width: 1199.98px) {}

/* Extra Large devices (لابتوب كبير أو شاشات أكبر من 1200px) */
@media (min-width: 1200px) and (max-width: 1399.98px) {}

/* Extra Extra Large devices (شاشات ضخمة أكبر من 1400px) */
@media (min-width: 1400px) {}

/* ===================== Start Contact Section ===================== */
.contact-section {
    background: #ffffff;
    direction: rtl;
}

.contact-box {
    background-color: #0056D2;
    padding: 30px 40px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    overflow: visible;
    /* ✅ هذا أهم تعديل ليسمح بخروج الصورة */
    text-align: right;
    /* ✅ الجديد */
    max-width: 1250px;
    margin: 0 auto;
    margin-top: 40px;


}

.contact-img {
    width: 250px;
    height: auto;
    position: absolute;
    left: 120px;
    bottom: 0px;
    transform: translateY(0);
    z-index: 2;
}

.contact-box h2 {
    font-size: 28px !important;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: right;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0);
}

.contact-box p {
    font-size: 19px !important;
    text-align: right;
    line-height: 1.5;
}

.contact-box .btn-lg {
    font-size: 17px;
    font-weight: bold;
    padding: 8px 18px;
    border-radius: 8px;
    transition: all 0.3s ease-in-out;
    background: #ffffff !important;
    color: #0F1114 !important;
    border: none;
    margin-top: 12px;

}

.contact-box .btn-lg:hover {
    background: #e1efff !important;
    color: #0F1114 !important;
    transform: scale(1.05);
}

.contact-box .btn-lg i {
    font-size: 22px;
    margin-left: 8px;
    /* إبقاء أيقونة واتساب على اليسار */
}

@media (max-width: 575.98px) {

    .contact-box {

        margin-top: 0px;


    }

    .contact-img {
        display: none;
    }

    .contact-box h2 {
        font-size: 28px !important;
        font-weight: bold;
        margin-bottom: 15px;
        text-align: right;
        text-shadow: 2px 2px 5px rgba(0, 0, 0, 0);
    }

    .contact-box p {
        font-size: 18px !important;
        text-align: right;
        line-height: 1.5;
    }

    .contact-box .btn-lg {
        font-size: 18px !important;
        font-weight: bold;
        padding: 10px 20px;


    }

    .contact-box .btn-lg i {
        font-size: 18px;

    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .contact-img {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .contact-img {
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {}

/* Extra Large devices (لابتوب كبير أو شاشات أكبر من 1200px) */
@media (min-width: 1200px) and (max-width: 1399.98px) {}

/* Extra Extra Large devices (شاشات ضخمة أكبر من 1400px) */
@media (min-width: 1400px) {}

/*===================== Start Scope Section =====================*/
.scope-section {
    background-color: #e1efff;
    padding-bottom: 20px !important;
    border-radius: 12px;
}

.scope-section h2 {
    font-size: 30px !important;
    font-weight: 450 !important;
    color: #0F1114;
    display: flex;
    align-items: center;
    justify-content: center;

}

.scope-section h2 i {
    color: #0056D2 !important;
    font-size: 30px !important;
    margin-left: 5px;
}

.scope-section .par {
    font-size: 20px !important;
    font-weight: 450 !important;
    color: #262626 !important;
}

.scope-section h3 {
    font-size: 24px !important;
    font-weight: bold;
    color: #0056D2 !important;
    margin-bottom: 15px !important;

}

/* تنسيق الفقرة التوضيحية */
.scope-section p {
    font-size: 17px !important;
    color: #262626 !important;
    line-height: 1.6;
    font-weight: 400 !important;
}

/* تنسيق زر "تواصل معنا" */
.scope-section .btn-primary {
    font-size: 18px !important;
    font-weight: bold;
    border-radius: 8px;
    padding: 10px 20px !important;
    transition: all 0.3s ease-in-out;
    margin-top: 10px;
    width: 210px;
    color: #ffffff;
    background-color: #0056D2;
}

.scope-section .btn-primary i {
    font-size: 18px !important;
    color: #ffffff;
}

.scope-section .btn-primary:hover {
    background-color: #0056D2;
    border-color: #0056D2;
    transform: translateY(-2px);
}

/* تنسيق الصورة */
.scope-section img {
    max-width: 70% !important;
    background: transparent !important;
    box-shadow: none !important;
    filter: none !important;
    mix-blend-mode: normal !important;
    background: transparent !important;
    margin: 0 !important;
    margin-top: -20px !important;
}

@media (max-width: 575.98px) {


    .scope-section h2 {
        font-size: 28px !important;
    }

    .scope-section h2 i {
        font-size: 28px !important;

    }

    .scope-section .par {
        font-size: 19px !important;

    }

    .scope-section h3 {
        font-size: 22px !important;


    }

    /* تنسيق الفقرة التوضيحية */
    .scope-section p {
        font-size: 18px !important;
        color: #262626 !important;
        line-height: 1.6;
        font-weight: 400 !important;
    }

    /* تنسيق زر "تواصل معنا" */
    .scope-section .btn-primary {
        font-size: 17px !important;

        padding: 8px 18px !important;

        width: 190px;

    }

    .scope-section .btn-primary i {
        font-size: 19px !important;
        color: #ffffff;
    }


    /* تنسيق الصورة */
    .scope-section img {
        max-width: 70% !important;

    }
}

@media (min-width: 576px) and (max-width: 767.98px) {}

@media (min-width: 768px) and (max-width: 991.98px) {}

@media (min-width: 992px) and (max-width: 1199.98px) {}

/* Extra Large devices (لابتوب كبير أو شاشات أكبر من 1200px) */
@media (min-width: 1200px) and (max-width: 1399.98px) {}

/* Extra Extra Large devices (شاشات ضخمة أكبر من 1400px) */
@media (min-width: 1400px) {}

/* ===================== Start Numbers Section =====================*/
#numbers {
    background: #ffffff !important;
    padding: 50px 0;
}

#numbers h2 {
    font-size: 30px !important;
    font-weight: 450 !important;
    color: #0F1114 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

}

#numbers h2 i {
    font-size: 30px !important;
    color: #0056D2 !important;
    margin-left: 10px;
    vertical-align: middle !important;

}

/* تنسيق النصوص داخل البطاقات */
h4 {
    font-size: 20px !important;
    color: #0F1114;
    font-weight: 500 !important;
    margin-top: 10px;
}

/* تصميم الدوائر */
.stats-box {
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.058);
    transition: transform 0.3s ease-in-out;
    font-size: 2.2rem;
    /* حجم الأيقونات */
    margin-top: 25px !important;
}

/* الألوان لكل قسم */
.bg-primary {
    background-color: #0056D2 !important;
}

.bg-success {
    background-color: #28A745 !important;
}

.bg-warning {
    background-color: #FFC107 !important;
}

.bg-danger {
    background-color: #DC3545 !important;
}

.bg-info {
    background-color: #17A2B8 !important;
}

.bg-dark {
    background-color: #343A40 !important;
}

/* تحسين الأرقام */
p.fs-4 {
    font-size: 25px !important;
    font-weight: bold;
    margin-bottom: 0;
}

@media (max-width: 575.98px) {

    /* ===================== Start Numbers Section =====================*/
    #numbers {

        padding: 40px 0;
    }

    #numbers h2 {
        font-size: 28px !important;

    }

    #numbers h2 i {
        font-size: 28px !important;


    }

    /* تنسيق النصوص داخل البطاقات */
    h4 {
        font-size: 19px !important;

    }




    /* تحسين الأرقام */
    p.fs-4 {
        font-size: 22px !important;
        font-weight: bold;
        margin-bottom: 0;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {}

@media (min-width: 768px) and (max-width: 991.98px) {}

@media (min-width: 992px) and (max-width: 1199.98px) {}

/* Extra Large devices (لابتوب كبير أو شاشات أكبر من 1200px) */
@media (min-width: 1200px) and (max-width: 1399.98px) {}

/* Extra Extra Large devices (شاشات ضخمة أكبر من 1400px) */
@media (min-width: 1400px) {}

/* ===================== End Numbers Section =====================*/
/*===================== Start FAQ Section =====================*/
#faq {
    padding: 40px 0 !important;
    background-color: #e1efff !important;
    border-radius: 12px;

}

#faq h2 {
    font-size: 30px !important;
    font-weight: 450 !important;
    color: #0F1114 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

#faq i {
    font-size: 30px !important;
    color: #0056D2 !important;
    margin-left: 10px;
    vertical-align: middle !important;

}

#faq .text-center {
    align-items: center;
    margin: 0 auto 30px;
}


.accordion {
    max-width: 90%;
    margin: auto;

}

/* تنسيق كل عنصر في القائمة */
.accordion-item {
    border: none;
    background: white;
    border-radius: 12px;
    margin-bottom: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: all 0.3s ease-in-out;

}

/* زر السؤال */
.accordion-button {
    font-size: 18.5px !important;
    font-weight: 450px !important;
    color: #0F1114;
    background-color: #ffffff;
    padding: 15px;
    border-radius: 12px;
    transition: all 0.3s ease-in-out;
    box-shadow: none;
}

/* تغيير لون السؤال عند التحويم */
.accordion-button:hover {
    background-color: #ffffff;
    color: #0056D2;
}

/* تغيير لون الخلفية عند الفتح */
.accordion-button:not(.collapsed) {
    background-color: #0056D2 !important;
    color: white;
    box-shadow: none;
}

/* تصميم الإجابة */
.accordion-body {
    font-size: 17px;
    color: #0F1114;
    padding: 15px;
    background-color: #ffffff;
    border-top: 1px solid #ffffff;
    transition: all 0.5s ease-in-out;

}

/* عند فتح السؤال، تدور الأيقونة */
.accordion-button[aria-expanded="true"]::after {
    transform: rotate(180deg);
}

/* تأثير فتح وإغلاق الإجابة بسلاسة */
.accordion-collapse {
    transition: height 0.5s ease-in-out;
}

/* إزالة الظل والإطار عند فتح السؤال */
.accordion-button {
    box-shadow: none !important;
    outline: none !important;
    border: none !important;
}

/* عند الفتح */
.accordion-button:not(.collapsed) {
    box-shadow: none !important;
}

/* إزالة الإطار الأزرق عند التحديد بالفأرة */
.accordion-button:focus {
    box-shadow: none !important;
    outline: none !important;
}

/* تنسيق العنصر بشكل عام بدون ظل */
.accordion-item {
    border: none !important;
    box-shadow: none !important;
}

@media (max-width: 575.98px) {
    #faq {
        padding: 35px 0 !important;


    }

    #faq h2 {
        font-size: 28px !important;

    }

    #faq i {
        font-size: 28px !important;


    }



    .accordion {
        max-width: 80%;
        margin: auto;

    }



    /* زر السؤال */
    .accordion-button {
        font-size: 18px !important;

    }

    /* تغيير لون السؤال عند التحويم */
    .accordion-button:hover {
        background-color: #ffffff;

    }
    /* تصميم الإجابة */
    .accordion-body {
        font-size: 17px;


    }


}

@media (min-width: 576px) and (max-width: 767.98px) {}

@media (min-width: 768px) and (max-width: 991.98px) {}

@media (min-width: 992px) and (max-width: 1199.98px) {}

/* Extra Large devices (لابتوب كبير أو شاشات أكبر من 1200px) */
@media (min-width: 1200px) and (max-width: 1399.98px) {}

/* Extra Extra Large devices (شاشات ضخمة أكبر من 1400px) */
@media (min-width: 1400px) {}

/*=====================  End FAQ Section =====================*/
/* ================  start.contact-us-section ================ */
.contact-us-section {
    padding: 50px 0;
    background-color: #ffffff;
}
.contact-us-section h2 {
    font-size: 30px !important;
    font-weight: 450 !important;
    color: #0F1114;
    text-align: center !important;
    margin-bottom: 20px !important;
}
/* تنسيق عام للأيقونة */
.contact-us-section h2 i {
    font-size: 30px !important;
    color: #0056D2;
    margin-left: 5px;
}
/*   تنسيق معلومات الاتصال  =*/
.info-box {
    background-color: #ffffff !important;
    border-radius: 12px;
    padding: 25px;
   box-shadow: 0 2px 4px #3489f844 !important;

    text-align: start;
}
.info-box h3 {
    font-size: 27px;
    font-weight: 450 !important;
    color: #0056D2 !important;
    text-align: center !important;
    text-align: center;
    margin-bottom: 10px;
}
.info-box p {
    font-size: 18px;
    color: #0F1114;
    margin-bottom: 8px;
}

.info-box i {
    font-size: 18px !important;
    color: #0056D2 !important;
}

/* زر التواصل عبر واتساب */
.info-box .btn-outline-primary {
    border-radius: 8px;
    font-size: 17px;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
    color: #0056D2 !important;
    width: 60% !important;
    margin-left: auto;
    margin-right: auto;
    border-color: #3489f844 !important;
    font-weight: bold;

}

.info-box .btn-outline-primary:hover {
    background-color: #0056D2 !important;
    /* لون واتساب */
    color: #ffffff !important;
    border-color: #0056D2 !important;
}

/* تغيير لون الأيقونة داخل الزر */
.info-box .btn-outline-primary i {
    font-size: 17px;
    color: #0056D2 !important;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

/* تغيير لون الأيقونة عند التحويم */
.info-box .btn-outline-primary:hover i {
    color: #ffffff !important;
    /* جعل الأيقونة باللون الأخضر عند التحويم */
}

/* ====  تنسيق نموذج الاستفسارات  ==== */
.contact-us-section .card {
    border-radius: 12px;
    padding: 20px;
    background-color: #ffffff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.064) !important;
 box-shadow: 0 2px 4px #3489f844 !important;


}

/* العنوان داخل النموذج */
.contact-us-section .card h3 {
    font-size: 27px !important;
    font-weight: 450 !important;
    color: #0056D2 !important;
}

/* الحقول النصية */
.contact-us-section .form-control,
.contact-us-section .form-select {
    height: 38px;
    font-size: 16px !important;
    border-radius: 8px !important;
    border: 1px solid #3489f844 !important;
    transition: all 0.3s ease-in-out;

}

/* تحسين شكل الإدخال عند التركيز */
.contact-us-section .form-control:focus,
.contact-us-section .form-select:focus {
    border-color: #0073e6;
    box-shadow: 0 0 5px rgba(0, 115, 230, 0.3);
}

/* الحقول المنسدلة */
.contact-us-section .form-select {
    cursor: pointer;
}

/* تصغير الحقول وتنسيقها */
.contact-us-section .form-control-sm,
.contact-us-section .form-select-sm {
    height: 34px;
    font-size: 17px;
}

/* تنسيق زر الإرسال */
.contact-us-section .btn-primary {
    background-color: #0056D2 !important;
    border: none;
    font-size: 17px;
    padding: 10px 20px;
    border-radius: 8px;
    transition: all 0.3s ease-in-out;
    font-weight: bold;
}

.contact-us-section .btn-primary:hover {
    background-color: #e1efff !important;
    color: #0F1114;
    font-weight: bold;
}
/* تغيير لون الحقل عند وجود خطأ */
.is-invalid {
    border-color: #dc3545;
}
@media (max-width: 575.98px) {
    /* ================  start.contact-us-section ================ */
.contact-us-section {
    padding: 40px 0;
}
.contact-us-section h2 {
    font-size: 28px !important;
 
}
/* تنسيق عام للأيقونة */
.contact-us-section h2 i {
    font-size: 28px !important;

}

.info-box h3 {
    font-size: 24px;

}
.info-box p {
    font-size: 18px;

}

.info-box i {
    font-size: 18px !important;

}

/* زر التواصل عبر واتساب */
.info-box .btn-outline-primary {

    font-size: 16px;


}


/* تغيير لون الأيقونة داخل الزر */
.info-box .btn-outline-primary i {
    font-size: 16px;

}




/* العنوان داخل النموذج */
.contact-us-section .card h3 {
    font-size: 24px !important;

}

/* الحقول النصية */
.contact-us-section .form-control,
.contact-us-section .form-select {

    font-size: 15px !important;


}

/* تصغير الحقول وتنسيقها */
.contact-us-section .form-control-sm,
.contact-us-section .form-select-sm {

    font-size: 16px;
}

/* تنسيق زر الإرسال */
.contact-us-section .btn-primary {

    font-size: 16px;

}



}
@media (min-width: 576px) and (max-width: 767.98px) {}
@media (min-width: 768px) and (max-width: 991.98px) {}
@media (min-width: 992px) and (max-width: 1199.98px) {}
/* Extra Large devices (لابتوب كبير أو شاشات أكبر من 1200px) */
@media (min-width: 1200px) and (max-width: 1399.98px) {}

/* Extra Extra Large devices (شاشات ضخمة أكبر من 1400px) */
@media (min-width: 1400px) {}
/* ================  End.contact-us-section ================ */
/***************************policy-bar*********************************************/
/* تنسيق عام لقسم السياسات */
.policy-bar {
    background-color: #e1efff !important;
    font-size: 18px !important;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

/* تنسيق الروابط داخل القسم */
.policy-bar a {
    color: #0F1114 !important;
    transition: color 0.3s ease;
}

.policy-bar a:hover {
    color: #0056D2 !important;
    text-decoration: underline;
}

/* تنسيق استجابة على الشاشات الصغيرة */
@media (max-width: 767.98px) {
    .policy-bar .row {
        flex-direction: column;
        align-items: center !important;
        text-align: center;
    }

    .policy-bar .col-md-auto {
        margin-bottom: 10px;
    }

    .policy-bar a {
        display: inline-block;
        margin: 5px 6px;
    }
}

/*===================== Start footer-section ===========الفوتر==========*/
.footer-section {
    background-color: #f2f5fa !important;
    padding: 40px 0;
    border-top: 1px solid #f2f5fa;
    font-size: 18px;
    line-height: 1.5;

}

.footer-section h5 {
    color: #0056D2 !important;
    font-size: 24px !important;
    font-weight: 500 !important;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.footer-section p,
.footer-section span,
.footer-section li,
.footer-section a {
    font-size: 18px;
    transition: color 0.3s ease;
}

.psmall {
    font-size: 18px !important;
    color: #0F1114;
    line-height: 1.4;

}

.footer-section ul {
    padding: 0;
    margin: 0;
    color: #262626;
    font-size: 18px !important;
    margin-top: 15px !important;
}

.footer-section ul li {
    list-style: none;
    gap: 8px;
    /* مسافة بين الأيقونة والنص */
}

.footer-section ul li i {
    font-size: 18px !important;
    color: #0056D2 !important;
    margin-left: 10px !important;
}

/* تنسيق زر واتساب ليبقى بنفس الحجم والتنسيق */
.whatsapp-link {
    color: inherit;
    /* يجعل لون النص متوافقًا مع باقي العناصر */
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 18px !important;
    /* توحيد حجم الأيقونة */
    text-decoration: none !important;
}

.whatsapp-link i {
    font-size: 18px !important;
    /* توحيد حجم الأيقونة */
    text-decoration: none !important;
}

.whatsapp-link:hover {
    color: #0056D2 !important;
    /* تغيير اللون عند التحويم ليكون بنفس لون واتساب */
}

.copy-item {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: color 0.3s ease-in-out;
}

.copy-item:hover {
    color: #0056D2;
}


.copy-icon {
    font-size: 16px;
    color: #888;
    transition: color 0.3s ease-in-out;
}

.copy-item:hover .copy-icon {
    color: #0056D2;
}

/* تنسيق الروابط السريعة */
/* تغيير لون النصوص داخل الروابط السريعة إلى الأسود */
.quick-links a {
    color: #0F1114 !important;
    font-size: 18px !important;
    transition: 0.3s;
    text-decoration: none !important;
    list-style-type: none;
}

.quick-links a:hover {
    color: #0056D2 !important;
    /* لون ذهبي عند التحويم */
    text-decoration: underline;
}


/* تنسيق أيقونات وسائل التواصل الاجتماعي */
.social-iconss a {
    font-size: 27px;
    color: #0056D2;
    transition: color 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.social-iconss a:hover {
    color: #0F1114;
    transform: scale(1.2);

}

.footer-section .small {
    font-size: 18px;
}

/* ===== تنسيق الحقوق والنشر ==== */
.bg-black {
    background-color: #e1efff !important;
    padding: 5px 0;

}

.bg-black p {
    font-size: 18px;
    color: #0F1114;
}

.brand-name {
    color: #0056D2;
    font-weight: bold;

}

.custom-tooltip {
    position: absolute;
    top: -35px;
    right: 50%;
    transform: translateX(50%);
    background-color: #0056D2;
    color: white;
    padding: 4px 8px;
    border-radius: 8px;
    font-size: 14px;
    white-space: nowrap;
    z-index: 999;
    opacity: 0;
    animation: fadeInOut 1s ease forwards;
}

@keyframes fadeInOut {
    0% {
        opacity: 0;
        transform: translateX(50%) translateY(5px);
    }

    20% {
        opacity: 1;
        transform: translateX(50%) translateY(0);
    }

    80% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: translateX(50%) translateY(-5px);
    }
}

@media (max-width: 357px) {
    .payment-icons img {
        display: none;
    }
}

@media (max-width: 575.98px) {
    .policy-bar {
        font-size: 17px !important;

    }

    .footer-section {
        font-size: 17px;


    }


    .footer-section h5 {

        font-size: 22px !important;

    }

    .footer-section p,
    .footer-section span,
    .footer-section li,
    .footer-section a {
        font-size: 17px;

    }

    .psmall {
        font-size: 17px !important;


    }

    .footer-section ul {

        font-size: 17px !important;

    }



    .footer-section ul li i {
        font-size: 17px !important;

    }

    /* تنسيق زر واتساب ليبقى بنفس الحجم والتنسيق */
    .whatsapp-link {

        font-size: 17px !important;

    }

    .whatsapp-link i {
        font-size: 17px !important;

    }

    .copy-icon {
        font-size: 15px;

    }



    /* تنسيق الروابط السريعة */
    /* تغيير لون النصوص داخل الروابط السريعة إلى الأسود */
    .quick-links a {

        font-size: 17px !important;

    }

    /* تنسيق أيقونات وسائل التواصل الاجتماعي */
    .social-iconss a {
        font-size: 25px;

    }

    .footer-section .small {
        font-size: 17px;
    }



    .bg-black p {
        font-size: 17px;
        color: #0F1114;
    }



    .custom-tooltip {

        font-size: 13px;

    }


}
@media (min-width: 576px) and (max-width: 767.98px) {}

@media (min-width: 768px) and (max-width: 991.98px) {}

@media (min-width: 992px) and (max-width: 1199.98px) {}

/* Extra Large devices (لابتوب كبير أو شاشات أكبر من 1200px) */
@media (min-width: 1200px) and (max-width: 1399.98px) {}

/* Extra Extra Large devices (شاشات ضخمة أكبر من 1400px) */
@media (min-width: 1400px) {}

/*===================== start whatsapp ===================== */
.btn-whatsapp {
    position: fixed;
    bottom: 70px;
    /* المسافة من أسفل الصفحة */
    right: 15px;
    /* المسافة من يمين الصفحة */
    z-index: 1000;
    width: 65px;
    /* عرض الزر */
    height: 65px;
    /* ارتفاع الزر */
    border-radius: 50%;
    /* يجعل الزر دائرياً */
    background-color: #25d366;

    /* ظل خفيف */
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease;
    animation: jump 2s infinite;
    /* تأثير النبض والقفز */
    z-index: 1000;
}
.btn-whatsapp,
.btn-whatsapp:hover,
.btn-whatsapp:focus,
.btn-whatsapp:active,
.btn-whatsapp img,
.btn-whatsapp img:hover,
.btn-whatsapp img:focus,
.btn-whatsapp img:active {
  box-shadow: none !important;
  outline: none !important;
  filter: none !important;
  backdrop-filter: none !important;
  border: none !important;
  transition: none !important;
}

.btn-whatsapp:hover {
    transform: scale(1.1);
    /* تكبير الزر عند التمرير */
}

.btn-whatsapp img {
    width: 100px;
    /* عرض أيقونة واتساب */
    height: 100px;
    /* ارتفاع أيقونة واتساب */
}

/* تأثير القفز */
@keyframes jump {

    0%,
    100% {
        transform: translateY(0);
        /* الموضع الطبيعي */
    }

    50% {
        transform: translateY(-10px);
        /* قفزة صغيرة */
    }
}

@media (max-width: 768px) {
    .btn-whatsapp {
        position: fixed;
        bottom: 70px;
        /* المسافة من أسفل الصفحة */
        right: 15px;
        /* المسافة من يمين الصفحة */
        z-index: 1000;
        width: 55px;
        /* عرض الزر */
        height: 55px;
        /* ارتفاع الزر */
        border-radius: 50%;
        /* يجعل الزر دائرياً */
        background-color: #25d366;
        /* لون خلفية واتساب */
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        /* ظل خفيف */
        display: flex;
        justify-content: center;
        align-items: center;
        transition: opacity 0.3s ease;
        transition: transform 0.3s ease, opacity 0.3s ease;
        animation: jump 2s infinite;
        /* تأثير النبض والقفز */
        z-index: 1000;
    }

    .btn-whatsapp:hover {
        transform: scale(1.1);
        /* تكبير الزر عند التمرير */
    }

    .btn-whatsapp img {
        width: 80px;
        /* عرض أيقونة واتساب */
        height: 80px;
        /* ارتفاع أيقونة واتساب */
    }
}

@media (max-width: 480px) {
    .btn-whatsapp {
        position: fixed;
        bottom: 70px;
        /* المسافة من أسفل الصفحة */
        right: 15px;
        /* المسافة من يمين الصفحة */
        z-index: 1000;
        width: 55px;
        /* عرض الزر */
        height: 55px;
        /* ارتفاع الزر */
        border-radius: 50%;
        /* يجعل الزر دائرياً */
        background-color: #25d366;
        /* لون خلفية واتساب */
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        /* ظل خفيف */
        display: flex;
        justify-content: center;
        align-items: center;
        transition: opacity 0.3s ease;
        transition: transform 0.3s ease, opacity 0.3s ease;
        animation: jump 2s infinite;
        /* تأثير النبض والقفز */
        z-index: 1000;
    }

    .btn-whatsapp:hover {
        transform: scale(1.1);
        /* تكبير الزر عند التمرير */
    }

    .btn-whatsapp img {
        width: 80px;
        /* عرض أيقونة واتساب */
        height: 80px;
        /* ارتفاع أيقونة واتساب */
    }
}

/*===================== End whatsapp ===================== */
/*===================== Start webkit-scrollbar ===================== */
::-webkit-scrollbar {
    width: 8px;
    /* عرض الشريط */
    height: auto;
    /* ارتفاع الشريط إذا كان أفقيًا */
}

::-webkit-scrollbar-track {
    background: #ffffff;
    /* لون المسار */
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(to right, #0056D2, #007BFF);
    /* لون متدرج */
    /* لون مقبض الشريط */
    border-radius: 2px;
    /* حواف دائرية */
    transition: all 0.10s ease;
    /* السلاسة عند التحويم */
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(to right, #0056D2, #007BFF);
    /* لون متدرج */
    /* لون المقبض عند التمرير عليه */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    /* إضافة ظل خفيف */
    transition: all 0.10s ease;
    /* تحديد السلاسة */
}

@media (max-width: 768px) {
    ::-webkit-scrollbar {
        width: 6px;
        /* عرض أقل للشريط على الشاشات الصغيرة */

    }
}

/*===================== End webkit-scrollbar ===================== */