@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Courgette&display=swap');

:root{
    --primary-color: #0a6cb5;
    --primary-dark-color: #063c6a;
    --accent-color: #fcb825;
    --third-color: #daaf60;
    --fourth-color: #65a3d4;
    --text-color: #051a2d;
    --bg-color: #dbe9f4;
    --white-color: #ffffff;
    --black-color: #000200;
    --arabic-font: "Tajawal", sans-serif;
    --Poppins-font: "Poppins", serif;
    --cervy-font: "Courgette", cursive;
    --transition: all 0.3s ease-in-out;
    --border-color: rgb(238, 238, 238);
    --border-radius: 10px;
}
*{
    font-family: var(--Poppins-font);
}
/* body , main{
    overflow: hidden;
    height: ;
} */

section{
    position: relative;
    overflow: hidden;
}


a{
    text-decoration: none !important;
}
button{
    outline: none !important;
}
ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.btn_up{
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: var(--accent-color);
    color: var(--white-color);
    border: none;
    border-radius: var(--border-radius);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: var(--transition);
    opacity: 0;
    visibility: hidden;
    z-index: 9999999;
}
.btn_up.show{
    opacity: 1;
    visibility: visible;
    z-index: 999999;
}
.btn_whatsApp_chat{
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9999999;
    background: #25d366;
    color: var(--white-color);
    border: none;
    border-radius: var(--border-radius);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: var(--transition);
    font-size: 30px;
}
.btn_whatsApp_chat:hover{
    color: var(--white-color);
}
.btn_whatsApp_chat:focus{
    box-shadow: 0 0 0 4px rgba(252, 184, 37, 0.1);
}
.btn_whatsApp_chat:active{
    background: var(--accent-color);
    box-shadow: 0 0 0 4px rgba(252, 184, 37, 0.1);
}


.container{
    max-width: 1420px !important;
    padding: 0;
}


.section_header h2 {
    color: var(--text-color);
    font-size: 2.5rem;
    margin-bottom: 1rem;
    font-weight: 700;
}
.section_header h2 span{
    color: var(--accent-color);
    font-family: var(--cervy-font);
}
.section_header p {
    color: var(--text-color);
    font-size: 1.1rem;
    font-family: var(--Poppins-font);
}


/*-------btn_default------*/
.btn_default {
    position: relative;
    display: inline-flex;
    overflow: hidden;
    vertical-align: middle;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    padding: 12px 20px;
    color: var(--white-color);
    text-align: center;
    border-radius: 9px;
    letter-spacing: 0.8px;
    z-index: 1;
    justify-content: center;
    transition: var(--transition);
    background-color: var(--primary-color);
    text-transform: capitalize;
}

.btn_default:hover{
    color: var(--white-color);
}

.btn_default i {
    transition: var(--transition);
    margin-left: 10px;
    font-size: 30px;
}
.btn_span_circle {
    position: absolute;
    width: 100px;
    height: 100px;
    background: var(--accent-color);
    border-radius: 50%;
    pointer-events: none;
    transform: translate(-50%, -50%) scale(0);
    animation: ripple 0.6s linear;
}
.bnt_nav{
    width: 100%;

}
.bnt_nav::before{
    position: absolute;
    content: "";
    top: 50%;
    left: 1%;
    transform: translateY(-50%) scale(0);
    background: var(--accent-color);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    animation: ripple_nav 0.6s linear infinite;
}
.bnt_nav::after{
    position: absolute;
    content: "";
    top: 50%;
    right: 1%;
    transform: translateY(-50%) scale(0);
    background: var(--accent-color);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    animation: ripple_nav 0.6s linear infinite;
}













/*--------------------*/
/*---topbar_header----*/
/*--------------------*/
.topbar_header{
    padding: 0.8rem 1rem;
    background: var(--accent-color);
    align-content: center;
    /* -webkit-box-shadow: 0 0 10px -4.5px #dddddd;
    -moz-box-shadow: 0 0 10px -4.5px #dddddd;
    box-shadow: 0 0 10px -4.5px #dddddd; */
}

.list_contactInfo{
    gap: 0.7rem;
}
.list_contactInfo a{
    color: var(--text-color);
    font-size: 15px;
    font-weight: 400;
    transition: var(--transition);
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}
.list_contactInfo a:hover{
    color: var(--white-color);
}
.list_contactInfo a i{
    color: var(--primary-color);
    font-size: 18px;
}
.list_social{
    gap: 0.4rem;
}
.list_social a , #btn_language{
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--primary-color);
    background: transparent;
    width: 30px;
    height: 30px;
    transition: var(--transition);
    color: var(--primary-color);
    font-size: 18px;
    border-radius: 5px;
}
#btn_language{
    width: max-content;
    /* height: max-content; */
    gap: 0.4rem;
    font-family: var(--arabic-font);
    margin: 0;
    box-shadow: none !important;
}

.list_social a:hover , #btn_language{
    color: var(--white-color);
    background: var(--primary-color);
}





/*--------------------*/
/*-------navbar-------*/
/*--------------------*/
#nav{
    -webkit-box-shadow: 0 6px 10px -11px #dddddd;
    -moz-box-shadow: 0 6px 10px -11px #dddddd;
    box-shadow: 0 6px 10px -11px #dddddd;
    z-index: 1100;
    padding: 0 1rem;
}

#navbar_content.collapse_content_shadow{
    display: none !important;
}

#logo img{
    width: 100px;
    transition: var(--transition);
    height: auto;
}

#nav-item{
    display: flex;
    align-items: center;
    padding: 0 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1rem;
    color: var(--text-color);
    transition: var(--transition);
}
#nav-item:hover{
    color: var(--accent-color);
}
#nav-item i{
    color: var(--accent-color);
    font-size: 15px;
}

#dropdown-menu {
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius);
    padding: 0;
}

#dropdown-menu #nav-item {
    padding: 0.7rem 1rem;
    font-size: 15px;
    font-weight: 400;
    position: relative;
    background: transparent !important;
    border-bottom: 1px solid var(--border-color);
}
#dropdown-menu #nav-item:last-child{
    border: 0;
}
#dropdown-menu #nav-item:hover{
    color: var(--accent-color);
    padding-left: 1.5rem;
}
#dropdown-menu #nav-item::before{
    position: absolute;
    content: "";
    top: 50%;
    left: 0.2rem;
    transition: var(--transition);
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid var(--primary-color);
}
#dropdown-menu #nav-item:hover::before{
    border-color: var(--accent-color);
    left: 0.7rem;
}

.title_social{
    color: var(--text-color);
    font-size: 20px;
    font-weight: 500;
    margin-top: 1.3rem;
    margin-bottom: 1rem;
}


header{
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1100;
    background: var(--white-color);
}

/*-----------------------*/
/*------banner_home------*/
/*-----------------------*/
.banner_home{
    position: relative;
    padding: 40px 0 80px;
    /* min-height: 100vh; */
    background: url(../img/banner_image_hoe.jpg) center center no-repeat;
    background-size: cover;
    align-content: center;
    transition: var(--transition);
}
.banner_home::before{
    /* background: #063b6abf; */
    content: "";
    position: absolute;
    inset: 0;
}
.banner_image_abs{
    position: absolute;
    top: 20%;
    right: 10%;
    width: 250px;
    height: 250px;
    object-fit: cover;
    z-index: -1;
}
.banner_home *{
    z-index: 999;
}
.links_home{
    margin-bottom: 16px;
}
.banner_home .carousel-item{
    text-align: left;
}
.carousel-item .img-fluid{
    border-radius: 13px;
    max-width: 90%;
    margin: 0 auto;
}
.banner_home #logo img{
    width: 150px;
}
.banner_text h1 {
    font-size: 54px;
    color: var(--primary-color);
    letter-spacing: 0.8px;
    letter-spacing: -1.5px;
    font-weight: 600;
    margin-bottom: .5rem;
    line-height: 1.2;
}
.banner_text h1 span , .banner_text p span{
    /* text-transform: uppercase; */
    color: var(--accent-color);
    font-family: var(--cervy-font);
}

.banner_text p{
    letter-spacing: 0.8px;
    font-size: 20px;
    color: var(--text-color);
    font-weight: 500;
}

