.elementor-19510 .elementor-element.elementor-element-3316ce6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:100px;--margin-left:0px;--margin-right:0px;}.elementor-19510 .elementor-element.elementor-element-969fa9a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-19510 .elementor-element.elementor-element-7959805{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-f15b7c7 *//* ===== Universal Chiropractic System Page Styles ===== */
.chiro-page {
  font-family: "Open Sans", Arial, sans-serif;
  color: #333333;
  background-color: #f9f9fa;
  margin: 0;
  padding: 0;
}

/* Hero Section – Base (Desktop/Laptop) */
.chiro-hero {
  position: relative;
  width: 100%;
  height: 660px;
  background: #06064D center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 90px;
}
.chiro-hero::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.chiro-hero h1 {
  position: relative;
  color: #333333;
  font-size: 2.5rem;
  font-weight: 600;
  margin: 0;
  z-index: 1;
  text-align: left;
  max-width: 90%;
  line-height: 1.2;
}

/* Main Content Container */
.chiro-content {
  max-width: 1100px;
  margin: -70px auto 60px; /* pulls content over the hero */
  background: #ffffff;
  padding: 60px 30px;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}
.section + .section {
  margin-top: 50px;
}
.section h2 {
  font-size: 1.8rem;
  color: #002147;
  margin-bottom: 20px;
  font-weight: 600;
  border-left: 4px solid #0073e6;
  padding-left: 12px;
}
.section p {
  font-size: 1rem;
  line-height: 1.6;
  color: #555555;
  margin-bottom: 30px;
}

/* Feature Layout */
.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}
.feature-card {
  background: #fdfdfd;
  border: 1px solid #e1e1e5;
  border-radius: 6px;
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
}
.feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}
.feature-card .card-image {
  width: 100%;
  height: 180px;
  background-color: #e0e0e0;
  background-size: cover;
  background-position: center;
}
.feature-card .card-body {
  padding: 20px;
}
.feature-card h3 {
  font-size: 1.2rem;
  color: #002147;
  margin: 0 0 12px;
  font-weight: 600;
}
.feature-card p {
  font-size: 0.95rem;
  color: #555555;
  line-height: 1.5;
  margin-bottom: 16px;
}

/* Expansive Movement Layout */
.movement-section {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: start;
}
.movement-img {
  flex: 1 1 45%;
  min-width: 280px;
  height: 330px;
  background-color: #e0e0e0;
  background-size: cover;
  background-position: center;
  border-radius: 6px;
}
.movement-text {
  flex: 1 1 50%;
  min-width: 280px;
}
.movement-text h3 {
  font-size: 1.3rem;
  color: #002147;
  margin-bottom: 12px;
  font-weight: 600;
}
.movement-text p {
  font-size: 0.95rem;
  color: #555555;
  line-height: 1.6;
  margin-bottom: 20px;
}

/* Compact Wall Stand Layout */
.compact-section {
  display: flex;
  flex-wrap: wrap-reverse;
  gap: 24px;
  align-items: start;
}
.compact-img {
  flex: 1 1 45%;
  min-width: 280px;
  height: 330px;
  background-color: #e0e0e0;
  background-size: cover;
  background-position: center;
  border-radius: 6px;
}
.compact-text {
  flex: 1 1 50%;
  min-width: 280px;
}
.compact-text h3 {
  font-size: 1.3rem;
  color: #002147;
  margin-bottom: 12px;
  font-weight: 600;
}
.compact-text p {
  font-size: 0.95rem;
  color: #555555;
  line-height: 1.6;
  margin-bottom: 20px;
}
.compact-text ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.compact-text li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  font-size: 0.95rem;
  color: #333333;
  line-height: 1.5;
}
.compact-text li:before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #0073e6;
  font-weight: 600;
}

/* Technical Specifications Table */
.specs-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}
.specs-table th,
.specs-table td {
  border: 1px solid #e1e1e5;
  padding: 12px 16px;
  font-size: 0.95rem;
  text-align: left;
}
.specs-table th {
  background-color: #f3f7fb;
  color: #002147;
  font-weight: 600;
}
.specs-table tr:nth-child(even) {
  background-color: #fafafb;
}

