/* style-mk.css */
/* Font Setup */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

/* =======================================
   Sagewise Design System Stylesheet
   Based on provided brand guidelines
========================================== */

:root {
  /* Brand Colors */
  --primary: #2F4F4F; /* Sagewise Dark Green */
  --accent: #8FBC8F;

  /* Call-to-Action */
  --cta-primary: #ECA400;
  --cta-hover: #D89400;

  /* Status Colors */
  --success: #10B981;
  --warning: #F59E0B;
  --error: #DC2626;
  --error-border: #EF4444;
  --info: #3B82F6;

  /* Text Colors */
  --text-primary: #1F2937;
  --text-secondary: #6B7280;

  /* Backgrounds & Interface */
  --bg-light: #F8F8F8;
  --bg-contrast: #E5E7EB;
  --bg-highlight: #FEF3C7;
  --bg-neutral: #F3F4F6;
  --white: #FFFFFF;
  --border-gray: #D1D5DB;
  --disabled: #9CA3AF;

  /* Typography */
  --font-family-base: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-size-base: 18px;
  --line-height-body: 1.6;
  --line-height-heading: 1.15;

  /* Shadows */
  --shadow-sm: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.06);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.06);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.05);
  --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.04);
  --success-bg: #ECFDF5;
}

/* Icon sizing utilities */
.icon-sm { width: 16px; height: 16px; }
.icon-md { width: 20px; height: 20px; }
.icon-lg { width: 22px; height: 22px; }
.icon-xl { width: 32px; height: 32px; }
.icon-xxl { width: 48px; height: 48px; }


body {
  font-family: var(--font-family-base);
  font-size: var(--font-size-base);
  background-color: var(--bg-light);
  color: var(--text-primary);
  line-height: var(--line-height-body);
  margin: 0;
  padding: 0;
}

#body.qw {
    background: var(--bg-light) !important;;
}
.am-best-grade {
  font-size: 2.5rem;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
}
.am-best-rating {
  background:#2f4f4f;
}
.am-best-label {
  font-size: 0.875rem;
  font-weight: 600;
  color: #f7f7f7;
  letter-spacing: 0.5px;
}
.am-best-source {
  font-size: 0.75rem;
  color: #2f4f4f;
  margin: -0.25rem 0rem .15rem 0rem;
}
.hide-phone {
    display: none !important;
}
.name-indicator {
  text-transform: uppercase;
}
/* Utility Classes */
.text-primary-custom { color: var(--primary) !important; }
.bg-primary-custom { background-color: var(--primary) !important; }
.border-primary-custom { border-color: var(--primary) !important; }
/* Overrides */

@media (min-width: 1400px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1320px;
  }

  .container-xxl {
    max-width: 1680px !important;
  }
}

/* Header */
header {
  background-color: var(--bg-light);
  border-bottom: 1px solid var(--border-gray);
}
/* Step Progress Container */
.step-progress {
  position: relative;
  padding-top: 16px;
}
.header-menu {
  position: relative;
  padding-top: 16px;
  max-width: 500px;
}

.step-progress::before {
  content: "";
  position: absolute;
  top: 30px;
  left: calc(50% / 3);   /* Starts halfway through the first column */
  right: calc(50% / 3);  /* Ends halfway before the last column */
  height: 1px;
  background-color: var(--border-gray);
  z-index: 0;
}
.header-menu::before {
  content: "";
  position: absolute;
  top: 30px;
  left: calc(50% / 3);   /* Starts halfway through the first column */
  right: calc(50% / 3);  /* Ends halfway before the last column */
  height: 1px;
  background-color: var(--border-gray);
  z-index: 0;
}
.trust-logo {
    height: 28px;
    width: auto;
    opacity: 0.8;
}

