:root {
  --cyan: #17abca;
  --cyan-dark: #0792b0;
  --cyan-darker: #047f9a;
  --line: #dcdcdc;
  --text: #2b2b2b;
  --muted: #8a8a8a;
  --darkbar: #293042;
  --footer: #ececec;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Open Sans", Arial, sans-serif;
  color: var(--text);
  background: #efefef;
  padding-top: 92px;
  font-size: 13px;
}

a {
  color: var(--cyan);
  text-decoration: none;
  transition: all 0.25s ease;
}

a:hover {
  color: #7b7b7b;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
}

.skip-link:focus {
  left: 8px;
  top: 8px;
  background: var(--cyan);
  color: var(--white);
  padding: 8px 10px;
  z-index: 999;
}

.top-utility-bar {
  display: none;
}

.top-utility-bar .container {
  min-height: 42px;
}

.top-caption {
  color: #d5deec;
  font-size: 11px;
  letter-spacing: 0.3px;
}

.top-devices i {
  color: #9ca9c0;
  margin-right: 12px;
  font-size: 14px;
}

.top-utility-bar .btn-success {
  background: #41b649;
  border-color: #41b649;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 600;
  padding: 3px 16px;
}

.navbar {
  top: 0;
  min-height: 90px;
  background: #1ea9c7 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.navbar.scrolled {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.navbar-brand {
  color: var(--white);
  font-size: 0;
  font-weight: 700;
  padding: 8px 0;
}

.brand-script {
  font-family: "Damion", cursive;
  font-size: 44px;
  line-height: 1;
  color: #effcff;
}

.brand-logo {
  width: auto;
  height: 46px;
  border-radius: 0;
  background: transparent;
  padding: 0;
  display: block;
}

.nav-link {
  color: #e6fbff !important;
  text-transform: lowercase;
  font-size: 12px;
  letter-spacing: 0.6px;
  padding: 10px 28px !important;
  border-radius: 6px;
}

.nav-link:hover,
.nav-link.active {
  color: #128ca8 !important;
  background: #ffffff !important;
}

#mainNav .nav-link.active {
  font-weight: 700;
  box-shadow: inset 0 0 0 1px rgba(18, 140, 168, 0.22);
}

.btn {
  border-radius: 3px;
  font-size: 13px;
  box-shadow: none !important;
}

.btn-outline-light:hover {
  color: #128ca8;
}

.btn-primary {
  background: var(--cyan);
  border-color: var(--cyan);
}

.btn-primary:hover {
  background: var(--cyan-dark);
  border-color: var(--cyan-dark);
}

.btn-outline-primary {
  color: var(--cyan);
  border-color: var(--cyan);
}

.btn-outline-primary:hover {
  background: var(--cyan);
  border-color: var(--cyan);
}

