/*
Theme Name: Veriquondt NDT
Theme URI: https://veriquondt.com
Author: Veriquondt
Description: Professional WordPress theme for VERIQUO NDT Inspection & Services Ltd. Classic editor compatible, fully styled.
Version: 4.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
Text Domain: veriquondt
*/

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

:root {
  --red:        #cc0000;
  --red-dark:   #aa0000;
  --red-deep:   #8b0000;
  --red-grad:   linear-gradient(135deg, #1a0000 0%, #8b0000 50%, #cc0000 100%);
  --navy:       #1a1a2e;
  --dark:       #1a1a1a;
  --white:      #ffffff;
  --bg-light:   #f9f9f9;
  --bg-alt:     #f5f5f5;
  --text:       #333333;
  --text-mid:   #555555;
  --text-muted: #666666;
  --border:     #dddddd;
  --shadow-sm:  0 2px 12px rgba(0,0,0,0.08);
  --shadow-md:  0 4px 20px rgba(0,0,0,0.12);
  --radius:     8px;
  --font:       'Montserrat', 'Segoe UI', Arial, sans-serif;
  --max-w:      1200px;
  --transition: 0.25s ease;
}

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

html { scroll-behavior: smooth; }

body {
  font-family: var(--font);
  color: var(--text);
  background: var(--white);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--red); text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--red-dark); }
ul { list-style: none; }

/* ============================================================
   LAYOUT
   ============================================================ */
.vq-container {
  width: 100%;
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 1.5rem;
}
.vq-section { padding: 5rem 0; }
.site-wrapper { display: flex; flex-direction: column; min-height: 100vh; }
.site-main { flex: 1; }

/* ============================================================
   TYPOGRAPHY
   ============================================================ */
.vq-section-title {
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 800;
  color: var(--dark);
  text-align: center;
  margin-bottom: 1rem;
  line-height: 1.2;
}
.vq-section-sub {
  text-align: center;
  color: var(--text-mid);
  font-size: 1rem;
  max-width: 800px;
  margin: 0 auto 3rem;
  line-height: 1.75;
}

/* ============================================================
   BUTTONS
   ============================================================ */
.vq-btn, .btn-red {
  display: inline-block;
  background: var(--red);
  color: var(--white) !important;
  padding: 0.75rem 1.75rem;
  border-radius: 4px;
  font-weight: 700;
  font-size: 0.95rem;
  font-family: var(--font);
  border: 2px solid var(--red);
  cursor: pointer;
  transition: background var(--transition), transform var(--transition), box-shadow var(--transition);
  text-align: center;
  line-height: 1.4;
}
.vq-btn:hover, .btn-red:hover {
  background: var(--red-dark);
  border-color: var(--red-dark);
  color: var(--white) !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(204,0,0,0.35);
}
.vq-btn-outline, .btn-outline-white {
  display: inline-block;
  background: transparent;
  color: var(--white) !important;
  padding: 0.72rem 1.75rem;
  border-radius: 4px;
  font-weight: 700;
  font-size: 0.95rem;
  font-family: var(--font);
  border: 2px solid var(--white);
  cursor: pointer;
  transition: all var(--transition);
  text-align: center;
  line-height: 1.4;
}
.vq-btn-outline:hover, .btn-outline-white:hover {
  background: var(--white);
  color: var(--red) !important;
  transform: translateY(-2px);
}
.vq-btn-white {
  display: inline-block;
  background: var(--white);
  color: var(--red) !important;
  padding: 0.72rem 1.75rem;
  border-radius: 4px;
  font-weight: 700;
  font-size: 0.95rem;
  border: 2px solid var(--white);
  cursor: pointer;
  transition: all var(--transition);
}
.vq-btn-white:hover {
  background: transparent;
  color: var(--white) !important;
  transform: translateY(-2px);
}
.vq-btn-group { display: flex; gap: 1rem; flex-wrap: wrap; align-items: center; }
.vq-btn-group.center { justify-content: center; }