/* Each Step */
.step {
  position: relative;
  z-index: 1;
  flex: 1;
  text-align: center;
}
.menu {
  position: relative;
  z-index: 1;
  flex: 1;
  text-align: center;
}
/* Icon Container */
.step-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--white);
  width: 28px;
  height: 28px;
  margin: 0 auto;
  border-radius: 50%;
  /*box-shadow: var(--shadow-sm);*/
}
.vehicle-options label {
    font-size: 14px;
    padding: 10px 20px;
    min-height: 100px !important;
}
.icon-soft-skeuo-wrapper svg {
    width: 24px;
    height: 24px;
}
div.helpText, label.helpText {
    color: var(--text-secondary);
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    text-align: justify;
    text-transform: none;
}
.customer-info {
  margin-bottom: -45px;
  margin-top: -6px;
}
.text-xs {
  font-size: 0.65rem;
}
.icon-soft-skeuo-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #f9fafb 0%, #f3f4f6 100%);
    border-radius: 12px;
    box-shadow: 0 2px 4px #0000001a, inset 0 1px 0 #ffffff80;
    color: #2f4f4f;
    transition: all 0.18s ease-in-out;
}
/* Active Step */
.step-icon.active {
  border: 1px solid var(--accent);
  background-color: var(--bg-light);
}
.menu-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--white);
  width: 28px;
  height: 28px;
  margin: 0 auto;
  border-radius: 50%;
  /*box-shadow: var(--shadow-sm);*/
}

/* Active Step */
.menu-icon.active {
  border: 1px solid var(--accent);
  background-color: var(--bg-light);
}
/* Label below the icon */
.step-label {
  font-size: 14px;
  font-weight: 600;
  color: var(--text-secondary);
  margin-top: 0.5rem;
}

.step-label.active {
  color: var(--primary);
}
/* Label below the icon */
.menu-label {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-secondary);
  margin-top: 0.5rem;
}
/* Button Styles */
.btn-custom {
  background-color: var(--cta-primary);
  color: var(--text-primary);
  border: none;
  font-size: 18px;
  font-weight: 600;
  padding: 16px 30px;
  border-radius: 8px;
  min-height: 60px;
  max-width: 400px;
  width: 100%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease;
}
.hero-reviews__logos {
  display: flex;
  align-items: center;
  margin-top: 10px;
  gap: 50px;
  justify-content: center;
}

.hero-reviews__logos img {
  height: 28px;
  width: auto;
  opacity: 0.8;
}

.bbb-logo {
  height: 65px !important;
}
.testimonial-section::after {
  content: '';
  display: block;
  width: 600px;
  height: 5px;
  background-color: var(--accent);
  margin: 5rem auto 0 auto;
}

