:root {
	--offset: 104px;
}

iframe {
	    border-radius: 30px;
}

/* ---------------------------------------------
   Invisalign Hero Block – Responsive Design
----------------------------------------------*/

.invisalignHeroBlock {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: var(--dark-bg); /* fallback if image missing */
  color: var(--body-font-color);
  font-family: var(--opensans-font);
  text-align: center;
  padding: 100px 20px 80px;
}

/* Hide inline image by default (for desktop) */
.hero-image-container {
  display: none;
}

.hero-image-container img.hero-bg-img {
  width: 100%;
  height: auto;
  display: block;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6); /* black overlay with 40% opacity */
    z-index: 1;
}

/* Container max width */
.invisalignHeroBlock .container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 10% 40px 40px 40px !important;
  z-index: 3;
  position: relative;
}

/* Heading */
.invisalignHeroBlock h1 {
  font-size: 2.75rem;
  font-weight: 400;
  color: #fff;
  margin-bottom: 16px;
}

/* Subheading / lead */
.invisalignHeroBlock .lead {
  font-size: 1.125rem;
  font-weight: 400;
  color: #fff;
  margin-bottom: 32px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* Inline feature list inside lead */
.invisalignHeroBlock .lead ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.invisalignHeroBlock .lead ul li {
  position: relative;
  padding-left: 26px;
  font-size: 1em;
  line-height: 1.4;
  color: #fff;
  font-weight: 400;
}

.invisalignHeroBlock .lead ul li::before {
  content: "\f058"; /* fa-circle-check */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0.1em;
  color: var(--secondary-color);
  font-size: 1rem;
}

/* CTA Buttons */
.invisalignHeroBlock .cta-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin-top: 30px;
}

.invisalignHeroBlock .cta-buttons .btn {
  padding: 14px 28px;
  font-size: 1rem;
  font-weight: 400;
  border-radius: 8px;
  transition: all 0.3s ease;
  font-family: var(--opensans-font);
  white-space: nowrap;
}

.invisalignHeroBlock .btn-primary {
  background-color: var(--main-clr);
  color: #fff;
  border: none;
}

.invisalignHeroBlock .btn-primary:hover {
  background-color: #fff;
  color: var(--main-clr);
}

.invisalignHeroBlock .btn-outline-light {
  background-color: transparent;
  border: 2px solid var(--main-clr);
  color: var(--main-clr);
}

.invisalignHeroBlock .btn-outline-light:hover {
  color: var(--main-clr);
  background-color: #fff;
  border-color: #fff;
}

/* Trust Icons Container */
.trust-icons {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

/* Review Stars Box */
.review-stars {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1.1rem;
  font-weight: 400;
  color: #1F1F1F;
  text-align: center;
  background: #fff;
  padding: 10px 20px;
  border: 1px solid #FFD700;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.review-stars strong {
  font-size: 1.25rem;
}

.review-stars i {
  color: #FFD700;
  font-size: 1.2rem;
}

/* Google logo block */
.review-stars .google-brand {
  display: flex;
  align-items: center;
  margin-top: 6px;
}

.review-stars .google-brand::before {
  content: "on";
  font-size: 12px;
  color: #1F1F1F;
  margin-bottom: 2px;
  margin-right: 4px;
}

.review-stars .google-brand img {
  height: 24px;
  max-width: 100%;
  display: block;
}

/* Provider Logos */
.provider-badge-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  padding: 20px 0;
}

.provider-badge img {
  height: 40px;
  max-width: 100%;
  object-fit: contain;
  display: block;
}

/* ---------------------------------------------
   Mobile Responsive Rules
----------------------------------------------*/

@media (max-width: 767px) {
  /* Use inline image and remove background-image */
  .invisalignHeroBlock {
    background-image: none !important;
    padding: 0;
  }

  .hero-image-container {
    display: block;
  }

  .invisalignHeroBlock h1 {
    font-size: 2rem;
    margin-top: 24px;
  }

  .invisalignHeroBlock .lead {
    font-size: 1rem;
  }

  .invisalignHeroBlock .lead ul {
    flex-direction: column;
    gap: 10px;
  }

  .invisalignHeroBlock .cta-buttons {
    flex-direction: column;
    gap: 12px;
  }

  .invisalignHeroBlock .cta-buttons .btn {
    width: 100%;
  }

  .provider-badge-group {
    gap: 10px;
  }
}


.before-after-carousel-block {
    padding: 40px 0;
}

.before-after-wrapper {
    display: flex;
    flex-direction: column;
	border-radius: 8px;
}

