
body {
    font-family: 'Cairo', sans-serif;
}


h1, .navbar-brand, .fw-bold {
    font-family: 'Cairo', sans-serif;
    font-weight: 700;
}
.custom-link {
    color: #3fa5a0 !important; /* اللون التركواز بتاع اللوجو */
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); /* حركة ناعمة جداً */
    position: relative;
    padding: 8px 15px !important;
}

/* تأثير عند الوقوف على اللينك أو لما يكون فعال */
.custom-link:hover, 
.custom-link.active {
    color: #ffffff !important; 
    transform: scale(1.1); /* تكبير بسيط */
}

.custom-link::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 50%;
    background-color: #3fa5a0;
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.custom-link:hover::after {
    width: 70%; 
}

@media (max-width: 991px) {
    .custom-link {
        padding: 12px !important;
        display: block;
    }
}















    /* /////////////////////////////////////////// */
    .values{
        background-color: black !important;
        padding-bottom: 50px;
    }
    .transition-hover:hover {
        transform: translateY(-10px);
        background-color: #3fa5a0 !important; /* اللون اللبني اللي اخترته */
        transition: 0.3s ease;
        box-shadow: 0 10px 20px rgba(0,0,0,0.1) !important;
}
    /* VALUES Style ***************************/


    /* //////////////////////////////////////////////////////////// */
    .mission-section {
    clip-path: inset(0 0 0 0); /* ضروري لعمل تأثير التغطية */
}

.mission-bg {
    position: fixed; /* يخلي الصورة ثابتة في مكانها */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.shadow-overlay::before {
    content: "";
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.4), rgba(0, 34, 68, 0.8));
    z-index: 2;
}

.z-3 { z-index: 3; }
/* Message Style *****//*/**//*//**//**//*/* */

.service-box {
    transition: all 0.4s ease;
    cursor: pointer;
}

.service-box:hover {
    background-color: #000000 !important; 
      z-index: 5;
    box-shadow: inset 0 0 0 2px #808080;
}

.service-box:hover h4, 
.service-box:hover .service-number, 
.service-box:hover li {
    color: #ffffff !important;
}

.service-number {
    font-size: 1.5rem;
    font-weight: 800;
    color: #808080; 
    opacity: 0.5;
}

.service-box:hover .border-start {
    border-color: #e0e8f0 !important; 
}


/* ///////////////////////////////////////////////// */

.feature-card {
    border: 1px solid transparent;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.feature-card:hover {
    transform: translateY(-10px);
    border-color: #808080;
    box-shadow: 0 15px 30px rgba(0, 34, 68, 0.1) !important;
}

.feature-card:hover .icon-box {
    background-color: #002244 !important;
    transition: 0.3s;
}

.feature-card:hover i {
    color: #ffffff !important;
}

/* ///////////////////////////////////////////// */

/* ///////////////////////////////////////Footer //////// */
.footer-link {
    color: #cccccc;
    transition: 0.3s;
    font-size: 0.9rem;
}
.footer-link:hover {
    color: #ffffff;
    padding-right: 5px;
}
.hover-social {
    transition: 0.3s;
    display: inline-block;
    
}
.hover-social:hover {
    transform: translateY(-5px);
    color: #808080 !important;
}