/* Tablet */
@media (max-width: 992px) {
  .testimonial-section::after {
    width: 300px;
    margin: 4rem auto 0 auto;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .testimonial-section::after {
    width: 175px;
    margin: 3rem auto 0 auto;
  }
}
.btn-custom:hover {
  background-color: var(--cta-hover) !important;
  color: var(--white) !important;
  transform: translateY(-2px);
}
.prev-btn {
  color: var(--primary);
}
.prev-btn:hover {
  color: var(--cta-hover);
}
.next-btn {
  color: var(--primary);
}
.next-btn:hover {
  color: var(--cta-hover);
}
.btn-custom:focus {
  outline: 3px solid var(--accent);
  outline-offset: 2px;
}

/* Typography - Design System Compliant */
h1, h2, h3 {
  line-height: var(--line-height-heading);
  font-weight: 700;
}

h1 { font-size: 4.5rem; letter-spacing: -0.035em; }
h2 { font-size: 3.5rem; letter-spacing: -0.03em; }
h3 { font-size: 2rem; letter-spacing: -0.025em; }

@media (max-width: 1199px) {
  h1 { font-size: 3.5rem; }
  h2 { font-size: 3rem; }
  h3 { font-size: 1.8rem; }
}

@media (max-width: 767px) {
  h1 { font-size: 2.25rem; }
  h2 { font-size: 2rem; }
  h3 { font-size: 1.4rem; }
}

/* Subtitles and Captions */
.subtitle {
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 1.4;
  color: var(--text-secondary);
}

/* Accessibility Overrides */
.disabled {
  background-color: var(--disabled);
  cursor: not-allowed;
  opacity: 0.65;
}

/* Header Phone Section */
.agent-label {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.3px;
  color: var(--text-primary);
  text-align: right;
  margin: 3px 0;
}

.agent-phone {
  font-size: 16px;
  line-height: 1.1;
  letter-spacing: 0;
  color: var(--primary);
  font-weight: 700;
  margin: 3px 0px;
  text-decoration: none;
  justify-content: flex-end;
  transition: color 0.2s ease;
}

.phone-number {
  font-size: 16px;
  line-height: 1.1;
  letter-spacing: 0;
  color: var(--primary);
  font-weight: 600;
  transition: color 0.2s ease;
}

.col-6.d-flex.justify-content-end .d-inline-block {
  text-align: right;
  width: 100%;
}

.agent-phone:hover,
.agent-phone:hover .phone-number {
  color: var(--accent);
}

/* Header Layout */
.header-sticky {
  position: sticky;
  top: 0;
  height: 74px;
  z-index: 1000;
  background-color: var(--white);
}
.phone-icon {
    width: 18px;
    height: 18px;
    stroke: var(--primary);
    margin-right: 0;
}
a:hover .phone-icon {
    stroke: var(--accent); /* Define this variable in your CSS */
}

@media (max-width: 1199px) {
  .header-sticky {
    position: relative;
  }
}

.logo-responsive {
  height: 28px;
}

@media (min-width: 1200px) {
  .logo-responsive {
    height: 34px;
  }
}

@media (max-width: 1199px) {
  .phone-icon {
    width: 18px;
    height: 18px;
    stroke: var(--primary);
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .phone-icon {
    width: 16px;
    stroke: var(--primary);
    height: 16px;
    margin-top: -4px;
  }
  .agent-phone {
  line-height: 1.1;
  }
  /*.agent-label {
    font-size: 12px;
  }
  .phone-number {
    font-size: 12px;
  }*/
}

/* Offer Page Layout */
.offer-page-container {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

/* Offer Page Layout */
.offer-page-container {
 min-height: 100vh;
 display: flex;
 flex-direction: column;
}

.offer-main-section {
 flex: 1;
 display: flex;
 align-items: flex-start;
 padding-top: 80px;
 padding-bottom: 3rem;
 margin-top: 0px;
}

@media (max-width: 991px) {
 .offer-main-section {
   padding-top: 2rem;
   padding-bottom: 2rem;
   margin-top: -50px;
 }
}

@media (max-width: 767px) {
 .offer-main-section {
   padding-top: 1.5rem;
   padding-bottom: 1.5rem;
   align-items: center;
   margin-top: 0;
 }
}

/* Offer Card Styles */
.offer-card {
  border: 1px solid var(--border-gray);
  box-shadow: var(--shadow-sm);
}

/* Ribbon Styles */
.ribbon-container {
  position: absolute;
  top: -10px;
  left: -10px;
  display: flex;
  max-width: 220px;
  border-radius: 8px;
  overflow: hidden;
  z-index: 10;
}

.ribbon-icon {
  padding: 8px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ribbon-icon i {
  width: 16px;
  height: 16px;
}

.ribbon-label {
  padding: 6px 30px 6px 10px;
  font-weight: 600;
  font-size: 14px;
  display: flex;
  align-items: center;
}

.mobile-ribbon {
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 14px;
}

.mobile-ribbon i {
  width: 16px;
  height: 16px;
}
.rating-stars .star-icon.star-outline {
  fill: none !important;
  stroke: currentColor;
  stroke-width: 1.5;
  opacity: 0.3;
}
/* Trust Signal */
.trust-signal {
  font-size: 14px;
}

.trust-text i {
  width: 18px;
  height: 18px;
}

.trust-signal .fw-bold {
  font-weight: 700;
  color: var(--success);
}

.covered-text {
  color: var(--text-secondary);
  font-weight: 500;
}

/* Policy Section */
.policy-title {
  font-size: 26px;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 8px;
}

.policy-subtitle {
  font-size: 18px;
  color: var(--text-primary);
  font-weight: 500;
  margin-bottom: 16px;
}

.policy-features {
  font-size: 17px;
  font-weight: 500;
  color: var(--text-primary);
  line-height: 1.5;
}

.policy-features li span {
  font-weight: 500;
  color: var(--text-primary);
}

.feature-check-icon {
  width: 20px;
  height: 20px;
  background-color: var(--success);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}

.feature-check-icon i,
.feature-check-icon svg {
  width: 12px;
  height: 12px;
  color: var(--white) !important;
  stroke: var(--white) !important;
}

/* Rating Section */
.rating-wrapper {
  margin-bottom: 1.5rem;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--border-gray);
  box-shadow: var(--shadow-sm);
}

.rating-score-box {
  background-color: var(--primary);
  color: var(--white);
  padding: 16px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  min-width: 60px;
}

.rating-score {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.rating-details {
  background-color: var(--white);
  padding: 12px 16px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.rating-label {
  font-size: 12px;
  font-weight: 700;
  color: var(--text-primary);
  letter-spacing: 0.5px;
  margin-bottom: 4px;
}

.rating-stars {
  display: flex;
  gap: 2px;
  justify-content: center;
}

.rating-stars .star-icon {
  width: 18px;
  height: 18px;
  color: var(--warning);
  fill: currentColor;
}

/* CTA Buttons */
.btn-outline-primary-custom {
  color: var(--primary);
  border: 2px solid var(--primary);
  background-color: transparent;
  font-weight: 600;
  transition: all 0.2s ease;
}

.btn-outline-primary-custom:hover {
  background-color: var(--primary);
  border-color: var(--primary);
  color: var(--white);
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}
.provider-logo-sm {
  height: 24px;
  width: auto;
  opacity: 0.8;
}
.provider-logo {
  height: 32px;
  width: auto;
  opacity: 0.8;
}
.provider-logo-lg {
  height: 40px;
  width: auto;
  opacity: 0.8;
}
/* Font Size Utilities - Add to styles.css */
.fs-body { font-size: 16px; }
.fs-phone { font-size: 1.5rem; color: var(--primary-custom); }
.fs-testimonial { font-size: 1.5rem; line-height: 1.3; }
.fs-card-title { font-size: 1.25rem; }
.fs-small { font-size: 14px; }

/* Trustpilot star styling */
.trustpilot-star {
  width: 14px;
  height: 14px;
  color: #00B67A;
  fill: currentColor;
}

/* Review card styling */
.review-card {
  border: 1px solid var(--border-gray);
  background-color: var(--white);
}

/* Mobile bottom nav styling */
.mobile-bottom-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--white);
  border-top: 1px solid var(--border-gray);
  display: flex;
  z-index: 1000;
}

.mobile-nav-item {
  flex: 1;
  padding: 12px 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--text-secondary);
  transition: color 0.2s ease;
}

.mobile-nav-item:hover {
  color: var(--primary);
}
.btn-outline-primary-custom i {
  width: 20px;
  height: 20px;
}

.btn-outline-primary-custom[href^="tel:"]:hover,
.btn-outline-primary-custom[href^="tel:"]:hover i {
  color: var(--white) !important;
}

/* Phone Link Styling */
a[href^="tel:"] {
  color: var(--primary);
  transition: color 0.2s ease;
}

a[href^="tel:"]:hover {
  color: var(--accent);
}

/* Footer Styles */
footer {
  background-color: var(--bg-light);
}
.min-footer {
 min-height: 225px; /* Mobile */
}

@media (min-width: 768px) {
 .min-footer {
   min-height: 225px; /* Desktop */
 }
}
@media (max-width: 767.98px) {
  .min-vh-sm-110 {
    min-height: 110vh;
  }
}
/*.provider-logo {
  max-width: 100%;
  height: auto;
}*/

.provider-logo.statefarm {
  height: 20px;
}

.provider-logo.mutual-omaha {
  height: 30px;
}

.provider-logo.globe-life {
  height: 26px;
}

.provider-logo.aetna {
  height: 23px;
}

/* Colonial Penn responsive sizing */
.provider-logo.colonial-penn {
  height: 40px; /* Default/Desktop */
}

@media (max-width: 991px) {
  .provider-logo.colonial-penn {
    height: 35px;
  }
}

@media (max-width: 767px) {
  .provider-logo.colonial-penn {
    height: 30px;
  }
}

@media (max-width: 575px) {
  .provider-logo.colonial-penn {
    height: 28px;
  }
}

/* Aflac responsive sizing */
.provider-logo.aflac {
  height: 26px; /* Default/Desktop */
}

@media (max-width: 991px) {
  .provider-logo.aflac {
    height: 24px;
  }
}

@media (max-width: 767px) {
  .provider-logo.aflac {
    height: 22px;
  }
}

@media (max-width: 575px) {
  .provider-logo.aflac {
    height: 20px;
  }
}
.footer-copy {
  color: var(--text-secondary);
  font-size: 13px;
}

.footer-links {
  display: flex;
  gap: 4px;
  justify-content: center;
  flex-wrap: wrap;
}

@media (min-width: 992px) {
  .footer-links {
    justify-content: flex-end;
  }
}

.footer-link {
  color: var(--text-secondary);
  font-size: 13px;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-link:hover {
  color: var(--primary);
  text-decoration: none;
}

.footer-link:not(:last-child)::after {
  content: "|";
  color: var(--text-secondary);
  margin-left: 8px;
}

.footer-disclaimer {
  color: var(--text-secondary);
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 24px;
  padding-bottom: 24px;
}

.footer-bottom {
  border-top: 1px solid var(--border-gray);
  padding-top: 10px;
}

/* Hero Section Styles */
.bg-light {
  background-color: var(--bg-light) !important;
}

.text-primary {
  color: var(--primary) !important;
}

.text-secondary {
  color: var(--text-secondary) !important;
}

/* Testimonial Section */
.testimonial-card {
  border: 1px solid var(--border-gray);
  padding: 60px 25px 25px 25px;
  max-width: 600px;
  width: 100%;
  margin: 40px auto 0 auto;
  background: var(--white);
  border-radius: 16px;
  position: relative;
}

.icon-block {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #E8F5E9 0%, #C8E6C9 100%);
  height: 80px;
  width: 80px;
  border-radius: 20px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.5);
  z-index: 1;
}

.icon-block i,
.icon-block svg {
  width: 34px !important;
  height: 34px !important;
  color: var(--primary);
}

.social-circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: contain;
  padding: 8px;
  background-color: var(--white);
}

/* Responsive adjustments */
@media (max-width: 767px) {
  .social-circle {
    width: 50px;
    height: 50px;
  }

  .testimonial-card {
    margin-bottom: 2rem !important;
  }

  .policy-title {
    font-size: 22px;
  }

  .policy-features {
    font-size: 16px;
  }

  .rating-score {
    font-size: 20px;
  }

  body.index_page {
    padding-bottom: 80px;
  }
}
/* Missing CSS Classes for Flow Functionality */

/* Main container fixes */
#rubkapp {
    display: flex;
    flex-direction: column;
    position: relative;
    min-height: auto !important;
}