.banner_text p span{
    font-size: 20px;
}
#btn_carousel_home{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: var(--primary-color);
    color: var(--white-color);
    opacity: 1;
    top: 50%;
    transition: var(--transition);
    transform: translateY(-50%);
}
#btn_carousel_home:hover{
    background: var(--accent-color);
}
.btn_prev_home{
    border-radius: 0 var(--border-radius) var(--border-radius) 0;
}
.btn_next_home{
    border-radius: var(--border-radius) 0 0 var(--border-radius);
}





























/*-----------------*/
/*---Error_Page----*/
/*-----------------*/
.error-area {
    height: 100vh;
    padding: 100px 0;
    align-content: center;
}
.error-area .container{
    max-width: 1320px;
}
.error-content {
    max-width: 700px;
    text-align: center;
    margin: 0 auto;
}
.error-content img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
}
.error-content h3 {
    font-size: 35px;
    margin-top: 10px;
    margin-bottom: 18px;
    font-weight: 700;
    line-height: 1.4;
    font-family: 'Dosis', sans-serif;
    margin: 0;
}
.error-content p {
    max-width: 520px;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    margin: 0 auto 20px;
    color: #5f5f5f;
    letter-spacing: 0.2px;
    font-family: 'Catamaran', sans-serif;
    /* font-family: 'Dosis', sans-serif; */
}
.error-content #btn-error {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 5px;
    text-align: center;
    margin-top: 5px;
    display: inline-block;
    color: var(--white-color);
    font-size: 16px;
    font-weight: 500;
    padding: 12px 30px;
    border: 1px solid var(--primary-color);
    background-color: var(--primary-color);
    -webkit-transition: .6s;
    transition: .6s;
    margin-right: 0;
    outline: 0 !important;
}
.error-content #btn-error:hover {
    color: var(--primary-color);
    background-color: var(--white-color);
    text-decoration: none;
}

/*-----------------------*/
/*----Courses Section----*/
/*-----------------------*/
.courses_section {
    position: relative;
    background-color: #f1f9ff;
    padding: 110px 0 80px;
    overflow-y: hidden;
}
.cloud-divider *{
    z-index: 9999;
}
.course_card {
    border-radius: var(--border-radius);
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: var(--transition);
    /* height: 100%; */
    position: relative;
    background-size: cover;
    background-position: center;
    z-index: 999;
}
.course_card:hover {
    margin-top: -10px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}
.top_image_course{
    height : 300px;
}
    .top_image_course img{
        width: 100%;
        height: 100%;
    }
    .course_overlay {
        /* position: absolute; */
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(to top, rgba(6, 59, 106, 0.723), rgba(6, 60, 106, 0.8));
        transition: var(--transition);
    }
.course_content {
    padding: 25px;
    position: relative;
    transition: var(--transition);
    z-index: 1;
    text-align: center;
}

.course_content h3 {
    color: var(--accent-color);
    font-size: 1.5rem;
    margin-bottom: 15px;
    font-weight: 600;
}

.course_content p {
    color: var(--text-color);
    margin-bottom: 20px;
    line-height: 1.6;
}

.course_content .btn_default {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.course_content .btn_default:hover {
    background: var(--primary-dark-color);
    transform: translateY(-2px);
}

.course_content .btn_default i {
    transition: var(--transition);
    font-size: 15px;
}

.course_content .btn_default:hover i {
    transform: translateX(5px);
}

/*-----------------------*/
/*----CTA Section--------*/
/*-----------------------*/

.cta_section {
    position: relative;
    padding: 0;
    /* background: linear-gradient(135deg, var(--primary-dark-color) 0%, var(--primary-color) 100%); */
    background: url(../img/cta_bg.png) center center no-repeat fixed;
    background-size: cover;
    margin-top: 0;
}
.cta_section::before{
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0.65;
    background-color: var(--text-color);
}
.cta_section .container{
    padding: 1rem 1rem 0;
}
/* .cta_section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../img/pattern.png') repeat;
    opacity: 0.1;
} */

.cta_content {
    position: relative;
    z-index: 1;
}

.cta_content h2 {
    color: var(--white-color);
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1.3;
    font-family: var(--cervy-font);
}

.cta_content .btn_default {
    background: var(--accent-color);
    border: 2px solid var(--accent-color);
    padding: 15px 35px;
    font-size: 1.1rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.cta_content .btn_default:hover {
    background: transparent;
    color: var(--accent-color);
}

.cta_image {
    position: relative;
    text-align: center;
    margin: -20% 0% 0% 0%;
}

.cta_image img {
    max-width: 100%;
    height: auto;
    filter: drop-shadow(0 10px 20px rgba(0,0,0,0.2));
}

/*-----------------------*/
/*--Testimonials Section-*/
/*-----------------------*/
.testimonials_section {
    padding: 30px 0;
    background-color: var(--text-color);
    position: relative;
    overflow: hidden;
}
.testimonials_section::before{
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: url(../img/test_bg.png) fixed repeat;
    opacity: 0.1;
}
.testimonials_section .container{
    padding: 1rem;
}
.testimonials_section .section_header h2 , .testimonials_section .section_header p{
    color: var(--white-color);
}

.testimonials_section .section_header h2 span {
    color: var(--accent-color);
    font-family: var(--cervy-font);
}

.testimonial_card {
    background: var(--white-color);
    border-radius: var(--border-radius);
    padding: 30px;
    position: relative;
    /* margin: 20px 10px; */
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transition: var(--transition);
    width: 100%;
    cursor: grab;
}

.testimonial_card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.testimonial_card:active{
    cursor: grabbing;
}
.quote_icon {
    position: absolute;
    top: -15px;
    right: 30px;
    width: 40px;
    height: 40px;
    background: var(--accent-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quote_icon i {
    color: var(--white-color);
    font-size: 1.2rem;
}

.testimonial_content {
    margin-bottom: 20px;
}

.testimonial_content p {
    color: var(--text-color);
    font-size: 1rem;
    line-height: 1.6;
    font-style: italic;
}

.testimonial_user {
    display: flex;
    align-items: center;
    gap: 15px;
}

.user_image {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid var(--primary-color);
}

.user_image img {
    width: 100%;
    height: 100%;
}

.user_info h4 {
    color: var(--text-color);
    font-size: 1.1rem;
    margin-bottom: 5px;
    font-weight: 600;
}

.user_info span {
    color: var(--primary-color);
    font-size: 0.9rem;
}

/* Swiper Styles */
.testimonialSwiper {
    padding: 60px 0 40px !important;
}

.testimonialSwiper .swiper-pagination {
    bottom: 0;
    margin-top: 1rem;
}

.testimonialSwiper .swiper-pagination-bullet {
    width: 20px;
    height: 13px;
    background: var(--primary-color);
    border-radius: 2px;
    transition: var(--transition);
    margin: 0 5px;
    opacity: 1;
    transform: scale(1);
}

.testimonialSwiper .swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--accent-color);
    width: 35px;
}

/* Navigation Buttons */
.testimonialSwiper .swiper-button-next,
.testimonialSwiper .swiper-button-prev {
    color: var(--primary-color);
    width: 40px;
    height: 40px;
    background: var(--white-color);
    border-radius: 50%;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    transition: var(--transition);
    top: 0;
    margin-top: 0;
}

.testimonialSwiper .swiper-button-next:hover,
.testimonialSwiper .swiper-button-prev:hover {
    background: var(--accent-color);
    color: var(--white-color);
}

.testimonialSwiper .swiper-button-next::after,
.testimonialSwiper .swiper-button-prev::after {
    font-size: 1.2rem;
    font-weight: bold;
    display: none;
}

/*-----------------------*/
/*-------Footer---------*/
/*-----------------------*/
.footer {
    background-color: #f1f9ff;
    /* background-color: var(--bg-color); */
    color: var(--text-color);
    padding-top: 80px;
    position: relative;
}
.footer .container{
    padding: 1rem 1rem 0;
}

.footer_content {
    position: relative;
    z-index: 1;
}

.footer_logo {
    display: inline-block;
    margin-bottom: 25px;
}

.footer_logo img {
    width: 150px;
    height: auto;
}

.footer_desc {
    color: var(--text-color);
    line-height: 1.8;
    margin-bottom: 25px;
}

.footer_content h3 {
    color: var(--text-color);
    font-size: 1.5rem;
    margin-bottom: 25px;
    font-weight: 600;
}

.footer_links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer_links li {
    margin-bottom: 15px;
}

.footer_links a {
    color: var(--text-color);
    transition: var(--transition);
    display: inline-flex;
    width: 100%;
    align-items: center;
    position: relative;
    z-index: 100;
}

.footer_links a:hover {
    color: var(--accent-color);
    padding-left: 10px;
}

.footer_contact li {
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    color: var(--text-color);
}

.footer_contact li i {
    color: var(--accent-color);
    font-size: 1.2rem;
}

.footer_contact li a {
    color: var(--text-color);
    transition: var(--transition);
}

.footer_contact li a:hover {
    color: var(--accent-color);
}

.footer_social {
    display: flex;
    gap: 15px;
    margin-top: 25px;
}

.footer_social a {
    /* width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: var(--text-color);
    transition: var(--transition); */
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--primary-color);
    background: transparent;
    width: 30px;
    height: 30px;
    transition: var(--transition);
    color: var(--primary-color);
    font-size: 18px;
    border-radius: 5px;
}

.footer_social a:hover {
    background: var(--primary-color);
    color: var(--white-color);
}

.footer_subscribe_text {
    color: var(--text-color);
    margin-bottom: 20px;
}

.footer_subscribe {
    position: relative;
}

.footer_subscribe input {
    width: 100%;
    padding: 15px;
    border: 1px solid var(--accent-color);
    outline: none;
    background: rgba(255, 255, 255, 0.05);
    border-radius: var(--border-radius);
    color: var(--primary-dark-color);
    margin-bottom: 15px;
}
.footer_subscribe input:focus{
    border-color: var(--text-color);
}
.footer_subscribe input::placeholder {
    color: var(--text-color);
}

.footer_subscribe .btn_default  , .contact-form .btn_default{
    width: 100%;
    background: var(--accent-color);
    border: 1px solid var(--accent-color);
}

.footer_subscribe .btn_default:hover {
    background: var(--primary-color);
}

.footer_bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 25px 0 40px;
    z-index: 999;
    position: relative;
}

