.font-bold {
  font-weight: 600 !important;
}

.underline-sm::after {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background-color: var(--teal);
  margin-top: 10px;
}

/* ======================= 1.0 - Hero  ========================== */

section.service-video-hero .header-service {
  height: calc(85vh - 110px);
  display: flex;
  flex-direction: row;
  justify-content: center;
  background-color: #e9e9e9;
  position: relative;
}

.service-hero-content {
  max-width: 1200px;
  width: calc(100% - 120px);
  margin: 0 auto;
  text-align: center;
  z-index: 3;
  color: #ffffff;
}

.service-hero-content .hero-content {
  padding-top: 23vh;
}

.service-hero-content .hero-content .header-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.service-hero-content .hero-content .header-buttons a {
  margin: 0;
}

.google-reviews {
  display: flex;
  justify-content: flex-start;
  margin: 30px 0 60px;
}

.google-reviews img {
  max-width: 250px;
  width: 100%;
}

.service-hero-content .hero-content {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}

.service-hero-content hgroup h1 span {
  display: block;
  color: var(--teal);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 16px;
  margin: 0 0 10px;
}

.service-hero-content hgroup h1 {
  font-size: 46px;
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
}

.service-hero-content p {
  max-width: 900px;
  width: 100%;
  margin: 20px auto 20px;
  font-size: 1.5rem;
  font-weight: 400;
}

.hero-service-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 30%);
  display: block;
  z-index: 1;
}

.video-hero-service {
  position: absolute;
  width: 100%;
  height: calc(85vh - 110px);
  pointer-events: none;
  overflow: hidden;
}

.video-hero-service video {
  display: block;
  height: 101%;
  width: 101%;
  position: absolute;
  object-fit: cover;
  left: 50%;
  top: 50%;
  object-position: center center;
  transform: translateX(-50%) translateY(-50%);
}

/* Responsive */

@media (max-width: 520px) {
  .service-hero-content {
    width: calc(100% - 30px);
  }
}

@media (max-width: 470px) {
  .service-hero-content .hero-content {
    padding-top: 14vh;
  }
}

/* ======================= 2.0 - INTRO  ========================== */

.service-intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 100px auto 60px;
}

.service-intro .content {
  max-width: 1200px;
}

.service-intro .content h2 {
  font-weight: 600;
}

/* Responsive */

@media (max-width: 1200px) {
  .service-intro {
    padding: 0 5vw;
  }
}

@media (max-width: 576px) {
  .service-intro {
    margin: 60px auto;
  }

  .service-intro .content {
    margin-bottom: 0;
  }
}

/* ======================= Image Left - Content Right  ========================== */
.service-page section.media-block {
  position: relative;
  padding: 30px 0 170px;
}
.service-page s section.media-block .inner-wide {
  display: flex;
  justify-content: flex-end;
  max-width: 1700px;
}
.service-page .media-block-img {
  position: absolute;
  width: 100%;
  max-width: 1282px;
  height: 800px;
  background-color: #f2f2f2;
  border-radius: 0 20px 20px 0;
}
.service-page .media-block-img picture {
  width: 100%;
  max-width: 1000px;
  height: 800px;
  position: relative;
  left: 0px;
  top: 0px;
  opacity: 1;
}
.service-page .media-block-img picture * {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 0 20px 20px 0;
}
.service-page .media-block-content {
  max-width: 550px;
  width: 100%;
  padding: 50px 50px;
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0px 0px 50px -2px rgba(2, 2, 2, 0.2);
  margin-top: 100px;
  margin-right: 100px;
}
.service-page .media-block-content h2 {
  font-weight: 600;
  line-height: 34px;
}