@media (min-width: 799px) {
    .innerWrapper {
        background: inherit;
        border: 0;
        border-radius: 0;
        max-width: 100%;
        padding: 0;
    }
}
.innerWrapper {
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    display: inline-block;
    margin: 20px auto 10px;
    max-width: 480px;
    padding: 25px 15px;
    width: 100%;
}

#formWrap {
    height: auto;
    min-height: auto;
    max-width: 650px;
    padding: 0px 20px;
    border-bottom: 0px solid #ffffff !important;
}

@media (min-width: 799px) {
    #formWrap {
        clear: both;
        margin: 0 auto;
        max-width: 760px;
        min-height: 400px;
        padding: 10px 20px 20px;
        border-bottom: 1px solid #eaecec;
    }
}

#slide-wrapper {
    height: auto;
}

#formWrap .main_steps {
    /*min-height: auto !important;
    max-height: none;
    height: auto !important;
    margin-top: 28px;
    margin-bottom: 0;
    padding: 40px 20px;
    background-color: #fff;
    box-shadow: 0 2px 20px -5px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-bottom: 0px solid #eaecec;
    padding-bottom: 1rem;
    overflow: hidden;*/
    min-height: auto !important;
    max-height: none;
    height: auto !important;
    margin-top: 28px;
    margin-bottom: 0;
    border-radius: 16px;
    padding: 40px 20px;
    background-color: var(--white);
    /*box-shadow: 0 2px 20px -5px rgba(0, 0, 0, 0.3);*/
    box-shadow: 0 8px 25px -5px rgba(0,0,0,0.1);

}
@media (min-width: 799px) {
    .innerWrapper {
        background: inherit;
        border: 0;
        border-radius: 0;
        max-width: 100%;
        padding: 0;
    }
}
/* Step Button Container */
.steps_btn {
    display: flex;
    align-items: center;
    justify-content: end;
    width: 100%;
    padding: 40px 0 20px 0;
    margin-top: auto;
    padding-top: 1rem;
}