.copyright {
    color: var(--black-color);
    margin: 0;
}
.copyright a{
    color: var(--accent-color);
    transition: var(--transition);
}
.copyright a:hover{
    color: var(--primary-color);
}
.footer_bottom_links {
    display: flex;
    justify-content: flex-end;
    gap: 30px;
    margin: 0;
}

.footer_bottom_links a {
    color: var(--black-color);
    transition: var(--transition);
}

.footer_bottom_links a:hover {
    color: var(--accent-color);
}

/*--------------------*/
/*---About Page-------*/
/*--------------------*/

.banner_about {
    padding: 50px 0;
    background: url(../img/kids/sky.jpg) bottom center no-repeat;
    background-size: cover;
    position: relative;
}
.banner_about .container , .overview_section .container , .vision_mission_section .container , .values_section .container , .why_us_section .container{
    padding: 1rem;
}
.about_content h1 {
    font-size: 3rem;
    color: var(--text-color);
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.about_content h1 span {
    color: var(--accent-color);
    font-family: var(--cervy-font);
}

.about_content p {
    font-size: 1.1rem;
    color: var(--text-color);
    line-height: 1.8;
}

.about_image img {
    border-radius: var(--border-radius);
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); */
}

/* Overview Section */
.overview_section {
    padding: 80px 0;
    background: var(--white-color);
    position: relative;
}
figure{
    margin: 0;
}
.overview_content h2 {
    font-size: 2.5rem;
    color: var(--text-color);
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.overview_content h2 span {
    color: var(--accent-color);
    font-family: var(--cervy-font);
}

.overview_content p {
    font-size: 1.1rem;
    color: var(--text-color);
    line-height: 1.8;
    margin-bottom: 2rem;
}

.overview_features {
    list-style: none;
    padding: 0;
}

.overview_features li {
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 1.1rem;
    color: var(--text-color);
}

.overview_features li i {
    color: var(--accent-color);
    font-size: 1.2rem;
}

.overview_image img {
    border-radius: var(--border-radius);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    z-index: 9999;
}

/* Vision and Mission Section */
.vision_mission_section {
    padding: 80px 0;
    background: url(../img/kids/sky.jpg) center center no-repeat fixed;
    background-size: cover;
    position: relative;
}

.vision_card, .mission_card {
    background: var(--white-color);
    padding: 2rem;
    border-radius: var(--border-radius);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    height: 100%;
    transition: var(--transition);
}

.vision_card:hover, .mission_card:hover {
    transform: translateY(-10px);
}

.card_icon {
    width: 60px;
    height: 60px;
    background: var(--accent-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.card_icon i {
    color: var(--white-color);
    font-size: 1.5rem;
}

.vision_card h3, .mission_card h3 {
    font-size: 1.5rem;
    color: var(--text-color);
    margin-bottom: 1rem;
    font-weight: 600;
}

.vision_card p, .mission_card p {
    font-size: 1.1rem;
    color: var(--text-color);
    line-height: 1.8;
}

/* Values Section */
.values_section {
    padding: 80px 0;
    background: var(--white-color);
    position: relative;
}

.value_card {
    background: var(--white-color);
    padding: 2rem;
    border-radius: var(--border-radius);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    text-align: center;
    height: 100%;
    transition: var(--transition);
    border: 1px solid var(--border-color);
}

.value_card:hover {
    transform: translateY(-10px);
    border-color: var(--accent-color);
}

.value_card .card_icon {
    margin: 0 auto 1.5rem;
}

.value_card h3 {
    font-size: 1.3rem;
    color: var(--text-color);
    margin-bottom: 1rem;
    font-weight: 600;
}

.value_card p {
    font-size: 1rem;
    color: var(--text-color);
    line-height: 1.6;
}

/* Why Choose Us Section */
.why_us_section {
    padding: 80px 0;
    background: var(--bg-color);
    position: relative;
}

.feature_card {
    background: var(--white-color);
    padding: 2rem;
    border-radius: var(--border-radius);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    text-align: center;
    height: 100%;
    transition: var(--transition);
    border: 1px solid var(--border-color);
}

.feature_card:hover {
    transform: translateY(-10px);
    border-color: var(--accent-color);
}

.feature_card .card_icon {
    margin: 0 auto 1.5rem;
    background: var(--primary-color);
}

.feature_card h3 {
    font-size: 1.3rem;
    color: var(--text-color);
    margin-bottom: 1rem;
    font-weight: 600;
}

.feature_card p {
    font-size: 1rem;
    color: var(--text-color);
    line-height: 1.6;
}

/*--------------------*/
/*---Courses Page-----*/
/*--------------------*/
.banner_courses {
    padding: 40px 0;
    background: var(--bg-color);
    position: relative;
}
.banner_courses .container , .single_service_section .container , .featured_services_section .container{
    padding: 1rem;
}

.courses_content h1 {
    font-size: 3rem;
    color: var(--text-color);
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.courses_content h1 span {
    color: var(--accent-color);
    font-family: var(--cervy-font);
}

.courses_content p {
    font-size: 1.1rem;
    color: var(--text-color);
    line-height: 1.8;
}


/* Single Service Section */
.single_service_section {
    padding: 80px 0;
    background: var(--bg-color);
    position: relative;
}

.service_content h3 {
    font-size: 2rem;
    color: var(--text-color);
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.service_content p {
    font-size: 1.1rem;
    color: var(--text-color);
    line-height: 1.8;
    margin-bottom: 2rem;
}

.service_features {
    list-style: none;
    padding: 0;
    margin-bottom: 2rem;
}

.service_features li {
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 1.1rem;
    color: var(--text-color);
}

.service_features li i {
    color: var(--accent-color);
    font-size: 1.2rem;
}

.service_image img {
    border-radius: var(--border-radius);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Featured Services Section */
.featured_services_section {
    padding: 80px 0;
    background-color: #051a2d;
    background-image: linear-gradient(rgba(5, 26, 45, 0.97), rgba(5, 26, 45, 0.97)), url('../img/pattern-bg.png');
    background-size: cover;
    background-position: center;
    position: relative;
}

.featured_services_section .section_header h2 {
    color: #ffffff;
    margin-bottom: 20px;
}

.featured_services_section .section_header h2 span {
    color: var(--accent-color);
}

.featured_services_section .section_header p {
    color: #ffffff;
    opacity: 0.9;
}

.featured_services_section .featured_card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 40px 30px;
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.featured_services_section .featured_card:hover {
    transform: translateY(-10px);
    border-color: var(--accent-color);
    box-shadow: 0 10px 30px rgba(255, 215, 0, 0.1);
}

.featured_services_section .featured_card .card_icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 25px;
    background: rgba(255, 215, 0, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.featured_services_section .featured_card:hover .card_icon {
    background: var(--accent-color);
    transform: scale(1.1) rotate(5deg);
}

.featured_services_section .featured_card .card_icon i {
    font-size: 35px;
    color: var(--accent-color);
    transition: all 0.3s ease;
}

.featured_services_section .featured_card:hover .card_icon i {
    color: #051a2d;
}

.featured_services_section .featured_card h3 {
    color: #ffffff;
    font-size: 24px;
    margin-bottom: 15px;
    transition: all 0.3s ease;
}

.featured_services_section .featured_card:hover h3 {
    color: var(--accent-color);
}

.featured_services_section .featured_card p {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 1.6;
}

.featured_services_section .featured_card .btn_default {
    background: transparent;
    border: 2px solid rgba(255, 215, 0, 0.3);
    color: var(--accent-color);
    padding: 10px 25px;
    border-radius: 30px;
    transition: all 0.3s ease;
    display: inline-block;
    text-decoration: none;
}

.featured_services_section .featured_card .btn_default:hover {
    background: var(--accent-color);
    border-color: var(--accent-color);
    color: #051a2d;
    transform: translateY(-2px);
}

.featured_services_section .featured_card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, transparent, rgba(255, 215, 0, 0.03));
    transition: all 0.3s ease;
}

.featured_services_section .featured_card:hover::before {
    opacity: 1;
}

/* breadcrumb-blog */
.breadcrumb-blog{
    background-image: url(../img/page-title.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    min-height: 200px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1;

}
.breadcrumb-blog:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--primary-color);
    content: "";
    z-index: -1;
    opacity: 0.5;
}
.breadcrumb-blog .container{
    padding: 0 0.9rem;
    position: relative;
    z-index: 9999;
}
.breadcrumb-blog h2{
    font-size: 40px;
    color: var(--accent-color);
    line-height: 60px;
    margin-bottom: 10px;
    font-weight: 700;
    word-break: break-all;
    display: inline-block;
    padding: 0px 15px;
    word-break: break-word;
}
.breadcrumb.trail-items {
    background: transparent;
    color: #fff;
}
.breadcrumb-blog ul {
    text-align: center;
    margin-top: 0px;
    justify-content: center;
}
.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 1rem;
    list-style: none;
}
.breadcrumb-blog ul  li {
    display: inline-block;
    padding: 0px 5px;
    padding-right: 20px;
    color: #1E144F;
    position: relative;
    font-weight: 500;
    font-size: 17px;
    line-height: 34px;
}
.breadcrumb-blog ul  li.trail-begin:after {
    content: "//";
    position: absolute;
    right: 1px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #DB9E30;
}
.breadcrumb-blog ul  li a {
    color: var(--white-color) !important;
    font-weight: 500;
    font-size: 17px;
    line-height: 34px;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.breadcrumb-blog ul li:last-child span {
    color: var(--white-color);
}
.breadcrumb-blog ul li span.trail-end{
    color: var(--accent-color);
}

/* blog-pg-section */
.blog-pg-section{
    padding: 60px 0;
    position: relative;
}
.blog-pg-section .container{
    padding: 0 1rem;
}
.blog-pg-section .content .post{
    background: transparent;
    border: 0px;
    margin-bottom: 30px;
    padding: 15px;
    border-radius: 10px;
    position: relative;
    -webkit-box-shadow: 0 0 10px -7px #45446a;
    -moz-box-shadow: 0 0 10px -7px #45446a;
    box-shadow: 0 0 10px -7px #45446a;
    z-index: 999;
}
.blog-pg-section .content .post .entry-media img{
    max-width: 100%;
    width: 100%;
    border-radius: 10px;
    height: auto;
}
.blog-pg-section .content .post .entry-meta{
    list-style: none;
    overflow: hidden;
    margin-bottom: 35px;
    border-bottom: 1px solid #eee;
    padding: 15px 0;
}
.blog-pg-section .content .post .entry-meta ul{
    list-style: none;
    padding-left: 0;
    font-weight: 500;
}
.blog-pg-section .content .post .entry-meta ul li{
    font-size: 14px;
    float: left;
    text-transform: uppercase;
    color: #636893;
    list-style: none;
    line-height: 1.8em;
    margin-left: 20px;
    padding-left: 0px;
    position: relative;
}
.blog-pg-section .content .post .entry-meta ul li span:hover{
    color: var(--accent-color);
    transition: var(--transition);
}
.blog-pg-section .content .post .entry-meta ul li i{    
    position: relative;
    top: 2px;
    margin-right: 3px;
}
.blog-pg-section .content .post .entry-details h3{
    margin-top: -0.33em;
    font-size: 20px;
    line-height: 1.2em;
    font-weight: 600;
    margin: -0.27em 0 0.7em;
}
.blog-pg-section .content .post .entry-details h3 a{
    color: var(--text-color);
}
.blog-pg-section .content .post .entry-details h3 a:hover{
    color: var(--accent-color);
    transition: var(--transition);
}
.blog-pg-section .content .post .entry-details p{
    margin-bottom: 1.5em;
    line-height: 1.7em;
    margin: 0 0 1.5em;
    font-size: 15px;
    color: #525252;
}










/* login- section */
.login-section{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    position: relative;
    background: var(--text-color);
    /* background: linear-gradient(135deg, #0a6cb5, #65a3d4, #fcb825, #ffffff); */
}
.login-section::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/test_bg.png);
}

.login-section .container{
    position: relative;
    max-width: 900px !important;
    width: 100%;
    min-height: 750px;
    height: 100%;
    background: #fff;
    margin: 20px;
    border-radius: 30px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .2);
    overflow: hidden;
    padding: 0;
}

.login-section .container h1{
    font-size: 25px;
    font-weight: 600;
    margin: -10px 0;
}

.login-section .container p{
    font-size: 14.5px;
    margin: 15px 0;
}

    .login-section .form_account {
        width: 100%;
    }

.login-section .form-box{
    position: absolute;
    right: 0;
    width: 50%;
    height: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    color: #333;
    text-align: center;
    padding: 40px;
    z-index: 1;
    transition: .6s ease-in-out 1.2s, visibility 0s 1s;
}

.login-section .container.active .form-box{ right: 50%; }

.login-section .form-box.register{ visibility: hidden; }
.login-section .container.active .form-box.register{ visibility: visible; }

.login-section .input-box{
    position: relative;
    margin: 30px 0;
}

.login-section .input-box input{
    width: 100%;
    padding: 13px 50px 13px 20px;
    background: #eee;
    border-radius: 8px;
    border: none;
    outline: none;
    font-size: 16px;
    color: #333;
    font-weight: 500;
}

.login-section .input-box input::placeholder{
    color: #888;
    font-weight: 400;
}
    
.login-section .input-box i{
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
}

.login-section .forgot-link{ margin: -15px 0 15px; }
.forgot-link a{
    font-size: 14.5px;
    color: #333;
}

.login-section .btn{
    width: 100%;
    height: 48px;
    background: #7494ec;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    border: none;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
}

.login-section .social-icons{
    display: flex;
    justify-content: center;
}

.login-section .social-icons a{
    display: inline-flex;
    padding: 10px;
    border: 2px solid #ccc;
    border-radius: 8px;
    font-size: 24px;
    color: #333;
    margin: 0 8px;
}

.login-section .toggle-box{
    position: absolute;
    width: 100%;
    height: 100%;
}

.login-section .toggle-box::before{
    content: '';
    position: absolute;
    left: -250%;
    width: 300%;
    height: 100%;
    background: linear-gradient(60deg, #0a6cb5, #65a3d4, var(--text-color) , var(--text-color), #65a3d4, #0a6cb5);
    /* border: 2px solid red; */
    border-radius: 150px;
    z-index: 2;
    transition: 1.8s ease-in-out;
}

.login-section .container.active .toggle-box::before{ left: 50%; }

.login-section .toggle-panel{
    position: absolute;
    width: 50%;
    height: 100%;
    /* background: seagreen; */
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 2;
    transition: .6s ease-in-out;
}

.login-section .toggle-panel.toggle-left{ 
    left: 0;
    transition-delay: 1.2s; 
}
.login-section .container.active .toggle-panel.toggle-left{
    left: -50%;
    transition-delay: .6s;
}

.login-section .toggle-panel.toggle-right{ 
    right: -50%;
    transition-delay: .6s;
}
.login-section .container.active .toggle-panel.toggle-right{
    right: 0;
    transition-delay: 1.2s;
}

.login-section .toggle-panel p{ margin-bottom: 20px; }

.login-section .toggle-panel .btn{
    width: 160px;
    height: 46px;
    background: transparent;
    border: 2px solid #fff;
    box-shadow: none;
}

/* Contact Section Styles */
.contact-section {
    padding: 80px 0;
    background: var(--white-color);
    position: relative;
}
.contact-section .container{
    padding: 0 1rem;
}
.contact-form-wrapper {
    background: var(--white-color);
    padding: 30px;
    border-radius: var(--border-radius);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    height: 100%;
}

.contact-form .form-group {
    margin-bottom: 20px;
}

.contact-form .form-control {
    height: 50px;
    padding: 10px 20px;
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius);
    font-size: 16px;
    transition: var(--transition);
}

.contact-form .form-control:focus {
    border-color: var(--accent-color);
    box-shadow: none;
}

.contact-form textarea.form-control {
    height: auto;
    resize: none;
}

.contact-form .btn_default {
    width: 100%;
    height: 50px;
}

/* Contact Info Styles */
.contact-info-wrapper {
    background: var(--white-color);
    padding: 30px;
    border-radius: var(--border-radius);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.map-container {
    border-radius: var(--border-radius);
    overflow: hidden;
}

.map-container iframe {
    width: 100%;
    height: 300px;
    border: none;
}

.contact-info-list {
    margin-top: 30px;
}

.contact-info-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
    padding: 20px;
    background: rgba(252, 184, 37, 0.1);
    border-radius: var(--border-radius);
    transition: var(--transition);
}

.contact-info-item:hover {
    transform: translateY(-5px);
    background: rgba(252, 184, 37, 0.2);
}

.contact-info-item i {
    font-size: 24px;
    width: 50px;
    height: 50px;
    color: var(--accent-color);
    margin-right: 15px;
    padding: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: var(--white-color);
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.contact-info-content h4 {
    font-size: 18px;
    color: var(--text-color);
    margin-bottom: 5px;
    font-weight: 600;
}

.contact-info-content p {
    margin: 0;
    color: var(--text-color);
}

.contact-info-content a {
    color: var(--text-color);
    transition: var(--transition);
}

.contact-info-content a:hover {
    color: var(--accent-color);
}

.social-links h4 {
    font-size: 18px;
    color: var(--text-color);
    margin-bottom: 15px;
    font-weight: 600;
}

.social-links .list_social {
    gap: 15px;
}

.social-links .list_social a {
    width: 40px;
    height: 40px;
    background: rgba(252, 184, 37, 0.1);
    color: var(--accent-color);
    transition: var(--transition);
}

.social-links .list_social a:hover {
    background: var(--accent-color);
    color: var(--white-color);
    transform: translateY(-5px);
}

/* Teachers Section Styles */
.teachers-section {
    padding: 80px 0;
    background: var(--white-color);
    position: relative;
}
.teachers-section .container{
    padding: 0 1rem;
}
.teacher-card {
    background: var(--white-color);
    border-radius: var(--border-radius);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: var(--transition);
    height: 100%;
}

.teacher-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.teacher-image {
    position: relative;
    overflow: hidden;
    width: 150px;
    height: 150px;
    margin: 15px auto 0;
    border-radius: 50%;
    border: 10px solid var(--primary-color);
}

.teacher-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition);
}