/* ======================= Image Right - Content Left ========================== */
.service-page section.media-block.reverse {
  position: relative;
  padding: 50px 0 170px;
}
.service-page section.media-block.reverse .inner-wide {
  display: flex;
  justify-content: flex-start;
  max-width: 1700px;
}
.service-page .media-block.reverse .media-block-img {
  position: absolute;
  right: 0;
  width: 100%;
  max-width: 1082px;
  height: 800px;
  background-color: #f2f2f2;
  border-radius: 20px 0 0 20px;
}
.service-page .media-block.reverse .media-block-img picture {
  width: 100%;
  max-width: 1000px;
  height: 800px;
  position: relative;
  right: 0px;
  top: 0px;
  opacity: 1;
}
.service-page .media-block.reverse .media-block-img picture * {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 20px 0 0 20px;
}
.service-page .media-block.reverse .media-block-content {
  max-width: 550px;
  width: 100%;
  padding: 50px 50px;
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0px 0px 50px -2px rgba(2, 2, 2, 0.2);
  margin-top: 100px;
  margin-left: 100px;
}
.service-page .media-block.reverse .media-block-content h2 {
  font-weight: 600;
  line-height: 34px;
}

/* ======================= 5.0 - Section Split with Double Content blocks  ========================== */
.service-page section.media-block-03 {
  padding: 80px 0;
  margin-bottom: 240px;
  min-height: 70vh;
}

.service-page section.media-block-03 .inner-wide {
  display: flex;
  justify-content: center;
  position: relative;
}

.service-page section.cf.block-enquiry h2 {
  font-size: 38px;
}
.service-page .media-block-03-img {
  position: absolute;
  width: 50%;
  height: 700px;
  background-color: #f2f2f2;
  border-radius: 0 20px 20px 0;
}
.service-page .media-block-03-img picture {
  width: 50%;
  height: 760px;
  left: 0px;
  top: 0px;
  opacity: 1;
}

.service-page .media-block-03-content {
  max-width: 580px;
  width: 100%;
  padding: 50px 50px;
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0px 0px 50px -2px rgba(2, 2, 2, 0.2);
  margin-top: 100px;
}

/* ======================= 6.0 - SIGN OFF  ========================== */
.service-page .sign-off {
  margin: 80px 0 80px;
}

.service-page .inner-wide.content {
  /* border-top: 1px solid #dbe3e8; */
  /* padding-top: 40px; */
  text-align: center;
}

.service-page .inner-wide.content .quote {
  font-size: 26px;
  font-weight: 600;
}

/*  */

/* ======================= - IMG/TEXT CENTER RESPONSIVE  ========================== */
/* ----------------------- Circular Image and Text COntainer ---------------------- */
.content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  align-items: center;
  justify-items: center;
  position: relative;
  padding: 4vw;
  gap: 2rem;
  margin: auto;
}

.content-grid .left {
  grid-column: 1 / 3;
  grid-row: 1;
  z-index: 1;
}

.content-grid img {
  width: 100%;
  max-width: 900px;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-style: inset;
  /* border-right: 15px solid var(--teal); */
  box-shadow: 0px 0px 50px -2px rgba(2, 2, 2, 0.2);
}

.content-grid .img-md {
  max-width: 600px;
}

.content-grid .right {
  grid-column: 2 / 4;
  grid-row: 1;
  z-index: 2;
  position: relative;
  top: 0;
  margin: auto;
}

.content-grid .grid-content-text {
  padding: clamp(20px, 5vw, 50px);
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0px 0px 50px -2px rgba(2, 2, 2, 0.2);
  max-width: 800px;
}

/* --- Responsive switch to vertical --- */
@media (max-width: 924px) {
  .content-grid {
    display: flex;
    flex-direction: column;
  }

  .content-grid.reverse {
    display: flex;
    flex-direction: column-reverse;
  }

  .content-grid .left {
    /* grid-column: 1 / 4;
    grid-row: 1 / 2; */
    width: 100%;
  }

  .content-grid .right .grid-content-text {
    margin-top: -40px;
  }

  .content-grid .right {
    /* grid-column: 1 / 4;
    grid-row: 2 / 2; */
    /* margin-top: -30vh; */
  }
}

@media (max-width: 676px) {
  .content-grid {
    margin-bottom: 50px;
  }
}

@media (max-width: 676px) {
  .content-grid {
    margin-bottom: 200px;
  }
}

@media (max-width: 540px) {
  .content-grid {
    margin-bottom: 50px;
  }
  .content-grid .right {
    /* margin-top: -20vh; */
    /* transform: translateY(clamp(0, 10%, 10%)); */
  }
}

