@import"https://fonts.googleapis.com/css2?family=Noto+Sans+Arabic:wght@300;400;500;600;700&family=Inter:wght@300;400;500;600;700&display=swap";.app-header{position:relative;margin:0;border:none;width:100%}.app-container{background-color:#fff;display:flex;flex-direction:column;min-height:100vh}main{display:flex;flex-direction:column;padding-top:2rem;flex:1}.footer-container{background-color:#0a253b;color:#fff;padding:3rem 2rem 1.5rem;margin-top:auto;box-shadow:0 -10px 20px #0006}.footer-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section{display:flex;flex-direction:column;gap:1rem}.footer-section h1{color:#ecf0f1;font-size:1.25rem;font-weight:600;margin:0;padding-bottom:.5rem;border-bottom:2px solid #34495e}.footer-section p{color:#bdc3c7;line-height:1.6;margin:0;font-size:.95rem}.footer-bottom{border-top:1px solid #34495e;padding-top:1.5rem;text-align:center;color:#95a5a6;font-size:.9rem}.footer-links{display:flex;justify-content:center;gap:2rem;margin-bottom:1rem}.footer-link{color:#bdc3c7;text-decoration:none;transition:color .3s ease;font-size:.9rem}.footer-link:hover{color:#ecf0f1}.footer-container[dir=rtl]{text-align:right}.footer-container[dir=rtl] .footer-section h4{border-bottom:2px solid #34495e;text-align:right}.footer-container[dir=rtl] .footer-bottom{text-align:center}.footer-container[dir=rtl] .footer-links{justify-content:center}@media (max-width: 768px){.footer-container{padding:2rem 1rem 1rem}.footer-content{grid-template-columns:1fr;gap:1.5rem}.footer-links{flex-direction:column;gap:1rem}}.nav-container{position:absolute;left:0;right:0;background-color:#fff;min-height:75px;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.nav-floating{position:fixed!important;top:0;left:0;right:0;z-index:1000;background-color:#ffffffd9!important;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);min-height:70px;padding:.65rem 2rem;transition:.5s}.nav-brand{display:flex;align-items:center;gap:1rem}.nav-brand h2{margin:0;font-size:1.75rem;transition:font-size .3s ease}.nav-logo{margin:0;height:65px;width:65px;border-radius:30px;transition:all .3s ease}.nav-floating .nav-brand h2{font-size:1.5rem}.nav-floating .nav-logo{height:55px;width:55px}.nav-menu{display:flex;align-items:center;list-style:none;margin:0;padding:0;gap:.5rem;position:relative}.desktop-menu{display:flex}.nav-wrapper{position:relative}.nav-bubble{position:absolute;top:0;bottom:0;background-color:#0a253b;border-radius:8px;transition:all .3s cubic-bezier(.4,0,.2,1);opacity:0;z-index:0;pointer-events:none}.nav-item{margin:0;font-size:1.2rem;text-align:center;font-weight:500;transition:font-size .3s ease}.nav-floating .nav-item{font-size:1.1rem}.nav-link{color:#000;text-decoration:none;padding:.5rem 1rem;border-radius:8px;transition:color .3s ease;position:relative;z-index:2}.nav-item:hover .nav-link{color:#fff;transition:color .3s ease}.language-toggle{display:flex;align-items:center;cursor:pointer;gap:.5rem;position:relative;z-index:2}.globe-icon{width:30px;height:30px;object-fit:cover;filter:invert(100%);-webkit-filter:invert(100%)}.language-toggle:hover .globe-icon{filter:invert(0%);-webkit-filter:invert(0%);transition:.3s}.language-toggle:hover .language-btn{color:#fff;transition:color .3s ease}.language-btn{position:relative;z-index:2}.nav-floating .globe-icon{width:28px;height:28px}.language-btn{background:none;border:none;cursor:pointer;font-size:.9rem}.hamburger{display:none;flex-direction:column;justify-content:space-between;width:30px;height:24px;background:none;border:none;cursor:pointer;padding:0;z-index:1001}.hamburger span{display:block;height:3px;width:100%;background-color:#000;border-radius:2px;transition:all .3s ease}.hamburger-active span:nth-child(1){transform:rotate(45deg) translate(8px,8px)}.hamburger-active span:nth-child(2){opacity:0}.hamburger-active span:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}.mobile-menu{display:none;position:fixed;top:0;left:0;width:40%;height:100vh;background-color:#2c3e50fc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-right:3px solid rgb(114,114,114);z-index:1000;transform:translate(-100%);transition:transform .3s ease}.mobile-menu-open{transform:translate(0)}.mobile-menu-items{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;list-style:none;margin:0;padding:0;gap:2rem}.mobile-nav-item{text-align:center}.mobile-nav-link{color:#fff;text-decoration:none;font-size:1.2rem;font-weight:500;padding:1rem 2rem;border-radius:8px;transition:all .5s ease;display:block}.mobile-nav-link:hover{background-color:#34495ecc;transform:scale(1.05)}.mobile-language-toggle{margin-top:1rem}.mobile-language-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2rem;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease}.mobile-language-btn:hover{background-color:#34495ecc;transform:scale(1.05)}.mobile-globe-icon{width:30px;height:30px;object-fit:cover}.mobile-language-text{color:#fff;font-size:1.2rem;font-weight:500}@media (max-width: 1024px){.hamburger{display:flex}.desktop-menu{display:none}.mobile-menu{display:block}.nav-container{padding:1rem 1.5rem}.nav-floating{padding:.5rem 1.5rem}.nav-brand h2{font-size:1.5rem}.nav-floating .nav-brand h2{font-size:1.3rem}.nav-logo{height:55px;width:55px}.nav-floating .nav-logo{height:45px;width:45px}}.top-header{background-color:#0a253b;color:#fff;padding:.7rem}.top-header-content{display:flex;gap:1rem;flex-direction:row;justify-content:left;align-items:center;padding-left:10rem}.top-header-separator{border-left:3px solid white;border-radius:2px;height:1.5rem;align-self:center}.top-header-text{font-size:.9rem;margin:0;padding:0;display:flex;align-items:center;line-height:2;gap:.3rem}.top-header[dir=rtl] .top-header-content{justify-content:right;padding-right:10rem}.top-header[dir=rtl] .top-header-text{direction:rtl}.contact-info{direction:ltr;cursor:pointer;color:#d4dfe6;transition:all .5s;text-decoration:none}.contact-info:hover{text-decoration:underline;color:#fff}@media (max-width: 768px){.top-header-content{justify-content:center;padding-left:0}.top-header[dir=rtl] .top-header-content{justify-content:center;padding-right:0}}body{font-family:Inter,Noto Sans Arabic,Arial,sans-serif;background-color:#f0f0f0;margin:0;font-feature-settings:"locl";font-variant-numeric:"lining-nums"}.loading{display:flex;position:fixed;top:0;left:0;height:100vh;width:100vw;align-items:center;gap:.75rem;justify-content:center;color:#0b76ff}.loading-spinner{display:block;width:128px;height:128px;transform-origin:center;animation:loading-rotate 1s linear infinite}.loading-spinner .path{stroke:currentColor;stroke-linecap:round;stroke-width:4;stroke-dasharray:90 200;stroke-dashoffset:0;transform-origin:50% 50%;animation:loading-dash 1.4s ease-in-out infinite}.loading-label{font-size:1rem;color:inherit}.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@keyframes loading-rotate{to{transform:rotate(360deg)}}@keyframes loading-dash{0%{stroke-dasharray:1 200;stroke-dashoffset:0}50%{stroke-dasharray:90 200;stroke-dashoffset:-35}to{stroke-dasharray:90 200;stroke-dashoffset:-124}}@media (prefers-reduced-motion: reduce){.loading-spinner,.loading-spinner .path{animation:none!important}}.homepage-container{overflow-x:hidden}.hero-section{min-height:90vh;position:relative;overflow:hidden;background:none;display:flex;align-items:center;justify-content:center}.hero-section:before{content:"";position:absolute;width:100%;height:100%;background-image:url(/assets/skyblue-D8-NJY2g.avif);background-position:center;background-repeat:no-repeat;background-size:cover;background-attachment:fixed;filter:saturate(70%) brightness(.65)}.hero-overlay{position:absolute}.hero-content{display:flex;align-items:center;width:72rem;margin:0 auto;gap:2.5rem}.hero-image{width:35rem;height:32.1rem;border-radius:10px 0 0 10px}.hero-image img{border-radius:20px;width:40rem;height:40rem;transform:scaleX(-1) scale(3) translateY(-40px) translate(-30px);object-fit:contain}.hero-image[dir=rtl] img{transform:scaleX(1) scale(3) translateY(-40px) translate(-30px)}.hero-text{flex:1}.hero-title{font-size:3.5rem;font-weight:700;color:#0d2757;margin:0 0 1rem;line-height:1.2}.hero-tagline{font-size:1.5rem;color:#dfdfdf;margin:0;font-weight:200;line-height:1.4}.hero-content[dir=rtl]{flex-direction:row-reverse}.hero-content[dir=rtl] .hero-text{text-align:right}.home-content-section{scroll-behavior:smooth;padding:5rem 0}.home-service-container{width:65%;margin:0 auto;padding:0 2rem}.home-section-title{font-size:2.5rem;font-weight:600;text-align:center;margin-bottom:3rem;color:#2c3e50;position:relative}.home-section-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:60px;height:3px;background:linear-gradient(45deg,#1084d1,#2980b9);border-radius:2px}.home-section-description{font-size:1.2rem;line-height:1.8;text-align:center;max-width:800px;margin:0 auto 3rem;color:#555}.home-our-partners-section{background:#f8f9fa}.home-our-certificates-section{background:linear-gradient(180deg,#f8f9fa,#a3acb4b3)}.home-showcases-grid{display:flex;flex-wrap:wrap;gap:2rem;margin-top:3rem;align-items:center;justify-content:center}.home-service-container[dir=rtl] .home-showcases-grid{flex-direction:row-reverse}.home-showcase-card{background:#fff;padding:.5rem;border-radius:15px;text-align:center;box-shadow:0 5px 20px #0006;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer;text-decoration:none}.home-showcase-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000004d}.home-showcase-icon{min-width:6rem;max-width:10rem;height:6rem;object-fit:contain}.home-showcase-icon-long{width:12rem;height:18rem;border-radius:8px}.home-services-section{background:linear-gradient(135deg,#102e67,#18469b);color:#fff}.home-services-section .home-section-title{color:#fff}.home-services-section .home-section-title:after{background:#fffc}.home-services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem;padding-bottom:5rem}.home-service-item{background:#ffffff1a;padding:1rem 1.5rem;border-radius:15px;border:1px solid rgba(255,255,255,.2);transition:transform .3s ease}.home-service-item:hover{transform:translateY(-5px);background:#ffffff26;cursor:pointer}.home-service-item h3{font-size:1.1rem;font-weight:700;margin-bottom:.5rem;color:#dfdfdf;line-height:2rem}.home-service-item p{color:#dfdfdf;line-height:1.5}@media (max-width: 1200px) and (min-width: 1025px){.hero-content{width:90%;gap:2rem}.hero-image{width:25rem;height:23rem}.hero-image img{width:30rem;height:30rem;transform:scaleX(-1) scale(2.5) translateY(-30px) translate(-25px)}.hero-image[dir=rtl] img{transform:scaleX(1) scale(2.5) translateY(-30px) translate(-25px)}.hero-title{font-size:2.8rem}.hero-tagline{font-size:1.3rem}}@media (max-width: 1024px){.hero-image{display:none}.hero-content{flex-direction:column;max-width:30%}.hero-title{font-size:2.5rem}.hero-tagline{font-size:1.1rem}.home-content-section{padding:3rem 0}.home-service-container{padding:0 1rem;width:90%}.home-section-title{font-size:1.5rem}.home-section-description{font-size:1.3em}.home-service-item h3{font-size:1.1rem}.home-service-item p{font-size:.9rem}.home-services-grid{gap:1rem}.home-showcases-grid{grid-template-columns:1fr;gap:1.5rem}.home-showcase-card{padding:.5rem}.home-showcase-icon{min-width:4rem;max-width:6rem;height:4rem;object-fit:contain}.home-showcase-icon-long{width:10rem;height:15rem}}.notfound-page{min-height:50vh;display:flex;align-items:center;justify-content:center;padding:3rem 1rem;background:linear-gradient(180deg,#f7fbff,#fff 60%)}.notfound-card{background:#fff;width:100%;max-width:820px;padding:2.5rem;border-radius:14px;box-shadow:0 18px 40px #0d275766;border:1px solid rgba(13,39,87,.04);text-align:center}.notfound-code{font-size:4.8rem;line-height:6.5rem;margin:.25rem 0;color:#0d2757;font-weight:700;letter-spacing:-5px}.notfound-title{font-size:1.6rem;line-height:2rem;margin:1rem;color:#2c3e50;font-weight:600}.notfound-message{color:#555;font-size:1.1rem;line-height:1.5;margin-bottom:2.5rem}.notfound-actions{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap}.btn{font-size:1.2rem;padding:.8rem 1.2rem;border-radius:10px;font-weight:400;line-height:1.1rem;text-decoration:none;cursor:pointer;transition:all .3s ease;font-family:inherit}.btn:active{transform:translateY(4px)}.btn-primary{color:#fff;background:linear-gradient(180deg,#1084d1,#2980b9);box-shadow:0 8px 20px #2980b9b3}.btn-primary:hover{background:linear-gradient(180deg,#1084d1,#1e5e88);box-shadow:0 8px 20px #2980b999}.btn-outline{background:#fff;color:#0d2757;border:1px solid rgba(13,39,87,.12);box-shadow:0 8px 20px #4e4e4e80}.btn-outline:hover{background:#0d275705;box-shadow:0 8px 20px #4e4e4e4d}@media (max-width: 640px){.notfound-card{padding:1.75rem;border-radius:12px}.notfound-code{font-size:3.2rem}}.projects-page-container{overflow-x:hidden}.projects-hero-section{min-height:45vh;position:relative;overflow:hidden;background:linear-gradient(180deg,#133472,#0059ff);display:flex;align-items:center;justify-content:center}.projects-hero-section:before{content:"";position:absolute;width:100%;height:100%;background-image:url(../assets/skyblue.jpg);background-position:center;background-repeat:no-repeat;background-size:cover;background-attachment:fixed;filter:saturate(60%) brightness(.4);opacity:.7}.projects-hero-section-overlay{position:relative;z-index:1;text-align:center;padding:2rem}.projects-hero-section-title{font-size:4rem;font-weight:700;color:#fff;margin:0 0 1rem;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.projects-hero-section-subtitle{font-size:1.5rem;color:#dfdfdf;font-weight:300;max-width:700px;margin:0 auto;text-shadow:1px 1px 2px rgba(0,0,0,.3)}.projects-content-section{scroll-behavior:smooth;padding:5rem 0}.projects-container{max-width:95%;margin:0 auto;padding:0 2rem}.projects-section-title{font-size:2.5rem;font-weight:600;text-align:center;margin-bottom:3rem;color:#2c3e50;position:relative}.projects-section-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:60px;height:3px;background:linear-gradient(45deg,#1084d1,#2980b9);border-radius:2px}.projects-featured-section{background:#f8f9fa}.projects-horizontal-scroll-container{width:100%;position:relative;overflow:visible}.projects-horizontal-scroll-container:before,.projects-horizontal-scroll-container:after{content:"";position:absolute;top:0;bottom:0;width:130px;pointer-events:none;z-index:2}.projects-horizontal-scroll-container:before{left:0;background:linear-gradient(to right,#f8f9fa 0%,#f8f9fa 60%,transparent 100%)}.projects-horizontal-scroll-container:after{right:0;background:linear-gradient(to left,#f8f9fa 0%,#f8f9fa 60%,transparent 100%)}.projects-scroll-btn{position:absolute;top:50%;transform:translateY(-50%);width:50px;height:50px;border-radius:50%;background:#fff;border:2px solid #2980b9;color:#2980b9;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:3;box-shadow:0 4px 15px #00000026}.projects-scroll-btn:hover{background:linear-gradient(45deg,#1084d1,#2980b9);color:#fff;border-color:#1084d1;transform:translateY(-50%) scale(1.1);box-shadow:0 6px 20px #2980b966}.projects-scroll-btn:active{transform:translateY(-50%) scale(.95)}.projects-scroll-btn-left{left:10px}.projects-scroll-btn-right{right:10px}.projects-horizontal-scroll-wrapper{display:flex;gap:2rem;overflow-x:auto;overflow-y:hidden;padding:1rem 120px 2rem;scrollbar-width:none;-ms-overflow-style:none;cursor:grab;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;touch-action:pan-x;will-change:scroll-position}.projects-horizontal-scroll-wrapper:active{cursor:grabbing}.projects-horizontal-scroll-wrapper::-webkit-scrollbar{display:none}.projects-featured-card{min-width:400px;max-width:400px;flex-shrink:0;background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 5px 20px #0000001a;transition:transform .3s ease,box-shadow .3s ease;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-user-drag:none;pointer-events:auto}.projects-featured-card:hover{transform:translateY(-10px);box-shadow:0 15px 40px #0003}.projects-featured-card:active{cursor:grabbing}.projects-featured-image{position:relative;width:100%;height:250px;overflow:hidden;pointer-events:none}.projects-featured-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.projects-featured-card:hover .projects-featured-image img{transform:scale(1.1)}.projects-featured-overlay{position:absolute;top:1rem;right:1rem;background:#2980b9;padding:.5rem 1rem;border-radius:8px}.projects-featured-year{color:#fff;font-weight:600;font-size:1.1rem}.projects-featured-content{padding:1.5rem}.projects-featured-content h3{font-size:1.5rem;color:#2c3e50;margin:0 0 .8rem;font-weight:600}.projects-featured-content p{color:#555;line-height:1.6;margin:0}.projects-timeline-section{background:#fff}.projects-timeline{position:relative;max-width:1500px;margin:0 auto}.projects-timeline-line{position:absolute;left:50%;transform:translate(-50%);top:-40px;width:3px;background:#1084d1;box-shadow:0 0 1rem 1px #0181d699;z-index:0;overflow:visible}.projects-timeline-line:after{content:"";opacity:0;position:absolute;bottom:-15px;left:50%;transform:translate(-50%);width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-top:15px solid #1084d1;filter:drop-shadow(0 0 7px rgb(1,129,214,.6))}.projects-timeline-line.moving:after{opacity:1}.projects-timeline-item{margin-bottom:4rem;position:relative;opacity:0;transform:translateY(200px);transition:opacity .6s ease-out,transform .6s ease-out}.projects-timeline-item.visible{opacity:1;transform:translate(0)}.projects-timeline-item:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:20px;height:20px;border-radius:50%;background:#2980b9;border:4px solid white;box-shadow:0 0 0 4px #2980b9;z-index:2}.projects-timeline-content{display:flex;gap:2rem;background:#fff;padding:1.2rem;border-radius:15px;box-shadow:0 5px 20px #0000001a;transition:transform .3s ease,box-shadow .3s ease;position:relative;z-index:1}.projects-timeline-content:hover{transform:translateY(-8px);box-shadow:0 10px 30px #00000026}.projects-timeline-left .projects-timeline-content{margin-right:calc(50% + 30px)}.projects-timeline-right .projects-timeline-content{margin-left:calc(50% + 30px);flex-direction:row-reverse}.projects-timeline-image{width:400px;height:250px;border-radius:10px;overflow:hidden;box-shadow:0 4px 15px #0006}.projects-timeline-image img{width:100%;height:100%;object-fit:cover}.projects-timeline-text{flex:1}.projects-timeline-year{display:inline-block;background:linear-gradient(45deg,#1084d1,#2980b9);color:#fff;padding:.3rem .8rem;border-radius:5px;font-weight:600;font-size:.9rem}.projects-timeline-text h3{font-size:1.6rem;line-height:1.9rem;color:#2c3e50;margin:.6rem 0;font-weight:600}.projects-timeline-text p{color:#555;line-height:1.6rem;margin:.5rem 0 0;font-size:1.05rem}.projects-all-projects-section{background:#f8f9fa}.projects-filter-container{display:flex;justify-content:center;gap:1rem;margin-bottom:3rem;flex-wrap:wrap}.projects-filter-btn{padding:.8rem 1.5rem;border:2px solid #2980b9;background:#fff;color:#2980b9;border-radius:25px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:Inter,Noto Sans Arabic,Arial,sans-serif}.projects-filter-btn:hover{background:#2980b9;color:#fff;transform:translateY(-2px);box-shadow:0 5px 15px #2980b94d}.projects-filter-btn.active{background:linear-gradient(45deg,#1084d1,#2980b9);color:#fff;border-color:#1084d1}.projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem;margin-top:2rem}.projects-project-card{background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 5px 20px #0000001a;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.projects-project-card:hover{transform:translateY(-10px);box-shadow:0 15px 40px #0003}.projects-project-image-wrapper{position:relative;width:100%;height:250px;overflow:hidden}.projects-project-image-wrapper img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.projects-project-card:hover .projects-project-image-wrapper img{transform:scale(1.1)}.projects-project-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,rgba(0,0,0,.6) 0%,transparent 100%);display:flex;align-items:flex-start;justify-content:flex-end;padding:1rem}.projects-project-category{background:linear-gradient(45deg,#1084d1,#2980b9);color:#fff;padding:.4rem .8rem;border-radius:5px;font-weight:600;font-size:.9rem}.projects-project-info{padding:1.5rem}.projects-project-info h3{font-size:1.4rem;color:#2c3e50;margin:0 0 .8rem;font-weight:600}.projects-project-info p{color:#555;line-height:1.6;margin:0 0 1rem}.projects-project-meta{display:flex;align-items:center;justify-content:space-between;padding-top:1rem;border-top:1px solid #e0e0e0}.projects-project-year{color:#2980b9;font-weight:600;font-size:.95rem}[dir=rtl] .projects-timeline-left .projects-timeline-content{margin-right:0;margin-left:calc(50% + 30px);flex-direction:row}[dir=rtl] .projects-timeline-right .projects-timeline-content{margin-left:0;margin-right:calc(50% + 30px);flex-direction:row-reverse}@media (max-width: 1024px){.projects-featured-card{min-width:clamp(320px,70vw,380px);max-width:clamp(320px,70vw,380px)}.projects-horizontal-scroll-wrapper{gap:1.5rem}}@media (max-width: 768px){.projects-hero-section-title{font-size:2.5rem}.projects-hero-section-subtitle{font-size:1.1rem}.projects-content-section{padding:3rem 0}.projects-container{padding:0 1rem}.projects-section-title{font-size:1.8rem}.projects-horizontal-scroll-container:before{width:32px}.projects-horizontal-scroll-container:after{width:32px}.projects-horizontal-scroll-wrapper{padding:1rem 60px 2rem;gap:1rem}.projects-scroll-btn{width:40px;height:40px}.projects-featured-card{min-width:clamp(200px,78vw,275px);max-width:clamp(200px,78vw,275px)}.projects-featured-image{height:160px}.projects-featured-content h3{font-size:1.2rem}.projects-featured-content p{font-size:.9rem}.projects-timeline{max-width:100%}.projects-timeline-line{left:30px}.projects-timeline-line:after{opacity:0}.projects-timeline-line.moving:after{opacity:1}.projects-timeline-item:before{left:30px;top:50%;transform:translate(-50%)}.projects-timeline-left .projects-timeline-content,.projects-timeline-right .projects-timeline-content{margin:0 0 0 60px;gap:1rem;padding:1.7rem;flex-direction:column;align-items:flex-start}[dir=rtl] .projects-timeline-line{left:auto;right:27px}[dir=rtl] .projects-timeline-item:before{left:auto;right:30px;transform:translate(50%)}[dir=rtl] .projects-timeline-left .projects-timeline-content,[dir=rtl] .projects-timeline-right .projects-timeline-content{margin:0 60px 0 0;flex-direction:column}.projects-timeline-image{width:100%;height:180px}.projects-timeline-text{width:100%}.projects-timeline-text h3{font-size:1.3rem}.projects-timeline-text p{font-size:.95rem}.projects-filter-btn{padding:.6rem 1rem;font-size:.9rem}.projects-grid{grid-template-columns:1fr;gap:1.5rem}.projects-project-image-wrapper{height:200px}.projects-project-info h3{font-size:1.2rem}.projects-project-info p{font-size:.9rem}}@media (min-width: 769px) and (max-width: 1280px){.projects-grid{grid-template-columns:repeat(2,1fr)}.projects-timeline{max-width:100%}.projects-timeline-line{left:28px}.projects-timeline-line:after{opacity:0}.projects-timeline-line.moving:after{opacity:1}.projects-timeline-item:before{left:30px;top:50%;transform:translate(-50%)}.projects-timeline-left .projects-timeline-content,.projects-timeline-right .projects-timeline-content{margin:0 0 0 60px;flex-direction:row-reverse}[dir=rtl] .projects-timeline-line{left:auto;right:28px}[dir=rtl] .projects-timeline-item:before{left:auto;right:30px;transform:translate(50%)}[dir=rtl] .projects-timeline-left .projects-timeline-content,[dir=rtl] .projects-timeline-right .projects-timeline-content{margin:0 60px 0 0;flex-direction:row-reverse}.projects-timeline-image{width:650px;height:400px}.projects-timeline-text{width:100%}}.contact-page-container{overflow-x:hidden}.contact-hero-section{min-height:45vh;position:relative;overflow:hidden;background:linear-gradient(180deg,#133472,#0059ff);display:flex;align-items:center;justify-content:center}.contact-hero-section:before{content:"";position:absolute;width:100%;height:100%;background-image:url(../assets/skyblue.jpg);background-position:center;background-repeat:no-repeat;background-size:cover;background-attachment:fixed;filter:saturate(70%) brightness(.35);opacity:.5}.contact-hero-overlay{position:relative;z-index:1;width:100%;padding:4rem 2rem}.contact-hero-content{max-width:800px;margin:0 auto;text-align:center}.contact-hero-title{font-size:3.5rem;font-weight:700;color:#fff;margin:0 0 1rem;line-height:1.2;text-shadow:0 2px 10px rgba(0,0,0,.3)}.contact-hero-subtitle{font-size:1.3rem;color:#e8f4f8;margin:0;font-weight:300;line-height:1.6}.contact-info-section{padding:5rem 0;background:#f8f9fa}.contact-container{max-width:1250px;margin:0 auto;padding:0 2rem}.contact-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.contact-info-card{background:#fff;padding:2.5rem 2rem;border-radius:15px;text-align:center;box-shadow:0 5px 20px #00000014;transition:all .3s ease;border:2px solid transparent;text-decoration:none}.contact-info-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #00000026;border-color:#2980b9;cursor:pointer}.contact-icon{width:60px;height:60px;margin:0 auto 1.5rem;background:linear-gradient(135deg,#1084d1,#2980b9);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;transition:transform .3s ease}.contact-info-card:hover .contact-icon{transform:scale(1.1)}.contact-icon svg{width:30px;height:30px}.contact-info-card h3{font-size:1.4rem;font-weight:600;color:#2c3e50;margin:0 0 1rem}.contact-info-card p{font-size:1rem;color:#555;margin:0;line-height:1.6;word-wrap:normal}.contact-form-section{padding:5rem 0;background:#fff}.contact-form-wrapper{display:grid;grid-template-columns:1fr 1.5fr;gap:4rem;align-items:start}.contact-form-info h2{font-size:2.5rem;font-weight:600;color:#2c3e50;margin:0 0 1.5rem;position:relative}.contact-form-info h2:after{content:"";position:absolute;bottom:-10px;left:0;width:60px;height:3px;background:linear-gradient(45deg,#1084d1,#2980b9);border-radius:2px}.contact-form-wrapper[dir=rtl] .contact-form-info h2:after{left:auto;right:0}.contact-form-info p{font-size:1.1rem;color:#555;line-height:1.8;margin-bottom:2rem}.contact-form-features{display:flex;flex-direction:column;gap:1rem}.contact-feature-item{display:flex;align-items:center;gap:.75rem;color:#2c3e50}.contact-feature-item svg{width:24px;height:24px;color:#2980b9;flex-shrink:0}.contact-feature-item span{font-size:1rem;font-weight:500}.contact-form{background:#f8f9fa;padding:2.5rem;border-radius:15px;box-shadow:0 5px 20px #00000014}.contact-form-group{margin-bottom:1.5rem}.contact-form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}.contact-form-row .contact-form-group{margin-bottom:0}.contact-form-group label{display:block;font-size:1rem;font-weight:600;color:#2c3e50;margin-bottom:.5rem}.contact-form-group .required{color:#dd1d08;margin-left:.25rem}.contact-form[dir=rtl] .contact-form-group .required{margin-left:0;margin-right:.25rem}.contact-form-group input,.contact-form-group textarea{width:100%;padding:.9rem 1.2rem;font-size:1rem;border:2px solid #ddd;border-radius:8px;transition:all .3s ease;font-family:inherit;background:#fff;box-sizing:border-box}.contact-form-group input::placeholder,.contact-form-group textarea::placeholder{color:#aaa}.contact-form-group input[type=email],.contact-form-group input[type=tel]{direction:ltr;text-align:left}.contact-form-group input:focus,.contact-form-group textarea:focus{outline:none;border-color:#2980b9;box-shadow:0 0 0 3px #2980b91a}.contact-form-group textarea{resize:vertical;min-height:120px}.contact-form-status{padding:1rem;background:#d4edda;border:1px solid #c3e6cb;border-radius:8px;color:#155724;text-align:center;margin-bottom:1.5rem;font-weight:500}.contact-form-error{padding:1rem;background:#f8d7da;border:1px solid #f5c6cb;border-radius:8px;color:#721c24;text-align:center;margin-bottom:1.5rem;font-weight:500}.contact-submit-btn{width:100%;padding:1.1rem 2rem;font-size:1.1rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#1084d1,#2980b9);border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;box-shadow:0 4px 15px #2980b94d}.contact-submit-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #2980b966}.contact-submit-btn:active{transform:translateY(0)}.contact-submit-btn svg{width:20px;height:20px}.contact-map-section{height:500px;position:relative;overflow:hidden;width:100%}.contact-map-iframe{width:100%;height:100%;border:0;display:block}.contact-form-wrapper[dir=rtl]{direction:rtl}.contact-form[dir=rtl]{direction:rtl;text-align:right}.contact-form-wrapper[dir=rtl] .contact-form-info{text-align:right}.contact-feature-item[dir=rtl]{flex-direction:row-reverse}@media (max-width: 968px){.contact-hero-title{font-size:2.5rem}.contact-hero-subtitle{font-size:1.1rem}.contact-form-wrapper{grid-template-columns:1fr;gap:3rem}.contact-info-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}}@media (max-width: 768px){.contact-hero-title{font-size:2rem}.contact-hero-subtitle{font-size:1rem}.contact-info-section,.contact-form-section{padding:3rem 0}.contact-form-row{grid-template-columns:1fr;gap:1.5rem}.contact-info-grid{grid-template-columns:1fr}.contact-form{padding:2rem 1.5rem}.contact-form-info h2{font-size:2rem}.contact-map-section{height:350px}.contact-map-overlay{padding:1.5rem 2rem}.contact-map-overlay h3{font-size:1.5rem}.contact-map-overlay p{font-size:1rem}}@media (max-width: 480px){.contact-container{padding:0 1rem}.contact-hero-title{font-size:1.8rem}.contact-info-card{padding:2rem 1.5rem}.contact-form{padding:1.5rem 1rem}}
