/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://quickmoonvisa.com/
 Description:  Custom lightweight child theme for QuickMoon Visa built on GeneratePress by Bizfury Technology Solution.
 Author:       Bizfury Technology Solution
 Author URI:   https://bizfury.com/
 Template:     generatepress
 Version:      1.0.0
*/

/* ==========================================================================
   1. GENERATEPRESS PARENT OVERRIDES & FULL-WIDTH RESETS
   ========================================================================== */
.separate-containers .site-main.qm-home-main,
.separate-containers .site-main,
.separate-containers .inside-article,
.site-content,
#content.site-content {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

body.quickmoon-visa-site .site,
body.quickmoon-visa-site #page,
body.quickmoon-visa-site .site-content {
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.quickmoon-visa-site .grid-container {
  max-width: 100% !important;
  padding: 0 !important;
}

#force-footer {
  display: none !important;
}

/* ==========================================================================
   2. DESIGN SYSTEM TOKENS & VARIABLES
   ========================================================================== */
:root {
  --qm-navy-950: #050a16;
  --qm-navy-900: #0a1128;
  --qm-navy-800: #101c3d;
  --qm-navy-700: #182852;
  --qm-blue-600: #2563eb;
  --qm-blue-500: #3b82f6;
  --qm-cyan-400: #00d2ff;
  --qm-cyan-500: #06b6d4;
  --qm-gold-500: #f59e0b;
  --qm-green-500: #10b981;
  --qm-green-400: #34d399;
  --qm-red-500: #ef4444;

  --qm-white: #ffffff;
  --qm-slate-50: #f8fafc;
  --qm-slate-100: #f1f5f9;
  --qm-slate-200: #e2e8f0;
  --qm-slate-300: #cbd5e1;
  --qm-slate-400: #94a3b8;
  --qm-slate-500: #64748b;
  --qm-slate-700: #334155;
  --qm-slate-900: #0f172a;

  --qm-font-sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --qm-font-display: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  --qm-radius-sm: 8px;
  --qm-radius-md: 12px;
  --qm-radius-lg: 18px;
  --qm-radius-xl: 24px;
  --qm-radius-full: 9999px;

  --qm-shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.04);
  --qm-shadow-md: 0 10px 25px -5px rgba(0, 0, 0, 0.08);
  --qm-shadow-lg: 0 20px 40px -10px rgba(0, 0, 0, 0.12);
  --qm-shadow-glow: 0 0 35px rgba(0, 210, 255, 0.3);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  font-family: var(--qm-font-sans);
  color: var(--qm-slate-900);
  background-color: var(--qm-slate-50);
  line-height: 1.6;
  margin: 0;
  padding: 0;
}

a {
  color: var(--qm-blue-600);
  text-decoration: none;
  transition: all 0.2s ease;
}

a:hover {
  color: var(--qm-cyan-400);
}

.qm-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

/* SVG Helpers */
.qm-svg-icon {
  display: inline-block;
  vertical-align: middle;
  flex-shrink: 0;
}

/* ==========================================================================
   3. HEADER & NAVIGATION
   ========================================================================== */
.qm-header-wrapper {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(10, 17, 40, 0.95);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  transition: all 0.3s ease;
}

.qm-top-bar {
  background: var(--qm-navy-950);
  color: var(--qm-slate-400);
  font-size: 12px;
  padding: 6px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.qm-top-bar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.qm-top-left {
  display: flex;
  align-items: center;
  gap: 15px;
}

.qm-top-badge {
  background: rgba(0, 210, 255, 0.15);
  color: var(--qm-cyan-400);
  padding: 2px 8px;
  border-radius: 4px;
  font-weight: 600;
}

.qm-top-right {
  display: flex;
  align-items: center;
  gap: 20px;
}

.qm-top-link {
  color: var(--qm-slate-300);
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
}

.qm-top-link:hover {
  color: var(--qm-cyan-400);
}

.qm-navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 76px;
}

.qm-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.qm-logo-icon {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, var(--qm-cyan-400), var(--qm-blue-600));
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--qm-white);
  box-shadow: 0 4px 15px rgba(0, 210, 255, 0.3);
}

.qm-logo-text {
  font-size: 22px;
  font-weight: 800;
  color: var(--qm-white);
  letter-spacing: -0.5px;
}