/* ======================= 6.0 - IMG/TEXT CENTER REVERSE RESPONSIVE  ========================== */

/* Reverse layout on large screens */

.content-grid.reverse img {
  width: 100%;
  max-width: 900px;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-style: inset;
  border-style: inset;
  border-right: none;

  box-shadow: 0px 0px 50px -2px rgba(2, 2, 2, 0.2);
}

.content-grid.reverse .left {
  grid-column: 1 / 3;
  grid-row: 1;
  z-index: 2;
  max-width: 800px;
}

.content-grid.reverse .right {
  grid-column: 2 / 4;
  grid-row: 1;
  z-index: 1;
}

@media (max-width: 924px) {
  .content-grid.reverse {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 0.5fr;
  }
  .content-grid.reverse .left {
    grid-column: 1 / 4;
    grid-row: 3 / 4;
    margin-top: -40px;
  }

  .content-grid.reverse .right {
    grid-column: 1 / 4;
    grid-row: 1 / 2;
    width: 100%;
  }
}

@media (max-width: 924px) {
  .content-grid.reverse {
    margin-bottom: 75px;
  }
}

@media (max-width: 540px) {
  .content-grid.reverse .left {
    /* margin-top: -30vh; */
    /* transform: translateY(clamp(0, 10%, 10%)); */
  }
}

@media (max-width: 512px) {
  .content-grid .right {
    /* margin-top: -30vh; */
  }
}

/* ======================= 6.0 - IMG/TEXT CENTER TWO  ========================== */

.content-grid-two {
  display: grid;
  grid-template-columns: 1fr 1.5fr 1fr;
  grid-template-rows: auto;
  align-items: center;
  justify-items: center;
  position: relative;
  padding: 4vw;
  gap: 2rem;
  margin: auto;
  margin: 100px 0 150px;
}

.content-grid-two .left {
  grid-column: 1 / 3;
  grid-row: 1;
  z-index: 2;
  max-width: 600px;
  margin-top: 40px;
}

