/* ==========================================================================
   BREEZY MOVING CORE STYLESHEET - WEBDIZINI SEO BRAND SYSTEM
   ========================================================================== */

/* Authentic Breezy Moving Brand Colors Scraped from Breezymoving.com */
:root {
  --primary: #39BCD2;       /* Brand Sky Teal */
  --primary-hover: #1e9fb4;
  --orange: #F79B30;        /* Brand Vibrant Orange */
  --orange-hover: #e08316;
  --secondary: #373B4D;     /* Brand Dark Slate Navy */
  --secondary-light: #4E536B;
  --accent: #116DFF;        /* Brand Electric Blue */
  --bg-light: #E0E8EC;      /* Soft Cool Blue-Gray Tint */
  --bg-card: #FFFFFF;
  --text-dark: #373B4D;
  --text-muted: #6B7280;
  --border: #E5E7EB;
  
  --font-headings: 'Outfit', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --font-body: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  
  --shadow-sm: 0 1px 3px rgba(55, 59, 77, 0.05);
  --shadow-md: 0 4px 6px -1px rgba(55, 59, 77, 0.08), 0 2px 4px -1px rgba(55, 59, 77, 0.04);
  --shadow-lg: 0 10px 25px -3px rgba(55, 59, 77, 0.15), 0 4px 6px -2px rgba(55, 59, 77, 0.05);
  --shadow-xl: 0 20px 25px -5px rgba(55, 59, 77, 0.2), 0 10px 10px -5px rgba(55, 59, 77, 0.04);
  
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 16px;
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Typography Overrides */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Outfit:wght@400;500;600;700;800&display=swap');

body {
  font-family: var(--font-body);
  color: var(--text-dark);
  line-height: 1.7;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-headings);
  font-weight: 700;
  color: var(--secondary);
  line-height: 1.35;
}

/* Force Elementor section color breaks - Crucial fix for "plain white wall" issue */
.breezy-hero {
  color: #FFFFFF;
  padding: 6rem 0;
  border-bottom: 5px solid var(--orange);
  position: relative;
  overflow: hidden;
}

.breezy-section-light {
  padding: 5rem 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.breezy-section {
  padding: 5rem 0;
}

/* Deeper dark navy visual breaks to let eyes rest */
.breezy-section-dark {
  color: #FFFFFF;
  padding: 5rem 0;
  border-top: 5px solid var(--primary);
  border-bottom: 5px solid var(--orange);
}

.breezy-section-dark h1,
.breezy-section-dark h2,
.breezy-section-dark h3,
.breezy-section-dark h4,
.breezy-section-dark h5,
.breezy-section-dark h6 {
  color: #FFFFFF;
}

.breezy-section-dark p,
.breezy-section-dark li,
.breezy-section-dark span,
.breezy-section-dark div {
  color: #E2E8F0;
}

.breezy-section-dark .section-badge {
  background-color: rgba(57, 188, 210, 0.15);
  color: var(--primary);
}

/* Accordion styling in dark section */
.breezy-section-dark .elementor-accordion .elementor-accordion-item {
  border: 1px solid #4E536B !important;
  background-color: #2D3142 !important;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.2) !important;
}
.breezy-section-dark .elementor-accordion .elementor-accordion-item:hover {
  border-color: var(--primary) !important;
}
.breezy-section-dark .elementor-accordion .elementor-tab-title {
  background-color: #252836 !important;
  color: #FFFFFF !important;
}
.breezy-section-dark .elementor-accordion .elementor-tab-title.elementor-active {
  background-color: #2D3142 !important;
  color: var(--primary) !important;
  border-left: 4px solid var(--primary) !important;
}
.breezy-section-dark .elementor-accordion .elementor-tab-content {
  color: #E2E8F0 !important;
  border-top: 1px solid #4E536B !important;
  background-color: #242735 !important;
}

/* Table styling in dark section */
.breezy-section-dark .breezy-table {
  background-color: #252836 !important;
  border: 1px solid #4E536B !important;
  box-shadow: var(--shadow-lg) !important;
}
.breezy-section-dark .breezy-table th {
  background-color: #373B4D !important;
  color: #FFFFFF !important;
}
.breezy-section-dark .breezy-table td {
  color: #E2E8F0 !important;
  border-bottom: 1px solid #4E536B !important;
}
.breezy-section-dark .breezy-table tr:nth-child(even) {
  background-color: #2D3142 !important;
}

/* Buttons in dark section */
.breezy-section-dark .breezy-btn-outline {
  border-color: #FFFFFF !important;
  color: #FFFFFF !important;
}
.breezy-section-dark .breezy-btn-outline:hover {
  background-color: #FFFFFF !important;
  color: #1E212D !important;
}

.breezy-section-trust {
  padding: 2rem 0;
  border-bottom: 4px solid var(--orange-hover);
}

.breezy-section-cta {
  color: #FFFFFF;
  padding: 5rem 0;
  border-top: 4px solid var(--orange-hover);
  text-align: center;
}

/* Dynamic Announcement Bar linking to Main Brand Site */
.breezy-announcement-bar {
  background-color: #272A38;
  color: #FFFFFF;
  padding: 10px 15px;
  font-size: 0.88rem;
  font-weight: 600;
  text-align: center;
  font-family: var(--font-headings);
  border-bottom: 2px solid var(--orange);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.breezy-announcement-bar a {
  color: var(--primary) !important;
  text-decoration: underline !important;
  font-weight: 700;
}

.breezy-announcement-bar a:hover {
  color: var(--orange) !important;
}

/* Colored visual badge for titles */
.section-badge {
  font-family: var(--font-headings);
  font-weight: 800;
  font-size: 0.85rem;
  color: var(--orange) !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  background-color: rgba(247, 155, 48, 0.1) !important;
  padding: 6px 16px;
  border-radius: 999px;
  display: inline-block;
  margin-bottom: 1rem;
}

/* Custom premium buttons */
.breezy-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-headings);
  font-weight: 700;
  font-size: 1rem;
  padding: 0.9rem 2.2rem;
  border-radius: var(--radius-sm);
  transition: var(--transition);
  cursor: pointer;
  border: none;
  gap: 8px;
  box-shadow: var(--shadow-md);
  text-decoration: none !important;
}