.steps_btn > div {
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: all 0.5s;
    display: none;
    font-size: 17px;
}

.steps_btn > div.vibible_button {
    display: flex;
}
.steps_btn {
    display: flex;
    align-items: center;
    justify-content: end;
    width: 100%;
    padding: 40px 0 20px 0;
}

/* Previous Button */
.prev_ottr {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 17px;
    transition: all 0.5s;
}

.steps_btn .prev_ottr img {
    margin-right: 5px;
    position: relative;
    transition: all 0.5s;
    margin-left: 10px;
    width: 14px;
    height: 14px;
}

/* Next Button */
.next_otter {
    display: flex;
    align-items: center;
    cursor: pointer;
    background: transparent;
    font-size: 17px;
    transition: all 0.5s;
}

.steps_btn .next_otter img {
    margin-left: 5px;
    margin-right: 10px;
    position: relative;
    transition: all 0.5s;
    width: 14px;
    height: 14px;
}

/* Disabled State */
.steps_btn > div.disabled {
    opacity: 0.4;
    cursor: default;
}

.steps_btn .next_otter.disabled img {
    margin-left: 5px !important;
    margin-right: 10px !important;
}

.steps_btn .prev_ottr.disabled img {
    margin-left: 10px !important;
    margin-right: 5px !important;
}