/* Vieworks Section */
.vieworks-section {
  background-color: #f1f8ff;
  padding: 40px 20px;
  border-radius: 6px;
  margin-top: 40px;
}
.vieworks-section h2 {
  font-size: 1.6rem;
  color: #002147;
  margin-bottom: 20px;
  font-weight: 600;
  text-align: center;
}
.vieworks-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
  justify-content: center;
}
.vieworks-img {
  flex: 1 1 40%;
  min-width: 260px;
  height: 260px;
  background-color: #d9eaff;
  background-size: cover;
  background-position: center;
  border-radius: 6px;
}
.vieworks-text {
  flex: 1 1 50%;
  min-width: 280px;
}
.vieworks-text p {
  font-size: 1rem;
  color: #555555;
  line-height: 1.6;
}

/* Call-to-Action */
.chiro-cta {
  text-align: center;
  margin-top: 60px;
}
.chiro-cta .cta-button {
  background-color: #06064D;
  color: #ffffff;
  text-decoration: none;
  padding: 14px 32px;
  border-radius: 4px;
  font-size: 1rem;
  font-weight: 600;
  transition: background-color 0.3s;
  display: inline-block;
}
.chiro-cta .cta-button:hover {
  background-color: #005bb5;
}

/* ===== Responsive Adjustments ===== */

/* Tablet (up to 768px) */
@media (max-width: 768px) {
  .chiro-hero {
    height: 250px;
    padding-left: 20px; /* reduce padding for smaller screens */
    justify-content: center; /* center text */
  }
  .chiro-hero h1 {
    font-size: 2rem;
    text-align: left;
  }
  .chiro-hero::after {
    background: rgba(0, 0, 0, 0.2);
  }
  .chiro-content {
    margin: -50px auto 40px;
    padding: 40px 20px;
  }
  .movement-section,
  .compact-section,
  .vieworks-grid {
    flex-direction: column;
  }
  .movement-img,
  .compact-img,
  .vieworks-img {
    height: 250px;
  }
  .section h2 {
    font-size: 1.6rem;
    padding-left: 8px;
  }
  .section p,
  .movement-text p,
  .compact-text p,
  .vieworks-text p {
    font-size: 0.95rem;
  }
  .specs-table th,
  .specs-table td {
    font-size: 0.9rem;
    padding: 10px;
  }
}

/* Mobile (up to 480px) */
@media (max-width: 480px) {
  .chiro-hero {
    height: 300px;
    padding-left: 0;
    justify-content: left;
    align-items: left;
    background-position: center top;
  }
  .chiro-hero h1 {
    font-size: 1.4rem;
    text-align: left;
    max-width: 80%;
    padding-left: 10px;
    line-height: 1.3;
  }
  .chiro-hero::after {
    background: rgba(0, 0, 0, 0.4);
  }
  .chiro-content {
    margin: -40px auto 30px;
    padding: 30px 15px;
  }
  /* Stack features into one column */
  .features-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .feature-card .card-image {
    height: 140px;
  }
  .feature-card h3 {
    font-size: 1rem;
  }
  .feature-card p {
    font-size: 0.9rem;
  }
  /* Movement & Compact stack adjustments */
  .movement-section,
  .compact-section {
    gap: 16px;
  }
  .movement-img,
  .compact-img {
    flex: 1 1 100%;
    min-width: 100%;
    height: 160px;
  }
  .movement-text,
  .compact-text {
    flex: 1 1 100%;
    min-width: 100%;
  }
  .movement-text h3,
  .compact-text h3 {
    font-size: 1.1rem;
  }
  .movement-text p,
  .compact-text p {
    font-size: 0.9rem;
  }
  .compact-text li {
    font-size: 0.9rem;
    padding-left: 24px;
  }
  /* Technical Specs table adjustments */
  .specs-table th,
  .specs-table td {
    font-size: 0.85rem;
    padding: 8px 10px;
  }
  /* Vieworks grid adjustments */
  .vieworks-grid {
    gap: 16px;
  }
  .vieworks-img {
    flex: 1 1 100%;
    min-width: 100%;
    height: 150px;
  }
  .vieworks-text {
    flex: 1 1 100%;
    min-width: 100%;
  }
  .vieworks-text p {
    font-size: 0.9rem;
  }
  /* Call-to-Action adjustments */
  .chiro-cta {
    margin-top: 40px;
  }
  .chiro-cta .cta-button {
    width: 100%;
    padding: 12px 0;
    font-size: 0.95rem;
  }
}/* End custom CSS */