
/*================================================
[  Table of contents  ]
================================================
==> Font
==> Back to Top
==> Loader
==> Section Title
==> Header
==> Banner
==> slider
==> Currency Ticker
==> About us
==> News

======================================

======================================*/
/*---------------------------------------------------------------------
Font
-----------------------------------------------------------------------*/
/* ===============================
   IBM Plex Sans Arabic - Offline
   =============================== */
@font-face {
    font-family: 'IBM Plex Sans Arabic';
    src: url('../fonts/IBMPlexSansArabic-Regular.woff2') format('woff2'), url('../fonts/IBMPlexSansArabic-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'IBM Plex Sans Arabic';
    src: url('../fonts/IBMPlexSansArabic-Medium.woff2') format('woff2'), url('../fonts/IBMPlexSansArabic-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'IBM Plex Sans Arabic';
    src: url('../fonts/IBMPlexSansArabic-SemiBold.woff2') format('woff2'), url('../fonts/IBMPlexSansArabic-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'IBM Plex Sans Arabic';
    src: url('../fonts/IBMPlexSansArabic-Bold.woff2') format('woff2'), url('../fonts/IBMPlexSansArabic-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

/* ===============================
   تطبيق الخط على النصوص
   =============================== */
body, p, span, h1, h2, h3, h4, h5, h6, a, li, div {
    font-family: 'IBM Plex Sans Arabic', sans-serif;
}

/* ===============================
   Font Awesome Icons
   =============================== */
@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    src: url('../webfonts/fa-solid-900.woff2') format('woff2'), url('../webfonts/fa-solid-900.woff') format('woff');
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 400;
    src: url('../webfonts/fa-regular-400.woff2') format('woff2'), url('../webfonts/fa-regular-400.woff') format('woff');
}

@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: 400;
    src: url('../webfonts/fa-brands-400.woff2') format('woff2'), url('../webfonts/fa-brands-400.woff') format('woff');
}

/* أيقونات FA */
.fa, .fas {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900; /* solid icons */
}

.far {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 400; /* regular icons */
}

.fab {
    font-family: "Font Awesome 5 Brands" !important;
}



/*---------------------------------------------------------------------
/*---------------------------------------------------------------------
                               Back to Top
-----------------------------------------------------------------------*/
#back-to-top .top {
    z-index: 999;
    position: fixed;
    margin: 0;
    color: var(--white);
    background: var(--iq-dark-bg);
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 999;
    font-size: 26px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    background: #e17b1d;
    color: #fff;
    font-size: 26px;
    cursor: pointer;
    z-index: 9999; /* كبير جدًا لضمان ظهوره فوق كل شيء */
}


    #back-to-top .top:hover {
        background: #ffffff;
        color: #e17b1d;
        -webkit-box-shadow: 0 0 30px 0 rgba(34, 34, 34, 0.1);
        -moz-box-shadow: 0 0 30px 0 rgba(34, 34, 34, 0.1);
        box-shadow: 0px 0px 30px 0px rgba(34, 34, 34, 0.1);
    }
/* =========================
   LUXURY AL NASSER LOADER
========================= */

#loading {
    position: fixed;
    inset: 0;
    background: linear-gradient(180deg, #061a3a, #071e43);
    z-index: 999999;
}

/* Center box */
.luxury-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

/* ===== Pyramid ===== */
.pyramid {
    position: relative;
    width: 140px;
    height: 120px;
    margin: auto;
}

    /* Triangle base */
    .pyramid span {
        position: absolute;
        width: 0;
        height: 0;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-bottom: 34px solid #FF8C00;
        opacity: 0;
        filter: drop-shadow(0 8px 18px rgba(255,140,0,.45));
        animation: reveal 3s ease-in-out infinite;
    }

        /* Pyramid layout */
        .pyramid span:nth-child(1) {
            bottom: 0;
            left: 0;
            animation-delay: 0s;
        }

        .pyramid span:nth-child(2) {
            bottom: 0;
            left: 50px;
            animation-delay: .2s;
        }

        .pyramid span:nth-child(3) {
            bottom: 0;
            right: 0;
            animation-delay: .4s;
        }

        .pyramid span:nth-child(4) {
            bottom: 34px;
            left: 25px;
            animation-delay: .6s;
        }

        .pyramid span:nth-child(5) {
            bottom: 34px;
            right: 25px;
            animation-delay: .8s;
        }

        .pyramid span:nth-child(6) {
            bottom: 68px;
            left: 50px;
            animation-delay: 1s;
        }

/* Text */
.company-name {
    margin-top: 28px;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 3px;
    color: #FF8C00;
    text-shadow: 0 0 20px rgba(255,140,0,.45);
}

.company-sub {
    margin-top: 6px;
    font-size: 12px;
    letter-spacing: 4px;
    color: rgba(255,140,0,.7);
}

/* Animation */
@keyframes reveal {
    0% {
        opacity: 0;
        transform: translateY(10px) scale(.9);
    }

    40% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }

    70% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: translateY(-10px) scale(.95);
    }
}



