/* ===========================
   LOCKSMITH NINJA PERTH - CSS
   =========================== */

/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&family=Open+Sans:wght@400;500;600&display=swap');

/* Reset & Base */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Open Sans', sans-serif;
  color: #333;
  line-height: 1.7;
  background: #fff;
}
a { text-decoration: none; color: inherit; transition: all 0.3s; }
ul { list-style: none; }
img { max-width: 100%; height: auto; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.section-header { text-align: center; margin-bottom: 50px; }
.section-header h2 { font-family: 'Montserrat', sans-serif; font-size: 2rem; font-weight: 800; color: #1a2744; margin-bottom: 12px; }
.section-header p { font-size: 1.05rem; color: #666; max-width: 700px; margin: 0 auto; }
.mt-2 { margin-top: 16px; }

/* Colors */
:root {
  --navy: #1a2744;
  --navy-dark: #111d36;
  --orange: #f5a623;
  --orange-dark: #e0941b;
  --white: #ffffff;
  --gray-light: #f5f7fa;
  --gray: #e0e0e0;
  --text: #333333;
}

/* ====== TOP BAR ====== */
.top-bar {
  background: var(--navy-dark);
  color: #ccc;
  font-size: 0.82rem;
  padding: 8px 0;
  border-bottom: 2px solid var(--orange);
}
.top-bar .container { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 8px; }
.top-bar-left, .top-bar-right { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.top-bar a { color: #ccc; }
.top-bar a:hover { color: var(--orange); }
.top-bar i { color: var(--orange); margin-right: 5px; }
.social-icons { display: flex; gap: 10px; }
.social-icons a {
  width: 28px; height: 28px;
  background: rgba(255,255,255,0.1);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: #ccc; font-size: 0.75rem;
  transition: all 0.3s;
}
.social-icons a:hover { background: var(--orange); color: #fff; }

/* ====== HEADER ====== */
.main-header {
  background: var(--navy);
  padding: 14px 0;
  position: sticky; top: 0; z-index: 999;
  box-shadow: 0 2px 10px rgba(0,0,0,0.3);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.logo img { height: 65px; width: auto; }
.header-center { display: flex; align-items: center; gap: 10px; }
.header-info-box {
  display: flex; align-items: center; gap: 12px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.15);
  padding: 10px 18px; border-radius: 6px; color: #fff;
}
.header-info-box i { font-size: 1.8rem; color: var(--orange); }
.header-info-box strong { font-size: 0.9rem; line-height: 1.4; font-family: 'Montserrat', sans-serif; letter-spacing: 0.5px; }
.emergency-badge { text-align: right; }
.badge-label { display: block; color: #aaa; font-size: 0.78rem; margin-bottom: 4px; }
.phone-number {
  color: var(--orange);
  font-family: 'Montserrat', sans-serif;
  font-size: 1.4rem;
  font-weight: 800;
  letter-spacing: 1px;
}
.phone-number i { margin-right: 6px; }
.phone-number:hover { color: #fff; }
.mobile-menu-toggle {
  display: none; background: var(--orange); border: none; color: #fff;
  padding: 8px 14px; border-radius: 4px; font-size: 1.2rem; cursor: pointer;
}

/* ====== NAV ====== */
.main-nav {
  background: var(--navy-dark);
  border-bottom: 3px solid var(--orange);
}
.nav-list { display: flex; align-items: center; gap: 2px; }
.nav-list > li { position: relative; }
.nav-list > li > a {
  display: block; padding: 16px 18px; color: #e0e0e0;
  font-family: 'Montserrat', sans-serif; font-size: 0.82rem; font-weight: 700;
  letter-spacing: 0.8px; text-transform: uppercase;
  transition: all 0.3s;
}
.nav-list > li > a:hover, .nav-list > li > a.active { color: var(--orange); }
.nav-cta {
  background: var(--orange) !important; color: #fff !important;
  padding: 10px 22px !important; border-radius: 4px; margin-left: 6px;
}
.nav-cta:hover { background: var(--orange-dark) !important; }
.dropdown {
  display: none; position: absolute; top: 100%; left: 0;
  background: var(--navy); min-width: 260px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.4);
  border-top: 3px solid var(--orange); z-index: 1000;
}
.dropdown li a {
  display: block; padding: 12px 20px;
  color: #ccc; font-size: 0.88rem;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  transition: all 0.3s;
}
.dropdown li a:hover { background: rgba(245,166,35,0.15); color: var(--orange); padding-left: 28px; }
.has-dropdown:hover .dropdown { display: block; }

/* ====== HERO ====== */
.hero {
  position: relative;
  background: linear-gradient(135deg, var(--navy) 0%, #0d1a38 60%, #1a2744 100%);
  padding: 80px 0;
  overflow: hidden;
  min-height: 680px;
}
.hero::before {
  content: '';
  position: absolute; inset: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="20" cy="80" r="40" fill="rgba(245,166,35,0.04)"/><circle cx="80" cy="20" r="60" fill="rgba(245,166,35,0.03)"/></svg>') no-repeat center;
  background-size: cover;
}
.hero-content { display: grid; grid-template-columns: 1fr 400px; gap: 50px; align-items: start; position: relative; z-index: 1; }
.hero-text h1 { font-family: 'Montserrat', sans-serif; font-size: 2.6rem; font-weight: 800; color: var(--orange); line-height: 1.2; margin-bottom: 14px; }
.hero-subtitle { font-size: 1.15rem; font-weight: 600; color: #fff; margin-bottom: 16px; }
.hero-text p { color: #c0c8d8; margin-bottom: 20px; font-size: 0.98rem; }
.hero-badges { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 28px; }
.hero-badges span {
  background: rgba(245,166,35,0.15);
  border: 1px solid rgba(245,166,35,0.4);
  color: var(--orange); font-size: 0.82rem; font-weight: 600;
  padding: 6px 14px; border-radius: 20px;
}
.hero-badges i { margin-right: 5px; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; }

/* ====== BUTTONS ====== */
.btn-primary {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--orange); color: #fff;
  padding: 14px 28px; border-radius: 6px;
  font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 0.9rem;
  text-transform: uppercase; letter-spacing: 0.5px;
  transition: all 0.3s; border: 2px solid var(--orange);
}
.btn-primary:hover { background: var(--orange-dark); border-color: var(--orange-dark); color: #fff; transform: translateY(-2px); box-shadow: 0 5px 15px rgba(245,166,35,0.4); }
.btn-outline {
  display: inline-flex; align-items: center; gap: 8px;
  background: transparent; color: #fff;
  padding: 14px 28px; border-radius: 6px;
  font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 0.9rem;
  text-transform: uppercase; letter-spacing: 0.5px;
  border: 2px solid rgba(255,255,255,0.5); transition: all 0.3s;
}
.btn-outline:hover { background: #fff; color: var(--navy); border-color: #fff; }
.btn-emergency {
  display: inline-flex; align-items: center; gap: 8px;
  background: #e53e3e; color: #fff;
  padding: 14px 28px; border-radius: 6px;
  font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 0.9rem;
  text-transform: uppercase; letter-spacing: 0.5px;
  border: 2px solid #e53e3e; transition: all 0.3s;
}
.btn-emergency:hover { background: #c53030; border-color: #c53030; color: #fff; transform: translateY(-2px); }
.btn-large { padding: 18px 36px; font-size: 1rem; }

/* ====== HERO FORM ====== */
.hero-form {
  background: var(--navy);
  border: 2px solid rgba(245,166,35,0.3);
  border-radius: 10px; overflow: hidden;
  box-shadow: 0 20px 50px rgba(0,0,0,0.4);
}
.form-header {
  background: var(--navy-dark);
  padding: 20px 28px; text-align: center;
  border-bottom: 2px solid var(--orange);
}
.form-header i { color: var(--orange); font-size: 1.5rem; margin-bottom: 6px; display: block; }
.form-header h3 { font-family: 'Montserrat', sans-serif; color: #aaa; font-size: 1.4rem; font-style: italic; font-weight: 400; }
.form-header h3 span { color: var(--orange); font-style: normal; font-weight: 800; }
.hero-form form { padding: 24px; display: flex; flex-direction: column; gap: 12px; }
.hero-form input, .hero-form select, .hero-form textarea {
  width: 100%; padding: 12px 16px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 5px; color: #fff; font-size: 0.9rem;
  font-family: 'Open Sans', sans-serif;
  transition: border-color 0.3s;
}
.hero-form input::placeholder, .hero-form select, .hero-form textarea::placeholder { color: #888; }
.hero-form select option { background: var(--navy); color: #fff; }
.hero-form textarea { height: 80px; resize: vertical; }
.hero-form input:focus, .hero-form select:focus, .hero-form textarea:focus {
  outline: none; border-color: var(--orange);
  background: rgba(255,255,255,0.12);
}
.btn-form {
  background: var(--orange); color: #fff; border: none; padding: 14px;
  border-radius: 5px; font-family: 'Montserrat', sans-serif;
  font-weight: 700; font-size: 0.95rem; text-transform: uppercase;
  letter-spacing: 1px; cursor: pointer; transition: all 0.3s;
}
.btn-form:hover { background: var(--orange-dark); transform: translateY(-1px); }

/* ====== SERVICE ICONS BAR ====== */
.service-icons-bar { background: var(--navy-dark); padding: 0; }
.service-icons-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.service-icon-item {
  display: flex; flex-direction: column; align-items: center; gap: 10px;
  padding: 30px 20px; border-right: 1px solid rgba(255,255,255,0.08);
  transition: all 0.3s; color: #fff;
}
.service-icon-item:last-child { border-right: none; }
.service-icon-item:hover { background: rgba(245,166,35,0.1); }
.service-icon-item span { font-family: 'Montserrat', sans-serif; font-size: 0.78rem; font-weight: 700; letter-spacing: 1px; color: #ccc; text-transform: uppercase; text-align: center; }
.icon-circle {
  width: 80px; height: 80px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.8rem; color: #fff;
  background-size: cover;
}
.emergency-icon { background: radial-gradient(circle, #e53e3e, #c53030); }
.digital-icon { background: radial-gradient(circle, #667eea, #764ba2); }
.commercial-icon { background: radial-gradient(circle, #43b89c, #2d8b72); }
.repair-icon { background: radial-gradient(circle, #f5a623, #e0941b); }

/* ====== ABOUT SECTION ====== */
.about-section { padding: 80px 0; background: #fff; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; }
.about-col h2 { font-family: 'Montserrat', sans-serif; font-size: 1.6rem; font-weight: 800; color: var(--navy); margin-bottom: 18px; }
.about-col p { color: #555; margin-bottom: 16px; font-size: 0.97rem; }

/* ====== WHY CHOOSE US ====== */
.why-us { padding: 80px 0; background: var(--gray-light); }
.why-us-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-bottom: 40px; }
.why-card {
  background: #fff; padding: 36px 28px; border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.07);
  border-bottom: 3px solid transparent; transition: all 0.3s;
  text-align: center;
}
.why-card:hover { border-bottom-color: var(--orange); transform: translateY(-4px); box-shadow: 0 10px 30px rgba(0,0,0,0.12); }
.why-card i { font-size: 2.5rem; color: var(--orange); margin-bottom: 18px; display: block; }
.why-card h3 { font-family: 'Montserrat', sans-serif; font-size: 1.05rem; font-weight: 700; color: var(--navy); margin-bottom: 10px; }
.why-card p { color: #666; font-size: 0.92rem; }
.why-us-cta { text-align: center; }
.why-us-cta p { font-family: 'Montserrat', sans-serif; font-size: 1.1rem; font-weight: 600; color: var(--navy); margin-bottom: 18px; }

/* ====== SERVICES SECTION ====== */
.services-section { padding: 80px 0; background: #fff; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.service-card {
  border: 1px solid var(--gray);
  border-radius: 10px; padding: 36px 28px;
  transition: all 0.3s; position: relative; overflow: hidden;
}
.service-card::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: var(--orange); transform: scaleX(0); transition: transform 0.3s;
}
.service-card:hover { box-shadow: 0 10px 30px rgba(0,0,0,0.12); transform: translateY(-4px); }
.service-card:hover::before { transform: scaleX(1); }
.service-icon { width: 60px; height: 60px; background: rgba(245,166,35,0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.service-icon i { font-size: 1.5rem; color: var(--orange); }
.service-card h3 { font-family: 'Montserrat', sans-serif; font-size: 1.05rem; font-weight: 700; color: var(--navy); margin-bottom: 12px; }
.service-card h3 a { color: var(--navy); }
.service-card h3 a:hover { color: var(--orange); }
.service-card p { color: #666; font-size: 0.92rem; margin-bottom: 18px; }
.service-link { color: var(--orange); font-weight: 600; font-size: 0.88rem; display: flex; align-items: center; gap: 6px; }
.service-link:hover { gap: 10px; }

/* ====== CTA BANNER ====== */
.cta-banner { background: var(--navy); padding: 80px 0; }
.cta-content { display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: center; }
.cta-text h2 { font-family: 'Montserrat', sans-serif; font-size: 1.8rem; font-weight: 800; color: var(--orange); margin-bottom: 18px; }
.cta-text p { color: #c0c8d8; margin-bottom: 20px; font-size: 0.97rem; }
.cta-list { margin-bottom: 30px; }
.cta-list li { color: #c0c8d8; margin-bottom: 8px; font-size: 0.95rem; }
.cta-list i { color: var(--orange); margin-right: 8px; }
.cta-logo-box { text-align: center; }
.cta-logo-img { max-width: 260px; margin-bottom: 24px; filter: brightness(0) invert(1); opacity: 0.9; }
.cta-stats { display: flex; gap: 20px; justify-content: center; }
.stat { text-align: center; }
.stat-num { display: block; font-family: 'Montserrat', sans-serif; font-size: 1.8rem; font-weight: 800; color: var(--orange); }
.stat-num small { font-size: 0.9rem; }
.stat span:last-child { color: #aaa; font-size: 0.78rem; text-transform: uppercase; letter-spacing: 1px; display: block; }

/* ====== DIGITAL LOCKS HIGHLIGHT ====== */
.digital-locks-highlight { padding: 80px 0; background: var(--gray-light); }
.digital-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.digital-text h2 { font-family: 'Montserrat', sans-serif; font-size: 1.8rem; font-weight: 800; color: var(--navy); margin-bottom: 18px; }
.digital-text p { color: #555; margin-bottom: 18px; font-size: 0.97rem; }
.feature-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 18px; }
.feature-tags span {
  background: var(--navy); color: #fff;
  padding: 8px 16px; border-radius: 20px; font-size: 0.82rem;
  display: flex; align-items: center; gap: 6px;
}
.feature-tags i { color: var(--orange); }
.digital-brands { background: #fff; padding: 36px; border-radius: 10px; box-shadow: 0 4px 20px rgba(0,0,0,0.07); }
.digital-brands h3 { font-family: 'Montserrat', sans-serif; font-size: 1.2rem; font-weight: 700; color: var(--navy); margin-bottom: 20px; text-align: center; }
.brand-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.brand-item {
  display: flex; flex-direction: column; align-items: center; gap: 6px;
  padding: 16px 8px; border: 1px solid var(--gray); border-radius: 8px;
  text-align: center; transition: all 0.3s;
}
.brand-item:hover { border-color: var(--orange); background: rgba(245,166,35,0.05); }
.brand-item i { font-size: 1.5rem; color: var(--orange); }
.brand-item span { font-size: 0.78rem; font-weight: 600; color: var(--navy); }

/* ====== TESTIMONIALS ====== */
.testimonials { padding: 80px 0; background: #fff; }
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.testimonial-card {
  background: var(--gray-light); border-radius: 10px; padding: 32px 28px;
  border-left: 4px solid var(--orange); transition: all 0.3s;
  position: relative;
}
.testimonial-card::before {
  content: '"'; font-size: 5rem; color: var(--orange); opacity: 0.15;
  position: absolute; top: -10px; right: 20px;
  font-family: Georgia, serif; line-height: 1;
}
.testimonial-card:hover { transform: translateY(-4px); box-shadow: 0 10px 30px rgba(0,0,0,0.1); }
.stars { color: var(--orange); font-size: 1.1rem; margin-bottom: 12px; letter-spacing: 2px; }
.testimonial-card h3 { font-family: 'Montserrat', sans-serif; font-size: 1rem; font-weight: 700; color: var(--navy); margin-bottom: 10px; }
.testimonial-card p { color: #666; font-size: 0.92rem; font-style: italic; margin-bottom: 18px; }
.reviewer { display: flex; align-items: center; gap: 8px; color: var(--navy); font-size: 0.88rem; }
.reviewer i { font-size: 1.5rem; color: var(--orange); }

/* ====== FAQ SECTION ====== */
.faq-section { padding: 80px 0; background: var(--gray-light); }
.faq-grid { max-width: 900px; margin: 0 auto; display: flex; flex-direction: column; gap: 14px; }
.faq-item { background: #fff; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 10px rgba(0,0,0,0.06); }
.faq-question {
  display: flex; justify-content: space-between; align-items: center;
  padding: 20px 28px; cursor: pointer; transition: all 0.3s;
}
.faq-question span { font-family: 'Montserrat', sans-serif; font-size: 1rem; font-weight: 600; color: var(--navy); }
.faq-question i { color: var(--orange); font-size: 0.9rem; transition: transform 0.3s; }
.faq-question:hover { background: rgba(245,166,35,0.05); }
.faq-question.open { background: rgba(245,166,35,0.08); }
.faq-question.open i { transform: rotate(45deg); }
.faq-answer { display: none; padding: 0 28px 22px; border-top: 1px solid var(--gray); }
.faq-answer p { color: #666; font-size: 0.93rem; padding-top: 16px; }

/* ====== MAP CONTACT ====== */
.map-contact { padding: 80px 0; background: #fff; }
.map-contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: start; }
.map-col h2, .contact-col h2 { font-family: 'Montserrat', sans-serif; font-size: 1.6rem; font-weight: 800; color: var(--navy); margin-bottom: 22px; }
.map-embed { border-radius: 10px; overflow: hidden; box-shadow: 0 4px 20px rgba(0,0,0,0.1); }
.contact-details { margin-bottom: 28px; }
.contact-item { display: flex; gap: 18px; align-items: flex-start; margin-bottom: 22px; }
.contact-item i { font-size: 1.5rem; color: var(--orange); min-width: 30px; margin-top: 4px; }
.contact-item strong { font-family: 'Montserrat', sans-serif; font-size: 0.9rem; color: var(--navy); display: block; margin-bottom: 4px; }
.contact-item p { color: #555; font-size: 0.93rem; }
.contact-item a { color: var(--orange); font-weight: 600; }
.contact-item a:hover { color: var(--navy); }

/* ====== FOOTER ====== */
.main-footer { background: var(--navy-dark); color: #ccc; }
.footer-top { padding: 70px 0 40px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: 40px; }
.footer-logo { max-width: 160px; margin-bottom: 18px; filter: brightness(0) invert(1); opacity: 0.9; }
.footer-col p { font-size: 0.88rem; color: #999; line-height: 1.8; margin-bottom: 8px; }
.footer-col p i { color: var(--orange); margin-right: 8px; }
.footer-col p a { color: #999; }
.footer-col p a:hover { color: var(--orange); }
.footer-social { display: flex; gap: 10px; margin-top: 18px; }
.footer-social a {
  width: 36px; height: 36px; border-radius: 50%;
  background: rgba(255,255,255,0.08); display: flex; align-items: center;
  justify-content: center; color: #ccc; font-size: 0.85rem; transition: all 0.3s;
  border: 1px solid rgba(255,255,255,0.12);
}
.footer-social a:hover { background: var(--orange); color: #fff; border-color: var(--orange); }
.footer-col h3 { font-family: 'Montserrat', sans-serif; font-size: 1rem; font-weight: 700; color: #fff; margin-bottom: 18px; padding-bottom: 10px; border-bottom: 2px solid var(--orange); display: inline-block; }
.footer-col ul li { margin-bottom: 10px; }
.footer-col ul li a { color: #999; font-size: 0.88rem; transition: all 0.3s; display: flex; align-items: center; gap: 6px; }
.footer-col ul li a::before { content: '›'; color: var(--orange); font-size: 1.1rem; }
.footer-col ul li a:hover { color: var(--orange); padding-left: 5px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.08); padding: 18px 0; text-align: center; }
.footer-bottom p { font-size: 0.82rem; color: #777; }
.footer-bottom a { color: #999; }
.footer-bottom a:hover { color: var(--orange); }

/* ====== FLOATING CALL ====== */
.floating-call {
  position: fixed; bottom: 28px; right: 28px; z-index: 9999;
  display: flex; align-items: center; gap: 10px;
  background: var(--orange); color: #fff;
  padding: 14px 22px; border-radius: 50px;
  box-shadow: 0 6px 25px rgba(245,166,35,0.5);
  font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 0.9rem;
  transition: all 0.3s; animation: pulse 2s infinite;
}
.floating-call:hover { background: var(--orange-dark); color: #fff; transform: scale(1.05); }
.floating-call i { font-size: 1rem; }
@keyframes pulse { 0%,100%{box-shadow:0 6px 25px rgba(245,166,35,0.5)} 50%{box-shadow:0 6px 35px rgba(245,166,35,0.8)} }

/* ====== PAGE HERO (Inner Pages) ====== */
.page-hero {
  background: linear-gradient(135deg, var(--navy) 0%, #0d1a38 100%);
  padding: 70px 0; text-align: center; position: relative; overflow: hidden;
}
.page-hero::after {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 4px;
  background: var(--orange);
}
.page-hero h1 { font-family: 'Montserrat', sans-serif; font-size: 2.4rem; font-weight: 800; color: #fff; margin-bottom: 14px; }
.page-hero p { color: #c0c8d8; font-size: 1.05rem; max-width: 600px; margin: 0 auto 20px; }
.breadcrumb { display: flex; justify-content: center; gap: 10px; font-size: 0.85rem; }
.breadcrumb a { color: var(--orange); }
.breadcrumb span { color: #aaa; }

/* ====== SERVICE PAGE CONTENT ====== */
.service-content { padding: 80px 0; }
.service-layout { display: grid; grid-template-columns: 1fr 340px; gap: 50px; align-items: start; }
.service-main h2 { font-family: 'Montserrat', sans-serif; font-size: 1.6rem; font-weight: 800; color: var(--navy); margin-bottom: 16px; margin-top: 36px; }
.service-main h2:first-child { margin-top: 0; }
.service-main p { color: #555; margin-bottom: 16px; font-size: 0.97rem; }
.service-main ul { margin-bottom: 20px; padding-left: 0; }
.service-main ul li { color: #555; margin-bottom: 10px; padding-left: 24px; position: relative; font-size: 0.95rem; }
.service-main ul li::before { content: '✓'; position: absolute; left: 0; color: var(--orange); font-weight: 700; }
.service-sidebar { position: sticky; top: 20px; }
.sidebar-cta {
  background: var(--navy); color: #fff; border-radius: 10px;
  padding: 32px 28px; margin-bottom: 28px; text-align: center;
}
.sidebar-cta h3 { font-family: 'Montserrat', sans-serif; font-size: 1.1rem; font-weight: 700; margin-bottom: 14px; color: var(--orange); }
.sidebar-cta p { font-size: 0.9rem; color: #ccc; margin-bottom: 18px; }
.sidebar-phone { display: flex; align-items: center; justify-content: center; gap: 10px; background: var(--orange); color: #fff; padding: 14px 20px; border-radius: 6px; font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 1.1rem; margin-bottom: 14px; }
.sidebar-phone:hover { background: var(--orange-dark); color: #fff; }
.sidebar-services { background: var(--gray-light); border-radius: 10px; padding: 28px; }
.sidebar-services h3 { font-family: 'Montserrat', sans-serif; font-size: 1rem; font-weight: 700; color: var(--navy); margin-bottom: 16px; padding-bottom: 10px; border-bottom: 2px solid var(--orange); }
.sidebar-services ul li { margin-bottom: 10px; }
.sidebar-services ul li a { color: #555; font-size: 0.9rem; display: flex; align-items: center; gap: 8px; transition: all 0.3s; }
.sidebar-services ul li a i { color: var(--orange); font-size: 0.75rem; }
.sidebar-services ul li a:hover { color: var(--orange); padding-left: 4px; }
.highlight-box {
  background: rgba(245,166,35,0.08);
  border: 1px solid rgba(245,166,35,0.3);
  border-radius: 8px; padding: 22px 24px; margin: 28px 0;
}
.highlight-box p { color: var(--navy); font-weight: 600; margin: 0; font-size: 0.97rem; }

/* ====== ABOUT PAGE ====== */
.about-hero-section { padding: 80px 0; background: #fff; }
.about-content-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.about-img-box img { width: 100%; border-radius: 12px; box-shadow: 0 10px 40px rgba(0,0,0,0.15); }
.about-text h2 { font-family: 'Montserrat', sans-serif; font-size: 1.7rem; font-weight: 800; color: var(--navy); margin-bottom: 18px; }
.about-text p { color: #555; margin-bottom: 16px; font-size: 0.97rem; }
.team-section { padding: 80px 0; background: var(--gray-light); }
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.team-card { background: #fff; border-radius: 10px; padding: 36px 24px; text-align: center; box-shadow: 0 4px 20px rgba(0,0,0,0.07); transition: all 0.3s; }
.team-card:hover { transform: translateY(-4px); }
.team-icon { width: 80px; height: 80px; background: var(--orange); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 18px; font-size: 2rem; color: #fff; }
.team-card h3 { font-family: 'Montserrat', sans-serif; font-size: 1rem; font-weight: 700; color: var(--navy); margin-bottom: 8px; }
.team-card p { color: #666; font-size: 0.9rem; }
.values-section { padding: 80px 0; background: #fff; }
.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.value-item { text-align: center; padding: 32px 20px; border: 1px solid var(--gray); border-radius: 10px; transition: all 0.3s; }
.value-item:hover { border-color: var(--orange); box-shadow: 0 8px 25px rgba(0,0,0,0.08); }
.value-item i { font-size: 2.5rem; color: var(--orange); margin-bottom: 16px; display: block; }
.value-item h3 { font-family: 'Montserrat', sans-serif; font-size: 0.95rem; font-weight: 700; color: var(--navy); margin-bottom: 10px; }
.value-item p { color: #666; font-size: 0.88rem; }

/* ====== CONTACT PAGE ====== */
.contact-section { padding: 80px 0; background: #fff; }
.contact-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; }
.contact-form-box { background: var(--gray-light); padding: 40px; border-radius: 12px; }
.contact-form-box h2 { font-family: 'Montserrat', sans-serif; font-size: 1.5rem; font-weight: 800; color: var(--navy); margin-bottom: 22px; }
.contact-form input, .contact-form select, .contact-form textarea {
  width: 100%; padding: 14px 18px; border: 1px solid #ddd;
  border-radius: 6px; margin-bottom: 16px; font-size: 0.95rem;
  font-family: 'Open Sans', sans-serif; transition: border-color 0.3s;
  background: #fff;
}
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { outline: none; border-color: var(--orange); }
.contact-form textarea { height: 130px; resize: vertical; }
.contact-info-box h2 { font-family: 'Montserrat', sans-serif; font-size: 1.5rem; font-weight: 800; color: var(--navy); margin-bottom: 22px; }
.contact-hours { background: var(--navy); color: #fff; padding: 28px; border-radius: 10px; margin-top: 28px; }
.contact-hours h3 { font-family: 'Montserrat', sans-serif; font-size: 1rem; font-weight: 700; margin-bottom: 16px; color: var(--orange); }
.contact-hours p { color: #ccc; font-size: 0.9rem; margin-bottom: 6px; }
.map-full { margin-top: 60px; }
.map-full h2 { font-family: 'Montserrat', sans-serif; font-size: 1.5rem; font-weight: 800; color: var(--navy); margin-bottom: 20px; text-align: center; }
.map-full iframe { width: 100%; height: 420px; border-radius: 10px; box-shadow: 0 4px 20px rgba(0,0,0,0.1); }

/* ====== BLOG PAGE ====== */
.blog-section { padding: 80px 0; background: #fff; }
.blog-layout { display: grid; grid-template-columns: 1fr 320px; gap: 50px; }
.blog-grid { display: flex; flex-direction: column; gap: 36px; }
.blog-card { border: 1px solid var(--gray); border-radius: 10px; overflow: hidden; transition: all 0.3s; }
.blog-card:hover { box-shadow: 0 10px 30px rgba(0,0,0,0.1); transform: translateY(-3px); }
.blog-card-body { padding: 28px; }
.blog-meta { display: flex; gap: 16px; margin-bottom: 12px; font-size: 0.82rem; color: #999; }
.blog-meta i { color: var(--orange); margin-right: 4px; }
.blog-card h2 { font-family: 'Montserrat', sans-serif; font-size: 1.2rem; font-weight: 700; color: var(--navy); margin-bottom: 12px; }
.blog-card h2 a { color: var(--navy); }
.blog-card h2 a:hover { color: var(--orange); }
.blog-card p { color: #666; font-size: 0.93rem; margin-bottom: 18px; }
.blog-read-more { color: var(--orange); font-weight: 600; font-size: 0.88rem; display: inline-flex; align-items: center; gap: 6px; }
.blog-read-more:hover { gap: 10px; }
.blog-sidebar-widget { background: var(--gray-light); border-radius: 10px; padding: 28px; margin-bottom: 28px; }
.blog-sidebar-widget h3 { font-family: 'Montserrat', sans-serif; font-size: 1rem; font-weight: 700; color: var(--navy); margin-bottom: 18px; padding-bottom: 10px; border-bottom: 2px solid var(--orange); }
.recent-post { display: flex; flex-direction: column; gap: 4px; margin-bottom: 14px; padding-bottom: 14px; border-bottom: 1px solid #e0e0e0; }
.recent-post:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.recent-post a { font-size: 0.88rem; color: var(--navy); font-weight: 600; }
.recent-post a:hover { color: var(--orange); }
.recent-post span { font-size: 0.78rem; color: #999; }
.tag-cloud { display: flex; flex-wrap: wrap; gap: 8px; }
.tag-cloud a { background: #fff; border: 1px solid var(--gray); color: #555; font-size: 0.8rem; padding: 6px 12px; border-radius: 20px; transition: all 0.3s; }
.tag-cloud a:hover { background: var(--orange); color: #fff; border-color: var(--orange); }

/* ====== RESPONSIVE ====== */
@media (max-width: 1024px) {
  .hero-content { grid-template-columns: 1fr; }
  .hero-form { max-width: 500px; }
  .why-us-grid { grid-template-columns: repeat(2, 1fr); }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .about-content-grid, .contact-layout, .map-contact-grid, .digital-grid { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: repeat(2, 1fr); }
  .service-layout { grid-template-columns: 1fr; }
  .service-sidebar { position: static; }
  .blog-layout { grid-template-columns: 1fr; }
  .values-grid { grid-template-columns: repeat(2, 1fr); }
  .cta-content { grid-template-columns: 1fr; text-align: center; }
}
@media (max-width: 768px) {
  .top-bar-left, .top-bar-right { gap: 10px; font-size: 0.76rem; }
  .header-inner { flex-wrap: wrap; gap: 12px; }
  .header-center { display: none; }
  .logo img { height: 50px; }
  .phone-number { font-size: 1.1rem; }
  .main-nav { display: none; }
  .main-nav.open { display: block; }
  .mobile-menu-toggle { display: block; }
  .nav-list { flex-direction: column; }
  .nav-list > li > a { padding: 12px 20px; }
  .dropdown { position: static; box-shadow: none; border: none; background: rgba(0,0,0,0.2); }
  .hero { padding: 50px 0; min-height: auto; }
  .hero-text h1 { font-size: 1.8rem; }
  .service-icons-grid { grid-template-columns: repeat(2, 1fr); }
  .about-grid { grid-template-columns: 1fr; gap: 30px; }
  .why-us-grid { grid-template-columns: 1fr; }
  .services-grid { grid-template-columns: 1fr; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: 1fr; }
  .values-grid { grid-template-columns: 1fr 1fr; }
  .brand-grid { grid-template-columns: repeat(4, 1fr); }
  .floating-call span { display: none; }
  .floating-call { padding: 14px 18px; border-radius: 50%; }
}
@media (max-width: 480px) {
  .section-header h2 { font-size: 1.5rem; }
  .page-hero h1 { font-size: 1.6rem; }
  .values-grid { grid-template-columns: 1fr; }
  .brand-grid { grid-template-columns: repeat(2, 1fr); }
  .service-icons-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-cta { flex-direction: column; }
  .cta-stats { gap: 12px; }
  .feature-tags { gap: 8px; }
}

/* ====== CALL TO ACTION STRIP ====== */
.cta-strip { background: var(--orange); padding: 20px 0; }
.cta-strip .container { display: flex; justify-content: space-between; align-items: center; gap: 20px; flex-wrap: wrap; }
.cta-strip-text { font-family: 'Montserrat', sans-serif; font-size: 1rem; font-weight: 700; color: #fff; }
.cta-strip-text span { font-weight: 400; font-size: 0.88rem; display: block; color: rgba(255,255,255,0.85); }
.cta-strip a { background: var(--navy); color: #fff; padding: 12px 26px; border-radius: 5px; font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 0.88rem; text-transform: uppercase; transition: all 0.3s; }
.cta-strip a:hover { background: var(--navy-dark); }
