/* تنسيقات قسم 'من نحن' بتصميم عصري يعكس الذكاء الاصطناعي */
#about {
    padding: 6rem 0;
    position: relative;
    background: linear-gradient(135deg, #f8faff 0%, #f0f7ff 100%);
    overflow: hidden;
}

#about::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxwYXR0ZXJuIGlkPSJwYXR0ZXJuIiB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHBhdHRlcm5Vbml0cz0idXNlclNwYWNlT25Vc2UiIHBhdHRlcm5UcmFuc2Zvcm09InJvdGF0ZSg0NSkiPjxyZWN0IHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0icmdiYSgxMywgMTEwLCAyNTMsIDAuMDMpIi8+PC9wYXR0ZXJuPjwvZGVmcz48cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI3BhdHRlcm4pIi8+PC9zdmc+');
    opacity: 0.6;
    z-index: 0;
}

#about .container {
    position: relative;
    z-index: 1;
}

.section-header h2 {
    position: relative;
    display: inline-block;
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a237e;
    margin-bottom: 1.5rem;
    background: linear-gradient(45deg, #0d6efd, #6f42c1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 2px 10px rgba(13, 110, 253, 0.1);
}

.section-header .section-divider {
    height: 4px;
    width: 80px;
    background: linear-gradient(90deg, #0d6efd, #6f42c1);
    margin: 15px auto 25px;
    border-radius: 2px;
    position: relative;
    overflow: hidden;
}

.section-header .section-divider::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.8), transparent);
    animation: shine 3s infinite;
}

@keyframes shine {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(100%); }
}

#about .about-img-container {
    position: relative;
    margin-bottom: 2rem;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

#about .about-img-container img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

#about .about-img-container:hover img {
    transform: scale(1.03);
}

/* تنسيقات الأزرار في قسم عنا */
#about .mt-5 {
    display: flex;
    gap: 1.5rem;
    margin: 3rem auto;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    padding: 0 1rem;
}

#about .btn {
    min-width: 180px;
    padding: 0.9rem 2.2rem;
    margin: 0;
    font-size: 1.05rem;
    font-weight: 600;
    text-align: center;
    border-radius: 50px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border: none;
    box-shadow: 0 4px 15px rgba(13, 110, 253, 0.2);
    background: linear-gradient(45deg, #0d6efd, #6f42c1);
    color: white;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

#about .btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #6f42c1, #0d6efd);
    z-index: -1;
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

#about .btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(13, 110, 253, 0.3);
}

#about .btn:hover::before {
    opacity: 1;
}

#about .btn i {
    margin-left: 8px;
    font-size: 1.1em;
    transition: transform 0.3s ease;
}

#about .btn:hover i {
    transform: translateX(5px);
}

/* تأثير النقر على الزر */
#about .btn:active {
    transform: translateY(1px);
    box-shadow: 0 2px 10px rgba(13, 110, 253, 0.3);
}

/* تنسيق الأزرار على الشاشات الصغيرة */
@media (max-width: 767.98px) {
    #about .mt-5 {
        gap: 1rem;
        margin: 2rem auto;
    }
    
    #about .btn {
        min-width: 160px;
        padding: 0.8rem 1.8rem;
        font-size: 0.95rem;
    }
}

/* زر الحجز */
#about .btn-primary {
    background: linear-gradient(45deg, #0d6efd, #0a58ca);
    border: none;
    color: white;
    box-shadow: 0 4px 15px rgba(13, 110, 253, 0.3);
}

#about .btn-outline-primary {
    border: 2px solid #0d6efd;
    color: #0d6efd;
    background: transparent;
}

#about .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(13, 110, 253, 0.25);
}

/* شارة الخبرة */
#about .experience-badge {
    position: absolute;
    top: 20px;  /* تم تغييرها من -30px إلى 20px */
    right: 30px;
    background: linear-gradient(135deg, #0d6efd, #0b5ed7);
    color: white;
    padding: 12px 25px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(13, 110, 253, 0.3);
    z-index: 2;
    font-weight: 600;
    text-align: center;
}

#about .experience-badge h3 {
    font-size: 1.8rem;
    margin: 0;
    line-height: 1.2;
}

#about .experience-badge p {
    margin: 0;
    font-size: 0.9rem;
    opacity: 0.9;
}

/* تنسيق الأزرار على الشاشات الصغيرة */
@media (max-width: 767.98px) {
    #about .mt-5 {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
        width: 100%;
        padding: 0 1rem;
        margin: 2rem auto;
    }
    
    #about .btn {
        width: 100%;
        padding: 0.75rem 1.25rem;
        font-size: 0.95rem;
    }
    
    #about .experience-badge {
        right: 50%;
        transform: translateX(50%) translateY(0);
        top: 20px;
        padding: 10px 20px;
    }
    
    #about .experience-badge h3 {
        font-size: 1.5rem;
    }
}

/* تنسيقات للأجهزة اللوحية */
@media (min-width: 768px) and (max-width: 991.98px) {
    #about .experience-badge {
        right: 20px;
        top: -25px;
        padding: 10px 20px;
    }
    
    #about .experience-badge h3 {
        font-size: 1.5rem;
    }
}
/* تنسيق بطاقات المميزات بتصميم عصري */
#about .feature-item {
    background: #ffffff !important;
    border-radius: 16px !important;
    padding: 40px 30px !important;
    margin-bottom: 30px !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05) !important;
    border: 1px solid rgba(13, 110, 253, 0.1) !important;
    position: relative !important;
    overflow: hidden !important;
    z-index: 1 !important;
    text-align: center !important;
}

