/*
Theme Name: DDS Group - Child
Version: 1.0.0
Description: A child theme of DMM / mts_schema. Hover sub-menu navigation, fully option driven home page.
Template: mts_schema
Text Domain: schema
*/

@import url("../mts_schema/style.css");

:root {
  --blue: #1e8fce;
  --blue-dark: #12699c;
  --blue-deep: #1b5f86;
  --sky: #d5ecfa;
  --sky-soft: #eaf5fd;
  --dark: #333333;
  --ink: #44494d;
  --muted: #767c81;
  --line: #dde3e7;
  --white: #ffffff;
  --shadow: 0 2px 14px rgba(20, 45, 65, 0.12);
  --radius: 10px;
  --wrap: 1180px;
  --head: "Titillium Web", "Barlow", system-ui, sans-serif;
  --body: "Barlow", system-ui, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.main {
  margin: 0;
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.55;
  color: var(--ink);
  background: var(--white);
  text-wrap: pretty;
}

h1, h2, h3 {
  font-family: var(--head);
  font-weight: 700;
  line-height: 1.15;
  margin: 0;
}

p {
  margin: 0 0 14px;
}

a {
  color: var(--blue);
  text-decoration: none;
}

a:hover {
  color: var(--blue-dark);
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--blue);
  color: var(--white);
  padding: 10px 16px;
  z-index: 200;
}

.skip-link:focus {
  left: 0;
}

:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 2px;
}

.screen-reader-text,
.hidden-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

.wrap {
  width: 100%;
  max-width: var(--wrap);
  margin: 0 auto;
  padding: 0 24px;
}

.section-title {
  font-size: 34px;
  color: var(--dark);
  margin-bottom: 22px;
}

.section-title.center {
  text-align: center;
}

.accent {
  color: var(--blue);
}

.eyebrow {
  font-family: var(--head);
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 8px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--head);
  font-size: 17px;
  font-weight: 600;
  padding: 13px 24px;
  border: 0;
  border-radius: var(--radius);
  cursor: pointer;
  transition: background-color 0.18s ease, transform 0.18s ease;
}

.btn-primary {
  background: var(--blue);
  color: var(--white);
}

.btn-primary:hover {
  background: var(--blue-dark);
  color: var(--white);
  text-decoration: none;
}

.btn-primary:active {
  transform: translateY(1px);
}

.btn-block {
  width: 100%;
}

.media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e7edf1;
  background-image: repeating-linear-gradient(
    -45deg,
    rgba(30, 143, 206, 0.10) 0 10px,
    rgba(30, 143, 206, 0) 10px 20px
  );
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.media-label {
  font-family: ui-monospace, "SF Mono", Menlo, Consolas, monospace;
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: lowercase;
  color: #6d7c86;
  background: rgba(255, 255, 255, 0.82);
  padding: 5px 10px;
  border-radius: 2px;
}

.header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(28, 42, 52, 0.92);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.header-inner {
  display: flex;
  align-items: center;
  gap: 26px;
  min-height: 68px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.logo:hover {
  text-decoration: none;
}

.logo-mark {
  width: 26px;
  height: 26px;
  background: var(--blue);
  border-radius: 4px 4px 4px 12px;
  transform: rotate(45deg);
}

.logo-image {
  max-height: 46px;
  width: auto;
}

.logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.logo-text strong {
  font-family: var(--head);
  font-size: 19px;
  letter-spacing: 0.06em;
  color: var(--white);
}

.logo-text em {
  font-style: normal;
  font-size: 12px;
  letter-spacing: 0.22em;
  color: var(--blue);
}

.nav {
  margin-right: auto;
}

.nav-list {
  display: flex;
  align-items: center;
  gap: 4px;
}

.nav-item {
  position: relative;
}

.nav-link {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: var(--head);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.88);
  padding: 24px 12px;
}

.nav-link:hover,
.nav-item:hover .nav-link,
.nav-item.is-current .nav-link {
  color: var(--white);
  text-decoration: none;
}

