* {
    margin: 0;
    padding: 0;
}

/* RTL & Language Support */
html[dir="rtl"] body,
body.rtl {
  direction: rtl;
  text-align: right;
}

html[dir="ltr"] body {
  direction: ltr;
  text-align: left;
}

/* Navbar RTL */
.rtl .navbar-nav,
.rtl .offcanvas-body ul {
  direction: rtl;
}

.rtl .nav-link i.bi {
  margin-right: 0 !important;
  margin-left: 8px;
}

.rtl .dropdown-menu {
  text-align: right;
}

.rtl .dropdown-item {
  text-align: right;
}

/* Top Bar RTL */
.rtl .top-bar-right,
.rtl .top-bar-left {
  flex-direction: row-reverse;
}

.rtl .vertical-separator {
  margin: 0 10px;
}

/* Search Input RTL */
.rtl .ui-input-container {
  margin-left: 0;
  margin-right: 20px;
}

.rtl .ui-input {
  padding: 10px 15px 10px 40px;
  text-align: right;
}

.rtl .ui-input-icon {
  right: auto;
  left: 12px;
}

/* Footer RTL */
.rtl .footer-links a:hover {
  padding-right: 5px;
  padding-left: 0;
}

.rtl .newsletter-form {
  flex-direction: row-reverse;
}

.rtl .newsletter-input {
  text-align: right;
}

/* Services Cards RTL */
.rtl .service-arrow {
  text-align: center;
}

.rtl .hero-btn i {
  margin-left: 0;
  margin-right: 8px;
  transform: rotate(180deg);
}

/* General RTL */
.rtl img,
.rtl .img-fluid {
  margin-left: 0 !important;
  margin-right: auto;
}


/* تدرج الأيقونات */

.icon-gold {
    background-color: #ffc107;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
}

.loading-wave {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #FFC107 0%, #212121 100%);
    /* ألوان الشعار: أصفر وأسود */
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    z-index: 9999;
    transition: opacity 0.5s ease-in-out;
}

.loading-bar {
    width: 10px;
    height: 60px;
    background: #FFF;
    /* لون أبيض للأشرطة */
    border-radius: 5px;
    animation: wave 1.2s ease-in-out infinite;
}

.loading-bar:nth-child(1) {
    animation-delay: 0s;
}

.loading-bar:nth-child(2) {
    animation-delay: 0.1s;
}

.loading-bar:nth-child(3) {
    animation-delay: 0.2s;
}

.loading-bar:nth-child(4) {
    animation-delay: 0.3s;
}

@keyframes wave {
    0%,
    100% {
        transform: scaleY(0.4);
        opacity: 0.6;
    }
    50% {
        transform: scaleY(1.2);
        opacity: 1;
    }
}

.banner {
    background: linear-gradient(135deg, #000 0%, #c4941f 100%);
    min-height: 200px;
}

.banner-swiper {
    width: 100%;
    height: 550px;
}

.banner-swiper .swiper-slide {
    position: relative;
    overflow: hidden;
}

.banner-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.4));
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.banner-content {
    text-align: center;
    color: #fff;
    padding: 20px;
    max-width: 900px;
}

.banner-content span {
    width: 70px;
}

.banner-content h1 {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}

.banner-content p {
    font-size: 1.3rem;
    margin-bottom: 2rem;
    color: #f0a500;
}