/*---------------------------------------------------------------------
                           Section Title
-----------------------------------------------------------------------*/
.heading-title {
    margin-bottom: 60px;
    text-align: center;
}

    .heading-title small {
        font-weight: 400;
        font-size: 16px;
        text-transform: uppercase;
        font-family: 'Poppins', sans-serif;
        letter-spacing: 4px;
    }

    .heading-title.left {
        text-align: left;
        margin-bottom: 20px;
    }

    .heading-title .title {
        position: relative;
        padding-bottom: 15px;
        display: inline-block;
        width: 100%;
    }

    .heading-title p {
        padding: 0 100px;
        display: block;
    }

    .heading-title .title.white:before {
        background: var(--white);
    }

/*Heading Left*/
.heading-left .title {
    position: relative;
    padding: 0 0 8px 0;
    margin: 0 0 20px 0;
}

    .heading-left .title:before {
        position: absolute;
        content: "";
        left: 0;
        width: 50px;
        height: 3px;
        background: var(--iq-primary);
        bottom: 0;
    }

.small-title {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 15px
}

    .small-title:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 40px;
        height: 4px;
        background: var(--iq-primary);
        display: inline-block;
    }

#canvas1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 1;
    pointer-events:none
}

/*---------------------------------------------------------------------
                              Header
---------------------------------------------------------------------*/
header {
    padding: 20px 80px;
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all 250ms ease-in-out 0s;
    -moz-transition: all 250ms ease-in-out 0s;
    -ms-transition: all 250ms ease-in-out 0s;
    -o-transition: all 250ms ease-in-out 0s;
    transition: all 250ms ease-in-out 0s;
    z-index: 99;
}

    header .navbar {
        padding: 0;
    }

    header .navbar-brand img {
        height: 55px;
    }

    header .navbar-light .nav-item {
        margin: 0 10px;
    }

        header .navbar-light .nav-item .nav-link {
            color: var(--white);
            font-size: 17px;
            line-height: normal;
            position: relative;
            -webkit-transition: all 250ms ease-in-out 0s;
            -moz-transition: all 250ms ease-in-out 0s;
            -ms-transition: all 250ms ease-in-out 0s;
            -o-transition: all 250ms ease-in-out 0s;
            transition: all 250ms ease-in-out 0s;
        }

    header .navbar-light .navbar-nav .nav-link:before {
        content: "";
        display: inline-block;
        position: absolute;
        bottom: -3px;
        left: 50%;
        margin-left: -3px;
        background: linear-gradient(90deg, #FFD700, #FF8C00);
        height: 6px;
        width: 6px;
        border-radius: 90px;
        opacity: 0;
        -webkit-transition: all 250ms ease-in-out 0s;
        -moz-transition: all 250ms ease-in-out 0s;
        -ms-transition: all 250ms ease-in-out 0s;
        -o-transition: all 250ms ease-in-out 0s;
        transition: all 250ms ease-in-out 0s;
    }

    header .navbar-light .navbar-nav .nav-link:hover, header .navbar-light .navbar-nav .nav-link:focus, header .navbar-light .navbar-nav .nav-item .nav-link.active {
        /* color: #c28a1b; */
        background: linear-gradient(90deg, #ffd700, #FF8C00);
        -webkit-background-clip: text;
    }

        header .navbar-light .navbar-nav .nav-link:hover:before, .navbar-light .navbar-nav .nav-link:focus:before, .navbar-light .navbar-nav .nav-item .nav-link.active:before {
            opacity: 1;
        }

    header .navbar-light .nav {
        position: relative;
    }

        header .navbar-light .nav:before {
            content: "";
            position: absolute;
            top: 16px;
            left: 5px;
            height: 25px;
            width: 1px;
            display: inline-block;
            background: var(--iq-gray-border);
        }

        header .navbar-light .nav .button:hover, header .navbar-light .nav .button:focus {
            color: var(--iq-light);
        }

    header.menu-sticky {
        position: fixed;
        background: #071e43;
        padding: 10px 30px;
        box-shadow: -16px 20px 30px 20px rgba(255, 255, 255, 0.1);
    }

.dropdown-item.active, .dropdown-item:active {
    background: var(--iq-primary);
}

/*Login*/
.iq-login .modal-header {
    padding: 20px 30px;
}

.iq-login .modal-body {
    padding: 30px;
}

.iq-login .modal-footer {
    padding: 20px 30px;
    display: inline;
}

.iq-login .form-control {
    border: 1px solid var(--iq-gray-border);
    border-radius: 0;
    height: 45px !important;
    box-shadow: none;
}

.iq-login .modal-body .button {
    width: 100%;
    text-align: center;
}

.iq-login .modal-dialog {
    max-width: 400px;
}

.iq-login .modal-footer .iq-media-blog {
    margin: 0;
    padding: 0;
}

    .iq-login .modal-footer .iq-media-blog li {
        display: inline-block;
        list-style: none;
        padding: 0;
        margin: 0px 4px;
    }

        .iq-login .modal-footer .iq-media-blog li a {
            display: block;
            width: 40px;
            height: 40px;
            line-height: 40px;
            font-size: 16px;
            color: var(--iq-primary);
            background: transparent;
            border: 1px solid var(--iq-primary);
            text-align: center;
            border-radius: 50%;
        }

            .iq-login .modal-footer .iq-media-blog li a:hover {
                background: var(--iq-primary);
                border-color: var(--iq-primary);
                color: var(--white);
            }

.iq-login .modal-header .close {
    outline: none;
}
.iq-banner {
    height: 600px; /* ضع الارتفاع الذي تريد */
    position: relative;
}

    .iq-banner .swiper-slide {
        display: flex;
        align-items: center;
        height: 100%;
    }

/*---------------------------------------------------------------------
                              Banner
---------------------------------------------------------------------*/
.iq-banner {
    position: relative;
    padding: 4% 0 6%;
}

.banner-info {
    position: relative;
    z-index: 999;
}

.iq-banner .iq-countdown {
    background: var(--iq-light);
    border-radius: 30px;
    padding: 40px 30px;
    position: relative;
}

.iq-banner .wave-poistion {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}

    .iq-banner .wave-poistion canvas {
        width: 100% !important;
        height: 100% !important;
    }

.iq-countdown #countdown {
    list-style: none;
    margin: 40px 0;
    padding: 0;
    display: inline-block;
    width: 100%;
}

    .iq-countdown #countdown li {
        display: inline-block;
        padding: 0 20px;
        position: relative;
    }

        .iq-countdown #countdown li:before {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            width: 1px;
            height: 100%;
            display: inline-block;
            background: rgba(255, 255, 255, 0.1);
        }

        .iq-countdown #countdown li:first-child {
            padding-left: 0;
        }

        .iq-countdown #countdown li:last-child {
            padding-right: 0;
        }

            .iq-countdown #countdown li:last-child:before {
                display: none;
            }

        .iq-countdown #countdown li span {
            font-size: 44px;
            line-height: normal;
            font-weight: 700;
            color: var(--white);
        }

        .iq-countdown #countdown li p {
            font-size: 14px;
            font-weight: 700;
            color: var(--white);
            margin-bottom: 0;
        }

