/*
Theme Name: MoversEmiratesAdz
Theme URI: https://moversemiratesadz.com
Author: MoversEmiratesAdz
Author URI: https://moversemiratesadz.com
Description: A professional WordPress theme purpose-built for UAE moving and relocation companies. Includes quote forms, service area pages, WhatsApp integration, trust badges, and full Elementor compatibility. Clean, fast, and mobile-first design in the MoversEmiratesAdz brand.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: moversemiratesadz
Tags: moving-company, uae, relocation, one-column, two-columns, custom-colors, custom-menu, custom-logo, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, block-editor-styles, wide-blocks, elementor
*/

/* ============================================================
   RESET & BASE
============================================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --blue:        #1a6fd4;
  --blue-dark:   #1459b0;
  --blue-deeper: #0d3d7a;
  --accent:      #ff6b35;
  --green:       #21a632;
  --text:        #1e2a3a;
  --text-mid:    #4a5a6a;
  --text-light:  #7a8a9a;
  --bg:          #f0f4f8;
  --bg2:         #e8eef5;
  --white:       #ffffff;
  --border:      #dde4ed;
  --shadow-sm:   0 2px 8px rgba(0,0,0,0.08);
  --shadow:      0 6px 28px rgba(26,111,212,0.13);
  --radius:      12px;
  --max-w:       1240px;
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Source Sans 3', 'Segoe UI', sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: var(--text);
  background: var(--white);
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--blue); text-decoration: none; transition: color .18s; }
a:hover { color: var(--blue-dark); }
ul, ol { padding-left: 1.4em; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', 'Segoe UI', sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: var(--text);
  margin-bottom: .5em;
}

h1 { font-size: clamp(28px, 4vw, 48px); }
h2 { font-size: clamp(22px, 3vw, 36px); }
h3 { font-size: clamp(18px, 2.2vw, 24px); }
h4 { font-size: 20px; }

p { margin-bottom: 1em; color: var(--text-mid); }

/* ============================================================
   GOOGLE FONTS IMPORT
============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&family=Source+Sans+3:wght@400;500;600;700&display=swap');

/* ============================================================
   LAYOUT HELPERS
============================================================ */
.container { max-width: var(--max-w); margin: 0 auto; padding: 0 24px; }
.section    { padding: 72px 0; }
.section-sm { padding: 48px 0; }
.text-center { text-align: center; }

/* ============================================================
   BUTTONS
============================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 14px;
  padding: 13px 28px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  transition: all .2s;
  text-decoration: none;
}

.btn-primary {
  background: var(--blue);
  color: #fff;
}
.btn-primary:hover {
  background: var(--blue-dark);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(26,111,212,.3);
}

.btn-accent {
  background: var(--accent);
  color: #fff;
}
.btn-accent:hover {
  background: #e5572b;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(255,107,53,.35);
}

.btn-outline {
  background: transparent;
  color: var(--blue);
  border: 2px solid var(--blue);
}
.btn-outline:hover {
  background: var(--blue);
  color: #fff;
}

.btn-white {
  background: #fff;
  color: var(--blue);
}
.btn-white:hover {
  background: var(--bg);
  color: var(--blue-dark);
  transform: translateY(-2px);
}

/* ============================================================
   SITE HEADER / NAV
============================================================ */
#masthead {
  background: var(--white);
  border-bottom: 1px solid var(--border);
  position: sticky;
  top: 0;
  z-index: 999;
  box-shadow: 0 2px 12px rgba(26,111,212,.07);
}

.site-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
}

/* Logo */
.site-branding { display: flex; align-items: center; gap: 12px; }

.site-logo-mark {
  width: 44px; height: 44px;
  background: var(--blue);
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 16px;
  flex-shrink: 0;
}

.site-logo-img { height: 44px; width: auto; }

.site-title-wrap .site-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 17px;
  color: var(--text);
  line-height: 1.1;
  margin: 0;
}

.site-title-wrap .site-description {
  font-size: 10px;
  color: var(--text-light);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  margin: 0;
}

/* Nav Menu */
#site-navigation { display: flex; align-items: center; }

.main-navigation ul {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 2px;
  padding: 0; margin: 0;
}

