/* أنماط عامة */
:root {
    --primary-color: #f46800;
    --primary-light: #F9B84B;
    --primary-dark: #E07C0C;
    --secondary-color: #2A3646;
    --secondary-light: #3A4A5F;
    --accent-color: #4ECDC4;
    --accent-dark: #2A9D8F;
    --light-color: #F5F7FA;
    --dark-color: #1E2A3A;
    --gray-color: #6C757D;
    --white: #FFFFFF;
    --black: #000000;
    --whatsapp: #25D366;
    --facebook: #3B5998;
    --twitter: #1DA1F2;
    --instagram: #E1306C;
    --linkedin: #0077B5;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Tajawal', sans-serif;
    line-height: 1.7;
    color: var(--dark-color);
    background-color: var(--light-color);
    overflow-x: hidden;
    padding-top: 0px; /* لمنع اختفاء المحتوى تحت الهيدر */
}

.rtl {
    direction: rtl;
    text-align: right;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 1rem;
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.75rem;
}

h4 {
    font-size: 1.5rem;
}

h5 {
    font-size: 1.25rem;
}

p {
    margin-bottom: 1rem;
    color: var(--gray-color);
}

a {
    text-decoration: none;
    transition: all 0.3s ease;
}

/* شريط التنقل */
.navbar {
    background-color: var(--secondary-color) !important;
    padding: 15px 0;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.navbar.scrolled {
    padding: 10px 0;
    background-color: rgba(42, 54, 70, 0.95) !important;
    backdrop-filter: blur(5px);
}

.navbar-brand {
    display: flex;
    align-items: center;
}

.brand-name {
    font-weight: 700;
    font-size: 1.25rem;
    margin-right: 10px;
    color: var(--white);
}

.navbar-brand img {
    transition: all 0.3s ease;
}

.navbar-brand:hover img {
    transform: scale(1.05);
}

.nav-link {
    font-weight: 500;
    padding: 8px 15px !important;
    color: rgba(255, 255, 255, 0.8) !important;
}

.nav-link:hover,
.nav-link.active {
    color: var(--white) !important;
}

.dropdown-menu {
    background-color: var(--secondary-light);
    border: none;
    border-radius: 5px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.dropdown-item {
    color: rgba(255, 255, 255, 0.8);
    padding: 8px 15px;
}

.dropdown-item:hover {
    background-color: var(--primary-color);
    color: var(--white);
}

.btn-whatsapp {
    background-color: var(--whatsapp);
    color: var(--white);
}

.btn-whatsapp:hover {
    background-color: #128C7E;
    color: var(--white);
}

/* قسم الهيرو */
.hero-section {
    padding: 150px 0 100px;
    background: linear-gradient(135deg, var(--primary-color), var(--primary-dark));
    color: var(--white);
    position: relative;
    overflow: hidden;
    margin-top: -80px; /* تعويض عن padding-top في body */
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url('../images/hero-pattern.png') no-repeat;
    background-size: cover;
    opacity: 0.1;
}

.hero-title {
    font-size: 2.8rem;
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 1.2;
}

.hero-text {
    font-size: 1.2rem;
    margin-bottom: 30px;
    opacity: 0.9;
}

.hero-image {
    border-radius: 10px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    transform: perspective(1000px) rotateY(-10deg);
    transition: all 0.5s ease;
}

.hero-image:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.hero-buttons .btn {
    padding: 10px 25px;
    font-weight: 500;
    border-radius: 50px;
}

/* بطاقات الخدمات */
.service-card {
    border-radius: 15px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    text-align: center;
    color: var(--white);
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0,0,0,0.1), rgba(0,0,0,0.2));
    z-index: -1;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.service-card .service-icon {
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: var(--white);
}

.service-card h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.service-card p {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 20px;
}

.service-card .btn {
    border-radius: 50px;
    padding: 5px 20px;
    font-size: 0.9rem;
    background-color: rgba(255, 255, 255, 0.2);
    border: none;
}

.service-card .btn:hover {
    background-color: var(--white);
    color: var(--primary-color);
}

/* ألوان بطاقات الخدمات */
.service-card-1 {
    background: linear-gradient(135deg, var(--primary-color), var(--primary-light));
}

.service-card-2 {
    background: linear-gradient(135deg, var(--accent-color), var(--accent-dark));
}

.service-card-3 {
    background: linear-gradient(135deg, var(--secondary-color), var(--secondary-light));
}

.service-card-4 {
    background: linear-gradient(135deg, #E76F51, #F4A261);
}

.service-card-5 {
    background: linear-gradient(135deg, #264653, #2A9D8F);
}

.service-card-6 {
    background: linear-gradient(135deg, #9B59B6, #8E44AD);
}

/* بطاقات تفاصيل الخدمات */
.service-detail-card {
    border-radius: 15px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    color: var(--white);
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.service-detail-card::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0,0,0,0.1), rgba(0,0,0,0.2));
    z-index: -1;
}

.service-detail-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.service-detail-card .service-icon {
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: var(--white);
}

.service-detail-card h3 {
    font-size: 1.75rem;
    margin-bottom: 15px;
}

.service-detail-card p {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 20px;
}

.service-features {
    list-style: none;
    padding: 0;
    margin-bottom: 25px;
}

.service-features li {
    margin-bottom: 10px;
    padding-right: 25px;
    position: relative;
    color: rgba(255, 255, 255, 0.9);
}

.service-features li i {
    position: absolute;
    right: 0;
    top: 5px;
    color: var(--white);
}

.service-detail-card .btn {
    border-radius: 50px;
    padding: 8px 25px;
    font-size: 0.9rem;
    background-color: rgba(255, 255, 255, 0.2);
    border: none;
    color: var(--white);
    transition: all 0.3s ease;
}

.service-detail-card .btn:hover {
    background-color: var(--white);
}

.service-card-1 .btn:hover { color: var(--primary-color); }
.service-card-2 .btn:hover { color: var(--accent-color); }
.service-card-3 .btn:hover { color: var(--secondary-color); }
.service-card-4 .btn:hover { color: #E76F51; }
.service-card-5 .btn:hover { color: #264653; }
.service-card-6 .btn:hover { color: #9B59B6; }

/* قسم الإحصائيات */
.stats-section {
    background-color: var(--secondary-color);
    color: var(--white);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.stats-section::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url('../images/pattern.png') repeat;
    opacity: 0.1;
}

.stat-box {
    padding: 30px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.stat-box .counter {
    font-size: 3rem;
    font-weight: 700;
    color: var(--primary-color);
    display: block;
    margin-bottom: 10px;
}

.stat-box p {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 0;
}

/* قسم عن الشركة */
.about-section {
    padding: 100px 0;
    background-color: var(--white);
}

.about-features {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.about-features li {
    margin-bottom: 10px;
    padding-right: 30px;
    position: relative;
}

.about-features li i {
    position: absolute;
    right: 0;
    top: 5px;
    color: var(--primary-color);
}

/* صفحة الاتصال */
.contact-form-container {
    background-color: var(--white);
    border-radius: 15px;
}

.contact-info-container {
    background-color: var(--secondary-color);
    color: var(--white);
    border-radius: 15px;
}

.contact-info-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.contact-info-item .icon {
    font-size: 1.2rem;
    color: var(--primary-color);
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
    flex-shrink: 0;
}

.contact-info-item .content h5 {
    font-size: 1.1rem;
    margin-bottom: 5px;
}

.contact-info-item .content p,
.contact-info-item .content a {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 0;
}

.contact-info-item .content a:hover {
    color: var(--primary-color);
    text-decoration: none;
}

.work-hours h5 {
    font-size: 1.2rem;
    margin-bottom: 15px;
    color: var(--primary-color);
}

.work-hours p {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 5px;
}

.social-media h5 {
    font-size: 1.2rem;
    margin-bottom: 15px;
    color: var(--primary-color);
}

.social-icons {
    display: flex;
}

.social-icons a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    color: var(--white);
    font-size: 1.1rem;
    transition: all 0.3s ease;
}

.social-icons a.facebook { background-color: var(--facebook); }
.social-icons a.twitter { background-color: var(--twitter); }
.social-icons a.instagram { background-color: var(--instagram); }
.social-icons a.linkedin { background-color: var(--linkedin); }
.social-icons a.whatsapp { background-color: var(--whatsapp); }
.social-icons a:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.map-container {
    border-radius: 15px;
    overflow: hidden;
}

/* التذييل */
.footer {
    background-color: var(--secondary-color);
    color: var(--white);
    padding: 70px 0 0;
    position: relative;
}

/*.footer::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
   /* background: url('../images/pattern.png') repeat; */
    opacity: 0.05;
}  */

.footer-logo {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.footer-logo img {
    margin-left: 10px;
}

.footer-about {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 20px;
}

.footer-title {
    font-size: 1.3rem;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
    color: var(--white);
}

.footer-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 2px;
    background-color: var(--primary-color);
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.7);
    transition: all 0.3s ease;
}

.footer-links a:hover {
    color: var(--primary-color);
    padding-right: 5px;
}

.footer-contact {
    list-style: none;
    padding: 0;
}

.footer-contact li {
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
}

.footer-contact i {
    color: var(--primary-color);
    margin-left: 10px;
    font-size: 1.1rem;
    margin-top: 3px;
}

.footer-contact span,
.footer-contact a {
    color: rgba(255, 255, 255, 0.7);
}

.footer-contact a:hover {
    color: var(--primary-color);
    text-decoration: none;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px 0;
    margin-top: 50px;
}

.copyright {
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 0;
}

.footer-bottom-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-end;
}

.footer-bottom-links li {
    margin-right: 15px;
}

.footer-bottom-links a {
    color: rgba(255, 255, 255, 0.5);
    transition: all 0.3s ease;
}

.footer-bottom-links a:hover {
    color: var(--primary-color);
    text-decoration: none;
}

/* زر العودة للأعلى */
#backToTop {
    position: fixed;
    bottom: 30px;
    left: 30px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--primary-color);
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    cursor: pointer;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    border: none;
}

#backToTop.show {
    opacity: 1;
    visibility: visible;
}