.qm-logo-text span {
  color: var(--qm-cyan-400);
}

.qm-nav-menu {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 24px;
}

.qm-nav-item {
  position: relative;
}

.qm-nav-link {
  color: var(--qm-slate-200);
  font-weight: 500;
  font-size: 14.5px;
  padding: 10px 4px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.qm-nav-link:hover {
  color: var(--qm-cyan-400);
}

.qm-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 240px;
  background: var(--qm-navy-900);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--qm-radius-md);
  padding: 12px;
  list-style: none;
  box-shadow: var(--qm-shadow-lg);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.25s ease;
  z-index: 100;
}

.qm-nav-item:hover .qm-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.qm-dropdown li a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  color: var(--qm-slate-300);
  font-size: 13.5px;
  font-weight: 500;
  border-radius: var(--qm-radius-sm);
}

.qm-dropdown li a:hover {
  background: var(--qm-navy-800);
  color: var(--qm-cyan-400);
}

.qm-header-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.qm-btn-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(16, 185, 129, 0.15);
  border: 1px solid rgba(16, 185, 129, 0.35);
  color: var(--qm-green-400);
  padding: 9px 18px;
  border-radius: var(--qm-radius-full);
  font-size: 13.5px;
  font-weight: 600;
}

.qm-btn-whatsapp:hover {
  background: var(--qm-green-500);
  color: #ffffff;
  border-color: var(--qm-green-500);
}

.qm-btn-cta,
.qm-btn-primary {
  background: linear-gradient(135deg, var(--qm-cyan-400), var(--qm-blue-600)) !important;
  color: var(--qm-white);
  padding: 11px 22px;
  border-radius: var(--qm-radius-full);
  font-size: 14px;
  font-weight: 700;
  border: none;
  box-shadow: 0 4px 15px rgba(0, 210, 255, 0.3);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  cursor: pointer;
  transition: all 0.25s ease;
}

.qm-btn-cta:hover,
.qm-btn-primary:hover {
  color: var(--qm-white);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 210, 255, 0.45);
}

.qm-mobile-toggle {
  display: none;
  background: none;
  border: none;
  color: var(--qm-white);
  font-size: 26px;
  cursor: pointer;
}

/* ==========================================================================
   4. HERO BANNER - TRANSLUCENT LUXURY AESTHETIC & SHARP TYPOGRAPHY
   ========================================================================== */
.qm-hero-section {
  background:
    linear-gradient(135deg, rgba(6, 11, 24, 0.65) 0%, rgba(10, 17, 40, 0.55) 50%, rgba(6, 11, 24, 0.70) 100%),
    url('https://images.unsplash.com/photo-1436491865332-7a61a109cc05?auto=format&fit=crop&w=2000&q=85') center/cover no-repeat;
  color: var(--qm-white);
  padding: 80px 0 100px;
  position: relative;
  overflow: hidden;
}

.qm-hero-layout {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 50px;
  align-items: center;
}

.qm-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(0, 210, 255, 0.18);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(0, 210, 255, 0.45);
  color: var(--qm-white);
  padding: 6px 16px;
  border-radius: var(--qm-radius-full);
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 20px;
  text-shadow: none;
}

.qm-hero-heading {
  font-size: 46px;
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -1px;
  margin: 0 0 20px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
}

.qm-hero-heading .qm-highlight {
  background: linear-gradient(135deg, var(--qm-cyan-400), #93c5fd);
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.qm-hero-description {
  font-size: 17px;
  color: #f1f5f9;
  line-height: 1.65;
  margin-bottom: 28px;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
}

.qm-hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.qm-metric-val {
  font-size: 28px;
  font-weight: 800;
  color: var(--qm-cyan-400);
  line-height: 1;
  margin-bottom: 4px;
  text-shadow: none;
}

.qm-metric-label {
  font-size: 13px;
  color: #e2e8f0;
  text-shadow: none;
}

/* Glassmorphic Finder Card */
.qm-finder-glass {
  backdrop-filter: blur(35px);
  -webkit-backdrop-filter: blur(35px);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--qm-radius-xl);
  padding: 34px 28px;
  box-shadow: 0 25px 60px -10px rgba(0, 0, 0, 0.4), inset 0 1px 1px rgba(255, 255, 255, 0.2);
}

.qm-finder-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 6px;
  font-size: 22px;
  color: var(--qm-white);
  font-weight: 800;
}

