/* ============================================================
   about.css - أنماط صفحة عن الشركة
   ============================================================ */

/* ===== القسم البطل (Hero) ===== */
.about-hero {
    background: linear-gradient(135deg, #1a2a3a 0%, #0077b6 100%);
    color: white;
    padding: 80px 0 60px;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.about-hero .hero-content {
    position: relative;
    z-index: 2;
}
.about-hero h1 {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.2;
    text-shadow: 0 2px 15px rgba(0,0,0,0.2);
}
.about-hero h1 .highlight {
    color: #00b4d8;
}
.about-hero .lead {
    font-size: 1.3rem;
    opacity: 0.9;
    margin-top: 10px;
}
.hero-badges .badge {
    padding: 8px 18px;
    margin: 0 6px;
    font-weight: 500;
    font-size: 0.85rem;
    border-radius: 30px;
}
.hero-badges .badge i {
    margin-left: 6px;
}
.about-hero .breadcrumb-custom {
    background: transparent;
    padding: 0;
    justify-content: center;
}
.about-hero .breadcrumb-custom .breadcrumb-item a {
    color: rgba(255,255,255,0.7);
    text-decoration: none;
    transition: 0.3s;
}
.about-hero .breadcrumb-custom .breadcrumb-item a:hover {
    color: white;
}
.about-hero .breadcrumb-custom .breadcrumb-item.active {
    color: rgba(255,255,255,0.9);
}
.about-hero .breadcrumb-custom .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255,255,255,0.4);
    content: "›";
}
.hero-shape {
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    z-index: 1;
}
.hero-shape svg {
    display: block;
    width: 100%;
    height: 80px;
}

/* ===== المحتوى العام ===== */
.about-content {
    background: #f8faff;
    padding-bottom: 30px;
}
.section-tag {
    display: inline-block;
    background: rgba(0,119,182,0.08);
    color: #0077b6;
    padding: 4px 16px;
    border-radius: 30px;
    font-size: 0.8rem;
    font-weight: 600;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
}
.about-content h2 {
    font-weight: 800;
    color: #1a2a3a;
    margin-bottom: 20px;
}
.about-content h2 strong {
    color: #0077b6;
}

/* ===== معلومات "عن الشركة" ===== */
.about-text p {
    color: #495057;
    line-height: 1.9;
    font-size: 1.05rem;
}
.info-box {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    background: white;
    padding: 15px 18px;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.04);
    border-right: 3px solid #0077b6;
    transition: 0.3s;
}
.info-box:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.06);
}
.info-box i {
    font-size: 1.8rem;
    color: #0077b6;
    margin-top: 4px;
}
.info-box strong {
    display: block;
    color: #1a2a3a;
    font-size: 1rem;
}
.info-box p {
    margin: 0;
    font-size: 0.9rem;
    color: #6c757d;
}
.about-image-wrapper {
    position: relative;
}
.about-image-wrapper img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 20px;
}
.floating-card {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: white;
    padding: 12px 20px;
    border-radius: 30px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.12);
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    color: #1a2a3a;
}
.floating-card i {
    font-size: 1.2rem;
}

/* ===== بطاقات "لماذا نحن" ===== */
.feature-card {
    background: white;
    padding: 30px 20px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 2px 12px rgba(0,0,0,0.04);
    transition: 0.3s;
    height: 100%;
    border: 1px solid rgba(0,0,0,0.02);
}
.feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.06);
    border-color: #0077b6;
}
.feature-card .icon-wrapper {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: rgba(0,119,182,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    font-size: 2rem;
    color: #0077b6;
    transition: 0.3s;
}
.feature-card:hover .icon-wrapper {
    background: #0077b6;
    color: white;
}
.feature-card h5 {
    font-weight: 700;
    color: #1a2a3a;
    margin-bottom: 8px;
}
.feature-card p {
    color: #6c757d;
    font-size: 0.95rem;
    margin: 0;
}

/* ===== بطاقات الخدمات ===== */
.service-card {
    background: white;
    padding: 25px 20px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 2px 12px rgba(0,0,0,0.04);
    transition: 0.3s;
    height: 100%;
    border-bottom: 4px solid transparent;
}
.service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.06);
    border-bottom-color: #0077b6;
}
.service-card .service-icon {
    font-size: 2.5rem;
    color: #0077b6;
    margin-bottom: 12px;
}
.service-card h5 {
    font-weight: 700;
    color: #1a2a3a;
    margin-bottom: 10px;
}
.service-card p {
    color: #6c757d;
    font-size: 0.95rem;
    margin: 0;
}

/* ===== قيمنا ===== */
.value-item {
    background: white;
    padding: 14px 20px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    transition: 0.3s;
    font-weight: 500;
    color: #1a2a3a;
}
.value-item:hover {
    transform: scale(1.03);
    box-shadow: 0 8px 20px rgba(0,0,0,0.06);
}
.value-item i {
    font-size: 1.2rem;
}

/* ===== الإحصائيات ===== */
.stats-about {
    background: white;
    border-radius: 20px;
    padding: 40px 20px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.04);
}
.stat-item .icon-circle {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: rgba(0,119,182,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
    font-size: 2rem;
    color: #0077b6;
    transition: 0.3s;
}
.stat-item:hover .icon-circle {
    background: #0077b6;
    color: white;
    transform: scale(1.05);
}
.stat-item h3 {
    font-weight: 800;
    color: #1a2a3a;
    font-size: 2rem;
    margin-bottom: 0;
}
.stat-item p {
    color: #6c757d;
    font-size: 0.9rem;
    margin-top: 2px;
}

/* ===== الخريطة ===== */
.map-about {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    background: white;
}
.map-about iframe {
    width: 100%;
    height: 350px;
    border: none;
}
.map-footer {
    padding: 16px 20px;
    background: #f8f9fa;
    border-top: 1px solid #e9ecef;
    font-size: 0.9rem;
    color: #495057;
}
.map-footer i {
    margin-left: 6px;
    width: 18px;
}
.map-footer .badge {
    font-size: 0.85rem;
    padding: 6px 14px;
}

/* ===== زر العودة للأعلى ===== */
.scroll-top-btn {
    position: fixed;
    bottom: 25px;
    left: 25px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #0077b6;
    color: white;
    border: none;
    box-shadow: 0 4px 20px rgba(0,119,182,0.35);
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    transition: 0.3s;
    z-index: 999;
    cursor: pointer;
}
.scroll-top-btn:hover {
    background: #005f8a;
    transform: scale(1.08);
}

/* ===== التجاوب ===== */
@media (max-width: 991.98px) {
    .about-hero h1 { font-size: 2.5rem; }
    .about-image-wrapper img { height: 300px; }
}
@media (max-width: 767.98px) {
    .about-hero { padding: 60px 0 40px; }
    .about-hero h1 { font-size: 2rem; }
    .about-hero .lead { font-size: 1.1rem; }
    .hero-badges .badge { margin: 4px; }
    .floating-card { display: none; }
    .stats-about .stat-item h3 { font-size: 1.5rem; }
    .map-about iframe { height: 250px; }
}
@media (max-width: 575.98px) {
    .about-hero h1 { font-size: 1.6rem; }
    .about-image-wrapper img { height: 200px; }
    .info-box { padding: 12px; }
    .service-card { padding: 20px; }
    .value-item { font-size: 0.85rem; padding: 10px 14px; }
}