#backToTop:hover {
    background-color: var(--primary-dark);
    transform: translateY(-5px);
}

/* تأثيرات الحركة */
.animate__animated {
    animation-duration: 1s;
}

/* أنماط صفحة من نحن */
.about-banner {
    background-color: var(--primary-color);
    color: var(--white);
    padding: 40px 0;
    margin-top: -80px; /* تعويض عن padding-top في body */
}

.about-banner .banner-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.breadcrumb {
    background-color: transparent;
    padding: 0;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.7);
    content: ">";
}

.breadcrumb-item a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
}

.breadcrumb-item.active {
    color: var(--white);
}

.about-image-container {
    position: relative;
}

.experience-badge {
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-color: var(--primary-color);
    color: var(--white);
    padding: 15px 20px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.experience-badge .years {
    font-size: 2rem;
    font-weight: 700;
    display: block;
    line-height: 1;
}

.experience-badge .text {
    font-size: 0.9rem;
}

.section-header {
    margin-bottom: 40px;
}

.section-title {
    font-size: 2rem;
    font-weight: 700;
    position: relative;
    margin-bottom: 15px;
}

.section-subtitle {
    color: var(--gray-color);
    margin-bottom: 15px;
}

.divider {
    width: 50px;
    height: 3px;
    background-color: var(--primary-color);
    margin-right: 0;
}

.divider-center {
    width: 50px;
    height: 3px;
    background-color: var(--primary-color);
    margin: 0 auto;
}

.feature-box {
    background-color: var(--white);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    height: 100%;
    transition: all 0.3s ease;
}

.feature-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.feature-box .icon {
    width: 50px;
    height: 50px;
    background-color: rgba(247, 147, 30, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    color: var(--primary-color);
    font-size: 1.2rem;
}

.value-card {
    background-color: var(--white);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
}

.value-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.value-icon {
    width: 70px;
    height: 70px;
    background-color: rgba(247, 147, 30, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: var(--primary-color);
    font-size: 1.5rem;
}

.team-card {
    background-color: var(--white);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.team-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.team-image {
    position: relative;
    overflow: hidden;
}

.team-image img {
    width: 100%;
    height: auto;
    transition: all 0.5s ease;
}

.team-card:hover .team-image img {
    transform: scale(1.05);
}

.social-links {
    position: absolute;
    bottom: -50px;
    right: 0;
    width: 100%;
    background-color: rgba(247, 147, 30, 0.9);
    padding: 10px;
    display: flex;
    justify-content: center;
    transition: all 0.3s ease;
}

.team-card:hover .social-links {
    bottom: 0;
}

.social-links a {
    color: var(--white);
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    background-color: rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.social-links a:hover {
    background-color: var(--white);
    color: var(--primary-color);
}

.team-info {
    padding: 20px;
    text-align: center;
}

.team-info h4 {
    margin-bottom: 5px;
    font-size: 1.2rem;
}

.team-info p {
    color: var(--gray-color);
    margin-bottom: 0;
}

.clients-slider {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.client-logo {
    padding: 15px 30px;
    margin: 10px;
    background-color: var(--white);
    border-radius: 5px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    text-align: center;
}

.client-logo:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.client-logo i {
    color: var(--primary-color);
    margin-bottom: 10px;
}

.client-logo p {
    margin-bottom: 0;
    font-weight: 500;
}

/* أنماط صفحة الخدمات المحدثة */
.services-category-title {
    font-size: 1.8rem;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--primary-color);
    color: var(--secondary-color);
}

.services-category-title i {
    color: var(--primary-color);
}

/* وسائط متجاوبة */
@media (max-width: 992px) {
    .hero-title {
        font-size: 2.3rem;
    }
    
    .hero-text {
        font-size: 1.1rem;
    }
}

@media (max-width: 768px) {
    .hero-section {
        padding: 60px 0 55px;
        text-align: center;
    }
    
    .hero-title {
        font-size: 2rem;
    }
    
    .hero-buttons {
        justify-content: center;
    }
    
    .hero-image {
        margin-top: 30px;
        max-width: 80%;
    }
    
    .navbar-collapse {
        padding: 20px 0;
    }
    
    .navbar-nav {
        margin-bottom: 15px;
    }
    
    .footer-bottom-links {
        justify-content: flex-start;
        margin-top: 15px;
    }
}

@media (max-width: 576px) {
    .hero-title {
        font-size: 1.4rem;
    }
    
    .section-title {
        font-size: 1.5rem;
    }
    
    .stat-box .counter {
        font-size: 2.5rem;
    }
    
    body {
        padding-top: 0px; /* تعديل لشريط التنقل على الجوال */
    }
    
    .hero-section, .about-banner {
        margin-top: -70px;
    }
}


/* Preloader أنماط */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--white);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s ease;
}

.loader {
    text-align: center;
}

.loader-logo {
    margin-bottom: 20px;
}

.loader-logo img {
    height: 60px;
}

.loader-spinner {
    width: 50px;
    height: 50px;
    border: 5px solid var(--light-color);
    border-top-color: var(--primary-color);
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 0 auto;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/* تعديلات stats-section */
.stats-section {
    background-color: var(--secondary-color);
    color: var(--white);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.stats-section::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url('../images/pattern.png') repeat;
    opacity: 0.1;
}

.stat-box {
    padding: 30px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.stat-box .counter {
    font-size: 3rem;
    font-weight: 700;
    color: var(--primary-color);
    display: block;
    margin-bottom: 10px;
}

.stat-box p {
    font-size: 1.2rem;
    color: #000 ; /* تأكد من أن النص أبيض */
    margin-bottom: 0;
    opacity: 0.9;
}

/* تعديلات صفحة الاتصال */
.contact-info-container {
    background-color: var(--secondary-color);
    color: var(--white);
    border-radius: 15px;
    padding: 30px;
    height: 100%;
}

.contact-info-container h3 {
    color: var(--white);
    border-bottom: 2px solid var(--primary-color);
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.contact-info-item .content h5 {
    color: var(--primary-color);
}

.contact-info-item .content p,
.contact-info-item .content a {
    color: rgba(255, 255, 255, 0.8);
}

.work-hours h5 {
    color: var(--primary-color);
}

.work-hours p {
    color: rgba(255, 255, 255, 0.8);
}

.social-media h5 {
    color: var(--primary-color);
}

/* تعديلات الفوتر */
.footer-links a,
.footer-bottom-links a {
    color: rgba(255, 255, 255, 0.7);
}

.footer-links a:hover,
.footer-bottom-links a:hover {
    color: var(--primary-color);
    text-decoration: none;
}

.social-icons a.youtube {
    background-color: #FF0000;
}

/* ===== Hero Section الجديد المطور ===== */
.hero-section-new {
    position: relative;
    min-height: 100vh;
    background: linear-gradient(195deg, #2a3646 21% 18%, #f46800 49% 54%, #2a3646 80%);
    overflow: hidden;
    display: flex;
    align-items: center;
}

/* خلفية متحركة */
.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero-particles {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="20" cy="20" r="2" fill="rgba(255,255,255,0.1)"/><circle cx="80" cy="40" r="1.5" fill="rgba(255,255,255,0.15)"/><circle cx="40" cy="80" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="90" cy="90" r="2.5" fill="rgba(255,255,255,0.08)"/><circle cx="10" cy="60" r="1.8" fill="rgba(255,255,255,0.12)"/></svg>');
    animation: particlesFloat 20s linear infinite;
}

@keyframes particlesFloat {
    0% { transform: translateY(0) rotate(0deg); }
    100% { transform: translateY(-100px) rotate(360deg); }
}

/* أشكال هندسية متحركة */
.hero-shapes {
    position: absolute;
    width: 100%;
    height: 100%;
}

.shape {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    animation: shapeFloat 15s ease-in-out infinite;
}

.shape-1 {
    width: 100px;
    height: 100px;
    top: 20%;
    left: 10%;
    animation-delay: 0s;
}

.shape-2 {
    width: 150px;
    height: 150px;
    top: 60%;
    right: 15%;
    animation-delay: 2s;
}

.shape-3 {
    width: 80px;
    height: 80px;
    bottom: 30%;
    left: 20%;
    animation-delay: 4s;
}

.shape-4 {
    width: 120px;
    height: 120px;
    top: 10%;
    right: 30%;
    animation-delay: 6s;
}

@keyframes shapeFloat {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    50% { transform: translateY(-30px) rotate(180deg); }
}

/* محتوى Hero */
.hero-content {
    position: relative;
    z-index: 10;
    color: white;
    animation: fadeInUp 1s ease-out;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* شارة الخبرة */
.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    padding: 12px 20px;
    margin-bottom: 30px;
    animation: badgePulse 2s ease-in-out infinite;
}

@keyframes badgePulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

.badge-icon {
    font-size: 1.2rem;
    animation: iconRotate 3s linear infinite;
}

@keyframes iconRotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.badge-text {
    font-weight: 600;
    font-size: 0.9rem;
}

/* عنوان Hero */
.hero-title {
    font-size: 3.3rem;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 30px;
}

.title-line {
    display: inline;
    animation: titleSlide 1s ease-out forwards;
    opacity: 0;
    transform: translateX(50px);
}

.title-line:nth-child(1) { animation-delay: 0.2s; }
.title-line:nth-child(2) { animation-delay: 0.4s; }
.title-line:nth-child(3) { animation-delay: 0.6s; }

@keyframes titleSlide {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.gradient-text {
    background: linear-gradient(45deg, #fff, #faa116, #fff);
    background-size: 200% 200%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: gradientShift 3s ease-in-out infinite;
}

@keyframes gradientShift {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

/* وصف Hero */
.hero-description {
    font-size: 1.3rem;
    line-height: 1.8;
    margin-bottom: 40px;
    opacity: 0.95;
    font-weight: 500;
    animation: fadeIn 1s ease-out 0.8s forwards;
    opacity: 0;
}

@keyframes fadeIn {
    to { opacity: 0.95; }
}

/* إحصائيات Hero */
.hero-stats {
    display: flex;
    gap: 40px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.stat-item {
    text-align: center;
    animation: statCountUp 2s ease-out 1s forwards;
}

.stat-number {
    display: block;
    font-size: 2.5rem;
    font-weight: 900;
    color: #fff;
    margin-bottom: 5px;
}

.stat-label {
    font-size: 0.9rem;
    opacity: 0.8;
    font-weight: 500;
}

/* أزرار Hero */
.hero-buttons {
    display: flex;
    gap: 20px;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

.btn-hero {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 30px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.btn-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.5s;
}

.btn-hero:hover::before {
    left: 100%;
}

.btn-primary.btn-hero {
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: white;
    backdrop-filter: blur(10px);
}

.btn-primary.btn-hero:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.btn-outline.btn-hero {
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.5);
    color: white;
}

.btn-outline.btn-hero:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-3px);
}

/* معلومات التواصل السريع */
.hero-contact-quick {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.hero-contact-quick .contact-item {
    display: flex;
    align-items: center;
    gap: 15px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 15px;
    padding: 15px 20px;
    transition: all 0.3s ease;
}

.hero-contact-quick .contact-item:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateX(-5px);
}

.hero-contact-quick .contact-item i {
    font-size: 1.2rem;
    color: #faa116;
    width: 25px;
    text-align: center;
}

.contact-details span {
    display: block;
    font-size: 0.9rem;
    opacity: 0.8;
    margin-bottom: 5px;
}

.phone-numbers {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.phone-numbers a,
.contact-details a {
    color: white;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.phone-numbers a:hover,
.contact-details a:hover {
    color: #faa116;
}

/* الجانب البصري */
.hero-visual {
    position: relative;
    z-index: 10;
    animation: fadeInRight 1s ease-out 0.5s forwards;
    opacity: 0;
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.hero-image-container {
    position: relative;
    width: 100%;
    height: 500px;
}

.hero-image-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    height: 300px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    backdrop-filter: blur(20px);
    border: 2px solid rgba(255, 255, 255, 0.2);
    animation: bgPulse 4s ease-in-out infinite;
}

@keyframes bgPulse {
    0%, 100% { transform: translate(-50%, -50%) scale(1); }
    50% { transform: translate(-50%, -50%) scale(1.1); }
}

/* شبكة الخدمات المحسنة */
.hero-services-grid {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    height: 400px;
    border-radius: 50%;
    animation: gridRotate 60s linear infinite;
}

.service-icon-item {
    position: absolute;
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    color: white;
    cursor: pointer;
    transition: all 0.3s ease;
    animation: serviceFloat 6s ease-in-out infinite, counterRotate 60s linear infinite;
    transform-origin: center center;
    will-change: transform;
    backface-visibility: hidden;
    z-index: 5;
}

.service-icon-item:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: scale(1.15);
    z-index: 10;
    box-shadow: 0 0 20px rgba(250, 161, 22, 0.4);
    animation-play-state: paused;
}

.service-icon-item i {
    font-size: 1.5rem;
    color: #faa116;
    transition: all 0.3s ease;
}

.service-icon-item:hover i {
    transform: scale(1.1);
    color: #fff;
}

.service-icon-item span {
    font-size: 0.7rem;
    font-weight: 600;
    text-align: center;
    line-height: 1.2;
    transition: all 0.3s ease;
}

.service-icon-item:hover span {
    color: #faa116;
}

/* توزيع الخدمات في دائرة مثالية باستخدام حسابات رياضية دقيقة */
/* نصف القطر = 160px (نصف العرض - نصف عرض الأيقونة) */
/* 8 أيقونات = 360° ÷ 8 = 45° لكل أيقونة */

.service-icon-item:nth-child(1) { 
    /* 0° - أعلى */
    top: calc(50% - 160px - 40px);
    left: calc(50% - 40px);
    animation-delay: 0s;
}

.service-icon-item:nth-child(2) { 
    /* 45° - أعلى يمين */
    top: calc(50% - 113px - 40px);
    left: calc(50% + 113px - 40px);
    animation-delay: 0.5s;
}

.service-icon-item:nth-child(3) { 
    /* 90° - يمين */
    top: calc(50% - 40px);
    left: calc(50% + 160px - 40px);
    animation-delay: 1s;
}

.service-icon-item:nth-child(4) { 
    /* 135° - أسفل يمين */
    top: calc(50% + 113px - 40px);
    left: calc(50% + 113px - 40px);
    animation-delay: 1.5s;
}

.service-icon-item:nth-child(5) { 
    /* 180° - أسفل */
    top: calc(50% + 160px - 40px);
    left: calc(50% - 40px);
    animation-delay: 2s;
}

.service-icon-item:nth-child(6) { 
    /* 225° - أسفل يسار */
    top: calc(50% + 113px - 40px);
    left: calc(50% - 113px - 40px);
    animation-delay: 2.5s;
}

.service-icon-item:nth-child(7) { 
    /* 270° - يسار */
    top: calc(50% - 40px);
    left: calc(50% - 160px - 40px);
    animation-delay: 3s;
}

.service-icon-item:nth-child(8) { 
    /* 315° - أعلى يسار */
    top: calc(50% - 113px - 40px);
    left: calc(50% - 113px - 40px);
    animation-delay: 3.5s;
}

/* حركة دوران بطيئة للمجموعة كاملة */
@keyframes gridRotate {
    from { transform: translate(-50%, -50%) rotate(0deg); }
    to { transform: translate(-50%, -50%) rotate(360deg); }
}

/* منع دوران الأيقونات الفردية مع المجموعة */
@keyframes counterRotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(-360deg); }
}

/* تحسين الحركة لتجنب التداخل */
@keyframes serviceFloat {
    0%, 100% { 
        transform: translateY(0) scale(1);
    }
    50% { 
        transform: translateY(-8px) scale(1.02);
    }
}

/* عناصر عائمة */
.floating-elements {
    position: absolute;
    width: 100%;
    height: 100%;
}

.floating-element {
    position: absolute;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #faa116;
    animation: elementFloat 8s ease-in-out infinite;
}

.element-1 { top: 10%; left: 10%; animation-delay: 0s; }
.element-2 { top: 20%; right: 10%; animation-delay: 2s; }
.element-3 { bottom: 20%; left: 15%; animation-delay: 4s; }
.element-4 { bottom: 10%; right: 20%; animation-delay: 6s; }

@keyframes elementFloat {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    50% { transform: translateY(-20px) rotate(180deg); }
}

/* مؤشر التمرير */
.hero-scroll-indicator {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    color: white;
    animation: scrollBounce 2s ease-in-out infinite;
}

@keyframes scrollBounce {
    0%, 100% { transform: translateX(-50%) translateY(0); }
    50% { transform: translateX(-50%) translateY(-10px); }
}

.scroll-mouse {
    width: 25px;
    height: 40px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 15px;
    position: relative;
}

.scroll-wheel {
    width: 3px;
    height: 8px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 2px;
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    animation: wheelMove 2s ease-in-out infinite;
}

@keyframes wheelMove {
    0%, 100% { top: 8px; opacity: 1; }
    50% { top: 20px; opacity: 0.3; }
}

.hero-scroll-indicator span {
    font-size: 0.8rem;
    font-weight: 500;
    opacity: 0.8;
}

/* تجاوب الشاشات المحسن */
@media (max-width: 1200px) {
    .hero-services-grid {
        width: 380px;
        height: 380px;
    }
    
    .service-icon-item:nth-child(1) { top: calc(50% - 150px - 40px); left: calc(50% - 40px); }
    .service-icon-item:nth-child(2) { top: calc(50% - 106px - 40px); left: calc(50% + 106px - 40px); }
    .service-icon-item:nth-child(3) { top: calc(50% - 40px); left: calc(50% + 150px - 40px); }
    .service-icon-item:nth-child(4) { top: calc(50% + 106px - 40px); left: calc(50% + 106px - 40px); }
    .service-icon-item:nth-child(5) { top: calc(50% + 150px - 40px); left: calc(50% - 40px); }
    .service-icon-item:nth-child(6) { top: calc(50% + 106px - 40px); left: calc(50% - 106px - 40px); }
    .service-icon-item:nth-child(7) { top: calc(50% - 40px); left: calc(50% - 150px - 40px); }
    .service-icon-item:nth-child(8) { top: calc(50% - 106px - 40px); left: calc(50% - 106px - 40px); }
}

@media (max-width: 992px) {
    .hero-title {
        font-size: 2.6rem;
    }
    
    .hero-stats {
        gap: 20px;
        justify-content: center;
    }
    
    .hero-buttons {
        justify-content: center;
    }
    
    .hero-image-container {
        height: 400px;
        margin-top: 50px;
    }
    
    .hero-services-grid {
        width: 350px;
        height: 350px;
    }
    
    .service-icon-item {
        width: 70px;
        height: 70px;
    }
    
    .service-icon-item i {
        font-size: 1.3rem;
    }
    
    .service-icon-item span {
        font-size: 0.6rem;
    }
    
    /* إعادة حساب المواضع للشاشات المتوسطة - نصف القطر = 140px */
    .service-icon-item:nth-child(1) { top: calc(50% - 140px - 35px); left: calc(50% - 35px); }
    .service-icon-item:nth-child(2) { top: calc(50% - 99px - 35px); left: calc(50% + 99px - 35px); }
    .service-icon-item:nth-child(3) { top: calc(50% - 35px); left: calc(50% + 140px - 35px); }
    .service-icon-item:nth-child(4) { top: calc(50% + 99px - 35px); left: calc(50% + 99px - 35px); }
    .service-icon-item:nth-child(5) { top: calc(50% + 140px - 35px); left: calc(50% - 35px); }
    .service-icon-item:nth-child(6) { top: calc(50% + 99px - 35px); left: calc(50% - 99px - 35px); }
    .service-icon-item:nth-child(7) { top: calc(50% - 35px); left: calc(50% - 140px - 35px); }
    .service-icon-item:nth-child(8) { top: calc(50% - 99px - 35px); left: calc(50% - 99px - 35px); }
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 2.2rem;
        text-align: center;
    }
    
    .hero-description {
        font-size: 1.1rem;
        text-align: center;
    }
    
    .hero-stats {
        gap: 15px;
    }
    
    .stat-number {
        font-size: 2rem;
    }
    
    .hero-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .btn-hero {
        width: 100%;
        max-width: 300px;
        justify-content: center;
    }
    
    .hero-contact-quick {
        margin-top: 30px;
    }
    
    .hero-image-container {
        height: 320px;
    }
    
    .hero-services-grid {
        width: 280px;
        height: 280px;
    }
    
    .service-icon-item {
        width: 60px;
        height: 60px;
    }
    
    .service-icon-item i {
        font-size: 1.1rem;
    }
    
    .service-icon-item span {
        font-size: 0.55rem;
    }
    
    /* إعادة حساب المواضع للشاشات الصغيرة - نصف القطر = 110px */
    .service-icon-item:nth-child(1) { top: calc(50% - 110px - 30px); left: calc(50% - 30px); }
    .service-icon-item:nth-child(2) { top: calc(50% - 78px - 30px); left: calc(50% + 78px - 30px); }
    .service-icon-item:nth-child(3) { top: calc(50% - 30px); left: calc(50% + 110px - 30px); }
    .service-icon-item:nth-child(4) { top: calc(50% + 78px - 30px); left: calc(50% + 78px - 30px); }
    .service-icon-item:nth-child(5) { top: calc(50% + 110px - 30px); left: calc(50% - 30px); }
    .service-icon-item:nth-child(6) { top: calc(50% + 78px - 30px); left: calc(50% - 78px - 30px); }
    .service-icon-item:nth-child(7) { top: calc(50% - 30px); left: calc(50% - 110px - 30px); }
    .service-icon-item:nth-child(8) { top: calc(50% - 78px - 30px); left: calc(50% - 78px - 30px); }
}

@media (max-width: 576px) {
    .hero-section-new {
        padding: 20px 0;
    }
    
    .hero-title {
        font-size: 1.4rem;
    }
    
    .hero-description {
        font-size: 1rem;
    }
    
    .hero-stats {
        gap: 10px;
    }
    
    .stat-number {
        font-size: 1.5rem;
    }
    
    .stat-label {
        font-size: 0.8rem;
    }
    
    .hero-contact-quick .contact-item {
        padding: 12px 15px;
    }
    
    .phone-numbers {
        flex-direction: column;
        gap: 5px;
    }
    
    .hero-image-container {
        height: 250px;
    }
    
    .hero-services-grid {
        width: 220px;
        height: 220px;
        animation: gridRotate 90s linear infinite;
    }
    
    .service-icon-item {
        width: 50px;
        height: 50px;
        animation: serviceFloat 8s ease-in-out infinite, counterRotate 90s linear infinite;
    }
    
    .service-icon-item i {
        font-size: 1rem;
    }
    
    .service-icon-item span {
        font-size: 0.5rem;
    }
    
    /* إعادة حساب المواضع للشاشات الصغيرة جداً - نصف القطر = 85px */
    .service-icon-item:nth-child(1) { top: calc(50% - 85px - 25px); left: calc(50% - 25px); }
    .service-icon-item:nth-child(2) { top: calc(50% - 60px - 25px); left: calc(50% + 60px - 25px); }
    .service-icon-item:nth-child(3) { top: calc(50% - 25px); left: calc(50% + 85px - 25px); }
    .service-icon-item:nth-child(4) { top: calc(50% + 60px - 25px); left: calc(50% + 60px - 25px); }
    .service-icon-item:nth-child(5) { top: calc(50% + 85px - 25px); left: calc(50% - 25px); }
    .service-icon-item:nth-child(6) { top: calc(50% + 60px - 25px); left: calc(50% - 60px - 25px); }
    .service-icon-item:nth-child(7) { top: calc(50% - 25px); left: calc(50% - 85px - 25px); }
    .service-icon-item:nth-child(8) { top: calc(50% - 60px - 25px); left: calc(50% - 60px - 25px); }
    
    .floating-element {
        width: 30px;
        height: 30px;
    }
}

/* إضافة تحسين للخلفية */
.hero-image-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    height: 300px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    backdrop-filter: blur(20px);
    border: 2px solid rgba(255, 255, 255, 0.2);
    animation: bgPulse 4s ease-in-out infinite;
    z-index: 1;
}

@keyframes bgPulse {
    0%, 100% { 
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.8;
    }
    50% { 
        transform: translate(-50%, -50%) scale(1.05);
        opacity: 1;
    }
}

/*  الخدمات عامة */

/* أنماط صفحة الخدمات المحدثة */
.services-showcase {
    margin-top: 50px;
}

.services-category {
    margin-bottom: 60px;
    position: relative;
}

.category-header {
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

.category-header i {
    font-size: 2.5rem;
    color: var(--primary-color);
    margin-bottom: 20px;
    display: inline-block;
}

.services-category-title {
    font-size: 2rem;
    font-weight: 700;
    color: var(--secondary-color);
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

.services-category-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    right: 0;
    width: 50%;
    height: 3px;
    background: var(--primary-color);
    transition: all 0.3s ease;
}

.category-description {
    color: var(--gray-color);
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0 auto;
}

.service-card-advanced {
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    padding: 30px;
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 1px solid rgba(0, 0, 0, 0.05);
    z-index: 1;
}

.service-card-advanced:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.service-icon-bg {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--primary-color), var(--primary-dark));
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    color: white;
    font-size: 2rem;
    transition: all 0.3s ease;
}

.service-card-advanced:hover .service-icon-bg {
    transform: rotate(15deg) scale(1.1);
}

.service-content h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--secondary-color);
    margin-bottom: 15px;
    transition: all 0.3s ease;
}

.service-card-advanced:hover h3 {
    color: var(--primary-color);
}

.service-content p {
    color: var(--gray-color);
    margin-bottom: 20px;
    font-size: 0.95rem;
    line-height: 1.6;
}

.service-features {
    margin-bottom: 25px;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
}

.feature-item i {
    color: var(--primary-color);
    margin-left: 10px;
    font-size: 1rem;
    margin-top: 3px;
}

.feature-item span {
    color: var(--secondary-light);
    font-size: 0.9rem;
}

.btn-service {
    background: linear-gradient(135deg, var(--primary-color), var(--primary-dark));
    color: white;
    border: none;
    border-radius: 50px;
    padding: 10px 25px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.btn-service::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, var(--primary-dark), var(--primary-color));
    z-index: -1;
    opacity: 0;
    transition: all 0.3s ease;
}

.btn-service:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(244, 104, 0, 0.3);
}

.btn-service:hover::before {
    opacity: 1;
}

.service-hover-effect {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(244, 104, 0, 0.1), rgba(244, 104, 0, 0.05));
    z-index: -1;
    opacity: 0;
    transition: all 0.3s ease;
}

