body{font-family:"Segoe UI",Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;margin:0;padding:0;padding-bottom:4rem;color:#333;background-image:url("../images/background4.jpg");background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed}body::before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);z-index:-1}.container{width:80%;margin:auto;overflow:hidden}.main-header{background:#fff;padding:1rem 0;box-shadow:0 2px 4px rgba(0,0,0,.1);position:sticky;top:0;z-index:1000}.main-header .container{display:flex;justify-content:space-between;align-items:center}.main-header .logo{color:#007bff;margin:0}.main-header .logo-image{height:100px;width:auto;max-width:100%}.main-header .main-nav ul{margin:0;padding:0;list-style:none;display:flex}.main-header .main-nav ul li{margin-left:20px}.main-header .main-nav ul li a{color:#007bff;text-decoration:none;font-weight:bold;transition:color .3s ease}.main-header .main-nav ul li a:hover{color:rgb(0,98.4,204)}.hero{background:#007bff;color:#fff;padding:4rem 0;text-align:center}.hero h2{font-size:2.5rem;margin-bottom:1rem}.hero p{font-size:1.2rem}.services-section{padding:2rem 0}.section-title{text-align:center;color:#007bff;margin-bottom:2rem;font-size:2rem}.services-grid{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.service-card{background:#fff;border-radius:8px;box-shadow:0 4px 8px rgba(0,0,0,.1);padding:2rem;flex-basis:calc(33.333% - 2rem);box-sizing:border-box;transition:transform .3s ease,box-shadow .3s ease;overflow:auto}.service-card:hover{transform:translateY(-5px);box-shadow:0 8px 16px rgba(0,0,0,.2)}.service-card h3{color:#007bff;margin-top:0}.service-image{float:right;width:100px;height:auto;border-radius:8px;margin-left:1rem;margin-bottom:1rem}.main-footer{background:#343a40;color:#fff;text-align:center;padding:2rem 0;margin-top:2rem}.main-footer .container .section-title{color:#fff}.main-footer .container p{margin-bottom:1rem}.main-footer .container .contact-email{color:#fff;text-decoration:none;font-weight:bold;font-size:1.2rem}.main-footer .container .contact-email:hover{text-decoration:underline}.sticky-footer{background:#343a40;color:#fff;text-align:center;padding:1rem 0;position:fixed;bottom:0;width:100%;z-index:1000}@media(max-width: 768px){.container{width:90%}.main-header .container{flex-direction:column}.main-nav ul{flex-direction:column;align-items:center;margin-top:1rem}.main-nav ul li{margin:10px 0}.service-card{flex-basis:calc(50% - 2rem)}}@media(max-width: 576px){.service-card{flex-basis:100%}.service-image{float:none;width:100%;margin-left:0;margin-bottom:1rem}}html{scroll-behavior:smooth}/*# sourceMappingURL=style.min.css.map */