.content-grid-two .right img {
  width: 100%;
  max-width: 700px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.content-grid-two .right {
  grid-column: 2 / 4;
  grid-row: 1;
  z-index: 1;
  position: absolute;
}

.content-grid-two .right img {
  width: 700px;
}

.content-grid-two .right-sm {
  grid-column: 2 / 4;
  grid-row: 1;
  z-index: 1;
  position: absolute;
  right: 7vw;
}

.content-grid-two .right-sm img {
  width: 550px;
  border-radius: 15px;
  box-shadow: 0px 0px 50px -2px rgba(2, 2, 2, 0.2);

  /* border-radius: 100%; */
}

.content-grid-two .grid-content-text {
  padding: clamp(20px, 5vw, 50px);
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0px 0px 50px -2px rgba(2, 2, 2, 0.2);
  max-width: 800px;
}

@media (max-width: 924px) {
  .content-grid-two {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 0.5fr;
    margin-bottom: 75px;
  }
  .content-grid-two .left {
    grid-column: 1 / 4;
    grid-row: 3 / 4;
    max-width: 800px;
    /* margin-top: -40px; */
  }

  .content-grid-two .right {
    grid-column: 1 / 4;
    grid-row: 2 / 3;
    width: 100%;
  }

  .grid-content-text {
    /* margin-bottom: 100px; */
  }

  .content-grid-two .right img {
    display: none;
  }
}

@media (max-width: 620px) {
  .content-grid-two {
    margin-top: 250px;
  }

  .content-grid-two .left {
    margin-top: 10vh;
    transform: translateY(clamp(0, 10%, 10%));
  }

  .content-grid-two .right {
    max-width: 50vw;
    grid-column: 1/3;
  }

  .content-grid-two .right-sm {
    grid-column: 1/4;
    grid-row: 1 / 2;
    width: 93vw;
    margin: auto;
    right: unset;
  }

  .content-grid-two .right-sm img {
    width: 100%;

    /* border-radius: 100%; */
  }
}

/* PRICING */
.pricing {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 40px 0;
  background-color: var(--teal);
  margin-top: 60px;
}

.pricing .inner {
  color: var(--white);
}

.pricing .inner h2 {
  font-weight: 600;
}

.pricing .inner p {
  font-size: 18px;
}
/* TEAL-FW */

.teal-fw {
  background-color: var(--teal);
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.teal-fw .teal-inner {
  text-align: center;
  padding: 40px 0;
  width: calc(100% - 15vw);
}

/* MROE SERVICES SECTION */

.more-services-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem 0 3rem;
  background-color: var(--teal);
}

.more-services-section .services {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
  width: calc(100% - 6vw);
  margin: auto;
}

.more-services-section hgroup {
  margin: 1.5rem 0;
}

.more-services-section hgroup h2 {
  font-weight: 600;
  color: var(--white);
}

.more-services-section .services .service {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  flex: 0 1 clamp(200px, 33.33%, 300px);
  text-align: center;
  border: 1px dashed var(--white);
  border-radius: 30px;
  padding: 1.5rem 1rem;
  color: var(--white);
  min-height: 400px;
  min-width: 300px;
}

.more-services-section .services .service p {
  margin: 0;
}

.more-services-section .services .service h3 a {
  color: var(--white);
  text-decoration: none;
}

.more-services-section .services .service .icon-wrapper {
  width: 64px;
  height: 64px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
}

/*  */
.more-services-section .services .service {
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out,
    border-color 0.3s ease-in-out;
}

.more-services-section .services .service:hover {
  background-color: var(--white);
  color: var(--teal);
  border-color: var(--teal);
  border: 1px dashed var(--teal);
  cursor: pointer;
}

/* Ensure link inside h3 also changes when .service is hovered */
.more-services-section .services .service:hover h3 a {
  color: var(--teal);
}

/* SVG stroke switches based on parent hover */
.more-services-section .services .service:hover svg {
}

.more-services-section .services .service:hover .icon-wrapper {
  /* background-color: rgb(232, 232, 232); */
  stroke: var(--teal);
}

/* Animations */
.slide-in-right-on-scroll {
  opacity: 0;
  transform: translateX(100px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.slide-in-right-on-scroll.in-view {
  opacity: 1;
  transform: translateX(0);
}

.slide-in-left-on-scroll {
  opacity: 0;
  transform: translateX(-100px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.slide-in-left-on-scroll.in-view {
  opacity: 1;
  transform: translateX(0);
}

/* ======================= 12.0 - Enquiry Form  ========================== */
.enquiry-section {
  margin-bottom: 0;
}

.enquiry-section .cta-text {
  max-width: 630px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.enquiry-section hgroup h2 {
  font-weight: 600;
}

.enquiry-form {
  background: var(--teal);
  padding: 60px 50px;
  border-radius: 20px;
  margin-top: 60px;
}

ul.enquiry-form-fields li {
  margin-bottom: 30px;
}

li.form-half {
  display: inline-block;
  width: calc(50% - 25px);
  margin-right: 20px;
}

li.form-full {
  width: 100%;
}

li.form-full textarea {
  padding: 10px 0;
  width: 100%;
  height: 200px;
  resize: none;
  outline: none;
  border: none;
}

ul.enquiry-form-fields li input,
ul.enquiry-form-fields li select,
ul.enquiry-form-fields li textarea {
  border: none;
  outline: none;
  background: white !important;
  border-bottom: 1px solid #ffffff;
  border-radius: 20px;
  padding: 0 10px;
  font-family: "Epilogue", sans-serif;
}

ul.enquiry-form-fields li textarea {
  padding: 5px 10px;
  background: white !important;
}

ul.enquiry-form-fields li input {
  padding: 6px 10px;
}

ul.enquiry-form-fields li label,
.option {
  color: #ffffff;
  font-weight: 600;
  font-size: 18px;
}

ul.enquiry-form-fields select {
  color: black !important;
  padding-left: 10px !important;
  height: 44px;
}

select#clinic,
select#customer {
  color: black !important;
}

.form-submit {
  display: flex;
  justify-content: flex-end;
}

input.btn-submit {
  display: block;
  padding: 14px 30px 14px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 800;
  text-align: center;
  border: none;
  border-radius: 30px !important;
  background-color: #ffffff;
  color: var(--teal);
  z-index: 1;
  position: relative;
  cursor: pointer;
}

/* Responsive */

@media (max-width: 992px) {
}

@media (max-width: 768px) {
  section.block-enquiry {
    /* margin-top: 320px; */
  }

  input.btn-submit {
    width: 100% !important;
  }

  ul.enquiry-form-fields li label {
    font-size: 16px;
    margin-bottom: 10px;
  }

  ul.enquiry-form-fields li input,
  ul.enquiry-form-fields li select,
  ul.enquiry-form-fields li textarea {
    font-size: 16px;
  }

  ul.enquiry-form-fields li input,
  ul.enquiry-form-fields li textarea {
    padding-left: 15px;
  }
}

@media (max-width: 656px) {
  .block-enquiry .enquiry-form-fields {
    display: flex;
    flex-direction: column;
  }

  ul.enquiry-form-fields li {
    width: 100%;
  }

  .block-enquiry .form-submit {
    justify-content: flex-start;
  }
}

@media (max-width: 455px) {
  section.block-enquiry {
    margin-top: 400px;
  }
}

/* HEARING FAQ */
.faq-section {
  padding: 40px 0;
}

.faq-container {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 30px;
  max-width: 1100px;
  margin: auto;
}

.faq-title {
  font-size: 1.8rem;
  color: #1f7fb8; /* blue like screenshot */
}

.faq-item {
  border-bottom: 1px solid #ddd;
}

.faq-question {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 15px 0;
  font-size: 1.1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  color: #333;
}

.faq-toggle {
  font-size: 1.5rem;
  transition: transform 0.3s ease;
}

.faq-answer {
  display: none;
  padding: 0 0 15px;
  color: #666;
}

.faq-item.active .faq-answer {
  display: block;
}

.faq-item.active .faq-toggle {
  transform: rotate(45deg);
}

/* Video Embed */
.yt-video-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px;
  background-color: var(--teal);
}

.yt-video-container .iframe-wrapper {
  width: 50%;
}

.yt-video-container h2 {
  color: var(--white);
}

.yt-video-container iframe {
  border-radius: 20px;
  /* max-width: 800px;
  max-height: 600px; */
  margin: 0 auto;
  text-align: center;
}

/* FAQ STYLING */
.faq-section {
  background-color: #f5f5f5;
}

.faq-section .faqs {
  max-width: 800px;
  margin: 0 auto;
}

.faq-section h2 {
  text-align: center;
}

.faq-item {
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}

.faq-question {
  cursor: pointer;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-answer {
  display: none;
  padding: 10px 0;
}

.faq-item.active .faq-answer {
  display: block;
}

/* Helpers */

@media (max-width: 600px) {
  .mbs-100 {
    margin-bottom: 150px;
  }
}

/* @media (max-width: 924px) {
  .content-grid.effects {
    margin-top: 300px;
  }
  .content-grid.effects .right {
    display: flex;
    justify-content: center;
    max-width: 80%;
  }
}

@media (max-width: 550px) {
  .content-grid.effects {
    margin-top: 100px;
  }
  .content-grid.effects .right {
    display: flex;
    justify-content: center;
    max-width: 100%;
  }
} */

/* form styles */

.enquiry-section .cf.block-enquiry {
  padding: 0 !important;
}

@media (max-width: 768px) {
  .enquiry-form {
    margin-top: 20px !important;
    margin-bottom: 30px !important;
  }
}

/* MIRCO STYLES */

/* SINGS OF HEARING LOSS  */

@media (max-width: 924px) {
  .content-grid.reverse.loved-one,
  .content-grid.reverse.hearing-aids {
    /* margin-top: 300px; */
    margin-bottom: 20px;
  }
}

@media (max-width: 965px) {
  .faq-section .faqs {
    padding: 0 25px;
  }
  .circles-right .inner-circle .content-holder {
    width: 100%;
    justify-content: flex-start;
  }
  .circles-right .circle-block-img {
    display: none;
  }
  .yt-video-container .iframe-wrapper {
    width: 100%;
  }
}