.iq-banner .iq-countdown .list-inline {
    margin-top: 15px;
}

    .iq-banner .iq-countdown .list-inline li a {
        color: var(--white);
        font-size: 18px;
        margin: 0 5px;
    }

        .iq-banner .iq-countdown .list-inline li a:hover {
            color: var(--iq-primary);
        }

.iq-progress-bar-text {
    margin-bottom: 10px;
}

    .iq-progress-bar-text span {
        float: right
    }

.iq-progress-bar {
    background: var(--white) none repeat scroll 0 0;
    box-shadow: 0 0 0;
    height: 15px;
    margin: 0 0 30px;
    position: relative;
    width: 100%;
    border-radius: 90px;
}

    .iq-progress-bar > span {
        background: var(--iq-primary) none repeat scroll 0 0;
        display: block;
        height: 100%;
        width: 0;
        border-radius: 90px;
    }



.wave-poistion {
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none; /* يمنع تعطيل السلايدر */
}


/* الموبايل */
@media (max-width: 768px) {
    .wave-poistion {
        height: 500px;
    }
}

/*---------------------------------------------------------------------
                              Banner 2
---------------------------------------------------------------------*/
.iq-banner {
    position: relative;
    padding: 8% 0 6%;
    z-index: 1;
    isolation: isolate; /* مهم جدًا */
}
@media (min-width: 992px) and (max-width: 1294px) {
    .iq-banner {
        position: relative;
        padding: 16% 0 6%;
        z-index: 1;
        isolation: isolate; /* مهم جدًا */
    }
}
1


    .iq-banner-2:before {
        position: absolute;
        top: 0%;
        left: 0%;
        content: "";
        width: 100%;
        height: 100%;
        display: inline-block;
        background-image: url('../images/02.jpg');
    }

    .iq-banner-2 .iq-countdown {
        border-radius: 30px;
        padding: 40px 40px;
        position: relative;
    }

        .iq-banner-2 .iq-countdown .list-inline {
            margin-top: 15px;
        }

            .iq-banner-2 .iq-countdown .list-inline li a {
                color: var(--white);
                font-size: 18px;
                margin: 0 5px;
            }

                .iq-banner-2 .iq-countdown .list-inline li a:hover {
                    color: var(--iq-primary);
                }

/* Canvas Banner */
.iq-canvas-banner {
    padding: 15% 0 10%;
}

.iq-canvas2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
}

#world {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
}

/* ---- particles.js container ---- */
#particles-js {
    width: 100%;
    height: 100%;
    background-color: var(--iq-light);
    background-image: url('');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

    #particles-js.body-bg {
        background-color: var(--iq-dark-bg);
    }

/*---------------------------------------------------------------------
                                slider
-----------------------------------------------------------------------*/
.slide-text, .slide-image {
    opacity: 0;
    transform: scale(0.9);
    transition: all 1.5s ease;
}

    .slide-text.active, .slide-image.active {
        opacity: 1;
        transform: scale(1);
    }


/* Swiper arrows */
.swiper-button-next,
.swiper-button-prev {
    color: #FFD700 !important;
    top: 50%;
    width: 40px;
    height: 40px;
    transform: translateY(-50%);
    z-index: 10;
}

    .swiper-button-next::after,
    .swiper-button-prev::after {
        font-size: 20px;
    }

/* Slides animation */
.slide-text.active,
.slide-image.active {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.7s ease;
}

.slide-text,
.slide-image {
    opacity: 0;
    transform: translateY(20px);
}


.banner-text h2 {
    font-size: 35px !important;
    text-align: right !important;
}

.banner-text p {
    font-size: 30px;
    text-align: right !important;
}

/* الصور متجاوبة */
.banner-img {
    width: 70%; /* الحجم الافتراضي */
    height: auto;
}