.caret {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid currentColor;
  opacity: 0.7;
  transition: transform 0.18s ease;
}

.nav-item:hover .caret {
  transform: rotate(180deg);
}

.sub {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 250px;
  background: var(--white);
  border-top: 3px solid var(--blue);
  box-shadow: 0 14px 30px rgba(15, 35, 50, 0.22);
  padding: 8px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s;
}

.nav-item:hover .sub,
.nav-item:focus-within .sub,
.nav-item.open .sub {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.nav-item.sub-columns .sub {
  left: auto;
  right: 0;
  min-width: 640px;
  padding: 18px 10px;
}

.nav-item.sub-columns .sub-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 18px;
  align-items: start;
}

.sub-list a {
  display: block;
  font-size: 15px;
  color: var(--ink);
  padding: 8px 20px;
  border-left: 3px solid transparent;
}

.sub-list a:hover {
  background: var(--sky-soft);
  border-left-color: var(--blue);
  color: var(--blue-dark);
  text-decoration: none;
}

.sub-nested {
  padding-left: 14px;
}

.rating {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1px;
  flex-shrink: 0;
  line-height: 1.2;
}

.rating:hover {
  text-decoration: none;
}

.rating-source {
  font-size: 12px;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.7);
}

.rating-row {
  display: flex;
  align-items: center;
  gap: 6px;
}

.rating-score {
  font-family: var(--head);
  font-weight: 700;
  font-size: 15px;
  color: var(--dark);
  background: var(--white);
  padding: 0 5px;
  border-radius: 2px;
}

.rating-count {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.7);
}

.stars {
  color: #f5a623;
  letter-spacing: 1px;
  margin: 0;
}

/* mobile menu button */
.nav-toggle {
  display: none;
  align-items: center;
  gap: 6px;
  margin-left: auto;
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: var(--radius);
  padding: 8px 12px;
  cursor: pointer;
}

.nav-toggle-bar {
  display: block;
  width: 18px;
  height: 2px;
  background: var(--white);
}

.nav-toggle-label {
  font-family: var(--head);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--white);
  margin-left: 4px;
}

.hero {
  position: relative;
  color: var(--white);
  isolation: isolate;
  background: #000;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(100deg, rgba(12, 30, 44, 0.82) 0%, rgba(12, 30, 44, 0.55) 55%, rgba(12, 30, 44, 0.35) 100%);
}

.hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 40px;
  align-items: start;
  padding-top: 72px;
  padding-bottom: 96px;
  position: relative;
  z-index: 1;
}

.hero-copy {
  max-width: 560px;
  padding-top: 18px;
}

.hero-title {
  font-size: 46px;
  margin-bottom: 18px;
}

.hero-text {
  font-family: var(--head);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  line-height: 1.6;
  max-width: 460px;
  margin-bottom: 26px;
}

.scheduler {
  background: rgba(255, 255, 255, 0.88);
  color: var(--dark);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 22px;
}

.scheduler-question {
  font-family: var(--head);
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 14px;
}

.required {
  color: #d0342c;
}

.choice {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  padding: 6px 0;
  cursor: pointer;
}

.choice input {
  accent-color: var(--blue);
  width: 15px;
  height: 15px;
  margin: 0;
}

.scheduler .btn {
  margin-top: 16px;
}

.scheduler-note {
  margin: 12px 0 0;
  font-size: 14px;
  color: var(--blue-dark);
}

.quicklinks {
  background: var(--white);
  border-bottom: 1px solid var(--line);
}

.quicklinks-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding-top: 0;
  padding-bottom: 22px;
}

.quicklinks-list a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  font-family: 'Oswald';
  font-size: 19px;
  font-weight: 400;
  text-align: center;
}

.quicklink-icon {
  width: 86px;
  height: 86px;
  margin-top: -43px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--white);
  overflow: visible;
  transition: background-color 0.18s ease, transform 0.18s ease;
  position: relative;
  border: 0px;
}

