.navbar{transition:all .3s ease;padding:1rem 0}.navbar.navbar-scrolled{background-color:#fff;box-shadow:0 2px 10px rgba(0,0,0,.1);padding:.5rem 0}.navbar.navbar-scrolled .navbar-brand img{height:50px;width:auto}.navbar .navbar-brand img{height:70px;width:auto}.navbar .nav-link{color:#1a1a1a;padding:.5rem 1rem;font-size:.95rem;position:relative}.navbar .nav-link:hover{color:#0d6efd}.navbar .nav-link.active{color:#0d6efd;font-weight:500}.navbar .btn{padding:.5rem 1.25rem;font-size:.95rem}.navbar .btn.btn-outline-primary{border-width:2px;background-color:transparent;border-color:#01094f;color:#01094f}.navbar .btn.btn-outline-primary:hover{background-color:#01094f;color:#fff}.hero-section{background:linear-gradient(180deg,rgba(190,208,255,0) 0,rgba(190,208,255,.42) 100%);padding:80px 0;margin-top:-60px;min-height:75vh;display:flex;align-items:center}.hero-section .hero-content{padding:2rem}.hero-section .hero-content .hero-title{font-size:2.5rem;font-weight:700;color:#1a1a1a;line-height:1.3}.hero-section .hero-content .hero-title span{color:#2563eb;margin-top:.5rem}.hero-section .hero-content .hero-description{font-size:1.1rem;line-height:1.8;color:#4b5563;margin-bottom:2rem}.hero-section .hero-content .btn-primary{padding:.8rem 2rem;font-size:1.1rem;border-radius:8px;background:#2563eb;border:none}.hero-section .hero-content .btn-primary:hover{background:#1d4ed8;transform:translateY(-2px)}.hero-section .hero-image-wrapper{padding:4rem}.hero-section .hero-image-wrapper .main-image{position:relative;z-index:2}.hero-section .hero-image-wrapper .main-image img{border-radius:16px}.hero-section .hero-image-wrapper .success-badge{position:absolute;top:0;right:0;padding:1rem;border-radius:12px;z-index:3;max-width:300px}.hero-section .hero-image-wrapper .success-badge .badge-content{display:flex;align-items:center;justify-content:center;gap:1rem;background-color:#fff}.hero-section .hero-image-wrapper .success-badge .badge-content i{font-size:1.5rem}.hero-section .hero-image-wrapper .success-badge .badge-content p{font-size:.9rem;color:#4b5563}.hero-section .hero-image-wrapper .stats-badge{position:absolute;bottom:0;left:0;padding:1rem;border-radius:12px;z-index:3}.hero-section .hero-image-wrapper .stats-badge .badge-content{background-color:#fff}.hero-section .hero-image-wrapper .stats-badge .badge-content h6{color:#1a1a1a;font-weight:600;font-size:.9rem}.hero-section .hero-image-wrapper .stats-badge .badge-content .stats-chart{padding:12px 12px 0;width:170px}@media (max-width:991.98px){.hero-section{padding:60px 0}.hero-section .hero-content{text-align:center;margin-bottom:3rem}.hero-section .hero-content .hero-title{font-size:2rem}.hero-section .hero-image-wrapper{padding:1rem}.hero-section .hero-image-wrapper .stats-badge,.hero-section .hero-image-wrapper .success-badge{position:relative;margin:1rem 0;width:100%;max-width:100%}}.hero-image-wrapper{position:relative;overflow:hidden}.stats-badge,.success-badge{position:absolute;z-index:10;cursor:pointer;transition:all .3s ease;will-change:transform;transform-origin:center center}.stats-badge:hover,.success-badge:hover{transform:scale(1.05);z-index:20}.stats-badge:active,.success-badge:active{animation:tilt .5s ease-in-out;transform:scale(.95)}.success-badge{top:-20px;right:-20px;animation:float 3s ease-in-out infinite}.stats-badge{bottom:-20px;left:-20px;animation:float 3s ease-in-out infinite;animation-delay:1.5s}.badge-content{padding:15px;border-radius:8px;box-shadow:0 5px 15px rgba(0,0,0,.1)}.main-image{transition:all .3s ease}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-15px)}100%{transform:translateY(0)}}@keyframes pulse{0%{transform:scale(1.05)}50%{transform:scale(1.1)}100%{transform:scale(1.05)}}@keyframes tilt{0%{transform:rotate(0)}25%{transform:rotate(2deg)}75%{transform:rotate(-2deg)}100%{transform:rotate(0)}}.about-section{padding:8rem 0;background-color:#fff}.about-section .hero-text{max-width:500px}.about-section .hero-text h2{font-weight:700}.about-section .hero-text p{line-height:1.8;margin-bottom:20px}.about-section .hero-text .btn{margin-top:10px}.about-section .hero-text .btn-about{background-color:transparent;border:1px solid #01094f;color:#01094f;padding:.5rem 1rem;border-radius:5px;transition:all .3s ease;font-weight:500}.about-section .hero-text .btn-about:hover{background-color:#01094f;color:#fff}.about-section .counter-wrapper{margin-top:20px;padding:15px;text-align:center;background-color:#fafafa;width:250px;border-radius:10px}.about-section .counter-wrapper .counter{font-size:3.5rem;font-weight:700;color:#5f8dff}.about-section .counter-wrapper span{display:block;font-size:1rem}.about-section .bg-shape{position:absolute;width:306px;height:376px;border-radius:50%;top:10%;left:50%;transform:translate(-50%,-50%);z-index:-1;background:url(../img/shape.png)}.about-section img{max-width:100%;position:relative;z-index:1}@media (max-width:768px){.about-section .about_img{width:75%}}.features-section{padding:6rem 0;background-color:#01094f;color:#fff}.features-section .feature-card{display:flex;flex-direction:column;background:#fff;color:#01094f;height:100%;border-radius:15px;padding:25px;gap:25px}.features-section .feature-card h4{height:62px}.features-section .feature-card a{color:#01094f;text-decoration:none;transition:1s}.features-section .feature-card a:hover{color:#5f8dff}.activities-section{padding:8rem 0;background-color:#eff4ff}.activities-section .news-section{text-align:center}.activities-section .news-section h2{font-weight:700;margin-bottom:30px}.activities-section .news-card{border-radius:10px;padding:0;transition:.3s ease-in-out;overflow:hidden}.activities-section .news-card img{width:100%;border-radius:10px;-o-object-fit:cover;object-fit:cover}.activities-section .news-card h4{font-size:1.1rem;margin-top:15px;font-weight:700}.activities-section .news-card p{font-size:.9rem;margin-bottom:15px}.activities-section .btn-main{padding:10px 20px;font-size:1rem;border-radius:5px;text-decoration:none;display:inline-block;margin-top:20px;transition:.3s;background-color:#01094f;color:#fff}.activities-section .btn-main:hover{background-color:#fff;color:#01094f}.testimonials-section{background-color:#fff;padding:6rem 0}.testimonials-section .section-header{max-width:800px;margin:0 auto}.testimonials-section .section-header .section-title{font-family:"Readex Pro",sans-serif;font-size:2rem;font-weight:700;color:#1a1a1a}.testimonials-section .section-header .section-description{font-size:1.1rem;line-height:1.8;color:#64748b}.testimonials-section .testimonial-quote{max-width:700px;margin:0 auto;padding:2rem 0}.testimonials-section .testimonial-quote .quote-mark .quote-icon{font-size:3rem;color:#2563eb;line-height:1}.testimonials-section .testimonial-quote .quote-text{font-size:1.25rem;line-height:1.8;color:#01094f;font-weight:500;margin:0;padding:0 15%}.testimonials-section .testimonial-quote .quote-author{margin-top:1.5rem}.testimonials-section .testimonial-quote .quote-author .author-name{font-size:1.1rem;font-weight:600;color:#01094f;margin:0}.testimonials-section .client-logos{position:relative;padding-top:2rem;border-top:1px solid #eff4ff}.testimonials-section .client-logos .logo-wrapper{text-align:center;padding:1rem}.testimonials-section .client-logos .logo-wrapper img{max-height:60px;width:auto;transition:opacity .3s ease}.testimonials-section .client-logos .logo-wrapper img:hover{opacity:.8}.testimonials-section .client-logos .decorative-line{position:absolute;bottom:-20px;left:50%;transform:translateX(-50%);width:300px;height:2px;background:#e2e8f0}@media (max-width:768px){.testimonials-section{padding:3rem 0}.testimonials-section .section-header .section-title{font-size:1.75rem}.testimonials-section .section-header .section-description{font-size:1rem}.testimonials-section .testimonial-quote .quote-text{font-size:1.1rem;color:#01094f}.testimonials-section .client-logos .logo-wrapper img{max-height:50px}.testimonials-section .client-logos .decorative-line{width:200px}}.testimonials-section{background-color:#fff}.quote-icon{font-size:3rem;color:#4169e1}.author-name{font-size:1.1rem;color:#01094f;font-weight:600}.logo-wrapper{cursor:pointer;padding:15px;transition:all .3s ease;opacity:.6}.logo-wrapper:hover{opacity:.8}.logo-wrapper.active{opacity:1;transform:scale(1.1)}.decorative-line{height:2px;background:#eee;margin-top:30px}.testimonials-section{direction:rtl}.faq-section{background-color:#fff;padding:8rem 0}.faq-section h2{font-family:"Readex Pro",sans-serif;font-weight:700;color:#1a1a1a;font-size:2rem}.faq-section .accordion{max-width:800px;margin:0 auto}.faq-section .accordion .accordion-item{border:none;background:0 0;margin-bottom:1.5rem}.faq-section .accordion .accordion-item:last-child{margin-bottom:0}.faq-section .accordion .accordion-header{margin:0}.faq-section .accordion .accordion-button{font-family:"Readex Pro",sans-serif;font-weight:500;font-size:1.1rem;color:#1a1a1a;background-color:#f8f9fa;border-radius:8px!important;padding:1.25rem}.faq-section .accordion .accordion-button:not(.collapsed){color:#2563eb;background-color:#f0f5ff;box-shadow:none}.faq-section .accordion .accordion-button:focus{box-shadow:none;border-color:#2563eb}.faq-section .accordion .accordion-button::after{margin-left:0;margin-right:auto;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%232563eb'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")}.faq-section .accordion .accordion-body{font-size:1rem;line-height:1.8;color:#64748b;padding:1.25rem;background-color:#fff;border-bottom-right-radius:8px;border-bottom-left-radius:8px}.faq-section .accordion .accordion-button::after{margin-right:auto;margin-left:0}@media (max-width:768px){.faq-section h2{font-size:1.75rem}.faq-section .accordion .accordion-button{font-size:1rem;padding:1rem}.faq-section .accordion .accordion-body{padding:1rem}}.footer{background:linear-gradient(191deg,#01094f -.49%,#061176 91.67%);color:#fff;padding:4rem 2rem;font-family:"Readex Pro",sans-serif}.footer__cards{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-bottom:4rem}@media (max-width:768px){.footer__cards{grid-template-columns:1fr}}.footer__card{background-color:#fff;border-radius:12px;padding:2rem;text-align:right;display:flex;flex-direction:column;align-items:flex-end}.footer__card i{color:#5f8dff;font-size:1.5rem;margin-bottom:1rem}.footer__card h3{color:#01094f;font-size:1.5rem;margin-bottom:1rem;font-weight:600}.footer__card p{color:#1e293b;font-weight:400;margin-bottom:1rem}.footer__card .btn{background-color:#01094f;color:#fff;padding:.75rem 2rem;border-radius:6px;text-decoration:none;font-weight:500;transition:background-color .3s ease}.footer__card .btn:hover{background-color:#5f8dff}.footer__container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}@media (max-width:768px){.footer__container{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.footer__container{grid-template-columns:1fr}}.footer__section h3{font-size:1.5rem;margin-bottom:1.5rem;font-weight:600;color:#eff4ff}.footer__section p{font-weight:400;line-height:1.6;color:rgba(239,244,255,.9)}.footer__links{list-style:none;padding:0}.footer__links li{margin-bottom:.75rem}.footer__links li a{color:rgba(239,244,255,.9);text-decoration:none;transition:color .3s ease;font-weight:400;text-decoration:none}.footer__links li a:hover{color:#5f8dff}.footer__social{display:flex;gap:1rem;margin-top:1rem}.footer__social a{background-color:rgba(239,244,255,.1);width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease;text-decoration:none}.footer__social a:hover{background-color:#5f8dff;transform:translateY(-2px)}.footer__social a i{font-size:1.2rem;color:#eff4ff}.footer__copyright{text-align:center;margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(239,244,255,.1);color:rgba(239,244,255,.9);font-weight:400}.scroll-to-top{position:fixed;bottom:32px;right:32px;background-color:#3b82f6;color:#fff;width:48px;height:48px;border-radius:50%;display:none;justify-content:center;align-items:center;cursor:pointer;border:none;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:all .3s ease}.scroll-to-top:hover{background-color:#2563eb;transform:scale(1.1)}.scroll-to-top svg{width:24px;height:24px}.content{height:200vh;padding:20px}.cookie-consent{position:fixed;bottom:0;left:0;right:0;background-color:#fff;box-shadow:0 -2px 10px rgba(0,0,0,.1);z-index:999}.container{max-width:1200px;margin:0 auto;padding:0 15px}.cookie-container{display:flex;justify-content:space-between;align-items:center;padding:15px 0;flex-wrap:wrap;flex-direction:row}@media (max-width:768px){.cookie-container{flex-direction:column;text-align:center}}.cookie-consent__message{flex:1;min-width:280px}.cookie-consent__message p{margin:0;font-size:14px;line-height:1.5;color:#333}@media (max-width:768px){.cookie-consent__message{margin-bottom:15px}}.cookie-consent__agree{background-color:#01094f;color:#fff;border:none;border-radius:4px;padding:10px 20px;margin-right:15px;font-size:14px;cursor:pointer;transition:background-color .3s;font-family:inherit}.cookie-consent__agree:hover{background-color:#5f8dff}@media (max-width:768px){.cookie-consent__agree{margin-left:0}}span.cookie-consent__message *{color:#001c61;font-family:"Readex Pro",sans-serif;text-align:right}html{font-size:16px;scroll-behavior:smooth}body{font-family:"Readex Pro",sans-serif;font-weight:400;line-height:1.6;color:#1e293b}h1,h2,h3,h4,h5,h6{font-family:"Readex Pro",sans-serif;font-weight:700;line-height:1.3}.font-light{font-weight:300}.font-regular{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.text-readex{font-family:"Readex Pro",sans-serif!important}.fw-light{font-weight:300!important}.fw-regular{font-weight:400!important}.fw-medium{font-weight:500!important}.fw-semibold{font-weight:600!important}.fw-bold{font-weight:700!important}