/* ---------------------------------------------
   Landing Page Gallery
----------------------------------------------*/

.before-after-carousel-block h2 {	font-size: 2.5rem;
    font-weight: 400;
    color: var(--main-clr);
    margin-bottom: 16px;
	text-transform: none;
	padding: 0;
}

.before-after-wrapper .before-img img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.before-after-wrapper .after-img img {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.before-after-wrapper .before-img img,
.before-after-wrapper .after-img img {
    width: 100%;
    display: block;
}

.before-img, .after-img {position: relative;}

.before-img:before {
	content: "Before";
	position: absolute;
	top: 5%;
	right: 5%;
	color: #fff;
}

.after-img:before {
	content: "After";
	position: absolute;
	bottom: 5%;
	right: 5%;
	color: #fff;
}

span.read-more-toggle {color: #00C8AE;}

.swiper-button-next, .swiper-button-prev {
    top: 35% !important;
}

.swiper-button-next, .swiper-button-prev {color:#fff !important;}

.testimonial-box {
    display: flex;
    flex-direction: column;
    gap: 12px;
    background: #f9f9f9;
    border-radius: 8px;
    padding: 16px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.06);
    margin-top: 10px;
}

.testimonial-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.testimonial-text {
  transition: all 0.3s ease;
}

.profile-pic-wrapper {
    flex-shrink: 0;
	margin-right: 1em;
}

.profile-pic {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.patient-info {
    text-align: left;
    flex: 1;
}

.patient-info strong {
    display: block;
    font-size: 1.1em;
    margin-bottom: 4px;
	font-weight: 400;
}

.patient-info .treatment-label {
    color: var(--main-clr);
    font-weight: 400;
    font-size: 0.95em;
}

.patient-info .treatment-timeframe {
    font-size: 0.85em;
}

.testimonial-body p {
    font-size: 0.95em;
    margin: 0;
    line-height: 1.5;
    border-top: 1px solid var(--main-clr);
    padding-top: 10px;
}

.before-after-carousel .swiper-slide {
  height: auto;
}

/* ---------------------------------------------
   Why Choose Us Block
----------------------------------------------*/

.whyChooseUsBlock {
  background-color: var(--white-color);
  padding: 80px 20px 60px;
  text-align: center;
  font-family: var(--opensans-font);
  background: var(--dark-bg);
}

.whyChooseUsBlock h2 {
      font-size: 2.5rem;
    font-weight: 400;
    color: var(--main-clr);
    margin-bottom: 16px;
    text-transform: none;
    padding: 0;
}

/* Selling points grid (3 columns) */
.whyChooseUsBlock .selling-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px 40px;
  /* max-width: 980px; */
  margin: 0 auto 40px;
  text-align: center;
}

/* Side-by-side icon + feature */
.whyChooseUsBlock .selling-point {
  /* display: flex; */
  align-items: center;
  gap: 12px;
  color: var(--main-clr);
  background: #fff;
  border-radius: 20px;
  padding: 40px 20px;
}

.whyChooseUsBlock .selling-point i {
    font-size: 2.5rem;
    color: #fff;
    flex-shrink: 0;
    background: var(--main-clr);
    padding: 23px 20px 20px 20px;
    border-radius: 100%;
    width: 85px;
    text-align: center;
    height: 85px;
    margin-bottom: 14px;
}

.whyChooseUsBlock .selling-point h4 {
	padding-bottom: 10px;	
}

.whyChooseUsBlock .selling-point p {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.4;
  color: var(--body-font-color);
  padding: 0;
}

.whyChooseUsBlock .selling-point span {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.4;
}

/* CTA Buttons */
.whyChooseUsBlock .cta-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-top: 30px;
}

.whyChooseUsBlock .cta-buttons a {
  padding: 12px 24px;
  font-size: 1rem;
  font-weight: 400;
  border-radius: 8px;
  text-decoration: none;
  font-family: var(--opensans-font);
  transition: background 0.3s ease;
}

/* Button styles */
.whyChooseUsBlock .btn-call {
  background-color: var(--seconday-color);
  color: var(--white-color);
}

.whyChooseUsBlock .btn-call:hover {
  background-color: var(--main-clr);
  color: #fff;
}

.whyChooseUsBlock .btn-outline {
  background-color: transparent;
  border: 2px solid var(--seconday-color);
  color: var(--seconday-color);
}

.whyChooseUsBlock .btn-outline:hover {
  background-color: var(--main-clr);
  border: 2px solid var(--main-clr);
  color: #fff;
}

.whyChooseUsBlock .btn-dark {
  background-color: var(--main-clr);
  color: var(--white-color);
}

.whyChooseUsBlock .btn-dark:hover {
  background-color: #2c2f32;
}

/* Responsive layout */
@media (max-width: 768px) {
  .whyChooseUsBlock h2 {
    font-size: 2rem;
  }

  .whyChooseUsBlock .selling-points {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
    padding: 0 10px;
  }

  .whyChooseUsBlock .cta-buttons a {
    width: 100%;
    max-width: 300px;
    text-align: center;
  }

  .whyChooseUsBlock .selling-point {
    justify-content: start;
    text-align: center;
  }
}

/* ---------------------------------------------
   Landing Page Content Block
----------------------------------------------*/

.landingContentBlock {
  padding: 80px 20px;
  font-family: var(--opensans-font);
  background-color: var(--dark-bg);
}

.landingContentBlock .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Content Section */
.landingContentBlock .content-text {
  flex: 1 1 480px;
  text-align: left;
}

.landingContentBlock .content-text h3 {
  font-size: 2.5rem;
  font-weight: 400;
  color: #fff;
  margin-bottom: 20px;
}

.landingContentBlock .content-text p {
  color: #fff;
}

.landingContentBlock .content-text .richtext {
  font-size: 1rem;
  line-height: 1.6;
  color: var(--body-font-color);
  margin-bottom: 24px;
}

.landingContentBlock .content-text .cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

/* CTA Reuse */
.landingContentBlock .cta-buttons .btn {
  padding: 12px 24px;
  font-size: 1rem;
  font-weight: 400;
  border-radius: 8px;
  text-decoration: none;
  font-family: var(--opensans-font);
  transition: all 0.3s ease;
  white-space: nowrap;
  border-color: var(--seconday-color);
  color: var(--seconday-color);
}

.landingContentBlock .btn-primary {
  background-color: var(--main-clr);
  color: var(--white-color) !important;
  border: none;
}

.landingContentBlock .btn-primary:hover {
  background-color: #333;
}

.landingContentBlock .cta-buttons .btn:hover {
  background-color: #fff;
  color: var(--main-clr);
}

.landingContentBlock .btn-outline {
  background-color: transparent;
  border: 2px solid var(--main-clr);
  color: var(--main-clr);
}

.landingContentBlock .btn-outline:hover {
  background-color: var(--main-clr);
  color: var(--white-color);
}

/* Image Section */
.landingContentBlock .content-image {
  flex: 1 1 480px;
  text-align: center;
}

.landingContentBlock .content-image img {
  max-width: 90%;
  height: auto;
  border-radius: 30px !important;
  border: 3px solid var(--main-clr);
}

/* Reversed Layout */
.landingContentBlock.reverse .container {
  flex-direction: row-reverse;
}

.landingContentBlock ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 2rem;
  font-family: var(--opensans-font);
  font-size: 1rem;
  line-height: 1.7;
  color: var(--body-font-color);
}