/* الشاشات المتوسطة */
@media (max-width: 992px) {
    .banner-text h2 {
        font-size: 30px !important;
        text-align: center !important;
    }

    .banner-text p {
        font-size: 25px !important;
        text-align: center !important;
    }

    .banner-img {
        width: 45%;
    }
    /* Swiper arrows */
    .swiper-button-next,
    .swiper-button-prev {
        color: #FFD700 !important;
        top: 72%!important;
        width: 40px;
        height: 40px;
        transform: translateY(-50%);
        z-index: 10;
    }
}

/* الشاشات الصغيرة (موبايل) */
@media (max-width: 768px) {
    .banner-text h2 {
        font-size: 22px;
        text-align: center !important;
    }

    .banner-text p {
        font-size: 22px;
        text-align: center !important;
        margin-bottom: 38px;
    }

    .banner-img {
        width: 35%;
    }
}

/* الشاشات الصغيرة جدًا */
@media (max-width: 480px) {
    .banner-text h2 {
        font-size: 22px;
        text-align: center !important;
    }

    .banner-text p {
        font-size: 22px;
        text-align: center !important;
        margin-bottom: 38px;
    }

    .banner-img {
        width: 35%;
    }
}
/*---------------------------------------------------------------------
                                Currency Ticker
-----------------------------------------------------------------------*/
.tickerTrack {
    display: flex;
    white-space: nowrap;
    overflow: hidden;
    font-family: Arial, sans-serif;
    background: #49577db5;
    padding: 10px 0;
    align-items: center;
    border: 1px solid;

}
/*---------------------------------------------------------------------
                                Features
-----------------------------------------------------------------------*/
.Features {
    position: relative; /* مهم جدًا */
    background: url(../images/bggry.png) center center no-repeat;
    background-size: cover;
    padding: 40px 0;
    overflow: hidden;
    z-index: 0;
    background-color: #dee2e661;
}

    /* الـ Overlay */
    .Features .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #f8f9fab3;
        z-index: 1;
    }

    /* محتوى القسم فوق الـ overlay */
    .Features .container {
        position: relative;
        z-index: 2;
    }
    .Features .title-box::after {
        color: #1e3254;
    }
.iq-feature2 p {
    color: #071e43;
}


.iq-feature2 h4{
    color: #071e43;
}
.feature-icon {
    width: 54px;
    height: 54px;
    line-height: 52px !important;
    text-align: center;
    border-radius: 50%;
    background: #0B1E3A; 
    color: #ff8100;
    font-size: 28px;
    flex-shrink: 0;
}
@media (max-width: 991px) {

    /* جهة اليسار فقط */
    .features-left {
        text-align: right !important;
    }

        .features-left .d-flex {
            justify-content: flex-start !important;
            align-items: flex-start;
        }

        .features-left .iq-feature2 {
            width: 100%;
            text-align: right;
        }

        /* توحيد مكان الأيقونة */
        .features-left .feature-icon {
            min-width: 36px;
            margin-left: 10px;
        }
}
/* صورة المميزات بالمنتصف */
.Features .col-lg-4.text-center img {
    max-width: 420px; /* العرض */
    height: 480px; /* زودنا الطول */
    width: auto; /* يحافظ على النسبة */
    margin: 0 auto;
    display: block;
    object-fit: contain;
    animation: featureFloat 5s ease-in-out infinite;
    filter: drop-shadow(0 25px 40px rgba(0,0,0,0.25));
    will-change: transform;
}
@media (max-width: 991px) {
    .Features .col-lg-4.text-center img {
        height: 360px;
        max-width: 100%;
    }
    .features-right{
        direction:rtl
    }
    .features-right p, h4 {
       padding-right:15px
    }
}


/* حركة مودرن ناعمة */
@keyframes featureFloat {
    0% {
        transform: translateY(0) scale(1.1);
    }

    50% {
        transform: translateY(-18px) scale(1.15);
    }

    100% {
        transform: translateY(0) scale(1.1);
    }
}



/*---------------------------------------------------------------------
                           Section Title
-----------------------------------------------------------------------*/
.heading-title {
    margin-bottom: 40px;
    text-align: center;
}

    .heading-title .title {
        position: relative;
        padding-bottom: 15px;
        color: #071e43;
    }

        .heading-title .title:before {
            content: "";
            position: absolute;
            bottom: 0;
            left: 50%;
            margin-left: -40px;
            width: 80px;
            height: 3px;
            background: #f5821f;
            display: inline-block;
        }

    .heading-title p {
        padding: 0 100px;
        display: block;
        color: #071e43;
        font-size: 18px;
        font-weight: 600;
    }

    .heading-title .title.white:before {
        background: var(--white);
    }

    .heading-title .title.dark:before {
        background: var(--iq-black);
    }

/*Heading Left*/
.heading-left .title {
    position: relative;
    padding: 0 0 8px 0;
    margin: 0 0 25px 0;
}

    .heading-left .title:before {
        position: absolute;
        content: "";
        left: 0;
        width: 50px;
        height: 3px;
        background: var(--iq-primary);
        bottom: 0;
    }
    
    .title-box {
    position: relative;
    z-index: 1;
    }

        /* ===== نص خلفي كبير – Parallax ===== */
        .title-box::after {
            content: attr(data-name);
            font-size: 90px;
            font-weight: 900;
            color: #fff;
            opacity: 0.08;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            white-space: nowrap;
            line-height: 1;
            pointer-events: none;
            z-index: 0;
            transition: transform 0.3s ease;
        }