.service-card-advanced:hover .service-hover-effect {
    opacity: 1;
}

/* قسم الدعوة للعمل */
.cta-section {
    background: linear-gradient(135deg, var(--secondary-color), var(--secondary-light));
    border-radius: 15px;
    color: white;
    position: relative;
    overflow: hidden;
}

.cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 50%;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="20" cy="20" r="2" fill="rgba(255,255,255,0.1)"/><circle cx="80" cy="40" r="1.5" fill="rgba(255,255,255,0.15)"/><circle cx="40" cy="80" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="90" cy="90" r="2.5" fill="rgba(255,255,255,0.08)"/><circle cx="10" cy="60" r="1.8" fill="rgba(255,255,255,0.12)"/></svg>');
    opacity: 0.1;
}

.cta-title {
    font-size: 2rem;
    font-weight: 700;
    position: relative;
    display: inline-block;
}

.cta-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    right: 0;
    width: 50%;
    height: 3px;
    background: var(--primary-color);
}

.cta-text {
    font-size: 1.2rem;
    opacity: 0.9;
    max-width: 600px;
    margin: 0 auto 30px;
}

/* تأثيرات الحركة للخدمات */
@keyframes serviceFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

.service-card-advanced {
    animation: serviceFloat 6s ease-in-out infinite;
}

