body.index-page:has(.contact-rootopathy-page) {
  --background-color: #03080b;
  background: #03080b;
}

.contact-rootopathy-page {
  --cc-dark: #03090d;
  --cc-panel: #06151b;
  --cc-ink: #dce8e8;
  --cc-muted: rgba(255,255,255,.76);
  --cc-line: rgba(255,255,255,.2);
  --cc-cyan: #18d6cf;
  --cc-red: #ff4047;
  background:
    radial-gradient(circle at 70% 8%, rgba(12, 159, 158, .11), transparent 28%),
    radial-gradient(circle at 8% 46%, rgba(12, 159, 158, .08), transparent 20%),
    #03080b;
  color: var(--cc-ink);
  font-family: "Inter", sans-serif;
  min-height: 100vh;
}

.contact-rootopathy-page *,
.contact-rootopathy-page *::before,
.contact-rootopathy-page *::after {
  box-sizing: border-box;
}

.contact-rootopathy-page section {
  background-color: transparent;
}

.contact-rootopathy-page h1,
.contact-rootopathy-page h2,
.contact-rootopathy-page h3,
.contact-rootopathy-page p {
  font-family: "Inter", sans-serif;
  margin: 0;
}

.cc-nav {
  background: rgba(2, 8, 11, .96);
  display: grid;
  grid-template-columns: 300px 1fr;
  min-height: 124px;
}

.cc-brand {
  align-content: center;
  border-right: 1px solid var(--cc-line);
  display: grid;
  padding-left: 22px;
  text-decoration: none;
}

.cc-brand img {
  filter: brightness(0) invert(1);
  height: 70px;
  object-fit: contain;
  object-position: left;
  width: 250px;
}

.cc-brand span {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  margin-left: 69px;
  margin-top: -12px;
  text-transform: uppercase;
}