.hero-template-section {
  background: linear-gradient(135deg, #1ea9c7 0%, #26b1cf 100%) !important;
  padding: 18px 0 0;
  overflow: hidden;
}

.hero-device-wrap {
  position: relative;
  padding: 12px 0 0;
}

.hero-device-image {
  max-width: 640px;
  width: 100%;
  transform: rotate(-22deg) translateX(-56px) translateY(30px);
  transform-origin: center center;
  border-radius: 18px;
  box-shadow: 0 22px 34px rgba(0, 0, 0, 0.24);
  border: 6px solid rgba(255, 255, 255, 0.82);
}

.hero-copy {
  color: #dff9ff;
  padding: 34px 0 46px;
}

.hero-copy-layout {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.hero-copy .hero-eyebrow {
  margin-bottom: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  color: #d9f7ff !important;
}

.hero-copy h1 {
  font-size: 54px;
  line-height: 1.02;
  margin-bottom: 16px;
  font-weight: 300;
  color: #ffffff !important;
}

.hero-copy p {
  max-width: 270px;
  color: #e2f8fd !important;
  margin-bottom: 16px;
  font-size: 13px;
}

.store-cta {
  margin-top: 34px;
  color: #dff7fd !important;
  max-width: 160px;
}

.store-cta p {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.store-cta .btn {
  font-size: 12px;
  font-weight: 700;
  color: #108ea9;
  padding: 8px 12px;
}

.snapshot-icons {
  background: #f2f2f2;
  border-bottom: 1px solid #ececec;
}

.snapshot-item {
  text-align: left;
  padding: 16px 14px 18px;
  border-right: 1px solid #e7e7e7;
  min-height: 215px;
}

.snapshot-item:last-child {
  border-right: none;
}

.snapshot-item span {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  margin: -46px 0 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f5fbfd;
  border: 1px solid #dbeef4;
  color: var(--cyan);
  font-size: 24px;
}

.snapshot-item h2 {
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  color: #4d4d4d;
  line-height: 1.35;
  margin-bottom: 10px;
  letter-spacing: 0.9px;
}

.snapshot-item p {
  font-size: 12px;
  color: #878787;
  margin: 0 0 12px;
}

.snapshot-item a {
  font-size: 12px;
  border-bottom: 1px solid var(--cyan);
}

.snapshot-item a:hover {
  color: #1498b5;
}

.section-padding {
  padding: 58px 0;
}

.modules-classic {
  background: #f3f3f3;
}

.module-tabs {
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #0f8ea9;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.module-tab {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  border: none !important;
  outline: none !important;
  color: #e9fdff;
  font-size: 14px;
  font-weight: 400;
  padding: 13px 14px;
  background: #1facc8 !important;
  text-align: left;
  line-height: 1.1;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  box-shadow: none !important;
  border-radius: 0 !important;
  cursor: default;
}

.module-tab i {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #f2fcff;
  color: #17abca;
  margin-right: 8px;
  font-size: 14px;
}

.module-tab.active,
.module-tab:hover {
  background: #1196b0 !important;
}

.module-tabs .col-md-3:not(:last-child) .module-tab {
  border-right: 1px solid rgba(0, 0, 0, 0.12) !important;
}

.container {
  max-width: 1300px;
}

.services-section,
.platform-section,
.testimonials-section,
.appointment-widget-section {
  background: #f5f5f5;
}

.services-section .section-heading h2,
.platform-section .section-heading h2,
.testimonials-section .section-heading h2,
.appointment-widget-section .section-heading h2 {
  font-size: 38px;
}

.service-card,
.platform-card,
.testimonial-card {
  background: #ffffff;
  border: 1px solid #dde5e9;
  border-radius: 8px;
  padding: 18px;
  min-height: 100%;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.service-card:hover,
.platform-card:hover,
.testimonial-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(8, 132, 156, 0.12);
  border-color: #b7dfea;
}

.service-card .icon-wrap {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  background: #eaf9fd;
  color: var(--cyan);
  font-size: 20px;
}

.service-card h3,
.platform-card h3 {
  font-size: 19px;
  margin-bottom: 7px;
  color: #22333a;
}

.service-card p,
.platform-card p {
  color: #6d7c83;
  margin-bottom: 8px;
}

.service-card .price-chip {
  display: inline-block;
  color: #0e8ca8;
  font-size: 12px;
  background: #eaf9fd;
  border: 1px solid #c8edf7;
  border-radius: 20px;
  padding: 4px 10px;
  margin-bottom: 10px;
}

.platform-meta {
  font-size: 12px;
  color: #5f777f;
  margin-bottom: 12px;
}

.testimonials-carousel {
  border: 1px solid #d7e6eb;
  border-radius: 8px;
  background: #ffffff;
}

.testimonials-carousel .carousel-item {
  padding: 28px 42px;
}

.star-row {
  color: #f4b400;
  letter-spacing: 2px;
  margin-bottom: 9px;
}

.testimonial-card .quote {
  color: #4a5e66;
  font-size: 15px;
  margin-bottom: 10px;
}

.testimonial-card .author {
  color: #20404b;
  font-weight: 600;
  margin-bottom: 2px;
}

.testimonial-card .role {
  color: #6a7d85;
  font-size: 12px;
}

.appointment-widget-section {
  background: #eef2f4;
}

.appointment-form {
  background: #ffffff;
  border: 1px solid #d6e3e8;
  border-radius: 8px;
  padding: 18px;
}

.appointment-form .form-control,
.appointment-form .form-select {
  border-radius: 4px;
  border-color: #cddce3;
  font-size: 13px;
}

.appointment-form .form-control:focus,
.appointment-form .form-select:focus {
  border-color: #93d1df;
  box-shadow: 0 0 0 0.2rem rgba(30, 169, 199, 0.12);
}

.floating-support-btn {
  position: fixed;
  right: 18px;
  bottom: 22px;
  z-index: 1100;
  background: #22c45e;
  color: #ffffff;
  border-radius: 40px;
  padding: 10px 14px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  box-shadow: 0 10px 22px rgba(24, 149, 74, 0.32);
  font-weight: 600;
  font-size: 13px;
}

.floating-support-btn:hover {
  color: #ffffff;
  background: #18ad4f;
}

.floating-support-btn i {
  font-size: 20px;
}

.mobile-sticky-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1090;
  display: none;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid #0e89a4;
}

.mobile-sticky-cta a {
  text-align: center;
  padding: 12px 8px;
  color: #ffffff;
  font-weight: 600;
  font-size: 13px;
  background: #17abca;
  border-right: 1px solid rgba(255, 255, 255, 0.24);
}

.mobile-sticky-cta a:last-child {
  border-right: none;
  background: #0f96b2;
}

.mobile-sticky-cta i {
  margin-right: 5px;
}

.classic-title {
  font-size: 50px;
  line-height: 1.15;
  margin-bottom: 12px;
  color: #202020;
  font-weight: 300;
}

.classic-step h3 {
  font-size: 44px;
  line-height: 1;
  color: var(--cyan);
  font-weight: 300;
  margin-bottom: 5px;
}

.classic-step h4 {
  text-transform: uppercase;
  font-size: 20px;
  color: #139ab5;
  font-weight: 400;
  margin-bottom: 9px;
}

.classic-step p {
  color: #7b7b7b;
  font-size: 13px;
}

.classic-step a {
  border-bottom: 1px solid var(--cyan);
  font-size: 13px;
}

.classic-side-list h4 {
  color: var(--cyan);
  font-size: 42px;
  font-weight: 300;
  margin: 0 0 4px;
}

.classic-side-list p {
  color: #8a8a8a;
  font-size: 13px;
  margin-bottom: 22px;
}

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

.section-heading {
  text-align: center;
  margin-bottom: 30px;
}

.section-heading h2 {
  margin-bottom: 8px;
  font-weight: 300;
  font-size: 44px;
}

.section-heading p {
  margin: 0;
  color: #818181;
}

.workflow-box {
  background: #f4f4f4;
  border: 1px solid var(--line);
  min-height: 100px;
  padding: 16px 10px;
  text-align: center;
}

.workflow-box strong {
  display: block;
  color: var(--cyan);
  font-size: 30px;
  font-weight: 300;
}

.workflow-box span {
  font-size: 14px;
  text-transform: uppercase;
  color: #666;
}

.screenshots-classic {
  background: #f8f8f8;
}

#screenCarousel .carousel-inner {
  border-color: var(--line) !important;
}

.pricing-classic {
  background: var(--white);
}

.pricing-card {
  background: #fafafa;
  border: 1px solid var(--line);
  min-height: 100%;
  padding: 20px;
}

.pricing-card.featured {
  border-color: var(--cyan);
  background: #f0fbfe;
}

.pricing-card h3 {
  font-size: 34px;
  font-weight: 300;
  margin-bottom: 8px;
}

.pricing-card .price {
  font-size: 48px;
  line-height: 1;
  color: var(--cyan-dark);
  margin-bottom: 14px;
  font-weight: 300;
}

.pricing-card .price span {
  font-size: 17px;
  color: #8d8d8d;
}

.pricing-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
}