.landingContentBlock ul li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 1rem;
}

.landingContentBlock ul li::before {
  content: "\f058"; /* Font Awesome check-circle icon */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0.1rem;
  font-size: 1rem;
  color: var(--main-clr);
}

/* ---------------------------------------------
   Responsive
----------------------------------------------*/

@media (max-width: 768px) {
  .landingContentBlock .container {
    flex-direction: column !important;
    text-align: center;
    padding: 0 10px;
  }

  .landingContentBlock .content-text,
  .landingContentBlock .content-image {
    flex: 1 1 100%;
  }

  .landingContentBlock .content-text h3 {
    font-size: 1.5rem;
  }

  .landingContentBlock .cta-buttons {
    justify-content: center;
  }

  .landingContentBlock .cta-buttons .btn {
    width: 100%;
    max-width: 300px;
    text-align: center;
  }
}


/* ---------------------------------------------
   Pricing Cards Block
----------------------------------------------*/

/* ---------------------------------------------
   Pricing Cards Block – Grid Layout
----------------------------------------------*/

.pricingCardsBlock {
  background-color: var(--main-clr); /* fallback */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 80px 20px;
  color: #fff !important;
}

.pricing-card ul {
  list-style: none;
  padding-left: 1.5rem;
  margin-bottom: 1.5rem;
  text-align: left !important;
}

.pricing-card ul li {
  position: relative;
  margin-bottom: 0.75rem;
  padding-left: 1.5rem;
  font-size: 1.05rem;
  line-height: 1.6;
  color: #333;
  text-align: left !important;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid;
}

