* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  scroll-behavior: smooth;
}

html body {
  background-color: #fff;
  padding: 0;
  scroll-behavior: unset;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  letter-spacing: normal;
  margin: 0px;
  line-height: normal;
}

p,
span,
a,
strong {
  letter-spacing: normal;
}

h1 {
  font-size: 56px;
  margin: 0px 0px 20px;
}

ul {
  list-style-type: none;
}

a {
  text-decoration: none !important;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  transition: 0.5s;
}

a:hover {
  color: #f58022;
}

li>ul,
li>ol {
  margin: 0px;
}

ul,
ol {
  margin: 0;
}

.left {
  float: left;
}

.right {
  float: right;
}

input:focus,
textarea:focus {
  outline: none;
}

img {
  display: block;
  max-width: 100%;
}

.center-wrapper {
  max-width: 1320px;
  width: 100%;
  margin: auto;
}

.clrfx:before,
.clrfx:after {
  content: "";
  display: table;
}

.clrfx:after {
  clear: both;
}

.clrfx {
  *zoom: 1;
}

section {
  padding: 60px 0px;
}

.tcenter {
  text-align: center;
}

.mgbtm12 {
  margin-bottom: 12px;
}

.header-main-wr {
  position: fixed;
  top: 20px;
  left: 0;
  z-index: 999;
  width: 100%;
}

.header-left-right-wr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 12px;
  background-color: #060158;
  border: 1px solid rgb(255 255 255 / 9%);
  border-radius: 50px;
  box-shadow: 0 0 2px 0 rgb(255 255 255 / 40%);
}

.header-left-wr {
  font-size: 22px;
  color: #ffffff;
  font-weight: 700;
}

.header-right-wr ul {
  display: flex;
  align-items: center;
  list-style-type: none;
  gap: 30px;
  margin: 0px;
}

.header-right-wr ul li {
  margin: 0px;
}

.header-right-wr ul li a {
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
}

.filled-common-btn {
  background-color: #1776e9;
  padding: 12px 20px;
  border-radius: 50px;
  color: #ffffff !important;
  line-height: normal;
  font-weight: 500;
}

.border-common-btn {
  background-color: transparent;
  padding: 11px 20px;
  border-radius: 50px;
  color: #ffffff !important;
  line-height: normal;
  border: 1px solid #ffffff;
}

.hm-first-fold-wr {
  background-color: #060158;
  padding-bottom: 0;
  position: relative;
  padding-top: 160px;
  overflow: hidden;
}

.hm-first-fold-left-right-wr {
  text-align: center;
  position: relative;
  z-index: 2;
}

.hm-first-fold-left-block,
.hm-first-fold-right-block {
  color: #ffffff;
}

.hm-first-fold-right-block {
  margin-top: 40px;
}

.hm-first-fold-right-block img {
  margin: 0 auto;
}

.text-tag {
  border: 1px solid #ffffff;
  padding: 6px 12px;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 20px;
  display: inline-block;
  color: #ffffff;
  border-radius: 4px;
}

.two-btn-group {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: center;
}

.two-btn-group a {
  min-width: 160px;
  text-align: center;
  font-weight: 500;
}

.hm-first-fold-wr::after {
  position: absolute;
  content: "";
  width: 400px;
  height: 400px;
  background-color: #1776e9;
  bottom: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 1;
  filter: blur(130px);
}

.hm-first-fold-left-block {
  width: 62%;
  margin: 0 auto;
}

.float-image {
  animation: floatUpDown 4s ease-in-out infinite;
}

@keyframes floatUpDown {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
  }

  100% {
    transform: translateY(0);
  }
}

.second-fold-specialists-wr {
  background-color: #f8f9fa;
}

.second-fold-specialists-top-cntnt {
  text-align: center;
  width: 68%;
  margin: 0 auto 40px;
}

.second-fold-specialists-top-cntnt h2,
.third-fold-specialists-lt-wr h2 {
  margin: 0px 0px 14px;
}

.second-fold-specialists-lt-rt-wr,
.third-fold-specialists-lt-rt-wr {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
}

