/* * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  min-height: 100vh;
  font-family: Arial, sans-serif;
  background:
    radial-gradient(
      circle at top left,
      rgba(80, 190, 255, 0.24),
      transparent 38%
    ),
    linear-gradient(180deg, #ffffff 0%, #eefaff 100%);
  color: #123b63;
  margin-top: 20%;
}

.container {
  min-height: 100vh;
  width: 100%;
  max-width: 430px;
  margin: 0 auto;
  padding: 72px 28px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.logo-mark {
  padding: 1rem;
  height: 82px;
  border-radius: 26px;
  background: linear-gradient(135deg, #e8f8ff, #ffffff);
  color: #138ee8;
  font-size: 42px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 18px 45px rgba(0, 132, 210, 0.16);
  animation: float 3.5s ease-in-out infinite;
}

h1 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #0d3c73;
}

h1 span {
  color: #0d3c73;
}

.divider {
  width: 58px;
  height: 3px;
  border-radius: 10px;
  background: linear-gradient(90deg, #14a9ef, #aeeeff);
  margin: 26px 0;
}

h2 {
  font-size: 38px;
  font-weight: 800;
  letter-spacing: 1px;
  color: #14a9ef;
  z-index: 100000;
  animation: fadeUp 0.9s ease both;
}

p {
  font-size: 16px;
  line-height: 2;
  color: #41657d;
  max-width: 330px;
  margin-bottom: 34px;
  animation: fadeUp 1.1s ease both;
}

.btn {
  width: 100%;
  max-width: 260px;
  padding: 15px 24px;
  border-radius: 999px;
  background: #159ce8;
  color: white;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  box-shadow: 0 14px 30px rgba(0, 143, 230, 0.24);
  transition: 0.25s ease;
  animation: fadeUp 1.3s ease both;
}

.btn:active {
  transform: scale(0.97);
}

body::before {
  content: "";
  position: fixed;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  left: -95px;
  bottom: -95px;
  background: rgba(33, 169, 244, 0.14);
}

body::after {
  content: "";
  position: fixed;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  right: -50px;
  top: 80px;
  border: 2px solid rgba(33, 169, 244, 0.18);
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }

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

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
} */
@import url("https://fonts.googleapis.com/css2?family=Vazirmatn:wght@300;400;500;700;800&display=swap");

* {
  box-sizing: border-box;
}

