.mini-top-header{background-color:var(--bg-white);border-bottom:none;font-size:.875rem;padding:.5rem 0;position:sticky;top:0;z-index:100;transition:box-shadow var(--transition-fast)}.mini-top-header.scrolled{box-shadow:var(--shadow-sm)}.mini-top-header__content{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap;justify-content:flex-end}.mini-top-header__item{display:flex;align-items:center;gap:.375rem;color:#4b5563;white-space:nowrap}.mini-top-header__icon{width:14px;height:14px;flex-shrink:0}.mini-top-header__text{font-weight:400;letter-spacing:.01em}.mini-top-header__time{font-variant-numeric:tabular-nums;font-weight:500}.mini-top-header__divider{width:1px;height:1rem;background-color:#d1d5db;margin:0 .5rem}.mini-top-header__currency-container{overflow:hidden;height:1.25rem;position:relative;min-width:100px;display:flex;align-items:center}.mini-top-header__currency{font-weight:600;color:#3b82f6;display:block;animation:currencyFadeInOut 3s ease-in-out;will-change:opacity}@keyframes currencyFadeInOut{0%{opacity:0}13.33%{opacity:1}86.67%{opacity:1}to{opacity:0}}@media (max-width: 640px){.mini-top-header{font-size:.8125rem}.mini-top-header__content{gap:1rem;justify-content:flex-end}}@media (max-width: 480px){.mini-top-header__content{gap:.75rem;font-size:.75rem}}.header{background-color:var(--bg-white);border-top:1px solid var(--border-light);border-bottom:1px solid var(--border-light);position:sticky;top:2.3rem;z-index:99;box-shadow:var(--shadow-sm)}.header__content{display:flex;align-items:center;justify-content:space-between;padding:1rem 0;gap:2rem;position:relative}.header__logo{flex-shrink:0}.header__logo-img{height:5rem;width:auto;object-fit:contain;filter:brightness(0) saturate(100%) invert(40%) sepia(98%) saturate(1686%) hue-rotate(200deg) brightness(95%) contrast(102%);transition:filter var(--transition-fast)}.header__logo-img:hover{filter:brightness(0) saturate(100%) invert(35%) sepia(98%) saturate(2000%) hue-rotate(200deg) brightness(92%) contrast(105%)}.header__nav{display:none;align-items:center;gap:2rem;position:absolute;left:50%;transform:translate(-50%)}.header__nav-item{position:relative}.header__nav-link{color:var(--text-primary);font-weight:500;font-size:.9375rem;padding:.5rem 0;display:flex;align-items:center;gap:.25rem;transition:color var(--transition-fast);background:none;border:none;cursor:pointer}.header__nav-link:hover{color:var(--color-primary)}.header__dropdown-icon{transition:transform var(--transition-fast)}.header__dropdown-icon.open{transform:rotate(180deg)}.header__dropdown{position:absolute;top:100%;left:0;background:var(--bg-white);border:1px solid var(--border-light);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);min-width:220px;margin-top:.5rem;padding:.5rem 0;animation:slideDown .2s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.header__dropdown-link{display:block;padding:.75rem 1.25rem;color:var(--text-primary);font-size:.9375rem;transition:all var(--transition-fast)}.header__dropdown-link:hover{background-color:var(--bg-light);color:var(--color-primary)}.header__search-btn{display:none;align-items:center;gap:.5rem;padding:.5rem 1rem;color:var(--text-secondary);font-weight:500;transition:all var(--transition-fast);border-radius:var(--radius-md)}.header__search-btn:hover{color:var(--color-primary);background-color:var(--bg-light)}.header__search-text{font-size:.9375rem}.header__mobile-toggle{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;padding:0;background:none;border:none;cursor:pointer}.hamburger{display:flex;flex-direction:column;gap:.375rem;width:1.5rem}.hamburger span{display:block;width:100%;height:2px;background-color:var(--text-primary);transition:all var(--transition-fast);border-radius:2px}.hamburger.open span:nth-child(1){transform:rotate(45deg) translate(.375rem,.375rem)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:rotate(-45deg) translate(.375rem,-.375rem)}.header__mobile-menu{display:flex;flex-direction:column;padding:1rem 0;border-top:1px solid var(--border-light);animation:slideDown .2s ease-out}.header__mobile-item{display:flex;flex-direction:column}.header__mobile-link{display:flex;align-items:center;justify-content:space-between;padding:.875rem 0;color:var(--text-primary);font-weight:500;font-size:1rem;border:none;background:none;text-align:left;width:100%;transition:color var(--transition-fast)}.header__mobile-link:hover{color:var(--color-primary)}.header__mobile-submenu{display:flex;flex-direction:column;padding-left:1rem;margin-top:.5rem}.header__mobile-sublink{padding:.625rem 0;color:var(--text-secondary);font-size:.9375rem;transition:color var(--transition-fast)}.header__mobile-sublink:hover{color:var(--color-primary)}.header__mobile-search{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;margin-top:.5rem;background-color:var(--bg-light);border-radius:var(--radius-md);color:var(--text-primary);font-weight:500;border:none;transition:all var(--transition-fast)}.header__mobile-search:hover{background-color:var(--border-light);color:var(--color-primary)}@media (min-width: 768px){.header{top:2.4rem}.header__logo-img{height:3rem}.header__nav,.header__search-btn{display:flex}.header__mobile-toggle,.header__mobile-menu{display:none}}@media (min-width: 1024px){.header__content{padding:1.25rem 0}.header__nav{gap:2.5rem}}.hero{background:linear-gradient(135deg,#05c,#003d99);padding:1.5rem 0 2rem;color:var(--text-white);min-height:400px;display:flex;align-items:center}.hero__content{display:grid;gap:1.5rem;align-items:start}.hero__welcome{text-align:left;animation:fadeInUp 1s cubic-bezier(.16,1,.3,1) forwards;opacity:0}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.hero__welcome-label{font-size:.7rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;margin-bottom:.375rem;opacity:.9}.hero__title{font-size:2rem;font-weight:700;line-height:1.1;margin-bottom:.5rem;color:var(--text-white)}.hero__subtitle{font-size:.9375rem;font-weight:400;line-height:1.4;margin-bottom:.375rem;opacity:.95}.hero__description{font-size:.8125rem;line-height:1.4;opacity:.85;max-width:500px}.hero__search-card{background:var(--bg-white);border-radius:var(--radius-lg);padding:1.25rem;box-shadow:var(--shadow-lg);color:var(--text-primary)}.hero__search-title{font-size:1.125rem;font-weight:700;margin-bottom:.75rem;color:var(--text-primary)}.hero__search-box{position:relative;display:flex;align-items:center;margin-bottom:1rem}.hero__search-icon{position:absolute;left:1rem;color:var(--text-secondary);pointer-events:none;z-index:1}.hero__search-input{width:100%;padding:.625rem 1rem .625rem 2.5rem;font-family:Figtree,sans-serif;font-size:.875rem;border:1px solid var(--border-medium);border-radius:var(--radius-md);background:var(--bg-white);color:var(--text-primary);transition:all var(--transition-fast);outline:none}.hero__search-input::placeholder{color:var(--text-light)}.hero__search-input:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px #0055cc14}.hero__popular-title{font-size:.9375rem;font-weight:700;margin-bottom:.75rem;color:var(--text-primary)}.hero__services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}.hero__service-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.375rem;padding:.75rem .5rem;background:var(--bg-white);border:1px solid var(--border-light);border-radius:var(--radius-md);text-align:center;transition:all var(--transition-medium);cursor:pointer}.hero__service-item:hover{border-color:var(--service-color);box-shadow:0 2px 8px #00000014;transform:translateY(-1px)}.hero__service-icon{width:28px;height:28px;line-height:1;display:flex;align-items:center;justify-content:center}.hero__service-name{font-size:.8125rem;font-weight:600;color:var(--text-primary);line-height:1.2}@media (max-width: 480px){.hero{padding:1.25rem 0 1.75rem}.hero__title{font-size:1.75rem}.hero__subtitle{font-size:.875rem}.hero__description{font-size:.75rem}.hero__search-card{padding:1rem}.hero__services-grid{grid-template-columns:repeat(2,1fr);gap:.625rem}.hero__service-item{padding:.75rem .5rem}.hero__service-icon{width:24px;height:24px}.hero__service-icon svg{width:24px;height:24px}.hero__service-name{font-size:.75rem}}@media (min-width: 768px){.hero{padding:2rem 0 2.5rem}.hero__content{grid-template-columns:1.2fr 1fr;gap:2rem;align-items:center}.hero__title{font-size:2.5rem}.hero__subtitle{font-size:1.0625rem}.hero__search-card{padding:1.5rem}}@media (min-width: 1024px){.hero{padding:2.25rem 0 2.75rem}.hero__content{gap:2.5rem}.hero__title{font-size:2.75rem}.hero__services-grid{gap:.875rem}}@media (min-width: 1280px){.hero__title{font-size:3rem}}.service-detail-page{padding:2rem 0 4rem;background-color:var(--bg-white);min-height:calc(100vh - 300px)}.service-detail-header{text-align:left;margin-bottom:3rem}.service-detail-header__icon{width:56px;height:56px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;overflow:visible}.service-detail-header__icon svg{width:56px;height:56px;overflow:visible}.service-detail-header__title{font-size:2.5rem;font-weight:700;color:var(--text-primary);margin-bottom:1rem;line-height:1.2}.service-detail-header__description{font-size:1.125rem;color:#6b7280;line-height:1.6;max-width:800px}.service-items{display:flex;flex-direction:column;gap:1rem}.service-item-card{display:flex;align-items:center;justify-content:space-between;padding:1.75rem 2rem;background:var(--bg-white);border:1px solid #E5E7EB;border-radius:var(--radius-lg);transition:all var(--transition-medium);text-decoration:none;cursor:pointer}.service-item-card:hover{border-color:#3b82f6;box-shadow:0 4px 12px #3b82f61a;transform:translate(4px)}.service-item-card__content{flex:1}.service-item-card__title{font-size:1.125rem;font-weight:600;color:var(--text-primary);margin-bottom:.5rem;line-height:1.3}.service-item-card__description{font-size:.9375rem;color:#6b7280;line-height:1.6;margin-bottom:.75rem}.service-item-card__label{display:inline-block;padding:.25rem .75rem;background:#f3f4f6;color:#6b7280;font-size:.75rem;font-weight:600;border-radius:9999px;text-transform:uppercase;letter-spacing:.05em}.service-item-card__arrow{flex-shrink:0;color:#d1d5db;transition:all var(--transition-fast);margin-left:2rem}.service-item-card:hover .service-item-card__arrow{color:#3b82f6;transform:translate(4px)}@media (max-width: 640px){.service-detail-page{padding:1.5rem 0 3rem}.breadcrumb{font-size:.8125rem;margin-bottom:1.5rem}.service-detail-header__icon{width:40px;height:40px;margin-bottom:1rem}.service-detail-header__icon svg{width:40px;height:40px}.service-detail-header__title{font-size:2rem}.service-detail-header__description{font-size:1rem}.service-item-card{padding:1.5rem;flex-direction:column;align-items:flex-start}.service-item-card__arrow{margin-left:0;margin-top:1rem;align-self:flex-end}}@media (min-width: 1024px){.service-detail-header__title{font-size:3rem}}.all-services-page{padding:2rem 0 4rem;background-color:var(--bg-white);min-height:calc(100vh - 300px)}.breadcrumb{display:flex;align-items:center;gap:.5rem;margin-bottom:2rem;font-size:.875rem;flex-wrap:wrap}.breadcrumb__link{display:flex;align-items:center;gap:.375rem;color:#6b7280;transition:color var(--transition-fast);text-decoration:none}.breadcrumb__link:hover{color:#3b82f6}.breadcrumb__link svg{width:16px;height:16px}.breadcrumb__separator{color:#d1d5db;-webkit-user-select:none;user-select:none}.breadcrumb__current{color:var(--text-primary);font-weight:600}.all-services-header{text-align:center;margin-bottom:3rem;max-width:800px;margin-left:auto;margin-right:auto}.all-services-header__title{font-size:2.5rem;font-weight:700;color:var(--text-primary);margin-bottom:1rem;line-height:1.2}.all-services-header__subtitle{font-size:1.125rem;color:#6b7280;line-height:1.6}.all-services-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}.all-services-card{display:flex;flex-direction:column;gap:1rem;padding:1.75rem;background:var(--bg-white);border:1px solid #3B82F6;border-top:4px solid #3B82F6;border-radius:var(--radius-lg);transition:all var(--transition-medium);cursor:pointer;text-decoration:none;color:inherit}.all-services-card:hover{border-color:#2563eb;border-top-color:#2563eb;box-shadow:0 4px 12px #3b82f626;transform:translateY(-2px)}.all-services-card__icon-wrapper{display:flex;align-items:center;justify-content:center;width:4rem;height:4rem;background:#3b82f61a;border-radius:var(--radius-lg);flex-shrink:0;overflow:visible}.all-services-card__icon{width:36px;height:36px;line-height:1;display:flex;align-items:center;justify-content:center;color:#3b82f6;overflow:visible}.all-services-card__icon svg{overflow:visible}.all-services-card__title{font-size:1.25rem;font-weight:700;color:var(--text-primary);margin:0;line-height:1.3}.all-services-card__description{font-size:.9375rem;color:#6b7280;line-height:1.6;margin:0}@media (max-width: 640px){.all-services-page{padding:1.5rem 0 3rem}.breadcrumb{font-size:.8125rem;margin-bottom:1.5rem}.all-services-header__title{font-size:2rem}.all-services-header__subtitle{font-size:1rem}.all-services-card{padding:1.5rem}}@media (min-width: 768px){.all-services-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.all-services-card{flex-direction:row;align-items:flex-start;gap:1.25rem}}@media (min-width: 1024px){.all-services-header__title{font-size:3rem}.all-services-grid{grid-template-columns:repeat(3,1fr);gap:1.75rem}.all-services-card{flex-direction:column;align-items:flex-start}}@media (min-width: 1280px){.all-services-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem}}.coming-soon-page{min-height:60vh;display:flex;align-items:center;justify-content:center;background:#fff;padding:4rem 2rem}.coming-soon-content{text-align:center;max-width:500px;margin:0 auto}.coming-soon-logo{display:inline-block;margin-bottom:2rem}.coming-soon-logo__img{width:120px;height:auto;filter:brightness(0) saturate(100%) invert(40%) sepia(98%) saturate(1686%) hue-rotate(200deg) brightness(95%) contrast(102%)}.coming-soon-title{font-size:3rem;font-weight:700;color:#1e293b;margin-bottom:.5rem;line-height:1.2}.coming-soon-subtitle{font-size:1.5rem;font-weight:600;color:#3b82f6;margin-bottom:1rem;line-height:1.3}.coming-soon-description{font-size:1.125rem;color:#64748b;line-height:1.6;margin-bottom:2rem}.coming-soon-button{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.75rem;background:#fff;color:#05c;font-weight:600;font-size:1rem;border-radius:var(--radius-md);text-decoration:none;transition:all var(--transition-medium);box-shadow:0 4px 12px #0000001a}.coming-soon-button:hover{background:#f8f9fa;transform:translateY(-2px);box-shadow:0 6px 16px #00000026}.coming-soon-button svg{width:16px;height:16px}@media (max-width: 640px){.coming-soon-page{padding:1.5rem 0}.coming-soon-logo__img{width:80px}.coming-soon-title{font-size:2rem}.coming-soon-description{font-size:1rem}.coming-soon-button{padding:.75rem 1.5rem;font-size:.9375rem}}@font-face{font-family:Figtree;src:url(/FigTree/FigTree-Regular.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Figtree;src:url(/FigTree/FigTree-SemiBold.ttf) format("truetype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Figtree;src:url(/FigTree/FigTree-Bold.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}:root{--color-primary: #0055CC;--color-primary-dark: #003D99;--color-secondary: #1E2A3A;--color-accent: #00B4D8;--bg-white: #FFFFFF;--bg-light: #F8F9FA;--bg-blue: #0055CC;--bg-dark: #1E2A3A;--text-primary: #1E2A3A;--text-secondary: #6C757D;--text-light: #ADB5BD;--text-white: #FFFFFF;--border-light: #E9ECEF;--border-medium: #DEE2E6;--service-business: #0055CC;--service-health: #DC3545;--service-education: #28A745;--service-waste: #20C997;--service-transport: #FD7E14;--service-documents: #6F42C1;--container-max: 1500px;--container-padding: .75rem;--radius-sm: .25rem;--radius-md: .5rem;--radius-lg: 1rem;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px rgba(0, 0, 0, .07);--shadow-lg: 0 10px 15px rgba(0, 0, 0, .1);--transition-fast: .15s ease-in-out;--transition-medium: .25s ease-in-out}*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth;text-rendering:optimizeLegibility}body{font-family:Figtree,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;line-height:1.6;color:var(--text-primary);background-color:var(--bg-white);overflow-x:hidden;transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;margin-bottom:1rem}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.75rem}h4{font-size:1.5rem}h5{font-size:1.25rem}h6{font-size:1rem}p{margin-bottom:1rem}a{color:var(--color-primary);text-decoration:none;transition:color var(--transition-fast)}a:hover{color:var(--color-primary-dark)}button{font-family:Figtree,sans-serif;cursor:pointer;border:none;background:none;transition:all var(--transition-fast)}.container{max-width:var(--container-max);margin:0 auto;padding:0 var(--container-padding)}.text-center{text-align:center}.text-white{color:var(--text-white)}.fw-bold{font-weight:700}.fw-semibold{font-weight:600}.fw-medium{font-weight:500}@media (min-width: 768px){:root{--container-padding: 1.5rem}h1{font-size:3.5rem}h2{font-size:2.5rem}}@media (min-width: 1024px){:root{--container-padding: 2rem}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}img{max-width:100%;height:auto;display:block;aspect-ratio:attr(width) / attr(height)}html{scroll-behavior:smooth}*:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.service-card,.government-card,.hero__service-item{contain:layout style paint}@media (prefers-reduced-motion: no-preference){.service-card,.government-card,.hero__service-item{will-change:transform,box-shadow}.service-card:hover,.government-card:hover,.hero__service-item:hover{will-change:auto}}