.second-fold-specialists-lt-wr,
.second-fold-specialists-rt-wr,
.third-fold-specialists-lt-wr,
.third-fold-specialists-rt-wr {
  flex: 1;
}

.second-fold-specialists-lt-wr img {
  border-radius: 27px;
}

.second-fold-specialists-rt-wr ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 20px;
}

.second-fold-specialists-rt-wr ul li {
  margin: 0px;
  position: relative;
  padding-left: 34px;
}

.second-fold-specialists-rt-wr ul li::before {
  position: absolute;
  background-image: url(../images/svg/check_white_icon.svg);
  background-color: #060158;
  width: 22px;
  height: 22px;
  top: 2px;
  content: "";
  left: 0;
  border-radius: 50px;
  background-repeat: no-repeat;
  background-position: center;
}

.word-highlight {
  font-family: "Kaushan Script", cursive;
  font-size: 74px;
  margin-bottom: 12px;
  display: inline-block;
  background: linear-gradient(135deg, #060158 0%, #0f2fa8 45%, #1776e9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 0px 16px;
}

.third-fold-specialists-rt-wr ul {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  box-shadow:
    0 20px 40px rgba(23, 118, 233, 0.15),
    0 6px 16px rgba(0, 0, 0, 0.05);
  padding: 20px;
  justify-content: center;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 16px;
}

.third-fold-specialists-rt-wr ul li {
  margin: 0px;
  width: 47%;
  border: 1px solid rgb(255 255 255 / 9%);
  padding: 20px 20px;
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06), 0 2px 6px rgba(0, 0, 0, 0.04);
}

.third-fold-specialists-rt-wr ul li h3 {
  margin: 0;
  font-size: 18px;
  margin-bottom: 8px;
}

.third-fold-specialists-top-cntnt {
  margin-bottom: 40px;
}

.painless-section {
  max-width: 96%;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 30px;
  padding: 80px 60px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
}

.section-header {
  text-align: center;
  margin-bottom: 70px;
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-15px);
  }
}

.section-title {
  font-size: 42px;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 20px;
  line-height: 1.2;
}

