:root {
  --clove-primary: #f58420;
  --clove-dark: #462512;
  --clove-light-bg: #fffaf5;
  --clove-peach: #ffe0c4;
  --clove-text-dark: #1a1a1a;
  --clove-text-gray: #474747;
  --clove-text-medium: #364153;
  --clove-text-darker: #303030;
}

body {
  font-family: "Figtree", sans-serif !important;
}

/* Hero Section */
.hero-section {
  padding-top: 40px;
  padding-bottom: 40px;
  margin: 0 auto;
  padding-left: 60px;
  padding-right: 60px;
}

.subsection-title {
  font-size: 20px;
  font-weight: 700;
}

.hero-title {
  font-weight: 700;
  font-size: 40px;
  color: var(--clove-text-dark);
}

.hero-subtitle {
  font-weight: 400;
  font-size: 24px;
  line-height: 40.945px;
  letter-spacing: -0.5659px;
  color: var(--clove-text-medium);
}

.quote-section {
  margin-top: 0;
  margin-bottom: 0;
}

.scroller_section section {
  padding: 0;
  margin: 0;
}

.scroller_section {
  padding: 0;
}

.custom-announcement-bar {
  background: #fff !important;
  box-shadow: 0px 0px 6px 0px #00000040 !important;
}

.section-subtitle {
  font-size: 20px;
  font-weight: 400;
  color: #474747;
  line-height: 1.5;
  /* margin: 0 auto; */
}

.section-title {
  font-size: 24px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.2;
  margin-bottom: 8px;
}

.quote-section {
  background-color: var(--clove-light-bg);
  padding: 60px 100px 0;
  position: relative;
  text-align: center;
  min-height: 324px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bg-light-custom {
  background-color: var(--clove-light-bg);
}

.hero-section .btn-primary-custom,
.form-section .btn-primary-custom {
  background-color: var(--clove-primary);
  border: none;
  border-radius: 4px;
  color: white;
  font-weight: 500;
  font-size: 16px;
  padding: 8px 12px;
  height: 38px;
}

.why_choose_laser .feature-card .feature-card_item {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
}

.feature-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  color: var(--clove-dark);
}

.feature-card {
  background-color: white;
  border: 1px solid #f2f2f2;
  border-radius: 4px;
  box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.08);
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 20px;
  height: 100%;
}

.form-section {
  background-color: var(--clove-light-bg);
  padding: 30px 100px;
}

.form-custom {
  background-color: white;
  border: 1px solid #f2f2f2;
  box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  padding: 16px 40px;
}

.form-control-custom {
  border: 1px solid var(--clove-peach);
  border-radius: 2px;
  height: 38px;
  padding: 0px 16px;
  font-size: 16px;
  margin-bottom: 20px;
}

.form-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  color: var(--clove-text-dark);
  text-align: center;
  margin-bottom: 20px;
}

/* STep */

.accordion-step-item {
  margin-bottom: 24px;
}

.accordion-step-header {
  display: flex;
  gap: 7px;
  align-items: flex-start;
  width: 100%;
}

.step-number {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3;
  color: var(--clove-primary);
  width: 71px;
  flex-shrink: 0;
}

.step-content-wrapper {
  flex: 1;
  min-width: 0;
}

.step-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.step-title-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  width: 100%;
}

.step-description.show {
  max-height: 200px;
  margin-top: 4px;
}

.step-description {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  color: var(--clove-text-gray);
  margin: 4px 0 0 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, margin-top 0.3s ease;
}

/* Quote Section */
.quote-section {
  background-color: var(--clove-light-bg);
  padding: 40px 100px 0;
  position: relative;
  text-align: center;
  min-height: 324px;
  display: flex;
  align-items: center;
  justify-content: center;
}

    .quote-section .quote_sec {
        position: relative;
        padding: 0 20px;
    }


.quote-mark {
  font-size: 80px;
  line-height: 1.2;
  color: var(--clove-dark);
  font-weight: 700;
  position: absolute;
}

.quote-mark-left {
  left: 3%;
  top: -76px;
  transform: rotate(-174deg);
}

.quote-mark-right {
  right: 0%;
  bottom: -45%;
  transform: rotate(375deg);
}