/* ============================================================
   HEADER / NAVBAR
   ============================================================ */
.site-header {
  background: var(--white);
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  position: sticky;
  top: 0;
  z-index: 9999;
  transition: box-shadow var(--transition);
}
.vq-nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.25rem 0;
  min-height: 80px;
}
.vq-logo img { height: 70px; width: auto; object-fit: contain; transition: opacity var(--transition); }
.vq-logo img:hover { opacity: 0.85; }
.vq-logo-text { font-size: 1.4rem; font-weight: 900; color: var(--red); letter-spacing: -0.5px; }

/* Desktop nav */
.vq-nav-menu {
  display: flex;
  gap: 0;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.vq-nav-menu li,
.vq-nav-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.vq-nav-menu a {
  display: block;
  padding: 0.5rem 1rem;
  font-weight: 700;
  font-size: 0.88rem;
  color: var(--dark);
  text-transform: uppercase;
  letter-spacing: 0.03em;
  border-bottom: 2px solid transparent;
  transition: color var(--transition), border-color var(--transition);
}
.vq-nav-menu a:hover,
.vq-nav-menu .current-menu-item a,
.vq-nav-menu .current_page_item a {
  color: var(--red);
  border-bottom-color: var(--red);
}

/* Mobile toggle */
.vq-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
}
.vq-hamburger span {
  display: block;
  width: 26px;
  height: 2px;
  background: var(--dark);
  border-radius: 2px;
  transition: all 0.3s;
}
.vq-hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.vq-hamburger.open span:nth-child(2) { opacity: 0; }
.vq-hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile menu */
.vq-mobile-menu {
  display: none;
  background: var(--white);
  border-top: 1px solid #eee;
  padding: 0.5rem 1.5rem 1rem;
  list-style: none;
  margin: 0;
}
.vq-mobile-menu li,
.vq-mobile-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.vq-mobile-menu.open { display: block; }
.vq-mobile-menu a {
  display: block;
  padding: 0.75rem 0;
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--dark);
  border-bottom: 1px solid #f0f0f0;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.vq-mobile-menu a:hover { color: var(--red); }

/* ============================================================
   HERO SECTION
   ============================================================ */
.vq-hero {
  position: relative;
  min-height: 680px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.vq-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.55);
}
.vq-hero-content {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 4rem 1.5rem;
  width: 100%;
}
.vq-hero h1 {
  color: var(--white);
  font-size: clamp(1.9rem, 4.5vw, 3rem);
  font-weight: 900;
  line-height: 1.2;
  max-width: 750px;
  margin: 0 auto 1.25rem;
  text-shadow: 0 2px 8px rgba(0,0,0,0.3);
}
.vq-hero p {
  color: rgba(255,255,255,0.92);
  font-size: clamp(1rem, 2vw, 1.15rem);
  font-weight: 600;
  max-width: 800px;
  margin: 0 auto 2.5rem;
}

/* ============================================================
   PAGE HERO BANNER (red gradient)
   ============================================================ */
.vq-page-hero {
  background: var(--red-grad);
  padding: 5rem 1.5rem;
  text-align: center;
}
.vq-page-hero h1 {
  color: var(--white);
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 900;
  margin-bottom: 1rem;
}
.vq-page-hero p {
  color: rgba(255,255,255,0.9);
  font-size: 1.1rem;
  max-width: 680px;
  margin: 0 auto;
  line-height: 1.75;
}
.vq-page-hero p + p { margin-top: 0.5rem; }

/* ============================================================
   FEATURE CARDS (4 col)
   ============================================================ */
.vq-features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;
}
.vq-feature-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 2rem 1.5rem;
  box-shadow: var(--shadow-sm);
  text-align: center;
  transition: transform var(--transition), box-shadow var(--transition);
}
.vq-feature-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.vq-feature-card .icon { margin-bottom: 1.1rem; }
.vq-feature-card h3 { font-weight: 700; font-size: 1rem; color: var(--dark); margin-bottom: 0.5rem; }
.vq-feature-card p { color: var(--text-muted); font-size: 0.875rem; line-height: 1.65; }