.pricing-card ul li::before {
  content: "\f058"; /* Font Awesome check-circle (regular) */
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
  position: absolute;
  left: 0;
  top: 0.1rem;
  font-size: 1rem;
  color: var(--main-clr, #31b3a8);
}


.pricingCardsBlock h2,
.pricingCardsBlock .price,
.pricingCardsBlock .features {
  color: var(--main-clr);
}

.pricingCardsBlock .section-title {
  font-size: 2.5rem;
  font-weight: 400;
  color: var(--bs-white);
  margin-bottom: 40px;
}

/* Responsive 3-column layout */
.pricingCardsBlock .pricing-cards-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  max-width: 1140px;
  margin: 0 auto;
}

/* Card Style */
.pricingCardsBlock .pricing-card {
  background-color: #fff;
  flex: 1 1 calc(33.333% - 24px);
  max-width: 320px;
  padding: 30px 20px;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: all 0.3s ease;
}

.pricingCardsBlock .pricing-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}

/* Treatment Title */
.pricingCardsBlock h2 {
      font-size: 2.5rem;
    font-weight: 400;
    color: var(--main-clr);
    margin-bottom: 16px;
    text-transform: none;
    padding: 0;
}

.pricingCardsBlock .treatment-type {
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 20px;
  padding: 0;
}

/* Starting Price */
.pricingCardsBlock .price {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--main-clr);
  margin-bottom: 30px;
}

/* Feature text */
.pricing-card .features {
  font-size: 1rem;
  color: var(--main-clr);
  padding-bottom: 20px;
}

/* Icon above features */
.pricingCardsBlock .fa-credit-card {
  font-size: 1.3rem;
  margin-bottom: 4px;
  color: var(--main-clr);
}

/* Button */
.pricingCardsBlock .btn {
  margin-top: auto;
  font-size: 0.95rem;
  font-weight: 400;
  padding: 12px 20px;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
}

/* Outline Button Style */
.pricingCardsBlock .btn-outline-primary {
  background-color: var(--main-clr);
  border: 2px solid var(--main-clr);
  color: #fff;
}

.pricingCardsBlock .btn-outline-primary:hover {
  background-color: var(--seconday-color);
  color: var(--main-clr);
}

/* ---------------------------------------------
   Responsive Adjustments
----------------------------------------------*/
@media (max-width: 992px) {
  .pricingCardsBlock .pricing-card {
    flex: 1 1 calc(50% - 24px);
  }
}

@media (max-width: 768px) {
  .pricingCardsBlock .pricing-card {
    flex: 1 1 100%;
  }
}

@media (max-width: 400px) {
  .pricingCardsBlock .pricing-card {
    flex: 1 1 100%;
  }

  .pricingCardsBlock .section-title {
    font-size: 2rem;
  }

  .pricingCardsBlock .price {
    font-size: 1.3rem;
  }
}

/* ---------------------------------------------
   eBook Download Block – Responsive Styling
----------------------------------------------*/
.ebookDownloadBlock {
  background-color: var(--seconday-color);
  padding: 100px 20px;
  font-family: var(--opensans-font);
}

.ebookDownloadBlock .container {
  max-width: 1140px;
  margin: 0 auto;
  background: var(--white-color);
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
  justify-content: space-between;
}

/* Image */
.ebookDownloadBlock .ebook-image {
  width: 100%;
  max-width: 300px;
  flex: 1 1 300px;
}

.ebookDownloadBlock .ebook-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* Text and Form Container */
.ebookDownloadBlock .ebook-content {
  flex: 1 1 500px;
  text-align: left;
}

.ebookDownloadBlock h2 {
    font-size: 2.5rem;
    font-weight: 400;
    color: var(--main-clr);
    margin-bottom: 16px;
    text-transform: none;
    padding: 0;
}

.ebookDownloadBlock .ebook-description {
  font-size: 1.125rem;
  line-height: 1.6;
  color: var(--body-font-color);
  margin-bottom: 30px;
}
/* ---------------------------------------------
   Ebook Form Styling (Scoped by Wrapper Class)
----------------------------------------------*/

.ebook_form_wrapper form.gform_wrapper {
  margin-top: 20px;
  --gf-color-primary: var(--main-clr);
  --gf-radius: 8px;
  --gf-font-size-secondary: 16px;
}

.ebook_form_wrapper .gform_fields {
  display: flex !important;
  flex-wrap: wrap;
  gap: 16px;
  padding: 0 !important;
  list-style: none;
  margin: 0 !important;
}

.ebook_form_wrapper .gfield {
  flex: 1 1 calc(50% - 8px) !important;
  margin: 0 !important;
}