.qm-finder-subtitle {
  color: var(--qm-slate-300);
  font-size: 13.5px;
  margin: 0 0 20px;
}

.qm-form-group {
  margin-bottom: 15px;
}

.qm-glass-label {
  display: block;
  font-size: 12.5px;
  font-weight: 600;
  color: #f1f5f9;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Contact Form 7 Form Overrides in Glass */
.wpcf7 .qm-glass-control,
.qm-glass-control {
  width: 100%;
  padding: 13px 16px;
  background: rgba(6, 11, 24, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--qm-radius-sm);
  color: #ffffff;
  font-size: 14.5px;
  font-family: inherit;
  outline: none;
  transition: all 0.2s ease;
  box-sizing: border-box;
}

select.qm-glass-control {
  padding-right: 36px !important;
}

.qm-custom-select {
  padding-right: 24px !important;
}

.wpcf7 .qm-glass-control:focus,
.qm-glass-control:focus {
  border-color: var(--qm-cyan-400);
  background: rgba(6, 11, 24, 0.95);
  box-shadow: 0 0 0 3px rgba(0, 210, 255, 0.25);
}

.qm-glass-control option {
  background: var(--qm-navy-950);
  color: #ffffff;
}

.wpcf7-form .wpcf7-submit.qm-btn-primary,
.qm-btn-primary {
  width: 100%;
  padding: 14px 20px;
  font-size: 15px;
}

/* ==========================================================================
   5. CUSTOM SELECT DROPDOWN
   ========================================================================== */
.qm-custom-select-wrapper {
  position: relative;
  width: 100%;
}

.qm-custom-select {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  user-select: none;
  padding-right: 14px;
}

.qm-dropdown-arrow {
  transition: transform 0.2s ease;
  margin-left: 8px;
}

.qm-custom-dropdown {
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  width: 100%;
  background: var(--qm-navy-900);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--qm-radius-md);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: none;
  overflow: hidden;
}

.qm-custom-dropdown.active {
  display: block;
}

.qm-dropdown-search {
  padding: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.qm-dropdown-search input {
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  padding: 8px 12px;
  border-radius: var(--qm-radius-sm);
  outline: none;
}

.qm-dropdown-search input:focus {
  border-color: var(--qm-cyan-400);
}

.qm-dropdown-options {
  max-height: 250px;
  overflow-y: auto;
}

.qm-dropdown-options::-webkit-scrollbar {
  width: 6px;
}

.qm-dropdown-options::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
}

.qm-dropdown-group-label {
  padding: 8px 12px;
  font-size: 11px;
  text-transform: uppercase;
  color: var(--qm-cyan-400);
  font-weight: 700;
  background: rgba(0, 0, 0, 0.1);
}

.qm-dropdown-option {
  padding: 10px 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  color: #e2e8f0;
  font-size: 14px;
  transition: background 0.2s ease;
}

.qm-dropdown-option:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
}

/* ==========================================================================
   6. EXPLORE BY CONTINENT (IMAGE CARDS)
   ========================================================================== */
.qm-continents-section {
  background: #ffffff;
  padding: 70px 0;
  border-bottom: 1px solid var(--qm-slate-200);
}

.qm-section-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 48px;
}

.qm-section-header h2 {
  font-size: 36px;
  font-weight: 800;
  color: var(--qm-slate-900);
  margin: 0 0 12px;
  letter-spacing: -0.5px;
}

.qm-section-header p {
  font-size: 16px;
  color: var(--qm-slate-500);
  margin: 0;
}

.qm-continent-grid {
  display: flex;
  gap: 24px;
  transition: transform 0.5s ease-in-out;
}