.banner-btn {
    background: linear-gradient(135deg, #f0a500, #e09200);
    color: #fff;
    padding: 15px 45px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    transition: transform 0.3s;
}

.banner-btn:hover {
    transform: translateY(-3px);
    color: #fff;
}

.swiper-button-next,
.swiper-button-prev {
    color: #f0a500 !important;
    background: rgba(255, 255, 255, 0.2);
    width: 50px !important;
    height: 50px !important;
    border-radius: 50%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 20px !important;
}

.swiper-pagination-bullet {
    background: #f0a500 !important;
    width: 12px !important;
    height: 12px !important;
    opacity: 0.5 !important;
}

.swiper-pagination-bullet-active {
    opacity: 1 !important;
    width: 35px !important;
    border-radius: 6px !important;
}

@media (max-width: 768px) {
    .banner-swiper {
        height: 400px;
    }
    .banner-content h1 {
        font-size: 2rem;
    }
    .banner-content p {
        font-size: 1rem;
    }
    .banner-btn {
        padding: 12px 30px;
    }
}


/* تدرج النصوص/الفونت (مستخدم في الشعار) */

.text-gradient {
    background-image: linear-gradient(to right, #000000, #ffc107);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
}


/* 2. تنسيقات شريط الإشعارات العلوي (Top Bar) */

.social-icon {
    color: #fff;
    transition: 0.3s ease-in-out;
}

.social-icon:hover {
    color: #ffc107;
}

.top-bar-custom {
    background-color: #0d0c11 !important;
}

.vertical-separator {
    content: "";
    display: block;
    height: 1.25rem;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    margin: 0 1rem;
}


/* 3. تنسيقات شريط التنقل الرئيسي (Navbar) */

.navbar-custom {
    background-color: #efefef !important;
    padding-top: 0;
    padding-bottom: 0;
    height: 100px;
}

.navbar-brand-column {
    background-color: #f1f1f1;
    padding-left: 2rem;
    padding-right: 2rem;
    height: 80px;
}

.navbar-custom .nav-link {
    color: #000 !important;
    font-weight: 500;
    position: relative;
    padding-top: 1.8rem !important;
    padding-bottom: 1.8rem !important;
    margin-left: 1rem;
    margin-right: 1rem;
}

.navbar-custom .nav-link::after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 2px;
    background-image: linear-gradient(90deg, #000000, #ffc107);
    bottom: 20px;
    left: 0;
    transition: width 0.3s ease-in-out;
}

.navbar-custom .nav-link:hover:after,
.navbar-custom .nav-link.active:after {
    width: 100%;
}


/* 4. تنسيقات حقل البحث المطابق للتصميم */


/* From Uiverse.io by LeonKohli */

.ui-input-container {
    position: relative;
    width: 300px;
    color: #ffc107;
}

.ui-input {
    width: 100%;
    padding: 10px 10px 10px 40px;
    font-size: 1em;
    border: none;
    outline: none;
    background-color: #fafafa;
    transition: border-color 0.3s;
}

.ui-input:focus {
    border-color: #ffc107;
}

.ui-input-underline {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ffc107;
    transform: scaleX(0);
    transition: transform 0.3s;
}

.ui-input:focus+.ui-input-underline {
    transform: scaleX(1);
}

.ui-input-highlight {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 0;
    background-color: rgba(108, 99, 255, 0.1);
    transition: width 0.3s;
}

.ui-input:focus~.ui-input-highlight {
    width: 100%;
}

.ui-input-icon {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #ffc107;
    transition: color 0.3s;
}

.ui-input:focus~.ui-input-icon {
    color: #ffc107;
}

.ui-input-icon svg {
    width: 20px;
    height: 20px;
}


/* 5. تنسيقات زر التبديل (Toggler) */

.navbar-toggler-custom {
    border: none !important;
    padding: 0;
    margin-right: 1rem;
}

.navbar-toggler-icon-custom {
    display: block;
    background-image: none;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
    text-align: center;
    color: #fff;
}


/* 6. تنسيقات القائمة الجانبية (Offcanvas) - لتمكين الـ Responsive */

.offcanvas-custom {
    background-color: #efefef !important;
    width: 300px;
}

.offcanvas-header .btn-close {
    color: #0000 !important;
    opacity: 0.8;
    font-size: 1.5rem;
    transition: 0.3s ease-in-out;
}

.offcanvas-header .btn-close:hover {
    color: #ffc107;
}

.offcanvas-header .navbar-brand-offcanvas {
    background-color: #f1f1f1;
    padding: 1rem;
    height: auto;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.offcanvas-body .nav-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.offcanvas-body .nav-link {
    color: #000 !important;
    font-weight: 500;
    padding: 0.75rem 0 !important;
    font-size: 1.1rem;
    transition: 0.3s ease-in-out;
}

.offcanvas-body .nav-link:hover {
    color: #ffc107 !important;
}

.offcanvas-body .search-input-form {
    margin-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}


/* 7. إخفاء وإظهار العناصر للـ Responsive */


/* إخفاء زر التبديل (Toggler) افتراضياً */

.navbar-toggler-custom {
    display: none;
}

@media (max-width: 991.98px) {
    /* إظهار زر التبديل على الشاشات الصغيرة */
    .navbar-toggler-custom {
        display: block !important;
    }
    /* إخفاء القائمة العادية وحقل البحث من الـ Navbar على الشاشات الصغيرة */
    .navbar-custom .collapse.navbar-collapse {
        display: none !important;
    }
}


/*hero section*/

.hero-section {
    position: relative;
    height: 100vh;
    background: url("/images/123.webp") center/cover no-repeat;
    display: flex;
    align-items: center;
    overflow: hidden;
    background-color: #fff;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.65);
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    padding: 50px;
}

.hero-title {
    font-weight: 700;
    font-size: 4rem;
    line-height: 1.3;
}

.hero-content p {
    color: #ddd;
    font-size: 0.95rem;
    margin-bottom: 25px;
}

.hero-btn {
    /* التدرج الأصلي: ثابت وواضح */
    background-image: linear-gradient(90deg, #000000, #ffc107);
    color: #fff;
    border-radius: 30px;
    padding: 10px 25px;
    border: none;
    font-weight: 600;
    cursor: pointer;
    /* ظل نصي خفيف لضمان وضوح النص الأبيض */
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
    /* انتقال سلس وموحد لكل الخصائص لمدة 0.4 ثانية */
    transition: all 0.4s ease-in-out;
}

.hero-btn:hover {
    box-shadow: 0 6px 20px rgba(255, 193, 7, 0.5);
    transform: translateX(5px);
}

.blog-btn {
    background: #fff;
    border-radius: 30px;
    padding: 10px 25px;
    border: none;
    font-weight: 600;
    cursor: pointer;
    transition: 0.4s ease-in-out;
}

.blog-btn:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5);
    transform: translateX(5px);
    color: #000;
}

.blog-btn a {
    color: #cf9851;
    transition: 0.4s ease-in-out;
}

.blog-btn:hover a {
    color: #cf9851;
}

.shape {
    position: absolute;
    right: -100px;
    top: 0;
    width: 70%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    clip-path: ellipse(65% 100% at 100% 50%);
    z-index: 1;
}

@media (max-width: 768px) {
    .hero-section {
        height: auto;
        padding: 80px 0;
    }
    .hero-content {
        padding: 20px;
    }
}


/* about */

.about-img img {
    width: 100%;
    border-radius: 20px;
    transition: 0.5s ease;
}

.about-img:hover {
    transform: scale(1.05);
}

.custom-circle {
    width: 100%;
    height: 30px;
}


/*services*/

.services-section {
    position: relative;
}
.solutions-section {
    position: relative;
}
.section-title {
    text-align: center;
    margin-bottom: 2rem;
}

.section-title h2 {
    font-size: 48px;
    font-weight: 700;
    color: #0a1128;
    line-height: 1.3;
    margin-bottom: 15px;
}

.section-underline {
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #cf9851 0%, #8b5cf6 100%);
    margin: 0 auto;
}


/* Decorative Dots */

.decorative-dots {
    position: absolute;
    top: 20%;
    right: 5%;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 12px;
    opacity: 0.4;
    z-index: 1;
}

.decorative-dots .dot {
    width: 8px;
    height: 8px;
    background: #cf9851;
    border-radius: 50%;
}

.decorative-circle {
    position: absolute;
    top: 10%;
    right: 2%;
    width: 60px;
    height: 60px;
    background: #cbd5e1;
    border-radius: 50%;
    opacity: 0.5;
    z-index: 1;
}

.scroll-top-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: white;
    border: 2px solid #cf9851;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.scroll-top-btn:hover {
    background: #cf9851;
    color: white;
    transform: translateY(-5px);
}

.scroll-top-btn i {
    font-size: 20px;
    color: #cf9851;
}

.scroll-top-btn:hover i {
    color: white;
}


/* Swiper */

.swiper {
    width: 100%;
    padding: 40px 0 60px;
}

.service-card {
    background-color: #fff !important;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 20px;
    border-radius: 20px;
}

.service-card::before {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #000 0%, #c4941f 100%);
    transition: all 0.6s ease;
    z-index: 0;
    /* خلي الخلفية وراء النص */
}

.service-card:hover::before {
    right: 0;
}

.service-card * {
    position: relative;
    z-index: 2;
    /* خلى النص فوق الخلفية */
    transition: color 0.4s ease;
}


/* لما نعمل hover الكل يبقى أبيض */

.cards-blog:hover h2,
.service-card:hover p,
.service-card:hover I {
    color: #fff !important;
}


/* الزرار لما نعمل hover */

.service-card:hover .btn-blog {
    background-color: #fff !important;
    color: #000 !important;
}

.service-icon {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, #dbeafe 0%, #e0e7ff 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
    position: relative;
    z-index: 2;
}

.service-icon img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.service-title {
    font-size: 24px;
    font-weight: 700;
    color: #0a1128;
    margin-bottom: 20px;
    text-align: center;
}

.service-underline {
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #d4a654 0%, #c4941f 100%);
    margin: 0 auto 25px;
}

.service-description {
    color: #64748b;
    font-size: 15px;
    line-height: 1.8;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.service-arrow {
    display: flex;
    justify-content: center;
    margin-top: auto;
}

.service-arrow a {
    font-size: 24px;
    transition: all 0.3s ease;
    text-decoration: none;
}


/* Swiper Pagination */

.swiper-pagination {
    bottom: 0 !important;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #cbd5e1;
    opacity: 1;
    transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
    background: linear-gradient(135deg, #000 0%, #d4a654 100%);
    width: 30px;
    border-radius: 6px;
}


/* Swiper Navigation */

.swiper-button-next,
.swiper-button-prev {
    width: 50px;
    height: 50px;
    background: white;
    border-radius: 50%;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 10px;
    color: #0a1128;
    font-weight: bold;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: #d4a654;
}

.swiper-button-next:hover:after,
.swiper-button-prev:hover:after {
    color: white;
}

@media (max-width: 768px) {
    .section-title h2 {
        font-size: 36px;
    }
    .service-card {
        padding: 40px 30px;
        min-height: 400px;
    }
    .decorative-dots {
        display: none;
    }
}


/*Products*/

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    padding: 20px 0;
}

.service-card {
    background: white;
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.card-content {
    position: relative;
    z-index: 1;
    transition: color 0.6s ease;
}

.service-card:hover .card-content {
    color: white;
}

.service-number {
    font-size: 42px;
    font-weight: 800;
    color: #2d3748;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: color 0.6s ease;
}

.service-card:hover .service-number {
    color: white;
}

.arrow {
    font-size: 24px;
    opacity: 0.6;
}

.service-icon {
    width: 120px;
    height: 120px;
    margin: 0 auto 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-icon img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: transform 0.4s ease;
}

.service-card:hover .service-icon img {
    transform: scale(1.1);
}

.service-title {
    font-size: 26px;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 20px;
    transition: color 0.6s ease;
}

.service-card:hover .service-title {
    color: white;
}

.service-description {
    font-size: 15px;
    line-height: 1.8;
    color: #718096;
    text-align: right;
    transition: color 0.6s ease;
}

.service-card:hover .service-description {
    color: rgba(255, 255, 255, 0.95);
}

@media (max-width: 768px) {
    .services-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .service-number {
        font-size: 36px;
    }
    .service-title {
        font-size: 22px;
    }
}


/*we*/

.tabs-container {
    text-align: center;
    margin-bottom: 60px;
}

.tab-item {
    display: inline-block;
    margin: 0 30px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.tab-icon {
    width: 80px;
    height: 80px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.tab-item:hover .tab-icon {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

.tab-item.active .tab-icon {
    background: linear-gradient(135deg, #bbdefb 0%, #c5cae9 100%);
    box-shadow: 0 6px 25px rgba(63, 81, 181, 0.3);
}

.tab-icon img {
    font-size: 40px;
    color: #daa520 !important;
    transition: color 0.3s ease;
}

.tab-item.active .tab-icon img {
    color: #666 !important;
}

.tab-title {
    font-size: 18px;
    font-weight: bold;
    color: #666;
    margin-bottom: 10px;
    transition: color 0.3s ease;
}

.tab-item.active .tab-title {
    color: #1a237e;
}

.tab-underline {
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, #ffa726 0%, #ff6f00 100%);
    border-radius: 2px;
    margin: 0 auto;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.tab-item.active .tab-underline {
    opacity: 1;
}

.content-section {
    background: white;
    border-radius: 30px;
    padding: 40px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.image-container {
    width: 100%;
}

.image-container img {
    width: 100%;
}

.decorative-circle-1 {
    position: absolute;
    top: -50px;
    right: -50px;
    width: 150px;
    height: 150px;
    background: linear-gradient(135deg, #ffe082 0%, #ffa726 100%);
    border-radius: 50%;
    opacity: 0.6;
}

.decorative-circle-2 {
    position: absolute;
    bottom: -40px;
    left: -40px;
    width: 120px;
    height: 120px;
    background: linear-gradient(135deg, #ffb74d 0%, #ff6f00 100%);
    border-radius: 50%;
    opacity: 0.6;
}

.main-globe {
    width: 200px;
    height: 200px;
    background: linear-gradient(135deg, #1976d2 0%, #1565c0 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 40px;
    box-shadow: 0 15px 40px rgba(25, 118, 210, 0.4);
    position: relative;
    z-index: 2;
}

.main-globe i {
    font-size: 100px;
    color: white;
}

.people-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    position: relative;
    z-index: 2;
}

.person-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.person-icon.gold {
    background: linear-gradient(135deg, #ffa726 0%, #ff6f00 100%);
}

.person-icon.dark {
    background: linear-gradient(135deg, #424242 0%, #212121 100%);
}

.person-icon i {
    font-size: 40px;
    color: white;
}

.handshake-line {
    width: 40px;
    height: 3px;
    background: #333;
    margin: 0 10px;
}

.content-heading {
    font-size: 24px;
    font-weight: bold;
    color: #1a237e;
    margin-bottom: 25px;
    line-height: 1.5;
}

.content-text {
    color: #666;
    line-height: 1.8;
    margin-bottom: 30px;
}

.more-services-btn {
    background: linear-gradient(90deg, #e3f2fd 0%, #bbdefb 100%);
    color: #fff;
    border: none;
    padding: 12px 30px;
    border-radius: 25px;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(25, 118, 210, 0.2);
}

.more-services-btn:hover {
    background: linear-gradient(90deg, #bbdefb 0%, #90caf9 100%);
    transform: translateX(5px);
    box-shadow: 0 6px 20px rgba(25, 118, 210, 0.3);
}

.more-services-btn i {
    background: linear-gradient(135deg, #ffa726 0%, #ff6f00 100%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.tab-content-item {
    display: none;
}

.tab-content-item.active {
    display: block;
    animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/*contact us*/

.contact-section {
    padding: 80px 0;
}

.person-image {
    width: 100%;
    max-width: 500px;
    height: auto;
}

.contact-form {
    background: white;
    padding: 50px 45px;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}

.form-title {
    font-size: 32px;
    font-weight: 700;
    color: #1a2332;
    margin-bottom: 20px;
    line-height: 1.3;
}

.form-description {
    color: #6b7280;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 35px;
}

.form-control {
    padding: 14px 18px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    font-size: 14px;
    transition: all 0.3s ease;
    background: #fafafa;
}

.form-control:focus {
    border-color: #cf9851;
    background: white;
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.1);
}

.form-control::placeholder {
    color: #9ca3af;
}

textarea.form-control {
    min-height: 120px;
    resize: vertical;
}

.btn-submit {
    background-image: linear-gradient(90deg, #000000, #ffc107);
    color: white;
    border: none;
    padding: 14px 40px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(99, 102, 241, 0.3);
}

.btn-submit:hover {
    transform: translateX(5px);
    box-shadow: 0 15px 40px rgba(99, 102, 241, 0.4);
    color: white;
}

.btn-submit:active {
    transform: translateY(0);
}

.btn-submit svg {
    width: 20px;
    height: 20px;
    margin-left: 8px;
}

@media (max-width: 991px) {
    .contact-form {
        padding: 35px 25px;
        margin-top: 30px;
    }
    .form-title {
        font-size: 26px;
    }
}


/*footer*/

.footer {
    background: #0a0e27;
    color: #fff;
    padding: 80px 0 0;
    position: relative;
}

.footer .row {
    margin-right: calc(var(--bs-gutter-x) * -0.5);
    margin-left: calc(var(--bs-gutter-x) * -0.5);
}

.logo-box {
    background: white;
    padding: 30px;
    border-radius: 10px;
    display: inline-block;
    margin-bottom: 30px;
}

.logo-box img {
    width: 100px;
    height: auto;
}

.logo-text {
    font-size: 24px;
    font-weight: bold;
    color: #1a2332;
    margin-top: 10px;
}

.footer-description {
    color: #b8c1d9;
    line-height: 1.2;
    font-size: 15px;
    margin-bottom: 0;
}

.footer-title {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 15px;
}

.footer-links a {
    color: #b8c1d9;
    text-decoration: none;
    font-size: 15px;
    transition: all 0.3s ease;
    display: inline-block;
}

.footer-links a:hover {
    color: #fff;
    transform: translateX(5px);
}

.info-item {
    color: #b8c1d9;
}

.open-hours {
    margin-top: 25px;
}

.open-hours-title {
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
    font-size: 16px;
}

.newsletter-description {
    color: #b8c1d9;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 25px;
}

.newsletter-form {
    position: relative;
    margin-bottom: 30px;
}

.newsletter-input {
    width: 100%;
    padding: 15px 60px 15px 20px;
    border: 1px solid #2a3150;
    border-radius: 8px;
    background: #141936;
    color: #fff;
    font-size: 14px;
    transition: all 0.3s ease;
}

.newsletter-input:focus {
    outline: none;
    border-color: #cf9851;
    background: #1a1f3a;
}

.newsletter-input::placeholder {
    color: #6b7597;
}

.newsletter-btn {
    position: absolute;
    right: 0;
    top: 50%;
    height: 100%;
    transform: translateY(-50%);
    background: linear-gradient(135deg, #d4a654 0%, #c4941f 100%);
    border: none;
    padding: 12px 20px;
    border-radius: 6px;
    color: white;
    cursor: pointer;
    transition: all 0.3s ease;
}

.newsletter-btn:hover {
    background: linear-gradient(135deg, #e0b461 0%, #d4a530 100%);
    transform: translateY(-50%) scale(1.05);
}

.newsletter-btn i {
    font-size: 16px;
}

.social-links {
    display: flex;
    gap: 15px;
}

.social-links a {
    width: 40px;
    height: 40px;
    background: #1a1f3a;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #b8c1d9;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 18px;
}

.social-links a:hover {
    background: #d4a654;
    color: white;
    transform: translateY(-3px);
}

.footer-bottom {
    margin-top: 60px;
    padding: 25px 0;
    border-top: 1px solid #2a3150;
    text-align: center;
}

.copyright {
    color: #6b7597;
    font-size: 14px;
    margin: 0;
}

.copyright span {
    color: #b8c1d9;
}

.scroll-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0a0e27;
    text-decoration: none;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    font-size: 20px;
}

.scroll-top:hover {
    background: #7c3aed;
    color: white;
    transform: translateY(-5px);
}

@media (max-width: 767px) {
    .footer {
        padding: 50px 0 0;
    }
    .footer-title {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .logo-box {
        padding: 20px;
    }
}


/*page contact*/

.contact-info-section {
    position: relative;
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-subtitle {
    font-size: 16px;
    color: #6b7280;
    margin-bottom: 10px;
}

.section-subtitle span {
    color: #d4a654;
    font-weight: 600;
}

.section-title {
    font-size: 46px;
    font-weight: 700;
    color: #0a1128;
    line-height: 1.3;
}

.section-underline {
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #cf9851 0%, #8b5cf6 100%);
    margin: 15px auto 0;
}

.contact-content {
    display: flex;
    gap: 40px;
    align-items: stretch;
}

.contact-info-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 20px;
}

.info-icon {
    width: 65px;
    height: 65px;
    min-width: 65px;
    background: linear-gradient(135deg, #d4a654 0%, #c4941f 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(212, 166, 84, 0.3);
    transition: all 0.3s ease;
}

.info-icon:hover {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 12px 30px rgba(212, 166, 84, 0.4);
}

.info-icon i {
    font-size: 28px;
    color: white;
}

.info-content {
    flex: 1;
}

.info-title {
    font-size: 20px;
    font-weight: 700;
    color: #0a1128;
    margin-bottom: 12px;
}

.info-text {
    color: #6b7280;
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
}

.info-text a {
    color: #6b7280;
    text-decoration: none;
    transition: color 0.3s ease;
}

.info-text a:hover {
    color: #cf9851;
}

.contact-map {
    flex: 1;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    min-height: 500px;
}

.contact-map iframe {
    width: 100%;
    height: 100%;
    min-height: 500px;
    border: none;
}


/* Decorative circle */

.decorative-circle {
    position: absolute;
    top: 50%;
    right: 5%;
    width: 40px;
    height: 40px;
    background: #cbd5e1;
    border-radius: 50%;
    opacity: 0.5;
}

@media (max-width: 991px) {
    .contact-content {
        flex-direction: column;
    }
    .section-title {
        font-size: 36px;
    }
    .contact-map {
        min-height: 400px;
    }
}

@media (max-width: 576px) {
    .section-title {
        font-size: 28px;
    }
    .info-item {
        gap: 15px;
    }
    .info-icon {
        width: 55px;
        height: 55px;
        min-width: 55px;
    }
    .info-icon i {
        font-size: 24px;
    }
    .info-title {
        font-size: 18px;
    }
}


/*edeits*/


/* Hover full effect */


/* Change text and icons to white on hover */

.service-card:hover .service-title,
.service-card:hover .service-description,
.service-card:hover .service-arrow a {
    color: #fff !important;
}


/* Underline becomes white */

.service-card:hover .service-underline {
    background: #fff;
}


/* Icon background + image invert */

.service-card:hover .service-icon {
    background: rgba(255, 255, 255, 0.2);
}

.service-card:hover .service-icon img {
    filter: brightness(0) invert(1);
    transition: all 0.3s ease;
}


/* Arrow hover inside card */

.service-card {
    background: #fff;
    border-radius: 20px;
    padding: 50px 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    height: 100%;
    min-height: 450px;
    color: #0a1128;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}


/* الخط المتحرك من اليمين للشمال */

.service-card::before {
    content: "";
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #000 0%, #c4941f 100%);
    transition: all 0.6s ease;
    z-index: 1;
}

.service-card:hover::before {
    right: 0;
}


/* محتوى الكارت فوق التأثير */

.service-card * {
    position: relative;
    z-index: 2;
    transition: color 0.6s ease;
}


/* خلي النصوص تبقى أبيض أثناء مرور التأثير */

.service-card:hover .service-underline {
    background: #fff;
}


/* الأيقونة تتغير أثناء الهافر */

.service-card:hover .service-icon {
    background: rgba(255, 255, 255, 0.2);
}

.service-card:hover .service-icon img {
    filter: brightness(0) invert(1);
}

.article-section {
    padding: 60px 0;
    background-color: #f8f9fa;
}

.service-list li {
    font-size: 1.1rem;
}

.service-list .bi-check-circle-fill {
    color: #6cb9ae;
    /* Accent color for list check icons */
    margin-left: 0.5rem;
}


/* حركة السهم */

.service-card:hover .service-arrow a:hover {
    color: #fff;
    transform: translateX(5px);
}

.cards-blog {
    background-color: #fafafa !important;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.cards-blog::before {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #000 0%, #c4941f 100%);
    transition: all 0.6s ease;
    z-index: 0;
    /* خلي الخلفية وراء النص */
}

.cards-blog:hover::before {
    right: 0;
}

.cards-blog * {
    position: relative;
    z-index: 2;
    /* خلى النص فوق الخلفية */
    transition: color 0.4s ease;
}


/* لما نعمل hover الكل يبقى أبيض */

.cards-blog:hover h2,
.cards-blog:hover p,
.cards-blog:hover i {
    color: #fff !important;
}


/* الزرار لما نعمل hover */

.cards-blog:hover .btn-blog {
    background-color: transparent !important;
    color: #fff !important;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.cards-blog:hover .btn-blog {
    background-color: transparent !important;
    color: #000 !important;
}

.bg--gradient {
    background-color: #c49441 !important;
}

.btn-blog {
    background-color: transparent;
    border: none;
}


/*all title*/

.sub-tite {
    background: linear-gradient(135deg, #000, #c4941f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 50px !important;
    font-weight: bold;
}


/* partners */

.partners .card {
    min-height: 200px;
    min-width: 200px;
    transition: 0.3s ease-in-out;
}

.partners .card:hover {
    transform: scale(1.05);
}

img {
    max-width: 100%;
    height: auto;
}

.clients-section {
    background: linear-gradient(135deg, var(--bg-200) 0%, var(--bg-100) 100%);
    padding: 4rem 0;
    position: relative;
    overflow: hidden;
}


/* خط فاصل علوي (لمسة جمالية) */

.clients-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient( 90deg, transparent, rgba(0, 119, 184, 0.2), transparent);
}


/* عنوان القسم */

.clients-section h2 {
    font-size: 3rem;
    color: var(--primary-color);
    margin-bottom: 1rem;
}


/* النص الوصفي */

.clients-section .lead {
    font-size: 1.15rem;
    /* كلاس Bootstrap lead */
    line-height: 1.6;
    color: var(--text-100);
}


/* تخصيص القسم النصي في الشاشات الكبيرة */

@media (min-width: 992px) {
    .text-section {
        padding-right: 2.5rem;
        /* مسافة داخلية على اليمين في الشاشات الكبيرة */
    }
}


/*شريط الشعارات المتحرك (Marquee)*/

.logos-section {
    position: relative;
    height: 250px;
    padding: 0 0.2rem;
}

.marquee-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: var(--radius-lg);
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(0, 119, 184, 0.1);
    box-shadow: var(--shadow-md);
}

.marquee-track {
    display: flex;
    align-items: center;
    height: 100%;
    animation: marquee-scroll 80s linear infinite;
    width: max-content;
}

@keyframes marquee-scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
    /* تحريك بنسبة 100% من عرض المجموعة الأصلية */
}

.marquee-container:hover .marquee-track {
    animation-play-state: paused;
}

.logo-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    min-width: 200px;
    min-height: 200px;
    padding: 1rem 2rem;
    border-right: 1px solid rgba(0, 119, 184, 0.08);
    transition: all var(--transition-normal);
    cursor: pointer;
    background: white;
}

.logo-item img {
    max-width: 100%;
    max-height: 200px;
    width: auto;
    height: auto;
    object-fit: contain;
    opacity: 0.7;
    transition: all var(--transition-normal);
    user-select: none;
}

.logo-item:hover img {
    opacity: 1;
    filter: drop-shadow(0 2px 8px rgba(0, 119, 184, 0.15));
}


/* تأثيرات التدرج للحواف (Fade) */

.marquee-fade-left,
.marquee-fade-right {
    position: absolute;
    top: 0;
    height: 100%;
    width: 80px;
    pointer-events: none;
    z-index: 1;
}

.marquee-fade-left {
    left: 0;
    background: linear-gradient(90deg, var(--bg-200) 0%, transparent 100%);
}

.marquee-fade-right {
    right: 0;
    background: linear-gradient(90deg, transparent 0%, var(--bg-200) 100%);
}


/* الريسبونسيف - تخصيصات إضافية بسيطة */

@media (max-width: 992px) {
    .clients-section {
        padding: 3rem 0;
    }
    .text-section {
        margin-bottom: 2.5rem;
        text-align: center !important;
    }
    .text-section .content-wrapper {
        margin: 0 auto;
    }
    .clients-section h2,
    .clients-section .lead {
        text-align: center !important;
    }
    .marquee-container {
        height: 250px;
    }
    .logo-item {
        min-width: 250px;
    }
    .marquee-fade-left,
    .marquee-fade-right {
        width: 60px;
    }
}

@media (max-width: 768px) {
    .marquee-track {
        animation-duration: 100s;
    }
    /* زيادة السرعة في الشاشات الأصغر */
}


/* download btn */


/* From Uiverse.io by vinodjangid07 */

.Btn {
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50%;
    background-color: rgb(27, 27, 27);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    transition-duration: 0.3s;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.11);
}

.svgIcon {
    fill: #ffc107;
}

.icon2 {
    width: 18px;
    height: 5px;
    border-bottom: 2px solid #ffc107;
    border-left: 2px solid #ffc107;
    border-right: 2px solid #ffc107;
}

.tooltip {
    position: absolute;
    right: -105px;
    opacity: 0;
    background-color: rgb(12, 12, 12);
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition-duration: 0.2s;
    pointer-events: none;
    letter-spacing: 0.5px;
}

.tooltip::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background-color: #ffc107;
    background-size: 1000%;
    background-position: center;
    transform: rotate(45deg);
    left: -5%;
    transition-duration: 0.3s;
}

.Btn:hover .tooltip {
    opacity: 1;
    transition-duration: 0.3s;
}

.Btn:hover {
    background-color: linear-gradient(90deg, #000000, #ffc107);
    transition-duration: 0.3s;
}

.Btn:hover .icon2 {
    border-bottom: 2px solid #ffc107;
    border-left: 2px solid #ffc107;
    border-right: 2px solid #ffc107;
}

.Btn:hover .svgIcon {
    fill: rgb(255, 255, 255);
    animation: slide-in-top 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@keyframes slide-in-top {
    0% {
        transform: translateY(-10px);
        opacity: 0;
    }
    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}