.teacher-card:hover .teacher-image img {
    transform: scale(1.1);
}

/* .teacher-image .social-links {
    position: absolute;
    top: 20px;
    right: -100px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    transition: var(--transition);
}

.teacher-card:hover .social-links {
    right: 20px;
}

.teacher-image .social-links a {
    width: 35px;
    height: 35px;
    background: var(--white-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--accent-color);
    transition: var(--transition);
}

.teacher-image .social-links a:hover {
    background: var(--accent-color);
    color: var(--white-color);
    transform: translateX(-5px);
} */

.teacher-info {
    padding: 25px;
    text-align: center;
}

.teacher-info h3 {
    font-size: 20px;
    color: var(--text-color);
    margin-bottom: 5px;
    font-weight: 600;
}

.teacher-info .designation {
    color: var(--accent-color);
    font-size: 16px;
    margin-bottom: 15px;
    display: block;
}

.teacher-info p {
    color: var(--text-color);
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.6;
}

.teacher-info .specialties {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.teacher-info .specialties span {
    padding: 5px 15px;
    background: rgba(252, 184, 37, 0.1);
    border-radius: 20px;
    color: var(--accent-color);
    font-size: 13px;
    transition: var(--transition);
}

.teacher-info .specialties span:hover {
    background: var(--accent-color);
    color: var(--white-color);
}

/* Success Stories Section Styles */
.success-stories-section {
    padding: 80px 0;
    background: var(--white-color);
    position: relative;
    overflow: hidden;
    text-align: center;
}
.success-stories-section .container{
    padding: 0 1rem;
}
.success-story-card {
    background: var(--white-color);
    border-radius: var(--border-radius);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: var(--transition);
    height: 100%;
}

.success-story-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.story-image {
    position: relative;
    overflow: hidden;
    width: 150px;
    height: 150px;
    margin: 15px auto 0;
    border-radius: 50%;
    border: 10px solid var(--primary-color);
}

.story-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition);
}