.breezy-btn-primary {
  background: linear-gradient(135deg, var(--orange) 0%, var(--orange-hover) 100%);
  color: #FFFFFF !important;
}

.breezy-btn-primary:hover {
  background: linear-gradient(135deg, var(--orange-hover) 0%, #D97706 100%);
  transform: translateY(-2px);
  box-shadow: 0 10px 20px -5px rgba(247, 155, 48, 0.4);
}

.breezy-btn-secondary {
  background: linear-gradient(135deg, var(--secondary) 0%, var(--secondary-light) 100%);
  color: #FFFFFF !important;
}

.breezy-btn-secondary:hover {
  background: linear-gradient(135deg, var(--secondary-light) 0%, #4B5563 100%);
  transform: translateY(-2px);
  box-shadow: 0 10px 20px -5px rgba(55, 59, 77, 0.3);
}

.breezy-btn-outline {
  background-color: transparent;
  border: 2px solid var(--orange);
  color: var(--orange) !important;
  box-shadow: none;
}

.breezy-btn-outline:hover {
  background-color: var(--orange);
  color: #FFFFFF !important;
  transform: translateY(-2px);
  box-shadow: 0 10px 20px -5px rgba(247, 155, 48, 0.3);
}

/* Feature Cards with colored top-border break and shadows */
.feature-card {
  background: var(--bg-card);
  padding: 2.5rem 2rem;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-md);
  border: 1px solid var(--border);
  border-top: 4px solid var(--primary); /* Sky Teal accent bar */
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s ease, border-color 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-xl);
  border-color: var(--orange);
  border-top-color: var(--orange); /* Change to orange on hover */
}

/* Highlight boxes for 30 services grid */
.breezy-alert-orange {
  background-color: #FFFFFF !important;
  border: 2px solid var(--orange) !important;
  border-top: 6px solid var(--orange) !important;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-lg);
  padding: 2.5rem;
}

/* Service Card Layouts */
.service-card {
  background: var(--bg-card);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  border: 1px solid var(--border);
  border-top: 4px solid var(--primary);
  transition: var(--transition);
  display: flex;
  flex-direction: column;
  height: 100%;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-xl);
  border-color: var(--orange);
  border-top-color: var(--orange);
}

.service-link {
  color: var(--primary);
  font-family: var(--font-headings);
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.95rem;
  transition: var(--transition);
}

.service-link:hover {
  color: var(--orange);
}

/* Testimonial container visual override */
.testimonial-box {
  background: var(--bg-card);
  max-width: 800px;
  margin: 0 auto;
  padding: 4rem 3rem;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  position: relative;
  text-align: center;
  border: 1px solid var(--border);
  border-top: 5px solid var(--orange);
}

/* Moving task checklists and Donation tables styling */
.breezy-table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
  font-size: 0.95rem;
  background-color: var(--bg-card);
  box-shadow: var(--shadow-md);
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid var(--border);
}

.breezy-table th {
  background-color: var(--secondary);
  color: #FFFFFF;
  font-weight: 700;
  padding: 14px 18px;
  text-align: left;
  border: none;
}

