@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
body {
  font-family: "Poppins", sans-serif;
}
p,
a {
  color: #4b5563;
  font-size: large;
  text-decoration: none;
}
.menu-toggle {
  border: none;
  outline: none;
}
.main {
  width: 80%;
  margin: 0 auto;
}

/* Hero — two-column layout (left text / right form), pattern from the free-trial page */
.width-col {
  flex: 1;
  width: 50%;
}
.free-trial-main {
  padding: 8rem 3rem 2rem 3rem;
  display: flex;
  margin: 0 auto;
  background: linear-gradient(
    to top left,
    #56bdac 0%,
    #8dd2fd 25%,
    #ffffff 50%,
    #ffffff 100%
  );
}
.left-content {
  display: flex;
  gap: 1.5rem;
  flex-direction: column;
  justify-content: center;
}
.hero-subheading-container {
  display: flex;
  gap: 1rem;
  padding: 0.375rem 1.5rem;
  background: #e2f9f5;
  border-radius: 0.5625rem;
  width: fit-content;
}
.hero-subheading {
  color: #0fa48b;
  font-size: 0.8664rem;
  font-style: normal;
  font-weight: 500;
  text-transform: capitalize;
}
.main-heading-subpart {
  color: #168a76;
}
.hero-btn-parent {
  display: flex;
  gap: 1rem;
  align-items: center;
  /* justify-content: center; */
}
.hero-btn-parent > a {
  text-decoration: none;
  padding: 0.5rem 1rem;
  border-radius: 0.75rem;
}

.trial-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  background: #059669;
  color: #fff;
}
.main-heading {
  font-size: 2.625rem;
  line-height: normal;
  color: #000;
  font-weight: 600;
  text-transform: capitalize;
}
.section-description {
  color: #555;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
}

ul > li > p {
  color: #000;
  font-size: 0.8175rem;
  font-style: normal;
  font-weight: 400;
}
/* CTA buttons — copied from the free-trial page */
.cta-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.cta-btns > a {
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500 !important;
  border-radius: 0.313rem;
  padding: 0.5rem 2rem;
}
.demo-btn {
  border-radius: 0.4375rem;
  border: 0.0625rem solid #c2c2c2;
  background: #fff;
  color: #4b5563;
  font-weight: 500;
}
.see-pricing-btn {
  color: #26baa1;
  border: 0.0625rem solid #26baa1;
}
.book-demo-btn {
  color: #ffffff;
  background: #26baa1;
}

/* Planning features list — copied from the free-trial page */
.planning-features-list {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.planning-features-list li {
  display: flex;
  list-style: none;
  gap: 0.5rem;
  align-items: center;
}

/* Hero form column + soft glow backdrop — copied from the free-trial page */
.right-content {
  position: relative;
}

.right-content > img {
  width: 100%;
  height: 100%;
  display: block;
}
.hero-btn-parent {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  /* justify-content: center; */
}

/* HubSpot signup form — hero right column */
#kendis-hubspot-form {
  background: #fff;
  width: 80%;
  margin: 0 auto;
  border-radius: 1rem;
  padding: 2rem;
}
.loc-up-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.localization-title {
  color: #168a76;
  font-family: Poppins;
  font-size: 1.25rem;
  font-weight: 400;
}
.localization-heading {
  color: #000;
  font-family: Poppins;
  font-size: 2.5rem !important;
  font-weight: 500;
  line-height: normal;
}

.localization-heading-subpart {
  color: #168a76;
  font-family: Poppins;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: normal;
}
.localization-para {
  color: #797979;
  font-family: Poppins;
  font-size: 1.125rem;
  font-weight: 500;
}

/* Why-localization section wrapper + cards — copied from the org-views
   "All The Views Your Organization Needs" section (no learn-more button) */
