@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&family=Roboto:wght@300;400;500;700&display=swap";.app{display:flex;flex-direction:column}.header{background-color:#fff;color:#002080;padding:2rem 0;border-bottom:1px solid #e0e0e0}.header-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.logo-section{display:flex;justify-content:center;width:100%}.logo-image{max-width:400px;height:auto}.nav ul{list-style:none;padding:0;margin:0;display:flex;gap:2rem}.nav a{color:#002080;text-decoration:none;font-family:Montserrat,sans-serif;font-weight:600;text-transform:uppercase;font-size:.9rem;letter-spacing:1px;transition:color .3s ease}.nav a:hover{color:#0040ff}@media(max-width:768px){.logo-image{max-width:300px}.nav ul{gap:1rem;flex-wrap:wrap;justify-content:center}}.why-choose{background-color:#002080;color:#fff;padding:5rem 0;text-align:center}.why-choose .container{max-width:1200px;margin:0 auto;padding:0 2rem}.section-title{font-size:2.5rem;margin-bottom:1rem;font-family:Montserrat,sans-serif}.divider{width:60px;height:3px;background-color:#fff;margin:0 auto 4rem;opacity:.6}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem}.feature-card{display:flex;flex-direction:column;align-items:center}.feature-image-container{width:250px;height:250px;border-radius:50%;overflow:hidden;margin-bottom:2rem;border:4px solid rgba(255,255,255,.1)}.feature-image{width:100%;height:100%;object-fit:cover}.feature-title{font-size:1.5rem;margin-bottom:1.5rem;font-family:Montserrat,sans-serif;font-weight:600}.feature-description{font-size:1.1rem;line-height:1.6;color:#ffffffe6;font-family:Roboto,sans-serif;max-width:320px}@media(max-width:992px){.features-grid{grid-template-columns:1fr;gap:4rem}}.resources{background-color:#fff;color:#333;padding:5rem 0;text-align:center}.resources .container{max-width:1200px;margin:0 auto;padding:0 2rem}.resources .section-title{color:#333}.resources .divider{background-color:#333}.resources-grid{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.resource-card{background-color:#f9f9f9;padding:2.5rem;border-radius:4px;width:100%;max-width:400px;display:flex;flex-direction:column;align-items:center;gap:1.5rem;box-shadow:0 2px 10px #0000000d}.resource-title{font-size:1.1rem;font-family:Roboto,sans-serif;font-weight:500;margin:0}.download-button{background-color:#002080;color:#fff;text-decoration:none;padding:.8rem 2rem;border-radius:4px;font-family:Montserrat,sans-serif;font-weight:600;text-transform:uppercase;font-size:.9rem;transition:background-color .3s ease}.download-button:hover{background-color:#001a66}.quotes{background-color:#002080;color:#fff;padding:6rem 0;text-align:center}.quotes .container{max-width:1200px;margin:0 auto;padding:0 2rem}.quotes-heading{font-size:3rem;margin-bottom:1rem;font-family:Montserrat,sans-serif;font-weight:700}.quotes-subheading{font-size:1.25rem;margin-bottom:4rem;opacity:.9;font-family:Roboto,sans-serif}.quotes-grid{display:flex;flex-direction:column;align-items:center;gap:1rem;max-width:600px;margin:0 auto}.quote-button{width:100%;background-color:#fff;color:#002080;text-decoration:none;padding:1.2rem 2rem;font-family:Montserrat,sans-serif;font-weight:600;text-transform:uppercase;font-size:1rem;letter-spacing:1px;transition:all .3s ease;border:2px solid #ffffff}.quote-button:hover{background-color:transparent;color:#fff}@media(max-width:768px){.quotes-heading{font-size:2rem}}.contact{background-color:#fff;color:#333;padding:5rem 0;text-align:center}.contact .container{max-width:1200px;margin:0 auto;padding:0 2rem}.contact .section-title{color:#333}.contact .divider{background-color:#333}.section-intro{font-size:1.1rem;max-width:800px;margin:0 auto 3rem;line-height:1.6;font-family:Roboto,sans-serif}.contact-info-block{display:flex;flex-direction:column;gap:.5rem;align-items:center}.biz-name{font-size:1.5rem;font-family:Montserrat,sans-serif;font-weight:600;margin-bottom:1rem}.contact-detail{font-size:1.1rem;margin:0;font-family:Roboto,sans-serif}.contact-detail a{color:#002080;text-decoration:none}.contact-detail a:hover{text-decoration:underline}.office-hours{margin-top:2rem;width:100%;max-width:400px;margin-left:auto;margin-right:auto;position:relative}.hours-title{font-size:1.25rem;font-family:Montserrat,sans-serif;font-weight:600;margin-bottom:1rem;text-align:center}.hours-dropdown{background:#fff;border-radius:4px;text-align:center}.hours-toggle{width:100%;max-width:320px;padding:.6rem 1.25rem;display:inline-flex;justify-content:center;align-items:center;gap:.75rem;background:#fff;border:1px solid #e0e0e0;cursor:pointer;font-family:Roboto,sans-serif;font-size:1rem;color:#333;transition:all .2s ease;border-radius:50px;box-shadow:0 2px 10px #0000000f}.hours-toggle:hover{background:#fff;border-color:#002080;box-shadow:0 4px 15px #0000001f;transform:translateY(-1px)}.current-hours{font-weight:500}.chevron{transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;color:#002080}.chevron.up{transform:rotate(180deg)}.schedule-container{position:absolute;top:100%;left:50%;transform:translate(-50%) translateY(-10px);width:280px;background:#fff;box-shadow:0 10px 25px #0000001a;border-radius:8px;z-index:10;opacity:0;visibility:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);padding:1rem;border:1px solid #eee;margin-top:.5rem}.hours-dropdown.open .schedule-container{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.schedule-list{list-style:none;padding:0;margin:0}.schedule-item{display:flex;justify-content:space-between;padding:.5rem 0;font-family:Roboto,sans-serif;font-size:.95rem;color:#555;border-bottom:1px solid #f0f0f0}.schedule-item:last-child{border-bottom:none}.schedule-item.today{font-weight:700;color:#002080}.day-name{font-weight:600}.day-hours{text-align:right}.social-section{background-color:#002080;color:#fff;padding:4rem 0;text-align:center}.social-section .container{max-width:1200px;margin:0 auto;padding:0 2rem}.social-section .section-title{color:#fff;margin-bottom:1rem}.social-section .divider{background-color:#fff}.social-links{display:flex;justify-content:center;gap:1.5rem;margin-top:2rem}.social-icon{width:50px;height:50px;border:2px solid #ffffff;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;font-family:Montserrat,sans-serif;font-weight:700;font-size:.8rem;transition:all .3s ease}.social-icon:hover{background-color:#fff;color:#002080}.footer{background-color:#fff;color:#666;padding:3rem 0;border-top:1px solid #e0e0e0;text-align:center}.footer-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;flex-direction:column;align-items:center;gap:1rem}.copyright{font-size:.9rem;margin:0;font-family:Roboto,sans-serif}.powered-by{display:flex;align-items:center;gap:.5rem;font-size:.8rem;font-family:Roboto,sans-serif}.godaddy-logo{height:20px}.footer-bottom{margin-top:2rem;padding-top:1rem;border-top:1px solid #f0f0f0}.cookie-notice{font-size:.75rem;max-width:800px;margin:0 auto;padding:0 1rem;color:#999;line-height:1.4}:root{font-family:Roboto,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;background-color:#fff;color:#333}body{margin:0;display:block;min-width:320px;min-height:100vh}#root,.app{width:100%}*{box-sizing:border-box}h1,h2,h3,h4,h5,h6{font-family:Montserrat,sans-serif;margin-top:0}a{transition:all .3s ease}img{max-width:100%;height:auto}.divider{width:60px;height:3px;margin:0 auto 3rem}