/* Hover Effects */
.cPointer {
    transition: all 0.5s;
}

.prev_ottr:hover .cPointer,
.next_otter:hover .cPointer {
    color: #8fbc8f !important;
}

/* Button Image Fixes */
.steps_btn .prev_ottr img {
    margin-left: 0;
}

.prev_ottr:hover img {
    margin-left: 0;
    margin-right: 5px;
}

.steps_btn .next_otter img {
    margin-right: 0;
}

.next_otter:hover img {
    margin-right: 0;
    margin-left: 5px;
}

.steps_btn .prev_ottr.disabled img {
    margin-left: 0px !important;
}

.steps_btn .next_otter.disabled img {
    margin-right: 0px !important;
}

/* Vehicle Options Layout */
.vehicle-options {
    min-height: auto;
    height: auto;
    margin: 0;
}

.innerWrapper {
    margin-top: 0;
}

.zip-check-wrapper {
    margin-top: 0;
    margin-bottom: 0;
}

.zip-check-wrapper input {
    margin-top: 0;
    margin-bottom: 0;
}
.zip-checkmark i {
    font-size: 20px;
    color: #10B981;
    padding: 5px;
}
.zip-checkmark, .age-checkmark, .coverage-checkmark  {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    color: #10B981;
    display: none;
    pointer-events: none;
}
.age-checkmark i, .coverage-checkmark i {
    font-size: 20px;
    color: #10B981;
    padding: 5px;
    background: #fafafa;
}

/* Typography */
.flow-title,
.zipQuestion label,
.ageQuestion label,
.coverageQuestion label,
.final-step-username {
    font-size: 32px;
    font-weight: 800;
    margin: 0;
    padding: 0;
    text-align: center !important;
    margin-bottom: 20px;
    line-height: 1.2;
    color: #204c4b;
}
.flow-dropdown {
 width: 100%;
 max-width: 300px;
 border: 1px solid #D1D5DB;
 text-align: left;
 border-radius: 4px;
 background-color: #fafafa;
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
 background-image: url('../images/arrow-down.svg');
 background-repeat: no-repeat;
 background-position: right 10px center;
 background-size: 14px 10px;
}
.age-check-wrapper,
.coverage-check-wrapper {
    margin-top: 0;
    margin-bottom: 0;
}