.quote-section .img_sec img {
        border-radius: 5px;
    }

.quote-content {
  max-width: 934px;
  z-index: 1;
}

.quote-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  color: var(--clove-primary);
  margin-bottom: 20px;
}

.quote-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  color: var(--clove-text-dark);
}

/* testimonial video */

/* .section-wrapper {
    padding: 60px 0;
    overflow: hidden;
} */

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

.section-subtitle {
  font-size: 20px;
  font-weight: 400;
  color: #474747;
  line-height: 1.5;
  /* margin: 0 auto; */
}

.slider-container {
  position: relative;
  overflow: hidden;
  padding: 20px 0;
}

.slider-wrapper {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 0 20px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.slider-wrapper::-webkit-scrollbar {
  display: none;
}

.slide-item {
  flex: 0 0 calc(45.33% - 20px);
  display: flex;
  gap: 24px;
}

.video-container {
  position: relative;
  width: 300px;
  /* height: 400px; */
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
  flex-shrink: 0;
}

.video-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-element {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
}

.video-element.active {
  display: block;
}

.play-button-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background-color: #fffaf5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
}

.play-button-wrapper.hidden {
  opacity: 0;
  pointer-events: none;
}

.play-icon {
  width: 30px;
  height: 42px;
}

.testimonial-card {
  background-color: #fff9f4;
  border: 1px solid #ffe0c4;
  border-radius: 4px;
  padding: 20px;
  width: 300px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  /* height: 400px; */
  height: 470px;
}

.user-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #ffe0c4;
  border: 1.2px solid #f58420;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 700;
  color: #303030;
}

.user-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.user-details {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.user-name {
  font-size: 24px;
  font-weight: 700;
  color: #303030;
  margin: 0;
  text-transform: capitalize;
}

.stars-container {
  display: flex;
  gap: 8px;
}

.star-icon {
  width: 24px;
  height: 24px;
  fill: #f2c830;
}

.testimonial-text {
  font-size: 20px;
  font-weight: 400;
  color: #464646;
  line-height: 1.5;
  overflow: scroll;
  text-align: center;
  margin: 0;
}

.nav-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

.nav-button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #f58420;
  border: none;
  color: white;
  font-size: 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}

.nav-button:hover {
  background-color: #e07010;
}

.nav-button:disabled {
  background-color: #cccccc;
  cursor: not-allowed;
}

/* Faqs Sec*/

.faq-item {
  background-color: white;
  border: 1px solid #f2f2f2;
  box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.08);
  border-radius: 2px;
  margin-bottom: 16px;
}

.faq-button {
  background-color: white;
  border: none;
  padding: 12px 16px;
  width: 100%;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
  color: var(--clove-text-dark);
}

.faq-button:hover {
  background-color: #fafafa;
}

.faq-icon {
  color: var(--clove-primary);
  font-size: 16px;
  transition: transform 0.3s ease;
}

.faq-icon.rotated {
  transform: rotate(180deg);
}

.faq-content {
  padding: 0 16px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-content.show {
  max-height: 500px;
  padding: 0 16px 16px 16px;
}

.faq-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  color: var(--clove-text-gray);
}

.step-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

/* City Badges */
.city-badge {
  background-color: white;
  border: 1px solid #f2f2f2;
  box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  padding: 20px;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  color: var(--clove-text-dark);
  cursor: pointer;
}

.city-badge:hover {
  background-color: #f8f8f8;
}

/* Comparison Table Section */
.comparison-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  color: #1a1a1a;
  text-align: center;
}

.comparison-subtitle {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  color: #474747;
  text-align: center;
}

.comparison-table-wrapper {
  /* border: 1px solid #f2f2f2; */
  border-radius: 8px;
  overflow: hidden;
  /* box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.03); */
}

.comparison-table {
  margin-bottom: 0;
  width: 100%;
}

.comparison-table.table {
  margin-bottom: 0;
  border: 1px solid #f2f2f2;
}

.comparison-table th {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
  color: #1a1a1a;
  text-align: center;
  padding: 19.53px 20px;
  border: none;
}

.comparison-table th.factor-header {
  background-color: #fff7d9;
  text-align: left;
  padding-left: 30.24px;
}

