.ew-hero{height:480px;background:url('images/index/home1.webp') no-repeat center center / cover;position:relative;display:flex;align-items:center;justify-content:center;} .ew-hero-overlay{position:absolute;inset:0;background:linear-gradient(160deg,rgba(10,36,114,0.88) 0%,rgba(3,15,39,0.7) 100%);} .ew-hero-content{position:relative;z-index:2;text-align:center;max-width:800px;padding:0 20px;} .ew-hero-content .ew-badge{display:inline-block;border:2px solid #FF5F1F;color:#FF5F1F;font-size:12px;font-weight:700;letter-spacing:4px;text-transform:uppercase;padding:7px 22px;margin-bottom:25px;} .ew-hero-content h1{color:#fff;font-size:3.8rem;font-weight:700;font-family:Cambria,Cochin,Georgia,Times,'Times New Roman',serif;line-height:1.15;margin:0 0 20px;} .ew-hero-content h1 span{color:#F9B935;} .ew-hero-content p{color:rgba(255,255,255,0.8);font-size:1.1rem;line-height:1.7;margin:0 0 30px;} .ew-hero-btns{display:flex;gap:15px;justify-content:center;flex-wrap:wrap;} .ew-btn-primary{display:inline-flex;align-items:center;gap:8px;background:#FF5F1F;color:#fff;padding:13px 30px;text-decoration:none;font-weight:700;font-size:15px;transition:all 0.3s ease;border-radius:4px;} .ew-btn-primary:hover{background:#F9B935;color:#0A2472;} .ew-btn-secondary{display:inline-flex;align-items:center;gap:8px;background:transparent;color:#fff;padding:13px 30px;text-decoration:none;font-weight:600;font-size:15px;border:2px solid rgba(255,255,255,0.5);transition:all 0.3s ease;border-radius:4px;} .ew-btn-secondary:hover{border-color:#fff;background:rgba(255,255,255,0.1);} .ew-intro{padding:90px 0;background:#fff;} .ew-intro-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center;} .ew-intro-image{position:relative;} .ew-intro-image img{width:100%;height:480px;object-fit:cover;display:block;} .ew-intro-image::before{content:'';position:absolute;top:-20px;left:-20px;width:60%;height:60%;border:5px solid #FF5F1F;z-index:0;border-right:none;border-bottom:none;} .ew-intro-image::after{content:'';position:absolute;bottom:-20px;right:-20px;width:60%;height:60%;border:5px solid #0A2472;z-index:0;border-left:none;border-top:none;} .ew-intro-text .ew-badge-alt{color:#FF5F1F;font-size:13px;font-weight:700;letter-spacing:3px;text-transform:uppercase;display:block;margin-bottom:15px;} .ew-intro-text h2{color:#0A2472;font-size:2.3rem;font-weight:700;line-height:1.3;margin:0 0 20px;} .ew-intro-text p{color:#666;font-size:1rem;line-height:1.8;margin:0 0 15px;} .ew-services{padding:80px 0;background:#f5f6fa;} .ew-services-header{text-align:center;margin-bottom:50px;} .ew-services-header .ew-badge-alt{color:#FF5F1F;font-size:13px;font-weight:700;letter-spacing:3px;text-transform:uppercase;display:block;margin-bottom:12px;} .ew-services-header h2{color:#0A2472;font-size:2.2rem;font-weight:700;margin:0;} .ew-services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:25px;} .ew-service-card{background:#fff;padding:40px 28px;text-align:center;transition:all 0.3s ease;border-top:4px solid transparent;box-shadow:0 2px 15px rgba(0,0,0,0.05);} .ew-service-card:hover{border-top-color:#FF5F1F;box-shadow:0 15px 35px rgba(0,0,0,0.1);} .ew-service-num{font-size:3.5rem;font-weight:900;color:#f0f0f0;line-height:1;margin-bottom:15px;font-family:Cambria,Cochin,Georgia,Times,'Times New Roman',serif;} .ew-service-icon{width:65px;height:65px;background:#0A2472;display:flex;align-items:center;justify-content:center;font-size:26px;color:#FF5F1F;margin:0 auto 20px;border-radius:50%;} .ew-service-card h3{color:#0A2472;font-size:1.1rem;font-weight:700;margin:0 0 12px;} .ew-service-card p{color:#777;font-size:0.9rem;line-height:1.7;margin:0;} .ew-projects{padding:80px 0;background:#fff;} .ew-projects-header{text-align:center;margin-bottom:50px;} .ew-projects-header .ew-badge-alt{color:#FF5F1F;font-size:13px;font-weight:700;letter-spacing:3px;text-transform:uppercase;display:block;margin-bottom:12px;} .ew-projects-header h2{color:#0A2472;font-size:2.2rem;font-weight:700;margin:0;} .ew-projects-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:400px 300px;gap:20px;} .ew-project-item{position:relative;overflow:hidden;border-radius:4px;} .ew-item-wide{grid-column:1 / 3;} .ew-project-item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform 0.6s ease;} .ew-project-item:hover img{transform:scale(1.05);} .ew-project-info{position:absolute;bottom:0;left:0;right:0;padding:30px;background:linear-gradient(transparent,rgba(10,36,114,0.9));color:#fff;transform:translateY(20px);opacity:0;transition:all 0.4s ease;} .ew-project-item:hover .ew-project-info{transform:translateY(0);opacity:1;} .ew-project-info h4{font-size:1.2rem;margin:0 0 5px;color:#F9B935;} .ew-project-info p{font-size:0.9rem;margin:0;color:rgba(255,255,255,0.8);} @media (max-width:992px){.ew-projects-grid{grid-template-columns:1fr;grid-template-rows:auto;} .ew-item-wide{grid-column:auto;} .ew-project-item{height:300px;} } .ew-why{padding:80px 0;background:#0A2472;} .ew-why-grid{display:grid;grid-template-columns:1fr 1.5fr;gap:60px;align-items:center;} .ew-why-left h2{color:#fff;font-size:2.3rem;font-weight:700;line-height:1.3;margin:0 0 20px;} .ew-why-left h2 span{color:#F9B935;} .ew-why-left p{color:rgba(255,255,255,0.7);font-size:1rem;line-height:1.8;margin:0 0 30px;} .ew-why-left a{display:inline-flex;align-items:center;gap:10px;background:#FF5F1F;color:#fff;padding:13px 30px;text-decoration:none;font-weight:700;font-size:15px;transition:all 0.3s;border-radius:4px;} .ew-why-left a:hover{background:#F9B935;color:#0A2472;} .ew-why-points{display:flex;flex-direction:column;gap:20px;} .ew-why-point{display:flex;align-items:flex-start;gap:18px;background:rgba(255,255,255,0.06);padding:22px 25px;border-left:3px solid #FF5F1F;} .ew-why-point .ew-why-icon{font-size:1.4rem;color:#F9B935;flex-shrink:0;margin-top:2px;} .ew-why-point h4{color:#fff;font-size:1rem;font-weight:700;margin:0 0 5px;} .ew-why-point p{color:rgba(255,255,255,0.65);font-size:0.9rem;margin:0;line-height:1.6;} .ew-cta{padding:80px 0;background:#fff;text-align:center;} .ew-cta h2{color:#0A2472;font-size:2.2rem;font-weight:700;margin:0 0 15px;} .ew-cta p{color:#666;font-size:1.05rem;margin:0 0 30px;} .ew-cta a{display:inline-flex;align-items:center;gap:10px;background:#0A2472;color:#fff;padding:14px 35px;text-decoration:none;font-weight:700;font-size:15px;transition:all 0.3s;border-radius:4px;} .ew-cta a:hover{background:#FF5F1F;} @media (max-width:1200px){.ew-hero-content h1{font-size:3.2rem;} .ew-intro-grid{gap:40px;} } @media (max-width:1024px){.ew-hero{height:450px;padding:40px 0;} .ew-hero-content h1{font-size:2.8rem;} .ew-intro-text h2{font-size:2rem;} } @media (max-width:900px){.ew-intro-grid{grid-template-columns:1fr;gap:40px;} .ew-intro-image img{height:350px;} .ew-services-grid{grid-template-columns:repeat(2,1fr);} .ew-why-grid{grid-template-columns:1fr;gap:40px;} .ew-projects-grid{grid-template-columns:1fr;grid-template-rows:auto;} .ew-item-wide{grid-column:auto;} .ew-project-item{height:300px;} } @media (max-width:760px){.ew-hero-content h1{font-size:2.2rem;} .ew-hero-content p{font-size:1rem;} .ew-intro-text h2{font-size:1.8rem;} .ew-services-header h2{font-size:1.8rem;} .ew-why-left h2{font-size:1.8rem;} } @media (max-width:600px){.ew-hero{height:500px;} .ew-service-card{padding:30px 20px;} .ew-service-num{font-size:2.5rem;} .ew-why-point{padding:15px 20px;} } @media (max-width:460px){.ew-hero-content h1{font-size:1.8rem;} .ew-hero-btns{flex-direction:column;} .ew-btn-primary,.ew-btn-secondary{width:100%;max-width:320px;justify-content:center;margin:0 auto;} .ew-intro-text h2{font-size:1.5rem;} .ew-services-grid{grid-template-columns:1fr;} .ew-cta h2{font-size:1.5rem;} } @media (max-width:300px){.ew-hero-content h1{font-size:1.5rem;} .ew-intro-text h2{font-size:1.3rem;} }