.main-navigation ul li a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 13.5px;
  color: var(--text-mid);
  padding: 8px 14px;
  border-radius: 7px;
  display: block;
  transition: all .16s;
}

.main-navigation ul li a:hover,
.main-navigation ul li.current-menu-item > a {
  background: var(--bg);
  color: var(--blue);
}

/* Dropdown */
.main-navigation ul li { position: relative; }

.main-navigation ul li ul {
  display: none;
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 10px;
  box-shadow: var(--shadow);
  min-width: 200px;
  flex-direction: column;
  gap: 0;
  padding: 6px;
  z-index: 100;
}

.main-navigation ul li:hover > ul { display: flex; }

.main-navigation ul li ul li a {
  border-radius: 6px;
  font-size: 13px;
  color: var(--text);
  white-space: nowrap;
}

.header-cta-group {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-phone {
  display: flex;
  align-items: center;
  gap: 7px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 13.5px;
  color: var(--text);
  padding: 8px 16px;
  border: 1.5px solid var(--border);
  border-radius: 8px;
  transition: all .16s;
}
.header-phone:hover { border-color: var(--blue); color: var(--blue); }
.header-phone .phone-icon { font-size: 15px; }

.hamburger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
  flex-direction: column;
  gap: 5px;
}
.hamburger span {
  display: block;
  width: 24px; height: 2px;
  background: var(--text);
  border-radius: 2px;
  transition: all .2s;
}

/* ============================================================
   HERO SECTION
============================================================ */
.hero-section {
  background: linear-gradient(135deg, #1a6fd4 0%, #1459b0 55%, #0d3d7a 100%);
  color: #fff;
  padding: 90px 0 80px;
  position: relative;
  overflow: hidden;
}

.hero-section::before {
  content: '';
  position: absolute;
  top: -100px; right: -100px;
  width: 500px; height: 500px;
  background: rgba(255,255,255,.04);
  border-radius: 50%;
}

.hero-section::after {
  content: '';
  position: absolute;
  bottom: -80px; left: -80px;
  width: 380px; height: 380px;
  background: rgba(255,107,53,.1);
  border-radius: 50%;
}

.hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255,255,255,.15);
  border: 1px solid rgba(255,255,255,.25);
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .8px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: 'Montserrat', sans-serif;
}

.hero-title {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(32px, 4.5vw, 54px);
  font-weight: 900;
  line-height: 1.1;
  color: #fff;
  margin-bottom: 18px;
}

.hero-title .highlight { color: #ffd166; }

.hero-desc {
  font-size: 17px;
  opacity: .88;
  line-height: 1.65;
  margin-bottom: 32px;
  color: rgba(255,255,255,.9);
}

.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }

.hero-trust {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1px solid rgba(255,255,255,.18);
}

.trust-item { text-align: center; }
.trust-num {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-weight: 900;
  color: #fff;
}
.trust-label { font-size: 11px; opacity: .7; letter-spacing: .5px; }

.hero-image-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-image-wrap img {
  border-radius: 16px;
  box-shadow: 0 24px 64px rgba(0,0,0,.25);
  width: 100%;
  max-width: 480px;
}

.hero-float-card {
  position: absolute;
  bottom: -20px;
  left: -20px;
  background: #fff;
  border-radius: 12px;
  padding: 14px 18px;
  box-shadow: var(--shadow);
  font-family: 'Montserrat', sans-serif;
}
.hfc-label { font-size: 10px; color: var(--text-light); text-transform: uppercase; letter-spacing: .8px; }
.hfc-value { font-size: 20px; font-weight: 800; color: var(--blue); margin-top: 2px; }

/* ============================================================
   SERVICES SECTION
============================================================ */
.services-section { background: var(--bg); }

.section-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--blue);
  margin-bottom: 10px;
}

.section-title {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(22px, 3vw, 36px);
  font-weight: 800;
  color: var(--text);
  margin-bottom: 14px;
}

.section-subtitle {
  font-size: 16px;
  color: var(--text-mid);
  max-width: 560px;
  margin: 0 auto 52px;
  line-height: 1.65;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.service-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 32px 28px;
  transition: all .22s;
  position: relative;
  overflow: hidden;
}

