@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@500;600;700&family=Inter:wght@300;400;500;600&display=swap";*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:poppins;color:#1f2d2d;overflow-x:hidden}h1,h2,h3{font-family:poppins}img{max-width:100%;height:auto}.header{position:fixed;width:100%;top:0;left:0;padding:20px 80px;display:flex;justify-content:space-between;align-items:center;background:transparent;transition:.3s ease;z-index:1000}.header.scrolled{background:#fff;box-shadow:0 2px 10px #0000000d}.logo{display:flex;align-items:center;flex-shrink:0}.logo img{display:block;width:150px;height:auto}.nav{display:flex;gap:35px}.nav a{text-decoration:none;font-size:15px;font-weight:500;letter-spacing:1px;color:#333;transition:.3s ease;position:relative}.nav a:hover{color:#0f4d4d}.nav a:after{content:"";position:absolute;width:0%;height:2px;left:0;bottom:-6px;background-color:#0f4d4d;transition:width .3s ease}.nav a:hover:after{width:100%}.nav a.active{color:#0f4d4d}.hamburger{display:none;width:30px;height:22px;position:relative;background:none;border:none;cursor:pointer;z-index:1100}.hamburger span{position:absolute;height:3px;width:100%;background:#0f4d4d;left:0;transition:.3s ease}.hamburger span:nth-child(1){top:0}.hamburger span:nth-child(2){top:9px}.hamburger span:nth-child(3){top:18px}.hamburger.open span:nth-child(1){transform:rotate(45deg);top:9px}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:rotate(-45deg);top:9px}.hero{height:90vh;background:url(/hero.jpeg) center/cover no-repeat;display:flex;align-items:flex-end;justify-content:center;padding:0 20px}.hero-overlay{color:#fff;text-align:center;max-width:800px;padding-bottom:40px}.hero-overlay h1{font-size:48px;margin-bottom:20px;line-height:1.2}.primary-btn{padding:14px 28px;background:#0f4d4d;color:#fff;border:none;cursor:pointer;transition:.3s ease}.primary-btn:hover{background:#083737}.intro{text-align:center;padding:80px 20%}.services{padding:80px 10%;text-align:center}.services-grid{display:flex;gap:40px;margin-top:40px}.service-card img{width:100%;height:250px;object-fit:cover}.about-section{padding:100px 10%;background-color:#f8f6f3;display:flex;justify-content:center}.about-container{max-width:900px;text-align:center}.about-title{font-size:42px;font-weight:600;color:#0f4d4d;margin-bottom:15px}.divider{width:60px;height:3px;background-color:#0f4d4d;margin:0 auto 40px;border-radius:2px}.about-content p{font-size:18px;line-height:1.9;margin-bottom:25px;color:#333}.about-content ul,.content-block ul{text-align:left;margin:15px 0 25px;padding-left:1.2rem;list-style-type:disc}.about-content ul li,.content-block ul li{margin-bottom:10px;line-height:1.8;color:#333}.testimonials{padding:80px 10%;background-color:#f8f6f3;text-align:center}.testimonials h2{font-size:42px;font-weight:600;color:#0f4d4d;margin-bottom:60px}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:40px;max-width:1200px;margin:0 auto}.testimonial-card{background:#fff;padding:40px;border-radius:8px;box-shadow:0 4px 12px #00000014;transition:transform .3s ease,box-shadow .3s ease,height .3s ease;display:flex;flex-direction:column;align-items:center}.testimonial-image{width:80px;height:80px;border-radius:50%;object-fit:cover;margin-bottom:25px;border:3px solid #0f4d4d}.testimonial-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #0000001f}.testimonial-quote{margin-bottom:25px}.testimonial-quote p{display:-webkit-box;-webkit-line-clamp:7;-webkit-box-orient:vertical;overflow:hidden;margin:0}.testimonial-quote.expanded p{-webkit-line-clamp:unset}.see-more-btn{background:none;border:none;color:#0f4d4d;font-weight:600;cursor:pointer;margin-top:10px;padding:0;text-decoration:underline}.see-more-btn:hover{color:#0a3a3a}.testimonial-author{border-top:2px solid #0f4d4d;padding-top:20px}.author-name{font-weight:600;font-size:16px;color:#1f2d2d;margin:0 0 5px}.author-title{font-size:14px;color:#0f4d4d;margin:0}.footer{padding:40px 10%;background:#f4f4f4}.footer-columns{display:flex;justify-content:space-between;gap:40px}.footer-columns a{color:#2e2e38}@media(max-width:1024px){.header{padding:20px 40px}.services-grid{gap:25px}}@media(max-width:768px){.header{padding:15px 20px}.hamburger{display:block}.nav{position:absolute;top:70px;right:0;width:100%;background:#fff;flex-direction:column;align-items:center;gap:20px;padding:20px 0;display:none}.nav.open{display:flex}.hero{height:80vh;align-items:center}.hero-overlay h1{font-size:28px;line-height:1.3}.primary-btn{padding:12px 20px;font-size:14px}.intro,.services{padding:60px 6%}.services-grid{flex-direction:column}.service-card img{height:200px}.about-section{padding:60px 6%}.about-title{font-size:28px}.about-content p{font-size:16px;line-height:1.7}.testimonials{padding:60px 6%}.testimonials h2{font-size:28px;margin-bottom:40px}.testimonials-grid{gap:25px}.testimonial-card{padding:30px}.testimonial-quote p{font-size:15px;line-height:1.7}.footer{padding:40px 6%}.footer-columns{flex-direction:column;text-align:center;gap:20px}}.cta{padding:80px 10%;text-align:center;background-color:#f8f6f3}.cta h2{font-size:42px;font-weight:600;color:#0f4d4d;margin-bottom:20px}.cta p{font-size:18px;line-height:1.8;margin-bottom:15px;color:#333}.contact-form{max-width:500px;margin:40px auto 0;text-align:left}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:5px;font-weight:500;color:#1f2d2d}.form-group input,.form-group textarea{width:100%;padding:12px;border:2px solid #ddd;border-radius:4px;font-size:16px;font-family:inherit;transition:border-color .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#0f4d4d}.form-group input.error,.form-group textarea.error{border-color:#e74c3c}.submit-message{margin-top:20px;padding:12px;border-radius:4px;font-weight:500}.submit-message.success{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}.submit-message.error{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.form-group textarea{resize:vertical;min-height:100px}.btn{display:inline-block;padding:12px 30px;background-color:#0f4d4d;color:#fff;text-decoration:none;border-radius:4px;font-weight:500;transition:background-color .3s ease;cursor:pointer;border:none}.btn:hover{background-color:#0a3a3a}.light-btn{background-color:#fff;color:#0f4d4d;border:2px solid #0f4d4d}.light-btn:hover{background-color:#0f4d4d;color:#fff}@media(max-width:768px){.cta{padding:60px 6%}.cta h2{font-size:28px}.cta p{font-size:16px}.contact-form{margin-top:30px}}
