:root{--primary-color:#224D9B;--secondary-color:#CC0033;--background-color:#FFF5F5;--navbar-background:#F8F9FA;--navbar-text:#2C2C2C;--section-background:#FFFFFF;--section-divider:#ECECEC;--text-color:#2E2E2E;--text-muted:#9B9B9B;--button-primary:#F6303E;--button-hover:#C82333}body{direction:rtl;font-family:Almarai,sans-serif;background-color:#f8f9fa;margin:0;padding-top:80px}.icon{width:60px;height:60px}.navbar{background-color:var(--navbar-background);box-shadow:0 4px 6px rgba(0,0,0,.1)}.navbar-fixed{position:fixed;top:0;left:0;right:0;z-index:9999;width: 100%;}.nav-link{color:var(--navbar-text);font-weight:700;margin-right:10px;transition:color .3s;position:relative}.hero-content h1,.nav-link:hover{color:red;}.dropdown-item,.hero-content h3,.hero-content p{color:white;}.nav-link::after{content:'';position:absolute;left:0;bottom:-5px;width:0;height:2px;background-color:var(--primary-color);transition:width .3s ease-in-out}.nav-link:hover::after{width:100%}.menu-toggler{background-color:transparent;border:none}.nav-item.dropdown .nav-link{display:flex;align-items:center;gap:5px}.nav-item.dropdown .nav-link::after{content:none}.nav-item.dropdown:hover .dropdown-menu{display:block;opacity:1;visibility:visible;transform:translateY(0)}.dropdown-menu{display:none;opacity:0;visibility:hidden;transform:translateY(-20px) scale(.9);background:linear-gradient(135deg,var(--section-background),#fff9f9);border-radius:15px;box-shadow:0 12px 24px rgba(0,0,0,.15);padding:25px 30px;min-width:250px;border:1px solid var(--section-divider);transition:.5s cubic-bezier(.25, 1, .5, 1);z-index:1000}.btn-call,.oval-box{box-shadow:0 4px 6px rgba(0,0,0,.1)}.btn-call,.dropdown-item{transition:.3s ease-in-out;cursor:pointer}.dropdown-item{padding:15px 20px;font-size:1rem;font-weight:500;border-radius:5px;position:relative;z-index:1000;text-align:right}.btn-call,.btn-call:hover,.dropdown-item:hover{color:var(--section-background)}.dropdown-item:not(:last-child)::after{content:'';position:absolute;left:0;bottom:0;width:100%;height:1px;background-color:var(--section-divider)}.btn-call,.navbar-toggler{transition:transform .3s ease-in-out}.nav-link:hover{transform:scale(1.05)}.btn-call{font-size:1.2rem;padding:10px 20px;background-color:#fff;color:var(--primary-color);border-radius:50px;box-shadow:0 4px 8px rgba(0,0,0,.2)}.btn-call:hover{color:#fff;transform:translateY(-5px)}.btn:hover{transform:scale(1.1);transition:transform .3s}

.active{
    color: black !important;
}

@media (max-width: 768px) {
    footer .col-md-4 {
        text-align: center;
    }
}
.carousel-item {
    position: relative;
}

.carousel-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 10;
}

/* تحسين مظهر النص */
.carousel-caption p {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 300;
}

.carousel-caption h1 {
    font-size: 48px;
    margin-bottom: 20px;
    font-weight: 700;
    letter-spacing: 2px;
}

.carousel-caption h3 {
    font-size: 24px;
    font-weight: 400;
}

/* التأكد من أن النص يكون داخل الـ Carousel بشكل مناسب في شاشات صغيرة */
@media (max-width: 768px) {
    .carousel-caption p {
        font-size: 16px;
    }

    .carousel-caption h1 {
        font-size: 36px;
    }

    .carousel-caption h3 {
        font-size: 18px;
    }

}
footer{
    text-align: right !important;
}
footer h5 {
    font-weight: bold;
}

footer a {
    transition: color 0.3s ease;
}

footer a:hover {
    color: #ffcc00;
}
.text-justify {
    text-align: justify;
}
.service-icon {
    font-size: 2.5rem;
    color: #0d6efd;
    margin-bottom: 15px;
}
.feature-box {
    background: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    transition: transform 0.3s, box-shadow 0.3s;
}
.feature-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 16px rgba(0,0,0,0.2);
}
.cta-section {
    background: #0d6efd;
    color: #ffffff;
    padding: 40px 20px;
    border-radius: 10px;
    text-align: center;
}
.cta-section h2 {
    font-size: 2rem;
    margin-bottom: 20px;
}
.cta-section a {
    color: #ffffff;
    text-decoration: underline;
}
 /* تصميم أزرار الأسئلة */
 .faq-button {
    width: 100%;
    text-align: right;
    padding: 20px 25px;
    border: none;
    outline: none;
    background-color: #ffffff;
    border-radius: 10px;
    margin-bottom: 15px;
    font-size: 1.2rem;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    transition: background-color 0.3s, box-shadow 0.3s, transform 0.3s;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.faq-button:hover {
    background-color: #f0f0f0;
    box-shadow: 0 8px 12px rgba(0,0,0,0.2);
    transform: translateY(-2px);
}

/* الأيقونات داخل الأزرار */
.faq-button .icon {
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5rem;
    transition: transform 0.3s;
}

/* تصميم الإجابات */
.faq-answer {
    display: none;
    padding: 20px 25px;
    background-color: #f9f9f9;
    border-left: 4px solid #0d6efd;
    border-radius: 0 10px 10px 0;
    margin-bottom: 15px;
    animation: fadeIn 0.5s ease-in-out;
}

/* تأثيرات عند ظهور الإجابة */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}

/* قسم الأسئلة الشائعة */
.faq-section {
    padding: 60px 0;
    background-color: #eef2f5;
}

.faq-container {
    max-width: 900px;
    margin: 0 auto;
}

/* دعوة لاتخاذ إجراء */
.cta-box {
    text-align: center;
    padding: 40px 30px;
    background-color: #0d6efd;
    color: #ffffff;
    border-radius: 15px;
    margin-top: 40px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
    animation: fadeInUp 1s ease-in-out;
}

.cta-box h2 {
    margin-bottom: 20px;
    font-size: 2.5rem;
    font-weight: 700;
}

.cta-box p {
    font-size: 1.2rem;
    margin-bottom: 25px;
}

.cta-box a {
    color: #ffffff;
    text-decoration: none;
    background-color: #ffffff;
    color: #0d6efd;
    padding: 12px 25px;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 600;
    transition: background-color 0.3s, color 0.3s;
}

.cta-box a:hover {
    background-color: #0a58ca;
    color: #ffffff;
}

/* تأثيرات دعوة لاتخاذ إجراء */
@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

/* تحسين الأيقونات عند الفتح */
.faq-button.open .icon {
    transform: translateY(-50%) rotate(45deg);
}
.hero {
    position: relative;
    height: 70vh;
    background: url('../../imgs/Cover-6.webp') center center/cover no-repeat;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
}

h1 {
    font-size: 3rem;
    font-weight: bold;
}

@media (max-width: 768px) {
    h1 {
        font-size: 2rem;
    }
}