.header{display:flex;justify-content:space-between;align-items:center;padding:15px 10%;background-color:#0a1930;color:#fff;position:fixed;width:100%;top:0;left:0;z-index:1000}.logo a{display:flex;align-items:center;text-decoration:none}.logo-img{width:150px;height:auto}.nav{display:flex;align-items:center}.nav ul{list-style:none;display:flex;gap:20px}.nav ul li{position:relative}.nav ul li a{text-decoration:none;color:#fff;font-size:1rem;font-weight:500;transition:.3s ease}.nav ul li a:hover{color:#007bff}.dropdown{position:relative}.dropdown-menu{display:none;position:absolute;top:100%;left:0;background:#fff;padding:10px;border-radius:5px;box-shadow:0 4px 6px #0000001a;min-width:180px}.dropdown-menu li{padding:8px 15px;text-align:left}.dropdown-menu a{color:#0a1930;text-decoration:none;font-size:.9rem;display:block}.dropdown-menu a:hover{color:#007bff}@media (min-width: 769px){.dropdown:hover .dropdown-menu{display:block}}.quote-btn{background-color:#007bff;color:#fff;padding:8px 15px;border-radius:5px;text-decoration:none;margin-left:20px;transition:.3s ease}.quote-btn:hover{background-color:#0056b3}.menu-icon{display:none;font-size:1.5rem;cursor:pointer}@media (max-width: 768px){.header{padding:10px 5%}.nav{position:absolute;top:60px;left:0;width:100%;background-color:#0a1930;flex-direction:column;text-align:center;display:none}.nav.active{display:flex}.nav ul{flex-direction:column;gap:15px;padding:20px 0}.dropdown-menu{position:static;background:#0a1930;box-shadow:none}.menu-icon{display:block}}.hero-section{display:flex;align-items:center;justify-content:space-between;padding:50px}.hero-content{flex:1;max-width:50%}.hero-image{flex:1;display:flex;justify-content:flex-end}.hero-image img{max-width:100%;height:auto;max-height:400px}.key-services{padding:60px 20px;background-color:#f7f8fc;text-align:center}.key-services .container{max-width:1200px;margin:0 auto}.key-services h2{font-size:2.5rem;margin-bottom:20px;color:#333;font-weight:600}.key-services .section-description{font-size:1.2rem;color:#777;margin-bottom:40px;max-width:800px;margin-left:auto;margin-right:auto}.services-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;justify-items:center}.service-card{background:#fff;padding:30px;border-radius:10px;box-shadow:0 4px 15px #0000001a;transition:transform .3s ease,box-shadow .3s ease;text-align:center;max-width:350px;width:100%}.service-card:hover{transform:translateY(-10px);box-shadow:0 8px 25px #00000026}.service-card h3{font-size:1.7rem;margin-bottom:15px;color:#333;font-weight:500}.service-card p{font-size:1.1rem;color:#555;margin-bottom:20px;line-height:1.6}.service-icon{font-size:3rem;color:#007bff;margin-bottom:15px}.btn-learn-more{display:inline-block;font-size:1rem;font-weight:500;padding:10px 25px;color:#fff;background-color:#007bff;border-radius:5px;text-decoration:none;transition:background-color .3s ease}.btn-learn-more:hover{background-color:#0056b3}@media (max-width: 768px){.key-services h2{font-size:2.2rem}.key-services .section-description{font-size:1rem}.service-card h3{font-size:1.5rem}.service-card p{font-size:1rem}}@media (max-width: 480px){.key-services{padding:40px 15px}.services-container{grid-template-columns:1fr}.service-card{padding:20px}}.footer{background-size:cover;background-position:center;background-repeat:no-repeat;padding:40px 10%;position:relative}.footer-overlay{background-color:#000000b3;padding:40px;border-radius:10px}.footer-container{display:flex;justify-content:space-between;flex-wrap:wrap;color:#fff}.footer-section{flex:1;min-width:250px;margin-bottom:20px}.footer-logo{width:150px;margin-bottom:10px}.footer-section h3{font-size:1.2rem;margin-bottom:15px;border-bottom:2px solid #007bff;display:inline-block;padding-bottom:5px}.footer-section ul{list-style:none;padding:0}.footer-section ul li{margin-bottom:10px;font-size:1rem}.social-icons{display:flex;gap:10px;font-size:1.5rem}input[type=email]{width:100%;padding:10px;margin-top:10px;border-radius:5px;border:none}button{width:100%;padding:10px;margin-top:5px;background-color:#007bff;border:none;color:#fff;border-radius:5px;cursor:pointer}button:hover{background-color:#0056b3}@media (max-width: 768px){.footer-container{flex-direction:column}}.homepage{background-color:#2f4f4f;color:#fff;font-family:Poppins,sans-serif}.hero-section{display:flex;align-items:center;justify-content:space-between;padding:50px 10%;background:url(../assets/hero-bg.jpg) no-repeat center;background-size:cover;height:100vh}.hero-content{max-width:50%}.hero-content h1{font-size:3rem;font-weight:700}.hero-content p{font-size:1.2rem;margin:20px 0;color:#bbb}.hero-buttons{display:flex;gap:15px}.hero-buttons .btn{background-color:#007bff;color:#fff;padding:10px 20px;border-radius:5px;text-decoration:none;transition:.3s ease}.hero-buttons .btn:hover{background-color:#0056b3}.hero-image img{width:100%;height:100%;object-fit:cover;border-radius:10px}@media (max-width: 768px){.hero-section{flex-direction:column;text-align:center}.hero-content{max-width:100%}.hero-image img{width:100%;max-width:100%}}.services-page{font-family:Arial,sans-serif;background-color:#2f4f4f;margin-top:100px;padding:0 20px;color:#333}.services-intro{text-align:center;margin-bottom:50px}.services-title{font-size:2.5rem;color:#036;font-weight:600}.services-description{font-size:2.2rem;color:#d8d1d1;margin-top:10px;line-height:1.5;padding-top:15px}.services-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:30px;padding:0 15px;margin-top:50px}.service-item{background:#ffd70026;border-radius:20px;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 6px 15px #6864514d;padding:20px;transition:transform .3s ease,box-shadow .3s ease;text-align:center;width:100%;max-width:400px;border:1px solid rgba(255,215,0,.4);margin:0 auto}.service-icon{margin-bottom:15px}.service-item h3{font-size:22px;color:gold;font-weight:700}.service-item p{font-size:16px;color:#fff;margin-top:8px;line-height:1.6}.service-item:hover{transform:scale(1.07);box-shadow:0 10px 25px #7a724180}footer{background-color:#036;color:#fff;text-align:center;padding:20px 0;position:relative;bottom:0;width:100%;margin-top:50px;display:flex}footer p{font-size:1rem;color:#e6e6e6;margin:0}@media (max-width: 768px){.services-title{flex-direction:column;font-size:2rem}.services-description{font-size:1.1rem}.service-item{padding:20px}footer p{font-size:.9rem}}.portfolio-container{background-color:#2f4f4f;margin-top:100px;padding:0 20px;text-align:center}.portfolio-hero{margin-top:80px}.portfolio-hero h1{font-size:3rem;font-weight:700;color:#dfddd7}.portfolio-hero p{color:#e6c200;font-size:1.2rem}.portfolio-row{display:flex;justify-content:center;gap:40px;flex-wrap:wrap;padding:40px 0}.portfolio-item{background:#ffd70026;border-radius:20px;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 6px 15px #6864514d;padding:20px;transition:transform .3s ease,box-shadow .3s ease;text-align:center;width:400px;border:1px solid rgba(255,215,0,.4)}.portfolio-item img{width:100%;height:300px;object-fit:cover;border-radius:15px}.portfolio-item h3{margin-top:15px;font-size:22px;color:gold;font-weight:700}.portfolio-item p{font-size:16px;color:#fff;margin-top:8px}.portfolio-item:hover{transform:scale(1.07);box-shadow:0 10px 25px #7a724180}.testimonials-container{background-color:#2f4f4f;margin-top:100px;padding:0 20px;text-align:center}.testimonials-hero{margin-top:80px}.testimonials-hero h1{font-size:3rem;font-weight:700;color:#e9e6d5}.testimonials-hero p{color:#e6c200;font-size:1.2rem}.testimonials-row{display:flex;justify-content:center;gap:40px;flex-wrap:wrap;padding:40px 0}.testimonial-item{background:#ffd70026;border-radius:20px;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 6px 15px #44433a4d;padding:20px;transition:transform .3s ease,box-shadow .3s ease;text-align:center;width:400px;border:1px solid rgba(255,215,0,.4)}.testimonial-icon img{width:100px;height:100px;object-fit:cover;border-radius:50%;border:3px solid #1d434d;margin-bottom:20px}.testimonial-feedback{font-style:bold;color:#fff;font-size:18px;line-height:1.6;margin-bottom:20px}.testimonial-name{margin-top:15px;font-size:22px;color:gold;font-weight:700}.testimonial-position{font-size:16px;color:#fff;margin-top:8px}.testimonial-item:hover{transform:scale(1.07);box-shadow:0 10px 25px #88805380}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Arial,sans-serif}header{display:flex;justify-content:space-between;padding:10px 20px;background-color:#333;color:#fff}header nav ul{display:flex;list-style-type:none}header nav ul li{margin:0 15px}header nav ul li a{color:#fff;text-decoration:none;font-weight:700}@media (max-width: 768px){header nav ul{flex-direction:column;align-items:center}header nav ul li{margin:10px 0}}@media (max-width: 480px){header{padding:10px}header nav ul li{margin:5px 0}header .logo img{height:40px}}