.why-localization-section {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin: 0 auto;
  padding: 5rem 0;
  margin: 0;
  padding-inline: 3rem;
}
.all-views-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  row-gap: 1.5rem;
  align-items: stretch;
}
.card {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  border-radius: 0.75rem;
  padding: 1rem;
  border: 0.0625rem solid #e5e5e5;
  box-shadow: #0000000a;
  height: 100%;
  justify-content: space-between;
}
.card:hover {
  border: 0.0625rem solid #26baa1;
}
.card-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex: 1;
}
.card > #card-image {
  width: 3.75rem;
  height: 3.75rem;
}
.all-view-heading {
  font-weight: 600;
  font-size: 1.188rem;
  line-height: normal;
}
.all-view-para {
  color: #8b8b8b;
  font-weight: 400;
  font-size: 1rem;
}
.available-languages-section {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  background: #f2f5f8;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.available-languages-section::after {
  content: "";
  position: absolute;
  top: 0;
  right: -3%;
  background-image: url("/wp-content/uploads/languages/World Dotted Particles 1.svg");
  background-repeat: no-repeat;
  width: 50%;
  height: 100%;
  z-index: 1;
}

.avail-lang-heading {
  color: #000;
  font-weight: 500;
}
.loc-link {
  color: #1a927e;
  font-family: Poppins;
  font-size: 22px;
  font-weight: 400;
  text-decoration: underline #1a927e;
  text-underline-offset: 0.8rem;
}
.loc-link:hover {
  text-decoration: underline #1a927e;
}
.flags {
  display: flex;
  gap: 1rem;
  width: 60%;
  justify-content: space-between;
}
.everything-localised-section {
  background:  #061F30;;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  padding-block: 6.25rem;
}
.everything-heading {
  color: #fff;
}
.everything-heading-subpart {
  color: #52fde0;
}
.everything-para {
  color: #fff;
}
.every-upper-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
/* no-decision-content section */
.no-decision-section {
  display: flex;
  gap: 2rem;
}
.no-decision-content {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 2rem;
}
.no-decision-content-heading {
  color: #fff;
  font-family: Poppins;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 500;
}
.no-decision-content-para,
ul li {
  color: #fff;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.no-decision-content-list li {
  margin-inline: 2rem;
}
.no-decision-image > img {
  width: 100%;
  height: 100%;
}
/* Premium Cloud card — replaces the right-side image */
.no-decision-image {
  display: flex;
  align-items: center;
  justify-content: center;
}
.premium-card {
  width: 100%;
   display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 2rem;
  border-radius: 1.25rem;
  background: #fff;
  box-shadow: 0 1.25rem 3.75rem rgba(0, 0, 0, 0.18);
}
.premium-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.25rem;
  border: 0.0625rem solid #1a927e;
  border-radius: 0.625rem;
  background: #fbfefd;
}
.premium-card-head-text {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.premium-card-title {
  color: #222;
  font-family: Poppins;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
}
.premium-card-sub {
  color: #555;
  font-family: Poppins;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.2;
}
.premium-card-price {
  color: #1a927e;
  font-family: Poppins;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.2;
}
.premium-card-body {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding: 1.75rem 1.5rem;
  border: 0.0625rem solid #52d5c0;
  border-radius: 0.75rem;
  background: #fbfbfb;
}
.premium-card-body-heading {
  color: #222;
  font-family: Poppins;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.2;
}
.premium-card .premium-card-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin: 0;
  padding: 0;
}
.premium-card .premium-card-list li {
  position: relative;
  margin: 0;
  padding-left: 1.875rem;
  color: #000;
  font-family: Poppins;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
}
.premium-card .premium-card-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.1875rem;
  width: 0.875rem;
  height: 0.875rem;
  background-image: url("/wp-content/uploads/languages/tick-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.premium-card-btn {
  display: block;
  text-align: center;
  border-radius: 0.5rem;
  background: #1a927e;
  color: #fff;
  font-family: Poppins;
  font-size: 1rem;
  font-weight: 400;
  padding: 0.875rem 1.5rem;
  margin-inline: 0.5rem;
}
.premium-card-btn:hover {
  background: #157a69;
  color: #fff;
}
.learn-more-btn {
  border-radius: 5px;
  background: #fff;
  color: #222;
  font-size: 1rem;
  font-weight: 400;
  width: fit-content;
  padding: 0.5rem 1.5rem;
  margin-top: 1rem;
}