.qm-continent-card {
  flex: 0 0 calc(25% - 18px);
  background: #fff;
  border: 1px solid var(--qm-slate-200);
  border-radius: var(--qm-radius-lg);
  overflow: hidden;
  box-shadow: var(--qm-shadow-sm);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.qm-carousel-container {
  position: relative;
  padding: 10px 0;
}

.qm-continent-track-wrapper {
  overflow: hidden;
  padding: 16px 4px;
}

.qm-carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: var(--qm-white);
  border: 1px solid var(--qm-slate-200);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--qm-slate-700);
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.12);
  z-index: 10;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.qm-carousel-btn:hover {
  background: var(--qm-blue-600);
  color: var(--qm-white);
  border-color: var(--qm-blue-600);
  box-shadow: 0 6px 20px rgba(37, 99, 235, 0.35);
  transform: translateY(-50%) scale(1.08);
}

.qm-carousel-btn.prev {
  left: -24px;
}

.qm-carousel-btn.next {
  right: -24px;
}

.qm-continent-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
  border-color: var(--qm-blue-500);
}

.qm-continent-img {
  height: 180px;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 20px;
}

.qm-continent-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, rgba(10, 17, 40, 0.9) 0%, rgba(10, 17, 40, 0.2) 100%);
}

.qm-continent-img h3 {
  position: relative;
  margin: 0;
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  z-index: 2;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.qm-continent-content {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.qm-continent-desc {
  font-size: 13.5px;
  color: var(--qm-slate-500);
  margin: 0 0 16px;
  line-height: 1.5;
}

.qm-continent-list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  flex: 1;
}

.qm-continent-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13.5px;
  color: var(--qm-slate-700);
  font-weight: 500;
  margin-bottom: 12px;
}

.qm-btn-card {
  display: block;
  text-align: center;
  background: var(--qm-slate-50);
  border: 1.5px solid var(--qm-slate-300);
  color: var(--qm-slate-700);
  font-weight: 700;
  font-size: 13.5px;
  padding: 10px;
  border-radius: var(--qm-radius-sm);
  transition: all 0.2s ease;
  text-decoration: none;
}

.qm-continent-card:hover .qm-btn-card {
  background: var(--qm-blue-600);
  color: #fff;
  border-color: var(--qm-blue-600);
}

/* ==========================================================================
   7. HOW QUICKMOON WORKS - ELEGANT HIGH-TECH ROADMAP
   ========================================================================== */
.qm-steps-roadmap-section {
  background:
    linear-gradient(135deg, rgba(10, 17, 40, 0.82) 0%, rgba(16, 28, 61, 0.72) 100%),
    url('https://images.unsplash.com/photo-1488646953014-85cb44e25828?auto=format&fit=crop&w=2000&q=80') center/cover no-repeat;
  color: #ffffff;
  padding: 70px 0;
  position: relative;
}

.qm-steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  position: relative;
}

.qm-step-bento {
  background: rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: var(--qm-radius-lg);
  padding: 32px 24px;
  position: relative;
  transition: all 0.3s ease;
}

.qm-step-bento:hover {
  transform: translateY(-6px);
  background: rgba(255, 255, 255, 0.06);
  border-color: var(--qm-cyan-400);
  box-shadow: 0 15px 35px rgba(0, 210, 255, 0.2);
}

.qm-step-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 22px;
}

.qm-step-badge {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--qm-cyan-400), var(--qm-blue-600));
  color: var(--qm-white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 18px;
  box-shadow: 0 4px 12px rgba(0, 210, 255, 0.35);
}

.qm-step-icon-wrap {
  color: var(--qm-cyan-400);
}

.qm-step-bento h3 {
  font-size: 18.5px;
  margin: 0 0 10px;
  color: #ffffff;
  font-weight: 700;
}

.qm-step-bento p {
  color: var(--qm-slate-300);
  font-size: 14px;
  margin: 0;
  line-height: 1.6;
}

/* ==========================================================================
   8. WHY QUICKMOON VS TRADITIONAL AGENTS (BENTO)
   ========================================================================== */

#why-us {
  padding: 70px 0;
}

.qm-compare-bento-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  max-width: 1040px;
  margin: 0 auto;
}

.qm-bento-card {
  border-radius: var(--qm-radius-xl);
  padding: 38px 32px;
  position: relative;
}

.qm-bento-qm {
  background: var(--qm-navy-900);
  color: #ffffff;
  border: 2px solid var(--qm-cyan-400);
  box-shadow: 0 20px 45px -10px rgba(0, 210, 255, 0.25);
}