.cc-menu {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.cc-menu a {
  border-right: 1px solid var(--cc-line);
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  padding: 0 10px;
  text-align: center;
  text-decoration: none;
}

.cc-menu strong {
  font-size: 12px;
  font-weight: 800;
  line-height: 1.28;
  text-transform: uppercase;
}

.cc-menu a.active strong {
  color: var(--cc-cyan);
}

.cc-menu span {
  color: rgba(255,255,255,.86);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.55;
}

.cc-hero {
  align-items: center;
  background:
    radial-gradient(circle at 70% 44%, rgba(24, 214, 207, .14), transparent 32%),
    linear-gradient(90deg, #040a0f 0%, #061922 58%, #03080b 100%);
  display: grid;
  grid-template-columns: 43% 57%;
  margin: 0 auto;
  max-width: 1180px;
  min-height: 268px;
  overflow: hidden;
  padding: 24px 38px 12px 40px;
  position: relative;
  width: 100%;
}

.cc-hero::before {
  background: radial-gradient(circle at 70% 40%, rgba(24, 214, 207, .12), transparent 34%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.cc-hero-copy {
  position: relative;
  z-index: 1;
}

.cc-hero h1 {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 42px;
  font-weight: 800;
  letter-spacing: .02em;
  line-height: 1;
  text-transform: uppercase;
}

.cc-rule {
  background: var(--cc-cyan);
  display: block;
  height: 2px;
  margin: 24px 0 18px;
  width: 42px;
}

.cc-hero h2 {
  color: var(--cc-cyan);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.28;
  max-width: 450px;
}

.cc-hero p {
  color: rgba(255,255,255,.92);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.55;
  margin-top: 14px;
  max-width: 430px;
}

.cc-hero-visual {
  display: block;
  filter: drop-shadow(0 0 22px rgba(24, 214, 207, .22));
  height: 230px;
  justify-self: end;
  mask-image: radial-gradient(ellipse at center, #000 0%, #000 72%, transparent 100%);
  object-fit: contain;
  opacity: .98;
  position: relative;
  transform: translateY(-8px);
  width: min(100%, 580px);
  z-index: 1;
}

.cc-content {
  margin: 0 auto;
  max-width: 1024px;
  padding: 0 36px 20px;
}

.cc-card {
  background:
    radial-gradient(circle at 95% 15%, rgba(24, 214, 207, .07), transparent 34%),
    rgba(5, 16, 21, .92);
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 7px;
  box-shadow: inset 0 0 34px rgba(24, 214, 207, .03), 0 12px 40px rgba(0,0,0,.18);
}

.cc-contact-row {
  align-items: start;
  display: grid;
  gap: 20px;
  grid-template-columns: 39.5% 1fr;
}

.cc-touch,
.cc-message {
  height: auto;
  min-height: 460px;
  padding: 18px 26px;
}

.cc-touch h2,
.cc-message h2,
.cc-online h2,
.cc-emergency h2 {
  color: var(--cc-cyan);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.cc-touch-list {
  display: grid;
  gap: 14px;
  margin-top: 16px;
}

.cc-touch-list article {
  align-items: center;
  display: grid;
  gap: 14px;
  grid-template-columns: 54px 1fr;
}

.cc-touch-list article > i,
.cc-centre > i {
  align-items: center;
  border: 1px solid var(--cc-cyan);
  border-radius: 50%;
  color: var(--cc-cyan);
  display: inline-flex;
  font-size: 24px;
  height: 50px;
  justify-content: center;
  width: 50px;
}

.cc-touch-list h3 {
  color: var(--cc-cyan);
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 3px;
}

.cc-touch-list p {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3;
}

.cc-touch-list span {
  color: rgba(255,255,255,.82);
  font-size: 11px;
  font-weight: 500;
}

.cc-appointment-item {
  align-items: center;
  grid-template-columns: 50px minmax(0, 1fr) 136px !important;
}

.cc-appointment-item img {
  background: #fff;
  border: 1px solid rgba(24,214,207,.35);
  border-radius: 2px;
  display: block;
  height: 128px;
  object-fit: contain;
  padding: 8px;
  width: 128px;
}

.cc-message > p {
  color: rgba(255,255,255,.86);
  font-size: 15px;
  margin-top: 12px;
}

.cc-alert {
  border-radius: 5px;
  font-size: 13px;
  font-weight: 700;
  margin-top: 12px;
  padding: 10px 12px;
}

.cc-alert-success {
  background: rgba(24, 214, 207, .14);
  border: 1px solid rgba(24, 214, 207, .38);
  color: #bafaf6;
}

.cc-alert-error {
  background: rgba(255, 64, 71, .14);
  border: 1px solid rgba(255, 64, 71, .42);
  color: #ffd2d5;
}

.cc-form {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.cc-form-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr 1fr;
}

.cc-form input,
.cc-form select,
.cc-form textarea {
  background: rgba(1, 9, 12, .62);
  border: 1px solid rgba(255,255,255,.27);
  border-radius: 4px;
  color: #fff;
  font: inherit;
  font-size: 14px;
  height: 39px;
  outline: 0;
  padding: 0 14px;
}

.cc-form input::placeholder,
.cc-form textarea::placeholder {
  color: rgba(255,255,255,.76);
}

.cc-form select {
  color: rgba(255,255,255,.86);
}

.cc-form textarea {
  height: 100px;
  padding-top: 13px;
  resize: vertical;
}

.cc-privacy {
  align-items: center;
  color: rgba(255,255,255,.82);
  display: grid;
  font-size: 12px;
  gap: 12px;
  grid-template-columns: 18px 1fr;
  line-height: 1.4;
  margin: 2px 0 1px;
}

.cc-privacy i {
  color: #fff;
  font-size: 18px;
}

.cc-form button {
  align-items: center;
  background: linear-gradient(90deg, #0a9e95, #14b8ad);
  border: 0;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 15px;
  font-weight: 800;
  height: 43px;
  justify-content: space-between;
  letter-spacing: .02em;
  padding: 0 20px 0 28px;
  text-transform: uppercase;
}

.cc-form button i {
  font-size: 22px;
}

.cc-centres {
  padding: 0;
}

.cc-section-title {
  align-items: center;
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr auto 1fr;
  margin: 15px auto 8px;
  max-width: 540px;
}

.cc-section-title span {
  background: linear-gradient(90deg, transparent, rgba(24, 214, 207, .7));
  height: 1px;
}

.cc-section-title span:last-child {
  background: linear-gradient(90deg, rgba(24, 214, 207, .7), transparent);
}

.cc-section-title h2 {
  color: var(--cc-cyan);
  font-size: 20px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.cc-centre-grid {
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr;
  justify-content: stretch;
}

.cc-centre {
  background: rgba(5, 16, 21, .92);
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 7px;
  display: grid;
  gap: 16px;
  grid-template-columns: 58px 1fr;
  min-height: 230px;
  overflow: hidden;
  padding: 14px 16px;
  position: relative;
  width: 100%;
}

.cc-centre::before {
  background-position: center;
  background-size: cover;
  content: "";
  inset: 0;
  opacity: .34;
  position: absolute;
}

.cc-centre::after {
  background: linear-gradient(100deg, rgba(3,8,11,.94), rgba(4,25,29,.76) 58%, rgba(4,25,29,.3));
  content: "";
  inset: 0;
  position: absolute;
}

.cc-centre-noida::before {
  background-image: url("../../img/contact-rootopathy/centre-noida.png");
}

.cc-centre-delhi::before {
  background-image: none;
  opacity: 0;
}

.cc-centre-mumbai::before {
  background-image: none;
  opacity: 0;
}

.cc-centre > i,
.cc-centre > div {
  position: relative;
  z-index: 1;
}

.cc-centre > i {
  background: linear-gradient(145deg, rgba(88, 222, 216, .82), rgba(7, 103, 111, .9));
  border: 0;
  color: #fff;
  font-size: 31px;
}

.cc-centre h3 {
  color: var(--cc-cyan);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .04em;
  line-height: 1.25;
  text-transform: uppercase;
}

.cc-centre p {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.48;
  margin-top: 10px;
  min-height: 132px;
}

.cc-centre a {
  border-top: 1px solid rgba(255,255,255,.3);
  color: #fff;
  display: block;
  font-size: 13px;
  font-weight: 600;
  padding-top: 8px;
  text-decoration: none;
}

.cc-centre a i {
  color: var(--cc-cyan);
  margin-right: 8px;
}

.cc-online {
  align-items: center;
  display: grid;
  gap: 22px;
  grid-template-columns: 126px 1fr 220px;
  margin-top: 12px;
  min-height: 70px;
  padding: 5px 28px;
}

.cc-online > i {
  color: var(--cc-cyan);
  font-size: 40px;
  text-align: center;
}

.cc-online h2 {
  font-size: 18px;
  letter-spacing: .08em;
  text-transform: none;
}

.cc-online p {
  color: #fff;
  font-size: 15px;
  margin-top: 5px;
}

.cc-online a {
  align-items: center;
  border: 1px solid var(--cc-cyan);
  border-radius: 4px;
  color: var(--cc-cyan);
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  gap: 12px;
  height: 43px;
  justify-content: center;
  letter-spacing: .03em;
  text-decoration: none;
  text-transform: uppercase;
}

.cc-values {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 16px;
  overflow: hidden;
  padding: 0;
}

.cc-values article {
  align-items: center;
  border-left: 1px solid rgba(255,255,255,.18);
  display: grid;
  gap: 14px;
  grid-template-columns: 58px 1fr;
  min-height: 108px;
  padding: 12px 22px;
}

.cc-values article:first-child {
  border-left: 0;
}

.cc-values i {
  color: var(--cc-cyan);
  font-size: 40px;
}

.cc-values h3 {
  color: var(--cc-cyan);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.cc-values p {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.38;
  margin-top: 4px;
}

.cc-emergency {
  align-items: center;
  background:
    radial-gradient(circle at 0 50%, rgba(255, 64, 71, .08), transparent 18%),
    rgba(5, 16, 21, .9);
  border: 1px solid var(--cc-red);
  border-radius: 7px;
  display: grid;
  gap: 22px;
  grid-template-columns: 82px 1fr 330px;
  margin-top: 16px;
  min-height: 112px;
  padding: 12px 24px;
}

.cc-emergency > i {
  color: var(--cc-red);
  font-size: 60px;
}

.cc-emergency h2 {
  color: var(--cc-red);
  font-size: 15px;
  letter-spacing: .08em;
}

.cc-emergency p,
.cc-emergency strong {
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.46;
  margin-top: 8px;
}

.cc-emergency aside {
  align-items: center;
  border-left: 1px solid rgba(255,255,255,.34);
  display: grid;
  gap: 20px;
  grid-template-columns: 64px 1fr;
  padding-left: 28px;
}

.cc-emergency aside i {
  color: #fff;
  font-size: 52px;
}

.cc-bottom {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 13px;
  font-weight: 500;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1024px;
  padding: 8px 36px 24px;
}

.cc-bottom span:first-child,
.cc-bottom span:last-child {
  color: var(--cc-cyan);
}

@media (min-width: 1200px) {
  .cc-content,
  .cc-bottom {
    max-width: 1180px;
  }

  .cc-hero {
    grid-template-columns: 42% 58%;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 900px) {
  .cc-nav,
  .cc-hero,
  .cc-contact-row,
  .cc-online,
  .cc-emergency {
    grid-template-columns: 1fr;
  }

  .cc-menu {
    display: none;
  }

  .cc-brand {
    border-right: 0;
  }

  .cc-hero-visual {
    justify-self: center;
  }

  .cc-centre-grid,
  .cc-values {
    grid-template-columns: 1fr;
  }

  .cc-values article {
    border-left: 0;
    border-top: 1px solid rgba(255,255,255,.18);
  }

  .cc-values article:first-child {
    border-top: 0;
  }

  .cc-emergency aside {
    border-left: 0;
    border-top: 1px solid rgba(255,255,255,.28);
    padding: 20px 0 0;
  }
}

@media (max-width: 640px) {
  .cc-content,
  .cc-bottom {
    padding-left: 16px;
    padding-right: 16px;
  }

  .cc-hero {
    padding: 30px 20px 18px;
  }

  .cc-hero h1 {
    font-size: 36px;
  }

  .cc-touch,
  .cc-message {
    height: auto;
    min-height: 0;
    padding: 20px 18px;
  }

  .cc-form-grid {
    grid-template-columns: 1fr !important;
  }

  .cc-appointment-item {
    align-items: start;
    grid-template-columns: 50px 1fr !important;
    justify-items: stretch;
  }

  .cc-appointment-item img {
    grid-column: 1 / -1;
    height: auto;
    justify-self: center;
    margin-top: 4px;
    max-width: 176px;
    object-fit: contain;
    width: 100%;
  }

  .cc-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
}