.text-white.title-box:after,
.text-white.title-box h6 {
    color: #fff;
}

/*---------------------------------------------------------------------
                                Who us
-----------------------------------------------------------------------*/
.Who-us {
    background: rgb(7 30 67 / 0%) url(../images/whousbg.png) center center no-repeat;
    background-size: cover;
}

.Who-us-img {
    max-width: 600px; /* كبرنا الحجم */
    margin: 0 auto;
    text-align: center;
    overflow: visible;
}

    .Who-us-img img {
        width: 100%;
        animation: floatImage 5s ease-in-out infinite;
        will-change: transform;
        filter: drop-shadow(0 25px 40px rgba(0,0,0,0.35));
    }

/* حركة عائمة مودرن */
@keyframes floatImage {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
    }

    100% {
        transform: translateY(0);
    }
}
/*---------------------------------------------------------------------
                             Values /Goles/Vision/letter -box 
---------------------------------------------------------------------*/

.iq-feature3 {
    position: relative;
    z-index: 2;
}
    .iq-feature3::after {
        content: "";
        position: absolute;
        top: 95px;
        right: 52px;
        width: 14px;
        height: 14px;
        border-right: 5px solid #dee2e6;
        border-bottom: 5px solid #ff8c00;
        transform: rotate(45deg);
        animation: arrowBounce 1.5s infinite ease-in-out;
    }

    /* إخفاء السهم في آخر عنصر */
    .iq-feature3:last-child::after {
        display: none;
    }

/* الحركة */
@keyframes arrowBounce {
    0% {
        transform: translateY(0) rotate(45deg);
        opacity: 1;
    }

    50% {
        transform: translateY(8px) rotate(45deg);
        opacity: 0.7;
    }

    100% {
        transform: translateY(0) rotate(45deg);
        opacity: 1;
    }
}
 

    .iq-feature3 .iq-icon {
        float: right;
        height: 51px;
        width: 53px;
        line-height: 50px;
        text-align: center;
        margin-right: 24px;
        color: var(--white);
        font-size: 22px;
        font-weight: 500;
        border-radius: 25px;
    }

      
        .iq-feature3 .iq-icon i {
            font-size: 30px;
            color: var(--white);
            text-align: center;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-top: 10px;
        }


        .iq-feature3 .iq-icon span {
            font-size: 30px;
        }

    .iq-feature3 .fancy-content {
        display: table-cell;
    }

        .iq-feature3 .fancy-content p {
            padding: 0px;
            margin: 0px;
        }

    .iq-feature3.iq-bg .step {
        position: absolute;
        right: 0px;
        top: 25px;
        font-size: 80px;
        color: var(--iq-gray);
        z-index: -1;
        font-weight: 600;
    }

    .iq-feature3.iq-bg {
        padding: 20px 15px;
        position: relative;
    }

        .iq-feature3.iq-bg::before {
            position: absolute;
            content: "";
            right: 0px;
            top: 0px;
            width: 0px;
            height: 0px;
            background: var(--iq-gray);
            transition: 0.5s ease-in-out;
            z-index: -1;
            border-radius: 5px;
        }

    .iq-feature3:hover.iq-bg::before {
        width: 100%;
        height: 100%;
    }

.iq-feature-3 {
    padding: 50px 40px;
    position: relative;
    z-index: 0;
}

    .iq-feature-3 .step {
        position: absolute;
        right: 40px;
        font-size: 80px;
        color: var(--iq-primary);
        z-index: -1;
        font-weight: 600;
    }
/*---------------------------------------------------------------------
                             News
-----------------------------------------------------------------------*/
.News {
    position: relative; /* مهم جدًا */
    background: url(../images/bg2.jpg) center center no-repeat;
    background-size: cover;
    padding: 40px 0;
    overflow: hidden;
    z-index: 0;
    background-color: #ffffffe6;
}

    .News .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #071e432e;
        z-index: 1;
    }


    /* محتوى القسم فوق الـ overlay */
    .News .container {
        position: relative;
        z-index: 2;
    }
    .News .title-box::after {
        color: #1e3254;
    }
.all-news-btn {
    background-color: #ff8c00;
    color: #fff;
}
/* =====================================
   Owl Carousel Navigation (Prev / Next)
===================================== */

/* الحاوية العامة لأزرار التنقل */
.owl-carousel .owl-nav {
    display: block;
    position: absolute;
    top: 50%; /* توسيط عمودي */
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 999;
}

    /* زر السابق (Prev) */
    .owl-carousel .owl-nav .owl-prev {
        position: absolute;
        left: -8%; /* خارج السلايدر من اليسار */
        background: transparent;
        border: none;
        cursor: pointer;
        transition: opacity 0.3s ease, left 0.3s ease;
    }

    /* زر التالي (Next) */
    .owl-carousel .owl-nav .owl-next {
        position: absolute;
        right: -8%; /* خارج السلايدر من اليمين */
        background: transparent;
        border: none;
        cursor: pointer;
        transition: opacity 0.3s ease, right 0.3s ease;
    }

    /* أيقونة الأسهم */
    .owl-carousel .owl-nav i {
        width: 44px;
        height: 44px;
        line-height: 46px;
        font-size: 18px;
        border-radius: 50%;
        display: inline-block;
        text-align: center;
        background: #071e43;
        color: var(--white);
        transition: all 0.5s ease-out;
    }

        /* Hover على الأيقونة */
        .owl-carousel .owl-nav i:hover {
            background: #e17b1d;
            color: var(--white);
        }

    /* إزالة الإطار عند التركيز */
    .owl-carousel .owl-nav .owl-prev:focus,
    .owl-carousel .owl-nav .owl-next:focus {
        outline: none;
    }