.quicklink-icon img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.quicklinks-list a:hover {
  text-decoration: none;
}

.quicklinks-list a:hover .quicklink-icon {
  background: var(--sky);
  transform: translateY(-3px);
}

.contactbar {
  border-bottom: 1px solid var(--line);
}

.contactbar-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px 46px;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 15px;
}

.about {
  padding: 56px 0;
}

.about-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 1fr;
  gap: 34px;
  background: linear-gradient(120deg, #0b3b56 0%, #2a93cd 100%);
  color: var(--white);
  border-radius: var(--radius);
  padding: 34px;
  max-width: var(--wrap);
}

.about-title {
  font-size: 39px;
  border-left: 4px solid #7fd0f5;
  padding-left: 12px;
}

.about-subtitle {
  font-family: var(--head);
  font-size: 21px !important;
  font-weight: 700;
  color: #9fdcfb;
  border-left: 4px solid #7fd0f5;
  padding-left: 12px;
  margin-bottom: 18px;
}

.about-copy p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.about-copy a {
  color: #bfe7fb;
  text-decoration: underline;
}

.about-side {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}

.about-photo {
  width: 100%;
  aspect-ratio: 16 / 11;
  border: 5px solid var(--white);
  border-top: 0px;
  border-left: 0px;
  border-radius: 10px;
}

.reviews {
  padding: 20px 0 56px;
}

.carousel {
  display: flex;
  align-items: center;
  gap: 10px;
}

.carousel-viewport {
  overflow: hidden;
  flex: 1;
}

.carousel-track {
  display: flex;
  gap: 16px;
  transition: transform 0.35s ease;
}

.review {
  flex: 0 0 calc((100% - 48px) / 4);
  border-radius: var(--radius);
  box-shadow: 0 1px 6px rgba(20, 45, 65, 0.08);
  padding: 16px;
  background: whitesmoke;
  border: 0px;
}

.review-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}

.avatar {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--blue);
  color: var(--white);
  font-family: var(--head);
  font-weight: 700;
}

.review-name {
  display: flex;
  flex-direction: column;
  font-family: var(--head);
  font-weight: 600;
  font-size: 15px;
  color: var(--dark);
}

.review-name em {
  font-style: normal;
  font-family: var(--body);
  font-weight: 400;
  font-size: 12px;
  color: var(--muted);
}

.review-text {
  font-size: 14px;
  margin-bottom: 10px;
}

.review-reply {
  font-size: 12px;
  color: var(--muted);
  border-top: 1px solid var(--line);
  padding-top: 8px;
  margin: 0;
}

.carousel-arrow {
  width: 34px;
  height: 34px;
  flex-shrink: 0;
  font-size: 24px;
  line-height: 1;
  color: var(--muted);
  background: none;
  border: 0;
  cursor: pointer;
}

.carousel-arrow:hover {
  color: var(--blue);
}

.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 18px;
}

.dot {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #c6ced4;
  cursor: pointer;
}

.dot.active {
  background: var(--blue);
}

.offers {
  background: var(--dark);
  color: var(--white);
  padding: 55px 0 0;
  margin-bottom: 80px;
}

.offers-title {
  font-size: 26px;
  margin-bottom: 24px;
}

.offers-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 13px;
  transform: translateY(60px);
  margin-top: -60px;
}

.offer {
  background: var(--white);
  border-top: 9px solid var(--blue);
  color: var(--ink);
  text-align: center;
  padding: 35px 22px 26px;
  box-shadow: var(--shadow);
  border-radius: 7px;
}

.offer-name {
  font-size: 32px;
  color: var(--blue);
  font-weight: bold;
}

.offer-kind {
  font-size: 17px;
  color: var(--muted);
  margin-bottom: 6px;
  padding-top: 5px;
}

.offer-figure {
  font-family: var(--head);
  font-size: 40px;
  font-weight: 700;
  color: var(--blue);
  margin-bottom: 12px;
}