.steps_btn {
    padding: 30px 0 20px 0;
}

.innerWrapper input[type="text"],
.innerWrapper input[type="email"],
.innerWrapper input[type="tel"] {
    height: 40px;
    padding: .375rem 1.875rem .375rem 12px;
    font-size: 18px;
}

.innerWrapper input[type="text"]:hover,
.innerWrapper input[type="text"]:focus,
.innerWrapper input[type="email"]:hover,
.innerWrapper input[type="email"]:focus,
.innerWrapper input[type="tel"]:hover,
.innerWrapper input[type="tel"]:focus {
    border-color: #8fbc8f;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.zip-checkmark {
    top: 40%;
}

/* Icon Wrapper */
.icon-soft-skeuo-wrapper {
    width: 45px;
    height: 45px;
}

.icon-soft-skeuo-wrapper svg {
    width: 24px;
    height: 24px;
}

.vehicle-options label {
    font-size: 14px;
    padding: 10px 20px;
    min-height: 100px !important;
}

.vehicle-options label:hover {
    transform: none;
}

/* Dropdown */
.flow-dropdown {
    height: 50px;
    padding: .375rem 1.875rem .375rem 12px;
    font-size: 18px;
    margin: 0;
    font-weight: 400;
    transition: all 0.4s;
}

.flow-dropdown:hover,
.flow-dropdown:focus {
    border-color: #8fbc8f;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}


.age-checkmark, .coverage-checkmark {
    transform: none;
    top: 0px;
}
/*.age-checkmark, .coverage-checkmark {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(82%);
    font-size: 30px;
    color: #28a745;
    background: #fafafa;
    display: none;
    pointer-events: none;
    z-index: 5;
}*/
@media (min-width: 799px) {
    .final-sub {
        font-size: 20px;
        color: var(--primary);
        text-align: center;
        font-weight: 600;
        padding: 0;
        text-transform: none;
        width: 100%;
        margin: 0 auto;
        line-height: 1.3;
        max-width: 400px;
        margin-bottom: 20px;
    }
}
.final-sub {
    font-size: 17px;
    text-align: center;
    font-weight: 600;
    padding: 0;
    text-transform: none;
    margin: 0 auto;
    line-height: 1.2;
    max-width: 400px;
    margin-bottom: 20px;
}
/* Final Step */
.finalStep {
    font-size: 20px;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    height: auto;
    text-align: center;
    max-width: 400px;
    margin: 0 auto;
    margin-bottom: 5px;
}

.finalStep .final-step-username {
    margin: 0 !important;
}

.final-sub, .finalStep, .modal, label, p, ul {
    width: 100%;
}
.zip-checkmark {
    top: 40%;
}
.zip-check-wrapper {
    position: relative;
    max-width: 300px;
    margin: 20px auto;
}
.flow-dropdown-container {
    width: 100%;
    max-width: 300px;
    margin: 20px auto;
    text-align: center;
    position: relative;
}

.innerWrapper input[type="text"], .innerWrapper input[type="email"], .innerWrapper input[type="tel"] {
    font-size: 18px;
    font-weight: 500;
    color: #214c4b;
    width: 100%;
    padding: .375rem 1.875rem .375rem 12px;
    padding: 10px;
    border: 1px solid #D1D5DB;
    border-radius: 4px;
    height: 48px;
    background-color: #F3F4F6;
    box-sizing: border-box;
    transition: border-color 0.3s, box-shadow 0.3s;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.zip-check-wrapper input {
    margin-top: 0;
    margin-bottom: 0;
}

.outer_elementWrap .elementWrap input {
    margin: 0;
}

.wrapper.page.customer-info .error_message {
    font-size: 13px;
    margin: 11px 0 0px 0;
}

.outer_elementWrap .elementWrap {
    margin-bottom: 25px;
}

.outer_elementWrap .elementWrap .frm_checkmark {
    top: 9px;
}

.nws_letter_ar {
  margin-top: -5px;
  margin-bottom: -10px;
}

.customer-info #continue_btn {
    margin-top: 0;
}

div.helpText,
label.helpText {
    line-height: 16px;
    margin-bottom: 0;
}

.flow_calc_title {
    font-weight: 700;
}

/* Responsive */
@media screen and (min-width: 1024px) {
    .prev_ottr:hover img {
        margin-left: 0;
        margin-right: 15px;
    }

    .next_otter:hover img {
        margin-right: 0;
        margin-left: 15px;
    }
}

@media screen and (max-width: 767px) {
    .steps_btn > div {
        font-size: 15px;
    }

    .form-indicator.mx-auto {
        padding: 10px 10px 0px;
    }

    #formWrap {
        padding: 0px 10px;
    }

    #formWrap .main_steps {
        margin-top: 20px;
        padding: 30px 10px;
    }
  .nws_letter_ar {
    margin-top: -5px;
    margin-bottom: -35px;
}
}