.service-card-advanced:nth-child(1) { animation-delay: 0s; }
.service-card-advanced:nth-child(2) { animation-delay: 0.5s; }
.service-card-advanced:nth-child(3) { animation-delay: 1s; }
.service-card-advanced:nth-child(4) { animation-delay: 1.5s; }
.service-card-advanced:nth-child(5) { animation-delay: 2s; }
.service-card-advanced:nth-child(6) { animation-delay: 2.5s; }
.service-card-advanced:nth-child(7) { animation-delay: 3s; }
.service-card-advanced:nth-child(8) { animation-delay: 3.5s; }
.service-card-advanced:nth-child(9) { animation-delay: 4s; }

/* تأثيرات hover متقدمة */
.service-card-advanced:hover {
    animation: none;
}

/* وسائط متجاوبة */
@media (max-width: 992px) {
    .services-category-title {
        font-size: 1.8rem;
    }
    
    .category-description {
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    .services-category-title {
        font-size: 1.6rem;
    }
    
    .service-content h3 {
        font-size: 1.3rem;
    }
    
    .cta-title {
        font-size: 1.6rem;
    }
    
    .cta-text {
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .services-category-title {
        font-size: 1.4rem;
    }
    
    .service-icon-bg {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }
    
    .cta-title {
        font-size: 1.4rem;
    }
}



/* أنماط خريطة الموقع */
.sitemap-section {
    background-color: #f9f9f9;
}

.sitemap-card {
    background-color: white;
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 30px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    height: 100%;
    transition: all 0.3s ease;
}

.sitemap-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.sitemap-category-title {
    color: var(--primary-color);
    font-size: 1.4rem;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #eee;
}

.sitemap-links {
    list-style: none;
    padding: 0;
}

.sitemap-links li {
    margin-bottom: 12px;
    position: relative;
    padding-right: 20px;
}

.sitemap-links li:before {
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    right: 0;
    top: 5px;
    font-size: 0.8rem;
    color: var(--primary-color);
}

.sitemap-links a {
    color: var(--secondary-color);
    transition: all 0.3s ease;
    text-decoration: none;
}

.sitemap-links a:hover {
    color: var(--primary-color);
    padding-right: 5px;
}

.sitemap-note {
    border-right: 4px solid var(--primary-color);
}

@media (max-width: 768px) {
    .sitemap-card {
        padding: 20px;
    }
    
    .sitemap-category-title {
        font-size: 1.2rem;
    }
}



/* أنماط صفحات الشروط والخصوصية */
.page-header {
    padding-bottom: 1rem;
    border-bottom: 2px solid #f46800;
}

.text-primary {
    color: #f46800 !important;
}

.card {
    border-radius: 10px;
    overflow: hidden;
}

.border-bottom {
    border-color: #eee !important;
}

.list-group-item {
    background: transparent;
}

.table th {
    background-color: #f8f9fa;
    font-weight: 600;
}

.alert-light {
    background-color: #f8f9fa;
    border-left: 4px solid #f46800;
}

.alert-primary {
    border-left: 4px solid #f46800;
}

@media (max-width: 768px) {
    .card-body {
        padding: 1.5rem !important;
    }
    
    .table-responsive {
        font-size: 0.9rem;
    }
}