body {
  padding: 0;
  margin: 0;
  min-height: 100vh;
  font-family: "Vazirmatn", sans-serif;
  background:
    radial-gradient(circle at top right, #65d6ff 0%, transparent 32%),
    radial-gradient(circle at bottom left, #1b3b8f 0%, transparent 36%),
    linear-gradient(135deg, #071b3a, #0b4f7a, #0aa6c2);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5rem;
  padding: 40px 16px;
  color: #fff;
}
@media (max-width: 768px) {
  body {
    background:
      radial-gradient(circle at top right, #65d6ff 0%, transparent 6.5%),
      radial-gradient(circle at bottom left, #1b3b8f 0%, transparent 36%),
      linear-gradient(135deg, #071b3a, #0b4f7a, #0aa6c2);
  }
}
.savash-name {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  display: inline-block;
  padding: 15px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(10px);
  font-size: 14px;
  margin-bottom: 14px;
}

@media (max-width: 768px) {
  .savash-name {
    z-index: 10000;
  }
}
.savash-top-hero {
  min-height: 680px;
  padding: 80px 18px 55px;
  font-family: "Vazirmatn", sans-serif;
  position: relative;
  overflow: hidden;
  border-radius: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  /* background:
    radial-gradient(
      circle at 80% 15%,
      rgba(98, 224, 255, 0.5),
      transparent 28%
    ),
    radial-gradient(circle at 15% 80%, rgba(0, 91, 234, 0.45), transparent 32%),
    linear-gradient(135deg, #06182f, #063b5c 45%, #0896b8); */
}

.savash-top-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  /* background-image:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 42px 42px; */
  /* mask-image: linear-gradient(to bottom, black, transparent 85%); */
}

.savash-bg-glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(10px);
  opacity: 0.8;
}

.glow-a {
  width: 290px;
  height: 290px;
  background: linear-gradient(135deg, #8eeeff, #008cff);
  top: 60px;
  right: 8%;
}

.glow-b {
  width: 210px;
  height: 210px;
  background: linear-gradient(135deg, #ffffff, #4fc3f7);
  left: 10%;
  bottom: 50px;
}

.savash-hero-container {
  max-width: 1150px;
  margin: auto;
  display: grid;

  grid-template-columns: 1.35fr 0.75fr;
  gap: 28px;
  position: relative;
  z-index: 2;
}

.savash-hero-main,
.savash-hero-side {
  border-radius: 38px;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.22),
    rgba(255, 255, 255, 0.07)
  );
  border: 1px solid rgba(255, 255, 255, 0.32);
  box-shadow:
    0 35px 90px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(26px);
  -webkit-backdrop-filter: blur(26px);
}

.savash-hero-main {
  padding: 54px 52px;
  position: relative;
  overflow: hidden;
}

@media (min-width: 850px) {
  .savash-hero-main::after {
    content: "SAVASH";
    position: absolute;
    right: 12%;
    bottom: 1rem;
    direction: ltr;
    font-size: 6rem;
    font-weight: 900;
    letter-spacing: 8px;
    color: rgba(255, 255, 255, 0.07);
  }
}
@media (min-width: 1215px) {
  .savash-hero-main::after {
    content: "SAVASH";
    position: absolute;
    left: 20%;
    bottom: 1rem;
    direction: ltr;
    font-size: 6rem;
    font-weight: 900;
    letter-spacing: 8px;
    color: rgba(255, 255, 255, 0.07);
  }
}

.savash-kicker {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #eaffff;
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 28px;
}

@media (max-width: 768px) {
  .savash-kicker {
    display: table;
    margin: 0 auto 28px;
  }
}

.savash-hero-main h1 {
  margin: 0 0 34px;
  color: #fff;
  font-size: 3rem;
  line-height: 1.5;
  font-weight: 900;
  text-shadow: 0 18px 40px rgba(0, 0, 0, 0.32);
}

.savash-hero-lines {
  display: grid;
  gap: 13px;
  position: relative;
  z-index: 2;
}

.savash-hero-lines p {
  margin: 0;
  padding: 15px 18px;
  border-radius: 18px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 17px;
  /* text-justify: inter-cluster; */
  line-height: 1.8;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

@media (max-width: 768px) {
  .savash-hero-lines p {
    font-size: 14px;
  }
}

.savash-hero-lines strong {
  color: #ffffff;
  font-weight: 900;
}

.savash-hero-side {
  padding: 34px 26px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
  position: relative;
}

.savash-tooth-circle {
  width: 150px;
  height: 150px;
  margin: 0 auto 12px;
  border-radius: 50%;
  padding-top: 1.3rem;
  display: grid;
  place-items: center;
  font-size: 74px;
  /* background: radial-gradient(circle at 35% 25%, #ffffff, #bff7ff 48%, #45c7ef); */
  box-shadow:
    0 22px 55px rgba(0, 0, 0, 0.28),
    0 0 50px rgba(142, 238, 255, 0.5);
}

.savash-contact-card {
  padding: 20px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.24);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.18);
}

.savash-contact-card span {
  display: block;
  margin-bottom: 7px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
}

.savash-contact-card p {
  display: block;
  color: #fff;
  font-size: 15px;
  line-height: 1.7;
}
.savash-contact-card strong {
  display: block;
  color: #fff;
  font-size: 15px;
  line-height: 1.7;
}

.savash-site-btn {
  /* margin-top: 6px; */
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 999px;
  direction: ltr;
  color: #05324f;
  font-size: 18px;
  font-weight: 900;
  /* background: linear-gradient(135deg, #ffffff, #9af4ff, #38bdf8); */
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
  transition: 0.3s ease;
}

.savash-site-btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 58px rgba(0, 0, 0, 0.36);
}

@media (max-width: 850px) {
  .savash-hero-container {
    grid-template-columns: 1fr;
  }

  .savash-hero-main {
    padding: 36px 24px;
  }

  .savash-hero-main h1 {
    font-size: 2rem;
  }

  .savash-hero-main::after {
    font-size: 66px;
  }
}

.pricing-wrapper {
  width: 100%;
  max-width: 980px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8rem;
}

/* .pricing-wrapper::before,
.pricing-wrapper::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(4px);
  opacity: 0.75;
  z-index: 0;
} */

/* .pricing-wrapper::before {
  width: 170px;
  height: 170px;
  background: linear-gradient(135deg, #ffffff, #7ee8ff);
  top: -55px;
  right: -55px;
} */

/* .pricing-wrapper::after {
  width: 120px;
  height: 120px;
  background: linear-gradient(135deg, #00e5ff, #005bea);
  bottom: -45px;
  left: -35px;
} */

.pricing-header {
  position: relative;
  z-index: 2;
  text-align: center;
  margin-bottom: 26px;
}

.pricing-header h2 {
  margin: 0;
  font-size: 36px;
  font-weight: 600;
  text-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
}

.pricing-header p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.78);
}

.pricing-card {
  position: relative;
  z-index: 2;
  padding: 18px;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.32);
  box-shadow:
    0 35px 80px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(24px);
  overflow: hidden;
}

.pricing-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.32), transparent 28%),
    linear-gradient(300deg, rgba(255, 255, 255, 0.12), transparent 35%);
  pointer-events: none;
}