.ebook_form_wrapper .ginput_container input,
.ebook_form_wrapper .ginput_container textarea {
  width: 100% !important;
  padding: 14px 16px !important;
  font-size: 1rem !important;
  border: 1px solid #ccc !important;
  border-radius: 8px !important;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05) !important;
  transition: border-color 0.3s ease !important;
  background-color: #fff !important;
}

.ebook_form_wrapper .ginput_container input:focus,
.ebook_form_wrapper .ginput_container textarea:focus {
  border-color: var(--main-clr) !important;
  outline: none !important;
}

.ebook_form_wrapper .gform_footer,
.ebook_form_wrapper .gform_page_footer {
  width: 100% !important;
  margin-top: 20px;
}

.ebook_form_wrapper .gform_footer input[type="submit"],
.ebook_form_wrapper .gform_page_footer input[type="submit"] {
  background-color: var(--main-clr) !important;
  color: #fff !important;
  font-weight: 400 !important;
  padding: 16px 32px !important;
  font-size: 1rem !important;
  border: none !important;
  border-radius: 10px !important;
  cursor: pointer !important;
  transition: background-color 0.3s ease !important;
  display: inline-block !important;
  width: auto !important;
}

.ebook_form_wrapper .gform_footer input[type="submit"]:hover,
.ebook_form_wrapper .gform_page_footer input[type="submit"]:hover {
  background-color: #2d2d2d !important;
}

/* Optional: hide labels if using placeholders */
.ebook_form_wrapper .gfield_label {
  display: none !important;
}

/* ---------------------------------------------
   Responsive Layout
----------------------------------------------*/
@media (max-width: 768px) {
  .ebookDownloadBlock .container {
    flex-direction: column;
    padding: 40px 20px;
    text-align: center;
  }

  .ebookDownloadBlock .ebook-content {
    text-align: center;
  }

  .ebook_form_wrapper .gform_fields {
    flex-direction: column;
  }

  .ebook_form_wrapper .gfield {
    flex: 1 1 100% !important;
  }

  .ebook_form_wrapper .gform_footer input[type="submit"],
  .ebook_form_wrapper .gform_page_footer input[type="submit"] {
    width: 100% !important;
  }
}


/* ---------------------------------------------
   Treatment Overview Block
----------------------------------------------*/
.treatmentOverviewBlock {
  background-color: var(--white-color);
  padding: 80px 20px;
  font-family: var(--opensans-font);
  background: #F5F5F5;
}

.treatmentOverviewBlock .container {
  margin: 0 auto;
}

.treatmentOverviewBlock h2 {
  font-size: 2rem;
  font-weight: 400;
  color: var(--main-clr);
  margin-bottom: 9px !important;
  text-transform: none;
  padding: 0;
}

.treatmentOverviewBlock img {
	border-radius: 30px;
	box-shadow: 0 4px 12px rgba(0,0,0,0.06);
  transition: transform 0.3s ease;
}

.treatmentOverviewBlock img:hover {
  transform: translateY(-5px);
}

.treatmentOverviewBlock .overview-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  text-align: left;
  margin-left: -30px; /* offset for consistent spacing */
}

.treatmentOverviewBlock .overview-item {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #f9f9f9;
  border-radius: 12px;
  padding: 16px 24px;
  min-width: 203px;
  margin: 15px 12px 15px 0;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
  transition: transform 0.3s ease;
}

.treatmentOverviewBlock .overview-item:first-child {
  margin-left: 0; /* Remove left margin on first item */
}

.treatmentOverviewBlock .overview-item:hover {
  transform: translateY(-5px);
}

.treatmentOverviewBlock .overview-item i {
  font-size: 1.8rem;
  color: var(--main-clr);
  flex-shrink: 0;
}

.treatmentOverviewBlock .overview-text {
  font-size: 1rem;
  font-weight: 400;
  color: var(--body-font-color);
  line-height: 1.5;
}

/* Responsive */
@media (max-width: 768px) {
  .treatmentOverviewBlock .overview-items {
    flex-direction: column;
    align-items: center;
    margin-left: 0;
  }

  .treatmentOverviewBlock h2 {
    font-size: 2rem;
  }

  .treatmentOverviewBlock .overview-item {
    width: 100%;
    max-width: 400px;
    margin: 12px 0;
    justify-content: flex-start;
  }
}

/* Sticky sub-navigation styles */
.dynamic-subnav {
  position: sticky;
  top: var(--offset);
  z-index: 3;
  background: var(--main-clr);
  padding: 12px 0;
  border-bottom: 1px solid #ddd;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
  text-transform: uppercase;
}

