/* custom-classes */
:root {
  --gradient-gold: linear-gradient(
    306deg,
    #fff1d6 -115.73%,
    #c8a14f -51.05%,
    #fff0d1 18.51%,
    #c4993e 86.84%
  );
  --gradient-light-gold2: linear-gradient(
    354deg,
    rgba(200, 161, 79, 0.8) 17.72%,
    #fff0d1 41.9%,
    #c4993e 77.43%
  );
  --gradient-gold3: linear-gradient(
    333deg,
    #fff1d6 -82.67%,
    #c8a14f -3.02%,
    #fff0d1 50.97%,
    #c4993e 119%
  );
  --gradient-gold4: linear-gradient(9deg, rgba(200, 161, 79, 0.87) 24.37%, rgba(151, 103, 0, 0.84) 50.11%, rgba(196, 153, 62, 0.81) 75.84%);
  --gold-dark: #7e5e00;
  --gold-mid: #af9d66;
  --gold-light1: #ebe8dc;
  --gold-light2: rgba(200, 180, 132, 0.28);
  --gold-light3: #d4cdb5;
  --gray: #E5E7EB;
  --white: #fff;
  --black: #000;
}
.fs-14 {
  font-size: 14px;
}
.fs-15 {
  font-size: 15px;
}
.fs-16 {
  font-size: 16px;
}
.fs-20 {
  font-size: 20px;
}
.fs-24 {
  font-size: 24px;
}
.fs-32 {
  font-size: 32px;
}
.fs-40 {
  font-size: 40px;
}
.fs-32 {
  font-size: 32px;
}
.size-48{
  width: 48px;
  height: 48px;
}
.fw-medium {
  font-weight: 500;
}
.fw-semibold {
  font-weight: 600;
}
.transition {
  transition: all 0.25s ease-in-out;
}
.bg-gradient-gold {
  background: var(--gradient-gold);
}
.bg-gradient-gold3 {
  background: var(--gradient-gold3);
}
.bg-gradient-gold4 {
  background: var(--gradient-gold4);
}
.bg-light-gold1 {
  background-color: var(--gold-light1);
}
.bg-light-gold2 {
  background-color: var(--gold-light2);
}
.bg-light-gold3 {
  background-color: var(--gold-light3);
}
.bg-dark-gold {
  background-color: var(--gold-dark);
}
.rounded-16 {
  border-radius: 16px;
}
.rounded-bottom-16 {
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
.rounded-20 {
  border-radius: 20px;
}
.border-2-mid-gold {
  border: 2px solid var(--gold-mid);
}
.border-dark-gold {
  border: 1px solid var(--gold-dark);
}
.border-light-gold3 {
  border: 1px solid var(--gold-light3);
}
.border-top-3-gold-mid {
  border-top: 3px solid var(--gold-mid);
}
.text-dark-gold {
  color: var(--gold-dark);
}
.cover {
  object-fit: cover;
}
.text-gradient-gold2 {
  background: linear-gradient(
    354deg,
    rgba(200, 161, 79, 0.8) 17.72%,
    #fff0d1 41.9%,
    #c4993e 77.43%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.custom-shadow {
  box-shadow: 2px 4px 4px 0 rgba(0, 0, 0, 0.14);
}
.gradient-line::before {
  content: "";
  position: absolute;
  background: var(--gold-dark);
  border-radius: 12px;
}
.gradient-line__vertical::before {
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 80%;
}
.gradient-line__horizontal::before {
  bottom: 0;
  width: 0;
  height: 5px;
}
.gradient-line__horizontal.line-animated::before {
  animation: line-expand 0.6s ease forwards;
}
@keyframes line-expand {
  from {
    width: 0;
  }
  to {
    width: 70px;
  }
}
.callout-pill {
  opacity: 0;
}
.callout-pill.pill-animated {
  animation: pill-bounce 0.7s ease forwards;
}
@keyframes pill-bounce {
  0% {
    opacity: 0;
    margin-top: -18px;
  }
  55% {
    opacity: 1;
    margin-top: 7px;
  }
  75% {
    margin-top: -4px;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}
.gradient-line__horizontal__center::before {
  left: 50%;
  transform: translateX(-50%);
}
.services-hero-banner {
  background: url("https://storage.googleapis.com/content.ezadtv.com/2026/04/06/69d3c2b9bc14b_issadental-services-hero.webp")
    no-repeat center;
  background-size: cover;
}
.custom-btn {
  border-width: 1px;
  border-style: solid;
  font-size: 23px;
}
.custom-btn.btn-gold {
  border-color: var(--gold-dark);
  background: transparent;
}
.custom-btn.btn-gold:not(.btn-gold_outline):hover {
  background: var(--gold-dark);
}
.custom-btn.btn-gold:hover img {
  transform: translateX(7px);
}
.custom-btn.btn-gold_outline:hover,
.custom-btn.btn-dark {
  background: var(--black);
  color: var(--white);
  border-color: var(--black);
}
.custom-btn.btn-dark:hover,
.custom-btn.btn-gold_outline {
  color: var(--black);
}
.custom-btn.btn-dark:hover {
  background: var(--white);
}
.btn-gold .circle-icon {
  width: 60px;
  height: 60px;
  background: var(--gradient-gold);
}
.callout-pill {
  border-radius: 50rem;
}
.callout-pill p {
  font-size: 15px;
}
.callout-pill.item-1 {
  top: -18px;
  left: 40%;
  transform: translateX(-50%);
}
.callout-pill.item-2 {
  top: 20%;
  right: 9%;
}
.callout-pill.item-3 {
  top: 55%;
  right: 9%;
}
.callout-pill.item-4 {
  bottom: 11px;
  right: 10%;
  transform: translateX(-50%);
}
.callout-pill.item-5 {
  top: 75%;
  left: 17%;
}
.callout-pill.item-6 {
  top: 40%;
  left: 9%;
}
.callout-pill.item-7 {
  top: 7%;
  right: 17%;
}
.callout-pill.item-8 {
  top: 87%;
  left: 15%;
}
.callout-pill.item-9 {
  top: 22%;
  left: 9%;
}
.callout-pill.item-10 {
  top: 73%;
  right: 8%;
}
.callout-pill.item-11 {
  top: -4%;
  right: 30%;
}
.callout-pill.item-12 {
  top: 45%;
  right: 7%;
}
.callout-pill.item-13 {
  top: 90%;
  right: 27%;
}
.callout-pill.item-14 {
  top: 72%;
  left: 15%;
}
.callout-pill.item-15 {
  top: 25%;
  left: 11%;
}
.callout-pill.item-16 {
  top: 11%;
  right: 11%;
}
.callout-pill.item-17 {
  top: 11%;
  left: 11%;
}
.callout-pill.item-18 {
  top: 63%;
  right: 11%;
}
.callout-pill.item-19 {
  top: 63%;
  left: 11%;
}
.callout-pill.item-20 {
  top: 93%;
  left: 37%;
}
.callout-pill.item-21 {
  top: 11%;
  left: 23%;
}
.callout-pill.item-22 {
  top: 24%;
  right: 15%;
}
.callout-pill.item-23{
  top: 86%;
  right: 21%;
}
.callout-pill.item-24 {
  top: 70%;
  left: 17%;
}
.callout-pill.item-25 {
  top: 11%;
  left: 12%;
}
.callout-pill.item-26 {
  top: 40%;
  right: 9%;
}
.callout-pill.item-27 {
  top: 7%;
  left: 17%;
}
.callout-pill.item-28 {
    top: 37%;
    left: 9%;
}
.callout-pill.item-29 {
    top: 37%;
    right: 9%;
}
.callout-pill.item-30 {
    bottom: 11px;
    left: 22%;
}
.x-ray-types {
  background: var(--gold-light)
    url("https://storage.googleapis.com/content.ezadtv.com/2026/01/16/696aa7af12443_tooth-banner.webp")
    no-repeat right bottom;
  background-size: 465px 630px;
}
.x-ray-types__card {
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.07);
}
.x-ray-types__card-header {
  top: -32px;
  left: 50%;
  transform: translate(-50%);
}
.x-ray-types__card {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--gold-dark);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border 0.25s ease;
}
/* hover */
.x-ray-types__card:hover {
  transform: translateY(-6px);
  box-shadow:
    0 12px 24px rgba(175, 157, 102, 0.25),
    0 0 0 1px rgba(200, 161, 79, 0.4);
}
/* icon: subtle only */
.x-ray-types__card-header {
  transition: transform 0.25s ease;
}
.x-ray-types__card:hover .x-ray-types__card-header {
  transform: translate(-50%, -6px);
}
/* heading accent */
.x-ray-types__card h3 {
  transition: color 0.25s ease;
}
.x-ray-types__card:hover h3 {
  color: var(--gold-dark);
}
.benefits__card {
  background: var(--gradient-gold);
  transition: box-shadow 0.25s ease;
}
.benefits__card.white {
  background: var(--white);
}
.benefits__card p {
  color: var(--black);
}
.benefits__card:hover {
  background: var(--black);
}
.benefits__card:hover .benefits__card-body,
.benefits__card:hover p {
  color: var(--white);
}
/* procedure timeline — only what Bootstrap cannot do */
.procedure-timeline {
  height: 520px;
}
.procedure-wave {
  pointer-events: none;
}
.procedure-step {
  width: 20%;
}
.procedure-step:nth-child(2) {
  left: 0;
}
.procedure-step:nth-child(3) {
  left: 20%;
}
.procedure-step:nth-child(4) {
  left: 40%;
}
.procedure-step:nth-child(5) {
  left: 60%;
}
.procedure-step:nth-child(6) {
  left: 80%;
}
.steps-4 .procedure-step {
  width: 25%;
}
.steps-4 .procedure-step:nth-child(2) {
  left: 0;
}
.steps-4 .procedure-step:nth-child(3) {
  left: 25%;
}
.steps-4 .procedure-step:nth-child(4) {
  left: 50%;
}
.steps-4 .procedure-step:nth-child(5) {
  left: 75%;
}
.steps-6 .procedure-step {
  width: 29%;
}
.steps-6 .procedure-step:nth-child(2) {
  left: 0;
}
.steps-6 .procedure-step:nth-child(3) {
  left: 15%;
}
.steps-6 .procedure-step:nth-child(4) {
  left: 30%;
}
.steps-6 .procedure-step:nth-child(5) {
  left: 45%;
}
.steps-6 .procedure-step:nth-child(6) {
  left: 60%;
}
.steps-6 .procedure-step:nth-child(7) {
  left: 75%;
}
/* 6-step straight-line layout: all icons on one row, text above/below */
.steps-6 .procedure-step--top .procedure-step__icon,
.steps-6 .procedure-step--bottom .procedure-step__icon {
  top: 196px;
}
.steps-6 .procedure-step--top .procedure-step__text {
  top: 15px;
}
.steps-6 .procedure-step--bottom .procedure-step__text {
  top: 320px;
}
.procedure-step__number {
  font-size: 100px;
}
.procedure-step__icon {
  width: 68px;
  height: 68px;
  border: 1px solid var(--gold-dark);
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
}
.procedure-step--top .procedure-step__icon {
  top: 247px;
}
.procedure-step--top .procedure-step__text {
  top: -90px;
}
.procedure-step--bottom2 .procedure-step__icon,
.procedure-step--bottom .procedure-step__icon {
  top: 152px;
}
.procedure-step--bottom .procedure-step__text {
  top: 236px;
}
.procedure-step--bottom2 .procedure-step__text {
  top: 300px;
}
.procedure-step-mobile__icon {
  width: 55px;
  height: 55px;
}
.procedure-step-mobile__number {
  font-size: 60px;
}
/* FAQ Accordion */
.faq-section .accordion-item {
  border-radius: 35px !important;
  border: 2px solid rgba(219, 219, 219, 0.99);
  box-shadow: 0 6px 7.1px 0 rgba(196, 153, 62, 0.35);
  backdrop-filter: blur(2px);
}
.faq-section .accordion-button::after {
  background-image: url("https://storage.googleapis.com/content.ezadtv.com/2026/04/30/69f3ad38db9db_plus.svg");
}
.faq-section .accordion-button:not(.collapsed)::after {
  background-image: url("https://storage.googleapis.com/content.ezadtv.com/2026/04/30/69f3adecdc293_minus.svg");
  transform: rotate(-180deg) translateY(9px);
}
.faq-section .accordion-button:not(.collapsed) {
  color: var(--gold-dark);
}
.list-check li {
  position: relative;
}
.list-check li::before {
  content: "";
  position: absolute;
  top: 5px;
  left: -29px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("https://storage.googleapis.com/content.ezadtv.com/2026/04/01/69cd6f7893b11_check-circle.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

::placeholder {
  color: #000000;
  /* choose your desired color */
}

/* For WebKit browsers (Safari, Chrome) */
::-webkit-input-placeholder {
  color: #000000;
}

/* For Firefox */
:-moz-placeholder {
  color: #000000;
  opacity: 1;
  /* optional: needed in some older versions of Firefox */
}

/* For Internet Explorer 10+ and Edge (non-Chromium) */
:-ms-input-placeholder {
  color: #000000;
}

/* ── Mobile / tablet (<lg): badge → line → image → title → caption ── */
@media (max-width: 991.98px) {
    /* no full-height stepper line on mobile */
    .how-to-stepper::before { display: none; }

    /* each step stacks vertically, badge centred */
    .how-to-step {
        display: flex;
        flex-direction: column;
        align-items: center;
        opacity: 0;
        transform: translateY(20px);
        transition: opacity 0.5s ease, transform 0.5s ease;
    }

    .how-to-step.step-visible {
        opacity: 1;
        transform: translateY(0);
    }

    /* badge centred, pops in */
    .stepper-badge-wrap {
        display: flex;
        flex-direction: column;
        align-items: center;
        flex-shrink: 0;
        transform: scale(0);
        transition: transform 0.45s cubic-bezier(0.34, 1.56, 0.64, 1) 0.2s;
    }

    .how-to-step.step-visible .stepper-badge-wrap {
        transform: scale(1);
    }

    /* short connector line from badge down to image */
    .stepper-badge-wrap::after {
        content: '';
        display: block;
        width: 2px;
        height: 28px;
        background: var(--gray);
        border-radius: 1px;
        margin-top: 4px;
    }
}

/* ── Desktop (≥lg): center timeline with scroll animations ─── */
@media (min-width: 992px) {
    /* vertical connecting line — starts collapsed, draws on scroll */
    .how-to-stepper::before {
        content: '';
        position: absolute;
        left: 50%;
        top: 0;
        bottom: 0;
        width: 2px;
        background: var(--gray);
        transform: translateX(-50%) scaleY(0);
        transform-origin: top center;
        z-index: 0;
        transition: transform 1.6s cubic-bezier(0.22, 1, 0.36, 1);
    }

    .how-to-stepper.line-visible::before {
        transform: translateX(-50%) scaleY(1);
    }

    /* badge — centred between the two columns, pops in */
    .stepper-badge-wrap {
        position: absolute;
        left: 50%;
        top: 50%;
        z-index: 2;
        margin: 0 !important;
        transform: translate(-50%, -50%) scale(0);
        transition: transform 0.45s cubic-bezier(0.34, 1.56, 0.64, 1) 0.25s;
    }

    .how-to-step.step-visible .stepper-badge-wrap {
        transform: translate(-50%, -50%) scale(1);
    }

    /* step content: fade + slide up on scroll */
    .how-to-step {
        opacity: 0;
        transform: translateY(28px);
        transition: opacity 0.55s ease, transform 0.55s ease;
    }

    .how-to-step.step-visible {
        opacity: 1;
        transform: translateY(0);
    }

    /* body wrapper not needed on desktop */
    .how-to-step-body { display: contents; }
}