.offer-text {
  font-size: 19px;
  margin: 0;
}

.team {
  padding: 46px 0 60px;
}

.team-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 1fr;
  gap: 44px;
  align-items: center;
}

.team-copy p {
  font-size: 15px;
  margin-bottom: 20px;
}

.team-photo {
  aspect-ratio: 16 / 10;
  border: 5px solid var(--white);
  box-shadow: var(--shadow);
}

.services {
  background: var(--sky);
  padding: 54px 0;
}

.services-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 1fr;
  gap: 34px;
  align-items: center;
}

.services-video {
  aspect-ratio: 16 / 10;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.services-video video,
.services-video iframe {
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
}

.services-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.service {
  background: var(--white);
  border-left: 4px solid var(--blue);
  border-radius: var(--radius);
  padding: 10px 16px;
  transition: transform 0.18s ease, border-color 0.18s ease;
}

.service:hover {
  transform: translateX(4px);
  border-left-color: var(--blue-deep);
}

.service-name {
  font-size: 16px;
  color: var(--blue);
  margin-bottom: 2px;
}

.service p {
  font-size: 14px;
  margin: 0;
}

.affiliations {
  padding: 48px 0;
}

.affiliations-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  align-items: center;
}

.affiliation {
  height: 72px;
  border-radius: var(--radius);
}

.affiliation img {
  object-fit: contain;
  padding: 6px;
}

.booking {
  background: var(--sky);
  padding: 54px 0;
}

.booking-card {
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  max-width: 760px;
  text-align: center;
  padding: 40px 46px 46px;
}

.booking-title {
  font-size: 30px;
  color: var(--blue);
  margin-bottom: 16px;
}

.booking-card > .btn {
  margin-bottom: 22px;
}

.booking-card p {
  font-size: 15px;
}

.booking-fineprint {
  font-style: italic;
  font-size: 14px;
  color: var(--muted);
  margin-bottom: 26px;
}

.booking-form {
  text-align: left;
  border-top: 1px solid var(--line);
  padding-top: 24px;
}

.footer {
  background: var(--white);
  border-top: 1px solid var(--line);
  padding-top: 44px;
  font-size: 14px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1.2fr;
  gap: 40px;
  padding-bottom: 34px;
}

.footer-title {
  font-size: 17px;
  color: var(--blue);
  border-bottom: 1px solid var(--line);
  padding-bottom: 8px;
  margin-bottom: 14px;
}

.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 16px;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-links a {
  font-family: var(--head);
  font-size: 13px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--muted);
}

.footer-links a:hover {
  color: var(--blue);
  text-decoration: none;
}

.hours {
  width: 100%;
  border-collapse: collapse;
}

.hours th,
.hours td {
  font-weight: 400;
  text-align: left;
  padding: 4px 0;
}

.hours td {
  text-align: right;
  color: var(--muted);
}

.footer-hours p {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin: 0 0 6px;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-top: 1px solid var(--line);
  padding-top: 16px;
  padding-bottom: 20px;
  font-size: 13px;
  color: var(--muted);
}

.footer-bottom p {
  margin: 0;
}

.social {
  display: flex;
  gap: 8px;
}

.social a {
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--dark);
  color: var(--white);
  font-size: 11px;
}

.social a:hover {
  background: var(--blue);
  text-decoration: none;
}

.inner-head {
  background: var(--sky-soft);
  border-bottom: 1px solid var(--line);
  padding: 40px 0;
}

.inner-title {
  font-size: 34px;
  color: var(--dark);
}

.inner-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 40px;
  padding-top: 44px;
  padding-bottom: 60px;
}

.inner-layout.no-sidebar {
  grid-template-columns: minmax(0, 1fr);
}

.entry {
  margin-bottom: 40px;
}

.entry-title {
  font-size: 26px;
  margin-bottom: 10px;
}

.entry-meta {
  font-size: 13px;
  color: var(--muted);
  margin-bottom: 14px;
}