.qm-bento-tag {
  position: absolute;
  top: -14px;
  right: 28px;
  background: linear-gradient(135deg, var(--qm-cyan-400), var(--qm-blue-600));
  color: #ffffff;
  padding: 4px 14px;
  border-radius: var(--qm-radius-full);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.qm-bento-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.qm-bento-head h3 {
  margin: 0;
  font-size: 22px;
  font-weight: 800;
}

.qm-bento-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.qm-bento-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 14.5px;
  line-height: 1.5;
}

.qm-check-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(16, 185, 129, 0.2);
  color: var(--qm-green-400);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 14px;
  flex-shrink: 0;
  margin-top: 1px;
}

.qm-bento-traditional {
  background: var(--qm-white);
  color: var(--qm-slate-700);
  border: 1px solid var(--qm-slate-300);
  box-shadow: var(--qm-shadow-sm);
}

.qm-bento-traditional .qm-bento-head {
  border-bottom-color: var(--qm-slate-200);
}

.qm-cross-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(239, 68, 68, 0.12);
  color: var(--qm-red-500);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 14px;
  flex-shrink: 0;
  margin-top: 1px;
}

/* ==========================================================================
   9. TESTIMONIALS - SMOOTH AUTO-SCROLL TICKER
   ========================================================================== */
.qm-testimonial-section {
  background: #f8fafc;
  padding: 70px 0;
  overflow: hidden;
  border-top: 1px solid var(--qm-slate-200);
  border-bottom: 1px solid var(--qm-slate-200);
}

@keyframes qmMarqueeLeft {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.qm-testi-track {
  display: flex;
  gap: 24px;
  width: max-content;
  animation: qmMarqueeLeft 50s linear infinite;
  padding: 10px 0;
}

.qm-testi-track:hover {
  animation-play-state: paused;
}

.qm-testi-card {
  width: 380px;
  background: #ffffff;
  border: 1px solid var(--qm-slate-200);
  border-radius: var(--qm-radius-lg);
  padding: 26px;
  box-shadow: var(--qm-shadow-sm);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-shrink: 0;
}

.qm-testi-card:hover {
  border-color: var(--qm-blue-500);
  box-shadow: 0 12px 30px rgba(37, 99, 235, 0.1);
}

.qm-testi-stars {
  display: flex;
  gap: 4px;
  margin-bottom: 12px;
}

.qm-testi-quote {
  font-size: 14px;
  color: var(--qm-slate-700);
  line-height: 1.6;
  margin-bottom: 18px;
  font-style: italic;
}

.qm-testi-author {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--qm-slate-100);
  padding-top: 14px;
}

.qm-testi-user-group {
  display: flex;
  align-items: center;
  gap: 10px;
}

.qm-testi-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--qm-navy-800), var(--qm-blue-600));
  color: #fff;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.qm-testi-name {
  font-size: 14px;
  font-weight: 700;
  color: var(--qm-slate-900);
}

.qm-testi-dest {
  font-size: 12px;
  color: var(--qm-slate-500);
}

.qm-testi-badge {
  font-size: 11px;
  font-weight: 700;
  color: var(--qm-green-500);
  background: rgba(16, 185, 129, 0.1);
  padding: 3px 8px;
  border-radius: 4px;
}

/* ==========================================================================
   10. FREE CONSULTATION & CF7 INTAKE
   ========================================================================== */
.qm-consult-section {
  background:
    linear-gradient(135deg, rgba(6, 11, 24, 0.85) 0%, rgba(16, 28, 61, 0.80) 100%),
    url('https://images.unsplash.com/photo-1488646953014-85cb44e25828?auto=format&fit=crop&w=2000&q=80') center/cover no-repeat;
  color: #ffffff;
  padding: 80px 0;
}

.qm-consult-layout {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 50px;
  align-items: center;
}

.qm-consult-heading {
  font-size: 36px;
  font-weight: 800;
  margin: 0 0 16px;
  color: #ffffff;
  letter-spacing: -0.5px;
  line-height: 1.25;
}

.qm-consult-desc {
  color: var(--qm-slate-300);
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 24px;
}

/* ==========================================================================
   11. FOOTER & COPYRIGHT
   ========================================================================== */