/* =====================================
   Owl Carousel Dots (Pagination)
===================================== */

/* كل نقطة */
.owl-carousel .owl-controls .owl-dot {
    display: inline-block;
    margin-top: 20px;
}

/* حاوية النقاط */
.owl-carousel .owl-dots {
    width: 100%;
    text-align: center;
    cursor: pointer;
}

/* شكل النقطة */
.owl-carousel.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    border-radius: 30px;
    margin: 0 3px;
    display: inline-block;
    background: var(--iq-title-text);
    border: 1px solid var(--iq-title-text);
    transition: all 0.5s ease-in-out;
}

/* Hover على النقطة */
.owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--iq-primary);
    border-color: var(--iq-primary);
}

/* النقطة الفعالة */
.owl-carousel.owl-theme .owl-dots .owl-dot.active span {
    background: var(--iq-primary);
    border-color: var(--iq-primary);
}

/* ===============================
   Blog Card – Base
================================ */
.iq-blog-box {
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #071e43;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    box-sizing: border-box;
}


    /* Hover Effect */
    .iq-blog-box:hover {
        transform: translateY(-6px);
        box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
    }

/* ===============================
   Media (Image / Video / Iframe)
================================ */
.iq-blog-image {
    height: 300px; /* ارتفاع ثابت */
    position: relative;
    overflow: hidden;
    background: #f2f2f2;
}

    /* توحيد كل أنواع الميديا */
    .iq-blog-image img,
    .iq-blog-image video,
    .iq-blog-image iframe {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

/* Zoom on Hover */
.iq-blog-box:hover .iq-blog-image img,
.iq-blog-box:hover .iq-blog-image video,
.iq-blog-box:hover .iq-blog-image iframe {
    transform: scale(1.08);
}

.iq-blog-image img,
.iq-blog-image video,
.iq-blog-image iframe {
    transition: transform 0.6s ease;
}

/* ===============================
   Blog Content
================================ */
.iq-blog-detail {
    flex: 1; /* تمدد المحتوى */
    padding: 20px;
    display: flex;
    flex-direction: column;
}

    /* Title */
    .iq-blog-detail .blog-title h5 {
        font-size: 18px;
        font-weight: 600;
        line-height: 1.4;
        margin-bottom: 10px;
        min-height: 52px; /* توحيد ارتفاع العنوان */
        text-align: center;
        color: #ff8c00;
    }

    /* Description */
    .iq-blog-detail p {
        color: #dee2e6;
        font-size: 15px;
        line-height: 1.6;
        margin-bottom: 15px;
        /* قص النص بعد 3 أسطر */
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-align:center
    }

/* ===============================
   Meta (Date / Author / Button)
================================ */
.iq-blog-meta {
    margin-top: auto; /* تثبيت أسفل الكرت */
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #eee;
    padding-top: 12px;
    font-size: 14px;
}

    /* Button */
    .iq-blog-meta a {
        color: #ff8c00;
        font-weight: 600;
        transition: color 0.3s ease;
    }

        .iq-blog-meta a:hover {
            color: #ef7f1e;
        }

/* ===============================
   Owl Carousel Fix
================================ */
.owl-carousel .owl-stage {
    display: flex;
}

.owl-carousel .owl-item {
    display: flex;
    height: auto;
}

.owl-carousel .iq-blog-box {
    width: 100%;
}
.owl-carousel .owl-item {
    display: flex;
}

    .owl-carousel .owl-item > .item {
        width: 100%;
        flex: 0 0 100%;
    }

/* ===============================
   RTL Support
================================ */
[dir="rtl"] .iq-blog-detail {
    text-align: right;
}

[dir="rtl"] .iq-blog-meta {
    flex-direction: row-reverse;
}

/* ===============================
   Responsive
================================ */
@media (max-width: 992px) {
    .iq-blog-image {
        height: 300px;
    }

    .iq-blog-detail .blog-title h5 {
        min-height: auto;
    }
}

@media (max-width: 576px) {
    .iq-blog-image {
        height: 300px;
    }

    .iq-blog-detail {
        padding: 15px;
    }
}
.read-more-btn {
    position: relative;
    overflow: hidden;
}

    .read-more-btn .btn-icon {
        display: inline-block;
        transition: transform 0.3s ease;
    }

    .read-more-btn:hover .btn-icon {
        transform: translateX(5px); /* السهم يتحرك إلى اليمين عند المرور */
    }
    .more{
        font-size:12px
    }

/*---------------------------------------------------------------------
                             Partners
-----------------------------------------------------------------------*/

.features-divider {
    border-top: 1px solid #071e43;
    padding-top:30px
}

/* Container موحد */
.partner-item {
    position: relative;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    transition: all 0.35s ease;
    overflow: hidden;
}

    /* خط سفلي أنيق */
    .partner-item::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 0;
        height: 3px;
        background: linear-gradient(90deg, #f9b707, #ffd76a);
        transform: translateX(-50%);
        transition: width 0.35s ease;
    }

    /* الصورة */
    .partner-item img {
        max-width: 200px;
        max-height: 40px;
        object-fit: contain;
        transition: all 0.35s ease;
    }

    /* Hover */
    .partner-item:hover {
        box-shadow: 0 18px 45px rgba(0,0,0,0.12);
        transform: translateY(-6px);
    }

        .partner-item:hover::after {
            width: 60%;
        }

        .partner-item:hover img {
            opacity: 1;
            transform: scale(1.05);
            cursor: pointer;
        }

.partner-card{
    display:flex;
    justify-content:center;
    align-items:center
}


.owl-carousel .owl-stage {
    display: flex;
    align-items: stretch;
}

.owl-carousel .owl-item {
    display: flex;
}

.partner-item {
    width: 100%;
}
@media (max-width: 576px) {

    .partner-card {
        height: 100px;
        padding: 15px;
    }

        .partner-card img {
            max-width: 100px;
            max-height: 50px;
        }
}
/*---------------------------------------------------------------------
                             shape
-----------------------------------------------------------------------*/
.shape1 {
    position: absolute;
    z-index: -1;
    left: 3%;
    top: 0
}

    .shape1 img {
        animation: moveleftbounce 4s linear infinite
    }

.shape2 {
    position: absolute;
    z-index: -1;
    top: 80%;
    right: 4%
}

    .shape2 img {
        animation: moveleftbounce 4s linear infinite
    }

@keyframes run {
    0% {
        top: -50%
    }

    to {
        top: 110%
    }
}

@keyframes moveleftbounce {
    0% {
        transform: translate(0)
    }

    50% {
        transform: translate(20px)
    }

    to {
        transform: translate(0)
    }
}

/*---------------------------------------------------------------------
                             Footer
-----------------------------------------------------------------------*/
.iq-footer1 {
    background: linear-gradient(135deg, #dee2e661, #071e43f0);
    color: #ffffff;
    padding: 70px 0 30px;
    position: relative;
}

    .iq-footer1 hr {
        border-color: rgba(255, 255, 255, 0.1);
    }

    /* Logo */
    .iq-footer1 .logo img {
        max-width: 180px;
    }

    /* Text */
    .iq-footer1 p {
        font-size: 14px;
        line-height: 1.8;
        color: #dcdcdc;
    }

    /* Titles */
    .iq-footer1 .small-title {
        font-size: 20px;
        font-weight: 600;
        position: relative;
        padding-right: 12px;
        color: #f8f9fa !important;
    }

        .iq-footer1 .small-title::before {
            content: "";
            position: absolute;
            right: 0;
            top: 50%;
            width: 4px;
            height: 60%;
            background: #ff8c00;
            transform: translateY(-50%);
        }

    /* Links */
    .iq-footer1 .menu {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .iq-footer1 .menu li {
            margin-bottom: 10px;
        }

            .iq-footer1 .menu li a {
                color: #dcdcdc;
                text-decoration: none;
                transition: 0.3s;
                font-size: 16px;
            }

                .iq-footer1 .menu li a:hover {
                    color: #ff8c00;
                    padding-right: 5px;
                }

/* Social Icons */
.info-share {
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
}

    .info-share li a {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        background: #dee2e6;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #ff8c00;
        transition: 0.3s;
        font-size: 14px;
    }

        .info-share li a:hover {
            background: #ff8c00;
            transform: translateY(-3px);
            color: #f8f9fa;
        }

/* Bottom Copyright */
.footer-bottom {
    text-align: center;
    font-size: 13px;
    color: #bdbdbd;
    margin-top: 25px;
}
/* Store links next to Useful Links */
.store-links {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}


.store-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 14px;
    border-radius: 30px;
    background: #dee2e6;
    color: #ff8c00;
    font-size: 13px;
    text-decoration: none;
    transition: 0.3s;
    width:50%
}

    .store-pill i {
        font-size: 16px;
    }

    .store-pill:hover {
        background: #ff8c00;
        transform: translateY(-2px);
        color: #f8f9fa;
    }

/* Keep menu icons aligned */
.icon-menu li a {
    display: flex;
    align-items: center;
    gap: 8px;
}
.footer-info i {
    color: #ff8c00;
}

.shape3 {
    display: flex;
    justify-content: flex-end;
}

    /* الصورة الغامقة والطافية */
    .shape3 img {
        width: 100%;
        max-width: 200px;
        height: auto;
        animation: floatImage 4s ease-in-out infinite;
        transition: transform 0.4s ease, filter 0.2s ease;
        cursor: pointer;
        filter: brightness(60%); /* الغامقة بشكل افتراضي */
    }

        /* Hover Effect */
        .shape3 img:hover {
            transform: scale(1.25);
            filter: brightness(100%); /* تصبح واضحة */
            animation-play-state: paused; /* يوقف الطفو */
        }

/* Floating Animation */
@keyframes floatImage {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-12px);
    }

    100% {
        transform: translateY(0);
    }
}

