﻿/*---------------------------------------------------------------------
                                banner
-----------------------------------------------------------------------*/
.iq-banner {
    height: 390px !important;
    padding: 72px 0 50px!important
}

.wave-poistion {
    position: absolute;
    inset: 0;
    height: 390px !important;
    z-index: -1;
    pointer-events: none;
    overflow: hidden;
}

.iq-banner .wave-poistion canvas {
    width: 100% !important;
    height: 390px !important;
}


@media (min-width: 992px) and (max-width: 1294px) {
    .iq-banner {
        position: relative;
        padding: 10% 0 6%;
        z-index: 1;
        isolation: isolate; /* مهم جدًا */
    }
}
/*---------------------------------------------------------------------
                                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: 30px !important;
    text-align: right !important;
}

.banner-text p {
    font-size: 30px;
    text-align: right !important;
    line-height: 1.5;
}

/* الصور متجاوبة */
.banner-img {
    width: 50%; /* الحجم الافتراضي */
    height: auto;
}

/* الشاشات المتوسطة */
@media (max-width: 992px) {
    .banner-text h2 {
        font-size: 26px !important;
        text-align: center !important;
    }

    .banner-text p {
        font-size: 18px !important;
        text-align: center !important;
    }

    .banner-img {
        width: 30%;
    }
    /* 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: 18px;
        text-align: center !important;
        margin-bottom: 38px;
    }

    .banner-img {
        width: 30%;
    }
}

/* الشاشات الصغيرة جدًا */
@media (max-width: 480px) {
    .banner-text h2 {
        font-size: 22px;
        text-align: center !important;
    }

    .banner-text p {
        font-size: 18px;
        text-align: center !important;
        margin-bottom: 38px;
    }

    .banner-img {
        width: 28%;
    }
}

.banner-img {
    animation: smoothFloat 4s ease-in-out infinite;
}

@keyframes smoothFloat {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-12px);
    }

    100% {
        transform: translateY(0);
    }
}
/*---------------------------------------------------------------------
                                join us
-----------------------------------------------------------------------*/
.JoinUs {
    position: relative; /* مهم جدًا */
    background-size: cover;
    padding: 40px 0;
    overflow: hidden;
}
.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #ff8c00;
    outline: 0;
    box-shadow: 0 0 0 .25rem #ff8c00;
}
.button:hover, .button:focus {
    color: #f8f9fa;
    background: #071e43c9;
    outline: none;
}
.tickerTrack {
    display: flex;
    white-space: nowrap;
    overflow: hidden;
    font-family: Arial, sans-serif;
    background: #071e43c2;
    padding: 10px 0;
    align-items: center;
    border: 1px solid;
}
.iq-pall-30 {
    padding: 9px;
}
.form-label {
    margin-bottom: .5rem;
    color: #071e43;
}
/*---------------------------------------------------------------------
                                About us
-----------------------------------------------------------------------*/
.about-us {
    color: #f8f9fa;
    direction: rtl;
}

/* Hover effect */
.about-video:hover img {
    transform: scale(1.05);
    transition: transform 0.3s;
}

.about-video:hover .video-overlay {
    background: #071e4340;
}

.about-video:hover .video-btn {
    transform: translate(-50%, -50%) scale(1.1);
}

/* عكس ترتيب النص والفيديو فقط على الشاشات الصغيرة */
@media (max-width: 767px) {

    .about-us .about-box {
        order: 2;
    }

    .about-us .about-video {
        order: 1;
    }
}

/*---------------------------------------------------------------------
                          NaseerExpress
---------------------------------------------------------------------*/

.iq-features1 {
    position: relative;
    top: 0;
}

    .iq-features1:hover {
        top: -8px;
        -webkit-box-shadow: -2px 14px 44px -16px rgba(0, 0, 0, 0.6);
        -moz-box-shadow: -2px 14px 44px -16px rgba(0, 0, 0, 0.6);
        box-shadow: -2px 14px 44px -16px rgba(0, 0, 0, 0.6);
    }

    .iq-features1 .iq-bg {
        position: absolute;
        bottom: 0;
        right: 0;
        top: 0;
        left: 0;
        opacity: 0;
        z-index: 0;
        background-size: cover;
        background-position: center center;
    }

    .iq-features1:hover .iq-bg {
        opacity: 1;
    }

    .iq-features1 .iq-blog {
        background: #f8f9fa42;
        padding: 34px 30px 40px 50px;
        position: relative;
        border: 2px #dee2e6 solid;
        border-radius: 14px;
        box-shadow: -4px 4px 1px 0px #dee2e6;
    }

    .iq-features1:hover .iq-blog {
        background: none;
    }

    .iq-features1 .iq-blog .icon i {
        font-size: 50px;
        color: var(--iq-dark);
    }

    .iq-features1 .iq-blog .step {
        background: #ff8c00;
        color: var(--white);
        font-size: 24px;
        line-height: 45px;
        width: 45px;
        height: 45px;
        text-align: center;
        border-radius: 100px;
        position: absolute;
        right: -20px;
        top: 40px;
    }

    .iq-features1:hover .iq-blog a:hover {
        color: var(--iq-primary);
    }

    .iq-features1 .iq-blog a i {
        margin-left: 6px;
    }

    .iq-features1 .iq-bg:before {
        background: rgba(0, 0, 0, 0.7);
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1;
    }

    .iq-features1:hover h5 a {
        color: var(--iq-primary);
    }

    .iq-features1:hover .iq-blog .icon i, .iq-features1:hover .iq-blog p, .iq-features1:hover .iq-blog a {
        color: var(--white);
    }

    .iq-features1, .iq-features1 .iq-bg, .iq-features1 .iq-blog, .iq-features1 .iq-blog h5, .iq-features1 .iq-blog p, .iq-features1 .iq-blog .icon i {
        -webkit-transition: all 0.4s ease-out 0s;
        -moz-transition: all 0.4s ease-out 0s;
        -ms-transition: all 0.4s ease-out 0s;
        -o-transition: all .6s ease-out 0s;
        transition: all 0.4s ease-out 0s;
    }
