body {
  font-family: 'Segoe UI', sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f9fafb;
  color: #333;
}

header {
  background: #2e8b57;
  color: white;
  padding: 1rem;
  text-align: center;
}

.logo img {
  height: 50px;
  vertical-align: middle;
}

.subtitle {
  font-size: 1.2rem;
  margin-left: 0.5rem;
  color: #1a1a1a;
}

.tagline {
  font-size: 1rem;
  color: #1a1a1a;
}

.layout-container {
  max-width: 960px;
  margin: 2rem auto;
  padding: 0 1rem;
}

.how-it-works h1 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 1rem;
}

.intro {
  text-align: center;
  font-size: 1.1rem;
  margin-bottom: 2rem;
}

.step {
  background: white;
  border-radius: 8px;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
  text-align: center;
}

.step-icon {
  font-size: 2.5rem;
  color: #008a3d;
  margin-bottom: 1rem;
}

.step h2 {
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}

.call-to-action {
  text-align: center;
  margin-top: 2rem;
}

.cta-button {
  background-color: #008a3d;
  color: white;
  padding: 0.75rem 1.5rem;
  border: none;
  font-size: 1.1rem;
  border-radius: 4px;
  text-decoration: none;
}

.cta-button:hover {
  background-color: #006b2c;
}

/* Snowbird Checklist / Steps Styling */
.steps {
  max-width: 1000px;
  margin: 0 auto;
  padding: 2rem 1rem;
  font-size: 1.05rem;
  line-height: 1.6;
  color: #333;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.04);
}

.steps h2 {
  font-size: 1.8rem;
  margin-top: 1rem;
  color: #004225;
}

.steps h3 {
  font-size: 1.4rem;
  margin-top: 1.5rem;
  color: #1f5e38;
}

.checklist {
  list-style: none;
  padding: 0;
  margin: 1rem 0 1.5rem;
}

.checklist li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 0.75rem;
  font-size: 1rem;
}

.checklist li i {
  flex-shrink: 0;
  font-size: 1.25rem;
  color: #008a3d;
  margin-top: 3px;
}

.call-to-action {
  background: #f0f9f4;
  padding: 1.75rem;
  border-radius: 8px;
  margin-top: 2rem;
  text-align: center;
  border: 1px solid #d4e9df;
}

.call-to-action h2 {
  margin-bottom: 0.5rem;
  font-size: 1.6rem;
  color: #004225;
}


.dropbtn {
  color: #1a1a1a;
}


.site-footer {
  background: #f1f5f9;
  padding: 2rem 1rem;
  font-size: 0.9rem;
  color: #333;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 960px;
  margin: 0 auto;
}

.footer-section {
  flex: 1 1 30%;
  margin-bottom: 1rem;
}

.footer-section h4 {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  color: #004225;
}

.footer-section ul {
  list-style: none;
  padding: 0;
}

.footer-section li a {
  text-decoration: none;
  color: #333;
}

.footer-section a:hover {
  text-decoration: underline;
}

.footer-bottom {
  text-align: center;
  margin-top: 1rem;
  font-size: 0.85rem;
}

/* Site Footer */

.site-footer {
  background-color: #f8f8f8;
  color: #444;
  font-size: 0.9rem;
  padding: 2rem 1rem;
  border-top: 1px solid #ddd;
  text-align: center;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-between;
}

.footer-section {
  flex: 1 1 200px;
  min-width: 200px;
}

.footer-section h4 {
  color: #2e8b57;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  font-weight: 600;
}

.footer-section a {
  color: #2e8b57;
  text-decoration: none;
}

.footer-section a:hover {
  text-decoration: underline;
}

.footer-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-section ul li {
  margin-bottom: 0.25rem;
}

.fmcsa-badge {
  height: 30px;
  margin-top: 0.5rem;
}

.footer-bottom {
  text-align: center;
  margin-top: 2rem;
  font-size: 0.85rem;
  color: #666;
}

/* Header */

/* Header Base */
header {
  background: #edf6ef;
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  flex-wrap: wrap;
}

/* Logo */
.logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: white;
}
.logo img {
  max-height: 40px;
  width: auto;
}

/* Navigation */
nav {
  display: flex;
  gap: 20px;
  font-weight: 600;
}
nav a {
  color: #1a1a1a;
  text-decoration: none;
  font-size: 1rem;
}
nav a:hover {
  text-decoration: underline;
}