.service-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--blue);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .25s;
}

.service-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
  border-color: rgba(26,111,212,.2);
}

.service-card:hover::before { transform: scaleX(1); }

.service-icon {
  width: 56px; height: 56px;
  background: #e8f1fc;
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-size: 26px;
  margin-bottom: 18px;
}

.service-card h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.service-card p {
  font-size: 14px;
  color: var(--text-mid);
  line-height: 1.6;
  margin-bottom: 18px;
}

.service-link {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: var(--blue);
  display: flex;
  align-items: center;
  gap: 5px;
}
.service-link:hover { gap: 8px; }

/* ============================================================
   QUOTE FORM SECTION
============================================================ */
.quote-section {
  background: linear-gradient(135deg, #0d3d7a 0%, #1a6fd4 100%);
  color: #fff;
}

.quote-inner {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 64px;
  align-items: center;
}

.quote-left h2 { color: #fff; margin-bottom: 14px; }
.quote-left p { color: rgba(255,255,255,.85); line-height: 1.65; }

.quote-checklist {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.quote-checklist li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14.5px;
  color: rgba(255,255,255,.88);
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}

.quote-checklist li::before {
  content: '✓';
  width: 22px; height: 22px;
  background: rgba(255,255,255,.2);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 12px;
  font-weight: 700;
  flex-shrink: 0;
}

.quote-form-card {
  background: #fff;
  border-radius: 16px;
  padding: 36px 32px;
  box-shadow: 0 24px 64px rgba(0,0,0,.2);
}

.quote-form-card h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 800;
  color: var(--text);
  margin-bottom: 22px;
  text-align: center;
}

.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }

.form-group { margin-bottom: 14px; }

.form-group label {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 11.5px;
  font-weight: 700;
  color: var(--text-mid);
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 11px 14px;
  border: 1.5px solid var(--border);
  border-radius: 8px;
  font-family: 'Source Sans 3', sans-serif;
  font-size: 14.5px;
  color: var(--text);
  background: var(--bg);
  outline: none;
  transition: border-color .16s, box-shadow .16s;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--blue);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(26,111,212,.1);
}

.form-group textarea { resize: vertical; min-height: 90px; }

.form-submit { width: 100%; font-size: 15px; padding: 15px; justify-content: center; margin-top: 6px; }

/* ============================================================
   AREAS SECTION
============================================================ */
.areas-section { background: var(--white); }

.areas-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.area-card {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 24px 20px;
  text-align: center;
  transition: all .2s;
  cursor: pointer;
}

.area-card:hover {
  background: var(--blue);
  border-color: var(--blue);
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}

.area-card:hover h4,
.area-card:hover p { color: #fff; }

.area-icon { font-size: 32px; margin-bottom: 10px; }

.area-card h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 4px;
  transition: color .2s;
}

.area-card p {
  font-size: 12.5px;
  color: var(--text-light);
  margin: 0;
  transition: color .2s;
}

/* ============================================================
   WHY US
============================================================ */
.why-section { background: var(--bg); }

.why-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  align-items: center;
}

.why-image img {
  border-radius: 16px;
  box-shadow: var(--shadow);
  width: 100%;
}

.why-list {
  list-style: none;
  padding: 0;
  margin: 24px 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.why-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.why-icon {
  width: 48px; height: 48px;
  background: #e8f1fc;
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  font-size: 22px;
  flex-shrink: 0;
}

.why-item h4 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 4px;
}

.why-item p { font-size: 13.5px; margin: 0; }

/* ============================================================
   TESTIMONIALS
============================================================ */
.testimonials-section { background: var(--white); }

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.testimonial-card {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px 24px;
  transition: all .2s;
}

.testimonial-card:hover {
  box-shadow: var(--shadow);
  border-color: rgba(26,111,212,.2);
}