/* Responsive */
@media (max-width: 768px) {
    .shape3 img {
        max-width: 120px;
    }
}

/*---------------------------------------------------------------------
                             App Section
-----------------------------------------------------------------------*/
.app {
    position: relative; /* مهم جدًا */
    background: url(../images/bggry.png) center center no-repeat;
    background-size: cover;
    padding: 40px 0;
    overflow: hidden;
    z-index: -9999;
    background-color: #dee2e661;
}

    .app h2 {
        color: #1e1e2f;
        font-weight: 700;
        margin-bottom: 20px;
        font-size: 2rem;
    }

    .app p {
        color: #4b4b4b;
        font-size: 16px;
        line-height: 1.6;
    }

    .app ul li {
        color: #333;
        margin-bottom: 10px;
        font-size: 15px;
        display: flex;
        align-items: center;
    }

        .app ul li i {
            font-size: 18px;
        }

    .app .btn-start {
        border-radius: 50px;
        padding: 10px 30px;
        background: linear-gradient(90deg, #4e54c8, #8f94fb);
        color: #fff;
        font-weight: 600;
        margin-top: 20px;
        transition: transform 0.3s;
    }

        .app .btn-start:hover {
            transform: scale(1.05);
        }

    .app .store-icons {
        display: flex;
        gap: 15px;
        margin-top: 25px;
    }

.hover-scale:hover {
    transform: scale(1.1);
    transition: transform 0.3s;
}

/* بطاقة الفيديو */
.card-video {
    border-radius: 20px;
    overflow: hidden;
    height: 400px;
    width: 280px;
    position: absolute;
    top: 50%;
    left: -60px; /* بدّل من right إلى left */
    transform: translateY(-50%);
    box-shadow: 0 15px 35px rgba(0,0,0,0.25);
    z-index: 10;
    transition: transform 0.3s;
}

    .card-video:hover {
        transform: translateY(-50%) scale(1.05);
    }

/* متجاوب */
@media(max-width: 991px) {
    .card-video {
        position: relative;
        left: 0; /* إعادة الضبط للشاشات الصغيرة */
        top: 0;
        transform: translateY(0);
        margin: 30px auto 0;
    }
}


    .card-video img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .card-video:hover {
        transform: translateY(-50%) scale(1.05);
    }

/* زر التشغيل */
.playButton-pulsing {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.9;
    }

    50% {
        transform: scale(1.15);
        opacity: 0.6;
    }

    100% {
        transform: scale(1);
        opacity: 0.9;
    }
}

