@import"https://fonts.googleapis.com/css2?family=Montserrat+Alternates:wght@500;600;700&family=Montserrat:wght@500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap";body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{margin:0;padding:0;box-sizing:border-box}body,html{margin:0;padding:0;height:100%}#root{min-height:100vh;display:flex;flex-direction:column}.app{flex:1;display:flex;flex-direction:column}main{flex:1}.app{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1;padding-top:80px}.topbar{position:fixed;top:0;width:100%;z-index:1000}@media (max-width: 768px){.app{padding:0 10px}}nav{padding:20px;position:fixed;top:2px;left:50%;transform:translate(-50%);border-radius:0 0 20px 20px;-webkit-backdrop-filter:blur(300px);backdrop-filter:blur(300px);width:100%;height:80px;background-color:#172554f2;display:flex;justify-content:space-between;align-items:center;z-index:1000}.topbar-wrapper{display:flex;justify-content:space-between;align-items:center;width:90%;margin:0 auto}.logo{display:flex;align-items:left}.logo h1{font-family:Montserrat Alternates,Montserrat,sans-serif;font-weight:700;font-size:1.5rem;color:#e5e7eb;margin:0;letter-spacing:.5px;text-transform:capitalize;text-shadow:-.5px -.5px 0 rgba(255,255,255,.6),.5px -.5px 0 rgba(255,255,255,.6),-.5px .5px 0 rgba(255,255,255,.6),.5px .5px 0 rgba(255,255,255,.6);-webkit-text-stroke:.5px rgba(255,255,255,.4)}.logo h1 span{color:#fcd34d;font-weight:600;text-shadow:-.5px -.5px 0 rgba(0,0,0,.6),.5px -.5px 0 rgba(0,0,0,.6),-.5px .5px 0 rgba(0,0,0,.6),.5px .5px 0 rgba(0,0,0,.6);-webkit-text-stroke:.5px rgba(0,0,0,.4)}.gold-text{color:#00897b}.nav-links{display:flex;gap:2rem;list-style:none;margin:0;padding:0}.nav-link{color:#e5e7eb;text-decoration:none;font-size:1rem;font-weight:600;transition:color .3s ease;letter-spacing:.3px;text-shadow:-.25px -.25px 0 rgba(255,255,255,.2),.25px -.25px 0 rgba(255,255,255,.2),-.25px .25px 0 rgba(255,255,255,.2),.25px .25px 0 rgba(255,255,255,.2)}.nav-link:hover{color:#fcd34d}.mobile-menu-btn{display:none;background:none;border:none;color:#e5e7eb;font-size:1.75rem;cursor:pointer;padding:.5rem}@media (max-width: 768px){nav{height:70px;padding:10px}.mobile-menu-btn{display:block}.nav-links{display:none;position:absolute;top:70px;left:0;right:0;background-color:#172554fa;flex-direction:column;align-items:center;padding:1rem;gap:1rem;border-radius:0 0 20px 20px;box-shadow:0 4px 6px #0000001a}.nav-links.active{display:flex}.nav-links li{width:100%;text-align:center;padding:.75rem 0}.nav-link{font-size:1.1rem;font-weight:600;padding:.5rem 1rem;display:block}.logo h1{font-size:1.25rem}.logo svg{height:1em}}@media (max-width: 480px){.nav-links{top:60px}.logo h1{font-size:1.2rem}}.logo svg{height:1.2em;width:auto;margin:0 .3em;color:#e5e7eb}@media (max-width: 768px){.logo svg{height:1em}}body,html{margin:0;padding:0}.home{min-height:100vh;background-color:#f8f9fa;color:#333}.hero{background:#172554f2;color:#e5e7eb;padding:6rem 2rem;text-align:center}.hero-content{max-width:1000px;margin:0 auto}.hero h1{font-size:3rem;margin-bottom:1.5rem;font-weight:700;color:#fcd34d;white-space:nowrap;text-align:center;display:inline-block;width:100%}.hero h1 span{color:#e5e7eb}.subtitle{font-size:1.4rem;margin-bottom:2rem;color:#e5e7eb}.hero-text{font-size:1.1rem;margin-bottom:2.5rem;line-height:1.7;color:#e5e7ebe6}.services{padding:6rem 2rem;background-color:#fff}.container{max-width:1200px;margin:0 auto}.services h2{text-align:center;color:#172554;margin-bottom:3rem;font-size:2.5rem;font-weight:700}.service-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem}.service-card{padding:2.5rem;border-radius:12px;background:#fcd34d;box-shadow:0 4px 6px #1725541a;transition:all .4s ease;border:1px solid rgba(23,37,84,.1)}.service-card:hover{transform:translateY(-8px);box-shadow:0 12px 20px #17255433}.service-icon{font-size:2.5rem;margin-bottom:1.5rem;color:#172554}.service-card h3{color:#172554;margin-bottom:1rem;font-size:1.5rem;font-weight:600}.service-card p{color:#172554;line-height:1.6}.why-us{padding:6rem 2rem;background-color:#fef3c7}.why-us h2{color:#172554;font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:3.5rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem;margin-top:2rem}.feature{padding:2.5rem;background:#fff;border-radius:12px;box-shadow:0 4px 6px #1725541a;transition:all .4s ease}.feature:hover{transform:translateY(-8px);box-shadow:0 12px 20px #17255433}.feature h3{color:#172554;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.feature p{color:#4b5563;line-height:1.7;font-size:1.1rem}.commitment{padding:6rem 2rem;background-color:#172554fa;text-align:center;color:#e5e7eb}.commitment h2{color:#fcd34d;font-size:2.5rem;font-weight:700;margin-bottom:2rem}.commitment p{max-width:800px;margin:0 auto;line-height:1.8;font-size:1.1rem;color:#e5e7ebe6}.footer-section{background-color:#1e293b;padding:4rem 2rem;color:#e5e7eb}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;max-width:1200px;margin:0 auto}.footer-column h3{color:#fcd34d;font-size:1.3rem;font-weight:600;margin-bottom:1.5rem}.footer-column ul{list-style:none;padding:0}.footer-column ul li{margin-bottom:.8rem}.footer-column a{color:#e5e7eb;text-decoration:none;transition:color .3s ease}.footer-column a:hover{color:#fcd34d}.contact-info{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.contact-info i{color:#fcd34d}.cta-button{background-color:#fcd34d;color:#172554;border:none;padding:1rem 2.5rem;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 4px #fcd34d33}.cta-button:hover{background-color:#f59e0b;transform:translateY(-2px);box-shadow:0 4px 6px #fcd34d4d}@media (max-width: 768px){.hero{padding:3rem 1rem}.hero h1{font-size:1.8rem;white-space:normal}.service-grid,.features-grid{grid-template-columns:1fr}.container{padding:0 1rem}.features-grid{grid-template-columns:1fr}.commitment{padding:4rem 1rem}.footer-grid{grid-template-columns:1fr;gap:2rem}}header{min-height:100vh}.header-wrapper{position:relative;height:100vh;background-image:url(/assets/abujaview-DrEy_Nxq.jpeg);background-size:cover;background-position:center}.header-wrapper:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,#11182766,#111827b3)}.header-container{position:absolute;bottom:0;right:0;width:60%;height:400px;border-radius:20px 20px 0 0;border-top:4px solid rgba(255,255,255,.1);border-right:4px solid rgba(255,255,255,.1);border-left:4px solid rgba(255,255,255,.1);background:#172554bf;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);padding:50px 40px;z-index:2}.header-container h1{color:#e5e7eb;font-size:3.5rem;font-weight:700;margin-bottom:1rem}.header-container p{font-size:1.2rem;color:#ffffffe6;font-weight:500;margin-top:1rem;line-height:1.6}.highlight{color:#fcd34d}@media (max-width: 768px){.header-container{width:90%;padding:30px 20px;height:auto;right:50%;transform:translate(50%)}.header-container h1{font-size:2.5rem}}.about-container{padding:60px 20px;max-width:1200px;margin:0 auto}.about-content{background-color:#fff;padding:40px;border-radius:12px;box-shadow:0 4px 20px #17255414}.about-header{margin-bottom:50px}.about-header h1{font-size:2.8rem;color:#172554;margin-bottom:20px;font-weight:700;letter-spacing:-.5px;text-align:left}.about-header p{color:#4b5563;font-size:1.2rem;line-height:1.8;max-width:800px;margin:0;text-align:left;padding:0}.about-section{margin-bottom:50px}.about-section h2{color:#172554;font-size:2rem;margin-bottom:20px;padding-bottom:12px;border-bottom:3px solid #FCD34D;display:inline-block}.about-section p{color:#4b5563;line-height:1.8;font-size:1.1rem}.values-list{list-style:none;padding:0;display:grid;grid-template-columns:repeat(4,1fr);gap:30px;margin-top:30px}.value-item{font-size:.8rem;background-color:#f8fafc;padding:30px;border-radius:12px;text-align:center;transition:all .3s ease;border:1px solid rgba(23,37,84,.1)}.value-item:hover{transform:translateY(-5px);box-shadow:0 10px 20px #1725541a;border-color:#fcd34d}.value-icon{font-size:32px;color:#fcd34d;background:#fcd34d1a;width:70px;height:70px;display:flex;align-items:center;justify-content:center;border-radius:50%;margin:0 auto 20px}.value-item h3{color:#172554;font-size:1.4rem;margin-bottom:12px;font-weight:600}.value-item p{color:#4b5563;line-height:1.6}@media (max-width: 768px){.about-container{padding:40px 20px}.about-content{padding:30px}.about-header h1{font-size:2.2rem}.values-list{grid-template-columns:1fr}}.about-header p+p{margin-top:1rem}.contact-container{padding:60px 20px;max-width:1200px;margin:0 auto}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:40px;background:linear-gradient(to right,#fcd34d1a,#fcd34d0d,#fff);padding:40px;border-radius:12px;box-shadow:0 2px 10px #1725541a}.contact-info{padding-right:40px}.contact-info h1{font-size:2.5rem;color:#172554;margin-bottom:20px}.contact-info p{color:#4b5563;line-height:1.6;margin-bottom:30px}.contact-details{list-style:none;padding:0}.contact-details li{display:flex;align-items:center;margin-bottom:20px;color:#172554;font-weight:500}.contact-icon{font-size:20px;margin-right:15px;color:#fcd34d}.contact-form{background:#fff;padding:20px;border-radius:8px}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;color:#172554;font-weight:500}.form-group input,.form-group textarea{width:100%;padding:12px;border:1px solid #ddd;border-radius:6px;font-size:1rem;transition:border-color .3s}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#f59e0b}.submit-btn{background-color:#172554;color:#fff;padding:12px 24px;border:none;border-radius:6px;font-size:1rem;cursor:pointer;transition:all .3s ease;font-weight:600}@media (max-width: 768px){.contact-content{grid-template-columns:1fr}.contact-info{padding-right:0;padding-bottom:40px}}.appointment-container{padding:40px 20px;max-width:900px;margin:0 auto}.appointment-content{background:linear-gradient(135deg,#fcd34d26,#fcd34d1a 20%,#fff,#fcd34d1a 80%,#fcd34d26);padding:40px;border-radius:12px;box-shadow:0 2px 10px #1725541a;position:relative;overflow:hidden}.appointment-content:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:12px;background:linear-gradient(to center,rgba(252,211,77,.1),transparent);pointer-events:none}.appointment-header{text-align:center;margin-bottom:40px;position:relative}.appointment-header h1{font-size:2.5rem;color:#172554;margin-bottom:10px}.appointment-header p{color:#4b5563;font-size:1.1rem}.appointment-form{display:flex;flex-direction:column;gap:20px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.form-group{display:flex;flex-direction:column}.form-group label{margin-bottom:8px;color:#172554;font-weight:500}.form-group input,.form-group select,.form-group textarea{background-color:#fff;padding:12px;border:1px solid rgba(23,37,84,.2);border-radius:6px;font-size:1rem;transition:all .3s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#fcd34d;box-shadow:0 0 0 3px #fcd34d33}.submit-btn{background-color:#172554;color:#fff;padding:15px 30px;border:none;border-radius:6px;font-size:1.1rem;cursor:pointer;transition:all .3s ease;margin-top:20px;font-weight:600}.submit-btn:hover{background-color:#fcd34d;color:#172554;box-shadow:0 2px 8px #0000001a}@media (max-width: 768px){.form-row{grid-template-columns:1fr}.appointment-container,.appointment-content{padding:20px}}.status-message{padding:1rem;border-radius:6px;margin-bottom:1rem;text-align:center}.status-message.success{background-color:#dcfce7;color:#166534;border:1px solid #86efac}.status-message.error{background-color:#fee2e2;color:#991b1b;border:1px solid #fca5a5}.status-message.info{background-color:#dbeafe;color:#1e40af;border:1px solid #93c5fd}.footer{padding:20px 0;background-color:#1e293b;color:#e5e7eb}.footer-content{display:flex;justify-content:space-between;max-width:80%;margin:0 auto}.footer-section{padding:1rem}.footer-section h3{color:#fcd34d;font-size:1.4rem;font-weight:600;margin-bottom:.5rem;position:relative}.footer-section h3:after{content:"";position:absolute;left:0;bottom:-8px;width:40px;height:2px;background-color:#fcd34d}.footer-section p{line-height:1.7;color:#e5e7ebe6;margin-bottom:.5rem}.footer-section ul{list-style:none;padding:0}.footer-section ul li{margin-bottom:.8rem}.footer-section ul li a{color:#e5e7ebe6;text-decoration:none;transition:all .3s ease;display:inline-block}.footer-section ul li a:hover{color:#fcd34d;transform:translate(5px)}.contact-info-item{display:flex;align-items:center;gap:.8rem;margin-bottom:.5rem}.contact-info-item i{color:#fcd34d;font-size:1.1rem}.business-hours{color:#e5e7ebe6}.footer-bottom{margin-top:.5rem;padding:.5rem;text-align:center;border-top:1px solid rgba(229,231,235,.1);background-color:#11182780}.footer-bottom p{color:#e5e7ebb3;font-size:.9rem}@media (max-width: 768px){.footer-content{flex-direction:column;align-items:center}.footer-section{text-align:center}.footer-section h3:after{left:50%;transform:translate(-50%)}.contact-info-item{justify-content:center}}.footer-section a,.contact-info-item{transition:all .3s ease}.footer-section a:hover{opacity:.9}.contact-info-item:hover i{transform:scale(1.1)}