.testimonial-stars { color: #f59e0b; font-size: 15px; margin-bottom: 12px; }

.testimonial-text {
  font-size: 14.5px;
  color: var(--text-mid);
  line-height: 1.65;
  margin-bottom: 18px;
  font-style: italic;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 16px;
  border-top: 1px solid var(--border);
}

.author-avatar {
  width: 42px; height: 42px;
  background: var(--blue);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 15px;
  color: #fff;
  flex-shrink: 0;
}

.author-name {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: var(--text);
}

.author-location {
  font-size: 12px;
  color: var(--text-light);
  margin-top: 1px;
}

/* ============================================================
   BLOG POSTS
============================================================ */
.blog-section { background: var(--bg); }

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.blog-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  transition: all .22s;
}

.blog-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.blog-thumb {
  height: 200px;
  overflow: hidden;
  background: var(--bg2);
  position: relative;
}

.blog-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.blog-card:hover .blog-thumb img { transform: scale(1.05); }

.blog-cat {
  position: absolute;
  bottom: 12px; left: 12px;
  background: var(--blue);
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .8px;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: 4px;
}

.blog-body { padding: 22px; }

.blog-meta {
  font-size: 12px;
  color: var(--text-light);
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 8px;
}

.blog-card h3 { font-size: 16px; margin-bottom: 8px; }
.blog-card h3 a { color: var(--text); }
.blog-card h3 a:hover { color: var(--blue); }

.blog-excerpt { font-size: 13.5px; line-height: 1.55; color: var(--text-mid); margin-bottom: 16px; }

.read-more {
  font-family: 'Montserrat', sans-serif;
  font-size: 12.5px;
  font-weight: 700;
  color: var(--blue);
  display: flex;
  align-items: center;
  gap: 4px;
}

/* ============================================================
   CTA BANNER
============================================================ */
.cta-banner {
  background: linear-gradient(135deg, var(--accent) 0%, #e5572b 100%);
  padding: 64px 0;
}

.cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.cta-inner h2 { color: #fff; margin-bottom: 8px; }
.cta-inner p { color: rgba(255,255,255,.88); margin: 0; font-size: 16px; }
.cta-actions { display: flex; gap: 12px; flex-shrink: 0; }

/* ============================================================
   FOOTER
============================================================ */
.site-footer {
  background: #1e2a3a;
  color: rgba(255,255,255,.75);
}

.footer-top { padding: 60px 0 48px; }

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 40px;
}

.footer-brand .fb-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}

.footer-logo-mark {
  width: 40px; height: 40px;
  background: var(--blue);
  border-radius: 9px;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 14px;
  color: #fff;
}

.footer-brand-name {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 16px;
  color: #fff;
}

.footer-brand p {
  font-size: 13.5px;
  line-height: 1.65;
  color: rgba(255,255,255,.6);
  margin-bottom: 20px;
}

.footer-socials { display: flex; gap: 8px; }

.social-btn {
  width: 36px; height: 36px;
  background: rgba(255,255,255,.08);
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,.7);
  font-size: 15px;
  transition: all .16s;
  text-decoration: none;
}

.social-btn:hover { background: var(--blue); color: #fff; }

.footer-col h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: rgba(255,255,255,.4);
  margin-bottom: 16px;
}

.footer-links { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 8px; }

.footer-links a {
  color: rgba(255,255,255,.65);
  font-size: 13.5px;
  transition: color .15s;
}

.footer-links a:hover { color: #fff; }

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13.5px;
  color: rgba(255,255,255,.65);
  margin-bottom: 10px;
}

.footer-contact-item .fci-icon { font-size: 15px; margin-top: 1px; flex-shrink: 0; }

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.08);
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12.5px;
  color: rgba(255,255,255,.4);
  font-family: 'Montserrat', sans-serif;
}

.footer-bottom a { color: rgba(255,255,255,.55); }
.footer-bottom a:hover { color: #fff; }

/* ============================================================
   WHATSAPP FLOAT
============================================================ */
.wa-float {
  position: fixed;
  bottom: 28px;
  right: 28px;
  width: 56px; height: 56px;
  background: #25d366;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 26px;
  box-shadow: 0 6px 20px rgba(37,211,102,.4);
  z-index: 9999;
  text-decoration: none;
  transition: all .2s;
  animation: wa-pulse 2.5s infinite;
}

.wa-float:hover { transform: scale(1.1); box-shadow: 0 10px 28px rgba(37,211,102,.5); }

@keyframes wa-pulse {
  0%   { box-shadow: 0 0 0 0 rgba(37,211,102,.4); }
  70%  { box-shadow: 0 0 0 12px rgba(37,211,102,0); }
  100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); }
}