/*---------------------------------------------------------------------
                          service
---------------------------------------------------------------------*/
/* ===== القسم مع باك جراوند ===== */
.service-section {
    margin-top: 50px;
    margin-bottom: 50px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    color: #fff; /* نصوص بيضاء على الخلفية الداكنة */
}

/* ===== نص الخدمة ===== */
.service-description {
    font-style: italic;
    font-size: 18px;
    padding: 30px;
    border-right: 4px solid #f5821f;
    background: rgba(255,255,255,0.1); /* شبه شفاف لتباين أفضل مع الخلفية */
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    color: #fff;
}

/* ===== صورة الخدمة ===== */
.service-image-wrapper {
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    position: relative;
}

.service-image {
    width: 50%;
    height: auto;
    object-fit: cover;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    box-shadow: 0 8px 25px rgba(0,0,0,0.2);
}

.service-image-wrapper:hover .service-image {
    transform: scale(1.05);
    box-shadow: 0 12px 35px rgba(0,0,0,0.25);
}

/* ===== Overlay عصري ===== */
.video-overlay {
    border-radius: 20px;
    transition: all 0.3s ease;
}

.service-image-wrapper:hover .video-overlay {
    background: rgba(0,0,0,0.1);
}

/* ===== Icon Wrap (صور الخدمات الصغيرة) ===== */
.icon-wrap {
    display: inline-block;
    overflow: hidden;
    border-radius: 12px;
}

    .icon-wrap img {
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        animation: float 4s ease-in-out infinite;
    }

    .icon-wrap:hover img {
        transform: scale(1.2) rotate(5deg);
        box-shadow: 0 12px 30px rgba(0,0,0,0.25);
    }

/* ===== Animation Floating ===== */
@keyframes float {
    0% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(-10px) rotate(3deg);
    }

    100% {
        transform: translateY(0) rotate(0deg);
    }
}

/* ===== Responsive ===== */
@media (max-width: 991px) {
    .service-description {
        font-size: 16px;
        padding: 20px;
    }

    .service-image-wrapper {
        max-width: 300px;
    }
}

@media (max-width: 576px) {
    .service-description {
        font-size: 15px;
        padding: 15px;
    }

    .service-image-wrapper {
        max-width: 100%;
    }
}
/*---------------------------------------------------------------------
                          service-search
---------------------------------------------------------------------*/
/* الفورم العام */
.service-search-form {
    background-color: #f8f9fabd; /* لون سكني فاتح */
    border-right: 5px solid #ff8c00; /* برتقالي للخارج */
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    margin-bottom: 40px;
}

    /* عنوان كل Dropdown */
    .service-search-form .form-label {
        font-size: 0.95rem;
        color: #071e43;
    }

    /* القوائم */
    .service-search-form .form-select {
        border-radius: 8px;
        padding: 10px;
        height: 45px;
        font-size: 0.95rem;
    }

    /* زر البحث */
    .service-search-form .btn-primary {
        background-color: #ff8c00;
        border-color: #ff8c00;
        font-size: 1.1rem;
        font-weight: 500;
        transition: all 0.3s ease;
    }

        .service-search-form .btn-primary:hover {
            background-color: #e76a33;
            border-color: #e76a33;
        }
    .service-search-form .text-muted {
        --bs-text-opacity: 1;
        color: rgb(7 30 67) !important;
    }

.iq-font-yellow {
    background: linear-gradient(90deg, #ff8c00, #ff8c00);
    -webkit-background-clip: text;
}
/*---------------------------------------------------------------------
                          all-news
---------------------------------------------------------------------*/
.iq-blog-box {

    border: 1px solid;
}

/* السلايدر: الصور تظهر كاملة ومركزية */
.news-slide-img-wrapper {
    width: 100%;
    height: 500px; /* ارتفاع مناسب */
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .news-slide-img-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        border-radius: 5px;
    }
.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #ff8c00 !important;
}
/* السلايدر بالكامل */
.mySwiper {
    cursor: grab; /* يظهر اليد المفتوحة */
}

    /* لما يكون السحب مفعل (mousedown) */
    .mySwiper:active {
        cursor: grabbing; /* اليد تمسك الصورة أثناء السحب */
    }
.back:hover, .back:focus {
    color: #071e43;
    background: #fff;
    outline: none;
}
/* ================= Job Card ================= */
.job-card-new {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    height: 100%;
}

    .job-card-new:hover {
        transform: translateY(-8px);
        box-shadow: 0 15px 40px rgba(0,0,0,0.15);
    }

.job-card-img {
    background: linear-gradient(196deg, #adb5bd, #031629);
    text-align: center;
    padding: 30px;
}

    .job-card-img img {
        width: 80px;
    }

.job-card-body {
    padding: 25px;
    text-align: right;
    background: #dee2e6bf;
}

.job-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #071e43;
}

.job-desc {
    color: #555;
    font-size: 14px;
    line-height: 1.8;
    min-height: 70px;
}

.job-meta {
    margin-top: 10px;
    font-size: 14px;
    color: #777;
}

    .job-meta i {
        color: #ff8c00;
        margin-left: 5px;
    }
.btn-job {
    color: #f8f9fa;
    background: #ff8c00;
}

    .btn-job:hover {
        color: white;
        background: #071e43;
        border: 1px solid #071e43;
    }
.Apply {
    color: #071e43;
    position: relative; /* مهم جدًا */
    background-size: cover;
    padding: 40px 0;
    overflow: hidden;
}