.section-subtitle {
  font-size: 18px;
  color: #666;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Timeline Steps Container */
.timeline-container {
  position: relative;
  margin-top: 60px;
}

/* Vertical connecting line */
.timeline-line {
  position: absolute;
  left: 50%;
  top: 106px;
  bottom: 96px;
  width: 4px;
  background: linear-gradient(180deg, #667eea 0%, #764ba2 100%);
  transform: translateX(-50%);
  border-radius: 4px;
}

.timeline-step {
  display: flex;
  align-items: center;
  margin-bottom: 80px;
  position: relative;
  opacity: 0;
  animation: slideIn 0.6s ease forwards;
}

.timeline-step:nth-child(1) {
  animation-delay: 0.2s;
}

.timeline-step:nth-child(2) {
  animation-delay: 0.4s;
}

.timeline-step:nth-child(3) {
  animation-delay: 0.6s;
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.timeline-step:nth-child(even) {
  flex-direction: row-reverse;
}

.timeline-step:last-child {
  margin-bottom: 0;
}

.step-content {
  flex: 1;
  padding: 35px 45px;
  background: linear-gradient(135deg, #f5f7fa 0%, #f0f3f7 100%);
  border-radius: 20px;
  position: relative;
  margin: 0 40px;
  transition: all 0.4s ease;
  border: 2px solid transparent;
}

.timeline-step:nth-child(odd) .step-content {
  text-align: right;
  margin-right: calc(50% + 70px);
}

.timeline-step:nth-child(even) .step-content {
  text-align: left;
  margin-left: calc(50% + 70px);
}

.step-content:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(102, 126, 234, 0.25);
  border-color: #667eea;
  background: white;
}

.step-icon {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 100px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  z-index: 2;
  box-shadow: 0 10px 30px rgba(102, 126, 234, 0.4);
  border: 6px solid white;
  transition: all 0.3s ease;
}

.timeline-step:hover .step-icon {
  transform: translateX(-50%) scale(1.15);
  box-shadow: 0 15px 40px rgba(102, 126, 234, 0.6);
}

.step-number {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 36px;
  height: 36px;
  background: #667eea;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}

.timeline-step:nth-child(even) .step-number {
  left: -15px;
  right: auto;
}

.step-title {
  font-size: 26px;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 12px;
}

.step-description {
  font-size: 16px;
  color: #555;
  line-height: 1.7;
}

/* Bottom CTA */
.comfort-cta {
  text-align: center;
  margin-top: 80px;
  padding: 50px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 20px;
  color: white;
}

.cta-text {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 25px;
  line-height: 1.5;
}

.cta-button {
  display: inline-block;
  padding: 18px 45px;
  background: white;
  color: #667eea;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
  background: #f8f9fa;
}

.testimonials-section {
  padding: 80px 20px;
  /* background: linear-gradient(135deg, #0f2557 0%, #1e4ba8 100%); */
  background-color: #060158;
  position: relative;
  overflow: hidden;
}

.testimonials-section::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -10%;
  width: 500px;
  height: 500px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  z-index: 0;
}

.testimonials-section::after {
  content: '';
  position: absolute;
  bottom: -30%;
  left: -5%;
  width: 400px;
  height: 400px;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 50%;
  z-index: 0;
}

.section-header {
  text-align: center;
  margin-bottom: 60px;
}

.section-subtitle-testi {
  font-size: 18px;
  color: #8ab4ff;
  font-weight: 500;
  margin-bottom: 15px;
  font-style: italic;
  letter-spacing: 1px;
}

.section-title-testi {
  font-size: 42px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}

.section-description-testi {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.85);
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Rating Summary */
.rating-summary {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 40px;
  margin-bottom: 50px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.rating-item {
  text-align: center;
}

.rating-number {
  font-size: 48px;
  font-weight: 700;
  color: #ffd700;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.stars {
  color: #ffd700;
  font-size: 24px;
}

.rating-label {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
}

.divider {
  width: 1px;
  height: 60px;
  background: rgba(255, 255, 255, 0.2);
}

/* Testimonials Grid */
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

.testimonial-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 35px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
}

.testimonial-card::before {
  content: '"';
  position: absolute;
  top: -10px;
  left: 20px;
  font-size: 120px;
  color: rgba(30, 75, 168, 0.1);
  line-height: 1;
}

.testimonial-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.15);
}

.card-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  gap: 15px;
  position: relative;
  z-index: 1;
}

.patient-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1e4ba8, #5e8ed6);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  flex-shrink: 0;
}

.patient-info {
  flex: 1;
}

.patient-name {
  font-size: 18px;
  font-weight: 600;
  color: #0f2557;
  margin-bottom: 5px;
}

.treatment-type {
  font-size: 13px;
  color: #666;
  font-weight: 500;
}

.rating-stars {
  color: #ffd700;
  font-size: 18px;
  margin-bottom: 15px;
}

.testimonial-text {
  color: #555;
  line-height: 1.7;
  font-size: 15px;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

.testimonial-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  border-top: 1px solid #eee;
}

.verified-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #28a745;
  font-weight: 500;
}

.verified-icon {
  width: 20px;
  height: 20px;
  background: #28a745;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 12px;
}

.review-date {
  font-size: 13px;
  color: #999;
}

/* CTA Section */
.testimonials-cta {
  text-align: center;
  margin-top: 50px;
}

.cta-text {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 25px;
}

.cta-button {
  display: inline-block;
  background: linear-gradient(135deg, #4c9dff, #2e7fd9);
  color: #ffffff;
  padding: 16px 40px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease;
  box-shadow: 0 5px 20px rgba(76, 157, 255, 0.4);
}

.cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(76, 157, 255, 0.6);
}