.success-story-card:hover .story-image img {
    transform: scale(1.1);
}

/* .achievement-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: var(--accent-color);
    color: var(--white-color);
    padding: 10px 20px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    transition: var(--transition);
}

.achievement-badge i {
    font-size: 16px;
}

.success-story-card:hover .achievement-badge {
    background: var(--primary-color);
} */

.story-content {
    padding: 25px;
}

.story-content h3 {
    font-size: 20px;
    color: var(--text-color);
    margin-bottom: 5px;
    font-weight: 600;
}

.story-content .course {
    color: var(--accent-color);
    font-size: 16px;
    margin-bottom: 15px;
    display: block;
}

.story-content p {
    color: var(--text-color);
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.6;
    font-style: italic;
}

.story-content .achievements {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.story-content .achievements span {
    padding: 5px 15px;
    background: rgba(252, 184, 37, 0.1);
    border-radius: 20px;
    color: var(--accent-color);
    font-size: 13px;
    transition: var(--transition);
}

.story-content .achievements span:hover {
    background: var(--accent-color);
    color: var(--white-color);
}

/* Statistics Section Styles */
.statistics-section {
    padding: 60px 0;
    background: var(--text-color);
    position: relative;
    overflow: hidden;
}

.statistics-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/test_bg.png) fixed;
    opacity: 0.05;
    pointer-events: none;
}
.statistics-section .container{
    padding: 0 1rem;
}
.stat-card {
    background: rgba(252, 184, 37, 0.05);
    padding: 30px 20px;
    border-radius: var(--border-radius);
    text-align: center;
    transition: var(--transition);
    position: relative;
    z-index: 1;
    border: 1px solid rgba(252, 184, 37, 0.2);
}

.stat-card:hover {
    transform: translateY(-10px);
    border-color: var(--accent-color);
    background: rgba(252, 184, 37, 0.1);
}

