*{margin:0;padding:0;box-sizing:border-box;direction:rtl;font-family:Cairo,serif}:root{scroll-behavior:smooth}a{color:inherit;text-decoration:none}li{list-style:none}button,input{border:none;outline:none}.navbar{width:100%;height:80px;background-color:#fff;box-shadow:0 2px 4px #0000001a;position:fixed;top:0;left:0;z-index:1000}.navbar-container{height:100%;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center;direction:rtl}.logo-link{display:flex;justify-content:center;align-items:center;overflow:hidden;height:60px}.text-logo{font-weight:900;color:#004963;font-size:30px}.logo img{height:100%;width:auto}.nav-elements{display:flex;align-items:center;gap:1rem}.nav-elements ul{display:flex;align-items:center;gap:2.5rem;list-style:none;margin:0;padding:0}.nav-elements ul li a{text-decoration:none;color:#4a5568;font-size:1rem;font-weight:500;transition:all .3s ease;white-space:nowrap;padding:.5rem 0;position:relative}.nav-elements ul li a:after{content:"";position:absolute;bottom:0;right:0;width:0;height:2px;background-color:#004963;transition:width .3s ease}.nav-elements ul li a:hover{color:#004963}.nav-elements ul li a:hover:after{width:100%}.contact-btn{padding:.3rem 2rem;background-color:#004963;color:#fff!important;border-radius:8px;text-decoration:none;font-weight:500;transition:all .3s ease;margin-right:2rem;white-space:nowrap;border:2px solid #004963}.contact-btn:hover{background-color:transparent;color:#004963!important}.menu-icon{display:none;cursor:pointer;font-size:1.5rem;color:#4a5568}@media (max-width: 968px){.menu-icon{display:block}.nav-elements{position:fixed;top:80px;right:-100%;width:100%;height:calc(100vh - 80px);background-color:#fffffff2;flex-direction:column;padding:2rem;transition:all .3s ease;box-shadow:-2px 0 4px #0000001a}.nav-elements.active{right:0}.nav-elements ul{flex-direction:column;align-items:center;width:100%;gap:1.5rem}.nav-elements ul li{width:100%;text-align:center;padding:.8rem 0;border-bottom:1px solid #E2E8F0}.nav-elements ul li:last-child{border-bottom:none}.nav-elements ul li a{display:block;font-size:1.1rem}.nav-elements ul li a:after{display:none}.nav-elements ul li a:hover{color:#0078ff;background-color:#f7fafc}.contact-btn{margin:1.5rem 0 0;width:100%;text-align:center;padding:1rem}}.footer{background-color:#004963;padding:1.5rem 0;direction:rtl}.footer-container{padding:0 2rem;display:flex;justify-content:space-between;align-items:center;position:relative}.follow-text{color:#fff;font-size:1.2rem;font-weight:500}.divider{flex:1;height:1px;background-color:#fff3;margin:0 2rem}.social-icons{display:flex;gap:1rem}.social-icon{color:#fff;font-size:1.2rem;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.2);border-radius:50%;transition:all .3s ease}.social-icon:hover{background-color:#fff;color:#004963;border-color:#fff}@media (max-width: 768px){.footer-container{flex-direction:column;gap:1rem;text-align:center}.follow-text{font-size:1rem}.divider{display:none;width:100%;margin:1rem 0}.social-icons{justify-content:center}}.home{width:100%;direction:rtl}.banner{width:100%;min-height:100vh;background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;display:flex;align-items:center;justify-content:center;padding:2rem;background-color:#000000d9}.banner-content{max-width:900px;text-align:center;color:#fff;padding:2rem;margin-top:80px;z-index:1}.banner-content h1{font-size:48px;font-weight:700;margin-bottom:1.5rem;line-height:1.4;display:flex;flex-direction:column;gap:.5rem}.banner-content p{font-weight:500;font-size:24px;line-height:1.8;margin-bottom:2rem;opacity:.9}.contact-button{display:inline-block;padding:.2rem 3rem;background-color:#004963;color:#fff;text-decoration:none;border-radius:8px;font-size:1.1rem;font-weight:500;transition:all .3s ease;border:2px solid #004963}.contact-button:hover{background-color:transparent;color:#fff;border-color:#fff}@media (max-width: 1024px){.banner-content h1{font-size:42px}.banner-content p{font-size:22px}}@media (max-width: 768px){.banner-content{padding:1rem}.banner-content h1{font-size:36px}.banner-content p{font-size:20px}.contact-button{padding:.2rem 2.5rem}}@media (max-width: 480px){.banner{padding:1rem}.banner-content{padding:.5rem}.banner-content h1{font-size:28px;line-height:1.3}.banner-content p{font-size:16px;line-height:1.6;margin-bottom:1.5rem}.contact-button{padding:.2rem 2rem;font-size:1rem}}@media (max-width: 360px){.banner-content h1{font-size:24px}.banner-content p{font-size:14px}}.contact{padding:2rem;background-color:#ecfaff80;min-height:100vh;display:flex;align-items:center;justify-content:center}.contact-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#000000d9;display:flex;align-items:center;justify-content:center}.contact-container{width:100%;max-width:1200px;display:flex;flex-direction:row-reverse;align-items:flex-start;justify-content:space-between;gap:2rem;padding:0 1rem;z-index:1;direction:rtl}.contact-form-section{flex:1;max-width:500px}.contact h2{color:#004963;font-size:1.75rem;margin-bottom:1.5rem;text-align:right}.contact-form{display:flex;flex-direction:column;gap:1rem}.form-group input,.form-group textarea,.form-group select{width:100%;padding:.75rem;border:1px solid #e5e7eb;border-radius:4px;background-color:#f9fafb;font-size:.875rem;outline:none;transition:all .3s ease}.form-group textarea{resize:vertical;min-height:100px;max-height:250px}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{border-color:#004963;background-color:#fff}.form-group select{-moz-appearance:none}.form-group select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23004963' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .75rem center;background-size:1em;padding-right:2.5rem}.form-group select:disabled{opacity:.7;cursor:not-allowed}.submit-btn{background-color:#004963;color:#fff;border:none;border-radius:4px;padding:.75rem;font-size:.875rem;cursor:pointer;transition:all .3s ease;width:100%}.submit-btn:hover{background-color:#003850}.submit-btn:disabled{opacity:.7;cursor:not-allowed}.error-message,.success-message{padding:12px;border-radius:8px;margin-bottom:20px;text-align:center;font-weight:500}.error-message{background-color:#fde8e8;color:#e53e3e;border:1px solid #f8b4b4}.success-message{background-color:#f0fff4;color:#38a169;border:1px solid #9ae6b4}.contact-image{flex:1;display:flex;justify-content:center;align-items:flex-start;max-width:45%;padding-top:2rem}.contact-image img{width:100%;max-width:450px;height:auto}@media (max-width: 1024px){.contact-container{gap:2rem}.contact-image{max-width:50%}}@media (max-width: 768px){.contact{padding:2rem 1rem}.contact-container{flex-direction:column;align-items:center;gap:2rem}.contact-form-section{width:100%;max-width:100%}.contact-image{display:none}}@media (max-width: 480px){.contact{padding:1.5rem 1rem}.contact h2{font-size:1.5rem;margin-bottom:1rem}.form-group input,.form-group textarea{padding:.625rem}}.service-card{background-color:#ecfaff80;border:1px solid #363738;border-radius:8px;padding:2rem 1.5rem;display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem;box-shadow:0 4px 4px #00000040;transition:transform .3s ease;height:300px;width:100%;justify-content:flex-start}.service-card:hover{transform:translateY(-5px)}.service-icon{display:flex;justify-content:center;align-items:center;margin-bottom:.75rem;height:80px}.service-icon svg{width:64px;height:64px;color:#004963}.service-title{color:#004963;font-weight:700;font-size:1.25rem;margin:0;line-height:1.4;margin-bottom:.5rem;min-height:2.8em;display:flex;align-items:center;justify-content:center}.service-description{color:#363738;font-weight:500;font-size:.875rem;margin:0;line-height:1.6;flex:1;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}@media (max-width: 1024px){.service-card{height:280px;padding:1.5rem 1rem}.service-icon svg{width:56px;height:56px}.service-title{font-size:1.125rem}}@media (max-width: 768px){.service-card{height:260px}.service-icon svg{width:48px;height:48px}}@media (max-width: 480px){.service-card{padding:1.25rem}.service-icon svg{width:40px;height:40px}.service-title{font-size:1rem}.service-description{font-size:.75rem}}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ 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);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;top:var(--swiper-navigation-top-offset, 50%);width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none!important}.swiper-button-prev svg,.swiper-button-next svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-prev svg,.swiper-rtl .swiper-button-next svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset, 10px);right:auto}.swiper-button-lock{display:none}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.services-section{padding:4rem 2rem;background-color:#ecfaff80}.services-title{text-align:center;margin-bottom:3rem;font-size:2.5rem;color:#004963}.services-swiper{padding:2rem 1rem;margin:0 auto;max-width:1400px}.service-slide{height:100%;display:flex;justify-content:center}.services-swiper .swiper-button-next,.services-swiper .swiper-button-prev{color:#007bff;background-color:#ffffffe6;width:40px;height:40px;border-radius:50%;box-shadow:0 2px 6px #0000001a;transition:all .3s ease}.services-swiper .swiper-button-next:hover,.services-swiper .swiper-button-prev:hover{background-color:#007bff;color:#fff}.services-swiper .swiper-button-next:after,.services-swiper .swiper-button-prev:after{font-size:1.2rem}@media (max-width: 768px){.services-section{padding:3rem 1rem}.services-title{font-size:2rem;margin-bottom:2rem}.services-swiper{padding:1rem .5rem}}@media (max-width: 640px){.services-swiper .swiper-button-next,.services-swiper .swiper-button-prev{display:none}.services-title{font-size:1.75rem}.services-section{padding:2rem .5rem}}.portfolio-container{padding:60px 0;width:100%;background-color:#ecfaff80;direction:rtl}.portfolio-content{max-width:1200px;margin:0 auto;padding:0 20px}.portfolio-title{text-align:center;font-size:2.5rem;color:#004963;margin-bottom:10px}.portfolio-subtitle{text-align:center;color:#4a4a4a;margin-bottom:40px;font-size:1.1rem;line-height:1.6}.portfolio-swiper{width:100%;padding-bottom:50px}.project-slide{height:320px;border-radius:12px;overflow:hidden;background:#fff;box-shadow:0 2px 8px #0000001a;display:block;text-decoration:none;color:inherit;cursor:pointer;transition:transform .3s ease}.project-slide:hover{transform:translateY(-5px)}.project-slide .project-image{height:200px;overflow:hidden}.project-slide .project-image img{width:100%;height:100%;object-fit:cover}.project-slide .project-content{padding:16px}.project-slide .project-content h3{font-size:1.2rem;color:#004963;margin-bottom:8px}.project-slide .project-content p{color:#666;font-size:.9rem;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.project-slide.skeleton{background:#fff;height:320px}.project-slide.skeleton .project-image{height:200px}.portfolio-swiper .swiper-pagination{bottom:0}.portfolio-swiper .swiper-pagination-bullet{width:8px;height:8px;background:#0049634d;opacity:1}.portfolio-swiper .swiper-pagination-bullet-active{background:#004963}.portfolio-button-container{display:flex;justify-content:center;margin-top:40px}.portfolio-button{display:inline-block;padding:12px 32px;background-color:#004963;color:#fff;text-decoration:none;border-radius:8px;font-size:1.1rem;font-weight:500;transition:all .3s ease;border:2px solid #004963}.portfolio-button:hover{background-color:transparent;color:#004963}.no-projects-message{text-align:center;padding:40px;background:#fff;border-radius:12px;color:#666;font-size:1.1rem;height:320px;display:flex;align-items:center;justify-content:center}@media (max-width: 768px){.portfolio-title{font-size:2rem}.portfolio-subtitle{font-size:1rem}.project-slide{height:280px}.portfolio-button{padding:10px 24px;font-size:1rem}}@keyframes react-loading-skeleton{to{transform:translate(100%)}}.react-loading-skeleton{--base-color: #ebebeb;--highlight-color: #f5f5f5;--animation-duration: 1.5s;--animation-direction: normal;--pseudo-element-display: block;background-color:var(--base-color);width:100%;border-radius:.25rem;display:inline-flex;line-height:1;position:relative;-webkit-user-select:none;user-select:none;overflow:hidden}.react-loading-skeleton:after{content:" ";display:var(--pseudo-element-display);position:absolute;top:0;left:0;right:0;height:100%;background-repeat:no-repeat;background-image:var( --custom-highlight-background, linear-gradient( 90deg, var(--base-color) 0%, var(--highlight-color) 50%, var(--base-color) 100% ) );transform:translate(-100%);animation-name:react-loading-skeleton;animation-direction:var(--animation-direction);animation-duration:var(--animation-duration);animation-timing-function:ease-in-out;animation-iteration-count:infinite}@media (prefers-reduced-motion){.react-loading-skeleton{--pseudo-element-display: none}}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.about-container{max-width:1200px;margin:80px auto 0;padding:2rem;direction:rtl;min-height:calc(100vh - 80px)}.about-header{font-size:3rem;color:#004963;margin-bottom:3rem;text-align:center;font-weight:700}.about-section{margin-bottom:4rem;padding:3rem;border-radius:20px;position:relative;overflow:hidden;background:linear-gradient(145deg,#fff,#f6f6f6)}.about-content{line-height:2;color:#333;font-size:1.1rem;position:relative;z-index:2}.services-about-section{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin:4rem 0}.service-about-card{padding:2rem;border-radius:15px;background:linear-gradient(145deg,#fff,#f6f6f6);box-shadow:20px 20px 60px #d9d9d9,-20px -20px 60px #fff;transition:all .3s ease;position:relative;overflow:hidden}.service-about-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#004963,#006b8f);transform:scaleX(0);transform-origin:right;transition:transform .3s ease}.service-about-card:hover:before{transform:scaleX(1);transform-origin:left}.service-about-card:hover{transform:translateY(-5px)}.service-about-title{font-size:1.4rem;color:#004963;margin-bottom:1rem;font-weight:600}.service-about-desc{color:#444;line-height:1.8}.vision-section{padding:4rem;margin:4rem 0;border-radius:20px;position:relative;overflow:hidden;background:linear-gradient(135deg,#004963,#006b8f);color:#fff;text-align:center}.vision-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(rgba(255,255,255,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.1) 1px,transparent 1px);background-size:20px 20px;z-index:1}.vision-section .about-content{color:#fff;position:relative;z-index:2}.contact-section{text-align:center;padding:3rem;border-radius:20px;background:linear-gradient(145deg,#fff,#f6f6f6);box-shadow:20px 20px 60px #d9d9d9,-20px -20px 60px #fff}.contact-section .about-content{max-width:100%;word-wrap:break-word}.contact-section .about-content p{font-size:1.2rem;line-height:1.8;margin-bottom:1rem}.about-highlight{color:#004963;font-size:1.5rem;font-weight:600;margin-top:1.5rem;display:inline-block;position:relative;max-width:100%;word-wrap:break-word}.about-highlight:after{content:"";position:absolute;bottom:-5px;left:0;width:100%;height:2px;background:linear-gradient(90deg,#004963,#006b8f)}@media (max-width: 768px){.about-container{padding:1.5rem}.about-header{font-size:2.5rem;margin-bottom:2rem}.about-section,.vision-section,.contact-section{padding:2rem}.services-about-section{grid-template-columns:1fr;gap:1.5rem}.contact-section .about-content p{font-size:1.1rem}.about-highlight{font-size:1.3rem}}@media (max-width: 480px){.about-container{padding:1rem}.about-header{font-size:2rem}.about-section,.vision-section,.contact-section,.service-about-card{padding:1.5rem}.contact-section .about-content p{font-size:1rem}.about-highlight{font-size:1.2rem}}.project-card{position:relative;border-radius:12px;overflow:hidden;cursor:pointer;height:250px;background:#fff;box-shadow:0 2px 8px #0000001a}.project-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.project-card:hover .project-image{transform:scale(1.05)}.project-category{position:absolute;top:16px;right:16px;display:inline-flex;align-items:center;background:#fffffff2;color:#004963;padding:6px 12px;border-radius:20px;font-size:.85rem;gap:6px;z-index:2;box-shadow:0 2px 4px #0000001a}.category-badge-icon{width:16px;height:16px;object-fit:contain}.project-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,#000000e6,#000000b3);padding:20px;color:#fff;transform:translateY(100%);transition:transform .3s ease}.project-card:hover .project-overlay{transform:translateY(0)}.project-overlay .project-overlay-title{font-size:1.25rem;margin-bottom:8px;font-weight:600}.project-overlay .project-overlay-description{font-size:.9rem;opacity:.9;line-height:1.4}.portfolio-page{min-height:100vh;display:flex;flex-direction:column;background-color:#f8f9fa}.portfolio-banner{height:300px;width:100%;background:url(/assets/banner-bg-Sp9ttQkP.jpg);background-size:cover;background-position:center;position:relative;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;margin-bottom:60px}.banner-content{max-width:800px;padding:0 20px;z-index:1}.banner-content h1{font-size:3rem;margin-bottom:1rem}.banner-content p{font-size:1.2rem;line-height:1.6}.portfolio-categories-container{max-width:1200px;margin:-50px auto 40px;padding:0 20px;position:relative;z-index:10;overflow:hidden}.portfolio-categories{background:#fff;border-radius:16px;padding:8px;display:flex;align-items:center;gap:4px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;white-space:nowrap;-webkit-overflow-scrolling:touch}.portfolio-categories::-webkit-scrollbar{display:none}.category-item-wrapper{position:relative;display:flex;align-items:center;flex:0 0 auto}.category-btn{display:flex;align-items:center;gap:.5rem;padding:12px 16px;border:none;background:transparent;color:#004963;font-size:.95rem;cursor:pointer;transition:all .3s ease;white-space:nowrap;border-radius:12px}.category-item-wrapper.active .category-btn{background-color:#e8f0f3;color:#004963}.category-btn:hover{background-color:#f0f4f6}.category-icon{width:24px;height:24px;object-fit:contain;margin-left:6px}.portfolio-grid{flex:1;max-width:90%;margin:0 auto 60px;padding:0 20px;display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:30px}.pagination-container{display:flex;justify-content:center;margin:40px 0;padding-bottom:40px}.skeleton-category{display:flex;align-items:center;gap:8px;padding:12px 16px;background:transparent}.skeleton-btn{border-radius:12px}.skeleton-icon{margin-left:6px}.react-loading-skeleton{background-color:#e6eef1!important;--base-color: #e6eef1 !important;--highlight-color: #f0f4f6 !important}@media (max-width: 1024px){.portfolio-categories{overflow-x:auto;justify-content:flex-start;padding:8px;-ms-overflow-style:none;scrollbar-width:none}.portfolio-categories::-webkit-scrollbar{display:none}.category-btn{flex:0 0 auto;padding:12px 20px}.category-icon svg{width:18px;height:18px}}@media (max-width: 768px){.portfolio-banner{height:250px}.banner-content h1{font-size:2.5rem}.banner-content p{font-size:1rem}.portfolio-categories-container{margin:-25px 10px 40px}.portfolio-categories{padding:8px;gap:8px}.category-btn{padding:10px 14px;font-size:.9rem}.category-icon{width:20px;height:20px}.portfolio-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:20px;padding:0 10px}.category-icon svg{width:16px;height:16px}.category-separator{display:none}.portfolio-container{padding:1rem}.portfolio-header h1{font-size:2rem}.projects-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem}}.view-project-container{max-width:100%;margin:0 auto;padding-top:80px;min-height:91vh;background-color:#f8f9fa;direction:rtl;position:relative}.project-content-wrapper{max-width:1400px;margin:0 auto;padding:40px 20px;display:flex;gap:40px;align-items:flex-start}.project-image-container{flex:0 0 50%;position:relative;background-color:#004963;border-radius:16px;overflow:hidden;height:calc(100vh - 160px);position:sticky;top:100px}.project-banner{width:100%;height:100%;object-fit:contain;max-height:100%;max-width:100%}.project-details{flex:1;padding:20px 0}.project-title{font-size:2.5rem;color:#004963;margin-bottom:24px}.project-meta{display:flex;align-items:center;gap:16px;margin-bottom:32px;flex-wrap:wrap}.project-subcategory{background-color:#f0f4f6;padding:8px 16px;border-radius:20px;color:#004963}.project-link{display:inline-block;background-color:#004963;color:#fff;padding:8px 24px;border-radius:20px;text-decoration:none;transition:background-color .3s ease}.project-link:hover{background-color:#003649}.project-description{color:#333;line-height:1.8;white-space:pre-line}.project-description p{margin-bottom:16px}.project-error{text-align:center;padding:2rem;background:transparent;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;max-width:600px}.project-error h2{color:#004963;font-size:2.5rem;margin-bottom:1rem}.project-error p{color:#666;font-size:1.4rem;line-height:1.6}@media (max-width: 1200px){.project-content-wrapper{gap:30px}.project-image-container{height:calc(100vh - 180px)}}@media (max-width: 992px){.project-content-wrapper{flex-direction:column;padding:20px}.project-image-container{flex:none;width:100%;height:400px;position:relative;top:0}.project-details{padding:0}.project-title{font-size:2rem}}@media (max-width: 768px){.project-image-container{height:300px}.project-meta{gap:12px}.project-error{padding:1.5rem}.project-error h2{font-size:2rem}.project-error p{font-size:1.2rem}}.app{text-align:right;direction:rtl}.page-container{min-height:calc(100vh - 80px)}.not-found{height:92dvh;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;background:linear-gradient(135deg,#f5f7fa,#e4e8eb);text-align:center;padding:2rem}.not-found-title{font-size:6rem;color:#2c3e50;margin-bottom:1rem;animation:fadeInDown .8s ease-in-out;text-shadow:2px 2px 4px rgba(0,0,0,.1)}.not-found-desc{font-size:1.5rem;color:#7f8c8d;margin-top:0;animation:fadeInUp .8s ease-in-out}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.not-found-title{font-size:4rem}.not-found-desc{font-size:1.2rem}}
