Fix Your Oahu Roof Today—Free Inspection!

Expert Repairs, Insurance Claims, & Storm Damage Solutions for Oahu Homeowners

Serving Oahu—Waikiki, Kailua, Honolulu & More

Why Choose Oahu Roof Support?

“Oahu Roof Support saved my claim—fast and professional!” – Jane D., Honolulu

* { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: Arial, sans-serif; background-color: #121212; color: white; font-size: 1rem; line-height: 1.5; -webkit-font-smoothing: antialiased; } .hero { position: relative; width: 100%; min-height: 100vh; display: flex; align-items: center; justify-content: center; text-align: center; overflow: hidden; } .background-video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; -webkit-object-fit: cover; object-fit: cover; z-index: -1; } .overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); } .vignette { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: -webkit-radial-gradient(circle, rgba(0,0,0,0) 50%, rgba(0,0,0,0.6) 100%); background: radial-gradient(circle, rgba(0,0,0,0) 50%, rgba(0,0,0,0.6) 100%); pointer-events: none; } .content { position: relative; z-index: 2; padding: 1.5rem; } h1 { font-size: 2rem; color: white; } h2 { font-size: 1.5rem; margin-bottom: 1rem; } h3 { font-size: 1.25rem; margin: 1rem 0; } .service-area { font-size: 1rem; color: #e0e0e0; margin-bottom: 1.25rem; } .cta-button { margin-top: 1.25rem; padding: 0.75rem 1.5rem; font-size: 1rem; color: white; background-color: red; border: none; cursor: pointer; transition: background-color 0.3s; text-decoration: none; display: inline-block; min-width: 44px; min-height: 44px; } .cta-button:hover { background-color: darkred; } .secondary { background-color: #444; margin-left: 0.5rem; } .secondary:hover { background-color: #666; } .section { padding: 1.5rem; text-align: center; background-color: #1a1a1a; margin: 0.625rem 0; } .gallery { display: flex; justify-content: center; gap: 1rem; margin: 1rem 0; } .gallery-img { width: 300px; height: auto; border-radius: 5px; } .testimonials { font-style: italic; color: #e0e0e0; margin-top: 1rem; } .footer { background-color: #1a1a1a; text-align: center; padding: 0.625rem; position: relative; } .sticky-cta { position: fixed; bottom: 20px; left: 50%; transform: translateX(-50%); z-index: 1000; } .modal { display: none; position: fixed; z-index: 1001; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; background-color: rgba(0,0,0,0.4); } .modal-content { background-color: #1a1a1a; margin: 15% auto; padding: 1.5rem; border: 1px solid #888; width: 80%; max-width: 500px; border-radius: 5px; position: relative; } .close { color: #aaa; float: right; font-size: 28px; font-weight: bold; } .close:hover, .close:focus { color: white; text-decoration: none; cursor: pointer; } .funnel-step { text-align: center; } select, input { width: 100%; padding: 0.5rem; margin: 0.5rem 0; border: 1px solid #444; background-color: #121212; color: white; border-radius: 4px; } button[type="submit"] { margin-top: 1rem; } @media (max-width: 768px) { h1 { font-size: 1.5rem; } h2 { font-size: 1.25rem; } h3 { font-size: 1.1rem; } .cta-button { font-size: 0.9rem; padding: 0.5rem 1rem; } .content { padding: 1rem; } .gallery { flex-direction: column; } .gallery-img { width: 100%; } .modal-content { margin: 20% auto; width: 90%; } } @media (max-width: 480px) { h1 { font-size: 1.25rem; } h2 { font-size: 1.1rem; } h3 { font-size: 1rem; } .cta-button { font-size: 0.8rem; padding: 0.4rem 0.8rem; } }