.breezy-table td {
  padding: 14px 18px;
  border-bottom: 1px solid var(--border);
  color: var(--text-dark);
}

.breezy-table tr:nth-child(even) {
  background-color: var(--bg-light);
}

/* Area Served Badges */
.area-badge {
  background: var(--bg-card);
  border: 1px solid var(--border);
  padding: 0.8rem 1.5rem;
  border-radius: var(--radius-sm);
  font-family: var(--font-headings);
  font-weight: 700;
  color: var(--secondary-light);
  text-decoration: none;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
}

.area-badge:hover {
  background-color: var(--orange);
  border-color: var(--orange);
  color: #FFFFFF !important;
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

.area-badge-usa {
  background-color: var(--secondary);
  border-color: var(--secondary);
  color: #FFFFFF !important;
}

.area-badge-usa:hover {
  background-color: var(--orange);
  border-color: var(--orange);
}

/* Multi-Step Estimate Form Visual fixes */
.estimate-card {
  background: var(--bg-card);
  max-width: 700px;
  margin: 2rem auto;
  padding: 3rem;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--border);
  border-top: 5px solid var(--orange);
}

/* Accordion Elementor Custom Styling Override to match brand colors */
.elementor-accordion .elementor-accordion-item {
  border: 1px solid var(--border) !important;
  border-radius: var(--radius-sm) !important;
  margin-bottom: 1rem !important;
  overflow: hidden;
  background-color: var(--bg-card);
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
}

.elementor-accordion .elementor-accordion-item:hover {
  border-color: var(--primary) !important;
}

.elementor-accordion .elementor-tab-title {
  background-color: var(--bg-light) !important;
  padding: 16px 20px !important;
  font-weight: 700 !important;
  font-family: var(--font-headings) !important;
  color: var(--secondary) !important;
  transition: var(--transition);
}

.elementor-accordion .elementor-tab-title.elementor-active {
  background-color: rgba(57, 188, 210, 0.05) !important;
  color: var(--primary-hover) !important;
  border-left: 4px solid var(--primary) !important;
}

.elementor-accordion .elementor-tab-content {
  padding: 20px !important;
  color: var(--text-dark) !important;
  font-size: 0.95rem !important;
  line-height: 1.6 !important;
  border-top: 1px solid var(--border) !important;
}

/* Custom Alert / Info Badge */
.breezy-alert-orange {
  background-color: #FFFFFF !important;
  border-left: 5px solid var(--orange) !important;
  padding: 1.5rem 2rem;
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-md);
  margin: 1.5rem 0;
}

.breezy-alert {
  background-color: rgba(57, 188, 210, 0.05);
  border-left: 5px solid var(--primary);
  padding: 1.5rem 2rem;
  border-radius: var(--radius-sm);
  margin: 1.5rem 0;
  font-size: 0.95rem;
}


/* ==========================================================================
   APPENDED MULTI-STEP FORM AND HERO SUB-ELEMENT STYLES
   ========================================================================== */

.breezy-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.section-title-wrap {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 4rem auto;
}

.section-title {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.section-desc {
  color: var(--text-muted);
  font-size: 1.1rem;
}

.breezy-hero::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 700px;
  height: 700px;
  background: radial-gradient(circle, rgba(14, 165, 233, 0.15) 0%, rgba(14, 165, 233, 0) 70%);
  z-index: 1;
}

.breezy-hero-content {
  position: relative;
  z-index: 2;
  max-width: 700px;
}

.breezy-hero-title {
  font-size: 3.5rem;
  color: #FFFFFF;
  margin-bottom: 1.5rem;
  line-height: 1.15;
}

.breezy-hero-title span {
  color: var(--primary);
}

.breezy-hero-text {
  font-size: 1.25rem;
  color: #CBD5E1;
  margin-bottom: 2.5rem;
}

.breezy-hero-btns {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
}

/* ==========================================================================
   WHY CHOOSE US CARDS
   ========================================================================== */
.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.feature-icon-box {
  width: 60px;
  height: 60px;
  background-color: rgba(14, 165, 233, 0.1);
  color: var(--primary);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  font-size: 1.75rem;
}

.feature-card h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.feature-card p {
  color: var(--text-muted);
  margin-bottom: 0;
}

/* ==========================================================================
   SERVICES GRID
   ========================================================================== */
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2.5rem;
}

.service-card-image {
  height: 200px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.service-card-image::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(15, 23, 42, 0) 50%, rgba(15, 23, 42, 0.4) 100%);
}

