@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@500;600;700&family=Inter:wght@400;500;600;700&display=swap');
:root{--disp:'Space Grotesk',sans-serif;--body:'Inter',sans-serif}
html{overflow-x:hidden}body{font-family:var(--body);overflow-x:hidden}img,video,iframe{max-width:100%}h1,h2,h3,h4,h5,h6{font-family:var(--disp);letter-spacing:-.01em}button,input,select,textarea{font-family:var(--body)}
.topbar{background:#0a3f3a;color:#dff2ec;font-size:.82rem;border-bottom:0}.topbar .wrap{max-width:1320px;margin:0 auto;min-height:42px;padding:8px 24px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:18px;flex-wrap:wrap}.topbar .calls{display:flex;align-items:center;gap:0;flex-wrap:wrap;min-width:0}.topbar .calls a,.topbar .top-location{display:inline-flex;align-items:center;min-height:22px;white-space:nowrap;color:#fff;text-decoration:none}.topbar .calls a:hover{opacity:1;text-decoration:underline}.topbar .calls a+a,.topbar .top-location{border-left:1px solid rgba(207,233,223,.28);padding-left:16px;margin-left:16px}.topbar .wrap>div:last-child{justify-self:end;white-space:nowrap;color:#dff2ec;font-weight:600;letter-spacing:.01em}
header.site{position:relative;z-index:20;background:#fff;border-bottom:1px solid #cfe9df}
header.site .wrap{max-width:1320px;margin:0 auto;padding:22px 24px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:flex;align-items:center;flex:0 0 auto;text-decoration:none}.brand-logo{display:block;width:205px;height:auto;max-height:58px;object-fit:contain;object-position:center}
nav.main{display:flex;align-items:center;justify-content:center;gap:24px;font-size:.9rem;font-weight:700;white-space:nowrap}
nav.main a{color:#4b615c;text-decoration:none}nav.main a:hover{color:#0f5a52}
nav.main .nav-dropdown{position:relative;display:block}
nav.main .nav-dropdown>summary{list-style:none;cursor:pointer;display:inline-flex;align-items:center;gap:8px;padding:9px 11px;border:1px solid transparent;border-radius:10px;color:#4b615c;font-size:.9rem;font-weight:700;white-space:nowrap;transition:background .2s ease,color .2s ease,border-color .2s ease,box-shadow .2s ease}
nav.main .nav-dropdown>summary::-webkit-details-marker{display:none}
nav.main .nav-dropdown>summary:after{content:'';width:7px;height:7px;margin-top:-4px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg);transition:transform .2s ease,margin-top .2s ease}
nav.main .nav-dropdown>summary:hover,nav.main .nav-dropdown[open]>summary{color:#0f5a52;background:#eaf6f1;border-color:#cfe9df;box-shadow:0 5px 14px rgba(10,63,58,.08)}
nav.main .nav-dropdown[open]>summary:after{margin-top:4px;transform:rotate(225deg)}
.nav-dropdown-panel{position:absolute;top:calc(100% + 14px);left:50%;transform:translateX(-50%);display:grid;grid-template-columns:repeat(3,minmax(190px,1fr));gap:22px;width:min(780px,calc(100vw - 36px));padding:22px;background:rgba(255,255,255,.99);border:1px solid #cfe9df;border-radius:18px;box-shadow:0 24px 58px rgba(10,63,58,.2);backdrop-filter:blur(12px)}
.nav-dropdown-panel:before{content:'';position:absolute;left:50%;top:-7px;width:12px;height:12px;background:#fff;border-left:1px solid #cfe9df;border-top:1px solid #cfe9df;transform:translateX(-50%) rotate(45deg)}
.nav-dropdown-label{display:inline-block}.nav-dropdown-count{display:inline-grid;place-items:center;min-width:22px;height:20px;padding:0 6px;border-radius:999px;background:#dff2ec;color:#0f5a52;font-size:.64rem;font-weight:800;letter-spacing:0}
.nav-dropdown-group{display:flex;flex-direction:column;gap:3px;padding:3px 4px 4px;border-radius:12px}.nav-dropdown-group-title{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:3px 9px 10px;color:#0f5a52;text-transform:uppercase;letter-spacing:.1em;font-size:.67rem;list-style:none;cursor:pointer}.nav-dropdown-group-title::-webkit-details-marker{display:none}.nav-dropdown-group-title:after{content:'';width:6px;height:6px;margin-top:-3px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(45deg);transition:transform .18s ease,margin-top .18s ease}.nav-dropdown-group[open]>.nav-dropdown-group-title:after{margin-top:3px;transform:rotate(225deg)}
.nav-dropdown-group-title:before{content:'';width:7px;height:7px;flex:0 0 7px;border-radius:50%;background:#e85a3b;box-shadow:0 0 0 4px rgba(232,90,59,.12)}
.nav-dropdown-panel a{display:block;padding:8px 10px;border-radius:9px;color:#4b615c;font-size:.75rem;line-height:1.3;text-decoration:none;white-space:normal;transition:background .18s ease,color .18s ease,transform .18s ease}
.nav-dropdown-panel a:hover{background:#eaf6f1;color:#0f5a52;transform:translateX(3px)}
.mobile-menu{display:none}
.header-cta{display:flex;align-items:center;gap:8px;flex:0 0 auto}.header-cta .btn{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-weight:700;border-radius:8px;padding:12px 22px}.header-cta .btn-primary{background:#e85a3b;color:#fff;border:1px solid #e85a3b}.header-cta .btn-primary:hover{background:#c7431f;border-color:#c7431f}.header-cta .btn-outline{background:#fff;color:#0f5a52;border:1px solid #0f5a52}.header-cta .btn-outline:hover{background:#0f5a52;color:#fff}.header-cta .btn-whatsapp{background:#25d366;color:#fff;border:1px solid #25d366}.header-cta .btn-whatsapp:hover{background:#1fb85a;border-color:#1fb85a}.header-cta .icon-btn{width:42px;height:42px;padding:0;border-radius:50%;font-size:1.05rem;line-height:1}
@media(max-width:1100px){nav.main{gap:16px;font-size:.84rem}.header-cta .btn-primary{padding:11px 14px}}
@media(max-width:1040px){header.site .wrap{position:relative;flex-wrap:nowrap;row-gap:0}.mobile-menu{display:block;position:relative;margin-left:auto;z-index:30}.mobile-menu summary{list-style:none;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px;min-width:92px;min-height:44px;border:1px solid rgba(15,90,82,.18);border-radius:10px;background:linear-gradient(135deg,#0f5a52,#1c8577);color:#fff;padding:10px 14px;font:700 .8rem var(--body);letter-spacing:.01em;box-shadow:0 7px 16px rgba(10,63,58,.16);transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.mobile-menu summary::-webkit-details-marker{display:none}.mobile-menu summary:before{content:'☰';font-size:1rem;line-height:1}.mobile-menu summary:after{content:'⌄';font-size:1rem;line-height:.7;opacity:.9}.mobile-menu summary:hover{transform:translateY(-1px);box-shadow:0 10px 20px rgba(10,63,58,.2)}.mobile-menu[open] summary{background:#0a3f3a;box-shadow:0 5px 12px rgba(10,63,58,.14)}.mobile-menu[open] summary:before{content:'×';font-size:1.2rem}.mobile-menu[open] summary:after{content:'⌃'}.mobile-menu-panel{position:absolute;right:0;top:calc(100% + 11px);width:min(320px,calc(100vw - 32px));max-height:calc(100dvh - 96px);overflow-y:auto;overscroll-behavior:contain;padding:10px;background:rgba(255,255,255,.98);border:1px solid #cfe9df;border-radius:15px;box-shadow:0 20px 45px rgba(10,63,58,.2);backdrop-filter:blur(12px)}.mobile-menu-panel:before{content:'';position:absolute;right:25px;top:-7px;width:12px;height:12px;background:#fff;border-left:1px solid #cfe9df;border-top:1px solid #cfe9df;transform:rotate(45deg)}.mobile-menu-panel a{position:relative;display:flex;align-items:center;min-height:44px;padding:10px 13px;border-radius:9px;color:#4b615c;text-decoration:none;font-size:.88rem;font-weight:700;transition:background .18s ease,color .18s ease,transform .18s ease}.mobile-menu-panel a:hover,.mobile-menu-panel a:focus{background:#eaf6f1;color:#0f5a52;transform:translateX(2px)}.mobile-menu-panel .mobile-menu-cta{justify-content:center;margin-top:8px;background:#e85a3b;color:#fff;box-shadow:0 7px 14px rgba(232,90,59,.2)}.mobile-menu-panel .mobile-menu-cta:hover{background:#c7431f;color:#fff;transform:none}.mobile-menu-panel .mobile-menu-call{margin-top:8px;padding-top:13px;border-top:1px solid #e5f1ed;border-radius:0}.mobile-menu-panel .mobile-menu-whatsapp{color:#188f4d}nav.main{display:none}}
@media(max-width:1040px){.mobile-menu-panel .nav-dropdown{display:block}.mobile-menu-panel .nav-dropdown>summary{list-style:none;display:flex;align-items:center;justify-content:space-between;min-height:44px;padding:10px 13px;border-radius:9px;color:#4b615c;font-size:.88rem;font-weight:700;cursor:pointer;transition:background .18s ease,color .18s ease}.mobile-menu-panel .nav-dropdown>summary::-webkit-details-marker{display:none}.mobile-menu-panel .nav-dropdown>summary:after{content:'';width:7px;height:7px;margin-top:-4px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg);transition:transform .2s ease,margin-top .2s ease}.mobile-menu-panel .nav-dropdown>summary:hover,.mobile-menu-panel .nav-dropdown[open]>summary{background:#eaf6f1;color:#0f5a52}.mobile-menu-panel .nav-dropdown[open]>summary:after{margin-top:4px;transform:rotate(225deg)}.mobile-menu-panel .nav-dropdown-panel{display:grid;grid-template-columns:1fr;gap:5px;margin:4px 0 6px;padding:7px;background:#f3faf7;border:1px solid #dceee7;border-radius:10px;box-shadow:none}.mobile-menu-panel .nav-dropdown-group{display:block;padding:0;border:1px solid transparent;border-radius:9px;overflow:hidden}.mobile-menu-panel .nav-dropdown-group[open]{background:#fff;border-color:#dceee7}.mobile-menu-panel .nav-dropdown-group-title{display:flex;align-items:center;min-height:40px;padding:8px 10px;color:#0f5a52;font-size:.66rem}.mobile-menu-panel .nav-dropdown-group-title:before{width:6px;height:6px;flex-basis:6px;box-shadow:0 0 0 3px rgba(232,90,59,.12)}.mobile-menu-panel .nav-dropdown-group-title:after{width:6px;height:6px;margin-left:auto}.mobile-menu-panel .nav-dropdown-panel a{min-height:38px;padding:8px 12px 8px 25px;border-top:1px solid #edf5f2;border-radius:0;font-size:.75rem;font-weight:600}.mobile-menu-panel .nav-dropdown-panel a:hover{transform:none}}
@media(max-width:600px){header.site .wrap{padding:14px max(16px,env(safe-area-inset-right)) 14px max(16px,env(safe-area-inset-left));gap:10px}.brand-logo{width:165px;height:auto;max-height:48px}.header-cta .icon-btn,.header-cta .btn-primary{display:none}.mobile-menu summary{padding:10px 12px}.mobile-menu-panel{right:-2px;width:min(320px,calc(100vw - 24px))}}
@media(max-width:760px){.topbar .wrap{grid-template-columns:1fr;justify-items:center;text-align:center;gap:3px;padding-top:7px;padding-bottom:7px}.topbar .calls{justify-content:center;row-gap:2px}.topbar .wrap>div:last-child{justify-self:center;font-size:.76rem}}
@media(max-width:520px){.topbar .calls a+a,.topbar .top-location{border-left:0;padding-left:0;margin-left:0}.topbar .calls{column-gap:12px}.topbar .top-location{width:100%;justify-content:center}}
.mobile-specialty-panel{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;position:fixed;z-index:100;left:18px;right:18px;top:96px;width:auto;max-height:calc(100dvh - 112px);overflow-y:auto;padding:22px;background:rgba(255,255,255,.99);border:1px solid #cfe9df;border-radius:18px;box-shadow:0 28px 70px rgba(10,63,58,.28);backdrop-filter:blur(14px)}.mobile-specialty-panel[hidden]{display:none}.mobile-specialty-panel .nav-dropdown-group{display:flex;flex-direction:column;gap:3px;padding:5px;border:0;background:transparent}.mobile-specialty-panel .nav-dropdown-group-title{display:flex;align-items:center;gap:8px;padding:4px 9px 10px;color:#0f5a52;font-size:.68rem;letter-spacing:.1em;list-style:none}.mobile-specialty-panel .nav-dropdown-group-title:after{display:none}.mobile-specialty-panel a{min-height:38px;padding:8px 10px;border-radius:9px;font-size:.76rem}.mobile-specialty-panel a:hover{transform:translateX(2px)}
@media(max-width:1040px){.mobile-specialty-panel{grid-template-columns:1fr 1fr;left:12px;right:12px}.mobile-specialty-panel .nav-dropdown-group:first-child{grid-column:1/-1}}
@media(max-width:620px){.mobile-specialty-panel{grid-template-columns:1fr;left:12px;right:12px;top:88px;max-height:calc(100dvh - 100px);padding:13px;gap:8px}.mobile-specialty-panel .nav-dropdown-group:first-child{grid-column:auto}.mobile-specialty-panel .nav-dropdown-group{padding:8px 5px;border-bottom:1px solid #e1f0eb}.mobile-specialty-panel .nav-dropdown-group:last-child{border-bottom:0}.mobile-specialty-panel .nav-dropdown-group-title{padding:5px 8px 9px;font-size:.65rem}.mobile-specialty-panel a{min-height:40px;padding:9px 10px;font-size:.78rem}}

/* CTA alignment for About and shared responsive hero sections */
@media(max-width:560px){.hero-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;width:100%;max-width:440px}.hero-actions .btn{width:100%;padding:10px 8px;font-size:.78rem;line-height:1.2;white-space:normal}.conversion .btn{display:flex;width:min(280px,100%);margin:10px auto 0}.conversion .btn:first-of-type{margin-top:0}}
@media(max-width:420px){.hero-actions{grid-template-columns:1fr;max-width:320px}}
.mobile-menu summary:after,.mobile-menu[open] summary:after{content:none!important;display:none!important}
/* Specialty categories are static headings; only the main Specialties control opens. */
.nav-dropdown-group-title{cursor:default!important}
.nav-dropdown-group-title:after{content:none!important;display:none!important}
/* Keep the mobile specialties panel centered with readable labels. */
@media(max-width:1040px){.mobile-specialty-panel{left:50%;right:auto;transform:translateX(-50%);width:min(94vw,680px)}}
@media(max-width:620px){.mobile-specialty-panel{left:50%;right:auto;transform:translateX(-50%);width:min(94vw,420px)}.mobile-specialty-panel a{line-height:1.35;overflow-wrap:anywhere}}
@media(max-width:1040px){.mobile-specialty-panel .nav-dropdown-group-title{justify-content:center;text-align:center;width:100%}.mobile-specialty-panel .nav-dropdown-group-title:before{display:none}}
@media(max-width:1040px){.mobile-specialty-panel{grid-template-columns:1fr}.mobile-specialty-panel .nav-dropdown-group{width:100%;align-items:stretch}.mobile-specialty-panel .nav-dropdown-group-title{align-self:stretch;justify-content:center!important;text-align:center!important}}
@media(max-width:1040px){.mobile-menu-panel .nav-dropdown>summary{width:100%;min-width:0;margin:0;box-sizing:border-box;justify-content:flex-start;text-align:left}.mobile-menu-panel .nav-dropdown>summary:before,.mobile-menu-panel .nav-dropdown>summary:after{content:none!important;display:none!important}}
.language-switcher{direction:ltr;display:flex;align-items:center;gap:7px;flex:0 0 auto}.language-switcher__label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.language-switcher__options{display:flex;align-items:center;padding:3px;background:#edf7f4;border:1px solid #cfe9df;border-radius:999px}.language-switcher button{border:0;background:transparent;color:#49615c;min-height:30px;padding:5px 9px;border-radius:999px;font:800 .69rem/1 var(--body);cursor:pointer;transition:background .18s ease,color .18s ease,box-shadow .18s ease}.language-switcher button:last-child{font-family:"Noto Sans Thaana","Faruma","MV Boli",sans-serif;font-size:.76rem}.language-switcher button:hover{color:#0f5a52}.language-switcher button.is-active{background:#0f5a52;color:#fff;box-shadow:0 4px 10px rgba(15,90,82,.2)}.language-switcher--mobile{display:none}#google_translate_element{position:fixed!important;left:-9999px!important;bottom:0!important;width:1px!important;height:1px!important;overflow:hidden!important;opacity:0!important;pointer-events:none!important}.goog-te-banner-frame,.goog-te-balloon-frame{display:none!important}body{top:0!important}html[lang="dv"] body{font-family:"Noto Sans Thaana","Faruma","MV Boli",var(--body),sans-serif}html[lang="dv"] input,html[lang="dv"] select,html[lang="dv"] textarea,html[lang="dv"] button{font-family:inherit}
@media(max-width:1040px){.language-switcher--desktop{display:none}.mobile-menu-panel .language-switcher--mobile{display:flex;align-items:center;justify-content:space-between;margin:8px 3px 4px;padding:10px;border-top:1px solid #e5f1ed;border-bottom:1px solid #e5f1ed}.mobile-menu-panel .language-switcher--mobile .language-switcher__label{position:static;width:auto;height:auto;margin:0;clip:auto;overflow:visible;color:#4b615c;font-size:.78rem;font-weight:800}.mobile-menu-panel .language-switcher button{min-height:34px;padding:6px 10px}}
@media(max-width:1040px){.mobile-menu-panel .nav-dropdown>summary{justify-content:space-between!important}.mobile-menu-panel .nav-dropdown>summary:after{content:''!important;display:block!important;width:8px;height:8px;flex:0 0 8px;margin:0 3px 4px 12px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg);transition:transform .2s ease,margin .2s ease}.mobile-menu-panel .nav-dropdown[open]>summary:after{margin-bottom:-4px;transform:rotate(225deg)}}
/* The former What We Offer section has been replaced by the specialty gateway. */
nav.main a[href*="services"],.mobile-menu-panel a[href*="services"]{display:none!important}
