/**
 * Homepage CSS - دار المودة
 * ملف التصميم الخاص بالصفحة الرئيسية
 * 
 * @package Dar_Almawada
 * @version 1.0.0
 */

/* ========== إعدادات عامة ========== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Cairo', sans-serif;
    direction: rtl;
}

/* ========== أيقونات SVG ========== */
.icon {
    width: 24px;
    height: 24px;
    display: inline-block;
    fill: currentColor;
}

.icon-large {
    width: 32px;
    height: 32px;
}

.icon-phone {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.icon-whatsapp {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 11.5a8.38 8.38 0 0 1-.9 3.8 8.5 8.5 0 0 1-7.6 4.7 8.38 8.38 0 0 1-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 0 1-.9-3.8 8.5 8.5 0 0 1 4.7-7.6 8.38 8.38 0 0 1 3.8-.9h.5a8.48 8.48 0 0 1 8 8v.5z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.icon-location {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.icon-time {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpolyline points='12,6 12,12 16,14'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.icon-check {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20,6 9,17 4,12'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.icon-star {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ffd700' stroke='%23ffd700' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolygon points='12,2 15.09,8.26 22,9.27 17,14.14 18.18,21.02 12,17.77 5.82,21.02 7,14.14 2,9.27 8.91,8.26'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.icon-building {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 21h18'/%3E%3Cpath d='M5 21V7l8-4v18'/%3E%3Cpath d='M19 21V11l-6-4'/%3E%3Cpath d='M9 9v.01'/%3E%3Cpath d='M9 12v.01'/%3E%3Cpath d='M9 15v.01'/%3E%3Cpath d='M9 18v.01'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.icon-city {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 21h18'/%3E%3Cpath d='M19 21V5a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2v16'/%3E%3Cpath d='M9 8h.01'/%3E%3Cpath d='M9 12h.01'/%3E%3Cpath d='M9 16h.01'/%3E%3Cpath d='M15 8h.01'/%3E%3Cpath d='M15 12h.01'/%3E%3Cpath d='M15 16h.01'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.icon-alert {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z'/%3E%3Cline x1='12' y1='9' x2='12' y2='13'/%3E%3Cline x1='12' y1='17' x2='12.01' y2='17'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.icon-target {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Ccircle cx='12' cy='12' r='6'/%3E%3Ccircle cx='12' cy='12' r='2'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.icon-truck {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M1 3h15v13H1z'/%3E%3Cpath d='M16 8h4l3 3v5h-7V8z'/%3E%3Ccircle cx='5.5' cy='18.5' r='2.5'/%3E%3Ccircle cx='18.5' cy='18.5' r='2.5'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.icon-shield {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.icon-settings {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3Cpath d='M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1 0 2.83 2 2 0 0 1-2.83 0l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83 0 2 2 0 0 1 0-2.83l.06-.06a1.65 1.65 0 0 0 .33-1.82 1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 0-2.83 2 2 0 0 1 2.83 0l.06.06a1.65 1.65 0 0 0 1.82.33H9a1.65 1.65 0 0 0 1-1.51V3a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 0 2 2 0 0 1 0 2.83l-.06.06a1.65 1.65 0 0 0-.33 1.82V9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 2 2 2 2 0 0 1-2 2h-.09a1.65 1.65 0 0 0-1.51 1z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.icon-package {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M16.5 9.4l-9-5.19a1 1 0 0 0-1 0l-9 5.2a1 1 0 0 0 0 1.73l9 5.19a1 1 0 0 0 1 0l9-5.19a1 1 0 0 0 0-1.74z'/%3E%3Cpath d='M7.5 4.21v9.19'/%3E%3Cpath d='M16.5 4.21v9.19'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.icon-warehouse {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 8.35V20a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V8.35A2 2 0 0 1 3.26 6.5l8-3.2a2 2 0 0 1 1.48 0l8 3.2A2 2 0 0 1 22 8.35Z'/%3E%3Cpath d='M6 18h12'/%3E%3Cpath d='M6 14h12'/%3E%3Cpath d='M6 10h12'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* تطبيق filter على الأيقونات في الأزرار */
.cta-button .icon,
.pricing-cta .icon,
.service-areas-button .icon,
.contact-cta .icon,
.advantages-cta .icon,
.fleet-button .icon,
.fleet-cta-button .icon {
    width: 20px;
    height: 20px;
    filter: brightness(0) invert(1);
    margin-left: 8px;
}

/* ========== القسم الرئيسي ========== */
.hero-section {
    position: relative;
    min-height: 100vh;
    background: linear-gradient(135deg, #123554 0%, #1a4a6b 50%, #123554 100%);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-container {
    max-width: 1200px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    padding: 0 40px;
    position: relative;
    z-index: 3;
}

.hero-content {
    color: white;
    animation: fadeInRight 1s ease-out;
}

.badge {
    display: inline-flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    padding: 8px 20px;
    border-radius: 25px;
    font-size: 14px;
    margin-bottom: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.badge-dot {
    width: 8px;
    height: 8px;
    background: #9b001d;
    border-radius: 50%;
    margin-left: 10px;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 20px;
    color: white;
}

.hero-subtitle {
    font-size: 1.3rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 10px;
    font-weight: 500;
}

.hero-description {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.8;
    margin-bottom: 30px;
}

.cta-button {
    display: inline-flex;
    align-items: center;
    background: #9b001d;
    color: white;
    padding: 15px 30px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(155, 0, 29, 0.3);
}

.cta-button:hover {
    background: #7a0017;
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(155, 0, 29, 0.4);
}

.hero-image {
    position: relative;
    animation: fadeInLeft 1s ease-out;
}

.main-hero-image {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 2;
}

.decorative-elements {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.deco-shape {
    position: absolute;
    border-radius: 10px;
}

.deco-red-1 {
    width: 60px;
    height: 60px;
    background: #9b001d;
    top: 10%;
    right: 15%;
    transform: rotate(45deg);
    animation: float 3s ease-in-out infinite;
}

.deco-red-2 {
    width: 40px;
    height: 100px;
    background: #9b001d;
    bottom: 15%;
    left: 10%;
    animation: float 3s ease-in-out infinite 1.5s;
}

.deco-white-1 {
    width: 80px;
    height: 20px;
    background: white;
    top: 25%;
    left: 5%;
    animation: float 3s ease-in-out infinite 0.5s;
}

.deco-white-2 {
    width: 50px;
    height: 50px;
    background: white;
    bottom: 25%;
    right: 10%;
    border-radius: 50%;
    animation: float 3s ease-in-out infinite 2s;
}

.deco-outline {
    width: 120px;
    height: 120px;
    border: 3px solid rgba(255, 255, 255, 0.3);
    top: 5%;
    left: 20%;
    border-radius: 50%;
    animation: rotate 20s linear infinite;
}

/* ========== قسم التعريف بالشركة ========== */
.about-section {
    background: #123554;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.content-side {
    color: white;
}

.company-badge {
    display: inline-block;
    background: #9b001d;
    color: white;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.main-title {
    font-size: 3.2rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 15px;
    color: white;
}

.subtitle {
    font-size: 1.5rem;
    color: #9b001d;
    font-weight: 600;
    margin-bottom: 25px;
}

.description {
    font-size: 1.1rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 40px;
}

.stats-container {
    display: flex;
    gap: 40px;
    margin-bottom: 30px;
}

.stat-item {
    text-align: center;
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 900;
    color: #9b001d;
    display: block;
    line-height: 1;
}

.stat-label {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 5px;
    font-weight: 500;
}

.features-list {
    list-style: none;
    margin-top: 20px;
}

.features-list li {
    padding: 8px 0;
    color: rgba(255, 255, 255, 0.9);
    position: relative;
    padding-right: 20px;
}

.features-list li:before {
    content: "";
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%239b001d' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20,6 9,17 4,12'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 0;
    top: 10px;
}

.images-side {
    position: relative;
}

.images-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    position: relative;
}

.image-container {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.main-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.image-container:hover .main-image {
    transform: scale(1.05);
}

.secondary-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.red-accent {
    position: absolute;
    background: #9b001d;
    width: 60px;
    height: 200px;
    top: 50%;
    right: -30px;
    transform: translateY(-50%);
    z-index: 3;
}

.red-accent-bottom {
    position: absolute;
    background: #9b001d;
    width: 100px;
    height: 40px;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}

.bg-decoration {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    background-image:
        radial-gradient(circle at 20% 20%, #9b001d 2px, transparent 2px),
        radial-gradient(circle at 80% 80%, #9b001d 2px, transparent 2px);
    background-size: 100px 100px;
    animation: float 20s ease-in-out infinite;
}

/* ========== قسم الخدمات ========== */
.services-section {
    background: #2a4d68;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.services-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.services-header {
    text-align: center;
    margin-bottom: 60px;
    color: white;
}

.services-title {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 15px;
    color: white;
}

.services-subtitle {
    font-size: 1.8rem;
    color: #9b001d;
    font-weight: 600;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.service-item {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 30px 25px;
    position: relative;
    transition: all 0.3s ease;
    overflow: hidden;
}

.service-item::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 4px;
    height: 100%;
    background: #9b001d;
    transform: scaleY(0);
    transition: transform 0.3s ease;
}

.service-item:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.service-item:hover::before {
    transform: scaleY(1);
}

.service-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: #9b001d;
    color: white;
    font-size: 1.2rem;
    font-weight: 800;
    border-radius: 50%;
    margin-bottom: 20px;
    position: relative;
}

.service-number::after {
    content: '';
    position: absolute;
    width: 60px;
    height: 60px;
    border: 2px solid rgba(155, 0, 29, 0.3);
    border-radius: 50%;
    animation: pulse 2s ease-in-out infinite;
}

.service-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: white;
    margin-bottom: 15px;
    line-height: 1.3;
}

.service-description {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.6;
}

.services-side-accent {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 100%;
    background: linear-gradient(45deg, #9b001d, #7a0017);
    z-index: 1;
}

.services-side-accent::after {
    content: '';
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 150px solid transparent;
    border-bottom: 150px solid transparent;
    border-left: 40px solid #9b001d;
}

.services-pattern {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 200px;
    height: 200px;
    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="%239b001d" opacity="0.2"/><circle cx="80" cy="80" r="2" fill="%239b001d" opacity="0.2"/><circle cx="50" cy="50" r="1" fill="%23ffffff" opacity="0.1"/></svg>');
    background-size: 50px 50px;
    opacity: 0.3;
}

/* ========== قسم دينا نقل العفش - التصميم الحديث ========== */
.fleet-section {
    background: #123554;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.fleet-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.fleet-modern-grid {
    display: grid;
    grid-template-columns: 1fr 300px 1fr;
    gap: 0;
    align-items: stretch;
    min-height: 600px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

/* Left Content Section */
.fleet-content-section {
    background: #123554;
    padding: 60px 50px;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.fleet-badge-modern {
    display: inline-block;
    background: rgba(255, 255, 255, 0.1);
    color: white;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 25px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 1px solid rgba(255, 255, 255, 0.2);
    width: fit-content;
}

.fleet-intro-title {
    font-size: 3.2rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 15px;
    color: white;
}

.fleet-intro-subtitle {
    font-size: 3.2rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 30px;
    color: white;
}

.fleet-intro-description {
    font-size: 1.1rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 40px;
}

.fleet-stats-modern {
    display: flex;
    gap: 40px;
    margin-top: 20px;
}

.stat-item-modern {
    text-align: left;
}

.stat-number-modern {
    font-size: 2.5rem;
    font-weight: 900;
    color: #9b001d;
    display: block;
    line-height: 1;
}

.stat-label-modern {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 5px;
    font-weight: 500;
}

/* Center Red Section with Image */
.fleet-image-section {
    background: #9b001d;
    position: relative;
    overflow: hidden;
}

.fleet-red-banner {
    position: relative;
    height: 100%;
    width: 100%;
}

.fleet-hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.9;
    transition: transform 0.3s ease;
}

.fleet-image-section:hover .fleet-hero-image {
    transform: scale(1.05);
}

/* Right Options Section */
.fleet-options-section {
    background: #123554;
    padding: 60px 50px;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.fleet-option {
    display: flex;
    align-items: flex-start;
    margin-bottom: 35px;
    padding: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.fleet-option:last-child {
    border-bottom: none;
    margin-bottom: 40px;
}

.fleet-option:hover {
    background: rgba(255, 255, 255, 0.05);
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 10px;
}

.option-letter {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: #9b001d;
    color: white;
    font-size: 1.5rem;
    font-weight: 800;
    border-radius: 10px;
    margin-left: 20px;
    flex-shrink: 0;
    position: relative;
}

.option-letter::after {
    content: '';
    position: absolute;
    width: 60px;
    height: 60px;
    border: 2px solid rgba(155, 0, 29, 0.3);
    border-radius: 10px;
    animation: pulse 2s ease-in-out infinite;
}

.option-content {
    flex: 1;
}

.option-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: white;
    margin-bottom: 8px;
    line-height: 1.3;
}

.option-description {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.5;
    margin-bottom: 8px;
}

.option-specs {
    font-size: 0.9rem;
    color: #9b001d;
    font-weight: 600;
    background: rgba(155, 0, 29, 0.1);
    padding: 5px 12px;
    border-radius: 10px;
    display: inline-block;
}

.fleet-cta-modern {
    text-align: center;
    margin-top: 20px;
}

.fleet-cta-button {
    display: inline-flex;
    align-items: center;
    background: #9b001d;
    color: white;
    padding: 15px 30px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(155, 0, 29, 0.3);
    gap: 10px;
}

.fleet-cta-button:hover {
    background: #7a0017;
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(155, 0, 29, 0.4);
}

.fleet-cta-button .icon {
    width: 20px;
    height: 20px;
    filter: brightness(0) invert(1);
}

/* ========== قسم المزايا ========== */
.advantages-section {
    background: #f8f9fa;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.advantages-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.advantages-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    align-items: center;
    min-height: 600px;
}

.advantages-content {
    background: #123554;
    padding: 60px 50px;
    color: white;
    position: relative;
    min-height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.advantages-content::after {
    content: '';
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 100px solid transparent;
    border-bottom: 100px solid transparent;
    border-left: 60px solid #123554;
    z-index: 3;
}

.advantages-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.1);
    color: white;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 25px;
    letter-spacing: 1px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.advantages-title {
    font-size: 2.8rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
    color: white;
}

.advantages-highlight {
    color: #9b001d;
}

.advantages-description {
    font-size: 1.1rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 35px;
}

.advantages-list {
    list-style: none;
    margin-bottom: 30px;
}

.advantages-list li {
    padding: 12px 0;
    color: rgba(255, 255, 255, 0.95);
    position: relative;
    padding-right: 30px;
    font-size: 1rem;
    line-height: 1.6;
}

.advantages-list li:before {
    content: "";
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%239b001d' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20,6 9,17 4,12'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 0;
    top: 14px;
}

.advantages-cta {
    display: inline-flex;
    align-items: center;
    background: #9b001d;
    color: white;
    padding: 12px 25px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.advantages-cta:hover {
    background: #7a0017;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(155, 0, 29, 0.3);
}

.advantages-image-side {
    position: relative;
    background: #9b001d;
    min-height: 600px;
    overflow: hidden;
}

.advantages-image-container {
    position: absolute;
    top: 30px;
    left: 30px;
    right: 30px;
    bottom: 30px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.advantages-main-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.advantages-image-container:hover .advantages-main-image {
    transform: scale(1.05);
}

.geometric-decoration {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 150px;
    height: 150px;
    background: rgba(255, 255, 255, 0.1);
    clip-path: polygon(0 100%, 100% 100%, 100% 0);
}

.geometric-decoration-2 {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
    background: rgba(255, 255, 255, 0.1);
    clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.floating-quote {
    position: absolute;
    bottom: 40px;
    left: 40px;
    background: rgba(255, 255, 255, 0.95);
    padding: 15px 20px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    max-width: 200px;
}

.quote-text {
    font-size: 0.9rem;
    color: #123554;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 8px;
}

.quote-author {
    font-size: 0.8rem;
    color: #9b001d;
    font-weight: 500;
}

.pattern-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image:
        radial-gradient(circle at 25% 25%, rgba(255, 255, 255, 0.1) 2px, transparent 2px),
        radial-gradient(circle at 75% 75%, rgba(255, 255, 255, 0.1) 2px, transparent 2px);
    background-size: 60px 60px;
    opacity: 0.3;
    pointer-events: none;
}

/* ========== قسم الأسعار ========== */
.pricing-section {
    background: #f8f9fa;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.pricing-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.pricing-header {
    text-align: center;
    margin-bottom: 60px;
    color: #123554;
}

.pricing-title {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 15px;
    color: #123554;
}

.pricing-subtitle {
    font-size: 1.8rem;
    color: #9b001d;
    font-weight: 600;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 50px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.pricing-item {
    position: relative;
    border-radius: 10px;
    padding: 25px 20px;
    transition: all 0.3s ease;
    overflow: hidden;
    min-height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.pricing-item.blue {
    background: #123554;
    color: white;
}

.pricing-item.red {
    background: #9b001d;
    color: white;
}

.pricing-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.pricing-item.large {
    grid-column: span 2;
}

.pricing-item.tall {
    grid-row: span 2;
}

.pricing-service {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.3;
}

.pricing-description {
    font-size: 0.9rem;
    opacity: 0.9;
    margin-bottom: 15px;
    line-height: 1.4;
}

.pricing-price {
    font-size: 1.4rem;
    font-weight: 800;
    color: #ffd700;
}

.pricing-item.red .pricing-price {
    color: #fff;
}

.pricing-note {
    text-align: center;
    margin-top: 40px;
    color: #666;
    font-size: 0.9rem;
}

.pricing-cta-container {
    text-align: center;
    margin-top: 40px;
}

.pricing-cta {
    display: inline-flex;
    align-items: center;
    background: #9b001d;
    color: white;
    padding: 15px 30px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(155, 0, 29, 0.3);
}

.pricing-cta:hover {
    background: #7a0017;
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(155, 0, 29, 0.4);
}

/* ========== قسم كيف يتم نقل العفش ========== */
.process-section {
    background: #f8f9fa;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.process-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.process-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    align-items: stretch;
    min-height: 600px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}

.process-image-side {
    position: relative;
    background: #123554;
    overflow: hidden;
}

.process-image-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.process-main-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.process-image-side:hover .process-main-image {
    transform: scale(1.05);
}

.process-content-side {
    background: #123554;
    color: white;
    padding: 50px 40px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.process-badge {
    display: inline-block;
    background: #9b001d;
    color: white;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 25px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.process-title {
    font-size: 2.8rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 15px;
    color: white;
}

.process-subtitle {
    font-size: 1.3rem;
    color: #9b001d;
    font-weight: 600;
    margin-bottom: 30px;
}

.process-steps {
    list-style: none;
    margin-bottom: 30px;
}

.process-step {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
    padding: 15px 0;
    position: relative;
}

.step-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #9b001d;
    color: white;
    font-size: 1.1rem;
    font-weight: 800;
    border-radius: 50%;
    margin-left: 20px;
    flex-shrink: 0;
    position: relative;
}

.step-number::after {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    border: 2px solid rgba(155, 0, 29, 0.3);
    border-radius: 50%;
    animation: pulse-step 2s ease-in-out infinite;
}

.step-content {
    flex: 1;
}

.step-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: white;
    margin-bottom: 8px;
    line-height: 1.3;
}

.step-description {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.6;
}

.process-stats {
    display: flex;
    gap: 30px;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.process-stat {
    text-align: center;
}

.process-stat-number {
    font-size: 2rem;
    font-weight: 900;
    color: #9b001d;
    display: block;
    line-height: 1;
}

.process-stat-label {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 5px;
    font-weight: 500;
}

.process-decorative-elements {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.process-deco-shape {
    position: absolute;
    border-radius: 10px;
}

.process-deco-red-1 {
    width: 30px;
    height: 80px;
    background: rgba(155, 0, 29, 0.3);
    top: 10%;
    right: 30px;
    animation: float 3s ease-in-out infinite;
}

.process-deco-red-2 {
    width: 60px;
    height: 20px;
    background: rgba(155, 0, 29, 0.3);
    bottom: 20%;
    right: 40px;
    animation: float 3s ease-in-out infinite 1.5s;
}

.process-deco-outline {
    width: 80px;
    height: 80px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    top: 25%;
    right: 60px;
    border-radius: 50%;
    animation: rotate 15s linear infinite;
}

/* ========== قسم مناطق الخدمة ========== */
.service-areas-section {
    background: #123554;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.service-areas-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.service-areas-header {
    text-align: center;
    margin-bottom: 60px;
    color: white;
}

.service-areas-badge {
    display: inline-block;
    background: #9b001d;
    color: white;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 25px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.service-areas-title {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 15px;
    color: white;
}

.service-areas-subtitle {
    font-size: 1.8rem;
    color: #9b001d;
    font-weight: 600;
    margin-bottom: 20px;
}

.service-areas-description {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.7;
    max-width: 600px;
    margin: 0 auto;
}

.service-areas-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
    margin-top: 50px;
}

.service-area-item {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 25px 20px;
    text-align: center;
    position: relative;
    transition: all 0.3s ease;
    overflow: hidden;
}

.service-area-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #9b001d, #7a0017);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.service-area-item:hover {
    transform: translateY(-8px);
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.service-area-item:hover::before {
    transform: scaleX(1);
}

.service-area-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #9b001d, #7a0017);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    position: relative;
    transition: all 0.3s ease;
}

.service-area-icon .icon {
    width: 28px;
    height: 28px;
    filter: brightness(0) invert(1);
}

.service-area-icon::after {
    content: '';
    position: absolute;
    width: 70px;
    height: 70px;
    border: 2px solid rgba(155, 0, 29, 0.3);
    border-radius: 50%;
    animation: pulse-area 2s ease-in-out infinite;
}

.service-area-item:hover .service-area-icon {
    transform: scale(1.1);
}

.service-area-name {
    font-size: 1.3rem;
    font-weight: 700;
    color: white;
    margin-bottom: 10px;
    line-height: 1.3;
}

.service-area-description {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.5;
    margin-bottom: 15px;
}

.service-area-status {
    display: inline-flex;
    align-items: center;
    background: rgba(40, 167, 69, 0.2);
    color: #28a745;
    padding: 5px 12px;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: 600;
}

.service-area-status::before {
    content: "";
    width: 14px;
    height: 14px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2328a745' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20,6 9,17 4,12'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 5px;
}

.service-areas-cta {
    text-align: center;
    margin-top: 50px;
}

.service-areas-button {
    display: inline-flex;
    align-items: center;
    background: #9b001d;
    color: white;
    padding: 15px 30px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(155, 0, 29, 0.3);
}

.service-areas-button:hover {
    background: #7a0017;
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(155, 0, 29, 0.4);
}

.service-areas-bg-decoration {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.03;
    background-image:
        radial-gradient(circle at 25% 25%, #9b001d 2px, transparent 2px),
        radial-gradient(circle at 75% 75%, #9b001d 2px, transparent 2px);
    background-size: 80px 80px;
    animation: float 25s ease-in-out infinite;
}

.main-city {
    background: rgba(155, 0, 29, 0.1);
    border: 2px solid rgba(155, 0, 29, 0.3);
}

.main-city .service-area-name {
    color: #9b001d;
    font-size: 1.4rem;
}

.main-city .service-area-icon {
    background: linear-gradient(135deg, #fff, #f8f9fa);
    color: #9b001d;
    transform: scale(1.1);
}

.main-city .service-area-icon .icon {
    filter: none;
}

/* ========== آراء العملاء ========== */
.testimonials-section {
    background: #2a4d68;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.testimonials-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.testimonials-header {
    text-align: center;
    margin-bottom: 60px;
    color: white;
}

.testimonials-badge {
    display: inline-block;
    background: #9b001d;
    color: white;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 25px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.testimonials-title {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 15px;
    color: white;
}

.testimonials-subtitle {
    font-size: 1.8rem;
    color: #9b001d;
    font-weight: 600;
    margin-bottom: 20px;
}

.testimonials-description {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.7;
    max-width: 600px;
    margin: 0 auto;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 25px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.testimonial-item {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 30px 25px;
    position: relative;
    transition: all 0.3s ease;
    overflow: hidden;
}

.testimonial-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #9b001d, #7a0017);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.testimonial-item:hover {
    transform: translateY(-8px);
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.testimonial-item:hover::before {
    transform: scaleX(1);
}

.testimonial-item.featured {
    background: rgba(155, 0, 29, 0.1);
    border: 2px solid rgba(155, 0, 29, 0.3);
    transform: scale(1.02);
}

.testimonial-item.featured::before {
    transform: scaleX(1);
}

.testimonial-content {
    color: white;
}

.stars-rating {
    margin-bottom: 20px;
    font-size: 1.2rem;
}

.star {
    width: 20px;
    height: 20px;
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ffd700' stroke='%23ffd700' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolygon points='12,2 15.09,8.26 22,9.27 17,14.14 18.18,21.02 12,17.77 5.82,21.02 7,14.14 2,9.27 8.91,8.26'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 2px;
}

.testimonial-text {
    font-size: 1rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 25px;
    font-style: italic;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 15px;
}

.author-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #9b001d;
    flex-shrink: 0;
}

.author-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.author-info {
    flex: 1;
}

.author-name {
    font-size: 1.1rem;
    font-weight: 700;
    color: white;
    margin-bottom: 5px;
}

.author-location {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

.testimonials-stats {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.stat-box {
    text-align: center;
    color: white;
}

.stat-box .stat-number {
    font-size: 2.5rem;
    font-weight: 900;
    color: #9b001d;
    display: block;
    line-height: 1;
    margin-bottom: 8px;
}

.stat-box .stat-label {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 5px;
}

.stat-box .stat-sublabel {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.7);
}

/* ========== قسم التواصل المصغر ========== */
.contact-section {
    background: #123554;
    padding: 40px 0;
    position: relative;
    overflow: hidden;
}

.contact-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.contact-compact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.contact-info-compact {
    color: white;
}

.contact-title-compact {
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 15px;
    color: white;
}

.contact-subtitle-compact {
    font-size: 1.2rem;
    color: #9b001d;
    font-weight: 600;
    margin-bottom: 20px;
}

.contact-methods-compact {
    display: flex;
    gap: 20px;
    margin-bottom: 25px;
}

.contact-method-compact {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 15px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    transition: all 0.3s ease;
    flex: 1;
    text-align: center;
}

.contact-method-compact:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-3px);
}

.method-icon-compact {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    position: relative;
}

.phone-method-compact {
    background: linear-gradient(135deg, #28a745, #20c997);
}

.whatsapp-method-compact {
    background: linear-gradient(135deg, #25d366, #128c7e);
}

.method-icon-compact .icon {
    width: 20px;
    height: 20px;
    filter: brightness(0) invert(1);
}

.method-title-compact {
    font-size: 1rem;
    font-weight: 700;
    color: white;
    margin-bottom: 5px;
}

.method-value-compact {
    font-size: 0.95rem;
    color: #9b001d;
    font-weight: 600;
}

.method-value-compact a {
    color: #9b001d;
    text-decoration: none;
    transition: color 0.3s ease;
}

.method-value-compact a:hover {
    color: #fff;
}

.contact-cta-compact {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.contact-button-compact {
    display: inline-flex;
    align-items: center;
    padding: 12px 25px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    gap: 8px;
    flex: 1;
    justify-content: center;
}

.contact-button-compact.primary {
    background: #9b001d;
    color: white;
}

.contact-button-compact.secondary {
    background: rgba(255, 255, 255, 0.1);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.contact-button-compact:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.contact-button-compact.primary:hover {
    background: #7a0017;
}

.contact-button-compact.secondary:hover {
    background: rgba(255, 255, 255, 0.2);
}

.contact-button-compact .icon {
    width: 16px;
    height: 16px;
    filter: brightness(0) invert(1);
}

.contact-image-compact {
    position: relative;
}

.contact-image-container-compact {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.contact-main-image-compact {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.contact-image-container-compact:hover .contact-main-image-compact {
    transform: scale(1.05);
}

.emergency-overlay {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    background: rgba(155, 0, 29, 0.95);
    color: white;
    padding: 15px 20px;
    border-radius: 10px;
    text-align: center;
    backdrop-filter: blur(10px);
}

.emergency-title-compact {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 8px;
}

.emergency-button-compact {
    display: inline-flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.2);
    color: white;
    padding: 8px 15px;
    border-radius: 20px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    gap: 5px;
}

.emergency-button-compact:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.05);
}

.emergency-button-compact .icon {
    width: 14px;
    height: 14px;
    filter: brightness(0) invert(1);
}

/* ========== الانيميشن ========== */
@keyframes pulse-area {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.7;
    }
}

@keyframes pulse-step {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.7;
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.7;
    }
}

@keyframes pulse-button {
    0%, 100% {
        box-shadow: 0 0 0 0 rgba(155, 0, 29, 0.7);
    }
    50% {
        box-shadow: 0 0 0 10px rgba(155, 0, 29, 0);
    }
}

/* ========== Responsive Design ========== */
@media (max-width: 768px) {
    .hero-container, .about-grid {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 20px;
        text-align: center;
    }

    .hero-title, .main-title {
        font-size: 2.5rem;
    }

    .hero-subtitle, .subtitle {
        font-size: 1.1rem;
    }

    .hero-description, .description {
        font-size: 1rem;
    }

    .main-hero-image {
        height: 350px;
    }

    .stats-container {
        justify-content: center;
        gap: 30px;
    }

    .red-accent {
        display: none;
    }

    .container {
        padding: 0 15px;
    }

    /* Services responsive */
    .services-title {
        font-size: 2.5rem;
    }

    .services-subtitle {
        font-size: 1.4rem;
    }

    .services-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .service-item {
        padding: 25px 20px;
    }

    .services-side-accent {
        width: 60px;
    }

    .services-side-accent::after {
        border-left-width: 30px;
        border-top-width: 100px;
        border-bottom-width: 100px;
    }

    /* Fleet modern responsive */
    .fleet-section {
        padding: 60px 0;
    }

    .fleet-container {
        padding: 0 15px;
    }

    .fleet-modern-grid {
        grid-template-columns: 1fr;
        gap: 0;
        min-height: auto;
    }

    .fleet-content-section {
        padding: 40px 30px;
        order: 1;
    }

    .fleet-image-section {
        min-height: 300px;
        order: 2;
    }

    .fleet-options-section {
        padding: 40px 30px;
        order: 3;
    }

    .fleet-intro-title,
    .fleet-intro-subtitle {
        font-size: 2rem;
    }

    .fleet-intro-description {
        font-size: 1rem;
    }

    .fleet-stats-modern {
        justify-content: center;
        gap: 30px;
    }

    .fleet-option {
        margin-bottom: 25px;
        padding: 15px 0;
    }

    .option-letter {
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
        margin-left: 15px;
    }

    .option-title {
        font-size: 1.1rem;
    }

    .option-description {
        font-size: 0.85rem;
    }

    .option-specs {
        font-size: 0.8rem;
    }

    .fleet-hero-image {
        height: 300px;
    }

    /* Advantages responsive */
    .advantages-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .advantages-content {
        padding: 40px 30px;
        min-height: auto;
        order: 2;
    }

    .advantages-content::after {
        display: none;
    }

    .advantages-image-side {
        min-height: 400px;
        order: 1;
    }

    .advantages-title {
        font-size: 2.2rem;
    }

    .floating-quote {
        display: none;
    }

    /* Pricing responsive */
    .pricing-title {
        font-size: 2.5rem;
    }

    .pricing-subtitle {
        font-size: 1.4rem;
    }

    .pricing-grid {
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }

    .pricing-item.large {
        grid-column: span 1;
    }

    .pricing-item.tall {
        grid-row: span 1;
    }

    .pricing-item {
        padding: 20px 15px;
        min-height: 130px;
    }

    .pricing-service {
        font-size: 1rem;
    }

    .pricing-description {
        font-size: 0.85rem;
    }

    .pricing-price {
        font-size: 1.2rem;
    }

    /* Process responsive */
    .process-title {
        font-size: 2.2rem;
    }

    .process-subtitle {
        font-size: 1.1rem;
    }

    .process-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .process-content-side {
        padding: 40px 30px;
        order: 2;
    }

    .process-image-side {
        min-height: 300px;
        order: 1;
    }

    .process-stats {
        justify-content: center;
        gap: 20px;
    }

    .process-step {
        margin-bottom: 20px;
    }

    .step-number {
        width: 35px;
        height: 35px;
        font-size: 1rem;
        margin-left: 15px;
    }

    .step-title {
        font-size: 1.1rem;
    }

    .step-description {
        font-size: 0.9rem;
    }

    /* Service Areas responsive */
    .service-areas-title {
        font-size: 2.5rem;
    }

    .service-areas-subtitle {
        font-size: 1.4rem;
    }

    .service-areas-grid {
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
        gap: 20px;
    }

    .service-area-item {
        padding: 20px 15px;
    }

    .service-area-icon {
        width: 50px;
        height: 50px;
        font-size: 1.3rem;
    }

    .service-area-name {
        font-size: 1.2rem;
    }

    .service-area-description {
        font-size: 0.85rem;
    }

    /* Testimonials responsive */
    .testimonials-title {
        font-size: 2.5rem;
    }

    .testimonials-subtitle {
        font-size: 1.4rem;
    }

    .testimonials-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .testimonial-item {
        padding: 25px 20px;
    }

    .testimonials-stats {
        flex-direction: column;
        gap: 25px;
    }

    .stat-box .stat-number {
        font-size: 2rem;
    }

    /* Contact compact responsive */
    .contact-compact-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .contact-title-compact {
        font-size: 2rem;
    }

    .contact-subtitle-compact {
        font-size: 1rem;
    }

    .contact-methods-compact {
        flex-direction: column;
        gap: 15px;
    }

    .contact-cta-compact {
        flex-direction: column;
    }

    .contact-main-image-compact {
        height: 200px;
    }
}

@media (max-width: 480px) {
    .hero-title, .main-title {
        font-size: 2rem;
    }

    .hero-container {
        padding: 15px;
    }

    .stats-container {
        flex-direction: column;
        gap: 20px;
    }

    .about-section {
        padding: 60px 0;
    }

    /* Services mobile */
    .services-section {
        padding: 60px 0;
    }

    .services-title {
        font-size: 2rem;
    }

    .services-subtitle {
        font-size: 1.2rem;
    }

    .services-container {
        padding: 0 15px;
    }

    .service-item {
        padding: 20px 15px;
    }

    .service-title {
        font-size: 1.2rem;
    }

    .services-side-accent {
        width: 40px;
    }

    .services-side-accent::after {
        display: none;
    }

    /* Fleet modern mobile */
    .fleet-section {
        padding: 60px 0;
    }

    .fleet-container {
        padding: 0 15px;
    }

    .fleet-modern-grid {
        grid-template-columns: 1fr;
        border-radius: 15px;
    }

    .fleet-content-section {
        padding: 30px 20px;
        order: 1;
    }

    .fleet-image-section {
        min-height: 250px;
        order: 2;
    }

    .fleet-options-section {
        padding: 30px 20px;
        order: 3;
    }

    .fleet-intro-title,
    .fleet-intro-subtitle {
        font-size: 1.8rem;
    }

    .fleet-intro-description {
        font-size: 0.95rem;
    }

    .fleet-stats-modern {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }

    .fleet-option {
        margin-bottom: 20px;
        padding: 12px 0;
    }

    .option-letter {
        width: 35px;
        height: 35px;
        font-size: 1rem;
        margin-left: 12px;
    }

    .option-title {
        font-size: 1rem;
    }

    .option-description {
        font-size: 0.8rem;
    }

    .option-specs {
        font-size: 0.75rem;
        padding: 4px 8px;
    }

    .fleet-hero-image {
        height: 250px;
    }

    .fleet-cta-button {
        font-size: 1rem;
        padding: 12px 25px;
    }

    /* Advantages mobile */
    .advantages-section {
        padding: 60px 0;
    }

    .advantages-container {
        padding: 0 15px;
    }

    .advantages-content {
        padding: 30px 20px;
    }

    .advantages-title {
        font-size: 1.8rem;
    }

    .advantages-image-side {
        min-height: 300px;
    }

    .advantages-image-container {
        top: 20px;
        left: 20px;
        right: 20px;
        bottom: 20px;
    }

    /* Pricing mobile */
    .pricing-section {
        padding: 60px 0;
    }

    .pricing-title {
        font-size: 2rem;
    }

    .pricing-subtitle {
        font-size: 1.2rem;
    }

    .pricing-container {
        padding: 0 15px;
    }

    .pricing-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .pricing-item.large {
        grid-column: span 1;
    }

    .pricing-item.tall {
        grid-row: span 1;
    }

    .pricing-item {
        padding: 20px 15px;
        min-height: 120px;
    }

    .pricing-service {
        font-size: 0.95rem;
    }

    .pricing-description {
        font-size: 0.8rem;
    }

    .pricing-price {
        font-size: 1.1rem;
    }

    /* Process mobile */
    .process-section {
        padding: 60px 0;
    }

    .process-container {
        padding: 0 15px;
    }

    .process-title {
        font-size: 1.8rem;
    }

    .process-subtitle {
        font-size: 1rem;
    }

    .process-content-side {
        padding: 30px 20px;
    }

    .process-image-side {
        min-height: 250px;
    }

    .process-stats {
        flex-direction: column;
        gap: 15px;
    }

    .step-number {
        width: 30px;
        height: 30px;
        font-size: 0.9rem;
        margin-left: 12px;
    }

    .step-title {
        font-size: 1rem;
    }

    .step-description {
        font-size: 0.85rem;
    }

    .process-step {
        margin-bottom: 15px;
        padding: 10px 0;
    }

    /* Service Areas mobile */
    .service-areas-section {
        padding: 60px 0;
    }

    .service-areas-container {
        padding: 0 15px;
    }

    .service-areas-title {
        font-size: 2rem;
    }

    .service-areas-subtitle {
        font-size: 1.2rem;
    }

    .service-areas-description {
        font-size: 1rem;
    }

    .service-areas-grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 15px;
    }

    .service-area-item {
        padding: 20px 15px;
    }

    .service-area-icon {
        width: 45px;
        height: 45px;
        font-size: 1.2rem;
    }

    .service-area-name {
        font-size: 1.1rem;
    }

    .service-area-description {
        font-size: 0.8rem;
    }

    .service-area-status {
        font-size: 0.75rem;
        padding: 4px 10px;
    }

    /* Testimonials mobile */
    .testimonials-section {
        padding: 60px 0;
    }

    .testimonials-container {
        padding: 0 15px;
    }

    .testimonials-title {
        font-size: 2rem;
    }

    .testimonials-subtitle {
        font-size: 1.2rem;
    }

    .testimonials-description {
        font-size: 1rem;
    }

    .testimonials-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .testimonial-item {
        padding: 20px 15px;
    }

    .testimonial-text {
        font-size: 0.9rem;
    }

    .author-name {
        font-size: 1rem;
    }

    .author-location {
        font-size: 0.85rem;
    }

    .author-avatar {
        width: 40px;
        height: 40px;
    }

    .testimonials-stats {
        flex-direction: column;
        gap: 20px;
    }

    .stat-box .stat-number {
        font-size: 1.8rem;
    }

    .stat-box .stat-label {
        font-size: 0.9rem;
    }

    .stat-box .stat-sublabel {
        font-size: 0.8rem;
    }

    /* Contact compact mobile */
    .contact-section {
        padding: 30px 0;
    }

    .contact-container {
        padding: 0 15px;
    }

    .contact-title-compact {
        font-size: 1.8rem;
    }

    .contact-subtitle-compact {
        font-size: 0.95rem;
    }

    .contact-methods-compact {
        gap: 12px;
    }

    .contact-method-compact {
        padding: 15px 10px;
    }

    .method-icon-compact {
        width: 40px;
        height: 40px;
    }

    .method-title-compact {
        font-size: 0.9rem;
    }

    .method-value-compact {
        font-size: 0.85rem;
    }

    .contact-button-compact {
        font-size: 0.9rem;
        padding: 10px 20px;
    }

    .contact-main-image-compact {
        height: 180px;
    }

    .emergency-title-compact {
        font-size: 0.9rem;
    }

    .emergency-button-compact {
        font-size: 0.8rem;
        padding: 6px 12px;
    }
}