/* ============================================================
   SERVICE CARDS (red left border)
   ============================================================ */
.vq-services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 1.5rem;
  margin-top: 2.5rem;
}
.vq-service-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 1.75rem;
  box-shadow: var(--shadow-sm);
  border-left: 3px solid var(--red);
  transition: transform var(--transition), box-shadow var(--transition);
}
.vq-service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.vq-service-card .icon { font-size: 2.2rem; margin-bottom: 0.75rem; }
.vq-service-card h3 { font-weight: 700; font-size: 1rem; color: var(--dark); margin-bottom: 0.5rem; }
.vq-service-card p { color: var(--text-muted); font-size: 0.875rem; line-height: 1.65; }

/* Numbered service cards (Services page) */
.vq-svc-num-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
}
.vq-svc-num-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 1.75rem;
  box-shadow: var(--shadow-sm);
  border-top: 3px solid var(--red);
  transition: transform var(--transition), box-shadow var(--transition);
}
.vq-svc-num-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.vq-svc-num-card .svc-header { display: flex; align-items: center; gap: 1rem; margin-bottom: 1rem; }
.vq-svc-num-card .svc-num {
  background: var(--red); color: var(--white);
  width: 36px; height: 36px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 0.85rem; flex-shrink: 0;
}
.vq-svc-num-card h3 { font-weight: 700; color: var(--dark); font-size: 1.05rem; margin: 0; }
.vq-svc-num-card p { color: var(--text-mid); font-size: 0.875rem; line-height: 1.65; margin-bottom: 1rem; }
.vq-svc-num-card .svc-apps-title { font-weight: 700; font-size: 0.85rem; color: var(--dark); margin-bottom: 0.5rem; }
.vq-svc-num-card ul { display: flex; flex-direction: column; gap: 0.3rem; }
.vq-svc-num-card li {
  color: var(--text-mid); font-size: 0.85rem;
  display: flex; align-items: flex-start; gap: 0.4rem;
}
.vq-svc-num-card li::before { content: '✓'; color: var(--red); font-weight: 700; flex-shrink: 0; }

/* ============================================================
   INDUSTRIES SECTION (dark navy bg)
   ============================================================ */
.vq-industries-section { background: var(--navy); }
.vq-industries-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
}
.vq-industry-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--radius);
  padding: 2rem 1.5rem;
  text-align: center;
  color: var(--white);
  transition: background var(--transition), transform var(--transition);
}
.vq-industry-card:hover { background: rgba(255,255,255,0.12); transform: translateY(-3px); }
.vq-industry-card .icon { font-size: 2.8rem; margin-bottom: 0.75rem; }
.vq-industry-card p { font-weight: 600; font-size: 1rem; }

/* ============================================================
   WHY SECTION (red gradient bg)
   ============================================================ */
.vq-why-section { background: var(--red-grad); }
.vq-why-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
.vq-why-card {
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: var(--radius);
  padding: 1.75rem;
  transition: background var(--transition);
}
.vq-why-card:hover { background: rgba(255,255,255,0.12); }
.vq-why-card .why-icon-row {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 0.85rem;
}
.vq-why-card h3 { font-weight: 700; font-size: 1rem; color: var(--white); margin: 0; }
.vq-why-card p { color: rgba(255,255,255,0.85); font-size: 0.875rem; line-height: 1.65; }

/* ============================================================
   PROCESS STEPS
   ============================================================ */
.vq-process-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 1.5rem;
  margin-top: 2.5rem;
}
.vq-process-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 2rem 1.5rem;
  text-align: center;
  box-shadow: var(--shadow-sm);
  transition: transform var(--transition), box-shadow var(--transition);
}
.vq-process-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.vq-process-num { font-size: 3rem; font-weight: 900; color: var(--red); line-height: 1; margin-bottom: 0.6rem; }
.vq-process-card h3 { font-weight: 700; font-size: 1rem; color: var(--dark); margin-bottom: 0.5rem; }
.vq-process-card p { color: var(--text-muted); font-size: 0.875rem; line-height: 1.65; }

