@import url('https://fonts.googleapis.com/css2?family=Baloo+Bhaijaan+2:wght@400..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cairo+Play:wght@200..1000&family=IBM+Plex+Sans+Arabic:wght@100;200;300;400;500;600;700&family=Mirza:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;600;700;900&display=swap');

body {
    padding-top: 60px;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    font-family: 'Cairo', 'IBM Plex Sans Arabic', sans-serif;
}

html, body {
    overflow-x: hidden; /* يمنع التحريك يمين/يسار */
}

.Navbar-Coler {
    background: linear-gradient(135deg,#2DB3F2, #172033);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.font-f {
    font-family: Cairo;
    font-size: 17px;
    color: #c9ced0;
}

#img-brand {
    width: 35px;
    height: 35px;
}

.navitem {
    color: #c9ced0;
    transition: all 0.3s ease-in-out;
}

    .navitem:hover {
        color: #ffffff;
    }
    .mid{

    }


.a-link {
    font-size: 24px;
}
/*hero*/
#home {
    color: #fff;
}

.hero-titel {
    font-size: 55px;
    font-weight: 900;
}

.hero-itme {
    font-size: 24px;
    padding-top: 20px;
    color: #c9ced0;
}

.hero-buttons {
    animation: fadeInUp 1s ease-out 0.4s both;
}

.hero-link1 {
    color: #fff;
    font-weight: 600;
    border: none;
    padding: 12px 30px;
    border-radius: 50px;
    text-decoration: none;
    background: #2DB3F2;
    margin-bottom: 25px;
    display: inline-block;
    transition: all 0.3s ease;
}

    .hero-link1:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 25px rgba(45, 179, 242, 0.3);
        color: #fff;
    }

    .hero-link1 .card-body {
        background: rgb(184, 27, 27)
    }



.btn-outline-custom {
    border: 2px solid #fff;
    color: #ffffff;
    padding: 10px 30px;
    border-radius: 50px;
    transition: all 0.3s ease;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    margin: 15px;
    background-color: transparent;
}

    .btn-outline-custom:hover {
        background: #fff;
        color: #2DB3F2;
        transform: translateY(-3px);
        box-shadow: 0 10px 25px rgba(255, 255, 255, 0.2);
    }




.section-title {
    font-size: 38px;
    font-weight: 700;
    color: #172033;
    margin-bottom: 24px;
    position: relative;
    margin-top: 55px;
    text-align: center;
}

.hero-section {
    background: linear-gradient(135deg,#2DB3F2, #172033);
    color: #fff;
    min-height: 60vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    right: 50%;
    transform: translateX(50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(45deg, #2DB3F2, #172033 );
    border-radius: 2px;
}


.bg-section {
    background-color: #f8f9fa;
}

.section-padding {
    padding: 100px 0;
}

.about {
    font-size: 1.1rem;
    line-height: 2;
    color: #6c757d;
}

.bg-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg,#2DB3F2, #172033);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    color: #ffffff;
    font-size: 32px;
    transition: all 3s ease;
}
/*    .bg-icon:hover {
        background: linear-gradient(135deg, #172033,#2DB3F2);
    }
*/
.card-custom {
    border-radius: 20px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    height: 100%;
    transition: all 0.3s ease;
}

    .card-custom:hover {
        transform: translateY(-10px);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    }

    .card-custom .card-title {
        font-size: 24px;
        font-weight: 700;
        color: #172033;
        margin-bottom: 16px;
    }





    .card-custom .card-text {
        color: #6c757d;
        font-size: 17px;
        line-height: 1.8;
    }



#upButton {
    display: none;
    position: fixed;
    bottom: 60px;
    left: 30px;
    color: white;
    padding: 12px 16px;
    font-size: 22px;
    border: none;
    background: #2DB3F2;
    box-shadow: 0 4px 12px rgba(0,0,0,0.25);
    opacity: 1;
    cursor: pointer;
    border-radius: 50%;
    transition: all 0.3s ease;
}

    #upButton:hover {
        background: #172033;
        transform: translateY(-3px);
        color: #fff;
    }


.footer-index {
    background: #000;
    position: fixed;
    bottom: 0;
    width: 100%;
}

.contact-form {
    background: #fff;
    padding: 3rem;
    border-radius: 20px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.contact-info {
    background: linear-gradient(135deg, #2DB3F2, #172033);
    color: #fff;
    padding: 3rem;
    border-radius: 20px;
    height: 100%;
}

.contact-info-item {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
}

    .contact-info-item i {
        font-size: 24px;
        margin-left: 16px;
        width: 40px;
        text-align: center;
    }


.btn-st {
    border: 2px solid #fff;
    border-radius: 50px;
    color: #fff;
}



.accordion-custom .accordion-item {
    border: none;
    margin-bottom: 16px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.accordion-custom .accordion-header button {
    background: linear-gradient(135deg, #2DB3F2, #172033);
    color: #fff;
    font-weight: 600;
    border: none;
    padding: 24px;
}

.accordion-custom .accordion-body {
    padding: 32px;
    background: #f8f9fa;
}



.accordion-button::after {
    margin-left: 0;
    margin-right: auto;
}

.map-st {
    height: 300px;
    background: linear-gradient(135deg,#E8F6FF, #2DB3F2);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}


.map-icon {
    font-size: 4rem;
    color: #172033;
    margin-bottom: 1rem;
}



.footer-titel {
    font-size: 24px;
}

.icon-foter1 {
    font-weight: 600;
    color: #2DB3F2;
    /*    background: linear-gradient(135deg, #172033,#2DB3F2 );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;*/
}



.social-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: all 0.3s ease;
    text-decoration: none;
}

    .social-icon:hover {
        background: #2DB3F2;
        color: #fff;
        transform: translateY(-5px);
        box-shadow: 0 5px 15px rgba(45, 179, 242, 0.3);
    }

.footer-social {
    display: flex;
}

.footer-links a {
    color: #b0b0b0;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    position: relative;

}

.footer-links div {
    color: #b0b0b0;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    position: relative;
    display:block;

}

    .footer-links a::before {
     
        font-weight: 900;
     
        transform: translateY(-50%);
        font-size: 0.7rem;
        color: #2DB3F2;
        transition: transform 0.3s ease;
    }

    .footer-links div::before {
     
        font-weight: 900;
     
        transform: translateY(-50%);
        font-size: 0.7rem;
        color: #2DB3F2;
        transition: transform 0.3s ease;
    }

    .footer-links a:hover {
        color: #2DB3F2;
        transform: translateX(-5px);
    }

        .footer-links a:hover::before {
            transform: translate(3px, -50%);
        }
    .footer-links div:hover {
        color: #2DB3F2;
        transform: translateX(-5px);
    }

        .footer-links div:hover::before {
            transform: translate(3px, -50%);
        }
.color-itme {
    color: #2DB3F2;
    font-weight: 700;
    font-size:18px;
}

.st-h {
    font-size: 20px;
    font-weight: 700;
}





.ler {
    background: linear-gradient(135deg,#2DB3F2, #000);
}


