:root {
  --brand: #35b7ea;
  --brand-dark: #0f79b0;
  --bg: #2f3036;
  --text: #eef3f6;
  --muted: #c8d0d5;
  --border: rgba(255, 255, 255, 0.08);
}

section#cloud-hero {
  background-image: url("../_images/main-pic-private-cloud-blue.webp");
  background-position: center;
}
.wth-pack-title {
  background: var(--blue-basic);
  color: #fff;
  padding: 7px 10px;
  text-transform: uppercase;
  display: inline-block;
}

ul.wth-package-list {
  padding-left: 0;
  font-weight: normal;
  margin-top: 20px;
}
.wth-package-list li::before {
  font-family: FontAwesome;
  content: "\f00c";
  margin-right: 10px;
}
.gray-squared-bg {
  background: url(../_images/square-lines.png) 0 0 repeat #eee;
}
.full-squared-bg {
  background: url(../_images/square-lines.png) 0 0 repeat #fff;
  padding: 0 0 90px 0;
  position: relative;
  margin-top: 86px;
}

.wth-pack-title-2 {
  background: var(--blue-medium);
}
.wth-pack-title-3 {
  background: var(--blue-dark);
}
.blue-grad-bg {
  background: linear-gradient(
    122deg,
    rgba(15, 121, 176, 1) 35%,
    rgba(104, 212, 255, 1) 100%
  );
}
.gray-grad-bg {
  background: linear-gradient(
    122deg,
    rgb(226, 226, 226) 35%,
    rgb(237, 237, 237) 100%
  );
}
.wth-box-list li::before {
  font-family: FontAwesome;
  content: "\f00c";
  color: #fff;
  margin-right: 10px;
}
.fw-list li::before {
  font-family: FontAwesome;
  content: "\f00c";
  margin-right: 10px;
  width: 100%;
  color: var(--blue-basic);
}
.dark-img-bg {
  background: url(../_images/test-wth-gray-l-dark.jpg);
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  /* color: #fff; */
  background-size: cover;
  /* text-align: center; */
  position: relative;
  /* font-size: 18px;
    line-height: 28px; */
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
/* TABLE */
/* ---------- Desktop ---------- */

.comparison-table {
  background: #f8f8f8;
}

.comparison-table caption {
  caption-side: bottom;
  /* color: #6c757d; */
  color: #f8f8f8;
  font-size: 0.9rem;
  padding-top: 0.75rem;
}

.comparison-table th,
.comparison-table td {
  vertical-align: middle;
  padding: 1rem;
}

.comparison-table th:first-child {
  width: 28%;
}

/* ---------- Mobile ---------- */

.comparison-mobile {
  display: none;
}

@media (max-width: 767.98px) {
  .desktop-table {
    display: none;
  }

  .comparison-mobile {
    display: block;
  }
}

.comparison-card {
  /* border: 1px solid #dee2e6; */
  border-radius: 0.75rem;
  overflow: hidden;
  background: #fff;
  margin-bottom: 1.5rem;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.05);
}

.comparison-card-header {
  background: #212529;
  color: #fff;
  padding: 1rem;
  font-size: 1.1rem;
  font-weight: 600;
}

.comparison-card-body {
  padding: 0;
}

.comparison-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem;
  border-bottom: 1px solid #ececec;
}

.comparison-item:last-child {
  border-bottom: none;
}

.comparison-label {
  flex: 0 0 42%;

  font-weight: 600;
  color: #6c757d;
}

.comparison-value {
  flex: 1;
  text-align: right;
}

@media (max-width: 420px) {
  .comparison-item {
    flex-direction: column;
    gap: 0.35rem;
  }

  .comparison-value {
    text-align: left;
  }
}

/* TRUST SECTION */

.trust-section {
  /* background:
    radial-gradient(
      circle at top right,
      rgba(53, 183, 234, 0.1),
      transparent 35%
    ),
    linear-gradient(180deg, #31333a, #2f3036);
  color: var(--text); */
  background: url(../_images/square-lines-dark.png) 0 0 repeat var(--gray-dark);
  color: #fff;
}

.section-header {
  max-width: 900px;
  margin: 0 auto 3rem;
}

.eyebrow {
  letter-spacing: 0.16em;
  font-size: 0.78rem;
  color: var(--brand);
  font-weight: 700;
}

.section-header h2 {
  /* font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  margin: 1rem 0; */
}

.section-header .lead {
  color: var(--muted);
}

.panel {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border);
  border-radius: 22px;
  padding: 2rem;
  height: 100%;
}

.panel h3 {
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
}

.text-brand {
  color: var(--brand);
}

.feature-list-syno {
  list-style: none;
  padding: 0;
  margin: 0;
}

.feature-list-syno li {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 0.85rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.feature-list-syno li:last-child {
  border-bottom: none;
}
.feature-list-syno li .fl-icon {
  display: inline-block;
  width: 20px;
}
.feature-list-syno i {
  color: var(--brand);
  font-size: 1.15rem;
  margin-top: 0.15rem;
}

.intro {
  color: var(--muted);
  margin-bottom: 2rem;
}

.timeline {
  position: relative;
  padding-left: 1rem;
}

.timeline:before {
  content: "";
  position: absolute;
  left: 18px;
  top: 10px;
  bottom: 10px;
  width: 2px;
  background: rgba(53, 183, 234, 0.25);
}

.timeline-item {
  display: flex;
  gap: 1.25rem;
  position: relative;
  padding-bottom: 1.8rem;
}

.timeline-item:last-child {
  padding-bottom: 0;
}

.icon {
  width: 38px;
  height: 38px;
  min-width: 38px;
  border-radius: 50%;
  background: var(--brand);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 0 6px #2f3036;
}

.timeline h5 {
  margin: 0.1rem 0 0.4rem;
}

.timeline p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

@media (max-width: 991px) {
  .panel {
    padding: 1.5rem;
  }
  .section-header {
    margin-bottom: 2rem;
  }
}