/* ============================================================
   QUOTE / CONTACT FORM
   ============================================================ */
.vq-form-wrap { max-width: 720px; margin: 0 auto; }
.vq-form { display: grid; gap: 1.25rem; margin-top: 2rem; }
.vq-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
.vq-form-group { display: flex; flex-direction: column; }
.vq-label {
  display: block;
  font-weight: 700;
  font-size: 0.875rem;
  color: var(--dark);
  margin-bottom: 0.4rem;
}
.vq-input,
.vq-select,
.vq-textarea {
  width: 100%;
  padding: 0.7rem 1rem;
  border: 1.5px solid var(--border);
  border-radius: 4px;
  font-size: 0.95rem;
  font-family: var(--font);
  color: var(--dark);
  background: var(--white);
  outline: none;
  transition: border-color var(--transition), box-shadow var(--transition);
  appearance: none;
}
.vq-input:focus, .vq-select:focus, .vq-textarea:focus {
  border-color: var(--red);
  box-shadow: 0 0 0 3px rgba(204,0,0,0.1);
}
.vq-textarea { resize: vertical; min-height: 130px; }
.vq-submit {
  width: 100%;
  padding: 1rem;
  font-size: 1rem;
  font-weight: 700;
  font-family: var(--font);
  background: var(--red);
  color: var(--white);
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background var(--transition), transform var(--transition), box-shadow var(--transition);
}
.vq-submit:hover {
  background: var(--red-dark);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(204,0,0,0.35);
}
.vq-form-success {
  background: #e8f5e9;
  border: 1px solid #66bb6a;
  color: #2e7d32;
  padding: 1rem 1.25rem;
  border-radius: 6px;
  font-weight: 700;
  text-align: center;
  display: none;
}
.vq-form-success.show { display: block; }

/* Contact info sidebar */
.vq-contact-layout {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 3rem;
  align-items: start;
}
.vq-contact-info-box {
  background: var(--bg-light);
  border-radius: var(--radius);
  padding: 2rem;
  margin-bottom: 1.5rem;
}
.vq-contact-info-box h3 { font-weight: 700; font-size: 1.1rem; color: var(--dark); margin-bottom: 1.5rem; }
.vq-contact-item { margin-bottom: 1.1rem; }
.vq-contact-label { font-weight: 700; font-size: 0.82rem; color: var(--red); text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 0.3rem; }
.vq-contact-value { color: var(--text-mid); font-size: 0.9rem; line-height: 1.6; }
.vq-contact-value a { color: var(--text-mid); }
.vq-contact-value a:hover { color: var(--red); }
.vq-hours-row { display: flex; justify-content: space-between; font-size: 0.875rem; border-bottom: 1px solid #eee; padding: 0.45rem 0; }
.vq-hours-row .day { color: var(--text-mid); }
.vq-hours-row .time { font-weight: 700; color: var(--dark); }
.vq-hours-row .time.emergency { color: var(--red); }

/* Why contact cards */
.vq-why-contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem;
}
.vq-why-contact-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 1.75rem;
  box-shadow: var(--shadow-sm);
  transition: transform var(--transition), box-shadow var(--transition);
}
.vq-why-contact-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.vq-why-contact-card .icon { margin-bottom: 1rem; }
.vq-why-contact-card h3 { font-weight: 700; color: var(--dark); font-size: 1.05rem; margin-bottom: 0.4rem; }
.vq-why-contact-card p { color: var(--text-muted); font-size: 0.875rem; line-height: 1.6; }

/* ============================================================
   ABOUT PAGE
   ============================================================ */