.stat-card h3 {
    font-size: 42px;
    color: var(--accent-color);
    margin-bottom: 15px;
    font-weight: 700;
    font-family: var(--cervy-font);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.stat-card p {
    color: var(--white-color);
    font-size: 18px;
    margin: 0;
    opacity: 0.9;
}

.stat-card .arabic-text {
    color: var(--accent-color);
    opacity: 0.9;
}

/* Enrollment Section Styles */
.enrollment-section {
    padding: 80px 10px;
    background: var(--white-color);
    position: relative;
    overflow: hidden;
}
.card_enroll_info , .card_image_faq{
    border: 0;
    -webkit-box-shadow: 0 6px 15px -5px rgba(198, 198, 198, 0.3);
    -moz-box-shadow: 0 6px 15px -5px rgba(198, 198, 198, 0.3);
    box-shadow: 0 6px 15px -5px rgba(198, 198, 198, 0.3);
    border-radius: 20px;
    overflow: hidden;
    transition: var(--transition);
}
.card_enroll_info:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.card_enroll_info img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.enrollment-form-wrapper {
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 5px 15px rgba(68, 68, 68, 0.1);
    position: relative;
    z-index: 999;
}
.enrollment-form .form-group {
    margin-bottom: 0;
}

.enrollment-form label {
    color: var(--text-color);
    font-weight: 500;
    margin-bottom: 8px;
    font-size: 15px;
}

.enrollment-form .form-control {
    height: 50px;
    padding: 10px 20px;
    border: 2px solid var(--border-color);
    border-radius: 15px;
    font-size: 14px;
    transition: var(--transition);
    background-color: #f8f9fa;
}

.enrollment-form .form-control:focus {
    border-color: var(--accent-color);
    box-shadow: 0 0 0 4px rgba(252, 184, 37, 0.1);
    background-color: var(--white-color);
}

.enrollment-form textarea.form-control {
    height: auto;
    resize: none;
    border-radius: 15px;
}

.enrollment-form .form-check {
    padding-left: 0;
    margin: 15px 0;
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
    background: rgba(252, 184, 37, 0.05);
    padding: 15px 20px;
    border-radius: 15px;
    border: 1px solid rgba(252, 184, 37, 0.2);
    transition: all 0.3s ease;
}

.enrollment-form .form-check:hover {
    background: rgba(252, 184, 37, 0.1);
    border-color: var(--accent-color);
    transform: translateY(-2px);
}

.enrollment-form .form-check-input {
    appearance: none;
    -webkit-appearance: none;
    margin: 0;
    width: 24px;
    height: 24px;
    border: 2px solid var(--accent-color);
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    background-color: transparent;
    flex-shrink: 0;
}

.enrollment-form .form-check-input:checked {
    background-color: var(--accent-color);
    border-color: var(--accent-color);
    box-shadow: 0 0 15px rgba(252, 184, 37, 0.3);
}

.enrollment-form .form-check-input:checked::before {
    font-family: "Font Awesome 6 Free";
    content: "\f00c";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 12px;
    font-weight: 900;
}

.enrollment-form .form-check-input:not(:checked)::before {
    content: "";
    position: absolute;
    inset: 2px;
    border-radius: 4px;
    background: rgba(252, 184, 37, 0.1);
    opacity: 0;
    transition: all 0.2s ease;
}

.enrollment-form .form-check-input:not(:checked):hover::before {
    opacity: 1;
}

.enrollment-form .form-check-input:hover {
    transform: scale(1.05);
    border-color: var(--accent-color);
    box-shadow: 0 0 10px rgba(252, 184, 37, 0.2);
}

.enrollment-form .form-check-label {
    color: var(--text-color);
    font-size: 15px;
    cursor: pointer;
    user-select: none;
    margin: 0;
    flex-grow: 1;
    font-weight: 500;
    position: relative;
    padding-left: 5px;
}

.enrollment-form .form-check-label::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 5px;
    width: 0;
    height: 2px;
    background-color: var(--accent-color);
    transition: width 0.3s ease;
}

.enrollment-form select.form-control {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23051a2d' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14L2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 16px;
    padding-right: 40px;
    cursor: pointer;
}

.enrollment-form .form-control::placeholder {
    color: #999;
    opacity: 0.7;
}

.enrollment-form .form-control.error {
    border-color: #dc3545;
    box-shadow: 0 0 0 4px rgba(220, 53, 69, 0.1);
}

.enrollment-form .btn_default {
    box-shadow: none;
    max-width: max-content;
    border-radius: 15px;
    padding: 12px 30px;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.enrollment-form .btn_default:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(252, 184, 37, 0.3);
}

.enrollment-form .btn_default:active {
    transform: translateY(0);
}

/* Privacy Policy Styles */
.policy-section {
    padding: 80px 10px;
    background-color: var(--bg-color-1);
}

.policy-content {
    background: var(--white-color);
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.policy-item {
    margin-bottom: 40px;
    animation: fadeInUp 0.5s ease-out;
}

.policy-item:last-child {
    margin-bottom: 0;
}

.policy-item h3 {
    color: var(--title-color);
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 600;
}

.policy-item p {
    color: var(--text-color);
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 15px;
}

.policy-item ul {
    list-style: none;
    margin-bottom: 15px;
}

.policy-item ul li {
    color: var(--text-color);
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 10px;
    position: relative;
    padding-left: 0;
}

.policy-item li i{
    color: var(--accent-color);
    margin-right: 0.4rem;
}
.policy-item .contact-info li {
    display: flex;
    align-items: center;
    padding-left: 30px;
}

.policy-item .contact-info li i {
    color: var(--primary-color);
    font-size: 18px;
    margin-right: 10px;
    position: absolute;
    left: 0;
}

.policy-item .last-updated {
    color: var(--text-color);
    font-style: italic;
    margin-top: 20px;
}

/* Hover Effects */
.policy-item:hover {
    transform: translateY(-5px);
    transition: transform 0.3s ease;
}

.policy-content:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
}
/* FAQ Section Styles */
.faq-section {
    padding: 50px 0;
    position: relative;
    overflow: hidden;

}
.faq-section .container{
    padding: 0 1rem;
}

.section-header {
    margin-bottom: 30px;
}

.section-header h2 {
    color: var(--text-color);
    font-size: 2rem;
    margin-bottom: 10px;
}

.section-header p {
    color: #666;
    font-size: 1.1rem;
}

/* FAQ Accordion Styles */
.faq-accordion-wrapper {
    background: #f1f9ff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    z-index: 999;
}

.faq-item {
    border: 1px solid var(--border-color);
    border-radius: 10px;
    margin-bottom: 15px;
    overflow: hidden;
}

.faq-header {
    padding: 20px;
    background: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.faq-header h3 {
    margin: 0;
    font-size: 1.1rem;
    color: var(--primary-color);
}

.faq-header i {
    color: var(--accent-color);
    transition: transform 0.3s ease;
}

.faq-header[aria-expanded="true"] i {
    transform: rotate(180deg);
}

.faq-body {
    padding: 20px;
    border-top: 1px solid var(--border-color);
    background: var(--white-color);
}
.faq-body p{
    color: gray;
}
.modal{
    z-index: 1102;
}
.modal-backdrop{
    z-index: 1101;
}
.modal-header .close{
    color: var(--primary-color);
    opacity: 1;
    border-color: var(--accent-color);
    background: var(--accent-color);
    display: flex;
    align-items: center;
    margin: auto 0 auto auto;
    justify-content: center;
    width: 30px;
    height: 30px;
    transition: var(--transition);
    font-size: 20px;
    border-radius: 5px;
    color: var(--white-color);
}
/* Ask Question Form Styles */
.ask-question-wrapper {
    /* background: #f1f9ff; */
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    /* height: 100%; */
}

.question-form .form-group {
    margin-bottom: 20px;
}

.question-form label {
    color: var(--primary-color);
    font-weight: 500;
    margin-bottom: 8px;
    display: block;
}

.question-form .form-control {
    border: 2px solid var(--border-color);
    border-radius: 8px;
    padding: 12px 15px;
    transition: all 0.3s ease;
    height: auto;
}

.question-form .form-control:focus {
    border-color: var(--primary-color);
    box-shadow: none;
}

.question-form textarea {
    resize: none;
}

.question-form .btn_default {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    border: none;
}




/* Blog Details Page Styles */
.blog-header {
    background-size: cover;
    background-position: center;
    padding: 120px 0;
    position: relative;
    color: #fff;
}
.blog-header .container{
    padding: 0 1rem;
}
.blog-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(10, 108, 181, 0.8);
}

