@charset "UTF-8";
/* CSS Document */
/* ======================================================
   Reusable 50/50 Image-Left Section
   ====================================================== */

.img-left-5050-section {
  padding: 80px 20px;
  background-color: #ffffff;
}

.img-left-5050-section-inner {
  max-width: 1320px;
  margin: 0 auto;

  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 60px;
}

/* Maintain existing 50/50 behavior */
.img-left-5050-section-inner > * {
  flex: 1;
}

/* Mobile stacking */
@media (max-width: 767px) {
  .img-left-5050-section-inner {
    flex-direction: column;
    gap: 40px;
  }
}

/* ==============================
   sections.css — STANDARD FORMAT
   One selector per block
   One declaration per line
   ============================== */

/* === TESTIMONIALS === */
#testimonials {
  padding-top: 140px;
}
/* ======================================================
   Testimonials heading width constraint (desktop only)
   ====================================================== */

.testimonials-heading-wrap {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 768px) {
  .testimonials-heading-wrap {
    max-width: 100%;
  }
}

.testimonial-swiper {
  overflow: hidden;
  padding: 0 16px;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.testimonial-slide {
  max-width: 660px;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-radius: 20px;
  box-shadow: 0 3px 12px rgba(0,0,0,0.08);
  padding: 28px 28px 24px;
  text-align: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.testimonial-slide:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.10);
}

.testimonial-quote {
  color: #4A4A4A;
  font-size: 1.0625rem;
  font-style: italic;
  line-height: 1.7;
  margin: 0 0 16px 0;
}

.testimonial-stars {
  display: inline-block;
  color: #FABC06;
  font-size: 1.3rem;
  letter-spacing: 1px;
  margin-bottom: 12px;
}

.testimonial-name {
  margin-top: 2px;
  color: #003551;
  font-weight: 700;
  font-size: 1.05rem;
}

.testimonial-title {
  margin-top: 2px;
  color: #777777;
  font-size: 0.92rem;
}

.testimonial-location {
  margin-top: 2px;
  color: #777777;
  font-size: 0.92rem;
}

@media (max-width: 640px) {
  .testimonial-slide {
    padding: 22px 20px;
  }

  .testimonial-quote {
    font-size: 1rem;
    line-height: 1.6;
  }

  .swiper-button-prev {
    display: none;
  }

  .swiper-button-next {
    display: none;
  }
}

/* === HIPAA SECTION === */
.hipaa-section {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 90px 20px;
  background: #ffffff;
}

.hipaa-inner {
  max-width: 1320px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.hipaa-shield {
  width: 130px;
  max-width: 130px;
  height: auto;
  display: block;
  margin-bottom: 28px;
}

.hipaa-title {
  font-size: 2.25rem;
  line-height: 1.25;
  font-weight: 700;
  color: #003551;
  margin-bottom: 16px;
}

.hipaa-trust {
  max-width: 720px;
  font-size: 1.05rem;
  color: #4A4A4A;
}

/* === CTA SECTION === */
.cta-section {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 100px 20px;
}

.cta-wrap {
  max-width: 1320px;
  width: 100%;
  background-color: #003551;
  border-radius: 25px;
  padding: 80px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("/assets/images/T-RH-tech-dots.svg"), url("/assets/images/L-LH-tech-dots.svg");
  background-repeat: no-repeat, no-repeat;
  background-position: top right, bottom left;
  background-size: 280px, 280px;
}

.cta-card {
  background: #ffffff;
  width: 66%;
  max-width: 760px;
  border-radius: 25px;
  padding: 60px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.cta-title {
  font-size: 2.25rem;
  font-weight: 700;
  color: #003551;
  line-height: 1.25;
  margin-bottom: 16px;
}

.cta-subtitle {
  font-size: 1.25rem;
  font-weight: 600;
  color: #F0673E;
  margin-bottom: 32px;
}

@media (max-width: 768px) {
  .cta-wrap {
    background-size: 160px, 160px;
    padding: 60px 16px;
  }

  .cta-card {
    width: 90%;
    padding: 48px 24px;
  }

  .cta-title {
    font-size: 1.9rem;
  }

  .cta-subtitle {
    font-size: 1.1rem;
  }
}

@media (max-width: 480px) {
  .cta-wrap {
    background-size: 120px, 120px;
  }
}

@media (hover: hover) and (pointer: fine) {
  .cta-card {
    transition: transform 0.25s ease, box-shadow 0.25s ease;
  }

  .cta-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.12);
  }
}

/* === SPLIT 50/50 SECTION === */
.split-section {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 100px 20px;
  background: #ffffff;
}

.split-inner {
  max-width: 1320px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.split-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
}

.split-content {
  max-width: 520px;
}

.heading-stripes {
  width: 250px;
  height: 3px;
  background: #F0673E;
  margin: 12px 0 14px;
}

.heading-stripes::before {
  content: "";
  display: block;
  height: 3px;
  background: #F0673E;
  margin-bottom: 2px;
}

.heading-stripes::after {
  content: "";
  display: block;
  height: 3px;
  background: #F0673E;
  margin-top: 2px;
}

@media (max-width: 768px) {
  .split-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .split-content {
    max-width: none;
  }
}

/* === WHY BBS SECTION === */
.why-bbs-section {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 100px 20px;
  background: #ffffff;
}

.why-bbs-inner {
  max-width: 1320px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.badge-item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.badge-divider {
  width: 1px;
  height: 100px;
  background-color: #ccc;
}

/* RIGHT IMAGE */
.why-bbs-image img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.12);
}

/* === MOBILE STACKING === */
@media (max-width: 768px) {
  .why-bbs-inner {
    grid-template-columns: 1fr;
  }

  .why-bbs-badges {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .badge-divider {
    display: none;
  }
}
/
@media (max-width: 768px) {
  .why-bbs-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

/* === SERVICE AREA SECTION === */
.service-area-section {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 100px 20px;
  background: #ffffff;
}

.service-area-inner {
  max-width: 1320px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 60px;
  align-items: center;
}

@media (max-width: 768px) {
  .service-area-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
/* ======================================================
   Mobile spacing fix: About → Services transition
   ====================================================== */

@media (max-width: 768px) {
  #services {
    padding-top: 50px;   /* ↓ from 80px */
    padding-bottom: 60px;
  }
}
