.elementor-16841 .elementor-element.elementor-element-7e13ac2{margin-top:60px;margin-bottom:0px;z-index:11111;}/* Start custom CSS for html, class: .elementor-element-959ebbf */.membership-section {
  /* remove negative margins on small screens */
  margin-left: calc(10% - 50vw);
  margin-right: calc(10% - 50vw);

  background: url('https://famurgentcare.com/wp-content/uploads/2025/08/bg.png') center center / cover no-repeat;
  color: white;
  padding: 4rem 1rem;
  text-align: center;
  min-height: 0vh;
  overflow-x: hidden; /* prevent sideways scroll */
}

.membership-section h1 {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.3;
  color: #fff;
}

.membership-section h2 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 2rem;
  color: #ffffff;
}

.membership-section p {
  max-width: 700px;
  margin: 1rem auto;
  font-size: 1rem;
  color: #f1f1f1;
  line-height: 1.6;
}

.membership-buttons {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.btn-primary {
  width: 90%;
  max-width: 300px;
  padding: 0.75rem 1.5rem;
  background: #ffffff;
  color: #761d29;
  font-weight: 700;
  border-radius: 50px;
  text-decoration: none;
  text-align: center;
}

.btn-secondary {
  width: 90%;
  max-width: 300px;
  padding: 0.75rem 1.5rem;
  border: 2px solid #ffffff;
  color: #ffffff;
  font-weight: 700;
  border-radius: 50px;
  text-decoration: none;
  text-align: center;
}

/* --------- Responsive Fixes ---------- */
@media (max-width: 1024px) {
  .membership-section {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 768px) {
  .membership-section h1 {
    font-size: 1.8rem;
  }
  .membership-section h2 {
    font-size: 1.2rem;
  }
  .membership-section p {
    font-size: 0.95rem;
  }
}

@media (max-width: 480px) {
  .membership-section {
    padding: 3rem 1rem;
  }
  .membership-section h1 {
    font-size: 1.6rem;
  }
  .membership-section h2 {
    font-size: 1.05rem;
  }
  .membership-section p {
    font-size: 0.9rem;
  }
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-875fd4b */.bg{
 background: #f9f9f9;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d0dd01d */.form-section {
  padding: 4rem 1.5rem;
  background-color: #f9f9f9;
  text-align: center;
}

.form-container {
  max-width: 900px;
  margin: 0 auto;
}

.form-heading {
  font-size: 2rem;
  font-weight: 700;
  color: #082444;
  margin-bottom: 2rem;
}

@media (max-width: 768px) {
  .form-section {
    padding: 2rem 1rem;
  }

  .form-heading {
    font-size: 1.5rem;
  }

  .form-container iframe {
    height: 1800px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ce73dd6 */.site-footer,
.ast-footer-break-point,
.elementor-location-footer {
  display: none !important;
  height: 0 !important;
  visibility: hidden !important;
}

.footer {
  background: #082444;
  color: #f0f4f8;
  padding: 4rem 1rem 2rem;
  font-size: 0.95rem;
}

.footer-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 2.5rem;
}

.footer-logo {
  height: 50px !important;
  width: auto;
  margin-bottom: 1rem;
  background: #ffffff;
  padding: 6px 12px;
  border-radius: 6px !important;
}

.footer-about p {
  line-height: 1.6;
  margin-bottom: 1rem;
}

.social-icons {
  display: flex;
  gap: 1rem;
}

.social-icons img {
  width: 24px;
  height: 24px;
  filter: brightness(0) invert(1);
  transition: transform 0.3s ease;
}

.social-icons img:hover {
  transform: scale(1.1);
}

.footer-links h4,
.footer-contact h4 {
  font-size: 1.1rem;
  margin-bottom: 1rem;
  color: #ffffff;
}

.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links ul li {
  margin-bottom: 0.6rem;
}

.footer-links a,
.footer-contact a {
  color: #cbd5e0;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-links a:hover,
.footer-contact a:hover {
  color: #ffffff;
}

.footer-bottom {
  text-align: center;
  margin-top: 3rem;
  font-size: 0.85rem;
  color: #a0aec0;
}

.footer-bottom a {
  color: #a0aec0;
  text-decoration: none;
}

.footer-bottom a:hover {
  color: #ffffff;
}/* End custom CSS */