@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;500;600;700&display=swap";@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fade-in{animation:fadeIn .5s ease forwards}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in-up{animation:fadeInUp .5s ease forwards}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.fade-in-down{animation:fadeInDown .5s ease forwards}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.fade-in-left{animation:fadeInLeft .5s ease forwards}@keyframes fadeInRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.fade-in-right{animation:fadeInRight .5s ease forwards}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.scale-in{animation:scaleIn .5s ease forwards}.fade-enter-active,.fade-leave-active{transition:opacity .3s ease}.fade-enter-from,.fade-leave-to{opacity:0}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.pulse{animation:pulse 2s infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.spin{animation:spin 1s linear infinite}@keyframes shake{0%,to{transform:translate(0)}10%,30%,50%,70%,90%{transform:translate(-5px)}20%,40%,60%,80%{transform:translate(5px)}}.shake{animation:shake .8s ease-in-out}.text-left{text-align:left!important}.text-center{text-align:center!important}.text-right{text-align:right!important}.text-justify{text-align:justify!important}.text-uppercase{text-transform:uppercase!important}.text-lowercase{text-transform:lowercase!important}.text-capitalize{text-transform:capitalize!important}.text-primary,.text-secondary{color:#1c2d50!important}.text-white{color:#fff!important}.text-dark{color:#333!important}.text-muted{color:#666!important}.bg-primary,.bg-secondary{background-color:#1c2d50!important}.bg-light{background-color:#f8f9fa!important}.bg-white{background-color:#fff!important}.bg-dark{background-color:#333!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.ml-0{margin-left:0!important}.ml-1{margin-left:.25rem!important}.ml-2{margin-left:.5rem!important}.ml-3{margin-left:1rem!important}.ml-4{margin-left:1.5rem!important}.ml-5{margin-left:3rem!important}.mr-0{margin-right:0!important}.mr-1{margin-right:.25rem!important}.mr-2{margin-right:.5rem!important}.mr-3{margin-right:1rem!important}.mr-4{margin-right:1.5rem!important}.mr-5{margin-right:3rem!important}.mx-0{margin-left:0!important;margin-right:0!important}.mx-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-3{margin-left:1rem!important;margin-right:1rem!important}.mx-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-5{margin-left:3rem!important;margin-right:3rem!important}.mx-auto{margin-left:auto!important;margin-right:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-5{margin-top:3rem!important;margin-bottom:3rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.pl-0{padding-left:0!important}.pl-1{padding-left:.25rem!important}.pl-2{padding-left:.5rem!important}.pl-3{padding-left:1rem!important}.pl-4{padding-left:1.5rem!important}.pl-5{padding-left:3rem!important}.pr-0{padding-right:0!important}.pr-1{padding-right:.25rem!important}.pr-2{padding-right:.5rem!important}.pr-3{padding-right:1rem!important}.pr-4{padding-right:1.5rem!important}.pr-5{padding-right:3rem!important}.px-0{padding-left:0!important;padding-right:0!important}.px-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-3{padding-left:1rem!important;padding-right:1rem!important}.px-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-5{padding-left:3rem!important;padding-right:3rem!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-5{padding-top:3rem!important;padding-bottom:3rem!important}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-flex{display:flex!important}.d-grid{display:grid!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.justify-content-start{justify-content:flex-start!important}.justify-content-center{justify-content:center!important}.justify-content-end{justify-content:flex-end!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.align-items-start{align-items:flex-start!important}.align-items-center{align-items:center!important}.align-items-end{align-items:flex-end!important}.align-items-stretch{align-items:stretch!important}.rounded{border-radius:8px!important}.rounded-sm{border-radius:4px!important}.rounded-lg{border-radius:12px!important}.rounded-xl{border-radius:20px!important}.rounded-circle{border-radius:50%!important}.rounded-0{border-radius:0!important}.w-100{width:100%!important}.h-100{height:100%!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:sticky!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.overflow-visible{overflow:visible!important}.font-weight-light{font-weight:300!important}.font-weight-normal{font-weight:400!important}.font-weight-medium{font-weight:500!important}.font-weight-semibold{font-weight:600!important}.font-weight-bold{font-weight:700!important}.ar .text-left{text-align:right!important}.ar .text-right{text-align:left!important}.ar .ml-1,.ar .ml-2,.ar .ml-3,.ar .ml-4,.ar .ml-5{margin-left:0!important}.ar .mr-1,.ar .mr-2,.ar .mr-3,.ar .mr-4,.ar .mr-5{margin-right:0!important}.ar .ml-1{margin-right:.25rem!important}.ar .ml-2{margin-right:.5rem!important}.ar .ml-3{margin-right:1rem!important}.ar .ml-4{margin-right:1.5rem!important}.ar .ml-5{margin-right:3rem!important}.ar .mr-1{margin-left:.25rem!important}.ar .mr-2{margin-left:.5rem!important}.ar .mr-3{margin-left:1rem!important}.ar .mr-4{margin-left:1.5rem!important}.ar .mr-5{margin-left:3rem!important}.ar .pl-1,.ar .pl-2,.ar .pl-3,.ar .pl-4,.ar .pl-5{padding-left:0!important}.ar .pr-1,.ar .pr-2,.ar .pr-3,.ar .pr-4,.ar .pr-5{padding-right:0!important}.ar .pl-1{padding-right:.25rem!important}.ar .pl-2{padding-right:.5rem!important}.ar .pl-3{padding-right:1rem!important}.ar .pl-4{padding-right:1.5rem!important}.ar .pl-5{padding-right:3rem!important}.ar .pr-1{padding-left:.25rem!important}.ar .pr-2{padding-left:.5rem!important}.ar .pr-3{padding-left:1rem!important}.ar .pr-4{padding-left:1.5rem!important}.ar .pr-5{padding-left:3rem!important}.ar .flex-row{flex-direction:row-reverse!important}*{margin:0;padding:0;box-sizing:border-box}html,body{overflow-x:hidden}body{font-family:Rubik,Arial,sans-serif;font-size:16px;line-height:1.6;color:#555;background-color:#fff}body.ar{font-family:Cairo,Poppins,Arial,sans-serif;direction:rtl;text-align:right}h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;font-weight:700;line-height:1.2;color:#333}p{margin-bottom:1rem}a{color:#1c2d50;text-decoration:none;transition:all .3s ease}a:hover{color:#0f182a}img{max-width:100%;height:auto;display:block}ul,ol{margin-bottom:1rem;list-style-position:inside}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 15px}@media (max-width: 1230px){.container{max-width:100%}}.btn{display:inline-block;padding:12px 25px;font-weight:500;text-align:center;white-space:nowrap;vertical-align:middle;cursor:pointer;-webkit-user-select:none;user-select:none;border:2px solid transparent;font-size:1rem;line-height:1.5;border-radius:4px;transition:all .3s ease}.btn--primary{background-color:#1c2d50;border-color:#1c2d50;color:#fff}.btn--primary:hover{background-color:#0f182a;border-color:#0f182a;color:#fff}.btn--secondary{background-color:#1c2d50;border-color:#1c2d50;color:#fff}.btn--secondary:hover{background-color:#0f182a;border-color:#0f182a;color:#fff}.btn--outline{background-color:transparent;border-color:#fff;color:#fff}.btn--outline:hover{background-color:#fff;color:#1c2d50}.btn--link{background-color:transparent;border-color:transparent;color:#1c2d50;padding:0}.btn--link:hover{text-decoration:underline;background-color:transparent;border-color:transparent}.btn i{margin-left:8px}.ar .btn i{margin-left:0;margin-right:8px}.section-heading{text-align:center;margin-bottom:50px}.section-heading__title{font-size:2.5rem;margin-bottom:20px;position:relative;display:inline-block}.section-heading__title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:80px;height:3px;background-color:#1c2d50}.section-heading__subtitle{font-size:1.1rem;color:#666;max-width:700px;margin-left:auto;margin-right:auto}.page-header .page-header__title{color:#fff}.header__lang-btn{background:none;border:1px solid #ffffff;color:#fff;padding:8px 15px;border-radius:4px;font-size:.9rem;cursor:pointer;transition:all .3s ease}.header__lang-btn:hover{background-color:#1c2d50;border-color:#1c2d50}.header__mobile-toggle{display:none;flex-direction:column;justify-content:space-between;width:30px;height:20px;background:none;border:none;cursor:pointer;padding:0;margin-left:20px}@media (max-width: 992px){.header__mobile-toggle{display:flex}}.ar .header__mobile-toggle{margin-left:0;margin-right:20px}.header__mobile-toggle span{display:block;width:100%;height:2px;background-color:#fff;transition:all .3s ease}.page-header{background-color:#1c2d50;color:#fff;padding:100px 0 50px;text-align:center;margin-bottom:50px}.page-header__title{font-size:2.5rem;font-weight:700;margin-bottom:15px}.page-header__breadcrumbs{display:flex;align-items:center;justify-content:center;gap:10px}.ar .page-header__breadcrumbs{flex-direction:row-reverse}.page-header__breadcrumbs a{color:#fff;text-decoration:none;transition:opacity .3s ease}.page-header__breadcrumbs a:hover{opacity:.8}.page-header__breadcrumbs .separator{color:#ffffffb3}.page-header__breadcrumbs .current{opacity:.7}.hero{position:relative}.hero__slider{height:100vh;min-height:700px;max-height:900px;overflow:hidden}.hero__slide{position:relative;height:100%}.hero__image{position:absolute;top:0;left:0;width:100%;height:100%}.hero__image img{width:100%;height:100%;object-fit:cover;object-position:center center}.hero__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to right,#000c,#0006)}.ar .hero__overlay{background:linear-gradient(to left,#000c,#0006)}.hero__content{position:relative;z-index:1;height:100vh;min-height:700px;max-height:900px;display:flex;flex-direction:column;justify-content:center;max-width:650px}.ar .hero__content{margin-left:auto}.hero__title{font-size:3.5rem;font-weight:700;color:#fff;margin-bottom:20px;line-height:1.2}@media (max-width: 768px){.hero__title{font-size:2.5rem}}.hero__title span{color:#1c2d50}.hero__subtitle{font-size:1.25rem;color:#ccc;margin-bottom:40px;line-height:1.6}@media (max-width: 768px){.hero__subtitle{font-size:1.1rem}}.hero__buttons{display:flex;gap:15px}@media (max-width: 576px){.hero__buttons{flex-direction:column;width:100%;max-width:300px}}.hero__stats{position:relative;padding:50px 0;background-color:#f8f9fa}.hero__stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}@media (max-width: 992px){.hero__stats-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 576px){.hero__stats-grid{grid-template-columns:1fr}}.hero__stat{text-align:center}.hero__stat-value{font-size:2.5rem;font-weight:700;color:#1c2d50;margin-bottom:10px}.hero__stat-label{font-size:1rem;font-weight:500;color:#555}@media (max-width: 768px){.hero__image img{object-position:30% center}}.about{padding:100px 0}.about__content{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}@media (max-width: 992px){.about__content{grid-template-columns:1fr}}.about__image{position:relative}.about__image:before{content:"";position:absolute;top:-20px;left:-20px;width:100%;height:100%;border:5px solid #1c2d50;z-index:-1}.ar .about__image:before{left:auto;right:-20px}@media (max-width: 992px){.about__image:before{display:none}}.about__image img{width:100%;height:auto;border-radius:4px;box-shadow:0 5px 20px #0000001a}.about__title{font-size:2rem;font-weight:700;color:#333;margin-bottom:20px}@media (max-width: 768px){.about__title{font-size:1.8rem}}.about__description{font-size:1rem;color:#666;line-height:1.8;margin-bottom:20px}.about__values{margin:40px 0}.about__value{display:flex;gap:20px;margin-bottom:20px}.about__value-icon{width:50px;height:50px;display:flex;align-items:center;justify-content:center;background-color:#1c2d501a;color:#1c2d50;border-radius:50%;font-size:20px;flex-shrink:0}.about__value-text h4{font-size:1.2rem;font-weight:600;color:#333;margin-bottom:5px}.about__value-text p{font-size:.9rem;color:#666;margin:0}.services{padding:100px 0;background-color:#f8f9fa}.services__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;margin-top:60px}@media (max-width: 1200px){.services__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.services__grid{grid-template-columns:1fr}}.services__card{background-color:#fff;padding:40px 30px;border-radius:8px;box-shadow:0 5px 15px #0000000d;transition:all .3s ease;height:100%}.services__card:hover{transform:translateY(-10px);box-shadow:0 15px 30px #0000001a}.services__card:hover .services__icon{background-color:#1c2d50;color:#fff}.services__icon{width:70px;height:70px;display:flex;align-items:center;justify-content:center;background-color:#1c2d501a;color:#1c2d50;border-radius:50%;font-size:28px;margin-bottom:25px;transition:all .3s ease;position:relative}.services__icon--electrical{background-color:#fff;color:#fbc02d}.services__icon--electrical:before{content:"";position:absolute;top:50%;left:50%;width:12px;height:24px;background-color:currentColor;clip-path:polygon(0 0,100% 0,60% 55%,100% 55%,0 100%,40% 45%);transform:translate(-50%,-50%)}.services__icon--programming{background-color:#d9eeda;color:#388e3c;font-size:20px}.services__icon--programming:before{content:"<>";position:absolute;top:50%;left:50%;color:currentColor;font-family:sans-serif;font-weight:700;transform:translate(-50%,-50%)}.services__icon--logistics{background-color:#c5ecfe;color:#039be5}.services__icon--logistics:before{content:"";position:absolute;bottom:30%;left:25%;width:50%;height:25%;background-color:currentColor;border-radius:2px}.services__icon--logistics:after{content:"";position:absolute;bottom:15%;left:30%;width:8px;height:8px;background-color:#333;border-radius:50%;box-shadow:20px 0 #333}.services__title{font-size:1.4rem;font-weight:600;color:#333;margin-bottom:15px}.services__description{font-size:1rem;color:#666;line-height:1.7;margin-bottom:20px}.services__link{display:inline-flex;align-items:center;font-size:.9rem;font-weight:600;color:#1c2d50;transition:all .3s ease}.services__link:hover{color:#0f182a}.services__arrow{margin-left:8px;transition:transform .3s ease}.ar .services__arrow{margin-left:0;margin-right:8px;transform:rotate(180deg)}.services__link:hover .services__arrow{transform:translate(5px)}.ar .services__link:hover .services__arrow{transform:translate(-5px) rotate(180deg)}.services__cta{margin-top:80px;text-align:center;background-color:#1c2d50;padding:60px;border-radius:8px;color:#fff}.services__cta h3{font-size:2rem;font-weight:700;margin-bottom:15px;color:#fff}@media (max-width: 768px){.services__cta h3{font-size:1.5rem}}.services__cta p{font-size:1.1rem;margin-bottom:30px;max-width:600px;margin-left:auto;margin-right:auto}.services__cta .btn--primary{background-color:#fff;color:#1c2d50;border-color:#fff}.services__cta .btn--primary:hover{background-color:transparent;color:#fff}.projects{padding:100px 0}.projects__tabs{display:flex;justify-content:center;margin-bottom:40px;flex-wrap:wrap}.projects__tab{background:none;border:none;padding:10px 20px;font-size:1rem;font-weight:600;color:#666;cursor:pointer;position:relative;transition:all .3s ease;margin:5px}.projects__tab:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:0;height:2px;background-color:#1c2d50;transition:width .3s ease}.projects__tab:hover,.projects__tab--active{color:#07c}.projects__tab:hover:after,.projects__tab--active:after{width:80%}.projects__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;margin-top:30px}@media (max-width: 1200px){.projects__grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 992px){.projects__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 576px){.projects__grid{grid-template-columns:1fr}}.projects__item{border-radius:8px;overflow:hidden;box-shadow:0 5px 15px #0000000d;transition:all .3s ease}.projects__item:hover{transform:translateY(-10px);box-shadow:0 15px 30px #0000001a}.projects__item:hover .projects__overlay{opacity:1}.projects__image{position:relative;height:240px;overflow:hidden}.projects__image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.projects__image:hover img{transform:scale(1.1)}.projects__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#1c2d50cc;display:flex;flex-direction:column;justify-content:center;align-items:center;opacity:0;transition:opacity .3s ease}.projects__category{color:#fff;font-size:.9rem;text-transform:uppercase;letter-spacing:1px;margin-bottom:15px;background-color:#fff3;padding:5px 15px;border-radius:50px}.projects__link{width:50px;height:50px;display:flex;align-items:center;justify-content:center;background-color:#fff;color:#1c2d50;border-radius:50%;font-size:18px;transition:all .3s ease}.projects__link:hover{background-color:#1c2d50;color:#fff}.projects__info{padding:20px;background-color:#fff}.projects__title{font-size:1.2rem;font-weight:600;color:#333;margin-bottom:10px}.projects__title:hover{color:#1c2d50}.projects__location{display:flex;align-items:center;gap:8px;font-size:.9rem;color:#666}.projects__location svg{color:#1c2d50}.projects__more{text-align:center;margin-top:60px}.projects:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:80px;height:3px;background-color:#1c2d50}.projects__subtitle{font-size:1.1rem;color:#666;max-width:700px;margin-left:auto;margin-right:auto}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}.alert-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.invalid-feedback{display:block;width:100%;margin-top:.25rem;font-size:.875em;color:#dc3545}input.is-invalid,textarea.is-invalid,select.is-invalid{border-color:#dc3545}.header{position:fixed;top:0;left:0;width:100%;z-index:1000;padding:20px 0;transition:all .3s ease}.header--scrolled{background-color:#fff;box-shadow:0 2px 10px #0000001a;padding:15px 0}.header--scrolled .header__menu a{color:#555}.header--scrolled .header__menu a:hover,.header--scrolled .header__menu a.active{color:#07c}.header--scrolled .header__logo .logo-light{display:none}.header--scrolled .header__logo .logo-dark{display:block}.header--scrolled .header__lang-btn{color:#555;border-color:#555}.header--scrolled .header__lang-btn:hover{background-color:#1c2d50;border-color:#1c2d50;color:#fff}.header--scrolled .header__mobile-toggle span{background-color:#555}.header__content{display:flex;align-items:center;justify-content:space-between}.header__logo img{height:32px;transition:all .3s ease}.header__logo .logo-dark{display:none}.header__logo .logo-light{display:block}@media (max-width: 992px){.header__nav{position:fixed;top:0;right:-100%;width:80%;max-width:400px;height:100vh;background-color:#fff;padding:80px 20px 20px;transition:right .3s ease;z-index:999;box-shadow:-5px 0 15px #0000001a;overflow-y:auto}.header__nav--open{right:0}.ar .header__nav{right:auto;left:-100%}.ar .header__nav--open{right:auto;left:0}}.header__menu{display:flex;list-style:none;margin:0;padding:0}@media (max-width: 992px){.header__menu{flex-direction:column}}.header__menu li{margin:0 15px}@media (max-width: 992px){.header__menu li{margin:10px 0}}.header__menu a{color:#fff;font-weight:500;position:relative}@media (max-width: 992px){.header__menu a{color:#555;font-size:1.1rem;display:block;padding:10px 0}}.header__menu a:hover,.header__menu a.active{color:#07c}.header__menu a:hover:after,.header__menu a.active:after{width:100%}.header__actions{display:flex;align-items:center}.header__lang-btn{background:none;border:1px solid #ffffff;color:#fff;padding:8px 15px;border-radius:50px;font-size:.9rem;transition:all .3s ease}.testimonials{padding:100px 0;background-color:#f8f9fa}.testimonials__slider{max-width:800px;margin:60px auto 0;position:relative;overflow:hidden}.testimonials__track{display:flex;transition:transform .5s ease}.testimonials__slide{min-width:100%;padding:0 20px}.testimonials__card{background-color:#fff;padding:40px;border-radius:8px;box-shadow:0 5px 20px #0000000d;text-align:center;position:relative}.testimonials__quote{font-size:2rem;color:#1c2d50;margin-bottom:20px;opacity:.3}.testimonials__text{font-size:1.1rem;color:#666;line-height:1.8;margin-bottom:30px;font-style:italic}.testimonials__author h4{font-size:1.2rem;font-weight:600;color:#333;margin-bottom:5px}.testimonials__author p{font-size:.9rem;color:#666}.testimonials__controls{display:flex;align-items:center;justify-content:center;margin-top:40px}.testimonials__arrow{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background-color:#fff;color:#1c2d50;border:1px solid #1c2d50;border-radius:50%;cursor:pointer;transition:all .3s ease}.testimonials__arrow:hover{background-color:#1c2d50;color:#fff}.testimonials__arrow--prev{margin-right:20px}.testimonials__arrow--next{margin-left:20px}.testimonials__dots{display:flex;align-items:center;gap:10px}.testimonials__dot{width:10px;height:10px;border-radius:50%;background-color:#ccc;border:none;padding:0;cursor:pointer;transition:all .3s ease}.testimonials__dot--active,.testimonials__dot:hover{background-color:#07c}.contact{padding:100px 0}.contact__grid{display:grid;grid-template-columns:1fr 1fr;gap:50px}@media (max-width: 992px){.contact__grid{grid-template-columns:1fr}}.contact__info{background-color:#1c2d50;color:#fff;padding:50px;border-radius:8px}.contact__title{font-size:2.5rem;font-weight:700;margin-bottom:15px;color:#fff}.contact__subtitle{font-size:1.1rem;margin-bottom:50px;opacity:.8}.contact__details{margin-bottom:40px}.contact__detail{display:flex;gap:20px;margin-bottom:30px}.contact__detail h3{font-size:1.2rem;font-weight:600;margin-bottom:5px;color:#fff}.contact__detail p{opacity:.8;line-height:1.6;margin-bottom:0}.contact__detail a{color:#fff;text-decoration:none;transition:opacity .3s ease}.contact__detail a:hover{opacity:.7}.contact__icon{width:50px;height:50px;display:flex;align-items:center;justify-content:center;background-color:#ffffff1a;border-radius:50%;font-size:20px;flex-shrink:0}.contact__social{display:flex;gap:15px}.contact__social a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background-color:#ffffff1a;border-radius:50%;color:#fff;transition:all .3s ease}.contact__social a:hover{background-color:#fff;color:#1c2d50}.contact__form-container{background-color:#fff;border-radius:8px;box-shadow:0 5px 30px #0000000d;padding:50px}.contact__form h2{font-size:2rem;font-weight:700;color:#333;margin-bottom:30px}.contact__form-group{margin-bottom:25px}.contact__form-group label{display:block;font-size:.9rem;font-weight:600;margin-bottom:8px;color:#333}.contact__form-group input,.contact__form-group textarea{width:100%;padding:12px 15px;border:1px solid #e5e5e5;border-radius:4px;font-size:1rem;transition:all .3s ease}.contact__form-group input:focus,.contact__form-group textarea:focus{outline:none;border-color:#1c2d50}.contact__form-group textarea{resize:vertical}.contact-info{padding:80px 0}.contact-info__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}@media (max-width: 992px){.contact-info__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 576px){.contact-info__grid{grid-template-columns:1fr}}.contact-info__item{text-align:center;padding:40px 20px;background-color:#fff;border-radius:8px;box-shadow:0 5px 15px #0000000d;transition:all .3s ease}.contact-info__item:hover{transform:translateY(-10px)}.contact-info__icon{width:70px;height:70px;display:flex;align-items:center;justify-content:center;background-color:#1c2d501a;color:#1c2d50;border-radius:50%;font-size:28px;margin:0 auto 20px}.contact-info__title{font-size:1.3rem;font-weight:600;color:#333;margin-bottom:15px}.contact-info__text{font-size:1rem;color:#666;line-height:1.7}.contact-info__text a{color:#1c2d50;text-decoration:none;transition:all .3s ease}.contact-info__text a:hover{color:#0f182a}.contact-form-map{padding:80px 0;background-color:#f8f9fa}.contact-form-map__grid{display:grid;grid-template-columns:1fr 1fr;gap:50px}@media (max-width: 992px){.contact-form-map__grid{grid-template-columns:1fr}}.contact-form-map__title{font-size:2rem;font-weight:700;color:#333;margin-bottom:15px}.contact-form-map__subtitle{font-size:1rem;color:#666;margin-bottom:30px}.contact-form-map__map{height:300px;border-radius:8px;overflow:hidden;margin-bottom:30px}.contact-form-map__map iframe{width:100%;height:100%;border:0}.contact-form-map__offices h3{font-size:1.5rem;font-weight:600;color:#333;margin-bottom:20px}.contact-form-map__office{margin-bottom:25px}.contact-form-map__office h4{font-size:1.1rem;font-weight:600;color:#333;margin-bottom:5px}.contact-form-map__office p{font-size:.95rem;color:#666;margin-bottom:5px}.contact-form__row{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px}@media (max-width: 768px){.contact-form__row{grid-template-columns:1fr;gap:0}}.contact-form__group{margin-bottom:20px}.contact-form__group label{display:block;font-size:.9rem;font-weight:600;color:#333;margin-bottom:8px}.contact-form__group input,.contact-form__group select,.contact-form__group textarea{width:100%;padding:12px 15px;border:1px solid #e5e5e5;border-radius:4px;font-size:1rem;transition:all .3s ease}.contact-form__group input:focus,.contact-form__group select:focus,.contact-form__group textarea:focus{outline:none;border-color:#1c2d50}.contact-form__group textarea{resize:vertical}.faq{padding:100px 0}.faq__list{max-width:800px;margin:60px auto 0}.faq__item{margin-bottom:20px;border:1px solid #e5e5e5;border-radius:8px;overflow:hidden}.faq__item--active .faq__question{background-color:#07c;color:#fff}.faq__question{padding:20px;background-color:#f8f9fa;cursor:pointer;display:flex;align-items:center;justify-content:space-between;transition:all .3s ease}.faq__question h3{font-size:1.1rem;font-weight:600;margin:0}.faq__icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.faq__answer p{font-size:1rem;color:#666;line-height:1.7;margin:0}.social-media{padding:80px 0;background-color:#1c2d50;color:#fff}.social-media__content{text-align:center}.social-media__title{font-size:2rem;font-weight:700;margin-bottom:15px;color:#fff}.social-media__text{font-size:1.1rem;opacity:.8;margin-bottom:40px;max-width:600px;margin-left:auto;margin-right:auto}.social-media__icons{display:flex;justify-content:center;gap:20px}.social-media__icon{width:60px;height:60px;display:flex;align-items:center;justify-content:center;background-color:#ffffff1a;color:#fff;border-radius:50%;font-size:24px;transition:all .3s ease}.social-media__icon:hover{background-color:#fff;color:#1c2d50}.footer{background-color:#1c2d50;color:#fff;padding:80px 0 30px}.footer__top{display:grid;grid-template-columns:repeat(4,1fr);gap:40px}@media (max-width: 992px){.footer__top{grid-template-columns:repeat(2,1fr)}}@media (max-width: 576px){.footer__top{grid-template-columns:1fr}}@media (max-width: 992px){.footer__column--logo{grid-column:span 2}}@media (max-width: 576px){.footer__column--logo{grid-column:span 1}}.footer__logo{margin-bottom:20px}.footer__logo img{height:120px}.footer__description{color:#ccc;margin-bottom:20px;line-height:1.6}.footer__social{display:flex;gap:15px}.footer__social a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background-color:#ffffff1a;border-radius:50%;color:#fff;transition:all .3s ease}.footer__social a:hover{background-color:#1c2d50}.footer__title{font-size:18px;font-weight:600;margin-bottom:25px;position:relative;color:#fff}.footer__title:after{content:"";position:absolute;bottom:-10px;left:0;width:40px;height:2px;background-color:#1c2d50}.ar .footer__title:after{left:auto;right:0}.footer__links,.footer__contact{list-style:none;padding:0;margin:0}.footer__links li,.footer__contact li{margin-bottom:15px}.footer__links a,.footer__contact a{color:#ccc;text-decoration:none;transition:all .3s ease;display:inline-block}.footer__links a:hover,.footer__contact a:hover{color:#fff}.footer__contact li{display:flex;align-items:flex-start;gap:15px}.footer__contact li i{color:#1c2d50;margin-top:5px}.footer__bottom{margin-top:60px;padding-top:30px;border-top:1px solid rgba(255,255,255,.1);text-align:center}.footer__copyright{color:#ccc;font-size:14px}.about-overview{padding:100px 0}.about-overview__grid{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}@media (max-width: 992px){.about-overview__grid{grid-template-columns:1fr}}.about-overview__title{font-size:2.5rem;font-weight:700;color:#333;margin-bottom:15px}.about-overview__subtitle{font-size:1.2rem;color:#1c2d50;margin-bottom:30px;font-weight:600}.about-overview__text p{margin-bottom:20px;font-size:1rem;line-height:1.8;color:#666}.about-overview__stats{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:40px}@media (max-width: 768px){.about-overview__stats{grid-template-columns:repeat(2,1fr)}}.about-overview__image-grid{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;gap:20px}@media (max-width: 768px){.about-overview__image-grid{grid-template-columns:1fr}}.about-overview__image{overflow:hidden;border-radius:8px;box-shadow:0 5px 15px #0000001a}.about-overview__image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.about-overview__image img:hover{transform:scale(1.05)}.about-overview__image--1{grid-column:1/span 2;height:300px}@media (max-width: 768px){.about-overview__image--1{grid-column:1}}.about-overview__image--2{grid-column:1/span 1;grid-row:2;height:250px}.stats-item{text-align:center}.stats-item__value{font-size:2rem;font-weight:700;color:#1c2d50;margin-bottom:5px}.stats-item__label{font-size:.9rem;color:#666}.phone-input{position:relative;display:flex;width:100%}.phone-input__input{flex:1;padding-left:70px!important;width:100%}.phone-input__flag-dropdown{position:absolute;top:2%;left:1px;bottom:0;padding:0;border-right:1px solid #e5e5e5;background-color:#f5f5f5;border-radius:8px;width:60px;height:96%;z-index:1}.phone-input__selected-flag{display:flex;align-items:center;height:100%;padding:0 8px;cursor:pointer}.phone-input__selected-flag:hover{background-color:#e8e8e8}.phone-input__flag{width:25px;height:18px;background-size:contain;background-repeat:no-repeat;background-position:center;margin-right:6px}.phone-input__flag--ae{background-image:url(/images/flags/ae.svg)}.phone-input__flag--en{background-image:url(/images/flags/en.svg)}.phone-input__flag--ru{background-image:url(/images/flags/ru.svg)}.phone-input__flag--ua{background-image:url(/images/flags/ua.svg)}.phone-input__arrow{width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid #555;margin-left:auto;transition:transform .3s ease}.phone-input--open .phone-input__arrow{transform:rotate(180deg)}.phone-input__country-list{position:absolute;z-index:10;list-style:none;padding:0;margin:0;box-shadow:0 2px 10px #00000026;background-color:#fff;width:300px;max-height:300px;overflow-y:auto;border-radius:4px;top:calc(100% + 5px);left:0;display:none}.phone-input--open .phone-input__country-list{display:block}.phone-input__search-container{padding:10px;position:sticky;top:0;background-color:#fff;border-bottom:1px solid #e5e5e5}.phone-input__search{width:100%;padding:8px;border:1px solid #e5e5e5;border-radius:4px}.phone-input__search:focus{outline:none;border-color:#1c2d50}.phone-input__countries-container{max-height:240px;overflow-y:auto}.phone-input__country{display:flex;align-items:center;padding:10px;cursor:pointer}.phone-input__country:hover{background-color:#1c2d500d}.phone-input__country--active{background-color:#1c2d501a}.phone-input__country-name{margin-left:10px;font-size:.9rem}.phone-input__dial-code{margin-left:auto;color:#666;font-size:.85rem}@media (max-width: 576px){.phone-input__country-list{width:280px}}body.ar .phone-input__input{padding-left:1rem!important;padding-right:90px!important}body.ar .phone-input__flag-dropdown{left:auto;right:0;border-right:none;border-left:1px solid #e5e5e5;border-radius:0 4px 4px 0}body.ar .phone-input__flag{margin-right:0;margin-left:6px}body.ar .phone-input__country-list{right:0;left:auto}body.ar .phone-input__country-name{margin-left:0;margin-right:10px}body.ar .phone-input__dial-code{margin-left:0;margin-right:auto}.achievements{padding:100px 0;background-color:#f8f9fa;position:relative;overflow:hidden}.achievements__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;margin-top:60px}@media (max-width: 1200px){.achievements__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 576px){.achievements__grid{grid-template-columns:1fr}}.achievement-card{position:relative;height:350px;border-radius:8px;overflow:hidden;background-position:center;background-size:cover;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 5px 15px #0000001a;padding:30px;text-align:center}.achievement-card:hover{transform:translateY(-10px) scale(1.03);box-shadow:0 15px 30px #00000026}.achievement-card__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#00000080,#000000d9);z-index:1}.achievement-card__icon{position:absolute;top:30px;left:50%;transform:translate(-50%);font-size:36px;width:80px;height:80px;background-color:#ffffff1a;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:transform .3s ease,background-color .3s ease;z-index:2;color:#fff}.achievement-card:hover .achievement-card__icon{transform:translate(-50%) scale(1.1);background-color:#fff3}.achievement-card__number{position:absolute;top:130px;left:0;width:100%;display:flex;align-items:center;justify-content:center;z-index:2}.achievement-card__value{font-size:3.5rem;font-weight:700;line-height:1;color:#1c2d50;transition:transform .3s ease}.achievement-card:hover .achievement-card__value{transform:scale(1.1)}.achievement-card__unit{font-size:2rem;font-weight:700;color:#1c2d50}.achievement-card__title{position:absolute;top:200px;left:0;width:100%;padding:0 20px;font-size:1.5rem;color:#fff;font-weight:600;z-index:2}.achievement-card__description{position:absolute;bottom:30px;left:0;width:100%;padding:0 20px;font-size:1rem;color:#fffc;line-height:1.6;z-index:2}.language-switcher{position:relative;margin-right:20px}body.ar .language-switcher{margin-right:0;margin-left:20px}.language-switcher:after{content:"";position:absolute;bottom:-10px;left:0;width:100%;height:10px;background:transparent}.language-switcher__current{display:flex;align-items:center;gap:8px;cursor:pointer;padding:8px 12px;border-radius:4px;transition:all .3s ease}.header--scrolled .language-switcher__current{color:#555}.header--scrolled .language-switcher__current:hover{background-color:#0000000d}.header:not(.header--scrolled) .language-switcher__current{color:#fff}.header:not(.header--scrolled) .language-switcher__current:hover{background-color:#ffffff1a}.language-switcher__flag{width:20px;height:15px;object-fit:cover;border-radius:2px}.language-switcher__name{font-size:.9rem;font-weight:500}@media (max-width: 992px){.language-switcher__name{display:none}}.language-switcher__arrow{font-size:.8rem;transition:transform .3s ease}.language-switcher:hover .language-switcher__arrow{transform:rotate(180deg)}.language-switcher__dropdown{position:absolute;top:100%;right:0;background-color:#fff;border-radius:4px;box-shadow:0 5px 15px #0000001a;min-width:150px;opacity:0;visibility:hidden;transform:translateY(10px);transition:opacity .3s ease,visibility .3s ease,transform .3s ease;z-index:1000;margin-top:10px;padding-top:5px}body.ar .language-switcher__dropdown{right:auto;left:0}.language-switcher:hover .language-switcher__dropdown{opacity:1;visibility:visible;transform:translateY(0);transition:opacity .2s ease,visibility 0s,transform .2s ease}.language-switcher__item{list-style:none}.language-switcher__item a{display:flex;align-items:center;gap:8px;padding:10px 15px;color:#555;transition:background-color .3s ease}.language-switcher__item a:hover{background-color:#0000001a}.language-switcher__item--active a{background-color:#1c2d500d;color:#07c}.language-switcher__item--active a:hover{background-color:#1c2d501a}@media (max-width: 768px){.language-switcher__current{padding:6px}.language-switcher__dropdown{min-width:120px}}.language-switcher__dropdown:hover{opacity:1!important;visibility:visible!important;transform:translateY(0)!important}.services-dropdown{position:relative}.services-dropdown .dropdown-content{display:none;position:absolute;background-color:#1c2d50;min-width:270px;box-shadow:0 8px 16px #0003;z-index:1000;border-radius:8px;top:100%;left:0}.header--scrolled .services-dropdown .dropdown-content{background:#fff}.services-dropdown .dropdown-content a{color:#f8f9fa;padding:12px 16px;text-decoration:none;display:block;font-size:14px;transition:all .3s ease;position:relative}.header--scrolled .services-dropdown .dropdown-content a{color:#666}.services-dropdown .dropdown-content a:hover{background-color:#1e1e1e0d;color:#fff;border-radius:8px;padding-left:20px}.header--scrolled .services-dropdown .dropdown-content a:hover{color:#1c2d50}.services-dropdown .dropdown-content a.no-after-underline:after{display:none!important;content:none!important;border-bottom:none!important;text-decoration:none!important;background:none!important;width:0!important;height:0!important;opacity:0!important;visibility:hidden!important}.services-dropdown:hover .dropdown-content{display:block}html[lang=ar] .dropdown-content{left:auto;right:0;text-align:right}html[lang=ar] .dropdown-content a:hover{padding-left:16px;padding-right:20px}.services__card{position:relative}.services__link{position:absolute;bottom:20px;left:30px}.services__card{display:flex;flex-direction:column;justify-content:space-between;height:100%}.services__content{flex-grow:1}.service-section{padding:70px 0}.service-section--bg-light{background-color:#f8f9fa}.service-section__content{max-width:900px;margin:0 auto}.service-section__title{font-size:2rem;font-weight:700;color:#333;margin-bottom:25px;position:relative}.service-section__title:after{content:"";position:absolute;bottom:-10px;left:0;width:60px;height:3px;background-color:#1c2d50}html[lang=ar] .service-section__title:after{left:auto;right:0}.service-section__text{font-size:1rem;line-height:1.8;color:#666;margin-bottom:25px}.service-section__grid-list{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-top:40px}@media (max-width: 992px){.service-section__grid-list{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.service-section__grid-list{grid-template-columns:1fr}}.service-section__grid-item h3{font-size:1.2rem;font-weight:600;margin-bottom:15px;color:#333}.service-section__grid-item h3 i{color:#1c2d50;margin-right:10px}html[lang=ar] .service-section__grid-item h3 i{margin-right:0;margin-left:10px}.service-section__grid-item ul{list-style-type:none;padding:0;margin:0}.service-section__grid-item ul li{position:relative;padding-left:20px;margin-bottom:10px;font-size:.95rem;color:#666;line-height:1.6}.service-section__grid-item ul li:before{content:"";font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;left:0;top:3px;color:#1c2d50;font-size:12px}html[lang=ar] .service-section__grid-item ul li{padding-left:0;padding-right:20px}html[lang=ar] .service-section__grid-item ul li:before{left:auto;right:0;content:""}.service-section__features{margin-top:40px}.service-section__feature{display:flex;align-items:flex-start;margin-bottom:30px}.service-section__feature:last-child{margin-bottom:0}.service-section__feature-icon{width:60px;height:60px;display:flex;align-items:center;justify-content:center;background-color:#1c2d501a;color:#1c2d50;border-radius:50%;font-size:24px;margin-right:20px;flex-shrink:0}html[lang=ar] .service-section__feature-icon{margin-right:0;margin-left:20px}.service-section__feature-content h3{font-size:1.2rem;font-weight:600;margin-bottom:10px;color:#333}.service-section__feature-content p{font-size:.95rem;line-height:1.7;color:#666;margin:0}.service-section__columns{display:flex;gap:40px;margin-top:30px}@media (max-width: 768px){.service-section__columns{flex-direction:column;gap:20px}}.service-section__column{flex:1}.service-section__list{list-style-type:none;padding:0;margin:0}.service-section__list li{position:relative;padding-left:25px;margin-bottom:15px;font-size:1rem;color:#666;line-height:1.6}.service-section__list li:before{content:"";font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;left:0;top:3px;color:#1c2d50;font-size:14px}html[lang=ar] .service-section__list li{padding-left:0;padding-right:25px}html[lang=ar] .service-section__list li:before{left:auto;right:0}.brands-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:15px;margin-top:30px}@media (max-width: 992px){.brands-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width: 768px){.brands-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 576px){.brands-grid{grid-template-columns:repeat(2,1fr)}}.brands-grid__item{background-color:#f8f9fa;padding:15px;text-align:center;border-radius:4px;font-size:.9rem;font-weight:500;color:#555;transition:all .3s ease}.brands-grid__item:hover{background-color:#1c2d50;color:#fff;transform:translateY(-5px)}.faq{margin-top:40px}.faq__item{margin-bottom:15px;border:1px solid #e5e5e5;border-radius:4px;overflow:hidden}.faq__item--active .faq__question{background-color:#1c2d50;color:#fff}.faq__item--active .faq__question .faq__icon{color:#fff}.faq__question{padding:15px 20px;background-color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:space-between;transition:all .3s ease}.faq__question h3{font-size:1.1rem;font-weight:500;margin:0}.faq__icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#1c2d50}.faq__answer{padding:20px;background-color:#fff;border-top:1px solid #e5e5e5}.faq__answer p{font-size:.95rem;line-height:1.7;color:#666;margin:0}.cta{background-color:#1c2d50;padding:70px 0}.cta__content{text-align:center;max-width:800px;margin:0 auto}.cta__title{font-size:2rem;font-weight:700;color:#fff;margin-bottom:20px}.cta__text{font-size:1.1rem;color:#ffffffe6;margin-bottom:30px}.cta__buttons{display:flex;justify-content:center;gap:15px}@media (max-width: 576px){.cta__buttons{flex-direction:column;align-items:center}}.cta__buttons .btn--primary{background-color:#fff;color:#1c2d50;border-color:#fff}.cta__buttons .btn--primary:hover{background-color:transparent;color:#fff}.cta__buttons .btn--secondary{background-color:transparent;color:#fff;border:2px solid #ffffff}.cta__buttons .btn--secondary:hover{background-color:#fff;color:#1c2d50}.cta__buttons .btn--secondary i{margin-right:8px}html[lang=ar] .cta__buttons .btn--secondary i{margin-right:0;margin-left:8px}@media (max-width: 768px){.service-section{padding:50px 0}.service-section__title{font-size:1.8rem}.service-section__feature{flex-direction:column}.service-section__feature-icon{margin-bottom:15px;margin-right:0}.cta__title{font-size:1.8rem}}.service-detail{padding:70px 0}.service-detail__row{display:flex;align-items:center;margin-bottom:80px}@media (max-width: 992px){.service-detail__row{flex-direction:column;margin-bottom:60px}}.service-detail__row--reverse{flex-direction:row-reverse}@media (max-width: 992px){.service-detail__row--reverse{flex-direction:column}}.service-detail__content{flex:1;padding-right:50px}.service-detail__row--reverse .service-detail__content{padding-right:0;padding-left:50px}@media (max-width: 992px){.service-detail__content{padding-right:0;margin-bottom:30px}.service-detail__row--reverse .service-detail__content{padding-left:0}}.service-detail__image img{width:100%;height:auto;border-radius:10px;box-shadow:0 5px 15px #0000001a}@media (max-width: 992px){.service-detail__image{max-width:600px;margin:0 auto}}.service-detail__title{font-size:2rem;font-weight:600;color:#333;margin-bottom:20px;position:relative;padding-bottom:15px}.service-detail__title:after{content:"";position:absolute;bottom:0;left:0;width:70px;height:3px;background-color:#1c2d50}.service-detail__title--center .service-detail__title:after{left:50%;transform:translate(-50%)}html[lang=ar] .service-detail__title:after{right:0;left:auto}.service-detail__title--center{text-align:center}.service-detail__text{font-size:1rem;line-height:1.8;color:#666;margin-bottom:20px}.service-detail__text:last-child{margin-bottom:0}.service-detail__text--center{text-align:center;max-width:800px;margin-left:auto;margin-right:auto}.service-detail__list{list-style-type:none;padding:0;margin:0 0 20px}.service-detail__list li{position:relative;padding-left:25px;margin-bottom:12px;font-size:1rem;color:#666;line-height:1.6}.service-detail__list li:last-child{margin-bottom:0}.service-detail__list li:before{content:"";font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;left:0;top:5px;color:#1c2d50;font-size:12px}.service-detail__list li strong{color:#333;font-weight:600}html[lang=ar] .service-detail__list li{padding-left:0;padding-right:25px}html[lang=ar] .service-detail__list li:before{left:auto;right:0;content:""}.service-detail__columns{display:flex;gap:30px}@media (max-width: 768px){.service-detail__columns{flex-direction:column;gap:15px}}.service-detail__column{flex:1}.service-detail__section{margin-bottom:80px}.service-detail__section:last-child{margin-bottom:0}.brands-list{display:flex;flex-wrap:wrap;justify-content:center;gap:20px;margin-top:40px}.brands-list__item{padding:15px 25px;background-color:#f8f9fa;border-radius:5px;font-size:.95rem;font-weight:500;color:#555;transition:all .3s ease}.brands-list__item:hover{background-color:#1c2d50;color:#fff;transform:translateY(-5px)}.faq-list{max-width:800px;margin:40px auto 0}.faq-list__item{margin-bottom:15px;border:1px solid #e9ecef;border-radius:5px;overflow:hidden;background-color:#fff}.faq-list__item--active .faq-list__question{background-color:#1c2d50;color:#fff}.faq-list__item--active .faq-list__question h3{color:#fff}.faq-list__item--active .faq-list__question .faq-list__icon{background-color:#fff3;color:#fff}.faq-list__question{padding:20px;background-color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:space-between;transition:all .3s ease}.faq-list__question h3{font-size:1.1rem;font-weight:500;margin:0;color:#333;transition:all .3s ease}.faq-list__icon{width:30px;height:30px;display:flex;align-items:center;justify-content:center;background-color:#f8f9fa;color:#1c2d50;border-radius:50%;font-size:14px;flex-shrink:0;transition:all .3s ease}.faq-list__answer{padding:0 20px 20px}.faq-list__answer p{font-size:.95rem;line-height:1.7;color:#666;margin:0}.contact-box{background-color:#1c2d50;padding:50px;border-radius:10px;margin-top:60px}@media (max-width: 768px){.contact-box{padding:30px}}.contact-box__content{text-align:center}.contact-box__title{font-size:1.8rem;font-weight:600;color:#fff;margin-bottom:15px}@media (max-width: 768px){.contact-box__title{font-size:1.5rem}}.contact-box__text{font-size:1.1rem;color:#ffffffe6;margin-bottom:30px;max-width:700px;margin-left:auto;margin-right:auto}@media (max-width: 768px){.contact-box__text{font-size:1rem}}.contact-box__buttons .btn--primary{background-color:#fff;color:#1c2d50;border-color:#fff;padding:12px 30px;font-size:1.1rem}.contact-box__buttons .btn--primary:hover{background-color:transparent;color:#fff}@media (max-width: 768px){.contact-box__buttons .btn--primary{font-size:1rem;padding:10px 25px}}html[lang=ar] .service-detail__content{padding-right:0;padding-left:50px}.service-detail__row--reverse html[lang=ar] .service-detail__content{padding-left:0;padding-right:50px}@media (max-width: 992px){html[lang=ar] .service-detail__content{padding-left:0}.service-detail__row--reverse html[lang=ar] .service-detail__content{padding-right:0}}html[lang=ar] .service-detail__title:after{left:auto;right:0}.service-detail__title--center html[lang=ar] .service-detail__title:after{right:50%;transform:translate(50%)}.about-vmv__title{display:flex;align-items:center}.about-vmv__title i{margin-right:10px}.service-detail{padding:80px 0}.service-detail__grid{display:grid;grid-template-columns:2fr 1fr;gap:50px}@media (max-width: 992px){.service-detail__grid{grid-template-columns:1fr}}.service-detail__title{font-size:2.2rem;font-weight:700;color:#333;margin-bottom:25px}@media (max-width: 768px){.service-detail__title{font-size:1.8rem}}.service-detail__text p{margin-bottom:20px;font-size:1rem;line-height:1.8;color:#666}.service-detail__sidebar{display:flex;flex-direction:column;gap:30px}.service-detail__image{border-radius:8px;overflow:hidden;box-shadow:0 5px 15px #0000001a}.service-detail__image img{width:500px;height:100%;max-height:800px;min-width:auto;display:block}.service-detail__contact-box,.service-detail__services-box{background-color:#f8f9fa;border-radius:8px;padding:30px}.service-detail__contact-title,.service-detail__services-title{font-size:1.3rem;font-weight:600;color:#333;margin-bottom:15px}.service-detail__contact-text{color:#666;margin-bottom:20px;line-height:1.6}.service-detail__contact-info{margin-bottom:20px}.service-detail__contact-item{display:flex;align-items:center;gap:12px;margin-bottom:15px}.service-detail__contact-item i{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background-color:#1c2d501a;border-radius:50%;color:#1c2d50;font-size:16px;flex-shrink:0}.service-detail__contact-item a{color:#666;transition:all .3s ease}.service-detail__contact-item a:hover{color:#1c2d50}.service-detail .btn--full{width:100%;display:flex;align-items:center;justify-content:center;gap:10px}.tech-showcase{margin:30px 0 40px}.tech-showcase__grid{display:flex;flex-wrap:wrap;justify-content:center;gap:20px;margin-top:20px}.tech-logo{width:80px;height:80px;display:flex;align-items:center;justify-content:center;background-color:#fff;border-radius:12px;box-shadow:0 5px 15px #0000000d;padding:15px;transition:all .3s ease}.tech-logo:hover{transform:translateY(-5px);box-shadow:0 10px 20px #0000001a}.tech-logo img{max-width:100%;max-height:100%;object-fit:contain}.pm-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;background-color:#1c2d50;border-radius:8px;padding:25px;margin-bottom:30px}.pm-stats__item{text-align:center;color:#fff}.pm-stats__icon{font-size:24px;margin-bottom:10px;opacity:.8}.pm-stats__value{font-size:2rem;font-weight:700;line-height:1.2;margin-bottom:5px}.pm-stats__label{font-size:.9rem;opacity:.8}.tech-services-list{list-style:none;padding:0;margin:0}.tech-services-list li{border-bottom:1px solid rgba(229,229,229,.6)}.tech-services-list li:last-child{border-bottom:none}.tech-services-list li a{display:flex;align-items:center;gap:10px;padding:12px 0;color:#666;transition:all .3s ease}.tech-services-list li a i{width:30px;height:30px;display:flex;align-items:center;justify-content:center;background-color:#1c2d501a;border-radius:50%;color:#1c2d50;font-size:14px;transition:all .3s ease}.tech-services-list li a:hover{color:#1c2d50}.tech-services-list li a:hover i{background-color:#1c2d50;color:#fff;transform:translate(5px)}.ar .tech-services-list li a:hover i{transform:translate(-5px)}.case-study-card{background-color:#fff;border-radius:8px;overflow:hidden;box-shadow:0 5px 15px #0000000d;position:relative}.case-study-card__label{background-color:#07c;color:#fff;font-size:.8rem;font-weight:500;padding:5px 15px;display:inline-block;position:absolute;top:15px;right:15px;border-radius:20px;z-index:10}.case-study-card__image{position:relative;height:180px;overflow:hidden}.case-study-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.case-study-card__image:hover img{transform:scale(1.05)}.case-study-card__content{padding:20px}.case-study-card__title{font-size:1.2rem;font-weight:600;color:#333;margin-bottom:10px}.case-study-card__text{font-size:.9rem;color:#666;margin-bottom:15px;line-height:1.6}.case-study-card .btn--sm{padding:8px 15px;font-size:.9rem}.skills-hexagon{padding:100px 0;background-color:#f8f9fa;position:relative}.skills-hexagon:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;opacity:.05;pointer-events:none}.hex-container{display:flex;flex-direction:column;align-items:center;max-width:800px;margin:60px auto 0}.hex-row{display:flex;margin-bottom:-30px}.hex-row--offset{margin-left:85px}@media (max-width: 768px){.hex-row--offset{margin-left:0}}@media (max-width: 768px){.hex-row{flex-wrap:wrap;justify-content:center;margin-bottom:0}}.hex-item{width:170px;height:200px;margin:0 15px;position:relative;cursor:pointer;transition:all .3s ease}@media (max-width: 768px){.hex-item{margin:15px}}.hex-item:hover{transform:translateY(-10px)}.hex-item:hover .hex-item__inner{background-color:#1c2d50}.hex-item:hover .hex-item__inner:before,.hex-item:hover .hex-item__inner:after{border-bottom-color:#1c2d50}.hex-item:hover .hex-item__icon,.hex-item:hover .hex-item__title{color:#fff}.hex-item__inner{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#fff;position:relative;transition:all .3s ease;padding:20px;clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);box-shadow:0 5px 20px #0000000d}.hex-item__icon{font-size:36px;color:#1c2d50;margin-bottom:15px;transition:all .3s ease}.hex-item__title{font-size:1rem;font-weight:600;color:#333;text-align:center;transition:all .3s ease}.interactive-features{padding:100px 0}.interactive-features__grid{display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:250px;gap:30px;margin-top:30px}@media (max-width: 992px){.interactive-features__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.interactive-features__grid{grid-template-columns:1fr}}.interactive-features__item{position:relative;background-color:#fff;border-radius:8px;overflow:hidden;padding:30px;box-shadow:0 5px 15px #0000000d;display:flex;flex-direction:column;cursor:pointer;transition:all .3s ease;z-index:1}.interactive-features__item--large{grid-column:span 2;grid-row:span 1}@media (max-width: 768px){.interactive-features__item--large{grid-column:span 1}}.interactive-features__item--tall{grid-row:span 1}@media (max-width: 768px){.interactive-features__item--tall{grid-row:span 1}}.interactive-features__item:hover{transform:translateY(-10px);box-shadow:0 15px 30px #0000001a}.interactive-features__item:hover .interactive-features__bg{opacity:.15}.interactive-features__item:hover .interactive-features__icon{background-color:#fff;color:#1c2d50}.interactive-features__item:hover .interactive-features__link i{transform:translate(5px)}.ar .interactive-features__item:hover .interactive-features__link i{transform:translate(-5px)}.interactive-features__icon{width:60px;height:60px;display:flex;align-items:center;justify-content:center;background-color:#1c2d50;color:#fff;border-radius:50%;font-size:24px;margin-bottom:20px;transition:all .3s ease;z-index:2}.interactive-features__title{font-size:1.3rem;font-weight:600;color:#333;margin-bottom:15px;z-index:2}.interactive-features__text{font-size:.95rem;color:#666;line-height:1.6;margin-bottom:15px;z-index:2}.interactive-features__link{margin-top:auto;display:flex;align-items:center;color:#1c2d50;font-size:.9rem;font-weight:500;text-decoration:none;z-index:2}.interactive-features__link span{margin-right:10px}.ar .interactive-features__link span{margin-right:0;margin-left:10px}.interactive-features__link i{transition:transform .3s ease}.interactive-features__bg{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;opacity:.05;transition:opacity .3s ease;z-index:0}.interactive-features__item:nth-child(1) .interactive-features__bg{background-image:url(/images/features/feature-bg-1.jpg)}.interactive-features__item:nth-child(2) .interactive-features__bg{background-image:url(/images/features/feature-bg-2.jpg)}.interactive-features__item:nth-child(3) .interactive-features__bg{background-image:url(/images/features/feature-bg-3.jpg)}.interactive-features__item:nth-child(4) .interactive-features__bg{background-image:url(/images/features/feature-bg-4.jpg)}.interactive-features__item:nth-child(5) .interactive-features__bg{background-image:url(/images/features/feature-bg-5.jpg)}.process-circular{padding:100px 0;background-color:#f8f9fa;position:relative}.process-circular:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;opacity:.05;pointer-events:none}.process-wheel{position:relative;width:700px;height:700px;margin:80px auto 0}@media (max-width: 992px){.process-wheel{width:600px;height:600px}}@media (max-width: 768px){.process-wheel{width:100%;height:auto;display:flex;flex-direction:column}}.process-wheel__center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:150px;height:150px;background-color:#1c2d50;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;box-shadow:0 5px 20px #0000001a;z-index:10}@media (max-width: 768px){.process-wheel__center{position:static;transform:none;margin:0 auto 40px}}.process-wheel__center-icon{font-size:36px;margin-bottom:10px}.process-wheel__center-text{font-size:1rem;font-weight:600;text-align:center}.process-wheel__item{position:absolute;width:250px}@media (max-width: 768px){.process-wheel__item{position:static;width:100%;margin-bottom:30px}.process-wheel__item:last-child{margin-bottom:0}}.process-wheel__item--1{top:50px;left:50%;transform:translate(-50%)}.process-wheel__item--2{top:150px;right:50px}.process-wheel__item--3{bottom:150px;right:50px}.process-wheel__item--4{bottom:50px;left:50%;transform:translate(-50%)}.process-wheel__item--5{bottom:150px;left:50px}.process-wheel__item--6{top:150px;left:50px}.process-wheel__item-content{background-color:#fff;border-radius:8px;padding:25px;box-shadow:0 5px 15px #0000000d;transition:all .3s ease}.process-wheel__item-content:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000001a}.process-wheel__item-content:hover .process-wheel__item-icon{background-color:#1c2d50;color:#fff}.process-wheel__item-icon{width:50px;height:50px;display:flex;align-items:center;justify-content:center;background-color:#1c2d501a;color:#1c2d50;border-radius:50%;font-size:20px;margin-bottom:15px;transition:all .3s ease}.process-wheel__item-title{font-size:1.1rem;font-weight:600;color:#333;margin-bottom:10px}.process-wheel__item-text{font-size:.9rem;color:#666;line-height:1.6;margin:0}.process-wheel__connector{position:absolute;background-color:#1c2d501a;z-index:-1}@media (max-width: 768px){.process-wheel__connector{display:none}}.process-wheel__item--1 .process-wheel__connector{width:2px;height:80px;bottom:-80px;left:50%;transform:translate(-50%)}.process-wheel__item--2 .process-wheel__connector{width:80px;height:2px;bottom:50%;right:-80px}.process-wheel__item--3 .process-wheel__connector{width:80px;height:2px;top:50%;right:-80px}.process-wheel__item--4 .process-wheel__connector{width:2px;height:80px;top:-80px;left:50%;transform:translate(-50%)}.process-wheel__item--5 .process-wheel__connector{width:80px;height:2px;top:50%;left:-80px}.process-wheel__item--6 .process-wheel__connector{width:80px;height:2px;bottom:50%;left:-80px}.tech-wave{padding:100px 0}.tech-wave__container{max-width:1000px;margin:60px auto 0;position:relative}.tech-wave__row{display:flex;justify-content:center;flex-wrap:wrap;margin-bottom:50px;animation:wave 5s infinite ease-in-out}.tech-wave__row:last-child{margin-bottom:0}.tech-wave__row--1{animation-delay:0s}.tech-wave__row--2{animation-delay:.5s}.tech-wave__row--3{animation-delay:1s}.tech-wave__row--4{animation-delay:1.5s}@keyframes wave{0%,to{transform:translateY(0)}50%{transform:translateY(15px)}}.tech-wave__item{width:120px;height:120px;display:flex;flex-direction:column;align-items:center;justify-content:center;margin:0 20px 20px;background-color:#fff;border-radius:50%;box-shadow:0 5px 15px #0000000d;transition:all .3s ease;cursor:pointer}.tech-wave__item:hover{transform:translateY(-10px);box-shadow:0 15px 30px #0000001a}.tech-wave__item:hover .tech-wave__name{opacity:1}.tech-wave__item img{width:50px;height:50px;object-fit:contain;margin-bottom:10px}.tech-wave__name{font-size:.8rem;font-weight:500;color:#555;opacity:.7;transition:opacity .3s ease}.project-tiles{padding:100px 0;background-color:#f8f9fa}.project-tiles__grid{display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:250px;gap:30px;margin-top:60px}@media (max-width: 992px){.project-tiles__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.project-tiles__grid{grid-template-columns:1fr}}.project-tile{position:relative;background-color:#1c2d50;border-radius:8px;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;padding:30px;cursor:pointer;box-shadow:0 5px 15px #0000000d;transition:all .3s ease}.project-tile--wide{grid-column:span 2}@media (max-width: 768px){.project-tile--wide{grid-column:span 1}}.project-tile--tall{grid-row:span 2}@media (max-width: 768px){.project-tile--tall{grid-row:span 1}}.project-tile:hover{transform:translateY(-10px);box-shadow:0 15px 30px #0000001a}.project-tile:hover .project-tile__overlay{opacity:1}.project-tile:nth-child(2n){background-color:#1c2d50}.project-tile:nth-child(3n){background-color:#1c2d50}.project-tile__icon{font-size:40px;margin-bottom:20px}.project-tile__title{font-size:1.3rem;font-weight:600;color:#fff;text-align:center}.project-tile__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000000d9;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.project-tile__content{padding:20px;text-align:center}.project-tile__content p{font-size:.95rem;line-height:1.6;margin-bottom:20px;color:#ddd}.project-tile__content .btn--light{background-color:#fff;color:#555;border-color:#fff}.project-tile__content .btn--light:hover{background-color:transparent;color:#fff}.carousel-dot{width:12px;height:12px;border-radius:50%;background-color:#1c2d504d;border:none;cursor:pointer;transition:background-color .3s}.carousel-dot.active{background-color:#1c2d50}.featured-projects{padding:100px 0}.projects-carousel{position:relative;margin-top:60px;overflow:hidden}.projects-carousel__track{display:flex;transition:transform .5s ease}.projects-carousel__nav{display:flex;align-items:center;justify-content:center;margin-top:40px}.projects-carousel__arrow{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background-color:#fff;color:#1c2d50;border:1px solid #1c2d50;border-radius:50%;cursor:pointer;transition:all .3s ease}.projects-carousel__arrow:hover{background-color:#1c2d50;color:#fff}.projects-carousel__arrow--prev{margin-right:20px}.projects-carousel__arrow--next{margin-left:20px}.projects-carousel__dots{display:flex;align-items:center;gap:10px}.project-slide{min-width:100%;display:flex;flex-direction:column;background-color:#fff;border-radius:8px;overflow:hidden;box-shadow:0 5px 20px #0000000d}@media (min-width: 768px){.project-slide{flex-direction:row;height:400px}}.project-slide__image{flex:1;height:250px}@media (min-width: 768px){.project-slide__image{width:50%;height:auto}}.project-slide__image img{width:100%;height:100%;object-fit:cover}.project-slide__content{flex:1;padding:40px;display:flex;flex-direction:column}.project-slide__category{display:inline-block;padding:5px 15px;background-color:#1c2d501a;color:#1c2d50;border-radius:50px;font-size:.85rem;font-weight:500;margin-bottom:20px}.project-slide__title{font-size:1.8rem;font-weight:700;color:#333;margin-bottom:15px}.project-slide__description{font-size:1rem;color:#666;line-height:1.7;margin-bottom:30px}.project-slide .btn{align-self:flex-start}.service-highlights{margin:30px 0 40px}.service-highlights__item{display:flex;align-items:flex-start;gap:20px;margin-bottom:25px}.service-highlights__item:last-child{margin-bottom:0}.service-highlights__icon{width:60px;height:60px;display:flex;align-items:center;justify-content:center;background-color:#1c2d501a;color:#1c2d50;border-radius:50%;font-size:24px;flex-shrink:0}.service-highlights__content{flex:1}.service-highlights__title{font-size:1.2rem;font-weight:600;color:#333;margin-bottom:10px}.service-highlights__text{font-size:.95rem;color:#666;line-height:1.7}.logistics-stats{display:flex;justify-content:space-between;background-color:#f8f9fa;border-radius:8px;padding:25px;margin-bottom:30px}.logistics-stats__item{text-align:center}.logistics-stats__value{font-size:2rem;font-weight:700;color:#1c2d50;margin-bottom:5px}.logistics-stats__label{font-size:.85rem;color:#666}.tracking-widget{background-color:#1c2d50;border-radius:8px;padding:25px;color:#fff}.tracking-widget__title{font-size:1.3rem;font-weight:600;margin-bottom:20px;text-align:center}.tracking-widget__form{width:100%}.tracking-widget__input-group{display:flex;position:relative}.tracking-widget__input{width:100%;padding:12px 15px;border:none;border-radius:4px;font-size:.95rem}.tracking-widget__input:focus{outline:none}.tracking-widget__button{position:absolute;right:0;top:0;bottom:0;width:50px;background-color:#07c;border:none;border-radius:0 4px 4px 0;color:#fff;cursor:pointer;transition:all .3s ease}.tracking-widget__button:hover{background-color:#005999}.ar .tracking-widget__button{right:auto;left:0;border-radius:4px 0 0 4px}.logistics-services{padding:100px 0;background-color:#f8f9fa}.logistics-services__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px;margin-top:60px}@media (max-width: 992px){.logistics-services__grid{grid-template-columns:1fr}}.logistics-service-card{display:flex;flex-direction:column;background-color:#fff;border-radius:8px;overflow:hidden;box-shadow:0 5px 15px #0000000d;transition:all .3s ease;height:100%}.logistics-service-card:hover{transform:translateY(-10px);box-shadow:0 15px 30px #0000001a}.logistics-service-card:hover .logistics-service-card__icon{transform:translateY(-5px)}.logistics-service-card__image{position:relative;height:220px;overflow:hidden}.logistics-service-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.logistics-service-card__image:hover img{transform:scale(1.05)}.logistics-service-card__icon{position:absolute;bottom:-25px;left:30px;width:70px;height:70px;display:flex;align-items:center;justify-content:center;background-color:#1c2d50;color:#fff;border-radius:50%;font-size:26px;box-shadow:0 5px 15px #0000001a;transition:all .3s ease;z-index:2}.ar .logistics-service-card__icon{left:auto;right:30px}.logistics-service-card__content{padding:35px 30px 30px;flex:1;display:flex;flex-direction:column}.logistics-service-card__title{font-size:1.4rem;font-weight:600;color:#333;margin-bottom:15px}.logistics-service-card__text{font-size:.95rem;color:#666;line-height:1.7;margin-bottom:20px}.logistics-service-card__features{margin-top:auto;list-style:none;padding:0}.logistics-service-card__features li{position:relative;padding-left:25px;margin-bottom:10px;font-size:.9rem;color:#555}.logistics-service-card__features li:before{content:"";font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;top:2px;left:0;color:#1c2d50}.ar .logistics-service-card__features li:before{left:auto;right:0}.logistics-service-card__features li:last-child{margin-bottom:0}.ar .logistics-service-card__features li{padding-left:0;padding-right:25px}.shipping-network{padding:100px 0}.network-map{margin-top:60px}.network-map__image{position:relative;width:100%;height:500px;background-color:#f8f9fa;border-radius:8px;overflow:hidden;margin-bottom:40px}.network-map__image img{width:100%;height:100%;object-fit:cover}@media (max-width: 768px){.network-map__image{height:400px}}@media (max-width: 576px){.network-map__image{height:300px}}.network-map__point{position:absolute;z-index:2}.network-map__point--1{top:40%;left:55%}.network-map__point--2{top:55%;left:70%}.network-map__point--3{top:30%;left:45%}.network-map__point--4{top:35%;left:20%}.network-map__point--5{top:40%;left:75%}.network-map__dot{width:12px;height:12px;background-color:#1c2d50;border-radius:50%;position:relative;cursor:pointer}.network-map__dot:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:24px;height:24px;background-color:#1c2d504d;border-radius:50%;animation:pulse 2s infinite}.network-map__tooltip{position:absolute;top:calc(100% + 10px);left:50%;transform:translate(-50%);background-color:#fff;box-shadow:0 5px 15px #0000001a;border-radius:4px;padding:10px 15px;min-width:150px;text-align:center;opacity:0;visibility:hidden;transition:all .3s ease;pointer-events:none}.network-map__tooltip:before{content:"";position:absolute;top:-6px;left:50%;transform:translate(-50%);width:12px;height:12px;background-color:#fff;transform:translate(-50%) rotate(45deg)}.network-map__tooltip strong{display:block;color:#333;font-size:.9rem;margin-bottom:5px}.network-map__tooltip span{display:block;color:#666;font-size:.8rem}.network-map__dot:hover+.network-map__tooltip{opacity:1;visibility:visible}@keyframes pulse{0%{transform:translate(-50%,-50%) scale(1);opacity:1}to{transform:translate(-50%,-50%) scale(1.5);opacity:0}}.network-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}@media (max-width: 992px){.network-stats{grid-template-columns:repeat(2,1fr)}}@media (max-width: 576px){.network-stats{grid-template-columns:1fr}}.network-stats__item{background-color:#fff;border-radius:8px;padding:25px;text-align:center;box-shadow:0 5px 15px #0000000d;transition:all .3s ease}.network-stats__item:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000001a}.network-stats__item:hover .network-stats__icon{background-color:#1c2d50;color:#fff}.network-stats__icon{width:60px;height:60px;display:flex;align-items:center;justify-content:center;background-color:#1c2d501a;color:#1c2d50;border-radius:50%;font-size:24px;margin:0 auto 15px;transition:all .3s ease}.network-stats__value{font-size:2rem;font-weight:700;color:#333;margin-bottom:10px}.network-stats__label{font-size:.95rem;color:#666}.logistics-process{padding:100px 0;background-color:#f8f9fa}.process-steps{margin-top:60px;display:flex;flex-direction:column}.process-step{display:flex;align-items:flex-start;gap:30px;margin-bottom:30px;position:relative}.process-step:last-child{margin-bottom:0}.process-step:not(:last-child):before{content:"";position:absolute;top:50px;left:35px;width:2px;height:calc(100% - 30px);background-color:#1c2d5033;z-index:0}.ar .process-step:not(:last-child):before{left:auto;right:35px}.process-step__number{width:70px;height:70px;display:flex;align-items:center;justify-content:center;background-color:#1c2d50;color:#fff;border-radius:50%;font-size:24px;font-weight:700;flex-shrink:0;position:relative;z-index:1}.process-step__content{flex:1;background-color:#fff;border-radius:8px;padding:25px;box-shadow:0 5px 15px #0000000d;transition:all .3s ease;position:relative}.process-step__content:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000001a}.process-step__content:hover .process-step__icon{background-color:#1c2d50;color:#fff}.process-step__icon{width:50px;height:50px;display:flex;align-items:center;justify-content:center;background-color:#1c2d501a;color:#1c2d50;border-radius:50%;font-size:20px;margin-bottom:15px;transition:all .3s ease}.process-step__title{font-size:1.2rem;font-weight:600;color:#333;margin-bottom:10px}.process-step__text{font-size:.95rem;color:#666;line-height:1.7;margin:0}.industries-served{padding:100px 0}.industries-grid{margin-top:60px;display:grid;grid-template-columns:repeat(3,1fr);gap:30px}@media (max-width: 992px){.industries-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 576px){.industries-grid{grid-template-columns:1fr}}.industry-card{background-color:#fff;border-radius:8px;padding:30px;text-align:center;box-shadow:0 5px 15px #0000000d;transition:all .3s ease;border-bottom:3px solid transparent}.industry-card:hover{transform:translateY(-10px);box-shadow:0 15px 30px #0000001a;border-bottom-color:#1c2d50}.industry-card__icon{width:70px;height:70px;display:flex;align-items:center;justify-content:center;background-color:#1c2d501a;color:#1c2d50;border-radius:50%;font-size:28px;margin:0 auto 20px;transition:all .3s ease}.industry-card:hover .industry-card__icon{background-color:#1c2d50;color:#fff}.industry-card__title{font-size:1.2rem;font-weight:600;color:#333;margin-bottom:15px}.industry-card__text{font-size:.9rem;color:#666;line-height:1.7}.logistics-testimonials{padding:100px 0;background-color:#f8f9fa}.testimonials-slider{position:relative;margin-top:60px}.testimonials-slider:before,.testimonials-slider:after{content:"";position:absolute;top:0;width:100px;height:100%;z-index:1;pointer-events:none}.testimonials-slider:before{left:0;background:linear-gradient(to right,#f8f9fa,transparent)}.testimonials-slider:after{right:0;background:linear-gradient(to left,#f8f9fa,transparent)}.testimonials-track{display:flex;justify-content:center;gap:30px;overflow-x:auto;padding:20px 0;scrollbar-width:none}.testimonials-track::-webkit-scrollbar{display:none}.testimonial-card{background-color:#fff;border-radius:8px;padding:30px;box-shadow:0 5px 15px #0000000d;min-width:350px;max-width:350px;transition:all .3s ease}.testimonial-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000001a}.testimonial-card__quote{color:#1c2d5033;font-size:2rem;margin-bottom:15px}.testimonial-card__text{font-size:.95rem;color:#666;line-height:1.7;margin-bottom:20px;font-style:italic}.testimonial-card__author{display:flex;align-items:center;gap:15px}.testimonial-card__author-image{width:50px;height:50px;border-radius:50%;overflow:hidden}.testimonial-card__author-image img{width:100%;height:100%;object-fit:cover}.testimonial-card__author-name{font-size:1rem;font-weight:600;color:#333;margin-bottom:5px}.testimonial-card__author-position{font-size:.85rem;color:#666;margin:0}.testimonials-controls{display:flex;align-items:center;justify-content:center;margin-top:40px}.testimonials-arrow{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background-color:#fff;color:#1c2d50;border:1px solid #1c2d50;border-radius:50%;cursor:pointer;transition:all .3s ease}.testimonials-arrow:hover{background-color:#1c2d50;color:#fff}.testimonials-arrow--prev{margin-right:20px}.testimonials-arrow--next{margin-left:20px}.testimonials-dots{display:flex;align-items:center;gap:10px}@media (max-width: 992px){.logistics-stats{flex-wrap:wrap;gap:20px}.logistics-stats__item{width:45%}.process-step{flex-direction:column;gap:15px}.process-step__number{width:60px;height:60px;font-size:20px}.process-step:not(:last-child):before{display:none}.testimonials-track{padding:20px 50px}}@media (max-width: 768px){.service-highlights__item{flex-direction:column;align-items:center;text-align:center}.logistics-stats__item{width:100%;margin-bottom:20px}.logistics-stats__item:last-child{margin-bottom:0}.testimonial-card{min-width:280px;max-width:280px}}@media (max-width: 576px){.service-highlights__icon{width:50px;height:50px;font-size:20px}.process-step__number{width:50px;height:50px;font-size:18px}.testimonial-card{min-width:250px;max-width:250px;padding:20px}}.services-overview{padding:80px 0;background-color:#fff}.services-overview__content{max-width:900px;margin:0 auto}.services-overview__title{font-size:2.5rem;font-weight:700;color:#333;margin-bottom:15px;text-align:center;position:relative}.services-overview__title:after{content:"";position:absolute;bottom:-15px;left:50%;transform:translate(-50%);width:80px;height:3px;background-color:#1c2d50}.services-overview__subtitle{font-size:1.2rem;color:#1c2d50;margin-bottom:30px;font-weight:600;text-align:center;margin-top:30px}.services-overview__text{margin-top:30px;margin-bottom:40px}.services-overview__text p{margin-bottom:20px;font-size:1rem;line-height:1.8;color:#666;text-align:center}.services-overview__text p:last-child{margin-bottom:0}.service-blocks{padding:80px 0}.service-blocks .container{max-width:1200px}.service-block{display:flex;margin-bottom:80px;background-color:#fff;border-radius:8px;overflow:hidden;box-shadow:0 5px 15px #0000000d;transition:all .3s ease}.service-block:last-child{margin-bottom:0}.service-block:hover{transform:translateY(-10px);box-shadow:0 15px 30px #0000001a}.service-block:hover .service-block__overlay{opacity:.7}.service-block:hover .service-block__image img{transform:scale(1.05)}.service-block:hover .service-block__icon{background-color:#1c2d50;color:#fff}.service-block--reverse{flex-direction:row-reverse}.service-block--reverse .service-block__content{padding-left:50px;padding-right:50px}@media (max-width: 992px){.service-block--reverse .service-block__content{padding-left:30px;padding-right:30px}}@media (max-width: 992px){.service-block,.service-block--reverse{flex-direction:column}}.service-block__content{flex:1;padding:50px;display:flex;flex-direction:column;justify-content:center}@media (max-width: 992px){.service-block__content{padding:30px}}.service-block__image{flex:1;position:relative;overflow:hidden;min-height:400px}@media (max-width: 992px){.service-block__image{min-height:300px}}.service-block__image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease;position:absolute;top:0;left:0}.service-block__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#1c2d5080;transition:opacity .3s ease;opacity:.5}.service-block__icon{width:70px;height:70px;display:flex;align-items:center;justify-content:center;background-color:#1c2d501a;color:#1c2d50;border-radius:50%;font-size:28px;margin-bottom:20px;transition:all .3s ease}.service-block__title{font-size:2rem;font-weight:700;color:#333;margin-bottom:15px}@media (max-width: 768px){.service-block__title{font-size:1.8rem}}.service-block__text{font-size:1rem;color:#666;line-height:1.7;margin-bottom:25px}.service-block__list{list-style:none;padding:0;margin:0 0 30px}.service-block__list li{position:relative;padding-left:25px;margin-bottom:10px;font-size:1rem;color:#555}.service-block__list li:before{content:"";font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;top:4px;left:0;color:#1c2d50;font-size:14px}.service-block__list li:last-child{margin-bottom:0}.service-block .btn{align-self:flex-start;padding:12px 25px}@media (max-width: 768px){.service-block .btn{align-self:center}}@media (max-width: 768px){.service-block{text-align:center}.service-block__icon{margin-left:auto;margin-right:auto}.service-block__list{display:inline-block;text-align:left}}.services-testimonials{padding:100px 0;background-color:#f8f9fa}.services-testimonials .section-heading{margin-bottom:60px}html[lang=ar] .service-block__list li{padding-left:0;padding-right:25px}html[lang=ar] .service-block__list li:before{left:auto;right:0}html[lang=ar] .service-block--reverse .service-block__content{padding-left:50px;padding-right:50px}@media (max-width: 992px){html[lang=ar] .service-block--reverse .service-block__content{padding-left:30px;padding-right:30px}}@media (max-width: 768px){html[lang=ar] .service-block .btn{align-self:center}}