/* Google Reviews Integration */
.google-reviews-banner {
  background: white;
  padding: 30px;
  border-radius: 15px;
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.google-logo {
  font-size: 32px;
  font-weight: 700;
}

.google-rating {
  text-align: center;
}

.google-rating-number {
  font-size: 36px;
  font-weight: 700;
  color: #1e4ba8;
}

.google-rating-stars {
  color: #ffd700;
  font-size: 20px;
  margin: 5px 0;
}

.google-rating-text {
  font-size: 14px;
  color: #666;
}

/* Schema.org structured data for SEO */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.implant-solustion-wr {
  background-color: #060158;
  position: relative;
  overflow: hidden;
}

.glass-card-wr {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
}

.glass-card {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
  border-radius: 15px;
  padding: 24px;
  color: #ffffff;
  flex: 1;
}

.glass-card h3 {
  margin: 0;
  color: #ffffff;
  font-size: 22px;
  margin-bottom: 12px;
}

.note-implant {
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.implant-solustion-head {
  width: 68%;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.implant-solustion-head h2 {
  color: #ffffff;
  margin: 0px 0px 40px;
}

.implant-solustion-head .word-highlight {
  background: linear-gradient(135deg, #ffffff 0%, #d3dbfd 45%, #52a0ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.implant-solustion-wr::before,
.implant-solustion-wr::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 200px;
  background-color: #1776e9;
  content: '';
  border-radius: 50%;
  filter: blur(80px);
}

.implant-solustion-wr::after {
  left: auto;
  right: 0;
  top: auto;
  bottom: 0;
}

.painless-section-wr {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

/* FAQ Section */
.faq-section {
  position: relative;
}

/* Section Header */
.section-header-faq {
  text-align: center;
  margin-bottom: 60px;
}

.section-title-faq {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}

.section-description-faq {
  font-size: 16px;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.7;
}

/* FAQ Accordion */
.faq-accordion {
  background: white;
  border-radius: 20px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.faq-item {
  border-bottom: 1px solid #eee;
  transition: all 0.3s ease;
}

.faq-item:last-child {
  border-bottom: none;
}

.faq-item.active {
  background: #f8f9ff;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 34px;
  cursor: pointer;
  transition: all 0.3s ease;
  user-select: none;
}

.faq-question:hover {
  background: #f8f9ff;
}

.question-text {
  font-size: 18px;
  font-weight: 600;
  color: #0f2557;
  flex: 1;
  padding-right: 20px;
}

.faq-icon {
  width: 32px;
  height: 32px;
  background: linear-gradient(135deg, #1e4ba8, #4c9dff);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 20px;
  font-weight: 700;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

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

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
}

.faq-item.active .faq-answer {
  max-height: 500px;
}

.answer-content {
  padding: 0 35px 28px 35px;
  color: #555;
  font-size: 15px;
  line-height: 1.8;
}

.answer-content strong {
  color: #1e4ba8;
  font-weight: 600;
}

.footer-top-block {
  background: #060158;
  padding: 40px 0px;
  border-bottom: 1px solid #5e5e5e;
  color: #ffffff;
}

.footer-coloumn-block-wr {
  display: flex;
  gap: 24px;
}

.footer-coloumn-block {
  flex: 1;
}

.footer-sub-title {
  font-weight: 600;
}

.footer-bottom-block {
  padding: 8px 0px;
  background-color: #060158;
}

.footer-bottom-block p {
  margin: 0px;
  color: #ffffff;
}

.footer-coloumn-block ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 12px;
}

.footer-coloumn-block ul li {
  margin: 0px;
}

.footer-coloumn-block:nth-child(3) ul {
  margin-top: 34px;
}
.booking-form-head {
	padding-top: 160px;
	padding-bottom: 60px;
	background-color: #060158;
	text-align: center;
	color: #ffffff;
}
.ea-bootstrap .ea-bootstrap {
    border: 1px solid rgb(255 255 255 / 9%);
    padding: 20px 20px;
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06), 0 2px 6px rgba(0, 0, 0, 0.04);
    max-width: 600px !important;
    margin: 0 auto;
}
.booking-form-wr {
	padding: 60px 0px;
}
.footer-coloumn-block ul li, .footer-coloumn-block p, .footer-bottom-block p {
    font-size: 16px;
}
/* Responsive Design */
@media only screen and (max-width: 1330px) {
  .center-wrapper {
    width: 96%;
  }
}
@media only screen and (max-width: 1199px) {
  h1 {
    font-size: 44px;
  }
  .word-highlight {
    font-size: 64px;
  }
  h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1023px) {
  .hm-first-fold-left-block, .second-fold-specialists-top-cntnt, .implant-solustion-head {
    width: 80%;
  }
  .flexdircol {
    flex-direction: column;
  }
  .glass-card {
    flex: auto;
    width: 48%;
  }
  .third-fold-specialists-lt-wr {
    text-align: center;
  }
  .painless-section {
    padding: 22px;
  }
}
@media (max-width: 979px) {
  .hm-first-fold-left-block, .second-fold-specialists-top-cntnt, .implant-solustion-head {
    width: 100%;
  }
  .painless-section {
    padding: 30px 30px;
  }

  .timeline-line {
    left: 50px;
  }

  .timeline-step {
    flex-direction: row !important;
    margin-bottom: 60px;
  }

  .step-content {
    text-align: left !important;
    margin: 0 0 0 110px !important;
  }

  .step-icon {
    left: 50px;
  }

  .step-number {
    left: -10px !important;
    right: auto !important;
  }

  .section-title {
    font-size: 32px;
  }

  .step-title {
    font-size: 22px;
  }
  .footer-coloumn-block-wr {
    flex-wrap: wrap;
  }
  .footer-coloumn-block {
    flex: auto;
    width: 48%;
  }
}

@media (max-width: 767px) {
  .testimonials-section {
    padding: 60px 15px;
  }

  .section-title-testi {
    font-size: 32px;
  }

  .rating-summary {
    padding: 30px 20px;
    gap: 20px;
  }

  .rating-number {
    font-size: 36px;
  }

  .divider {
    display: none;
  }

  .testimonials-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .testimonial-card {
    padding: 25px;
  }

  .google-reviews-banner {
    padding: 20px;
    gap: 20px;
  }
  .faq-section {
    padding: 60px 15px;
  }

  .section-title-faq {
    font-size: 32px;
  }

  .faq-question {
    padding: 22px 20px;
  }

  .question-text {
    font-size: 16px;
  }

  .answer-content {
    padding: 0 20px 22px 20px;
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .painless-section {
    padding: 40px 20px;
  }

  .section-title {
    font-size: 26px;
  }

  .section-subtitle {
    font-size: 16px;
  }

  .step-icon {
    width: 70px;
    height: 70px;
    font-size: 30px;
    left: 35px;
  }

  .timeline-line {
    left: 35px;
  }

  .step-content {
    margin-left: 90px !important;
    padding: 25px 20px;
  }

  .step-title {
    font-size: 18px;
  }

  .step-description {
    font-size: 14px;
  }

  .comfort-cta {
    padding: 30px 20px;
  }

  .cta-text {
    font-size: 18px;
  }

  .cta-button {
    padding: 14px 30px;
    font-size: 16px;
  }
}
@media (max-width: 567px) {
  section {
    padding: 40px 0px;
  }
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 28px;
  }
  .word-highlight {
    font-size: 54px;
  }
  .header-right-wr ul li a {
    font-size: 14px;
  }
  .section-title-testi {
    font-size: 28px;
  }
  .third-fold-specialists-top-cntnt {
    margin-bottom: 0px;
  }
  .third-fold-specialists-rt-wr ul li {
    width: 100%;
  }

  .rating-item {
    width: 100%;
  }

  .patient-avatar {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }

  .patient-name {
    font-size: 16px;
  }
  .section-title-faq {
    font-size: 28px;
  }

  .faq-icon {
    width: 28px;
    height: 28px;
    font-size: 18px;
  }
}
@media (max-width: 459px) {
  .header-left-wr {
    font-size: 18px;
  }
  .header-right-wr ul li a {
    font-size: 10px;
  }
  .hm-first-fold-wr {
    padding-top: 120px;
  }
}