:root{--primary-color:var(--theme-palette-color-1, #3984C6);--dark-bg:var(--theme-palette-color-4, #102136);--light-gray:var(--theme-palette-color-5, #E7EBEE);--lighter-gray:var(--theme-palette-color-6, #F3F5F7);--dark-blue:var(--theme-palette-color-10, #082a53);--transition:all 0.4s cubic-bezier(0.4, 0, 0.2, 1)}.hero-section{height:100vh;background:linear-gradient(135deg,var(--dark-blue),var(--dark-bg));overflow:hidden;font-family:var(--theme-font-family);position:relative}.hero-slider{height:100%}.swiper-slide{position:relative}.hero-slider img{width:100%;height:100%;object-fit:cover}.hero-slider .hero-video{width:100%;height:100%;object-fit:cover}.hero-content{position:absolute;top:65%;transform:translateY(-50%);color:var(--theme-palette-color-8);max-width:650px;z-index:2;line-height:1.2;letter-spacing:-.02em;padding:2rem;z-index:999999}[dir=ltr] .hero-content{left:8%}[dir=rtl] .hero-content{right:8%;text-align:right;letter-spacing:0}.hero-content h1{font-size:1.5rem;font-weight:800;color:#fff;margin-bottom:2rem;animation:slideUp 1s ease-out;text-transform:uppercase;-webkit-background-clip:text;text-shadow:0 2px 4px rgba(0,0,0,.1);white-space:nowrap;text-overflow:ellipsis}.rtl .hero-content h1{font-size:2rem}.hero-content h2.vision{font-size:1.3rem;font-weight:500;color:var(--light-gray);margin-bottom:2.5rem;animation:slideUp 1s ease-out .2s backwards;line-height:1.6;opacity:.9}.rtl .hero-content h2.vision{font-size:1.05rem}.button-group{display:flex;gap:2rem;margin-top:3rem;animation:slideUp 1s ease-out .4s backwards}.hero-section .btn{padding:.8rem 1.5rem;text-decoration:none;font-weight:700;font-size:clamp(.6rem,.7vw,.9rem);transition:var(--transition);text-transform:uppercase;letter-spacing:.05em;position:relative;overflow:hidden;box-shadow:0 4px 15px rgba(0,0,0,.1)}.hero-section .btn::after{content:'';position:absolute;width:0;height:100%;top:0;left:0;transition:var(--transition)}.hero-section .btn:hover::after{width:100%}.hero-section .btn-primary{background-color:var(--primary-color);color:var(--theme-palette-color-8);border-radius:var(--bs-btn-border-radius)}.hero-section .btn-primary:hover{transform:translateY(-3px);box-shadow:0 6px 20px rgba(57,132,198,.2);background:#092a53}.hero-section .btn-secondary{background-color:var(--theme-palette-color-8);color:var(--dark-bg)}.hero-section .btn-secondary:hover{background-color:var(--primary-color);color:var(--theme-palette-color-8);transform:translateY(-3px);box-shadow:0 6px 20px rgba(57,132,198,.2)}@keyframes slideUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.swiper-button-next,.swiper-button-prev{color:var(--theme-palette-color-8);transition:var(--transition);opacity:.7}.swiper-button-next:hover,.swiper-button-prev:hover{opacity:1;transform:scale(1.1)}@media (max-width:768px){.hero-content{left:5%;right:5%;text-align:center;padding:1rem}[dir=rtl] .hero-content{text-align:center}.button-group{flex-direction:column;align-items:center;gap:1rem}[dir=rtl] .button-group{flex-direction:column}.hero-section .btn{width:100%;max-width:280px;text-align:center}}@media (min-width:1600px){.hero-content{max-width:800px}}[data-scroll]{opacity:0;will-change:transform,scale,opacity;transform:translateY(6rem) scale(.93);transition:all 1.5s cubic-bezier(.165,.84,.44,1)}[data-scroll=in]{opacity:1;transform:translateY(0) scale(1)}.splitting .char{color:transparent}.splitting .char:after{visibility:visible;color:#0d1a3b;opacity:0;transform:translateY(30%);transition:all .6s cubic-bezier(.175,.885,.32,1.275);transition-delay:calc(.2s + (.04s * var(--char-index)))}[data-scroll=in] .char:after{opacity:1;transform:translateY(0)}.about-section{position:relative;padding:4rem 0;z-index:1}.about-section .section-header{margin-bottom:10px}.about-image{position:relative;height:100%}.about-image .section__footer{margin:0!important}.about-image img{width:100%;height:100%;object-fit:cover;object-position:center;border-radius:10px;margin-top:-70px}.col-lg-6{height:100%}.about-content{height:100%;display:flex;flex-direction:column;justify-content:space-between}.content-text{flex-grow:1}.about-text{text-align:justify;color:#0d1a3b;font-weight:500;line-height:2rem;word-spacing:-1px;margin-bottom:0}.about-text:last-child{margin-bottom:0}.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:3rem;perspective:1000px}.stat-item{color:var(--theme-palette-color-8);text-align:center;padding:2rem;background-image:url(../images/section-bg.webp);background-color:#0d1a3b;border-radius:16px;border:1px solid rgba(255,255,255,.1);box-shadow:0 8px 32px rgba(0,0,0,.1);transition:all .4s cubic-bezier(.175,.885,.32,1.275);position:relative;overflow:hidden}.stat-item:hover{transform:translateY(-10px) rotateX(5deg);box-shadow:0 15px 35px rgba(0,0,0,.2);border-color:var(--theme-palette-color-1)}.counter-wrapper{display:flex;justify-content:center;align-items:stretch;flex-direction:column;position:relative;z-index:1}.counter-number-wrapper{display:flex;justify-content:center;align-items:baseline;font-size:3rem;font-weight:700;line-height:1.2;text-align:center;color:var(--theme-palette-color-8);margin-bottom:.5rem}.rtl .counter-wrapper{direction:ltr}.counter-number-plus,.counter-number-prefix{font-size:1em;font-weight:700;color:var(--theme-palette-color-1);margin-right:.3rem}.counter-number-suffix,.currency-suffix{font-size:.6em;font-weight:600;margin:0 .3rem;opacity:.9}.currency-suffix{color:var(--theme-palette-color-1)}.counter{display:inline-block;color:var(--theme-palette-color-8)}.counter-title{font-size:1.2rem;font-weight:500;color:var(--theme-palette-color-8);margin-top:0;letter-spacing:.5px;position:relative;padding-bottom:.5rem}.counter-title::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:40px;height:2px;background:var(--theme-palette-color-1);border-radius:2px;transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.stat-item:hover .counter-title::after{width:75px}@media (max-width:768px){.stats-grid{grid-template-columns:1fr;gap:1.5rem}.counter-number-wrapper{font-size:2.8rem}}section{background:var(--theme-palette-color-8);position:relative;z-index:1}.contact-section{background-color:#f8f9fa;position:relative}.contact-form-container{background:var(--theme-palette-color-8);padding:3rem;box-shadow:0 10px 30px rgba(0,0,0,.1)}.contact-form-container h2{color:#0d1a3b;font-size:2.5rem;font-weight:600;margin-bottom:2rem;position:relative;padding-bottom:1rem}.contact-form-container h2::after{content:'';position:absolute;left:0;bottom:0;width:50px;height:3px;background:#0d6efd}.form-control{padding:.8rem 1.2rem;border:1px solid #e9ecef;border-radius:8px;font-size:1rem;transition:all .3s ease}.form-control:focus{border-color:#0d6efd;box-shadow:0 0 0 .2rem rgba(13,110,253,.15)}.form-control::placeholder{color:#6c757d}textarea.form-control{min-height:120px;resize:vertical}.contact-form .hero-section .btn-primary{padding:.8rem 2rem;font-weight:500;border-radius:8px;transition:all .3s ease;background:#0d1a3b;color:var(--theme-palette-color-8)}.contact-form .hero-section .btn-primary:hover{transform:translateY(-2px);box-shadow:0 5px 15px rgba(13,110,253,.3)}.contact-info{background:#0d1a3b;padding:0;height:100%;color:var(--theme-palette-color-8)}.contact-info h2{font-size:2.5rem;font-weight:600;margin-bottom:2rem;position:relative;padding-bottom:1rem}.contact-info h2::after{content:'';position:absolute;left:0;bottom:0;width:50px;height:3px;background:var(--theme-palette-color-8)}.info-item{display:flex;align-items:flex-start;margin-bottom:2rem;padding:1.5rem;background:rgba(255,255,255,.05);border-radius:10px;transition:all .3s ease}.info-item:hover{background:rgba(255,255,255,.1);transform:translateY(-3px)}.info-item i{font-size:2rem;color:var(--theme-palette-color-8);margin-right:1.5rem}.info-item h3{font-size:1.2rem;font-weight:500;margin-bottom:.5rem;color:rgba(255,255,255,.9)}.info-item p{margin:0;color:rgba(255,255,255,.7);font-size:1rem}@media (max-width:991.98px){.hero-section{min-height:500px}.hero-content p{font-size:1.25rem}.contact-info{margin-top:2rem}.contact-form-container,.contact-info{padding:2rem}.contact-form-container h2,.contact-info h2{font-size:2rem}}@media (max-width:767.98px){.hero-section{min-height:400px}.hero-content{left:0!important;right:0!important;text-align:center}.contact-form-container,.contact-info{padding:1.5rem}.info-item{padding:1rem}.info-item i{font-size:1.5rem;margin-right:1rem}.form-control{padding:.7rem 1rem}}.contact-form.submitting{opacity:.7;pointer-events:none}.contact-form .hero-section .btn-primary.submitting{position:relative;padding-right:3rem}.contact-form .hero-section .btn-primary.submitting::after{content:'...';position:absolute;right:1rem;top:50%;transform:translateY(-50%);animation:dots 1.5s infinite;letter-spacing:2px;width:1rem}@keyframes dots{0%,20%{content:'.'}40%,60%{content:'..'}100%,80%{content:'...'}}@keyframes rotate{to{transform:translateY(-50%) rotate(360deg)}}@media (max-width:991.98px){.about-image img{margin-top:25px;width:80%;text-align:center}.counter-number-wrapper{font-size:2.5rem}.counter-title{font-size:.9rem}}@media (max-width:767.98px){.stats-grid{gap:1rem}.stat-item{padding:1rem}.counter-number-wrapper{font-size:2rem}.counter-title{font-size:.8rem;line-height:2}}.stat-item:nth-child(1){animation-delay:.2s}.stat-item:nth-child(2){animation-delay:.4s}.stat-item:nth-child(3){animation-delay:.6s}.stat-item:nth-child(4){animation-delay:.8s}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.success-message{background:#28a745;color:var(--theme-palette-color-8);padding:1rem;border-radius:8px;margin-bottom:1rem;display:none;animation:fadeIn .3s ease}@media (max-width:991.98px){.about-image{margin-bottom:2rem;text-align:center}.about-content{padding:0}.stats-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.stat-number{font-size:2rem}.stat-number span{font-size:1.5rem}}@media (max-width:767.98px){.section-header h2{font-size:2rem}.about-section{padding:2rem 0}.about-text{font-size:1rem;line-height:1.6}.stats-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.stat-item{padding:1rem}}