/* Locksmith Ninja Perth - Main Stylesheet */
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Open Sans', 'Segoe UI', Arial, sans-serif; line-height: 1.7; color: #333; background: #fff; }
a { text-decoration: none; color: inherit; transition: all 0.3s ease; }
img { max-width: 100%; height: auto; display: block; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }

/* Top Bar */
.top-bar { background: #0a0a0a; color: #fff; padding: 8px 0; font-size: 14px; }
.top-bar .container { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; }
.top-bar .info span { margin-right: 18px; }
.top-bar .info i { color: #f5b301; margin-right: 6px; }
.top-bar .socials a { margin-left: 10px; color: #fff; font-size: 15px; }
.top-bar .socials a:hover { color: #f5b301; }

/* Header / Navigation */
.header { background: #fff; box-shadow: 0 2px 10px rgba(0,0,0,0.08); position: sticky; top: 0; z-index: 999; }
.nav-wrap { display: flex; justify-content: space-between; align-items: center; padding: 12px 0; }
.logo img { max-height: 70px; }
.nav-menu { display: flex; align-items: center; gap: 25px; list-style: none; }
.nav-menu li { position: relative; }
.nav-menu > li > a { font-weight: 600; color: #1a1a2e; padding: 10px 0; display: block; }
.nav-menu > li > a:hover, .nav-menu > li > a.active { color: #f5b301; }
.nav-menu .dropdown { position: absolute; top: 100%; left: 0; background: #fff; box-shadow: 0 5px 20px rgba(0,0,0,0.15); min-width: 250px; padding: 10px 0; opacity: 0; visibility: hidden; transform: translateY(10px); transition: all 0.3s ease; list-style: none; }
.nav-menu li:hover .dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
.dropdown li a { padding: 10px 20px; display: block; color: #333; }
.dropdown li a:hover { background: #f5b301; color: #fff; }
.btn-call { background: #f5b301; color: #1a1a2e !important; padding: 10px 22px !important; border-radius: 30px; font-weight: 700; }
.btn-call:hover { background: #1a1a2e; color: #fff !important; }
.menu-toggle { display: none; background: none; border: none; font-size: 26px; cursor: pointer; color: #1a1a2e; }

/* Hero */
.hero { background: linear-gradient(rgba(10,10,30,0.78), rgba(10,10,30,0.85)), url('https://images.unsplash.com/photo-1622030411594-c7be8755ce69?auto=format&fit=crop&w=1600&q=80') center/cover no-repeat; color: #fff; padding: 100px 0; text-align: center; }
.hero h1 { font-size: 3em; margin-bottom: 18px; line-height: 1.2; }
.hero h1 span { color: #f5b301; }
.hero p { font-size: 1.15em; max-width: 800px; margin: 0 auto 30px; }
.hero-buttons { display: flex; justify-content: center; gap: 15px; flex-wrap: wrap; }
.btn { display: inline-block; padding: 14px 32px; border-radius: 30px; font-weight: 700; cursor: pointer; border: none; }
.btn-primary { background: #f5b301; color: #1a1a2e; }
.btn-primary:hover { background: #fff; color: #1a1a2e; }
.btn-outline { background: transparent; color: #fff; border: 2px solid #fff; }
.btn-outline:hover { background: #fff; color: #1a1a2e; }

/* Sections */
section { padding: 70px 0; }
.section-title { text-align: center; margin-bottom: 50px; }
.section-title h2 { font-size: 2.4em; color: #1a1a2e; margin-bottom: 12px; }
.section-title h2 span { color: #f5b301; }
.section-title p { color: #666; max-width: 700px; margin: 0 auto; }

/* About preview */
.about-preview { background: #f9f9f9; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.about-grid img { border-radius: 10px; box-shadow: 0 10px 30px rgba(0,0,0,0.15); }
.about-grid h3 { color: #f5b301; font-size: 1.1em; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 10px; }
.about-grid h2 { font-size: 2.2em; color: #1a1a2e; margin-bottom: 20px; line-height: 1.3; }
.about-grid p { margin-bottom: 16px; color: #555; }
.about-grid ul { list-style: none; margin: 20px 0; }
.about-grid ul li { padding: 6px 0; color: #444; }
.about-grid ul li::before { content: "✓"; color: #f5b301; font-weight: bold; margin-right: 10px; }

/* Services */
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.service-card { background: #fff; border-radius: 12px; box-shadow: 0 5px 25px rgba(0,0,0,0.08); padding: 35px 25px; text-align: center; transition: all 0.3s ease; border-top: 4px solid #f5b301; }
.service-card:hover { transform: translateY(-8px); box-shadow: 0 15px 40px rgba(0,0,0,0.15); }
.service-card .icon { width: 70px; height: 70px; background: #1a1a2e; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; color: #f5b301; font-size: 30px; }
.service-card h3 { color: #1a1a2e; font-size: 1.25em; margin-bottom: 12px; }
.service-card p { color: #666; margin-bottom: 18px; font-size: 0.95em; }
.service-card a.read-more { color: #f5b301; font-weight: 700; }
.service-card a.read-more:hover { color: #1a1a2e; }

/* Why choose us */
.why-us { background: #1a1a2e; color: #fff; }
.why-us .section-title h2 { color: #fff; }
.why-us .section-title p { color: #ccc; }
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
.why-card { text-align: center; padding: 25px; }
.why-card .icon { font-size: 45px; color: #f5b301; margin-bottom: 18px; }
.why-card h4 { font-size: 1.15em; margin-bottom: 10px; }
.why-card p { color: #bbb; font-size: 0.95em; }

/* CTA */
.cta-section { background: linear-gradient(135deg, #f5b301 0%, #ffd166 100%); color: #1a1a2e; text-align: center; padding: 60px 20px; }
.cta-section h2 { font-size: 2.2em; margin-bottom: 12px; }
.cta-section p { font-size: 1.1em; margin-bottom: 24px; }
.cta-section .btn { background: #1a1a2e; color: #fff; }
.cta-section .btn:hover { background: #fff; color: #1a1a2e; }

/* Testimonials */
.testimonials { background: #f9f9f9; }
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.testi-card { background: #fff; padding: 30px; border-radius: 10px; box-shadow: 0 5px 20px rgba(0,0,0,0.08); }
.testi-card .stars { color: #f5b301; margin-bottom: 12px; }
.testi-card p { font-style: italic; color: #555; margin-bottom: 18px; }
.testi-card .author { font-weight: 700; color: #1a1a2e; }
.testi-card .author small { display: block; font-weight: 400; color: #888; }

/* Footer */
.footer { background: #0a0a1a; color: #ccc; padding: 60px 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: 35px; padding-bottom: 40px; }
.footer-col h4 { color: #fff; font-size: 1.15em; margin-bottom: 20px; position: relative; padding-bottom: 10px; }
.footer-col h4::after { content: ""; position: absolute; left: 0; bottom: 0; width: 40px; height: 3px; background: #f5b301; }
.footer-col p { color: #aaa; margin-bottom: 12px; font-size: 0.95em; }
.footer-col ul { list-style: none; }
.footer-col ul li { padding: 6px 0; }
.footer-col ul li a { color: #aaa; }
.footer-col ul li a:hover { color: #f5b301; padding-left: 5px; }
.footer-col .socials a { display: inline-block; width: 36px; height: 36px; background: #1a1a2e; border-radius: 50%; text-align: center; line-height: 36px; margin-right: 8px; color: #fff; }
.footer-col .socials a:hover { background: #f5b301; color: #1a1a2e; }
.footer-bottom { background: #050510; text-align: center; padding: 18px; font-size: 0.9em; color: #888; }
.footer-bottom a { color: #f5b301; }

/* Page banner */
.page-banner { background: linear-gradient(rgba(10,10,30,0.85), rgba(10,10,30,0.85)), url('https://images.unsplash.com/photo-1558618666-fcd25c85cd64?auto=format&fit=crop&w=1600&q=80') center/cover no-repeat; color: #fff; padding: 80px 20px; text-align: center; }
.page-banner h1 { font-size: 2.6em; margin-bottom: 10px; }
.page-banner p a { color: #f5b301; }

/* Service detail */
.service-detail { padding: 70px 0; }
.service-detail-grid { display: grid; grid-template-columns: 2fr 1fr; gap: 40px; }
.service-content h2 { color: #1a1a2e; font-size: 2em; margin-bottom: 18px; }
.service-content h3 { color: #1a1a2e; font-size: 1.4em; margin: 25px 0 12px; }
.service-content p { margin-bottom: 16px; color: #555; }
.service-content ul { margin: 15px 0 20px 20px; color: #555; }
.service-content ul li { margin-bottom: 8px; }
.service-content img { border-radius: 10px; margin: 20px 0; }
.sidebar { background: #f9f9f9; padding: 30px; border-radius: 10px; }
.sidebar h4 { color: #1a1a2e; margin-bottom: 18px; padding-bottom: 10px; border-bottom: 2px solid #f5b301; }
.sidebar ul { list-style: none; }
.sidebar ul li a { display: block; padding: 10px 0; color: #555; border-bottom: 1px solid #eee; }
.sidebar ul li a:hover { color: #f5b301; padding-left: 8px; }
.sidebar .contact-box { background: #1a1a2e; color: #fff; padding: 25px; border-radius: 10px; text-align: center; margin-top: 25px; }
.sidebar .contact-box h4 { color: #fff; border: none; }
.sidebar .contact-box .btn { margin-top: 12px; }

/* Contact */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.contact-info-box { background: #f9f9f9; padding: 35px; border-radius: 10px; }
.contact-info-box h3 { color: #1a1a2e; margin-bottom: 20px; }
.contact-item { display: flex; gap: 15px; margin-bottom: 22px; }
.contact-item .icon { width: 50px; height: 50px; background: #f5b301; color: #1a1a2e; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 20px; flex-shrink: 0; }
.contact-item h4 { color: #1a1a2e; margin-bottom: 4px; }
.contact-item p { color: #555; margin: 0; }
.contact-form { background: #fff; padding: 35px; border-radius: 10px; box-shadow: 0 5px 25px rgba(0,0,0,0.08); }
.contact-form h3 { color: #1a1a2e; margin-bottom: 20px; }
.form-group { margin-bottom: 18px; }
.form-group input, .form-group textarea { width: 100%; padding: 12px 15px; border: 1px solid #ddd; border-radius: 6px; font-family: inherit; font-size: 15px; }
.form-group textarea { resize: vertical; min-height: 130px; }
.form-group input:focus, .form-group textarea:focus { outline: none; border-color: #f5b301; }

.map-section iframe { width: 100%; border-radius: 10px; }

/* FAQ */
.faq-item { background: #fff; margin-bottom: 12px; border-radius: 8px; box-shadow: 0 2px 10px rgba(0,0,0,0.06); overflow: hidden; }
.faq-q { padding: 18px 22px; font-weight: 700; color: #1a1a2e; cursor: pointer; display: flex; justify-content: space-between; align-items: center; }
.faq-q::after { content: "+"; font-size: 22px; color: #f5b301; }
.faq-item.active .faq-q::after { content: "−"; }
.faq-a { padding: 0 22px; max-height: 0; overflow: hidden; transition: all 0.3s ease; color: #555; }
.faq-item.active .faq-a { padding: 0 22px 18px; max-height: 300px; }

/* Floating call button */
.float-call { position: fixed; bottom: 25px; right: 25px; background: #f5b301; color: #1a1a2e; width: 60px; height: 60px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 26px; box-shadow: 0 5px 20px rgba(0,0,0,0.3); z-index: 998; animation: pulse 2s infinite; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(245,179,1,0.7); } 70% { box-shadow: 0 0 0 15px rgba(245,179,1,0); } 100% { box-shadow: 0 0 0 0 rgba(245,179,1,0); } }

/* Responsive */
@media(max-width: 992px) {
  .services-grid, .why-grid, .testi-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .about-grid, .service-detail-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero h1 { font-size: 2.2em; }
}
@media(max-width: 768px) {
  .menu-toggle { display: block; }
  .nav-menu { position: absolute; top: 100%; left: 0; right: 0; background: #fff; flex-direction: column; padding: 15px 20px; box-shadow: 0 5px 20px rgba(0,0,0,0.15); display: none; }
  .nav-menu.active { display: flex; }
  .nav-menu li { width: 100%; }
  .nav-menu .dropdown { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; padding-left: 15px; display: none; }
  .nav-menu li.open .dropdown { display: block; }
  .services-grid, .why-grid, .testi-grid, .footer-grid { grid-template-columns: 1fr; }
  .hero { padding: 70px 0; }
  .hero h1 { font-size: 1.8em; }
  .top-bar .container { justify-content: center; text-align: center; }
}