table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 12px;
  position: relative;
  z-index: 2;
}

thead th {
  padding: 18px;
  font-size: 15px;
  font-weight: 700;
  color: #dff8ff;
  text-align: center;
}

tbody tr {
  background: rgba(255, 255, 255, 0.16);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
  transition: 0.3s ease;
  border-radius: 18px;
}

tbody tr:hover,
tbody tr:active {
  transform: translateY(-4px) scale(1.01);
  background: rgba(255, 255, 255, 0.24);
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.26);
}

td {
  padding: 22px 18px;
  text-align: center;
  font-size: 17px;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

td:first-child {
  border-radius: 0 18px 18px 0;
  font-weight: 800;
}

td:last-child {
  border-radius: 18px 0 0 18px;
  color: rgba(255, 255, 255, 0.78);
}

td:nth-child(2) {
  direction: ltr;
  font-size: 22px;
  font-weight: 800;
  color: #ffffff;
  text-shadow: 0 0 18px rgba(125, 232, 255, 0.9);
}

@media (max-width: 700px) {
  .pricing-header h2 {
    font-size: 1.4rem;
  }

  .pricing-card {
    padding: 10px;
    border-radius: 22px;
  }

  thead {
    display: none;
  }

  table,
  tbody,
  tr,
  td {
    display: block;
    width: 100%;
  }

  tbody tr {
    margin-bottom: 14px;
    border-radius: 20px;
    overflow: hidden;
  }

  td {
    /* border-radius: 0 !important; */
    padding: 14px;
  }

  td::before {
    display: block;
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 11px;
  }

  .td-unit:nth-child(1)::before {
    content: "تعداد واحد";
  }
  /* .td-service:nth-child(1)::before {
    content: "خدمات";
  } */

  td:nth-child(2)::before {
    content: "قیمت";
  }

  /* td:nth-child(3)::before {
    content: "توضیحات";
  } */
}

/* services price */
.doctor-price-notice {
  width: 100%;
  max-width: 980px;
  margin: 28px auto 0;
  padding: 0 16px;
  font-family: "Vazirmatn", sans-serif;
}

.doctor-price-glass {
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 24px 28px;
  border-radius: 28px;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.22),
    rgba(255, 255, 255, 0.08)
  );
  border: 1px solid rgba(255, 255, 255, 0.34);
  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(22px);
  position: relative;
  overflow: hidden;
}

.doctor-price-glass::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at top right,
    rgba(125, 232, 255, 0.45),
    transparent 36%
  );
  pointer-events: none;
}

.doctor-price-icon {
  width: 66px;
  height: 66px;
  padding-top: 7px;
  min-width: 66px;
  border-radius: 22px;
  display: grid;
  place-items: center;
  font-size: 34px;
  color: #063b5c;
  background: linear-gradient(135deg, #ffffff, #8eeeff);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.22);
  position: relative;
  z-index: 2;
}

.doctor-price-content {
  position: relative;
  z-index: 2;
}

.doctor-price-content h3 {
  margin: 0 0 8px;
  font-size: 24px;
  font-weight: 800;
  color: #ffffff;
}

.doctor-price-content p {
  margin: 0;
  font-size: 16px;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.82);
}

@media (max-width: 650px) {
  .doctor-price-glass {
    flex-direction: column;
    text-align: center;
    padding: 24px 18px;
  }
}
.dental-bg-icons {
  position: fixed;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: -1;
}

.dental-icon {
  position: absolute;
  color: rgba(255, 255, 255, 0.06);
  filter: blur(0.3px);
}

.desktop-only {
  display: none;
}
@media (min-width: 768px) {
  .desktop-only {
    display: block;
  }
}

.dental-icon svg {
  width: 100%;
  height: 100%;
}

/* Large Tooth Top Right */
.tooth-1 {
  width: 240px;
  height: 240px;
  top: 120px;
  right: 6%;
  transform: rotate(-15deg);
}

/* Large Tooth Bottom Left */
.tooth-2 {
  width: 280px;
  height: 280px;
  top: 4%;
  left: 4%;
  transform: rotate(18deg);
}

/* Dental Tool */
.tool-1 {
  width: 150px;
  height: 150px;
  bottom: 0;
  left: 4%;
  transform: rotate(25deg);
}

/* Tooth */
.tool-2 {
  width: 200px;
  height: 200px;
  top: 50%;
  right: 0%;
  transform: rotate(-20deg);
}

/* Microscope */
.tool-3 {
  font-size: 130px;
  bottom: 20%;
  right: 8%;
  transform: rotate(15deg);
}

/* Medical */
.tool-4 {
  font-size: 120px;
  top: 12%;
  left: 40%;
  transform: rotate(-10deg);
}
