@import"https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Poppins:wght@600;700&display=swap";:root{--primary-color: #2c3e50;--secondary-color: #34495e;--accent-color: #3498db;--text-light-color: #ecf0f1;--text-dark-color: #7f8c8d;--card-background: #ffffff;--card-shadow: 0 4px 15px rgba(0, 0, 0, .1)}body{margin:0;font-family:Inter,sans-serif;background-color:#f4f7f9;color:var(--secondary-color)}.sitesIndex__head{background:var(--primary-color);color:var(--text-light-color);padding:5rem 1rem 3rem;text-align:center;border-bottom:3px solid #2980b9}.sitesIndex__head h1{font-size:2.8rem;margin-bottom:1rem;font-weight:700;line-height:1.2}.sitesIndex__head p{font-size:1.2rem;opacity:.85}.sitesIndex__section{padding:4rem 0}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem}.siteCard{background-color:var(--card-background);border-radius:16px;overflow:hidden;box-shadow:var(--card-shadow);text-decoration:none;color:inherit;display:flex;flex-direction:column;transition:transform .3s ease,box-shadow .3s ease;position:relative}.siteCard:hover{transform:translateY(-8px);box-shadow:0 12px 25px #00000026}:root{--midnight-blue: #012031;--slate-grey: #558394;--white: #ffffff;--goldenrod: #febe3c;--dark-slate-grey: #0d4e66}html{scroll-behavior:smooth}.header{position:sticky;top:0;left:0;width:100%;background-color:#0d4e66;color:var(--white);padding:1.5rem 0;z-index:1000}.header__container{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex;justify-content:space-between;align-items:center}.header__brand{text-decoration:none;color:var(--white);transition:opacity .3s ease}.header__brand:hover{opacity:.8}.header__title{font-family:Poppins,sans-serif;font-size:1.5rem;font-weight:700;margin:0;line-height:1}.header__subtitle{font-family:Lato,sans-serif;font-size:.8rem;color:var(--midnight-blue);margin:.25rem 0 0}.header__nav-menu{display:flex;align-items:center;gap:2rem}.nav__link{font-family:Lato,sans-serif;font-size:1rem;color:var(--white);text-decoration:none;transition:color .3s ease;padding:.5rem 0}.nav__link:hover{color:var(--goldenrod)}.header__menu-button{display:none;cursor:pointer;z-index:1001}.menu-button__line{width:25px;height:3px;background-color:var(--white);margin:5px 0;transition:all .3s ease}@media (max-width: 1024px){.header__menu-button{display:block}.header__nav-menu{position:absolute;top:100%;left:0;width:100%;flex-direction:column;align-items:center;background-color:var(--dark-slate-grey);padding:1.5rem 0;box-shadow:0 8px 16px #0000004d;opacity:0;visibility:hidden;transform:translateY(-10px);transition:opacity .3s ease,visibility .3s ease,transform .3s ease}.header__nav-menu.open{opacity:1;visibility:visible;transform:translateY(0)}.nav__link{width:100%;text-align:center;padding:1rem 0}}:root{--midnight-blue: #012031;--slate-grey: #558394;--white: #ffffff;--goldenrod: #febe3c;--dark-slate-grey: #0d4e66;--hero-background: var(--dark-slate-grey);--hero-text-color: var(--white);--hero-accent-color: var(--goldenrod)}.hero-section{position:relative;width:100%;background-color:var(--hero-background);color:var(--hero-text-color);padding:0 0 6rem;overflow:hidden}.hero-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.hero-grid{display:flex;flex-direction:column;align-items:center;gap:3rem;padding-top:3rem}.hero-content{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.hero-title{font-family:Poppins,sans-serif;font-size:clamp(2.5rem,5vw,4.5rem);font-weight:700;line-height:1.2;margin-bottom:1rem;margin-top:-1rem;letter-spacing:-.05em;color:var(--hero-text-color)}.hero-subtitle{font-family:Lato,sans-serif;font-size:clamp(1rem,2.5vw,1.25rem);font-weight:400;line-height:1.6;margin-bottom:2rem;color:var(--slate-grey)}.hero-cta-btn{background-color:var(--hero-accent-color);color:var(--dark-slate-grey);font-family:Poppins,sans-serif;font-weight:600;font-size:1.1rem;padding:1rem 2.5rem;border-radius:50px;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 15px #febe3c66}.hero-cta-btn:hover{transform:translateY(-3px);box-shadow:0 6px 20px #febe3c99}.hero-image-wrapper{position:relative;display:flex;justify-content:center;align-items:center}.hero-image{max-width:100%;height:auto;display:block;border-radius:50px 0;box-shadow:0 10px 30px #0003;transition:transform .4s ease}.hero-image:hover{transform:scale(1.02)}@media (min-width: 992px){.hero-grid{flex-direction:row;grid-template-columns:1fr 1fr;gap:4rem;padding-top:6rem}.hero-content{align-items:flex-start;text-align:left}.hero-image-wrapper{justify-content:flex-start}}@media (max-width: 768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1rem}.hero-image{border-radius:40px 0}}@media (prefers-reduced-motion: reduce){.hero-section *,.hero-section *:before{animation:none!important;transition:none!important;transform:none!important}}:root{--midnight-blue: #012031;--slate-grey: #558394;--white: #ffffff;--goldenrod: #febe3c;--dark-slate-grey: #0d4e66;--about-background-light: var(--white);--about-primary-text: var(--dark-slate-grey);--about-secondary-text: var(--slate-grey);--about-accent: var(--goldenrod);--about-card-background: var(--dark-slate-grey);--about-card-text: var(--white);--about-card-text-muted: var(--slate-grey);--about-border: #e2e8f0;--shadow-sm: 0 4px 16px rgba(0, 0, 0, .06), 0 1px 4px rgba(0, 0, 0, .04);--shadow-lg: 0 20px 40px rgba(0, 0, 0, .12), 0 8px 16px rgba(0, 0, 0, .08)}.about-section{padding:6rem 0;background-color:#f0f9fc;color:var(--about-primary-text);position:relative}.about-section:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:70%;border-bottom:1px solid var(--dark-slate-grey)}.about-container{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex;flex-direction:column}.about-content{display:flex;flex-direction:column}.about-title{font-family:Poppins,sans-serif;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:700;color:var(--about-primary-text);margin:0 0 1rem;position:relative;letter-spacing:-.02em;line-height:1.2;text-align:center}.title-underline{display:block;width:80px;height:4px;background-color:var(--about-accent);margin-top:1rem;border-radius:2px}.about-summary{font-size:clamp(1rem,2vw,1.25rem);color:var(--service-primary-text);line-height:1.6;margin:0 0 2rem;text-align:center}.about-address{display:flex;align-items:flex-start;gap:1rem}.about-address-icon{flex-shrink:0;color:var(--about-accent)}.about-address-text{font-size:1.1rem;font-weight:400;color:var(--about-secondary-text);line-height:1.5;margin:0}.hours-card{background:var(--about-card-background);color:var(--about-card-text);padding:2.5rem 2rem;border-radius:1rem;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;align-items:center;text-align:center;transition:transform .3s ease,box-shadow .3s ease;width:100%}.hours-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg)}.hours-card-icon{width:70px;height:70px;background:var(--slate-grey);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;color:var(--white);transition:transform .3s ease}.hours-card:hover .hours-card-icon{transform:rotate(15deg) scale(1.1)}.hours-heading{font-family:Poppins,sans-serif;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.hours-list{list-style:none;padding:0;margin:0;width:100%}.hours-item{display:flex;justify-content:space-between;padding:.85rem 0;border-bottom:1px dashed rgba(255,255,255,.2)}.hours-item:last-child{border-bottom:none}.hours-day{font-weight:600;color:var(--about-card-text)}.hours-time{font-weight:400;color:var(--about-card-text)}@media (min-width: 768px){.hours-list{display:grid;grid-template-columns:repeat(2,1fr);gap:0 2rem}}@media (max-width: 992px){.about-section{padding:5rem 0}}@media (max-width: 768px){.about-section{padding:4rem 0}.about-address-text{font-size:1rem}.hours-card{padding:2rem 1.5rem}}@media (max-width: 480px){.about-section{padding:3rem 0}.about-address-text{font-size:.9rem}}:root{--midnight-blue: #012031;--slate-grey: #558394;--white: #ffffff;--goldenrod: #febe3c;--dark-slate-grey: #0d4e66;--service-primary-text: var(--dark-slate-grey);--service-secondary-text: var(--slate-grey);--service-accent: var(--goldenrod);--service-accent-dark: #cc9933;--service-background-light: #f6f8f9;--service-background-alt: #e9eff2;--service-card-background: var(--white);--service-border: #e2e8f0;--shadow-sm: 0 4px 16px rgba(0, 0, 0, .06), 0 1px 4px rgba(0, 0, 0, .04);--shadow-lg: 0 20px 40px rgba(0, 0, 0, .12), 0 8px 16px rgba(0, 0, 0, .08)}body{font-family:Lato,sans-serif;color:var(--service-primary-text)}.service-container{max-width:1200px;margin:0 auto;position:relative;z-index:1;padding:0 1.5rem}.service-section{padding:6rem 0;padding-top:0;background-color:#f0f9fc;color:var(--service-primary-text);position:relative;overflow:hidden}.service-section:before{content:"";position:absolute;inset:0;pointer-events:none}.service-header{text-align:center;margin-bottom:4rem;animation:service-fadeInUp .8s ease-out}.service-title{font-family:Poppins,sans-serif;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:700;color:var(--service-primary-text);margin-bottom:1rem;position:relative;letter-spacing:-.02em;line-height:1.2}.service-title:after{content:"";display:block;width:80px;height:4px;background-color:var(--service-accent);margin:1rem auto 0;border-radius:2px;animation:service-expandWidth 1s ease-out .5s both}.service-subtitle{font-size:clamp(1rem,2vw,1.25rem);color:var(--service-primary-text);font-weight:400;max-width:600px;margin:0 auto;line-height:1.6;opacity:0;animation:service-fadeIn .8s ease-out .3s both}.service-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem;animation:service-fadeInUp .8s ease-out .4s both;justify-content:center}.service-card{background:var(--service-card-background);border:1px solid var(--service-border);border-radius:1rem;padding:2.5rem 2rem;text-align:center;box-shadow:var(--shadow-sm);transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;cursor:pointer}.service-card:before{content:"";position:absolute;top:0;left:0;right:0;height:5px;background-color:var(--service-accent);transform:translate(-100%);transition:transform .4s cubic-bezier(.4,0,.2,1)}.service-card:hover:before{transform:translate(0)}.service-card:hover{transform:translateY(-8px);box-shadow:0 12px 24px #0000001a,0 4px 8px #00000014;border-color:#febe3c4d}.service-card-icon-wrapper{margin-bottom:1.5rem;position:relative}.service-card-icon{width:80px;height:80px;background-color:#f0f4f7;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto;color:var(--service-primary-text);transition:all .4s cubic-bezier(.4,0,.2,1)}.service-card:hover .service-card-icon{background-color:var(--service-accent);color:var(--white)}.service-card-icon svg{width:36px;height:36px;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;z-index:2}.service-card:hover .service-card-icon svg{color:var(--white);transform:rotate(15deg) scale(1.1)}.service-card-content{position:relative}.service-card-name{font-family:Poppins,sans-serif;font-size:clamp(1.1rem,2vw,1.3rem);font-weight:600;color:var(--service-primary-text);margin:0 0 1rem;line-height:1.4;transition:color .3s ease}.service-card:hover .service-card-name{color:var(--service-accent)}.service-card-decoration{width:40px;height:2px;background:#cbd5e0;margin:0 auto;border-radius:1px;transition:all .4s cubic-bezier(.4,0,.2,1)}.service-card:hover .service-card-decoration{width:60px;background-color:var(--service-accent)}@keyframes service-fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes service-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes service-expandWidth{0%{width:0}to{width:80px}}@media (max-width: 992px){.service-section{padding:5rem 0;padding-top:0}.service-grid{gap:2rem}}@media (min-width: 992px) and (max-width: 1200px){.service-grid.two-column-grid{grid-template-columns:repeat(2,minmax(280px,1fr));max-width:600px;margin:0 auto}}@media (max-width: 768px){.service-section{padding:4rem 0;padding-top:0}.service-header{margin-bottom:3rem}.service-container{padding:0 1rem}.service-grid{grid-template-columns:1fr;gap:1.5rem}.service-card{padding:2rem 1.5rem;border-radius:1rem}.service-card-icon{width:70px;height:70px}.service-card-icon svg{width:32px;height:32px}.service-card:hover{transform:translateY(-8px)}.service-card:focus,.service-card:active,.service-card:hover{transform:translateY(-8px);box-shadow:0 12px 24px #0000001a,0 4px 8px #00000014;border-color:#febe3c4d}.service-card:focus:before,.service-card:active:before,.service-card:hover:before{transform:translate(0)}.service-card:focus .service-card-icon,.service-card:active .service-card-icon,.service-card:hover .service-card-icon{background-color:var(--service-accent);color:var(--white)}.service-card:focus .service-card-icon svg,.service-card:active .service-card-icon svg,.service-card:hover .service-card-icon svg{color:var(--white);transform:rotate(15deg) scale(1.1)}.service-card:focus .service-card-name,.service-card:active .service-card-name,.service-card:hover .service-card-name{color:var(--service-accent)}.service-card:focus .service-card-decoration,.service-card:active .service-card-decoration,.service-card:hover .service-card-decoration{width:60px;background-color:var(--service-accent)}}@media (max-width: 480px){.service-section{padding:3rem 0;padding-top:0}.service-header{margin-bottom:2.5rem}.service-card{padding:1.5rem 1rem}.service-card-icon{width:60px;height:60px}.service-card-icon svg{width:28px;height:28px}.service-card:hover{transform:translateY(-6px)}}@media (prefers-reduced-motion: reduce){.service-section,.service-header,.service-subtitle,.service-grid,.service-card,.service-card-icon,.service-card-icon svg,.service-card-decoration{animation:none!important;transition:none!important}.service-card:hover{transform:none!important}}:root{--midnight-blue: #012031;--slate-grey: #558394;--white: #ffffff;--goldenrod: #febe3c;--dark-slate-grey: #0d4e66;--gallery-primary-text: var(--white);--gallery-secondary-text: var(--slate-grey);--gallery-accent: var(--goldenrod);--gallery-background-darkest: var(--midnight-blue);--gallery-background-dark: var(--dark-slate-grey);--gallery-shadow-sm: 0 4px 12px rgba(0, 0, 0, .3);--gallery-shadow-lg: 0 8px 24px rgba(0, 0, 0, .5)}body{margin:0;font-family:Lato,sans-serif;background:var(--gallery-background-darkest);color:var(--gallery-primary-text)}.gallery-section{padding:6rem 0;position:relative;overflow:hidden;background:linear-gradient(135deg,var(--gallery-background-darkest) 0%,var(--gallery-background-dark) 100%)}.gallery-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.gallery-header{text-align:center;margin-bottom:4rem;animation:fadeInUp .8s ease-out}.gallery-title{font-family:Poppins,sans-serif;font-size:clamp(2.5rem,5vw,3.5rem);color:var(--gallery-primary-text);margin:0;position:relative;letter-spacing:-.02em}.gallery-title:after{content:"";display:block;width:80px;height:4px;background:var(--gallery-accent);margin:1rem auto 0;border-radius:2px;animation:expandWidth 1s ease-out .5s both}.gallery-subtitle{font-size:clamp(1rem,2vw,1.25rem);color:#fff;margin-top:.5rem;line-height:1.6}.carousel-wrapper{position:relative;display:flex;align-items:center;justify-content:center;width:100%;max-width:900px;margin:0 auto;box-shadow:var(--gallery-shadow-lg);border-radius:12px;overflow:hidden;animation:fadeInUp .8s ease-out .4s both}.carousel-image-container{position:relative;width:100%;height:500px;overflow:hidden;display:flex;justify-content:center;align-items:center}.carousel-image{width:100%;height:100%;object-fit:cover;display:block;transition:opacity .5s ease-in-out;opacity:1}.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:none;color:var(--white);font-size:2rem;font-weight:300;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;opacity:.8;transition:opacity .3s ease,background .3s ease;-webkit-user-select:none;user-select:none}.carousel-btn:hover{background:#ffffff4d;opacity:1}.carousel-btn.prev{left:1rem}.carousel-btn.next{right:1rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes expandWidth{0%{width:0}to{width:80px}}@media (max-width: 992px){.gallery-section{padding:5rem 0}.carousel-image-container{height:400px}}@media (max-width: 768px){.gallery-section{padding:4rem 0}.gallery-container{padding:0 1rem}.carousel-image-container{height:300px}.carousel-btn{font-size:1.5rem;width:40px;height:40px}.carousel-btn.prev{left:.5rem}.carousel-btn.next{right:.5rem}}@media (max-width: 480px){.gallery-section{padding:3rem 0}.gallery-header{margin-bottom:2.5rem}.carousel-image-container{height:200px}.carousel-btn{font-size:1.2rem;width:35px;height:35px}.carousel-btn.prev{left:.25rem}.carousel-btn.next{right:.25rem}}@media (min-width: 320px) and (max-width: 479px){.carousel-btn{font-size:1.2rem;width:35px;height:35px}.carousel-btn.prev{left:.25rem}.carousel-btn.next{right:.25rem}}@media (prefers-reduced-motion: reduce){.gallery-section *,.gallery-section *:before,.gallery-section *:after{transition:none!important;animation:none!important}}:root{--primary-color: #2c3e50;--secondary-color: #34495e;--text-color: #ecf0f1;--accent-color: #e74c3c;--background-light: #f5f7f9;--card-background: #ffffff;--card-border: #e0e6ed}body{font-family:Lato,sans-serif;margin:0;padding:0}.testimonials-section{padding:4rem 1rem}.testimonials-container{max-width:1200px;margin:0 auto;text-align:center}.testimonials-title{font-size:clamp(2rem,4vw,3rem);font-weight:700;margin-bottom:2rem;position:relative;display:inline-block}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;padding:0}.testimonial-card{background-color:var(--card-background);color:var(--secondary-color);padding:2rem;border-radius:12px;box-shadow:0 4px 20px #00000014;display:flex;flex-direction:column;justify-content:space-between;text-align:left;transition:transform .3s ease,box-shadow .3s ease;border:1px solid var(--card-border)}.testimonial-quote{font-style:italic;font-size:1.1rem;line-height:1.6;margin-bottom:1.5rem;color:#555;min-height:100px}.testimonial-rating{margin-bottom:1rem}.rating-star{font-size:1.5rem;color:#ccc;margin-right:.2rem;transition:color .3s ease}.rating-star.filled{color:var(--accent-color)}.testimonial-author{display:flex;align-items:center}.author-avatar{width:50px;height:50px;border-radius:50%;object-fit:cover;margin-right:1rem}.author-info{display:flex;flex-direction:column}.author-name{font-weight:700;color:var(--primary-color)}.author-title{font-size:.9rem;color:#777}@media (max-width: 768px){.testimonials-grid{grid-template-columns:1fr}}:root{--midnight-blue: #012031;--slate-grey: #558394;--white: #ffffff;--goldenrod: #febe3c;--dark-slate-grey: #0d4e66;--contact-background-darkest: #011a27;--contact-background-dark: var(--dark-slate-grey);--contact-primary-text: var(--white);--contact-secondary-text: var(--slate-grey);--contact-accent: var(--goldenrod);--contact-card-background: rgba(255, 255, 255, .05);--contact-input-background: rgba(255, 255, 255, .1);--contact-input-border: rgba(255, 255, 255, .2);--contact-input-text: var(--white);--contact-placeholder-text: rgba(255, 255, 255, .5);--status-message-bg: #4caf50;--status-message-error-bg: #f44336;--status-message-text: var(--white);--error-color: #f44336;--shadow-sm: 0 4px 16px rgba(0, 0, 0, .3), 0 1px 4px rgba(0, 0, 0, .2);--shadow-lg: 0 20px 40px rgba(0, 0, 0, .4), 0 8px 16px rgba(0, 0, 0, .3)}body{font-family:Lato,sans-serif}.contact-section{padding:6rem 0;background:linear-gradient(135deg,var(--contact-background-darkest) 0%,var(--contact-background-dark) 100%);color:var(--contact-primary-text);min-height:100vh;display:flex;align-items:center}.contact-container{max-width:1200px;margin:0 auto;padding:0 1.5rem;width:100%}.contact-title{font-family:Poppins,sans-serif;text-align:center;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:700;margin-bottom:4rem;position:relative;letter-spacing:-.02em}.title-underline{display:block;width:80px;height:4px;background-color:var(--contact-accent);margin:1rem auto 0;border-radius:2px}.contact-grid{display:grid;grid-template-columns:1fr 1.5fr;gap:4rem;align-items:start}.contact-details{display:flex;flex-direction:column}.details-heading{font-family:Poppins,sans-serif;font-size:clamp(1.5rem,3vw,2rem);font-weight:600;margin-bottom:2rem;color:var(--contact-primary-text)}.detail-item{display:flex;align-items:center;gap:1.5rem;margin-bottom:1.5rem}.detail-icon{flex-shrink:0;color:var(--contact-accent)}.detail-text{font-size:clamp(1rem,2vw,1.1rem);color:var(--contact-primary-text);margin:0;line-height:1.6}.detail-text a{color:var(--contact-secondary-text);text-decoration:none;transition:color .3s ease}.detail-text a:hover{color:var(--contact-accent)}.contact-form-card{background-color:var(--contact-card-background);padding:3rem;border-radius:1rem;box-shadow:var(--shadow-sm);transition:transform .3s ease,box-shadow .3s ease}.contact-form-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg)}.form-heading{font-family:Poppins,sans-serif;font-size:clamp(1.5rem,3vw,1.75rem);font-weight:600;margin-bottom:2rem;text-align:center;color:var(--contact-primary-text)}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column}.form-group label{font-weight:600;margin-bottom:.5rem;color:var(--contact-primary-text)}.form-group input,.form-group textarea{background-color:var(--contact-input-background);border:1px solid var(--contact-input-border);border-radius:.5rem;padding:1rem;font-size:1rem;color:var(--contact-input-text);transition:all .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--contact-accent);box-shadow:0 0 0 3px #febe3c4d}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--contact-placeholder-text)}.input-error{border-color:var(--error-color)!important}.error-message{color:var(--error-color);font-size:.875rem;margin-top:.25rem}.submit-button{background-color:var(--contact-accent);color:var(--contact-background-darkest);border:none;padding:1rem 1.5rem;border-radius:50px;font-family:Poppins,sans-serif;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;margin-top:1rem}.submit-button:hover{transform:translateY(-3px);box-shadow:0 8px 16px #febe3c66}.status-message{padding:1rem;border-radius:.5rem;text-align:center;font-weight:600;margin-top:-1rem;margin-bottom:1rem;background-color:var(--status-message-error-bg);color:var(--status-message-text)}@media (max-width: 992px){.contact-section{padding:5rem 0}}@media (max-width: 768px){.contact-section{padding:4rem 0}.contact-grid{grid-template-columns:1fr;gap:2rem}.contact-form-card{padding:2rem}}@media (max-width: 480px){.contact-section{padding:3rem 0}.contact-title{margin-bottom:2rem}.contact-form-card{padding:1.5rem}.contact-form{gap:1rem}.submit-button{padding:.8rem 1.2rem}.detail-item{gap:1rem;margin-bottom:1rem}.detail-icon svg{width:20px;height:20px}}@media (prefers-reduced-motion: reduce){.contact-form-card,.submit-button{transition:none!important}.contact-form-card:hover,.submit-button:hover{transform:none!important}}:root{--midnight-blue: #012031;--slate-grey: #558394;--white: #ffffff;--goldenrod: #febe3c;--dark-slate-grey: #0d4e66;--footer-background-primary: var(--midnight-blue);--footer-background-secondary: var(--dark-slate-grey);--footer-text-primary: var(--white);--footer-text-secondary: var(--slate-grey);--footer-accent: var(--goldenrod);--footer-border: rgba(255, 255, 255, .1)}.footer{background-color:var(--footer-background-primary);color:var(--footer-text-primary);padding:3rem 1rem 0;font-family:Lato,sans-serif}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.footer__container{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;padding-bottom:2rem;border-bottom:1px solid var(--footer-border)}@media (max-width: 768px){.footer__container{gap:1.5rem;padding-bottom:1.5rem;grid-template-columns:1fr;text-align:center}}.footer__column{display:flex;flex-direction:column}@media (max-width: 768px){.footer__column{align-items:center}}.footer__logo{font-family:Poppins,sans-serif;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.footer__text{font-size:.9rem;line-height:1.6;color:var(--footer-text-secondary);margin:.25rem 0}.footer__link{color:var(--footer-text-primary);text-decoration:none;font-size:.9rem;margin-top:.5rem;transition:color .3s ease}.footer__link:hover{color:var(--footer-accent)}.footer__heading{font-family:Poppins,sans-serif;font-size:1.1rem;font-weight:600;margin-bottom:1rem;color:var(--footer-text-primary);text-transform:uppercase}.footer__links-list{list-style:none;padding:0;margin:0}.footer__links-list li{margin-bottom:.5rem}.footer__bottom{background-color:var(--footer-background-secondary);padding:1rem 0;text-align:center}.footer__bottom-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.footer__last-updated{font-size:.8rem;color:var(--footer-text-secondary);margin:0}.landingPage{--primary: #0d6efd;--secondary: #111;--accent: #f39c12;background:#fff}:root{--primary-color: #2c3e50;--secondary-color: #34495e;--text-light-color: #ecf0f1;--text-dark-color: #7f8c8d;--accent-color: #e74c3c;--btn-bg: #3498db;--btn-hover-bg: #2980b9}.notFoundContainer{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;text-align:center;background-color:var(--secondary-color);color:var(--text-light-color);font-family:Inter,sans-serif;padding:1rem}.glitchContainer{position:relative;font-size:clamp(6rem,20vw,15rem);font-weight:900;line-height:1;color:var(--text-light-color);margin-bottom:2rem;animation:fadeIn 1.5s ease-out}.glitchText{margin:0;position:relative;animation:glitch 2s infinite linear alternate-reverse}@keyframes glitch{0%{transform:translate(0)}20%{transform:translate(-5px,5px)}40%{transform:translate(-5px,-5px)}60%{transform:translate(5px,5px)}80%{transform:translate(5px,-5px)}to{transform:translate(0)}}.notFoundMessage{font-size:clamp(1.2rem,3vw,1.8rem);color:var(--text-dark-color);margin-bottom:2.5rem;animation:fadeIn 2s ease-out}.goHomeBtn{text-decoration:none;background-color:var(--btn-bg);color:var(--text-light-color);padding:1rem 2rem;border-radius:50px;font-weight:600;transition:all .3s ease;box-shadow:0 4px 15px #0003;animation:fadeIn 2.5s ease-out}.goHomeBtn:hover,.goHomeBtn:focus{background-color:var(--btn-hover-bg);transform:translateY(-3px);box-shadow:0 6px 20px #0000004d}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:#f7f7f9;color:#222}a{color:inherit;text-decoration:none}.container{width:100%;max-width:1100px;margin:0 auto;padding:0 1rem}.section{padding:3rem 0}.grid{display:grid;gap:1rem}.btn{display:inline-block;padding:.75rem 1rem;border:1px solid #ddd;background:#fff;cursor:pointer;border-radius:6px}.card{background:#fff;border:1px solid #eee;border-radius:10px;padding:1rem}.badge{display:inline-block;padding:.25rem .5rem;border-radius:4px;background:#eee;font-size:.85rem}