.blog-header-content {
    position: relative;
    z-index: 1;
}

.blog-header h1 {
    font-size: 35px;
    margin-bottom: 20px;
    transition: var(--transition);
    font-weight: 700;
}

.blog-meta span {
    margin-right: 20px;
    font-size: 1rem;
}

.blog-meta i {
    margin-right: 5px;
    color: var(--accent-color);
}

.blog-content {
    padding: 50px 0;
    background: #f8f9fa;
    position: relative;
}
.blog-content .container{
    padding: 0 0.8rem;
}
.blog-details {
    background: #fff;
    padding: 30px;
    border-radius: var(--border-radius);
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    margin-bottom: 30px;
    position: relative;
    z-index: 999;
}

.featured-image {
    margin: -30px -30px 30px;
}

.featured-image img {
    width: 100%;
    border-radius: var(--border-radius) var(--border-radius) 0 0;
}

.content-body {
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--text-color);
}
.content-body h2 , .content-body h3 , .share-section h4{
    font-size: 25px;
    color: var(--text-color);
    font-weight: 600;
}
.content-body p{
    font-size: 18px;
    transition: var(--transition);
}
.elegant-quote {
    border-left: 4px solid var(--accent-color);
    padding: 20px;
    background: #f8f9fa;
    margin: 30px 0;
}

.elegant-quote p {
    font-size: 1.2rem;
    font-style: italic;
    margin-bottom: 10px;
}

.elegant-quote cite {
    color: var(--primary-color);
}

.styled-list {
    margin: 20px 0;
}

.styled-list li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
}

.styled-list li::before {
    content: '•';
    color: var(--accent-color);
    position: absolute;
    left: 0;
}

.share-section {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid var(--border-color);
}

.btn-share {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
    color: #fff !important;
    transition: var(--transition);
}

.btn-share.facebook { background: #3b5998; }
.btn-share.twitter { background: #1da1f2; }
.btn-share.linkedin { background: #0077b5; }
.btn-share.whatsapp { background: #25d366; }

.btn-share:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}


/* Sidebar Widgets */
.sidebar-widget {
    background: #fff;
    padding: 25px;
    border-radius: var(--border-radius);
    margin-bottom: 30px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.sidebar-widget h4 {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--accent-color);
    display: inline-block;
}

.search-form {
    position: relative;
}

.search-form input {
    width: 100%;
    padding: 12px 50px 12px 15px;
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius);
}

.search-form button {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50px;
    background: var(--primary-color);
    border: none;
    color: #fff;
    border-radius: 0 var(--border-radius) var(--border-radius) 0;
}

.recent-post {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.recent-post img {
    width: 80px;
    height: 60px;
    border-radius: 5px;
    margin-right: 15px;
}

.recent-post-content h5 {
    font-size: 1rem;
    transition: var(--transition);
    margin-bottom: 5px;
    color: var(--text-color);
}
.recent-post-content h5:hover{
    color: var(--accent-color);
}
.recent-post-content h5 a{
    color: inherit;
}
.recent-post-content span {
    font-size: 0.9rem;
    color: #6c757d;
}

.categories ul {
    list-style: none;
    padding: 0;
}

.categories li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--border-color);
}

.categories li:last-child {
    border-bottom: none;
}

.categories a {
    color: var(--text-color);
    display: flex;
    justify-content: space-between;
    transition: var(--transition);
}

.categories a:hover {
    color: var(--primary-color);
}

.tag-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tag-cloud a {
    padding: 5px 15px;
    background: #f8f9fa;
    border-radius: 20px;
    color: var(--text-color);
    font-size: 0.9rem;
    transition: var(--transition);
}

.tag-cloud a:hover {
    background: var(--primary-color);
    color: #fff;
}




/* Course Hero Section */
.course-hero {
    /* background: ; */
    padding: 50px 0;
    position: relative;
    overflow: hidden;
}

.course-header .rating {
    margin-bottom: 20px;
}

.course-header .rating i {
    color: #ffc107;
    margin-right: 2px;
}

.course-header .rating span {
    color: #666;
    margin-left: 5px;
}

.course-header h1 {
    font-size: 2.8rem;
    color: var(--text-color);
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 1.3;
}

.course-brief {
    font-size: 1rem;
    color: #666;
    margin-bottom: 30px;
    line-height: 1.6;
}

.course-stats {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
}

.stat-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #666;
}

.stat-item i {
    color: var(--primary-color);
    font-size: 1.2rem;
}

.instructor-brief {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 30px;
}

.instructor-brief img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid var(--accent-color);
}

.instructor-brief .by {
    color: #666;
    font-size: 0.9rem;
    display: block;
    margin-bottom: 5px;
}

.instructor-brief h4 {
    margin: 0;
    color: var(--text-color);
    font-weight: 600;
}

/* Course Preview Card */
.course-preview-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

.preview-video {
    position: relative;
    height: 240px;
}

.preview-video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: var(--accent-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.5rem;
    transition: all 0.3s ease;
}

.play-btn:hover {
    transform: translate(-50%, -50%) scale(1.1);
    background: var(--primary-color);
}

.card-content {
    padding: 30px;
}


.features {
    margin-bottom: 25px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 12px 0;
    border-bottom: 1px solid var(--border-color);
}

.feature-item:last-child {
    border-bottom: none;
}

.feature-item i {
    color: var(--accent-color);
    font-size: 1.2rem;
}

.enroll-btn {
    width: 100%;
    padding: 15px;
    font-size: 1.1rem;
    border: none;
    gap: 5px;
    align-items: center;
}

/* Course Features Section */
.course-features {
    padding: 10px 0 50px;
    background: #fff;
    position: relative;
}

.feature-box {
    text-align: center;
    padding: 30px;
    border-radius: 15px;
    background: var(--bg-color);
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    z-index: 999;
    position: relative;
}

.feature-box:hover {
    transform: translateY(-5px);
}

.feature-box .icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    background: var(--bg-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: var(--primary-color);
}

.feature-box h3 {
    font-size: 1.3rem;
    margin-bottom: 10px;
    color: var(--text-color);
}

.feature-box p {
    color: #666;
    margin: 0;
}

/* Course Content Section */
.content-box {
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.content-box h2 {
    font-size: 1.8rem;
    color: var(--primary-color);
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--accent-color);
}

.learning-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.learning-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.learning-item i {
    color: var(--accent-color);
    font-size: 1.2rem;
}

/* Module Accordion */
.module-item {
    border: 1px solid var(--border-color);
    border-radius: 10px;
    margin-bottom: 15px;
    overflow: hidden;
}

.module-header {
    padding: 20px;
    background: #f8f9fa;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.module-title {
    display: flex;
    align-items: center;
    gap: 15px;
}

.module-title i {
    color: var(--primary-color);
}

.module-title h3 {
    margin: 0;
    font-size: 1.1rem;
    color: var(--text-color);
}

.module-meta {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #666;
}

.module-content {
    padding: 20px;
    background: #fff;
}

.lesson-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.lesson-list li {
    display: flex;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid var(--border-color);
}

.lesson-list li:last-child {
    border-bottom: none;
}

.lesson-list i {
    color: var(--accent-color);
    margin-right: 15px;
}

.lesson-list .duration {
    margin-left: auto;
    color: #666;
    font-size: 0.9rem;
}

/* Instructor Card */
.instructor-card {
    text-align: center;
}

.instructor-header {
    margin-bottom: 20px;
}

.instructor-header img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin-bottom: 15px;
    border: 3px solid var(--accent-color);
}

.instructor-header h3 {
    margin: 0 0 5px;
    color: var(--text-color);
}

.instructor-header span {
    color: #666;
}

.instructor-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    padding-top: 20px;
    border-top: 1px solid var(--border-color);
}

.instructor-stats .stat {
    text-align: center;
}