@media (max-width: 575px) {
    .items-wrapper div {
        font-size: 13px;
    }

    .form-indicator.mx-auto {
        padding: 0px 0px 0px;
    }

    #formWrap {
        padding: 0px 0px;
    }
}

/* From Zach.css 31-07-25 */
/* ========== Mobile Bottom Navigation ========== */
/* .mobile-bottom-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  background: #FFFFFF;
  border-top: 1px solid #D1D5DB;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1001;
  display: none;
}

.mobile-nav-item {
  flex: 1 1 33.33%;
  max-width: 33.33%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  color: #687280;
  text-decoration: none;
  height: 100%;
  gap: 4px;
  transition: color 0.2s ease;
}

.mobile-nav-item svg {
  width: 28px;
  height: 28px;
  stroke-width: 2px;
  color: #2F4F4F;
  transition: color 0.2s ease;
}

.mobile-nav-item:hover,
.mobile-nav-item:hover svg {
  color: #1F2937;
}

@media (min-width: 1025px) {
  .mobile-bottom-nav {
    display: none !important;
  }
} */

/* ========== Gender Selection Buttons ========== */
.vehicle-options {
  display: flex;
  flex-direction: column;      /* stack vertically */
  align-items: center;
  gap: 20px;
  margin: 20px 0;
}

.vehicle-options input[type="radio"] {
  display: none;
}

.vehicle-options label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 24px;
  background: #FFFFFF;
  border: 2px solid #d1d5db;
  min-height: 120px;
  border-radius: 8px;
  font-size: 20px;
  font-weight: 600;
  color: #1f2937;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  text-align: center;
  transition:
    transform 0.18s ease-in-out,
    background-color 0.18s ease-in-out,
    border-color 0.18s ease-in-out,
    box-shadow 0.18s ease-in-out;
}
.vehicle-options label:hover {
    border-color: #8fbc8f;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}
.vehicle-options input[type="radio"]:checked + label {
  background-color: #fff;
  color: #2F4F4F;
  border-color: #8fbc8f;
}

.vehicle-options input[type="radio"]:checked + label svg {
  stroke: #fff;
}

/* ========== Icon Wrapper ========== */
.icon-soft-skeuo-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, #f9fafb 0%, #f3f4f6 100%);
  border-radius: 12px;
  box-shadow: 0 2px 4px #0000001a, inset 0 1px 0 #ffffff80;
  color: #2f4f4f;
  transition: all 0.18s ease-in-out;
}

.icon-soft-skeuo-wrapper svg {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  stroke-width: 2px;
  stroke: currentColor !important;
  fill: none;
}

.vehicle-options label {
	font-size: 14px;
	padding: 10px 20px;
	min-height: 100px !important;
}
.icon-soft-skeuo-wrapper {
	min-width: 45px;
	min-height: 45px;
	width: 45px;
	height: 45px;
}
.icon-soft-skeuo-wrapper svg {
	width: 24px;
	height: 24px;
}
/* From Zach.css 31-07-25 */
