.navbar{position:absolute;top:0;left:0;width:100%;display:flex;justify-content:space-between;align-items:center;padding:22px 60px;z-index:1000;background:transparent}.navbar-logo img{width:220px;height:auto}.desktop-nav{display:flex;align-items:center;gap:40px}.navbar-links{display:flex;align-items:center;gap:32px}.nav-link{position:relative;font-family:Cormorant Garamond,serif;font-size:20px;font-weight:600;color:#111}.active-link{color:#ff8637}.active-link:after{content:"";position:absolute;left:50%;bottom:-8px;transform:translate(-50%);width:45px;height:2px;background:#ff8637}.contact-btn{background:#ff8637;color:#fff;padding:14px 30px;border-radius:50px;font-family:Cormorant Garamond,serif;font-size:20px;font-weight:600;transition:.3s}.contact-btn:hover{opacity:.95}.hamburger{display:none;width:52px;height:42px;background:#ff8637;border:none;border-radius:8px;color:#fff;font-size:20px;cursor:pointer;align-items:center;justify-content:center;padding:0;line-height:1}.hamburger svg{display:block;margin:auto}.mobile-menu{display:none}@media (max-width:1200px){.navbar{padding:16px 35px}.navbar-links{gap:20px}.nav-link{font-size:16px}.contact-btn{padding:10px 20px}.navbar-logo img{width:190px}}@media (max-width:900px){.desktop-nav{display:none}.hamburger{display:block}.mobile-menu{position:absolute;top:70px;right:20px;width:240px;background:#fff;border-radius:12px;box-shadow:0 10px 30px #00000026;padding:18px 24px;display:none;flex-direction:column;gap:10px}.mobile-menu.show{display:flex}.mobile-menu a{font-family:Cormorant Garamond,serif;font-size:17px;font-weight:600;color:#111;padding:6px 0}.navbar-logo img{width:170px}}.services-dropdown-wrapper{position:relative}.services-dropdown{position:absolute;top:35px;left:0;min-width:220px;background:#fff;border-radius:8px;box-shadow:0 10px 25px #0000001f;padding:10px 0;opacity:0;visibility:hidden;transition:.25s ease;z-index:1000}.services-dropdown-wrapper:hover .services-dropdown{opacity:1;visibility:visible}.services-dropdown a{display:block;padding:10px 18px;font-family:Cormorant Garamond,serif;font-size:16px;font-weight:600;color:#111;white-space:nowrap}.services-dropdown a:hover{color:#ff8637}.mobile-services-title{font-family:Cormorant Garamond,serif;font-size:17px;font-weight:600;color:#111;cursor:pointer;padding:6px 0}.mobile-services-dropdown{display:flex;flex-direction:column;margin-left:15px;margin-top:6px;gap:6px}.mobile-services-dropdown a{font-family:Cormorant Garamond,serif;font-size:15px;font-weight:500;color:#555}.footer-section{background:#171b24;padding:65px 90px 22px}.footer-content{display:flex;justify-content:space-between;gap:90px}.footer-left{flex:1}.footer-logo{width:190px;margin-bottom:25px}.footer-line{width:100%;height:1px;background:#ffffff26;margin-bottom:30px}.footer-description{color:#d2d2d2;line-height:1.9;font-size:14px;margin-bottom:28px}.footer-socials{display:flex;gap:16px}.footer-socials a{width:42px;height:42px;border-radius:50%;background:#ff8637;color:#fff;display:flex;align-items:center;justify-content:center;font-size:18px;text-decoration:none;transition:.35s}.footer-socials a:hover{background:#fff;color:#ff8637;border:2px solid #ff8637;transform:translateY(-3px)}.footer-right{flex:1}.review-card{background:#000;border-radius:10px;padding:38px 42px;text-align:center;min-height:260px;position:relative;overflow:hidden;transition:.4s}.quote{color:#fff;font-size:50px;margin-bottom:8px}.review-card p{color:#e7e7e7;font-size:14px;line-height:2;max-width:520px;margin:auto}.review-stars{margin-top:20px;display:flex;justify-content:center;gap:6px;color:#ffb400;font-size:18px}.review-profile{text-align:center;margin-top:-38px;position:relative;z-index:5}.review-profile img{width:72px;height:72px;border-radius:50%;border:5px solid #fff;object-fit:cover;display:block;margin:12px auto auto}.review-profile h4{margin-top:12px;color:#fff;font-size:18px;font-family:Cormorant Garamond,serif}.footer-bottom{margin-top:55px;border-top:1px solid rgba(255,255,255,.12);padding-top:22px;display:flex;justify-content:space-between;align-items:center;gap:20px}.footer-bottom p{color:#fff;font-size:13px}.footer-links{display:flex;gap:30px}.footer-links a{color:#fff;text-decoration:none;transition:.3s}.footer-links a:hover{color:#ff8637}.review-card{animation:reviewFade .8s ease}@keyframes reviewFade{0%{opacity:0;transform:translate(25px)}to{opacity:1;transform:translate(0)}}@media (max-width:1024px){.footer-section{padding:70px 40px 25px}.footer-content{flex-direction:column;gap:60px}.review-card{min-height:auto;padding:40px}.review-profile h4{font-size:24px}}@media (max-width:768px){.footer-section{padding:60px 20px 25px}.footer-logo{width:200px}.footer-description{font-size:14px}.review-card{padding:30px 22px}.quote{font-size:50px}.review-card p{font-size:14px;line-height:1.8}.review-profile img{width:75px;height:75px}.review-profile h4{font-size:20px}.footer-bottom{flex-direction:column;text-align:center}.footer-links{flex-wrap:wrap;justify-content:center}}
