.section-divider{position:relative;width:100%;overflow:hidden;background:#f7fafd;z-index:1}.section-divider-default{display:flex;align-items:center;justify-content:center;padding:60px 20px;position:relative}.section-divider-default-line{flex:1;height:2px;background:linear-gradient(90deg,transparent,rgba(30,79,158,.3),rgba(240,124,54,.5),rgba(30,79,158,.3),transparent);position:relative}.section-divider-default-line:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(30,79,158,.6),rgba(240,124,54,.8),rgba(30,79,158,.6),transparent);transform:translateY(-50%);animation:shimmer 3s ease-in-out infinite}.section-divider-default-icon{width:60px;height:60px;margin:0 30px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,rgba(30,79,158,.1),rgba(240,124,54,.1));border-radius:50%;border:2px solid rgba(30,79,158,.2);color:#1e4f9e;position:relative;transition:all .4s ease}.section-divider-default-icon:before{content:"";position:absolute;inset:-4px;border-radius:50%;background:linear-gradient(135deg,#1e4f9e,#f07c36);opacity:0;transition:opacity .4s ease;z-index:-1}.section-divider-default-icon:hover{transform:scale(1.1) rotate(5deg);border-color:#1e4f9e;color:#f07c36;box-shadow:0 8px 25px rgba(30,79,158,.3)}.section-divider-default-icon:hover:before{opacity:.1}.section-divider-default-icon svg{width:32px;height:32px;transition:transform .4s ease}.section-divider-default-icon:hover svg{transform:translateY(-2px)}.section-divider-wave{width:100%;height:120px;position:relative;overflow:hidden}.section-divider-wave svg{width:100%;height:100%;display:block;animation:waveAnimation 8s ease-in-out infinite}.section-divider-gradient{display:flex;align-items:center;justify-content:center;padding:80px 20px;position:relative}.section-divider-gradient-line{flex:1;height:3px;background:linear-gradient(90deg,transparent,#1e4f9e,#2a5bb0,#f07c36,#2a5bb0,#1e4f9e,transparent);position:relative;animation:gradientFlow 4s ease-in-out infinite}.section-divider-gradient-line:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.4),transparent);animation:shine 3s infinite}.section-divider-gradient-circle{width:16px;height:16px;border-radius:50%;background:linear-gradient(135deg,#1e4f9e,#f07c36);margin:0 20px;position:relative;box-shadow:0 0 20px rgba(30,79,158,.5),0 0 40px rgba(240,124,54,.3);animation:pulse 2s ease-in-out infinite}.section-divider-gradient-circle:before{inset:-8px;opacity:.3;animation:ripple 2s ease-out infinite}.section-divider-gradient-circle:after,.section-divider-gradient-circle:before{content:"";position:absolute;border-radius:50%;background:linear-gradient(135deg,#1e4f9e,#f07c36)}.section-divider-gradient-circle:after{inset:-16px;opacity:.15;animation:ripple 2s ease-out .5s infinite}.section-divider-geometric{display:flex;align-items:center;justify-content:center;padding:70px 20px;gap:40px;position:relative}.section-divider-geometric-shape{width:12px;height:12px;position:relative;animation:float 3s ease-in-out infinite}.section-divider-geometric-shape--1{background:linear-gradient(135deg,#1e4f9e,#2a5bb0);transform:rotate(45deg);animation-delay:0s;box-shadow:0 0 15px rgba(30,79,158,.4)}.section-divider-geometric-shape--2{width:16px;height:16px;background:linear-gradient(135deg,#f07c36,#ff9a56);border-radius:50%;animation-delay:.3s;box-shadow:0 0 20px rgba(240,124,54,.5)}.section-divider-geometric-shape--3{background:linear-gradient(135deg,#1e4f9e,#2a5bb0);transform:rotate(45deg);animation-delay:.6s;box-shadow:0 0 15px rgba(30,79,158,.4)}.section-divider-geometric:after,.section-divider-geometric:before{content:"";position:absolute;top:50%;width:30%;height:1px;background:linear-gradient(90deg,transparent,rgba(30,79,158,.3),transparent)}.section-divider-geometric:before{left:0;transform:translateY(-50%)}.section-divider-geometric:after{right:0;transform:translateY(-50%)}[dir=rtl] .section-divider-default-line{background:linear-gradient(270deg,transparent,rgba(30,79,158,.3),rgba(240,124,54,.5),rgba(30,79,158,.3),transparent)}[dir=rtl] .section-divider-gradient-line{background:linear-gradient(270deg,transparent,#1e4f9e,#2a5bb0,#f07c36,#2a5bb0,#1e4f9e,transparent)}@keyframes shimmer{0%,to{opacity:.5}50%{opacity:1}}@keyframes waveAnimation{0%,to{transform:translateX(0)}50%{transform:translateX(-20px)}}@keyframes gradientFlow{0%,to{background-position:0 50%}50%{background-position:100% 50%}}@keyframes shine{0%{left:-100%}to{left:100%}}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.2);opacity:.8}}@keyframes ripple{0%{transform:scale(1);opacity:.3}to{transform:scale(2.5);opacity:0}}@keyframes float{0%,to{transform:translateY(0) rotate(45deg)}50%{transform:translateY(-15px) rotate(45deg)}}[dir=rtl] .section-divider-geometric-shape--1,[dir=rtl] .section-divider-geometric-shape--3{transform:rotate(-45deg)}[dir=rtl] .section-divider-geometric-shape--1{animation:float 3s ease-in-out infinite}[dir=rtl] .section-divider-geometric-shape--3{animation:float 3s ease-in-out .6s infinite}@media (max-width:768px){.section-divider-default{padding:40px 15px}.section-divider-default-icon{width:50px;height:50px;margin:0 20px}.section-divider-default-icon svg{width:24px;height:24px}.section-divider-gradient{padding:60px 15px}.section-divider-gradient-circle{width:12px;height:12px;margin:0 15px}.section-divider-geometric{padding:50px 15px;gap:25px}.section-divider-geometric-shape{width:10px;height:10px}.section-divider-geometric-shape--2{width:14px;height:14px}.section-divider-wave{height:80px}}@media (max-width:480px){.section-divider-default{padding:30px 10px}.section-divider-default-icon{width:40px;height:40px;margin:0 15px}.section-divider-gradient{padding:50px 10px}.section-divider-geometric{padding:40px 10px;gap:20px}}@media (prefers-reduced-motion:reduce){.section-divider-default-line:before,.section-divider-geometric-shape,.section-divider-gradient-circle,.section-divider-gradient-line,.section-divider-wave svg{animation:none}}.hero-carousel-new{position:relative;display:block;width:100%;padding:0;margin:100px 0 0;flex-shrink:0;height:calc(100vh - 100px)!important;min-height:calc(100vh - 100px)!important;max-height:calc(100vh - 100px)!important;overflow:hidden;box-sizing:border-box;background:#0a0e1a}@media (max-width:768px){.hero-carousel-new{height:calc(100vh - 100px)!important;min-height:calc(100vh - 100px)!important;max-height:calc(100vh - 100px)!important}}@media (max-width:480px){.hero-carousel-new{height:calc(100vh - 100px)!important;min-height:calc(100vh - 100px)!important;max-height:calc(100vh - 100px)!important}}.hero-carousel-new-slides{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;min-height:100%;background:#0a0e1a}.hero-carousel-new-preload{position:absolute;inset:0;z-index:0;opacity:0;pointer-events:none;overflow:hidden}.hero-carousel-new-preload-img{position:absolute;inset:0;width:100%;height:100%}.hero-carousel-new-preload-img img{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;-o-object-fit:cover!important;object-fit:cover!important;-o-object-position:center!important;object-position:center!important}.hero-carousel-new-slide{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;min-height:100%}.hero-carousel-new-image-full{z-index:1}.hero-carousel-new-image-full,.hero-carousel-new-image-wrapper{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;min-height:100%!important}.hero-carousel-new-image-wrapper{overflow:hidden}.hero-carousel-new-image-bg{background-size:cover!important;background-position:50%!important;background-repeat:no-repeat!important;filter:brightness(.97) contrast(1.05)}.hero-carousel-new-image-wrapper>*{position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important;width:100%!important;height:100%!important;min-height:100%!important}.hero-carousel-new-image-wrapper img{min-height:100%!important}.hero-carousel-new-image-wrapper img,.hero-carousel-new-img{position:absolute!important;top:0!important;left:0!important;width:100%!important;height:100%!important;-o-object-fit:cover!important;object-fit:cover!important;-o-object-position:center!important;object-position:center!important}.hero-carousel-new-img{right:0!important;bottom:0!important;filter:brightness(.97) contrast(1.05)}.hero-carousel-new-image-overlay{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;background:linear-gradient(180deg,rgba(0,0,0,.12) 0,rgba(0,0,0,.04) 50%,rgba(0,0,0,.22));z-index:1}@media (max-width:768px){.hero-carousel-new-image-wrapper{position:absolute;inset:0;width:100%;height:100%;overflow:hidden}.hero-carousel-new-image-bg{background-size:contain!important;background-position:50%!important}.hero-carousel-new-image-wrapper img,.hero-carousel-new-img,.hero-carousel-new-preload-img img{-o-object-fit:contain!important;object-fit:contain!important;-o-object-position:center!important;object-position:center!important}.hero-carousel-new-image-overlay{position:absolute;inset:0;width:100%;height:100%;background:linear-gradient(180deg,rgba(0,0,0,.18) 0,rgba(0,0,0,.08) 50%,rgba(0,0,0,.28))}.hero-carousel-new-content-overlay,.hero-carousel-new-content-overlay.content-left,.hero-carousel-new-content-overlay.content-right{justify-content:center;text-align:center;padding:24px 20px}.hero-carousel-new-content-inner{max-width:100%;width:100%;padding:0 4px;box-sizing:border-box}.hero-carousel-new-title{font-size:clamp(22px,6vw,32px)}.hero-carousel-new-description{font-size:clamp(14px,4vw,16px)}}@media (max-width:480px){.hero-carousel-new-content-overlay,.hero-carousel-new-content-overlay.content-left,.hero-carousel-new-content-overlay.content-right{padding:20px 16px}.hero-carousel-new-content-inner{padding:0 2px}.hero-carousel-new-title{font-size:clamp(20px,5.5vw,28px)}}.hero-carousel-new-content-overlay{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;z-index:10;padding:60px 40px}.hero-carousel-new-content-overlay.content-left{justify-content:flex-start;padding-left:80px}.hero-carousel-new-content-overlay.content-right{justify-content:flex-end;padding-right:80px}@media (max-width:1024px){.hero-carousel-new-content-overlay{padding:40px 24px;justify-content:center;text-align:center}.hero-carousel-new-content-overlay.content-left,.hero-carousel-new-content-overlay.content-right{justify-content:center;text-align:center;padding-left:24px;padding-right:24px}.hero-carousel-new-content-inner{max-width:min(600px,100%)}}.hero-carousel-new-content-inner{max-width:600px;width:100%}.hero-carousel-new-badge{display:inline-block;background:linear-gradient(135deg,#1e4f9e,#f07c36);color:#fff;padding:10px 24px;border-radius:50px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:24px;box-shadow:0 8px 24px rgba(30,79,158,.3)}.hero-carousel-new-title{font-size:clamp(32px,5vw,64px);font-weight:900;color:#fff;line-height:1.1;margin-bottom:24px;text-shadow:0 4px 20px rgba(0,0,0,.8),0 2px 8px rgba(0,0,0,.6),0 0 40px rgba(30,79,158,.3)}.hero-carousel-new-description{font-size:clamp(16px,2vw,20px);color:hsla(0,0%,100%,.95);line-height:1.8;margin-bottom:32px;text-shadow:0 2px 10px rgba(0,0,0,.7),0 1px 4px rgba(0,0,0,.5)}.hero-carousel-new-cta{display:inline-flex;align-items:center;gap:12px;background:linear-gradient(135deg,#1e4f9e,#f07c36);color:#fff;padding:16px 32px;border-radius:12px;font-weight:700;font-size:16px;text-decoration:none;transition:all .3s ease;box-shadow:0 8px 24px rgba(30,79,158,.3);border:2px solid transparent}.hero-carousel-new-cta:hover{background:linear-gradient(135deg,#f07c36,#ff9a56);color:#fff;transform:translateY(-2px);box-shadow:0 12px 32px rgba(240,124,54,.4)}.hero-carousel-new-cta svg{width:20px;height:20px;transition:transform .3s ease}.hero-carousel-new-cta:hover svg{transform:translateX(4px)}[dir=rtl] .hero-carousel-new-cta:hover svg{transform:translateX(-4px)}.hero-carousel-new-controls{position:absolute;bottom:12px;left:50%;transform:translateX(-50%);z-index:50;display:flex;align-items:center;gap:20px;background:hsla(0,0%,100%,.95);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);padding:12px 24px;border-radius:50px;box-shadow:0 8px 32px rgba(0,0,0,.1);border:1px solid rgba(30,79,158,.15)}.hero-carousel-new-nav-btn{width:40px;height:40px;border-radius:50%;border:none;background:linear-gradient(135deg,#1e4f9e,#2a5bb0);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;box-shadow:0 4px 12px rgba(30,79,158,.3)}.hero-carousel-new-nav-btn:hover{background:linear-gradient(135deg,#f07c36,#ff9a56);transform:scale(1.1);box-shadow:0 6px 16px rgba(240,124,54,.4)}.hero-carousel-new-nav-btn svg{width:20px;height:20px}.hero-carousel-new-pagination{display:flex;align-items:center;gap:8px}.hero-carousel-new-dot{position:relative;width:8px;height:8px;border-radius:50%;border:none;background:rgba(30,79,158,.3);cursor:pointer;transition:all .3s ease;padding:0}.hero-carousel-new-dot.active{width:32px;background:linear-gradient(135deg,#1e4f9e,#f07c36);border-radius:4px}.hero-carousel-new-dot-indicator{position:absolute;inset:0;background:linear-gradient(135deg,#f07c36,#ff9a56);border-radius:4px}.hero-carousel-new-status{display:flex;align-items:center;gap:8px;color:#1e4f9e;font-weight:700;font-size:14px}.hero-carousel-new-status-current{color:#1e4f9e}.hero-carousel-new-status-separator,.hero-carousel-new-status-total{color:#64748b}@media (max-width:768px){.hero-carousel-new-controls{bottom:10px;padding:10px 16px;gap:12px}.hero-carousel-new-nav-btn{width:36px;height:36px}.hero-carousel-new-status{font-size:12px}}@media (prefers-reduced-motion:reduce){.hero-carousel-new *,.hero-carousel-new :after,.hero-carousel-new :before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}