.pricing-card li {
  margin-bottom: 8px;
  color: #737373;
}

.faq-classic {
  background: #f2f2f2;
}

.accordion-item {
  border: 1px solid var(--line);
  border-radius: 0 !important;
}

.accordion-button {
  box-shadow: none !important;
  font-size: 14px;
  font-weight: 600;
}

.accordion-button:not(.collapsed) {
  background: #dcf4fa;
  color: #086c82;
}

.book-demo-section {
  background: var(--white);
}

.book-demo-section h2 {
  font-size: 42px;
  font-weight: 300;
  margin-bottom: 10px;
}

.demo-form {
  background: #f7f7f7;
  border: 1px solid var(--line);
  padding: 16px;
}

.form-control {
  border-radius: 0;
  border-color: #d0d0d0;
  font-size: 13px;
  padding: 8px 10px;
}

.form-control:focus {
  border-color: #a3a3a3;
  box-shadow: none;
}

.site-footer {
  background: var(--footer);
  border-top: 1px solid #d3d3d3;
  color: #6f6f6f;
  padding: 34px 0 16px;
}

.footer-logo-text {
  color: #666;
  font-size: 18px;
  font-weight: 700;
}

.site-footer h3 {
  font-size: 15px;
  color: #444;
  font-weight: 700;
  margin-bottom: 10px;
}

.footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-links li {
  margin-bottom: 6px;
}

.footer-links a {
  color: #6f6f6f;
}

.social-links {
  display: flex;
  gap: 7px;
}

.social-links a {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #bdbdbd;
  color: #7d7d7d;
}

.social-links a:hover {
  border-color: var(--cyan);
  color: var(--cyan);
}

@media (max-width: 991px) {
  body {
    padding-top: 88px;
  }

  .hero-copy h1 {
    font-size: 48px;
  }

  .module-tab { font-size: 13px; }

  .classic-title {
    font-size: 39px;
  }

  .classic-side-list h4 {
    font-size: 31px;
  }

  .snapshot-item {
    border-bottom: 1px solid #efefef;
  }

  .testimonials-carousel .carousel-item {
    padding: 20px 18px;
  }
}

@media (max-width: 767px) {
  .hero-device-image {
    transform: none;
    border-width: 3px;
  }

  .hero-copy-layout {
    flex-direction: column;
  }

  .hero-copy h1 {
    font-size: 42px;
  }

  .snapshot-item {
    min-height: auto;
  }

  .snapshot-item h2 { font-size: 16px; }

  .section-heading h2 {
    font-size: 34px;
  }

  .classic-title {
    font-size: 32px;
  }

  .classic-step h4 {
    font-size: 22px;
  }

  .classic-side-list h4 {
    font-size: 28px;
  }

  .services-section .section-heading h2,
  .platform-section .section-heading h2,
  .testimonials-section .section-heading h2,
  .appointment-widget-section .section-heading h2 {
    font-size: 28px;
  }

  .mobile-sticky-cta {
    display: grid;
  }

  body {
    padding-bottom: 56px;
  }

  .floating-support-btn {
    right: 12px;
    bottom: 64px;
    padding: 9px 11px;
  }

  .floating-support-btn span {
    display: none;
  }

  .brand-logo {
    height: 40px;
  }
}
