/* ==========================================================================
   Connect - Workvivo Alternative Page Styles
   ========================================================================== */
/* ==========================================================================
   Common Typography
   ========================================================================== */
.zw-product-header {
  background-color: #140a47;
}

h1 {
  font-family: var(--primaryfont-semibold);
  line-height: 1.125;
  letter-spacing: -1.28px;
}
@media screen and (min-width: 1200px) {
  h1 {
    font-size: 64px;
  }
}

h2 {
  font-family: var(--primaryfont-semibold);
  line-height: 1.16;
  letter-spacing: -0.96px;
}
@media screen and (min-width: 1200px) {
  h2 {
    font-size: 48px;
  }
}

h3 {
  font-family: var(--primaryfont-semibold);
  line-height: 1.33;
  letter-spacing: -0.48px;
}
@media screen and (min-width: 1200px) {
  h3 {
    font-size: 24px;
  }
}

p {
  font-family: var(--primaryfont-regular);
  line-height: 1.55;
  letter-spacing: -0.36px;
  text-wrap-style: pretty;
}
@media screen and (min-width: 1200px) {
  p {
    font-size: 18px;
  }
}

/* ==========================================================================
   Shared Spacing Classes
   ========================================================================== */
.zwc-secpad {
  padding: 80px 0;
}
.zwc-secmar {
  margin: 80px 0;
}
.zwc-tick::before {
  content: "";
  position: absolute;
  background: url(/sites/zweb/images/connect/microsoft-alternative/tick.svg) no-repeat;
  width: 24px;
  height: 24px;
  left: 30px;
  background-size: contain;
}
.zwc-wrong::before {
  content: "";
  position: absolute;
  background: url(/sites/zweb/images/connect/microsoft-alternative/wrong.svg) no-repeat;
  width: 24px;
  height: 24px;
  left: 30px;
  background-size: contain;
}
@media screen and (min-width: 1200px) {
  .zwc-secpad {
    padding: 120px 0;
  }
  .zwc-secmar {
    margin: 120px 0;
  }
}

/* ==========================================================================
   Hero Section
   ========================================================================== */