.comparison-table th.laser-header {
  background-color: #fffaf5;
}

.comparison-table th.general-header {
  background-color: #eef7ff;
}

.comparison-table td {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #1a1a1a;
  vertical-align: middle;
  border: none;
}

.comparison-table td.factor-cell {
  font-weight: 600;
  font-size: 18px;
  padding: 29.61px 20.24px;
  text-align: left;
}

.comparison-table td.factor-cell.bg-gray {
  background-color: #f9f9f9;
}

.comparison-table td.laser-cell {
  background-color: #f0fdf4;
  border: 1px solid #b9f8cf;
  text-align: center;
  padding: 29.61px 20px;
}

.comparison-table td.general-cell {
  background-color: #fef2f2;
  border: 1px solid #ffc9c9;
  text-align: center;
  padding: 29.61px 20px;
}

.comparison-note {
  background-color: #eef7ff;
  border-radius: 2px;
  padding: 20px;
  max-width: 1300px;
  margin: 0 auto;
}

.comparison-note p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #4a5565;
  text-align: center;
  margin-bottom: 0;
  font-style: italic;
}

.comparison-note strong {
  font-weight: 700;
  font-style: italic;
}

.comparison-table-wrapper .comparison-table th {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
  color: #1a1a1a;
  text-align: center;
  padding: 19.53px 20px;
  border: none;
}

.icon-hidden {
  display: none;
}

.form-control:focus {
  box-shadow: none;
}

.steps-image-container img {
  width: 100%;
}

.steps-image-container .steps-video {
  width: 100%;
}

.why_choose_accordion .image-container img {
  width: 100%;
}

.aligners-city-box {
  background: #fff7ef;
  border-radius: 12px;
  padding: 28px 22px;
  margin-top: 20px;
  overflow: hidden;
}

.section-relative {
  position: relative;
}

.toggle-arrow {
  position: absolute;
  top: 0;
  right: 34px;
  font-size: 2rem;
  color: #ffa533;
  cursor: pointer;
  transition: transform 0.2s;
  z-index: 1;
}

.city-link {
  color: #ffa533;
  text-decoration: none;
  font-weight: 500;
  margin-right: 8px;
  white-space: nowrap;
}

/* dental implants  */

.row.why_choose_row {
  gap: 60px;
}

.row.why_choose_row .row.g-4 {
  margin: 0;
  gap: 40px;
}

.row.why_choose_row .col-lg-7 {
  padding: 0;
  width: calc(58.33333333% - 30px);
}

.row.why_choose_row .col-lg-5 {
  padding: 0;
  width: calc(41.66666667% - 30px);
}

.row.why_choose_row .row.g-4 .col-6 {
  margin: 0;
  padding: 0;
  width: calc(50% - 20px);
}

.form-section .row.align-items-center {
  gap: 60px;
}

section.implant_section .header-section h1 {
  text-align: center;
}

section.implant_section .header-section p {
  text-align: center;
  font-size: 20px;
}

.input-group input#pincodeInput,
.input-group button#searchButton {
  width: 250px;
  flex: 0 0 250px;
}

.form-section .col-lg-6 {
  padding: 0;
  width: calc(50% - 30px);
}

p.comprison-mob_txt {
  display: none;
}