#about .feature-item::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 4px !important;
    background: linear-gradient(90deg, #0d6efd, #6f42c1) !important;
    opacity: 0 !important;
    transition: all 0.4s ease !important;
}

#about .feature-item:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 15px 35px rgba(13, 110, 253, 0.1) !important;
    border-color: rgba(13, 110, 253, 0.15) !important;
}

#about .feature-item:hover::before {
    opacity: 1 !important;
}

#about .feature-item .icon-box {
    width: 90px !important;
    height: 90px !important;
    margin: 0 auto 25px !important;
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
    background: linear-gradient(135deg, #f0f7ff 0%, #e6f0ff 100%) !important;
    border-radius: 22px !important;
    box-shadow: 5px 5px 15px rgba(13, 110, 253, 0.1),
                -5px -5px 15px rgba(255, 255, 255, 0.8) !important;
    border: 1px solid rgba(13, 110, 253, 0.08) !important;
}

#about .feature-item .icon-box i {
    font-size: 36px !important;
    background: linear-gradient(135deg, #0d6efd, #4a7dff) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    transition: all 0.4s ease !important;
}

#about .feature-item:hover .icon-box {
    transform: translateY(-5px) scale(1.05) !important;
    box-shadow: 8px 8px 20px rgba(13, 110, 253, 0.15),
                -8px -8px 20px rgba(255, 255, 255, 0.9) !important;
    background: linear-gradient(135deg, #e6f0ff 0%, #d6e6ff 100%) !important;
}

#about .feature-item:hover .icon-box i {
    transform: scale(1.1) !important;
    background: linear-gradient(135deg, #0a58ca, #3a6eff) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
}

/* إزالة تأثيرات التحويم من ملفات الأنماط الأخرى */
#about .feature-item .icon-box::before,
#about .feature-item .icon-box::after {
    display: none !important;
}

/* تنسيق العناوين والوصف */
.feature-item h5 {
    font-size: 1.3rem;
    font-weight: 700;
    margin: 0 0 15px 0;
    color: #1a237e;
    position: relative;
    display: inline-block;
    transition: all 0.3s ease;
}

.feature-item:hover h5 {
    color: #0d6efd;
}

.feature-item p {
    color: #4a5568;
    line-height: 1.7;
    margin: 0;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.feature-item:hover p {
    color: #4a5568;
}

/* تأثيرات إضافية */
.feature-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(13, 110, 253, 0.03) 0%, rgba(111, 66, 193, 0.03) 100%);
    opacity: 0;
    transition: all 0.4s ease;
    z-index: -1;
}

.feature-item:hover::after {
    opacity: 1;
}

.feature-item:hover h5 {
    transform: translateX(5px);
}

/* تأثيرات إضافية للبطاقات */
.feature-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(13, 110, 253, 0.03) 0%, rgba(111, 66, 193, 0.03) 100%);
    z-index: -1;
    opacity: 0;
    transition: all 0.4s ease;
}

.feature-item:hover::after {
    opacity: 1;
}

/* تأثيرات النص عند التحويم */
.feature-item .feature-content {
    transition: transform 0.3s ease;
}

.feature-item:hover .feature-content {
    transform: translateY(-3px);
}

/* تنسيقات للشاشات الصغيرة */
@media (max-width: 767.98px) {
    #about {
        padding: 4rem 0;
    }
    
    .section-header h2 {
        font-size: 2rem;
    }
    
    .feature-item {
        padding: 25px 20px;
        margin-bottom: 25px;
        text-align: center;
    }
    
    .feature-item .icon-box {
        width: 70px;
        height: 70px;
        margin: 0 auto 20px;
    }
    
    .feature-item .icon-box i {
        font-size: 28px;
    }
    
    .feature-item h5 {
        font-size: 1.3rem;
        margin-bottom: 12px;
    }
    
    .feature-item p {
        font-size: 0.95rem;
        line-height: 1.6;
    }
}

/* تنسيقات للأجهزة اللوحية */
@media (min-width: 768px) and (max-width: 991.98px) {
    #about {
        padding: 5rem 0;
    }
    
    .feature-item {
        padding: 25px 20px;
    }
    
    .feature-item .icon-box {
        width: 70px;
        height: 70px;
    }
    
    .feature-item .icon-box i {
        font-size: 28px;
    }
    
    .feature-item h5 {
        font-size: 1.3rem;
    }
}

/* تأثيرات إضافية للواجهة */
@keyframes float {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
    100% { transform: translateY(0px); }
}

.about-img-container {
    position: relative;
    animation: float 6s ease-in-out infinite;
    transform-style: preserve-3d;
    perspective: 1000px;
}

.about-img-container img {
    border-radius: 12px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: translateZ(20px);
    transition: all 0.5s ease;
}

.about-img-container:hover img {
    transform: translateZ(30px) scale(1.02);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

/* تنسيقات إضافية للعناصر */
.feature-item h5 {
    font-weight: 600;
    margin-bottom: 10px;
    color: #2c3e50;
}

.feature-item p {
    color: #6c757d;
    margin-bottom: 0;
}

.feature-item .d-flex {
    align-items: flex-start;
}

.feature-item .feature-content {
    flex: 1;
}