/* ============================================================
   SINGLE POST / PAGE
============================================================ */
.site-main { min-height: 60vh; }

.page-header {
  background: linear-gradient(135deg, var(--blue) 0%, var(--blue-deeper) 100%);
  padding: 52px 0;
  color: #fff;
}

.page-header h1 { color: #fff; margin: 0; }
.breadcrumb { font-size: 13px; color: rgba(255,255,255,.7); margin-bottom: 10px; }
.breadcrumb a { color: rgba(255,255,255,.7); }
.breadcrumb a:hover { color: #fff; }

.entry-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 52px 24px;
}

.entry-content h2, .entry-content h3 { margin-top: 1.5em; }
.entry-content p { margin-bottom: 1.2em; }
.entry-content ul, .entry-content ol { margin-bottom: 1.2em; }

/* ============================================================
   SIDEBAR
============================================================ */
.content-sidebar-wrap {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 36px;
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 48px 24px;
}

.widget {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 22px;
  margin-bottom: 22px;
}

.widget-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .8px;
  text-transform: uppercase;
  color: var(--text);
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--blue);
}

/* ============================================================
   COMMENTS
============================================================ */
.comments-area { max-width: 800px; margin: 0 auto; padding: 0 24px 52px; }
.comment-form input, .comment-form textarea {
  width: 100%;
  padding: 11px 14px;
  border: 1.5px solid var(--border);
  border-radius: 8px;
  font-family: 'Source Sans 3', sans-serif;
  font-size: 14px;
  margin-bottom: 12px;
  outline: none;
}

.comment-form input:focus, .comment-form textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(26,111,212,.1);
}

/* ============================================================
   RESPONSIVE
============================================================ */
@media (max-width: 1024px) {
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .areas-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
  .hero-inner { grid-template-columns: 1fr; }
  .hero-image-wrap { display: none; }
  .quote-inner { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: 1fr; }
  .why-image { display: none; }
  .testimonials-grid { grid-template-columns: 1fr 1fr; }
  .blog-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  .main-navigation { display: none; position: absolute; top: 70px; left: 0; right: 0; background: #fff; border-top: 1px solid var(--border); padding: 12px; box-shadow: var(--shadow); }
  .main-navigation.open { display: block; }
  .main-navigation ul { flex-direction: column; gap: 2px; }
  .hamburger { display: flex; }
  .header-phone { display: none; }
  .services-grid { grid-template-columns: 1fr; }
  .areas-grid { grid-template-columns: repeat(2, 1fr); }
  .testimonials-grid { grid-template-columns: 1fr; }
  .blog-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: 8px; text-align: center; }
  .cta-inner { flex-direction: column; text-align: center; }
  .cta-actions { justify-content: center; }
  .form-row { grid-template-columns: 1fr; }
  .hero-trust { flex-wrap: wrap; gap: 12px; }
  .content-sidebar-wrap { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .areas-grid { grid-template-columns: 1fr; }
  .hero-actions { flex-direction: column; }
}

/* ============================================================
   ANIMATIONS
============================================================ */
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}

.fade-in-up { animation: fadeInUp .5s ease both; }
.delay-1 { animation-delay: .1s; }
.delay-2 { animation-delay: .2s; }
.delay-3 { animation-delay: .3s; }

/* ============================================================
   WORDPRESS CORE
============================================================ */
.alignwide  { max-width: 1100px; margin-left: auto; margin-right: auto; }
.alignfull  { margin-left: calc(-50vw + 50%); margin-right: calc(-50vw + 50%); max-width: 100vw; }
.wp-block-image figcaption { font-size: 13px; color: var(--text-light); text-align: center; margin-top: 6px; }
.screen-reader-text { border: 0; clip: rect(1px,1px,1px,1px); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; word-wrap: normal!important; }
.skip-link { position: absolute; left: -9999rem; }
.skip-link:focus { background: #fff; left: 6px; top: 6px; z-index: 100000; padding: 8px 18px; border-radius: 4px; font-weight: 700; }