.vq-mission-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
}
.vq-mission-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 2.25rem;
  box-shadow: var(--shadow-sm);
  transition: transform var(--transition);
}
.vq-mission-card:hover { transform: translateY(-3px); }
.vq-mission-accent { width: 44px; height: 4px; background: var(--red); margin-bottom: 1.1rem; border-radius: 2px; }
.vq-mission-card h2 { font-weight: 800; font-size: 1.4rem; color: var(--red); margin-bottom: 0.85rem; }
.vq-mission-card p { color: var(--text-mid); line-height: 1.75; }

.vq-why-choose-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
}
.vq-why-choose-card {
  background: var(--bg-light);
  border-radius: var(--radius);
  padding: 1.85rem;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  transition: transform var(--transition);
}
.vq-why-choose-card:hover { transform: translateY(-3px); }
.vq-why-choose-card .icon { margin-bottom: 1rem; }
.vq-why-choose-card h3 { font-weight: 700; color: var(--red); font-size: 1.05rem; margin-bottom: 0.85rem; }
.vq-why-choose-card ul { display: flex; flex-direction: column; gap: 0.5rem; }
.vq-why-choose-card li { display: flex; align-items: flex-start; gap: 0.5rem; color: var(--text-mid); font-size: 0.9rem; line-height: 1.5; }
.vq-checkmark { color: var(--red); flex-shrink: 0; margin-top: 2px; }

/* Leadership */
.vq-leadership-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 2.25rem;
  box-shadow: 0 2px 20px rgba(0,0,0,0.09);
  border-left: 4px solid var(--red);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2.5rem;
  align-items: start;
}
.vq-leader-name { font-weight: 900; font-size: 1.5rem; color: var(--dark); margin-bottom: 0.85rem; }
.vq-badges { display: flex; gap: 0.6rem; flex-wrap: wrap; margin-bottom: 1.75rem; }
.vq-badge {
  padding: 0.25rem 0.9rem;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 700;
}
.vq-badge.red { background: var(--red); color: var(--white); }
.vq-badge.dark { background: var(--dark); color: var(--white); }
.vq-exp-block { margin-bottom: 1.25rem; }
.vq-exp-dot-row { display: flex; align-items: center; gap: 0.5rem; margin-bottom: 0.4rem; }
.vq-exp-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--red); flex-shrink: 0; }
.vq-exp-block h4 { font-weight: 700; color: var(--dark); font-size: 1rem; margin: 0; }
.vq-exp-block p { color: var(--text-mid); font-size: 0.9rem; line-height: 1.7; padding-left: 1.2rem; }
.vq-leader-photo-wrap { position: relative; min-width: 250px; }
.vq-leader-photo { width: 250px; height: 310px; object-fit: cover; border-radius: var(--radius); }
.vq-exp-badge {
  position: absolute;
  bottom: 12px;
  right: 12px;
  background: var(--red);
  color: var(--white);
  padding: 0.5rem 0.85rem;
  border-radius: 6px;
  text-align: center;
}
.vq-exp-badge .years { font-weight: 900; font-size: 1.25rem; display: block; }
.vq-exp-badge .label { font-size: 0.72rem; }

/* ============================================================
   GALLERY
   ============================================================ */