@media (max-width: 768px) {

  section {
    padding: 24px 10px;
  }
  .hero-section {
    padding: 20px 10px;
  }

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

   .accordion-title {
            font-size: 16px;
            font-weight: 500;
        }

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

  .user-name {
    font-size: 20px;
  }

  section.form-section {
    /* padding: 30px 15px; */
    padding: 20px 15px;
  }

  .form-title {
    font-size: 20px;
    text-align: left;
  }

  .section-title {
    font-size: 20px;
    text-align: left;
  }
.faq-item button {
            font-size: 14px;
        }
          .step-description {
            font-size: 14px;
        }

  .section-subtitle {
    font-size: 16px !important;
    text-align: left;
  }

  .comparison-note p {
            text-align: left;
        }

  .scroller_section section {
    margin: 0;
  }

  .hero-title {
    font-size: 24px;
    margin-bottom: 12px !important;
  }

  .form-section .form-card-container {
    display: flex;
    flex-wrap: nowrap;
    overflow: scroll;
  }

  .form-card-container .col-md-6 {
    width: 80%;
  }

  .consultation-form #captcha_code1_r,
  .consultation-form #captcha_code1_member {
    padding: 5px 0px 2px 0;
  }

  .form-section .consultation-form {
    padding: 16px;
  }

  .faq-item>div:not(.show) {
    padding: 0 !important;
  }

  .accordion-item-custom .accordion-title-custom {
    font-size: 16px;
  }

  .hero-section .row.align-items-center {
    flex-direction: column-reverse;
    gap: 12px;
  }

  .hero-section .btn-primary-custom {
    width: 100%;
  }

  .hero-subtitle {
    font-size: 20px;
    line-height: 1.5;
  }

  /* .hero-img {
            width: 100%;
            max-width: 340px;
            height: 180px;
        } */

  .quote-section {
    padding: 24px 5px 0;
    flex-direction: column;
    min-height: auto;
  }

  .quote-section {
    display: flex;
    flex-direction: column-reverse;
  }

  /* .quote-mark,
        .quote-mark-left,
        .quote-mark-right {
            font-size: 48px;
            left: 10px !important;
            right: 10px !important;
            top: 12px !important;
            position: relative !important;
            transform: none !important;
            margin-bottom: 8px;
        } */
  .quote-mark-left {
    left: 8px;
    top: -32px;
    transform: rotate(-174deg);
  }

  .quote-mark-right {
    right: 31px;
    /* top: 472px; */
    top: unset;
    bottom: -18px;
    transform: rotate(375deg);
  }

  .quote-section .quote_sec {
      position: relative;
  }


  .quote-mark {
    font-size: 70px;
    line-height: 1.2;
    color: var(--clove-dark);
    font-weight: 700;
    position: absolute;
  }

  .quote-content {
    max-width: 95vw;
    font-size: 16px;
    padding: 40px 4vw;
  }

  .quote-title {
    font-size: 20px;
  }
  
  .quote-text {
      font-size: 16px;
  }

  .benifits_sec ul {
    font-size: 16px;
    line-height: 1.5;
    color: var(--clove-text-gray);
  }

  .form-section .feature-card,
  .procedure-card,
  .city-badge,
  .info-card {
    padding: 8px 8px;
  }

  .types_mouth_ulcers .common_procedures {
    display: flex;
    flex-direction: row;
    overflow: scroll;
    flex-wrap: nowrap;
  }

  .types_mouth_ulcers .common_procedures .col-md-4 {
    flex: 0 0 85%;
  }

  .types_mouth_ulcers .procedure-card img {
    width: 100%;
  }

  .types_mouth_ulcers .procedure-card {
    padding: 0;
    background: #fffaf5;
  }

  .form-section .talkto_our {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow: scroll;
  }

  .talkto_our .col-6 {
    flex: 0 0 58%;
    height: 100%;
  }

  .feature-card {
    gap: 10px;
  }

  .faq-item>div:not(.show) {
    padding: 0;
  }

  /* dental implants */
  .w-are-dental_implants .col-lg-6 {
    padding: 0;
  }

  .w-are-dental_implants .subsection-title {
    margin-bottom: 8px !important;
  }

  .row.aligner_work {
    background-color: transparent;
    flex-direction: column-reverse;
    gap: 20px;
  }

  .aligner_work .col-lg-6:nth-of-type(2) {
    background: #ebfaff;
    padding: 16px;
    border-radius: 4px;
  }

  .aligner_work .note_sec {
    padding: 16px;
  }

  .row.why_choose_row {
    gap: 30px;
  }

  .row.why_choose_row .col-lg-7,
  .row.why_choose_row .col-lg-5 {
    width: 100%;
  }

  .row.why_choose_row .row.g-4 {
    gap: 12px;
  }

  .row.why_choose_row .row.g-4 .col-6 {
    width: calc(50% - 6px);
  }

  p.section-subtitle.mb-5.text-center {
    margin-bottom: 20px !important;
  }

  .common_procedures .col-md-3 {
    flex: 0 0 70%;
    padding-inline: 12px;
  }

  .common_procedures .procedure-card {
    padding: 0;
  }

  .common_procedures .p-3 {
    padding: 12px !important;
  }

  .form-section .row.align-items-center {
    gap: 20px;
  }

  .form-section .col-lg-6 {
    width: 100%;
  }

  .form-section .feature-card {
    padding: 16px;
    flex-direction: column;
    align-items: center;
  }

  .implant_section div.pricing-card {
    width: 100%;
  }

  .form-section .form-custom {
    padding: 20px 16px;
  }

  .form-section .talkto_our .col-6 {
    height: -webkit-fill-available;
  }

  .accordion-wrapper .main-heading {
    font-size: 20px;
    /* text-align: center; */
    text-align: left;
  }

  .stp-stp-by_process {
    padding-top: 36px;
    padding-bottom: 20px;
    margin-bottom: 0;
  }

  .stp-stp-by_process .steps-section-subtitle {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .stp-stp-by_process .text-center.mb-5 {
    margin: 0 !important;
  }

  .comparison-section .comparison-table-wrapper {
    max-width: 100vw;
    padding: 0;
    margin-bottom: 0 !important;
  }

  .comparison-section {
    padding: 40px 0;
    margin-bottom: 0;
  }

  p.comprison-mob_txt {
    text-align: center;
    margin-block: 20px;
    font-size: 16px;
    line-height: 150%;
    color: #f58420;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: italic;
    gap: 8px;
  }

  section.implant_section .header-section h1 {
    font-size: 20px;
  }

  section.implant_section .header-section p {
    font-size: 16px;
    line-height: 1.2;
  }

  .implant_section .pricing-card {
    width: 100%;
  }

  section.w-are-dental_implants .row.align-items-center,
  .row.aligner_work,
  .row.why_choose_row,
  .common_procedures,
  .form-section .row.align-items-center {
    margin: 0;
  }

  section.implant_section {
    padding-inline: 4px;
  }

  .implant_section .feature-title {
    font-size: 16px;
  }

  .implant_section div.feature-card {
    width: calc(50% - 10px);
    flex: 0 0 calc(50% - 10px);
    padding: 0;
    height: -webkit-fill-available;
  }

  .implant_section .features-container {
    flex-wrap: wrap;
    flex-direction: row;
  }

  div.implant_section div.feature-card-inner {
    padding: 16px;
  }

  .implant_section div.features-wrapper {
    display: block;
  }

  .implant_section h3.feature-title {
    font-size: 16px;
  }

  div.slider-container {
    padding-top: 4px;
  }

  div#testimonialSlider {
    padding-inline: 4px;
  }

  .input-group input#pincodeInput,
  .input-group button#searchButton {
    width: 50%;
    flex: 0 0 50%;
  }

  #clinics .text-center.mb-5 {
    margin-bottom: 24px !important;
  }

  #clinics ul#pincodeSuggestions {
    margin-bottom: 0;
  }

  section.py-3.section-relative h4 {
    width: 90%;
  }

  section.py-3.section-relative .toggle-arrow {
    top: 14px;
    right: 25px;
    font-size: unset;
    width: 16px;
    height: 16px;
  }

  section.py-3.section-relative .toggle-arrow img {
    width: 100%;
  }

  .section-relative {
    padding-inline: 4px;
  }

  .comparison-table-wrapper .comparison-table th {
    font-size: 18px;
  }
}


@media (max-width: 768px) {
  .comparison-table-wrapper .comparison-table th:first-child, .comparison-table td:first-child {
    position: sticky;
    left: -1px;
    top: 0;
  }
  .comparison-table-wrapper .comparison-table.no-sticky th:first-child, .comparison-table.no-sticky td:first-child {
    position: static;
  }
}

.bg-light-custom#clinics .search-input#pincodeInput, .bg-light-custom#clinics #searchButton {
  display: none;
}

.breadcrumb.breadcrumb-treatment {
    margin: 20px auto;
    margin-bottom: 0;
}

@media (max-width: 768px) {
  .breadcrumb.breadcrumb-treatment {
      padding: 0 15px;
      margin: -15px auto 20px 0;
  }
  .mb-m-20 {
    margin-bottom: 20px !important;
  }
}