/* متجاوب */
@media(max-width: 991px) {
    .card-video {
        position: relative;
        right: 0;
        top: 0;
        transform: translateY(0);
        margin: 30px auto 0;
    }
}

/*********************/
 .breadcrumb {
    z-index: 99;
    background: none;
    position: relative;
    padding: 10px 15px;
    color: var(--iq-dark);
    text-align: center;
    margin-bottom: 0;
    border-radius: 0;
    display: inline-block;
    width: 100%;
}

.breadcrumb nav {
    background: rgba(255, 255, 255, 0.2);
    margin-top: 100px;
    position: relative;
}

.breadcrumb li {
    display: inline-block;
}
/*---------------------------------------------------------------------
                             Services 
-----------------------------------------------------------------------*/
.Service {
    background: rgb(7 30 67 / 0%) url(../images/whousbg.png) center center no-repeat;
    background-size: cover;
}


    /* محتوى القسم فوق الـ overlay */
    .Service .container {
        position: relative;
        z-index: 2;
    }
/* ====== الكرت ====== */
.iq-feature-card {
    width: 100%; /* العرض متجاوب */
    height: 350px; /* ارتفاع ثابت */
    margin: 0 auto;
    background: linear-gradient(180deg, #041840 0%, #14234426 100%);
    border-radius: 20px;
    padding: 22px 30px 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border: 1px solid rgba(255,255,255,0.1);
    box-shadow: inset 0px 1px 8px #f8f9fa, 4px 13px 3px 0px #071e43;
    transition: all 0.35s ease;
    overflow: hidden; /* منع تجاوز المحتوى */
}

    .iq-feature-card:hover {
        transform: translateY(-10px);
        box-shadow: -5px 2px 0px #dee2e64d, 0 0 0 1px rgba(255, 255, 255, 0.1);
    }

}

.iq-feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.65), 0 0 0 1px rgba(255, 255, 255, 0.1);
}

/* ====== الصورة ====== */
.icon-wrap {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: #041840;
    box-shadow: inset 2px 0px 8px #f8f9fa7d, 6px 3px 3px 0px #071e43;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

    .icon-wrap img {
        max-width: 100px;
        max-height: 100px;
        object-fit: contain;
    }

/* ====== العنوان ====== */
.feature-title {
    min-height: 44px; /* توحيد المستوى */
    margin-bottom: 22px;
    color: #ffffff;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.4;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ====== الزر ====== */
.feature-btn {
    margin-top: auto; /* الزر ثابت بالأسفل */
    display: inline-flex;
    align-items: center;
  
    padding: 11px 30px;
    border-radius: 50px;
    background: linear-gradient(41deg, #0b1e44a8, #dee2e6);
    color: #f8f9fa;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
}

    .feature-btn i {
        font-size: 16px;
    }

    .feature-btn:hover {
        transform: translateY(-3px);
        box-shadow: 0 16px 36px rgb(225 123 29 / 62%);
    }

/* ====== موبايل ====== */
@media (max-width: 768px) {
    .iq-feature-card {
        max-width: 100%;
        padding: 30px 22px;
    }
}
.more {
    background: #071e43;
    border-color: #071e43;
}

    .more:hover {
        background: #ff8100;
        border-color: #ff8100;
    }