.service-card-content {
  padding: 2rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.service-card h3 {
  font-size: 1.35rem;
  margin-bottom: 0.75rem;
}

.service-card p {
  color: var(--text-muted);
  margin-bottom: 1.5rem;
  font-size: 0.95rem;
}

.service-link::after {
  content: '→';
  transition: var(--transition);
}

.service-link:hover::after {
  transform: translateX(4px);
}

.testimonial-box::before {
  content: '"';
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--font-headings);
  font-size: 8rem;
  color: rgba(14, 165, 233, 0.15);
  line-height: 1;
}

.testimonial-quote {
  font-size: 1.35rem;
  font-style: italic;
  color: var(--secondary-light);
  line-height: 1.6;
  margin-bottom: 2rem;
  position: relative;
  z-index: 2;
}

.testimonial-author {
  font-family: var(--font-headings);
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--secondary);
}

.testimonial-role {
  color: var(--text-muted);
  font-size: 0.9rem;
}

/* ==========================================================================
   AREAS SERVED BADGES
   ========================================================================== */
.areas-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  max-width: 900px;
  margin: 0 auto;
}

.form-progress {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 3.5rem;
}

.form-progress::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  background-color: var(--border);
  z-index: 1;
  transform: translateY(-50%);
}

.progress-bar-fill {
  position: absolute;
  top: 50%;
  left: 0;
  height: 2px;
  background-color: var(--primary);
  z-index: 1;
  transform: translateY(-50%);
  width: 0%;
  transition: width 0.4s ease;
}

.progress-step {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--bg-light);
  border: 2px solid var(--border);
  color: var(--text-muted);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-headings);
  font-weight: 700;
  font-size: 0.95rem;
  z-index: 2;
  position: relative;
  transition: var(--transition);
}

.progress-step.active {
  background-color: #FFFFFF;
  border-color: var(--primary);
  color: var(--primary);
  box-shadow: 0 0 0 4px rgba(14, 165, 233, 0.15);
}

.progress-step.completed {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #FFFFFF;
}

.form-step {
  display: none;
  animation: fadeIn 0.4s ease forwards;
}

.form-step.active {
  display: block;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.form-step-title {
  font-size: 1.75rem;
  margin-bottom: 0.5rem;
}

.form-step-desc {
  color: var(--text-muted);
  margin-bottom: 2rem;
}

.form-group {
  margin-bottom: 1.5rem;
}

.form-group label {
  display: block;
  font-family: var(--font-headings);
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--secondary-light);
  margin-bottom: 0.5rem;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 0.8rem 1rem;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  font-family: var(--font-body);
  font-size: 0.95rem;
  transition: var(--transition);
  box-shadow: var(--shadow-sm);
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(14, 165, 233, 0.15);
}

/* Card-style radio/checkbox selections */
.grid-selections {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  gap: 1rem;
}

.card-selection {
  border: 2px solid var(--border);
  border-radius: var(--radius-sm);
  padding: 1rem;
  text-align: center;
  cursor: pointer;
  transition: var(--transition);
  position: relative;
}

.card-selection input[type="radio"],
.card-selection input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.card-selection span {
  font-family: var(--font-headings);
  font-weight: 600;
  color: var(--secondary);
  font-size: 0.9rem;
}

.card-selection:hover {
  border-color: var(--primary);
  background-color: rgba(14, 165, 233, 0.02);
}

.card-selection.selected {
  border-color: var(--primary);
  background-color: rgba(14, 165, 233, 0.05);
  box-shadow: 0 0 0 2px rgba(14, 165, 233, 0.15);
}

.form-navigation {
  display: flex;
  justify-content: space-between;
  margin-top: 3rem;
  border-top: 1px solid var(--border);
  padding-top: 1.5rem;
}

/* Form success overlay */
.success-screen {
  text-align: center;
  padding: 2rem 0;
}

.success-icon-box {
  width: 80px;
  height: 80px;
  background-color: var(--accent-light);
  color: var(--accent);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  margin: 0 auto 2rem auto;
  box-shadow: 0 0 0 8px rgba(16, 185, 129, 0.1);
}

/* ==========================================================================
   INTERACTIVE MAP SVG
   ========================================================================== */
.map-container {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 2rem;
  box-shadow: var(--shadow-md);
  text-align: center;
}

/* ==========================================================================
   MOBILE RESPONSIVENESS
   ========================================================================== */
@media (max-width: 768px) {
  .breezy-section {
    padding: 4rem 0;
  }
  .breezy-hero {
    padding: 6rem 0;
    text-align: center;
  }
  .breezy-hero-content {
    max-width: 100%;
  }
  .breezy-hero-title {
    font-size: 2.5rem;
  }
  .breezy-hero-btns {
    justify-content: center;
  }
  .estimate-card {
    padding: 1.5rem;
  }
  .form-progress {
    margin-bottom: 2.5rem;
  }
}