/* Happy clients section — copied from the inspect-and-adapt page (flex row) */
.clients-heading {
  color: #222;
  font-family: Poppins;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}
.client-section {
  padding: 2rem 0;
  display: flex;
  margin-inline: 3rem;
  gap: 2rem;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 0.0625rem solid #9b9b9b;
}
.clients-logos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: fit-content;
  position: relative;
  padding-left: 3rem;
  flex-grow: 1;
  gap: 2.5rem;
}

/* Certifications strip — copied from the okr-and-strategic-themes page */
.ai-pow-obj-para {
  text-align: center;
}
.goal-para {
  color: #333;
  font-family: Poppins;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
}
.certificate-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 2rem;
}
.certificate-section > p {
  font-weight: 500;
}
.certificate-container {
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: center;
  padding: 2rem 3.125rem;
  width: fit-content;
}
.lang-faqs{
  padding-top: 0;
}
/* Tablets / small laptops — 1024px */
@media (max-width: 64rem) {
  .free-trial-main,
  .no-decision-section {
    flex-direction: column;
    gap: 2rem;
    padding: 3rem 2rem;
  }
  .main-heading {
    font-size: 2rem;
  }
  .width-col {
    flex: 1;
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  .cta-btns {
    align-items: center;
    justify-content: center;
  }
  br {
    display: none !important;
  }
  .all-views-content {
    grid-template-columns: repeat(2, 1fr);
  }
  .localization-heading,
  .localization-heading-subpart {
    font-size: 2rem !important;
  }

  .no-decision-content-heading {
    font-size: 2rem;
  }
  .localization-title {
    font-size: 1.125rem;
  }
  .localization-para {
    font-size: 1rem;
  }
}
/* Tablets — 768px */
@media (max-width: 48rem) {
  .left-content {
    text-align: center;
  }
  .planning-features-list {
    align-items: center;
    justify-content: center;
  }
  .all-views-content {
    grid-template-columns: repeat(1, 1fr);
  }
  .localization-heading,
  .localization-heading-subpart {
    font-size: 1.75rem !important;
  }
  .localization-title {
    font-size: 1.0625rem;
  }
  .localization-para {
    font-size: 0.9375rem;
  }
  .flags {
    flex-wrap: wrap;
    width: 100%;
  }
  .loc-link {
    font-size: 1.125rem;
  }
  br {
    display: none;
  }
  .client-section {
    flex-direction: column;
  }
  .clients-logos {
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
    padding-left: 0;
  }
  .no-decision-content-heading {
    font-size: 1.75rem;
  }
}
/* Mobiles — 425px */
@media (max-width: 26.5625rem) {
  .free-trial-main {
    padding: 1rem;
  }
  .main-heading {
    font-size: 1.625rem;
  }
  .why-localization-section {
    padding: 3rem 1rem;
  }
  .localization-heading,
  .localization-heading-subpart {
    font-size: 1.5rem !important;
  }
  .localization-title {
    font-size: 1rem;
  }
  .localization-para {
    font-size: 0.875rem;
  }
  .hero-subheading-container {
    align-items: start;
  }
  .hero-subheading-container > img {
    margin-top: 0.3125rem;
  }
  .available-languages-section::after {
    top: 0%;
    right: -1%;
    width: 100%;
    height: 100%;
  }
  .loc-link {
    font-size: 1rem;
  }
  .client-section {
    padding: 1rem;
  }
  .certificate-container {
    flex-direction: column;
  }
  .no-decision-section {
    padding: 3rem 0;
  }
  .no-decision-content-heading {
    font-size: 1.5rem;
  }
  .premium-card {
    padding: 1.25rem;
    gap: 1.25rem;
  }
  .premium-card-body {
    padding: 1.25rem 1rem;
  }
  .premium-card-title {
    font-size: 1.25rem;
  }
  .premium-card-price {
    font-size: 1.5rem;
  }
  .premium-card-body-heading {
    font-size: 1.125rem;
  }
  .premium-card-btn {
    margin-inline: 0;
  }
}