.qm-footer-wrapper {
  background: var(--qm-navy-950);
  color: var(--qm-slate-400);
  padding: 70px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.qm-footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 40px;
  padding-bottom: 60px;
}

.qm-footer-col h4 {
  color: var(--qm-white);
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 20px;
  letter-spacing: -0.3px;
}

.qm-footer-about p {
  font-size: 14px;
  line-height: 1.6;
  margin: 16px 0 20px;
  color: var(--qm-slate-400);
}

.qm-accredit-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 6px 12px;
  border-radius: var(--qm-radius-sm);
  font-size: 12px;
  color: var(--qm-slate-300);
}

.qm-footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.qm-footer-links li {
  margin-bottom: 12px;
}

.qm-footer-links a {
  color: var(--qm-slate-400);
  font-size: 14px;
  display: inline-block;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.qm-footer-links a:hover {
  color: var(--qm-cyan-400);
  transform: translateX(4px);
}

.qm-contact-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 14px;
  font-size: 13.5px;
}

.qm-contact-icon {
  color: var(--qm-cyan-400);
  font-size: 16px;
  margin-top: 3px;
}

.qm-footer-bottom {
  background: #040810;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding: 24px 0;
  font-size: 12.5px;
}

.qm-disclaimer-text {
  color: var(--qm-slate-500);
  font-size: 11.5px;
  line-height: 1.6;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.qm-bottom-layout {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.qm-legal-links {
  display: flex;
  gap: 20px;
}

.qm-legal-links a {
  color: var(--qm-slate-400);
  font-size: 12.5px;
}

.qm-legal-links a:hover {
  color: var(--qm-cyan-400);
}

/* ==========================================================================
   RESPONSIVE BREAKPOINTS
   ========================================================================== */
@media (max-width: 1024px) {

  .qm-hero-layout,
  .qm-consult-layout,
  .qm-compare-bento-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .qm-steps-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .qm-footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .qm-continent-card {
    flex: 0 0 calc(50% - 12px);
  }

  .qm-section-header h2 {
    font-size: 32px;
  }
}

@media (max-width: 768px) {
  .qm-top-bar {
    display: none;
  }

  .qm-nav-menu,
  .qm-header-actions .qm-btn-whatsapp {
    display: none;
  }

  .qm-mobile-toggle {
    display: block;
  }

  .qm-hero-heading {
    font-size: 30px;
    line-height: 1.25;
  }

  .qm-hero-description {
    font-size: 15px;
  }

  .qm-hero-metrics {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 12px;
  }

  .qm-metric-val {
    font-size: 22px;
  }

  .qm-metric-label {
    font-size: 11px;
  }

  .qm-section,
  .qm-hero-section,
  .qm-continents-section,
  .qm-steps-roadmap-section,
  .qm-testimonial-section,
  .qm-consult-section,
  #why-us {
    padding: 50px 0 !important;
  }

  .qm-section-header {
    margin-bottom: 32px;
  }

  .qm-section-header h2,
  .qm-consult-heading {
    font-size: 26px !important;
    line-height: 1.3;
  }

  .qm-section-header p,
  .qm-consult-desc {
    font-size: 14.5px !important;
  }

  .qm-steps-grid,
  .qm-footer-grid {
    grid-template-columns: 1fr;
  }

  .qm-continent-card {
    flex: 0 0 100%;
  }

  .qm-finder-glass {
    padding: 24px 18px;
  }

  .qm-bento-card {
    padding: 28px 20px;
  }

  .qm-bottom-layout {
    flex-direction: column;
    text-align: center;
  }

  .qm-legal-links {
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
  }

  .qm-carousel-btn {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }

  .qm-carousel-btn.prev {
    left: -10px;
  }

  .qm-carousel-btn.next {
    right: -10px;
  }
}

@media (max-width: 480px) {
  .qm-hero-heading {
    font-size: 26px;
  }

  .qm-hero-metrics {
    grid-template-columns: 1fr;
    gap: 14px;
    text-align: center;
  }

  .qm-header-actions .qm-btn-cta {
    padding: 8px 12px;
    font-size: 12px;
  }

  .qm-carousel-btn.prev {
    left: -6px;
  }

  .qm-carousel-btn.next {
    right: -6px;
  }
}