@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&display=swap";*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:"Outfit",system-ui,-apple-system,sans-serif;background:#f9f9f7;color:#2c3239;line-height:1.65;-webkit-font-smoothing:antialiased;overflow-x:hidden}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button{font-family:inherit}.nav{position:fixed;top:0;left:0;right:0;z-index:900;height:72px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(1.25rem,5vw,3.5rem);transition:background 280ms cubic-bezier(0.4, 0, 0.2, 1),box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1)}.nav-solid{background:#fdfdfd;box-shadow:0 1px 0 #e0e2e4}.nav-hero{background:rgba(0,0,0,0)}.nav-logo{height:42px;width:auto;object-fit:contain;cursor:pointer}.nav-logo-inv{filter:brightness(0) invert(1)}.nav-logo-fallback{height:42px;display:flex;align-items:center;font-size:1.25rem;font-weight:800;cursor:pointer;gap:0}.nav-logo-fallback.nav-logo-fallback-hero{color:#fdfdfd}.nav-logo-fallback.nav-logo-fallback-solid{color:#0e1419}.nav-logo-fallback span{color:#0caed7}.nav-links{display:flex;align-items:center;gap:2.25rem;list-style:none}.nav-links a{font-size:.94rem;font-weight:500;letter-spacing:.01em;transition:color 200ms}.nav-links a:hover,.nav-links a.act{color:#0caed7 !important}.nav-hero .nav-links a{color:rgba(255,255,255,.88)}.nav-solid .nav-links a{color:#2c3239}.nav-cta{background:#0caed7;color:#fdfdfd !important;padding:.55rem 1.35rem;border-radius:10px;font-weight:600;font-size:.9rem;transition:background 200ms}.nav-cta:hover{background:#0a8aa9 !important}.hamburger{display:none;background:none;border:none;cursor:pointer;padding:6px;flex-direction:column;gap:5px;align-items:center}.hamburger span{display:block;width:24px;height:2px;border-radius:2px;transition:transform 250ms cubic-bezier(0.4, 0, 0.2, 1),opacity 200ms}.nav-hero .hamburger span{background:#fdfdfd}.nav-solid .hamburger span{background:#0e1419}.mob-menu{position:fixed;top:72px;left:0;right:0;z-index:899;background:#fdfdfd;box-shadow:0 8px 40px rgba(48,51,56,.16);padding:1.25rem clamp(1.25rem,5vw,3.5rem) 1.75rem;flex-direction:column;gap:0;display:none}.mob-menu a{display:block;padding:.8rem 0;font-size:1.05rem;font-weight:500;color:#2c3239;border-bottom:1px solid #e0e2e4;transition:color 200ms}.mob-menu a:hover,.mob-menu a.act{color:#0caed7}.mob-menu.open{display:flex}.mob-cta{margin-top:1rem;background:#0caed7;color:#fdfdfd !important;text-align:center;border-radius:10px;font-weight:600;border-bottom:none !important;padding:.9rem}.mob-cta:hover{background:#0a8aa9 !important}.btn{display:inline-flex;align-items:center;gap:.45rem;padding:.75rem 1.75rem;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;border:2px solid rgba(0,0,0,0);transition:all 200ms cubic-bezier(0.4, 0, 0.2, 1);line-height:1}.btn:hover .arrow{transform:translateX(3px)}.btn-primary{background:#0caed7;color:#fdfdfd;border-color:#0caed7}.btn-primary:hover{background:#0a8aa9;border-color:#0a8aa9}.btn-white-out{background:rgba(0,0,0,0);color:#fdfdfd;border-color:rgba(255,255,255,.55)}.btn-white-out:hover{background:rgba(255,255,255,.12);border-color:#fdfdfd}.btn-outline{background:rgba(0,0,0,0);color:#2c3239;border-color:#e0e2e4}.btn-outline:hover{border-color:#0caed7;color:#0caed7}.btn-sm{padding:.55rem 1.25rem;font-size:.9rem}.arrow{transition:transform 200ms}.hero{position:relative;min-height:100svh;display:flex;align-items:center;padding:calc(72px + 3rem) clamp(1.25rem,5vw,3.5rem) 4rem;overflow:hidden}.hero-bg{position:absolute;inset:0;background:#1c2128}.hero-bg img{width:100%;height:100%;object-fit:cover;object-position:center 40%;opacity:.68}.hero-ov{position:absolute;inset:0;background:linear-gradient(108deg, rgba(10, 28, 46, 0.7) 0%, rgba(14, 20, 25, 0.38) 55%, rgba(14, 20, 25, 0.04) 100%)}.hero-cont{position:relative;z-index:1;max-width:680px}.hero-badge{display:inline-flex;align-items:center;gap:.6rem;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);color:#fdfdfd;padding:.3rem .9rem;border-radius:999px;font-size:.82rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase;margin-bottom:1.5rem}.hero-badge::before{content:"";width:6px;height:6px;border-radius:50%;background:#0caed7;flex-shrink:0}.hero-h1{font-size:clamp(2.6rem,6.5vw,5.25rem);font-weight:900;line-height:1.05;color:#fdfdfd;margin-bottom:1.25rem;text-wrap:balance}.hero-h1 em{font-style:normal;color:#0caed7}.hero-p{font-size:clamp(1rem,1.6vw,1.15rem);color:rgba(255,255,255,.78);max-width:520px;line-height:1.75;margin-bottom:2.5rem}.hero-btns{display:flex;flex-wrap:wrap;gap:1rem}.hero-scroll{position:absolute;bottom:2.5rem;left:50%;transform:translateX(-50%);z-index:1;display:flex;flex-direction:column;align-items:center;gap:.5rem;color:rgba(255,255,255,.5);font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;animation:bounce 2s ease-in-out infinite}@keyframes bounce{0%,100%{transform:translateX(-50%) translateY(0)}50%{transform:translateX(-50%) translateY(6px)}}.stats-bar{background:#0e1419}.stats-inner{max-width:1220px;margin:0 auto;padding:0 clamp(1.25rem,5vw,3.5rem);display:grid;grid-template-columns:repeat(4, 1fr)}.stat{padding:1.4rem 1rem;border-left:1px solid rgba(255,255,255,.07);display:flex;flex-direction:column;gap:.2rem}.stat:first-child{border-left:none}.stat-val{font-size:1.75rem;font-weight:900;color:#0caed7;line-height:1;letter-spacing:-0.02em}.stat-lbl{font-size:.82rem;color:rgba(255,255,255,.55);font-weight:400}.section{padding:5rem clamp(1.25rem,5vw,3.5rem)}.section-inner{max-width:1220px;margin:0 auto}.sec-hd{margin-bottom:3.25rem}.sec-hd.ctr{text-align:center}.sec-hd.ctr .sec-sub{margin:0 auto}.sec-tag{display:inline-flex;align-items:center;gap:.5rem;font-size:.78rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#0caed7;margin-bottom:.7rem}.sec-tag::before{content:"";display:block;width:20px;height:2px;background:#0caed7;flex-shrink:0}.sec-title{font-size:clamp(1.85rem,3.5vw,2.75rem);font-weight:800;line-height:1.18;color:#0e1419;margin-bottom:1rem;text-wrap:balance}.sec-sub{font-size:1.05rem;color:#6e757b;max-width:560px;line-height:1.72}.svc-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(270px, 1fr));gap:1.4rem}.svc-card{background:#fdfdfd;border-radius:20px;overflow:hidden;box-shadow:0 2px 16px rgba(48,51,56,.09);transition:transform 250ms cubic-bezier(0.4, 0, 0.2, 1),box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1);cursor:pointer;border:1px solid #e0e2e4}.svc-card:hover{transform:translateY(-4px);box-shadow:0 8px 40px rgba(48,51,56,.16);border-color:#0caed7}.svc-card:hover .svc-img img{transform:scale(1.05)}.svc-card:hover .svc-link{gap:.65rem}.svc-img{height:195px;overflow:hidden;background:#f4f4f1;position:relative}.svc-img img{width:100%;height:100%;object-fit:cover;transition:transform 400ms cubic-bezier(0.4, 0, 0.2, 1)}.svc-body{padding:1.4rem}.svc-name{font-size:1.05rem;font-weight:700;color:#0e1419;margin-bottom:.45rem}.svc-desc{font-size:.875rem;color:#6e757b;line-height:1.6;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.svc-link{display:inline-flex;align-items:center;gap:.4rem;margin-top:1rem;font-size:.88rem;font-weight:600;color:#0caed7;transition:gap 200ms}.about-dark{background:#0e1419;padding:5.5rem clamp(1.25rem,5vw,3.5rem)}.about-dark .sec-title{color:#fdfdfd}.about-dark p{color:rgba(255,255,255,.68);line-height:1.8;margin-bottom:1.1rem}.about-dark-inner{max-width:1220px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.about-vals{display:grid;grid-template-columns:1fr 1fr;gap:.85rem;margin:2rem 0 2.25rem}.val-item{display:flex;align-items:flex-start;gap:.65rem;padding:.85rem 1rem;border-radius:10px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);border-left:2px solid #0caed7}.val-dot{width:7px;height:7px;border-radius:50%;background:#0caed7;flex-shrink:0;margin-top:6px}.val-text{font-size:.9rem;font-weight:500;color:rgba(255,255,255,.85)}.about-img-wrap{border-radius:20px;overflow:hidden;aspect-ratio:3/4;background:#1c2128}.about-img-wrap img{width:100%;height:100%;object-fit:cover}.cta-banner{background:#0e1419;color:#fdfdfd;padding:4.5rem clamp(1.25rem,5vw,3.5rem);text-align:center;border-top:4px solid #0caed7}.cta-banner h2{font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:800;margin-bottom:.75rem}.cta-banner p{font-size:1.1rem;opacity:.87;max-width:480px;margin:0 auto 2rem}.pg-hero{padding:calc(72px + 3.5rem) clamp(1.25rem,5vw,3.5rem) 3rem;background:#0e1419;position:relative;overflow:hidden}.pg-hero-bg{position:absolute;inset:0;background-size:cover;background-position:center;opacity:.25}.pg-hero-inner{max-width:1220px;margin:0 auto;position:relative;z-index:1}.pg-crumb{display:flex;align-items:center;gap:.5rem;font-size:.82rem;color:rgba(255,255,255,.45);margin-bottom:.85rem}.pg-crumb a{color:rgba(255,255,255,.45);transition:color 200ms}.pg-crumb a:hover{color:#0caed7}.pg-crumb span{color:rgba(255,255,255,.25)}.pg-title{font-size:clamp(2rem,5vw,3.5rem);font-weight:800;color:#fdfdfd;margin-bottom:.75rem}.pg-title span{color:#0caed7}.pg-sub{font-size:1.05rem;color:rgba(255,255,255,.65);max-width:540px}.svc-section{padding:4.5rem clamp(1.25rem,5vw,3.5rem);border-bottom:1px solid #e0e2e4}.svc-section:nth-child(even){background:#fdfdfd}.svc-section-inner{max-width:1220px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.svc-section-inner.rev{direction:rtl}.svc-section-inner.rev>*{direction:ltr}.svc-section-title{font-size:clamp(1.5rem,2.8vw,2rem);font-weight:800;color:#0e1419;margin-bottom:1.2rem}.svc-section-body{color:#6e757b;line-height:1.78}.svc-section-body p{margin-bottom:.9rem}.svc-section-body ul{padding-left:1.2rem;margin-top:.4rem}.svc-section-body li{margin-bottom:.35rem}.svc-gallery{display:grid;grid-template-columns:1fr 1fr;gap:.65rem}.svc-gal-main{grid-column:1/-1;border-radius:10px;overflow:hidden;aspect-ratio:16/10;background:#f4f4f1}.svc-gal-main img{width:100%;height:100%;object-fit:cover}.svc-gal-thumb{border-radius:10px;overflow:hidden;aspect-ratio:4/3;background:#f4f4f1;cursor:pointer;transition:opacity 200ms}.svc-gal-thumb:hover{opacity:.88}.svc-gal-thumb img{width:100%;height:100%;object-fit:cover}.gal-section{padding:4rem clamp(1.25rem,5vw,3.5rem)}.gal-inner{max-width:1220px;margin:0 auto}.gal-filters{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2.25rem}.fil-btn{padding:.45rem 1.2rem;border-radius:999px;font-size:.88rem;font-weight:500;cursor:pointer;border:2px solid #e0e2e4;background:rgba(0,0,0,0);color:#6e757b;transition:all 200ms}.fil-btn:hover{border-color:#0caed7;color:#0caed7}.fil-btn.on{background:#0caed7;border-color:#0caed7;color:#fdfdfd}.gal-grid{columns:3;column-gap:1rem}.gal-item{break-inside:avoid;margin-bottom:1rem;border-radius:10px;overflow:hidden;cursor:pointer;background:#f4f4f1;transition:transform 250ms cubic-bezier(0.4, 0, 0.2, 1),box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1)}.gal-item:hover{transform:scale(1.02);box-shadow:0 8px 40px rgba(48,51,56,.16)}.gal-item img{width:100%;height:auto;display:block}.lbox{position:fixed;inset:0;z-index:9999;background:rgba(12,14,18,.96);display:flex;align-items:center;justify-content:center;padding:2rem}.lbox-img{max-width:min(90vw,1000px);max-height:85vh;object-fit:contain;border-radius:10px}.lbox-close,.lbox-nav{position:absolute;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);color:#fdfdfd;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background 200ms;font-size:1.2rem}.lbox-close:hover,.lbox-nav:hover{background:#0caed7}.lbox-close{top:1.5rem;right:1.5rem;width:42px;height:42px}.lbox-nav{width:48px;height:48px;top:50%;transform:translateY(-50%)}.lbox-prev{left:1.5rem}.lbox-next{right:1.5rem}.lbox-cap{position:absolute;bottom:1.5rem;left:50%;transform:translateX(-50%);color:rgba(255,255,255,.6);font-size:.85rem}.oo-section{padding:5.5rem clamp(1.25rem,5vw,3.5rem)}.oo-inner{max-width:1220px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.oo-photo{border-radius:20px;overflow:hidden;aspect-ratio:3/4;background:#f4f4f1;box-shadow:0 8px 40px rgba(48,51,56,.16)}.oo-photo img{width:100%;height:100%;object-fit:cover}.oo-content p{color:#6e757b;line-height:1.8;margin-bottom:1.1rem}.oo-vals{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:2.5rem}.oo-val{background:#fdfdfd;border:1px solid #e0e2e4;border-radius:10px;padding:1.25rem}.oo-val-icon{width:36px;height:36px;border-radius:8px;background:#e5f6fb;margin-bottom:.75rem;display:flex;align-items:center;justify-content:center}.oo-val-title{font-weight:700;color:#0e1419;margin-bottom:.25rem;font-size:.95rem}.oo-val-desc{font-size:.85rem;color:#6e757b;line-height:1.5}.ct-section{padding:5rem clamp(1.25rem,5vw,3.5rem)}.ct-inner{max-width:1220px;margin:0 auto;display:grid;grid-template-columns:1fr 1.6fr;gap:4rem}.ct-info h3{font-size:1.3rem;font-weight:700;color:#0e1419;margin-bottom:1.5rem}.ct-detail{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.4rem}.ct-icon{width:40px;height:40px;border-radius:8px;background:#e5f6fb;flex-shrink:0;display:flex;align-items:center;justify-content:center}.ct-lbl{font-size:.78rem;color:#6e757b;font-weight:500;margin-bottom:.15rem}.ct-val{font-weight:600;color:#0e1419}.ct-form{background:#fdfdfd;padding:2.5rem;border-radius:20px;border:1px solid #e0e2e4;box-shadow:0 2px 16px rgba(48,51,56,.09)}.ct-form h3{font-size:1.3rem;font-weight:700;color:#0e1419;margin-bottom:1.5rem}.f-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}.f-grp{display:flex;flex-direction:column;gap:.4rem;margin-bottom:1rem}.f-grp label{font-size:.83rem;font-weight:600;color:#2c3239}.f-grp input,.f-grp select,.f-grp textarea{padding:.72rem 1rem;border-radius:10px;border:2px solid #e0e2e4;font-family:inherit;font-size:.95rem;color:#0e1419;background:#f9f9f7;transition:border-color 200ms;outline:none}.f-grp input:focus,.f-grp select:focus,.f-grp textarea:focus{border-color:#0caed7;background:#fdfdfd}.f-grp textarea{resize:vertical;min-height:120px}.f-success{text-align:center;padding:3rem 2rem}.f-success-icon{width:64px;height:64px;background:#e5f6fb;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem;font-size:1.75rem}.f-success h4{font-size:1.3rem;font-weight:700;color:#0e1419;margin-bottom:.5rem}.f-success p{color:#6e757b}.gform_wrapper .gform_fields{display:flex;flex-direction:column;gap:0;list-style:none;padding:0;margin:0}.gform_wrapper .gfield{display:flex;flex-direction:column;gap:.4rem;margin-bottom:1rem}.gform_wrapper .gfield_label{font-size:.83rem;font-weight:600;color:#2c3239}.gform_wrapper .gfield_required{color:#0caed7;margin-left:2px}.gform_wrapper .ginput_container input[type=text],.gform_wrapper .ginput_container input[type=email],.gform_wrapper .ginput_container input[type=tel],.gform_wrapper .ginput_container input[type=url],.gform_wrapper .ginput_container input[type=number],.gform_wrapper .ginput_container input[type=password],.gform_wrapper .ginput_container select,.gform_wrapper .ginput_container textarea{padding:.72rem 1rem;border-radius:10px;border:2px solid #e0e2e4;font-family:inherit;font-size:.95rem;color:#0e1419;background:#f9f9f7;transition:border-color 200ms;outline:none;width:100%;line-height:1.4;box-shadow:none}.gform_wrapper .ginput_container input[type=text]:focus,.gform_wrapper .ginput_container input[type=text]:hover,.gform_wrapper .ginput_container input[type=email]:focus,.gform_wrapper .ginput_container input[type=email]:hover,.gform_wrapper .ginput_container input[type=tel]:focus,.gform_wrapper .ginput_container input[type=tel]:hover,.gform_wrapper .ginput_container input[type=url]:focus,.gform_wrapper .ginput_container input[type=url]:hover,.gform_wrapper .ginput_container input[type=number]:focus,.gform_wrapper .ginput_container input[type=number]:hover,.gform_wrapper .ginput_container input[type=password]:focus,.gform_wrapper .ginput_container input[type=password]:hover,.gform_wrapper .ginput_container select:focus,.gform_wrapper .ginput_container select:hover,.gform_wrapper .ginput_container textarea:focus,.gform_wrapper .ginput_container textarea:hover{background:#f9f9f7;box-shadow:none}.gform_wrapper .ginput_container input[type=text]:focus,.gform_wrapper .ginput_container input[type=email]:focus,.gform_wrapper .ginput_container input[type=tel]:focus,.gform_wrapper .ginput_container input[type=url]:focus,.gform_wrapper .ginput_container input[type=number]:focus,.gform_wrapper .ginput_container input[type=password]:focus,.gform_wrapper .ginput_container select:focus,.gform_wrapper .ginput_container textarea:focus{border-color:#0caed7;background:#fdfdfd}.gform_wrapper .ginput_container select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#f9f9f7;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='10' viewBox='0 0 14 10'><path fill='none' stroke='%230caed7' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M2 2l5 5 5-5'/></svg>");background-repeat:no-repeat;background-position:right 1rem center;background-size:14px 10px;padding:.72rem 2.75rem .72rem 1rem;line-height:1.5;min-height:48px;cursor:pointer}.gform_wrapper .ginput_container select:focus{background-color:#fdfdfd}.gform_wrapper .ginput_container textarea{resize:vertical;min-height:120px}.gform_wrapper .gform_button{display:inline-flex;align-items:center;gap:.45rem;padding:.75rem 1.75rem;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;border:2px solid #0caed7;background:#0caed7;color:#fdfdfd;transition:all 200ms cubic-bezier(0.4, 0, 0.2, 1);line-height:1;font-family:inherit}.gform_wrapper .gform_button:hover{background:#0a8aa9;border-color:#0a8aa9}.gform_wrapper .gform_required_legend{font-size:.78rem;color:#6e757b;margin-bottom:1rem}.gform_confirmation_message{text-align:center;padding:3rem 2rem;background:#e5f6fb;border-radius:20px;border:1px solid rgba(12,174,215,.2);color:#0e1419;font-weight:500}.footer{background:#0e1419;color:rgba(255,255,255,.6);padding:4.5rem clamp(1.25rem,5vw,3.5rem) 2rem}.footer-inner{max-width:1220px;margin:0 auto}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:3rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.08);margin-bottom:2rem}.footer-logo{height:44px;width:auto;margin-bottom:0}.footer-logo-text{font-size:1.4rem;font-weight:800;color:#fdfdfd;margin-bottom:0}.footer-logo-text span{color:#0caed7}.footer-desc{font-size:.88rem;line-height:1.72;margin:1.1rem 0}.footer-col-title{font-size:.76rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#fdfdfd;margin-bottom:1.1rem}.footer-links{list-style:none;display:flex;flex-direction:column;gap:.55rem}.footer-links a{font-size:.88rem;transition:color 200ms}.footer-links a:hover{color:#0caed7}.footer-btm{display:flex;justify-content:space-between;align-items:center;font-size:.78rem;color:rgba(255,255,255,.35)}.ft-or{color:#0caed7}@keyframes pgIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.page-in{animation:pgIn 320ms cubic-bezier(0.4, 0, 0.2, 1) both}@media(max-width: 960px){.nav-links{display:none}.hamburger{display:flex}.stats-inner{grid-template-columns:repeat(2, 1fr)}.about-dark-inner{grid-template-columns:1fr;gap:3rem}.about-img-wrap{max-width:420px}.svc-section-inner{grid-template-columns:1fr;direction:ltr !important}.svc-section-inner.rev{direction:ltr !important}.svc-section-inner.rev>*{direction:ltr !important}.oo-inner{grid-template-columns:1fr}.oo-photo{max-width:380px}.ct-inner{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}.gal-grid{columns:2}}