.dynamic-subnav .container {
  display: flex !important;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

/* Shared title styling */
.subnav-title {
  font-weight: 400;
  font-size: 1rem;
  margin-right: 12px;
  color: #fff;
}

/* Subnav list styling (desktop) */
.subnav-list {
  list-style: none;
  display: flex !important;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 90px;
  padding: 0;
  margin: 0 auto;
}

.subnav-list li a {
  text-decoration: none;
  font-weight: 400;
  color: #fff;
  transition: all 0.2s ease;
  font-size: 1rem;
  white-space: nowrap;
}

.subnav-list li a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Dropdown (mobile) hidden by default */
.subnav-dropdown {
  display: none;
}

/* Visibility helpers */
.desktop-only {
  display: block;
}
.mobile-only {
  display: none;
}

/* Medium screens (slightly narrower gaps) */
@media (max-width: 1200px) {
  .subnav-list {
    gap: 60px;
  }

  .subnav-list li a {
    font-size: 0.95rem;
  }
}

/* Smaller laptops / tablets */
@media (max-width: 1024px) {
  .subnav-list {
    gap: 40px;
  }

  .subnav-list li a {
    font-size: 0.9rem;
  }
}

/* Switch to dropdown at 900px and below */
@media (max-width: 900px) {
  .subnav-list,
  .desktop-only {
    display: none !important;
  }

  .mobile-only,
  .subnav-dropdown {
    display: flex !important;
    align-items: center;
    padding: 0 20px;
    gap: 12px;
    width: 100%;
  }

  .subnav-dropdown label {
    color: #fff;
    font-weight: 400;
    font-size: 1rem;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .subnav-dropdown select {
    flex: 1;
    padding: 8px 12px;
    border-radius: 4px;
    border: 1px solid #ccc;
    font-size: 1rem;
  }

  .subnav-title {
    color: var(--main-clr);
  }
}

@media (max-width: 1399.98px) {
  .dynamic-subnav {
    top: 84px;
  }
}

/* Extra small screens (<767px): override sticky top to 0 */
@media (max-width: 1199px) {
  .dynamic-subnav {
    top: 0 !important;
  }
}

/* ---------------------------------------------
   Meet the Team Block
----------------------------------------------*/

.meetTeamBlock {
  background-color: var(--white-color);
  padding: 100px 20px;
  font-family: var(--opensans-font);
}

.meetTeamBlock .section-title {
    font-size: 2.8rem;
    font-weight: 400;
    color: var(--main-clr);
    margin-bottom: 9px !important;
    text-transform: none;
    padding: 0 0 .5em 0;
}

.team-members-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px 60px;
  margin-bottom: 40px;
}

.team-member-card {
  max-width: 420px;
  background: #f9f9f9;
  border-radius: 16px;
  padding: 24px;
  text-align: center;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease;
}

.team-member-card:hover {
  transform: translateY(-5px);
}

.team-photo {
  width: 100%;
  height: auto;
  border-radius: 100%;
  max-width: 160px;
  margin: 0 auto 20px;
  object-fit: cover;
}

.team-member-card h3 {
  font-size: 1.25rem;
  color: var(--main-clr);
  margin-bottom: 12px;
}

.team-member-card .member-bio {
  font-size: 1rem;
  line-height: 1.5;
  color: var(--body-font-color);
}

/* CTA Buttons */
.team-cta-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

.team-cta-buttons .btn {
  padding: 12px 24px;
  font-size: 1rem;
  font-weight: 400;
  border-radius: 8px;
  font-family: var(--opensans-font);
  transition: all 0.3s ease;
  text-decoration: none;
  border: 2px solid var(--main-clr);
  color: var(--main-clr);
  background: transparent;
}

.team-cta-buttons .btn:hover {
  background-color: var(--main-clr);
  color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
  .meetTeamBlock .section-title {
    font-size: 2rem;
  }

  .team-members-grid {
    flex-direction: column;
    align-items: center;
  }

  .team-cta-buttons {
    flex-direction: column;
  }

  .team-cta-buttons .btn {
    width: 100%;
    max-width: 300px;
  }
}

/* ---------------------------------------------
   CTA Form Block – Enhanced Styling
----------------------------------------------*/

.ctaFormBlock {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 20px;
  font-family: var(--opensans-font);
  position: relative;
  z-index: 1;
  background-color: var(--main-clr);
}

.ctaFormBlock .container {
  max-width: 957px;
  margin: 0 auto;
}

.ctaFormBlock .form-container {
  background: #fff;
  border-radius: 16px;
  padding: 60px 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.ctaFormBlock h2 {
    font-size: 2.8rem;
    font-weight: 400;
    color: var(--main-clr);
    margin-bottom: 9px !important;
    text-transform: none;
    padding:0;
}

.ctaFormBlock .cta-description {
  font-size: 1.125rem;
  line-height: 1.6;
  margin: 0 auto;
  color: var(--body-font-color);
  text-align: center;
}

/* Gravity Form Styling */
.ctaFormBlock .gform_wrapper form {

}

.ctaFormBlock .gform_body li.gfield {
  flex: 1 1 48%;
  margin: 0 !important;
}

.ctaFormBlock .ginput_container input,
.ctaFormBlock .ginput_container textarea {
  width: 100%;
  padding: 14px;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 8px;
  background-color: #fff;
  transition: border-color 0.3s ease;
  color: #333;
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.05);
}

.ctaFormBlock .ginput_container input:focus,
.ctaFormBlock .ginput_container textarea:focus {
  border-color: var(--main-clr);
  outline: none;
}

/* Label Styling */
.ctaFormBlock .gfield_label {
  text-transform: none !important;
  font-weight: 400;
  font-size: 1rem;
  color: var(--main-clr);
  margin-bottom: 4px;
  display: block;
}

/* Radio Inputs */
.ctaFormBlock .gfield_radio li {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 15px 10px 0;
  justify-content: flex-start;
  text-align: left;
}

.ctaFormBlock .gfield_radio label {
  margin-right: 1rem;
  font-weight: 400;
  font-size: 1rem;
  color: #333;
  text-align: left;
}

.ctaFormBlock .gfield legend,
.ctaFormBlock .gfield_label {
  font-size: 1.125rem !important;
  font-weight: 400 !important;
  color: var(--main-clr) !important;
  margin-bottom: 10px !important;
  text-align: left !important;
}

.ctaFormBlock fieldset legend {
  font-size: 1.125rem;
  font-weight: 400 !important;
  color: var(--main-clr) !important; /* Or use #333 if you prefer */
  margin-bottom: 10px !important;
  display: block !important;
  text-align: left !important;
  padding-left: 2px !important;
}

/* ---------------------------------------------
   Force Left-Aligned Placeholders in CTA Form
----------------------------------------------*/
.ctaFormBlock .ginput_container input::placeholder,
.ctaFormBlock .ginput_container textarea::placeholder {
  text-align: left !important;
  color: #888;
  opacity: 1; /* Ensure it's visible across all browsers */
  font-weight: 400;
}

.ctaFormBlock .ginput_container input,
.ctaFormBlock .ginput_container textarea {
  text-align: left !important;
}

/* ---------------------------------------------
   CTA Submit Button – Custom Styling
----------------------------------------------*/
.ctaFormBlock .gform_wrapper .gform_footer,
.ctaFormBlock .gform_wrapper .gform_page_footer {
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.ctaFormBlock .gform_wrapper .gform_footer input[type="submit"],
.ctaFormBlock .gform_wrapper .gform_page_footer input[type="submit"] {
  background-color: var(--main-clr) !important;
  color: #fff !important;
  border: none !important;
  font-weight: 400;
  padding: 16px 40px !important;
  font-size: 1.125rem !important;
  border-radius: 10px !important;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  display: inline-block;
  text-align: center;
  text-transform: none !important;
  line-height: 1.4;
}

.ctaFormBlock .gform_wrapper .gform_footer input[type="submit"]:hover,
.ctaFormBlock .gform_wrapper .gform_page_footer input[type="submit"]:hover {
  background-color: #2d2d2d !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .ctaFormBlock .gform_wrapper .gform_footer,
  .ctaFormBlock .gform_wrapper .gform_page_footer {
    text-align: center;
  }

  .ctaFormBlock .gform_wrapper .gform_footer input[type="submit"],
  .ctaFormBlock .gform_wrapper .gform_page_footer input[type="submit"] {
    width: 100%;
    padding: 16px !important;
    font-size: 1.125rem;
  }

  .ctaFormBlock h2 {
    font-size: 2rem;
  }

  .ctaFormBlock .gform_body li.gfield {
    flex: 1 1 100%;
  }

  .ctaFormBlock .gfield_radio li {
    display: block;
    margin: 10px 0;
  }

  .ctaFormBlock .cta-description {
    font-size: 1rem;
  }
}

.reviewVideoBlock h2 {
	color: var(--main-clr);
}

.review-carousel {
  width: 100%;
}

.review-carousel .swiper-wrapper {
  display: flex;
}

.review-carousel .swiper-slide {
  width: 100% !important;  /* override Swiper inline width */
}

.review-carousel .swiper-slide {
  visibility: hidden;
}

.review-carousel .swiper-slide.swiper-slide-active {
  visibility: visible;
}


.review-slider-wrapper {
  text-align: center;
  padding: 20px;
  border: 3px solid #fff;
  border-radius: 8px;
  background: var(--main-clr);
}

.review-text {
  font-style: italic;
  margin-bottom: 10px;
  font-size: 1.3rem;
  color: #fff;
  text-align: center;
  padding: 0 0 .5rem 0;
}

.reviewer-name {
  display: block;
  font-weight: bold;
  margin-bottom: 20px;
  color: #fff;
}

.review-slide .review-stars {
  display: unset;
  align-items: center;
  font-size: 1.1rem;
  font-weight: 400;
  color: #1F1F1F;
  text-align: center;
  padding: 10px 20px;
  background: none;
  border: none;
  box-shadow: none;
}

.review-stars i {
  color: #f4c150; /* gold star colour */
  margin: 0 2px;
  font-size: 1.2rem;
}

/* Make the right column (How to Find Us) wider on desktop */
@media (min-width: 768px) {
    .reviewVideoBlock .col-md-6:first-child {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .reviewVideoBlock .col-md-6:last-child {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 992px) {
    .reviewVideoBlock .col-md-6:first-child {
        flex: 0 0 40%;
        max-width: 40%;
    }
    .reviewVideoBlock .col-md-6:last-child {
        flex: 0 0 60%;
        max-width: 60%;
    }
}

/* Contact section styles */
.find-us {
    padding: 20px;
}

.find-us h3 {
    margin-bottom: 15px;
    font-size: 1.8rem;
    color: var(--text-dark, #1F1F1F);
}

.find-us p,
.find-us a {
    margin-bottom: 10px;
    font-size: 1rem;
    color: #1F1F1F;
}

.find-us strong {
    display: block;
    margin-bottom: 5px;
}

.find-us ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 15px;
}

.find-us ul li {
    margin-bottom: 5px;
}

/* Google Map embed */
.find-us .map-embed {
    margin-top: 20px;
    width: 100%;
    height: 250px;
    border: 0;
    border-radius: 8px;
}

/* Columns: on large screens, 3 columns; stack on mobile */
.reviewVideoBlock .row {
    display: flex;
    flex-wrap: wrap;
}

.reviewVideoBlock .col-12 {
    width: 100%;
}

@media (min-width: 992px) {
    .reviewVideoBlock .col-lg-4 {
        width: 33.333%;
        padding: 0 15px;
    }
}

/* Review column */
.review-column .review-slider-wrapper {
    text-align: center;
    padding: 20px;
    border: 3px solid #fff;
    border-radius: 8px;
    background: var(--main-clr);
}

.review-column .review-text {
    font-style: italic;
    margin-bottom: 10px;
    font-size: 1.3rem;
    color: #fff;
}

.review-column .reviewer-name {
    font-weight: bold;
    margin-bottom: 10px;
    color: #fff;
}

.review-column .review-stars i {
    color: #f4c150;
    margin: 0 2px;
    font-size: 1.2rem;
}

/* Contact details */
.contact-column h3 {
    font-size: 1.6rem;
    margin-bottom: 15px;
    color: var(--text-dark, #1F1F1F);
}

.contact-column p,
.contact-column a {
    font-size: 1rem;
    color: var(--text-dark, #1F1F1F);
    margin-bottom: 10px;
}

.contact-column strong {
    display: block;
    margin-bottom: 5px;
    font-size: 1rem;
    color: var(--text-dark, #1F1F1F);
}

.contact-column ul {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

.contact-column ul li {
    margin-bottom: 5px;
    font-size: 1rem;
    color: var(--text-dark, #1F1F1F);
    /* margin-bottom: 10px; */
}

/* Map column */
.map-column iframe {
    width: 100%;
    height: 325px;
    border: 0;
    border-radius: 8px;
}

/* General */
.reviewVideoBlock {
    padding: 40px 0;
}

/* Contact column: split into two */
.contact-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.contact-half {
    flex: 1 1 45%;
    min-width: 120px;
}

.contact-half p,
.contact-half ul {
    margin: 0 0 10px 0;
}

.contact-half strong {
    margin-bottom: 5px;
    display: block;
    font-weight: 600;
}

body .gform-field-label--type-sub { text-align: left; !important}