@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");body{font-family:Poppins,sans-serif;margin:0;padding:0;color:#222;background-color:#fff;overflow-x:hidden}*{box-sizing:border-box}.section-wrapper{width:90%;margin:0 auto}.service-container{padding:50px 0;display:flex;justify-content:center;background:#fff}.service-content{display:flex;align-items:center;justify-content:space-between;gap:40px;width:100%;background:#fff;padding:20px;border-radius:12px;flex-wrap:wrap}.service-image{position:relative;display:flex;align-items:center;justify-content:center;max-width:500px;flex:1 1}.service-image-bg{position:absolute;width:90%;height:90%;background:#005d6c;border-radius:12px;z-index:-1;top:10px;left:10px}.service-image img{width:100%;border-radius:60px 5px 60px 5px;border:3px solid #005d6c;transition:border-radius .3s ease-in-out,box-shadow .3s ease-in-out,transform .3s ease-in-out}.service-image:hover img{border-radius:5px 60px 5px 60px;box-shadow:0 8px 20px rgba(0,0,0,.2);transform:scale(1.05)}.service-text{max-width:500px;flex:1 1}.service-text h1{font-size:2.6rem;font-weight:600;margin-bottom:15px;color:#005d6c}.service-text p{font-size:16px;line-height:1.6}.learn-more-btn{background:transparent;border:2px solid #005d6c;color:#005d6c;padding:12px 24px;font-size:16px;font-weight:700;cursor:pointer;border-radius:20px;transition:.3s ease-in-out}.learn-more-btn:hover{background:#01b1cc;border:2px solid #01b1cc;color:#fff;font-weight:700}@media (max-width:1024px){.service-content{flex-direction:column;text-align:center;gap:50px}.service-image{order:-1;max-width:70%;margin:0 auto}.service-text{max-width:100%}.service-text h1{font-size:2.2rem}.service-text p{font-size:1.05rem}}@media (max-width:768px){.service-content{gap:40px}.service-image{max-width:100%;order:-1}.service-image img{width:100%}.service-text h1{font-size:2rem}.service-text p{font-size:1rem}.learn-more-btn{padding:10px 20px;font-size:14px}}