.vq-gallery-header { background: var(--white); padding: 3rem 1.5rem 1.5rem; text-align: center; }
.vq-gallery-header h1 {
  font-weight: 900;
  font-size: clamp(2rem, 5vw, 2.8rem);
  color: var(--dark);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.vq-gallery-header p { color: var(--text-muted); margin-top: 0.5rem; font-size: 0.95rem; }

.vq-gallery-tabs {
  display: none;
}
.vq-gallery-tab {
  padding: 0.45rem 1.3rem;
  border-radius: 4px;
  font-weight: 700;
  font-size: 0.85rem;
  cursor: pointer;
  border: none;
  font-family: var(--font);
  transition: all var(--transition);
}
.vq-gallery-tab.active { background: var(--dark); color: var(--white); }
.vq-gallery-tab:not(.active) { background: transparent; color: var(--dark); border: 1.5px solid var(--border); }
.vq-gallery-tab:not(.active):hover { border-color: var(--red); color: var(--red); }

.vq-gallery-grid-wrap {
  padding: 0 1.5rem 4rem;
}
.vq-gallery-grid {
  max-width: var(--max-w);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1rem;
  border: 2px solid var(--red);
  border-radius: var(--radius);
  padding: 1rem;
}
.vq-gallery-item {
  cursor: pointer;
  overflow: hidden;
  border-radius: 6px;
  aspect-ratio: 4/3;
  position: relative;
}
.vq-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.vq-gallery-item:hover img { transform: scale(1.07); }
.vq-gallery-item::after {
  content: '🔍';
  position: absolute;
  inset: 0;
  background: rgba(204,0,0,0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  opacity: 0;
  transition: opacity var(--transition);
}
.vq-gallery-item:hover::after { opacity: 1; }

/* Lightbox */
.vq-lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.92);
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}
.vq-lightbox.open { display: flex; }
.vq-lightbox img { max-width: 90vw; max-height: 90vh; object-fit: contain; border-radius: var(--radius); }
.vq-lightbox-close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  background: rgba(255,255,255,0.18);
  border: none;
  color: var(--white);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  font-size: 1.3rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background var(--transition);
}
.vq-lightbox-close:hover { background: rgba(255,255,255,0.3); }

/* ============================================================
   MAP
   ============================================================ */
.vq-map-wrap { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-md); }
.vq-map-wrap iframe { display: block; }

/* ============================================================
   CTA SECTION
   ============================================================ */
.vq-cta-section {
  background: var(--red-grad);
  padding: 5rem 1.5rem;
  text-align: center;
}
.vq-cta-section h2 { color: var(--white); font-size: clamp(1.6rem, 3vw, 2.2rem); font-weight: 800; margin-bottom: 1rem; }
.vq-cta-section p { color: rgba(255,255,255,0.9); max-width: 620px; margin: 0 auto 2.25rem; line-height: 1.75; }

.vq-cta-bar {
  background: var(--red-grad);
  padding: 2.5rem 1.5rem;
  text-align: center;
}
.vq-cta-bar h2 { color: var(--white); font-size: 1.5rem; font-weight: 800; margin-bottom: 0.4rem; }
.vq-cta-bar p { color: rgba(255,255,255,0.9); font-size: 0.95rem; }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
  background: linear-gradient(135deg, #cc0000 0%, #8b0000 100%);
  color: var(--white);
  padding: 4rem 0 1.75rem;
}
.vq-footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2.5rem;
  margin-bottom: 2.75rem;
}
.vq-footer-logo img { height: 80px; width: auto; filter: brightness(0) invert(1); margin-bottom: 1rem; }
.vq-footer-tagline { font-size: 0.875rem; opacity: 0.9; line-height: 1.65; }
.vq-footer-col h4 { font-weight: 700; font-size: 1rem; margin-bottom: 1rem; }
.vq-footer-contact { display: flex; flex-direction: column; gap: 0.55rem; font-size: 0.875rem; opacity: 0.92; }
.vq-footer-contact a { color: var(--white); }
.vq-footer-contact a:hover { opacity: 0.75; }
.vq-footer-contact address { font-style: normal; margin-top: 0.3rem; line-height: 1.6; }
.vq-footer-links { display: flex; flex-direction: column; gap: 0.55rem; }
.vq-footer-links a { color: var(--white); font-size: 0.875rem; opacity: 0.92; transition: opacity var(--transition); }
.vq-footer-links a:hover { opacity: 1; }
.vq-footer-social { display: flex; gap: 0.85rem; margin-top: 0.25rem; }
.vq-footer-social a { color: var(--white); opacity: 0.9; transition: opacity var(--transition), transform var(--transition); }
.vq-footer-social a:hover { opacity: 1; transform: translateY(-2px); }
.vq-footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.2);
  padding-top: 1.35rem;
  text-align: center;
  font-size: 0.82rem;
  opacity: 0.8;
}