.instructor-stats .number {
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-color);
}

.instructor-stats .label {
    color: #666;
    font-size: 0.9rem;
}







.shape1 {
    position: absolute;
    width: 200px;
    top: 0;
    left: 10px;
    animation: float 4s ease-in-out infinite;

}
@keyframes float {
    0% {
        transform:  translateY(0);
    }
    50% {
        transform:  translateY(-20px);
    }
    100% {
        transform:  translateY(0);
    }
}


.shape2 {
    position: absolute;
    width: 150px;
    top: 0;
    left: 10px;
    animation: float 4s ease-in-out infinite;

}
.shape3 {
    position: absolute;
    display: inline-block;
    width: 250px;
    bottom: -10px;
    left: 10px;
    animation: flyAcrossAndMove 15s linear infinite;
    z-index: 1099;

}


@keyframes flyAcrossAndMove {
    0% {
        transform:  translateY(0) rotate(0deg);
        left: -200px; 
    }
    20% {
        transform:  translateY(-50px) rotate(30deg); 
        left: 20%; 
    }
    30% {
        transform:  translateY(0) rotate(-10deg); 
        left: 30%; 
    }
    40% {
        transform:  translateY(50px) rotate(-30deg); 
        left: 40%; 
    }
    50% {
        transform:  translateY(-50px) rotate(0deg); 
        left: 50%; 
    }
    60% {
        transform:  translateY(0) rotate(30deg); 
        left: 60%; 
    }
    70% {
        transform:  translateY(50px) rotate(-10deg); 
        left: 70%; 
    }
    80% {
        transform:  translateY(-50px) rotate(30deg); 
        left: 80%; 
    }
    90% {
        transform:  translateY(0) rotate(0deg); 
        left: 90%; 
    }
    100% {
        transform:  translateY(0) rotate(30deg); 
        left: 100%; 
    }
}



.shape4 {
    position: absolute;
    width: 200px;
    top: 0px;
    right: 30px;
    animation: growShrink 3s ease-in-out infinite;
    z-index: 99;

}
@keyframes growShrink {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.1); /* يكبر بنسبة 10% */
    }
    100% {
      transform: scale(1);
    }
  }

  .shape5 {
    position: absolute;
    width: 200px;
    bottom: 0px;
    left: 30px;
    animation: growRotate 5s linear infinite;


}
.shape7 {
    position: absolute;
    width: 200px;
    top: 0px;
    right: 30px;
    animation: float 4s ease-in-out infinite;
    z-index: 99;

}
@keyframes growRotate {
    0% {
        transform: scale(1) scalex(0);
    }

    30% {
        transform: scale(1.1) scalex(-1);
    }

    60% {
        transform: scale(1) scalex(0);
    }

    80% {
        transform: scale(1) scalex(1);
    }

    100% {
        transform: scale(1) scalex(0);
    }
}
.shape6 {
    position: absolute;
    width: 200px;
    bottom: 10px;
    left: 10px;
    animation: growShrink 3s ease-in-out infinite;
    z-index: 1000;

}
.shape8 {
    position: absolute;
    width: 200px;
    top: 0px;
    right: 30px;
    animation: float 4s ease-in-out infinite;
}
.shape9 {
    position: absolute;
    width: 200px;
    bottom: 0px;
    right: 50%;
    transform: translateY(-50%);
    animation: flyMove 6s ease-in-out infinite;
    z-index: 99;
}


@keyframes flyMove {
    0% {
        transform:  translate(0, 0) rotate(0deg);
    }
    25% {
        transform:  translate(10px, -15px) rotate(2deg);
    }
    50% {
        transform:  translate(-10px, -30px) rotate(-2deg);
    }
    75% {
        transform:  translate(10px, -15px) rotate(2deg);
    }
    100% {
        transform:  translate(0, 0) rotate(0deg);
    }
} 
.shape10 {
    position: absolute;
    width: 200px;
    top: 0px;
    right: 10px;

    animation: fly 6s ease-in-out infinite;
}
@keyframes fly {
    0% {
        transform: scale(1) translate(0, 0) rotate(0deg);
    }
    20% {
        transform: scale(1.1) translate(15px, -20px) rotate(5deg);
    }
    40% {
        transform: scale(1.05) translate(-10px, -25px) rotate(-3deg);
    }
    60% {
        transform: scale(1.1) translate(20px, -10px) rotate(7deg);
    }
    80% {
        transform: scale(1) translate(-15px, -15px) rotate(-2deg);
    }
    100% {
        transform: scale(1) translate(0, 0) rotate(0deg);
    }
}
/* .banner_about::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../img/kids/4.png);
    background-repeat: repeat-x; /* لتكرار الصورة أفقيًا */
    /* background-size: auto 90%; /* الحفاظ على أبعاد الصورة الأصلية وتغطية العرض */
/* }  */
.vision_mission_section::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.259);
}

.shape11 {
    position: absolute;
    width: 200px;
    top: 0px;
    right: 10px;

    animation: flyMove 6s ease-in-out infinite;
}
.shape12 {
    position: absolute;
    width: 200px;
    top: 0px;
    left: 10px;

    animation: growShrink 3s ease-in-out infinite;
}
.shape13 {
    position: absolute;
    width: 200px;
    top: 20px;
    left:  0; /* يبدأ من أقصى اليمين */
    transform: scaleX(-1);
    animation: plane 8s linear infinite;
}
@keyframes plane {
    0% {
        transform: translateX(100vw) translateY(0) scale(0.4); /* البداية بحجم صغير */
    }
    25% {
        transform: translateX(75vw) translateY(-15px) scale(0.6); /* تكبير خفيف */
    }
    50% {
        transform: translateX(50vw) translateY(-30px) scale(0.8); /* تكبير أكبر */
    }
    75% {
        transform: translateX(25vw) translateY(-45px) scale(1.0); /* تكبير حتى الحجم الطبيعي */
    }
    100% {
        transform: translateX(0) translateY(-60px) scale(1.2); /* يستمر التكبير حتى الوصول للنهاية */
    }
}

.shape14 {
    position: absolute;
    width: 200px;
    top: 20px;
    right: 0; /* يبدأ من أقصى اليمين */
    transform: scaleX(-1);
    animation: growShrink 8s linear infinite;
}
.shape15 {
    position: absolute;
    width: 100px;
    top: 10px;
    right: 10px; /* يبدأ من أقصى اليمين */
    transform: scaleX(-1);
    animation: growShrink 8s linear infinite;
}
.shape16 {
    position: absolute;
    width: 200px;
    top: 10px;
    left: 10px; /* يبدأ من أقصى اليمين */
    transform: scaleX(-1);
    animation: float 8s linear infinite;
}
.shape17 {
    position: absolute;
    width: 200px;
    top: 10px;
    right: 10px; /* يبدأ من أقصى اليمين */
    transform: scaleX(-1);
    animation: float 8s linear infinite;
}
.shape18 {
    position: absolute;
    width: 200px;
    bottom: 10px;
    left: 10px; /* يبدأ من أقصى اليمين */
    transform: scaleX(-1);
    animation: float 8s linear infinite;
}



.cloud-divider {
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 998;
    transform: rotateX(180deg); 
    height: 60px;
}
.cloud-divider img{
    height: 100%;
}
.cloud-divider2 {
    width: 100%;
    position: absolute;
    inset: 0;
    transform: rotateX(180deg); 
}
.cloud-divider2 img{
    height: 100%;
}
.cloud-divider3 {
    width: 100%;
    position: absolute;
    bottom: -120px;
    z-index: 9;
}


@media (max-width: 1463px) {
    .shape1 , .shape2 , .shape3 , .shape4 , .shape5, .shape6, .shape7, .shape8, .shape9, .shape10, .shape11, .shape12, .shape13, .shape14, .shape15, .shape16, .shape17, .shape18{
        width: 130px;
    }
}
@media (max-width: 567px) {
    .shape10 , .shape1, .shape12 ,.shape14 , .shape16 ,.shape15{
        width: 90px;
    }
    .shape2 , .shape7{
        display: none;
    }
    .cloud-divider{
        bottom: -1px;
    }
    .shape4{
        display: none;
    }
}