.entry-content h2 {
  font-size: 26px;
  margin: 28px 0 10px;
}

.entry-content h3 {
  font-size: 20px;
  margin: 22px 0 8px;
}

.entry-content ul,
.entry-content ol {
  list-style: revert;
  padding-left: 22px;
  margin-bottom: 16px;
}

.entry-content img,
.wp-caption img {
  border-radius: var(--radius);
}

.alignleft {
  float: left;
  margin: 4px 20px 14px 0;
}

.alignright {
  float: right;
  margin: 4px 0 14px 20px;
}

.aligncenter {
  margin: 0 auto 16px;
}

.sidebar .widget {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 18px;
  margin-bottom: 20px;
}

.widget-title {
  font-size: 17px;
  color: var(--blue);
  margin-bottom: 10px;
}

.pagination {
  display: flex;
  gap: 8px;
  padding-bottom: 40px;
}

@media (max-width: 1024px) {
  .hero-inner {
    grid-template-columns: 1fr;
  }

  .scheduler {
    max-width: 420px;
  }

  .about-panel,
  .team-inner,
  .services-inner,
  .inner-layout {
    grid-template-columns: 1fr;
  }

  .review {
    flex-basis: calc((100% - 16px) / 2);
  }

  .affiliations-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 860px) {
  .nav-toggle {
    display: flex;
  }

  .rating {
    display: none;
  }

  .nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #1c2a34;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.25s ease;
  }

  .nav.open {
    max-height: 80vh;
    overflow-y: auto;
  }

  .nav-list {
    flex-direction: column;
    align-items: stretch;
    padding: 8px 0 16px;
  }

  .nav-link {
    padding: 14px 24px;
    justify-content: space-between;
  }

  /* on touch layouts the sub-menu opens in flow, toggled by JS */
  .sub,
  .nav-item.sub-columns .sub {
    position: static;
    min-width: 0;
    opacity: 1;
    visibility: visible;
    transform: none;
    display: none;
    background: rgba(255, 255, 255, 0.06);
    border-top: 0;
    box-shadow: none;
    padding: 4px 0 10px;
  }

  .nav-item.open .sub {
    display: block;
  }

  .nav-item.sub-columns .sub-list {
    grid-template-columns: 1fr;
  }

  .sub-list a {
    color: rgba(255, 255, 255, 0.82);
    padding: 9px 34px;
  }

  .sub-list a:hover {
    background: rgba(255, 255, 255, 0.08);
    color: var(--white);
  }
}

@media (max-width: 720px) {
  .hero-title {
    font-size: 34px;
  }

  .section-title {
    font-size: 27px;
  }

  .quicklinks-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 16px;
    padding-bottom: 28px;
  }

  .offers-grid {
    grid-template-columns: 1fr;
    transform: none;
    margin-top: 0;
  }

  .offers {
    padding-bottom: 30px;
    margin-bottom: 0;
  }

  .review {
    flex-basis: 100%;
  }

  .booking-card {
    padding: 28px 22px 32px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

div#page {
    padding: 0px !important;
}

section#top {
    position: relative;
}

section#top.hero > video {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100% !important;
    width: 100%;
    object-fit: cover;
    opacity: 0.5;
}


span.quicklink-icon:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    border: 5px solid #fff;
    width: 100px;
    height: 100px;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    opacity: 0.6;
    -webkit-transition: -webkit-transform 150ms cubic-bezier(0.8, 0, 0.2, 1);
    transition: -webkit-transform 150ms cubic-bezier(0.8, 0, 0.2, 1);
    transition: transform 150ms cubic-bezier(0.8, 0, 0.2, 1);
    transition: transform 150ms cubic-bezier(0.8, 0, 0.2, 1), -webkit-transform 150ms cubic-bezier(0.8, 0, 0.2, 1);
    will-change: transform;
}

p.offer-text {
    border-top: 1px solid #dddddd;
    padding-top: 13px;
}