.phone-number {
  font-weight: 600;
  font-size: 1rem;
  color: #1a1a1a;
}

/* Hamburger (mobile menu button) */
.hamburger {
  display: none;
  cursor: pointer;
  width: 30px;
  height: 22px;
  position: relative;
  z-index: 1001;
}
.hamburger span {
  background: #1e3d29;
  display: block;
  height: 3px;
  margin: 5px 0;
  border-radius: 2px;
}

/* Mobile Menu */
#nav-menu {
  display: flex;
  gap: 20px;
  font-weight: 600;
}
#nav-menu a {
  color: #1a1a1a;
  text-decoration: none;
  font-size: 1rem;
}

.hero-transport {
  background-image: url('../images/hero-transport2.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 60vh; /* adjust based on how tall you want it */
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  padding: 2rem;
  min-height: 60vh;
  background-color: #333; /* fallback color */
}

.hero-overlay {
  background: rgba(0, 0, 0, 0.5); /* translucent dark overlay for readability */
  padding: 2rem;
  border-radius: 1rem;
  max-width: 800px;
}

.hero-content {
  max-width: 800px;
  margin: 0 auto;
}

.hero-transport h1 {
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
}

.hero-transport p {
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
}


.btn-primary {
  background-color: #0d944f;
  color: white;
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s;
}

.btn-primary:hover {
  background-color: #0b7d42;
}

.faq-section {
  max-width: 800px;
  margin: 60px auto;
  padding: 0 20px;
}

.faq-section h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 2rem;
}

.faq-item {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.text {
  flex: 1;
  text-align: center;
}
.faq-icon {
  flex-shrink: 0;
  margin-left: auto;
  color: #1a6334; /* or any accent color */
}

.faq-question {
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f1f1f1;
  border: none;
  width: 100%;
  padding: 1rem;
  margin: 0.5rem 0;
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s ease;
  box-shadow: none;
}

.faq-question:hover {
  background-color: #e6e6e6;
}

.faq-question i.icon {
  font-size: 1rem;
  color: #2e8b57;
  transition: transform 0.2s ease;
}

.faq-answer {
  display: none;
  padding: 1rem 1.5rem;
  border-left: 4px solid #2e8b57;
  background-color: #ffffff;
  margin-bottom: 1rem;
  border-radius: 0 0 6px 6px;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9999;
  background-color: #edf6ef;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  min-width: 180px;
  width: max-content;           /* shrink to fit content */
  max-width: 100vw;            /* never exceed viewport */
  margin: 0;                   /* remove previous auto centering */
  right: auto;                 /* clear any conflicting positioning */
  overflow-wrap: break-word;
  word-break: break-word;
  white-space: normal;
}

.dropdown-content a {
  color: #1a1a1a;
  padding: 10px 15px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #d4f0dc;
}

.dropdown:hover .dropdown-content {
  display: block;
}


.mobile-cta-banner {
  display: none; /* Hide on desktop */
}

/* Mobile Behavior */
@media screen and (max-width: 768px) {
  .hamburger {
    display: block;
  }

  #nav-menu {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 60px;
    right: 20px;
    background: #edf6ef;
    padding: 10px;
    border-radius: 8px;
    width: 200px;
    z-index: 1000;
  }

  #nav-menu.active {
    display: flex;
  }

  nav a {
    padding: 10px 15px;
    border-top: 1px solid #006633;
  }

  nav a:first-child {
    border-top: none;
  }

  .dropdown-content {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    max-width: none;
    margin: 0;
    border-radius: 6px;
  }

  .phone-number {
    display: none;
  }
  .tagline {
    display: none;
  }
  .logo {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
  }
  .mobile-cta-banner {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: transparent;/* 🔄 transparent background */
    text-align: center;
    padding: 1rem;
    z-index: 999;
    pointer-events: none; /* Allows clicks to go through if nothing else is clickable */
  }

  .mobile-cta-banner a {
    text-decoration: none;
  }

  .mobile-cta-banner button {
    pointer-events: auto; /* Makes button clickable even if parent has pointer-events: none */
    background: #fff;
    color: #004225;
    font-weight: bold;
    border: 2px solid #2e8b57;
    padding: 0.75rem 1.5rem;
    border-radius: 5px;
    font-size: 1rem;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15); /* Optional: adds depth */
  }
  .site-footer {
    padding-bottom: 85px; /* Adjust to match your mobile CTA height */
  }
}