/* ============================================================
   SCROLL ANIMATIONS
   ============================================================ */
.vq-fade-up {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.vq-fade-up.visible { opacity: 1; transform: translateY(0); }
.vq-fade-up:nth-child(2) { transition-delay: 0.1s; }
.vq-fade-up:nth-child(3) { transition-delay: 0.2s; }
.vq-fade-up:nth-child(4) { transition-delay: 0.3s; }
.vq-fade-up:nth-child(5) { transition-delay: 0.4s; }
.vq-fade-up:nth-child(6) { transition-delay: 0.5s; }

.vq-fade-in {
  opacity: 0;
  transition: opacity 0.7s ease;
}
.vq-fade-in.visible { opacity: 1; }

/* ============================================================
   WORDPRESS CONTENT STYLES
   ============================================================ */
.entry-content h1,.entry-content h2,.entry-content h3,.entry-content h4 { font-family: var(--font); font-weight: 700; color: var(--dark); margin-bottom: 0.75rem; }
.entry-content p { margin-bottom: 1.25rem; color: var(--text-mid); line-height: 1.8; }
.entry-content ul, .entry-content ol { padding-left: 1.5rem; margin-bottom: 1.25rem; }
.entry-content a { color: var(--red); }
.entry-content img { border-radius: var(--radius); }
.aligncenter { display: block; margin: 1.5rem auto; }
.alignleft { float: left; margin: 0 1.5rem 1rem 0; }
.alignright { float: right; margin: 0 0 1rem 1.5rem; }
.wp-caption-text { font-size: 0.85rem; color: var(--text-muted); text-align: center; margin-top: 0.4rem; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .vq-contact-layout { grid-template-columns: 1fr; }
  .vq-leadership-card { grid-template-columns: 1fr; }
  .vq-leader-photo-wrap { min-width: auto; }
  .vq-leader-photo { width: 100%; height: 280px; }
}

@media (max-width: 768px) {
  .vq-nav-menu { display: none; }
  .vq-hamburger { display: flex; }
  .vq-section { padding: 3.5rem 0; }
  .vq-form-row { grid-template-columns: 1fr; }
  .vq-hero { min-height: 480px; }
  .vq-page-hero { padding: 3.5rem 1.5rem; }
  .vq-footer-grid { grid-template-columns: 1fr 1fr; }
  .vq-industries-grid { grid-template-columns: repeat(2, 1fr); }
  .vq-why-grid { grid-template-columns: 1fr; }
}

@media (max-width: 500px) {
  .vq-footer-grid { grid-template-columns: 1fr; }
  .vq-btn-group { flex-direction: column; align-items: center; }
  .vq-industries-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   FORCE OVERRIDES v4 — cache buster
   ============================================================ */
.vq-nav-menu, .vq-mobile-menu { list-style: none !important; }
.vq-nav-menu li, .vq-nav-menu ul,
.vq-mobile-menu li, .vq-mobile-menu ul { list-style: none !important; margin: 0 !important; padding: 0 !important; }

.vq-hero { min-height: 680px !important; }

@media (min-width: 769px) {
  .vq-industries-grid { grid-template-columns: repeat(3, 1fr) !important; }
  .vq-why-grid { grid-template-columns: repeat(2, 1fr) !important; }
}

.vq-gallery-tabs { display: none !important; }

/* Elementor import compatibility fixes */
html, body { overflow-x: hidden; }
.vq-elementor-page, .vq-elementor-page .elementor, .vq-elementor-page .elementor-section-wrap { width: 100%; overflow-x: hidden; }
.elementor-widget-html, .elementor-widget-html .elementor-widget-container { margin: 0 !important; padding: 0 !important; }
.elementor-section.elementor-section-boxed > .elementor-container { max-width: 100% !important; }
.elementor-section .vq-section:first-child { margin-top: 0; }