.zwc-hero {
  background: #140a47;
  padding: 180px 0;
}
@media screen and (max-width: 1199px) {
  .zwc-hero {
    padding: 80px 0;
  }
}
.zwc-hero__inner {
  display: flex;
  gap: 96px;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .zwc-hero__inner {
    gap: 48px;
  }
}
@media screen and (max-width: 991px) {
  .zwc-hero__inner {
    flex-direction: column;
    max-width: 630px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .zwc-hero__inner {
    gap: 32px;
  }
}
.zwc-hero__content {
  flex-basis: 65%;
  color: white;
}
.zwc-hero__form{
  flex-basis: 38%;
}
@media screen and (max-width: 991px) {
  .zwc-hero__content {
    max-width: 100%;
    text-align: center;
  }
}
.zwc-hero__title {
  margin-bottom: 44px;
}
@media screen and (max-width: 1199px) {
  .zwc-hero__title {
    margin-bottom: 32px;
  }
  .zwc-hero__content {
  flex-basis: 60%;
}
.zwc-hero__form{
  flex-basis: 45%;
}
}
@media screen and (max-width: 767px) {
  .zwc-hero__title {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 991px) {
  .zwc-hero__media {
    max-width: 448px;
  }
}
.zwc-hero__media img {
  display: block;
  max-width: 100%;
  height: auto;
}

.zwc-form-wrap {
  max-width: 448px;
  width: 100%;
  color: #000;
  background: #fff;
  padding: 40px;
  margin: auto;
  border-radius: 12px;
}

/* ==========================================================================
   What is Zoho Connect Section
   ========================================================================== */
.zwc-what-connect {
  background: white;
}
.zwc-what-connect__header {
  text-align: center;
  margin-bottom: 96px;
}
@media screen and (max-width: 991px) {
  .zwc-what-connect__header {
    margin-bottom: 40px;
    max-width: 600px;
    margin-inline: auto;
  }
}
.zwc-what-connect__title {
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .zwc-what-connect__title {
    margin-bottom: 20px;
  }
}
.zwc-what-connect__desc {
  max-width: 816px;
  margin: 0 auto;
}

/* ==========================================================================
   What you can achieve Section
   ========================================================================== */
.zwc-achieve {
  background: #f6f6f6;
  border-radius: 12px;
  padding: 44px;
}
@media screen and (max-width: 991px) {
  .zwc-achieve {
    padding: 32px;
  }
}
@media screen and (max-width: 767px) {
  .zwc-achieve {
    padding: 24px;
  }
}
.zwc-achieve__title {
  line-height: 1.25;
  letter-spacing: -0.64px;
  text-align: center;
  margin-bottom: 56px;
}
@media screen and (min-width: 1200px) {
  .zwc-achieve__title {
    font-size: 32px;
  }
}
@media screen and (max-width: 991px) {
  .zwc-achieve__title {
    margin-bottom: 40px;
  }
}
.zwc-achieve__content {
  display: flex;
  justify-content: space-between;
  gap: 26px;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .zwc-achieve__content {
    gap: 24px;
  }
}
@media screen and (max-width: 991px) {
  .zwc-achieve__content {
    flex-direction: column;
  }
}
.zwc-achieve__tabs {
  width: 600px;
}
@media screen and (max-width: 1199px) {
  .zwc-achieve__tabs {
    width: 60%;
  }
}
@media screen and (max-width: 991px) {
  .zwc-achieve__tabs {
    width: 100%;
  }
}
.zwc-achieve__tab {
  padding: 12px 32px;
  border: 1px solid transparent;
  border-bottom-color: rgba(34, 109, 180, 0.1);
  cursor: pointer;
  transition: background 0.3s ease, border-color 0.3s ease, padding 0.3s ease;
}
.zwc-achieve__tab--active {
  background: white;
  border-color: rgba(34, 109, 180, 0.1);
  padding: 32px;
  border-radius: 12px;
}
@media screen and (max-width: 767px) {
  .zwc-achieve__tab--active {
    padding: 24px;
  }
}
@media screen and (max-width: 991px) {
  .zwc-achieve__tab {
    background: white;
    border-color: rgba(34, 109, 180, 0.1);
    border-radius: 12px;
    padding: 32px;
    cursor: default;
  }
}
@media screen and (max-width: 767px) {
  .zwc-achieve__tab {
    padding: 24px;
    text-align: center;
    max-width: 450px;
    margin-inline: auto;
  }
  .zwc-achieve__tab:not(:last-child) {
    margin-bottom: 20px;
  }
}
.zwc-achieve__tab-title {
  color: #6d6d6d;
  transition: color 0.3s ease;
}
.zwc-achieve__tab--active .zwc-achieve__tab-title {
  color: #0a55eb;
}
@media screen and (max-width: 991px) {
  .zwc-achieve__tab-title {
    color: #0a55eb;
  }
}
.zwc-achieve__tab-desc {
  line-height: 1.44;
  margin: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, opacity 0.3s ease, margin 0.3s ease;
}
.zwc-achieve__tab--active .zwc-achieve__tab-desc {
  max-height: 200px;
  opacity: 1;
  margin-top: 12px;
}
@media screen and (max-width: 991px) {
  .zwc-achieve__tab-desc {
    max-height: none;
    opacity: 1;
    margin-top: 12px;
    overflow: visible;
  }
}
.zwc-achieve__media {
  width: 656px;
  height: 520px;
}
@media screen and (max-width: 1199px) {
  .zwc-achieve__media {
    width: 75%;
    height: auto;
  }
}
.zwc-achieve__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}

/* ==========================================================================
   Microsoft Tools Section
   ========================================================================== */
.zwc-microsoft {
  background: black;
}
.zwc-microsoft p {
  margin-bottom: 0;
}
.zwc-microsoft__header {
  text-align: center;
  color: white;
  margin-bottom: 96px;
}
@media screen and (max-width: 991px) {
  .zwc-microsoft__header {
    margin-bottom: 40px;
  }
}
.zwc-microsoft__title {
  margin-bottom: 32px;
}
.zwc-microsoft__desc {
  max-width: 687px;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .zwc-microsoft__desc {
    max-width: 540px;
  }
}
.zwc-microsoft__cards {
  max-width: 1282px;
}
@media screen and (max-width: 767px) {
  .zwc-microsoft__cards {
    text-align: center;
    max-width: 470px;
    margin-inline: auto;
  }
}
.zwc-microsoft__row {
  display: flex;
  gap: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .zwc-microsoft__row {
    flex-direction: column;
  }
}
.zwc-microsoft__card {
  background: white;
  border: 1px solid rgba(34, 109, 180, 0.1);
  border-radius: 12px;
  padding: 32px;
  flex: 1;
}
.zwc-microsoft__card--full {
  width: 100%;
  margin-bottom: 24px;
}
.zwc-microsoft__card-title {
  color: #0a55eb;
  margin-bottom: 12px;
}
.zwc-microsoft__card-desc {
  line-height: 1.44;
}
.zwc-microsoft__viva-cards {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}
@media screen and (max-width: 991px) {
  .zwc-microsoft__viva-cards {
    flex-direction: column;
  }
}
.zwc-microsoft__viva-card {
  flex: 1;
  background: #ebe9f7;
  border: 1px solid rgba(34, 109, 180, 0.1);
  border-radius: 12px;
  padding: 32px;
}
@media screen and (max-width: 767px) {
  .zwc-microsoft__viva-card {
    padding: 24px;
  }
}
.zwc-microsoft__viva-label {
  font-family: var(--primaryfont-semibold);
}
.zwc-microsoft__note {
  color: white;
  max-width: 687px;
}

/* ==========================================================================
   Guide Table Section
   ========================================================================== */
.zwc-guidetable {
  margin: 100px auto;
}
.zwc-guidetable .content-wrap {
  max-width: 1400px;
  border-radius: 30px;
  background: #000;
  color: #fff;
  padding: 100px 100px;
}
@media screen and (max-width: 1440px) {
  .zwc-guidetable .content-wrap {
    padding: 100px 100px;
  }
}
@media screen and (max-width: 1200px) {
  .zwc-guidetable .content-wrap {
    width: 100%;
    border-radius: 0;
    padding: 100px 40px;
  }
}
.zwc-guidetable h2 {
  text-align: center;
  margin-bottom: 80px;
}
.zwc-guidetable__block {
  display: block;
  font-family: var(--primaryfont-regular);
}
@media screen and (max-width: 1300px) {
  .zwc-guidetable__container {
    overflow-y: hidden;
    overflow-x: auto;
  }
}
.zwc-guidetable__twrap {
  display: flex;
  border-radius: 20px;
  border: 1px solid #373737;
  background: #000;
  width: 1100px;
  margin: 0 auto;
}
.zwc-guidetable__tlist {
  flex: 1 1 32%;
  border-collapse: collapse;
  align-items: center;
  border: 1px solid transparent;
}
.zwc-guidetable__tlist li {
  color: #fff;
  position: relative;
}
.zwc-guidetable__tlist li:first-child {
  height: 188px;
  border-bottom: 1px solid #373737;
  padding: 65px 60px 75px 60px;
}
.zwc-guidetable__tlist li:not(:last-child) {
  min-height: 173px;
  border-bottom: 1px solid #373737;
  padding: 35px 40px;
}
.zwc-guidetable__tlist li:last-child {
  min-height: 148px;
  padding: 35px 40px;
}
.zwc-guidetable__tlist--1 li {
  font-family: var(--primaryfont-semibold);
}
@media screen and (max-width: 991px) {
  .zwc-guidetable__tlist--1 {
    flex: 1 1 18%;
  }
}
.zwc-guidetable__tlist--2 {
  background: #140a47;
  flex: 1 1 35%;
  position: relative;
}
.zwc-guidetable__tlist--2 li:first-child {
  text-align: center;
}
.zwc-guidetable__tlist--2::before, .zwc-guidetable__tlist--2::after {
  position: absolute;
  content: "";
  background-color: #140a47;
  width: 100%;
  height: 40px;
}
@media screen and (max-width: 1200px) {
  .zwc-guidetable__tlist--2::before, .zwc-guidetable__tlist--2::after {
    display: none;
  }
}
.zwc-guidetable__tlist--2::before {
  top: 0;
  transform: translateY(-100%);
  border-radius: 20px 20px 0 0;
}
.zwc-guidetable__tlist--2::after {
  bottom: 0;
  transform: translateY(100%);
  border-radius: 0 0 20px 20px;
}
.zwc-guidetable__tlist--2 li:first-child img {
  background: #fff;
  padding: 15px 30px;
  border-radius: 10px;
}
.zwc-guidetable__tlist--2 li:not(:first-child) {
  border-bottom: 1px solid #2c159c;
  padding: 35px 30px 35px 62px;
}
.zwc-guidetable__tlist--3 li:not(:first-child) {
  padding: 35px 30px 35px 62px;
}
.zwc-guidetable__tlist--3 li:first-child {
  color: #fff;
}
.zwc-guidetable__tlist--2, .zwc-guidetable__tlist--3 {
  font-family: var(--primaryfont-regular);
}

.zwc-yellowtext {
  color: #ffce00;
}

/* ==========================================================================
   What Sets Connect Apart Section
   ========================================================================== */
.zwc-apart {
  background: #ebe9f7;
}
.zwc-apart__title {
  text-align: center;
  margin-bottom: 96px;
}
@media screen and (max-width: 991px) {
  .zwc-apart__title {
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 767px) {
  .zwc-apart__title {
    margin-bottom: 48px;
  }
}
.zwc-apart__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media screen and (max-width: 991px) {
  .zwc-apart__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .zwc-apart__cards {
    grid-template-columns: 1fr;
  }
}
.zwc-apart__card {
  background: white;
  border: 1px solid rgba(34, 109, 180, 0.1);
  border-radius: 12px;
  padding: 32px;
}
@media screen and (max-width: 767px) {
  .zwc-apart__card {
    padding: 24px;
    max-width: 500px;
    text-align: center;
    margin-inline: auto;
  }
}
.zwc-apart__card-title {
  margin-bottom: 12px;
}
.zwc-apart__card-desc {
  line-height: 1.44;
}

/* ==========================================================================
   CTA Section
   ========================================================================== */
.zwc-cta {
  text-align: center;
}
.zwc-cta .act-btn.cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.zwc-cta .act-btn.cta-btn svg {
  width: 24px;
  height: 24px;
}
.zwc-cta__title {
  line-height: 1.14;
  letter-spacing: -1.12px;
  max-width: 400px;
  margin: 0 auto 32px;
}
@media screen and (min-width: 1200px) {
  .zwc-cta__title {
    font-size: 56px;
    max-width: 830px;
  }
}
@media screen and (max-width: 767px) {
  .zwc-cta__title {
    margin-bottom: 24px;
  }
}