@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  font-family: "Poppins", sans-serif;
  margin: 0;
  box-sizing: border-box;
  padding: 0;
  scroll-behavior: smooth;
  -webkit-text-fill-color: unset !important;
  forced-color-adjust: none !important;
  color-scheme: light !important;
}

html {
  font-size: 4.85vw;
}

/* Optional: Safari-specific hack */
@supports (-webkit-touch-callout: none) {
  html,
  body,
  *,
  *::before,
  *::after {
    -webkit-text-fill-color: currentColor !important;
  }
}

:root {
  --brandClr: #802a8f;
  --pinkClr: #f0d0dd;
  --pinkClr2: #f0d0dc;
  --blackColor: #000;
  --whiteColor: #fff;
  --brandclr: #802a8f;
  --whycioncardbg: #d37fa0;
  --colorBlack: #444444;
  --ourServicesGrayClr: #979797;
  --FindOurLocationsbgclr: #fbe4ff;
  --ourservicesCardBorderClr: #d5d5d5;
  --ourDoctorsBoxShadow: 16px 18px 45px 0px #00000026;
  --commonMargin: 1.8rem;
  --commonMarginSm: 0.77rem;
  --postHeadingSpace: 1.5rem 0 0.25rem 0 !important;
  --sectionSpace: 0rem;
  --commonParagraph: 0.62rem !important;
}
.main-app-container {
  background-color: #fff !important;
}

.main-app {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0 1.25rem;
}

.title {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4rem;
  color: #f0d0dd;
  margin-top: 0.1rem;
  text-align: center;
}
.title-btn {
  background-color: #fff3f8;
  color: #c7527f;
  font-size: 0.7rem;
  font-weight: 500;
  padding: 0.2rem 0.2rem;
  align-items: center;
  border-radius: 0.2rem;
  background-color: #fff3f8;
}
.call-us-footer {
  justify-content: center !important;
}
.cancel-button {
  background-color: transparent;
  border: none;
  outline: none;
  color: #aba7af;
  cursor: pointer;
  position: absolute;
  right: 1rem;
  top: 0.5rem;
  font-size: 1rem;
}

.cancel-button:hover {
  color: var(--brandClr);
}
@media screen and (min-width: 768px) {
  html {
    font-size: 2.76vw !important; /* 48px */
  }

  .main-app {
    display: flex;
    flex-direction: column;
    width: 100% !important;
    padding: 0 1.88rem;
  }

  .title {
    font-size: 1rem;
    line-height: 1.2rem;
    color: #f0d0dd;
    text-align: center;
  }

  .title-btn {
    font-size: 0.416rem;
    padding: 0.08rem 0.2rem;
    align-items: center;
    border-radius: 0.08rem;
  }
  .cancel-button {
    right: 1rem;
    top: 0.3rem;
    font-size: 0.5rem;
  }
  .get-free-consultation-popup__heading {
    font-size: 0.41rem;
    margin-top: 0.2rem !important;
  }
}
