@charset "UTF-8";
.single-post-comments {
  display: none !important;
}

.blog-container {
  max-width: 1340px;
  margin: 0 auto;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 768px) {
  .blog-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.blog-content-wrap a b, .blog-content-wrap a strong {
  font-weight: 600;
}
.blog-content-wrap b, .blog-content-wrap strong {
  font-weight: 700;
}
.blog-content-wrap .rank-math-list {
  background: #FFF4D9;
  padding: 30px;
  border-radius: 30px;
  margin-bottom: 40px;
}
.blog-content-wrap .rank-math-list .rank-math-question {
  font-size: 28px;
}

.blog-heading-2 {
  color: #000 !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 24px !important;
  font-style: normal;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  margin-top: 0;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .blog-heading-2 {
    font-size: 20px !important;
    margin-bottom: 20px;
  }
}

.wpml-ls-item img {
  width: 24px;
}

.wpml-ls-item span:first-of-type {
  padding-left: 6px;
}

.wpml-ls-item .wpml-ls-bracket {
  font-size: 14px;
}

.wpml-ls-item a.elementor-sub-item:hover,
.wpml-ls-item a.elementor-sub-item {
  margin-left: 0;
  margin-right: 0;
  border: 0;
  width: max-content;
}

.wpml-ls-item ul.sub-menu {
  padding: 10px 0;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.blog-breadcrumb {
  width: 100%;
  background: #009DFF;
  color: #363636;
  text-align: left;
}
.blog-breadcrumb .blog-breadcrumb-block {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  height: 70px;
  font-size: 15px;
}
@media (max-width: 768px) {
  .blog-breadcrumb .blog-breadcrumb-block {
    font-size: 11px;
    gap: 5px;
  }
}
.blog-breadcrumb .blog-breadcrumb-block a {
  color: #fff;
  font-weight: 400;
}
@media (max-width: 768px) {
  .blog-breadcrumb .blog-breadcrumb-block a {
    font-size: 11px;
  }
}
.blog-breadcrumb .blog-breadcrumb-block .bc-title {
  color: #fff;
}
.blog-breadcrumb .blog-breadcrumb-block .bc-title .bc-title-mobile {
  display: none;
}
.blog-breadcrumb .blog-breadcrumb-block .bc-title .bc-title-desktop {
  display: inline;
}
@media (max-width: 768px) {
  .blog-breadcrumb .blog-breadcrumb-block .bc-title .bc-title-mobile {
    display: inline;
  }
  .blog-breadcrumb .blog-breadcrumb-block .bc-title .bc-title-desktop {
    display: none;
  }
}

.blog-hero-section {
  background-color: #009DFF;
  padding-bottom: 80px;
  padding-top: 50px;
}
@media (max-width: 768px) {
  .blog-hero-section {
    padding-bottom: 35px;
    padding-top: 35px;
  }
}
.blog-hero-section .blog-hero-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}
@media (max-width: 768px) {
  .blog-hero-section .blog-hero-row {
    flex-direction: column;
  }
}
.blog-hero-section .blog-hero-row .blog-hero-left {
  width: 100%;
  text-align: left;
}
@media (max-width: 768px) {
  .blog-hero-section .blog-hero-row .blog-hero-left {
    width: 100%;
    text-align: left;
  }
}
.blog-hero-section .blog-hero-row .blog-hero-left h1 {
  margin-bottom: 20px;
  max-width: 1000px;
  color: #fff;
}
@media (max-width: 768px) {
  .blog-hero-section .blog-hero-row .blog-hero-left h1 {
    line-height: 1.2;
    margin-bottom: 20px;
    font-size: 30px;
  }
}
.blog-hero-section .blog-hero-row .blog-hero-left p {
  color: #fff;
  margin-bottom: 30px;
  max-width: 1000px;
}
.blog-hero-section .blog-hero-row .blog-hero-left .cta-btn-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}
.blog-hero-section .blog-hero-row .blog-hero-left .blog-btn {
  display: flex;
  gap: 25px;
  margin-top: 15px;
  margin-bottom: 40px;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 768px) {
  .blog-hero-section .blog-hero-row .blog-hero-left .blog-btn {
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .blog-hero-section .blog-hero-row .blog-hero-left .blog-btn #lscBtnStartLearning {
    padding: 6px 24px;
  }
}
.blog-hero-section .blog-hero-row .blog-hero-left .blog-btn .btn-apps {
  display: flex;
  gap: 20px;
}
.blog-hero-section .blog-hero-row .blog-hero-left .blog-btn .btn-apps .desktop-icon {
  display: inline;
}
.blog-hero-section .blog-hero-row .blog-hero-left .blog-btn .btn-apps .mobile-icon {
  display: none;
}
@media (max-width: 768px) {
  .blog-hero-section .blog-hero-row .blog-hero-left .blog-btn .btn-apps {
    gap: 15px;
  }
  .blog-hero-section .blog-hero-row .blog-hero-left .blog-btn .btn-apps .desktop-icon {
    display: none;
  }
  .blog-hero-section .blog-hero-row .blog-hero-left .blog-btn .btn-apps .mobile-icon {
    display: inline;
  }
}
.blog-hero-section .blog-hero-row .blog-hero-left .blog-btn img {
  height: 53px;
  width: auto;
}
@media (max-width: 768px) {
  .blog-hero-section .blog-hero-row .blog-hero-left .blog-btn img {
    height: 40px;
  }
}
.blog-hero-section .blog-hero-row .blog-hero-left .blog-author-info {
  text-decoration: none;
  display: flex;
  gap: 15px;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
}
.blog-hero-section .blog-hero-row .blog-hero-left .blog-author-info img {
  width: 52px;
  height: 52px;
  aspect-ratio: 1/1;
  object-position: center;
  object-fit: cover;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .blog-hero-section .blog-hero-row .blog-hero-left .blog-author-info img {
    width: 40px;
    height: 40px;
  }
}
.blog-hero-section .blog-hero-row .blog-hero-left .blog-author-info p {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  color: #fff;
}
@media (max-width: 768px) {
  .blog-hero-section .blog-hero-row .blog-hero-left .blog-author-info p {
    font-size: 14px;
  }
}
.blog-hero-section .blog-hero-row .blog-hero-left .blog-author-info p a {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}
@media (max-width: 768px) {
  .blog-hero-section .blog-hero-row .blog-hero-left .blog-author-info p a {
    font-size: 15px;
  }
}
.blog-hero-section .blog-hero-row .blog-hero-left .blog-author-info p b {
  font-weight: 600;
  font-size: 18px;
}
@media (max-width: 768px) {
  .blog-hero-section .blog-hero-row .blog-hero-left .blog-author-info p b {
    font-size: 15px;
  }
}
.blog-hero-section .blog-hero-row .blog-hero-right {
  width: 40%;
}
.blog-hero-section .blog-hero-row .blog-hero-right .featured-hero-image img {
  border-radius: 30px;
  aspect-ratio: 4/3;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 768px) {
  .blog-hero-section .blog-hero-row .blog-hero-right {
    width: 100%;
    display: none;
  }
}

.blog-main-row {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 50px;
  margin-top: 60px;
  min-height: 100%;
}
@media (max-width: 768px) {
  .blog-main-row {
    flex-direction: column;
    margin-top: 40px;
    gap: 40px;
  }
}
.blog-main-row .blog-col-left {
  width: calc(100% - 390px);
}
@media (max-width: 768px) {
  .blog-main-row .blog-col-left {
    width: 100%;
  }
}
.blog-main-row .blog-col-left #rank-math-toc {
  display: none;
}
.blog-main-row .blog-col-left #rank-math-toc + .wp-block-spacer,
.blog-main-row .blog-col-left .wp-block-spacer + #rank-math-toc {
  display: none;
}
.blog-main-row .blog-col-left .blog-cta-2 {
  display: flex;
  gap: 25px;
  margin-top: 15px;
  margin-bottom: 40px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .blog-main-row .blog-col-left .blog-cta-2 {
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    gap: 15px;
    justify-content: center;
    margin-bottom: 30px;
  }
}
.blog-main-row .blog-col-left .blog-cta-2 .btn-apps {
  display: flex;
  gap: 20px;
}
.blog-main-row .blog-col-left .blog-cta-2 .btn-apps .desktop-icon {
  display: inline;
  height: 53px;
  width: auto;
}
.blog-main-row .blog-col-left .blog-cta-2 .btn-apps .mobile-icon {
  display: none;
  height: 40px;
  width: auto;
}
@media (max-width: 768px) {
  .blog-main-row .blog-col-left .blog-cta-2 .btn-apps {
    gap: 15px;
  }
  .blog-main-row .blog-col-left .blog-cta-2 .btn-apps .desktop-icon {
    display: none;
  }
  .blog-main-row .blog-col-left .blog-cta-2 .btn-apps .mobile-icon {
    display: inline;
  }
}
.blog-main-row .blog-col-left .blog-content-wrap .responsivevoice-button {
  background: #ff9900;
  border: solid 2px #ff9900;
  color: #fff;
  border-radius: 10px;
  height: 40px;
  min-width: 90px;
  position: relative;
  outline: 2px solid transparent;
  transition: outline 0.4s ease, outline-offset 0.4s ease;
  margin: 3 0;
}
.blog-main-row .blog-col-left .blog-content-wrap .responsivevoice-button:focus {
  outline: 1px solid #f5b14a;
  outline-offset: 3px;
}
.blog-main-row .blog-col-left .blog-content-wrap .responsivevoice-button span {
  display: none;
}
.blog-main-row .blog-col-left .blog-content-wrap .responsivevoice-button:after {
  content: "Play";
  margin-left: 25px;
  font-size: 14px;
}
.blog-main-row .blog-col-left .blog-content-wrap .responsivevoice-button:before {
  content: "";
  border-top: 9px solid #ff9900;
  border-bottom: 9px solid #ff9900;
  border-left: 15px solid #ffffff;
  height: 0;
  position: absolute;
  top: 10px;
}
.blog-main-row .blog-col-left .blog-content-wrap a {
  color: #e58a00;
  font-weight: 600;
}
.blog-main-row .blog-col-left .blog-content-wrap a:hover {
  text-decoration: underline;
}
.blog-main-row .blog-col-left .blog-content-wrap img {
  width: 100%;
  max-width: fit-content;
  margin-top: 0;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .blog-main-row .blog-col-left .blog-content-wrap img {
    width: 100% !important;
  }
}
.blog-main-row .blog-col-left .blog-cta-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 40px;
}
.blog-main-row .blog-col-right {
  width: 390px;
  overflow: visible;
  display: block;
}
@media (max-width: 768px) {
  .blog-main-row .blog-col-right {
    width: 100%;
  }
}
.blog-main-row .blog-col-right .blog-category-wrap {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .blog-main-row .blog-col-right .blog-category-wrap {
    margin-bottom: 10px;
  }
}
.blog-main-row .blog-col-right .blog-category-wrap .post-category {
  color: #3D505C;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 30px;
  background: #F0F3F5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 10px;
  text-transform: capitalize;
  transition: all 0.3s ease;
  gap: 7px;
}
.blog-main-row .blog-col-right .blog-category-wrap .post-category:hover {
  background: #e0e1e1;
}
.blog-main-row .blog-col-right .blog-category-wrap .post-category.hidden-category {
  display: none;
}
.blog-main-row .blog-col-right .blog-category-wrap .post-category .category-flag {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
}
.blog-main-row .blog-col-right .blog-category-wrap .post-category .category-count {
  color: #5C788A;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  line-height: 1.35;
  font-size: 12px;
}
.blog-main-row .blog-col-right .show-toggle-categories {
  display: inline-flex;
  width: auto;
  padding: 10px 15px;
  margin-top: 20px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
  line-height: 1.35;
  font-size: 16px;
  color: #5C788A;
  cursor: pointer;
  border-radius: 12px;
  border: 2px solid #E0E7EB;
  margin-bottom: 50px;
}
.blog-main-row .blog-col-right .blog-category-cta {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .blog-main-row .blog-col-right .blog-category-cta {
    display: none;
  }
}
.blog-main-row .blog-col-right .blog-category-cta img {
  width: 100%;
  border-radius: 15px;
}
.blog-main-row .blog-col-right .blog-share .custom-share-icons {
  margin-top: 20px;
  display: flex;
  gap: 12px;
}
.blog-main-row .blog-col-right .blog-share .custom-share-icons a {
  text-decoration: none;
  font-size: 20px;
  color: #555;
  transition: color 0.3s ease;
}
.blog-main-row .blog-col-right .blog-share .custom-share-icons a i {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 15px;
  background-color: #5C788A;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.blog-main-row .blog-col-right .blog-share .custom-share-icons a i:hover {
  opacity: 0.8;
}
.blog-main-row .blog-col-right .blog-share .custom-share-icons a i {
  color: #fff;
}
.blog-main-row .blog-col-right .blog-share .custom-share-icons a.facebook i {
  background-color: #5C788A;
}
.blog-main-row .blog-col-right .blog-share .custom-share-icons a.linkedin i {
  background-color: #5C788A;
}
.blog-main-row .blog-col-right .blog-share .custom-share-icons a.twitter i {
  background-color: #5C788A;
}
.blog-main-row .blog-col-right .blog-share .custom-share-icons a.instagram i {
  background-color: #5C788A;
}

.toc-wrap {
  margin-bottom: 50px;
  position: sticky;
  top: 80px;
  z-index: 99;
  background: #fff;
  border: 1px solid #E0E7EB;
  border-radius: 16px;
}
.toc-wrap.mobile {
  display: none;
}
@media (max-width: 768px) {
  .toc-wrap.mobile {
    display: block;
  }
}
.toc-wrap.desktop {
  display: block;
}
@media (max-width: 768px) {
  .toc-wrap.desktop {
    display: none;
  }
}
@media (max-width: 768px) {
  .toc-wrap {
    top: 85px;
    margin-bottom: 30px;
  }
}
.toc-wrap .toc_toggle {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  border-radius: 15px;
  display: flex;
  padding: 15px 20px;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
}
.toc-wrap .toc_toggle .toc-icon {
  display: inline-flex;
  width: 16px;
  height: 16px;
  align-items: center;
  background-image: url(https://ling-app.com/wp-content/themes/hello-elementor-child/assets/img/ic-plus.svg);
  transition: all 0.3s ease;
}
.toc-wrap .toc_toggle.active .toc-icon {
  background-image: url(https://ling-app.com/wp-content/themes/hello-elementor-child/assets/img/ic-indeterminate.svg);
}
.toc-wrap .original-toc {
  border-radius: 15px;
  padding: 15px;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4;
  display: none;
  transition: all 0.3s ease;
  overflow-y: auto;
  max-height: calc(100vh - 160px);
  /* Firefox */
  scrollbar-width: thin;
  scrollbar-color: #f90 #f1f1f1;
  /* Chrome, Edge, Safari */
}
.toc-wrap .original-toc::-webkit-scrollbar {
  width: 1px;
  height: 1px;
}
.toc-wrap .original-toc::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.toc-wrap .original-toc::-webkit-scrollbar-thumb {
  background: #f90;
  border-radius: 10px;
}
.toc-wrap .original-toc::-webkit-scrollbar-thumb:hover {
  background: #f90;
}
@media (max-width: 768px) {
  .toc-wrap .original-toc {
    max-height: auto;
  }
}
.toc-wrap .original-toc.active {
  display: block;
}
.toc-wrap .original-toc ul {
  padding: 0 20px;
}
.toc-wrap .original-toc ul li {
  margin-bottom: 10px;
}
.toc-wrap .original-toc ul li a[href="#table-of-contents"] {
  display: none !important;
}
@media (max-width: 768px) {
  .toc-wrap .original-toc ul li {
    margin-bottom: 5px;
  }
}
.toc-wrap .original-toc ul li a {
  font-size: 14px;
}
@media (max-width: 768px) {
  .toc-wrap .original-toc ul li a {
    font-size: 12px;
  }
}
.toc-wrap .original-toc ul li a:hover {
  font-size: 14px;
  color: #ff9900;
}
@media (max-width: 768px) {
  .toc-wrap .original-toc ul li a:hover {
    font-size: 12px;
  }
}
.toc-wrap .original-toc h2 {
  font-size: 14px;
  margin-bottom: 10px;
}
.toc-wrap .original-toc h3 {
  font-size: 12px;
}

.related-posts {
  margin-top: 75px;
  margin-bottom: 0px;
}
.related-posts .related-post-card .related-post-category {
  color: #3D505C;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 15px;
  background: var(--surface-dim-idle, rgba(61, 80, 92, 0.08));
  display: inline-flex;
  padding: 5px 15px;
  margin-bottom: 5px;
}
.related-posts .related-post-card .wp-post-image {
  aspect-ratio: 16/9;
  border-radius: 15px;
  margin-bottom: 20px;
  border: solid 1px #f1f1f1;
}
.related-posts .related-post-card .related-post-title {
  margin-top: 0;
  margin-bottom: 20px;
}
.related-posts .related-post-card .related-post-title a {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 768px) {
  .related-posts .related-post-card .related-post-title a {
    font-size: 20px;
  }
}
.related-posts .related-post-card .related-post-meta .related-post-author {
  color: #F90;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.related-posts .related-post-card .related-post-meta .related-post-date {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.related-posts .owl-nav {
  text-align: right;
  margin-top: 10px;
}
.related-posts .owl-nav button {
  background: #0073aa;
  color: #fff;
  border: none;
  padding: 5px 10px;
  margin: 0 5px;
  cursor: pointer;
  border-radius: 4px;
}
.related-posts .owl-nav button:hover {
  background: #005f8d;
}
.related-posts .owl-dots {
  text-align: center;
  margin-top: 15px;
}
.related-posts .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background: #ccc;
  display: inline-block;
  margin: 0 5px;
  border-radius: 50%;
}
.related-posts .owl-dots .owl-dot.active {
  background: #ff9900;
}

.blog-author-widget {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 15px;
  background: #DAF0FD;
  padding: 40px;
  margin-top: 50px;
  gap: 30px;
}
@media (max-width: 768px) {
  .blog-author-widget {
    padding: 20px;
    margin-top: 40px;
    gap: 20px;
  }
}
.blog-author-widget .author-avatar {
  width: 115px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .blog-author-widget .author-avatar {
    width: 70px;
  }
}
.blog-author-widget .author-avatar img {
  aspect-ratio: 1/1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.blog-author-widget .author-text {
  width: calc(100% - 115px);
}
@media (max-width: 768px) {
  .blog-author-widget .author-text {
    width: calc(100% - 70px);
  }
}
.blog-author-widget .author-text .author-name {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .blog-author-widget .author-text .author-name {
    font-size: 18px;
  }
}
.blog-author-widget .author-text .author-name a {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .blog-author-widget .author-text .author-name a {
    font-size: 18px;
  }
}
.blog-author-widget .author-text .author-position {
  color: #ff9900;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .blog-author-widget .author-text .author-position {
    font-size: 16px;
  }
}
.blog-author-widget .author-text .author-about {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 15px;
}

.rank-math-block .rank-math-list .rank-math-list-item {
  margin-bottom: 30px;
}
.rank-math-block .rank-math-list .rank-math-list-item:last-child {
  margin-bottom: 0px;
}

.blog-cta-carousel {
  margin-top: 40px;
  margin-bottom: 20px;
}
.blog-cta-carousel .owl-item {
  opacity: 0;
  text-align: center;
}
.blog-cta-carousel .owl-item.active {
  opacity: 1;
}
.blog-cta-carousel .owl-item picture {
  text-align: center;
}
.blog-cta-carousel .owl-item picture img {
  border-radius: 15px;
  margin: auto;
  margin-bottom: 0;
}

.blog-category-cta img {
  border-radius: 15px !important;
}

.blog-footer-cta {
  background: linear-gradient(184deg, var(--surface-secondary-onsurface-action, #009DFF) -6.52%, #EAF3FC 68.23%);
  position: relative;
}
.blog-footer-cta:before {
  content: "";
  clip-path: ellipse(70% 100% at 50% 0%);
  display: block;
  width: 100%;
  height: 140px;
  background: #fff;
  pointer-events: none;
}
@media (max-width: 768px) {
  .blog-footer-cta:before {
    clip-path: ellipse(85% 100% at 50% 0%);
  }
}
.blog-footer-cta .bfcta-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 50px;
  padding-bottom: 120px;
  padding-top: 150px;
}
@media (max-width: 768px) {
  .blog-footer-cta .bfcta-inner {
    padding: 50px 30px;
  }
}
.blog-footer-cta .bfcta-inner .btn-apps {
  display: flex;
  gap: 20px;
}
.blog-footer-cta .bfcta-inner .btn-apps img {
  height: 53px;
  width: auto;
}
@media (max-width: 768px) {
  .blog-footer-cta .bfcta-inner .btn-apps img {
    height: 40px;
  }
}
.blog-footer-cta .bfcta-inner .btn-apps .desktop-icon {
  display: inline;
}
.blog-footer-cta .bfcta-inner .btn-apps .mobile-icon {
  display: none;
}
@media (max-width: 768px) {
  .blog-footer-cta .bfcta-inner .btn-apps {
    gap: 15px;
  }
  .blog-footer-cta .bfcta-inner .btn-apps .desktop-icon {
    display: none;
  }
  .blog-footer-cta .bfcta-inner .btn-apps .mobile-icon {
    display: inline;
  }
}

.blog-list-hero {
  padding-top: 64px;
  padding-bottom: 64px;
}
@media (max-width: 768px) {
  .blog-list-hero {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.blog-list-hero .layout-container {
  display: flex;
  align-items: stretch;
}
@media (max-width: 768px) {
  .blog-list-hero .layout-container {
    flex-direction: column-reverse;
    gap: 30px;
    align-items: center;
    justify-content: center;
  }
}
.blog-list-hero .blog-list-hero-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .blog-list-hero .blog-list-hero-content {
    align-items: center;
    text-align: center;
  }
}
.blog-list-hero .blog-list-hero-content .blog-list-app-icons {
  display: flex;
  gap: 40px;
  margin-bottom: 40px;
  margin-top: 20px;
  margin-left: -10px;
}
.blog-list-hero .blog-list-hero-image {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 15px;
}
@media (max-width: 768px) {
  .blog-list-hero .blog-list-hero-image {
    padding-right: 0;
    display: none;
  }
}
.blog-list-hero .blog-list-hero-image img {
  max-width: 100%;
  height: auto;
  display: block;
}

.blog-list-posts {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .blog-list-posts {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.blog-list-posts .layout-container {
  display: flex;
  gap: 60px;
}
@media (max-width: 768px) {
  .blog-list-posts .layout-container {
    flex-direction: column;
  }
}
.blog-list-posts .layout-container .border-heading {
  border-bottom: 1px solid #E0E7EB;
  padding-bottom: 25px;
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .blog-list-posts .layout-container .border-heading {
    text-align: center;
  }
}
.blog-list-posts .layout-container .blog-hero-left {
  width: 100%;
  text-align: left;
}
@media (max-width: 768px) {
  .blog-list-posts .layout-container .blog-hero-left {
    width: 100%;
    text-align: left;
  }
}
.blog-list-posts .layout-container .blog-col-left {
  width: calc(100% - 350px);
}
@media (max-width: 768px) {
  .blog-list-posts .layout-container .blog-col-left {
    width: 100%;
  }
}
.blog-list-posts .layout-container .blog-col-right {
  width: 350px;
  overflow: visible;
  display: block;
}
@media (max-width: 768px) {
  .blog-list-posts .layout-container .blog-col-right {
    width: 100%;
  }
}
.blog-list-posts .layout-container .blog-col-right .blog-category-wrap {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .blog-list-posts .layout-container .blog-col-right .blog-category-wrap {
    margin-bottom: 10px;
  }
}
.blog-list-posts .layout-container .blog-col-right .blog-category-wrap .post-category {
  color: #3D505C;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 30px;
  background: #F0F3F5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 10px;
  text-transform: capitalize;
  transition: all 0.3s ease;
  gap: 7px;
}
.blog-list-posts .layout-container .blog-col-right .blog-category-wrap .post-category:hover {
  background: #e0e1e1;
}
.blog-list-posts .layout-container .blog-col-right .blog-category-wrap .post-category.hidden-category {
  display: none;
}
.blog-list-posts .layout-container .blog-col-right .blog-category-wrap .post-category .category-flag {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
}
.blog-list-posts .layout-container .blog-col-right .blog-category-wrap .post-category .category-count {
  color: #5C788A;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  line-height: 1.35;
  font-size: 12px;
}
.blog-list-posts .layout-container .blog-col-right .show-toggle-categories {
  display: inline-flex;
  width: auto;
  padding: 10px 15px;
  margin-top: 20px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
  line-height: 1.35;
  font-size: 16px;
  color: #5C788A;
  cursor: pointer;
  border-radius: 12px;
  border: 2px solid #E0E7EB;
  margin-bottom: 50px;
}
.blog-list-posts .layout-container .blog-col-right .blog-category-cta {
  margin-bottom: 50px;
}
.blog-list-posts .layout-container .blog-col-right .blog-category-cta img {
  width: 100%;
  border-radius: 15px;
}

.blog-list-post {
  display: flex;
  gap: 25px;
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .blog-list-post {
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center;
  }
}
.blog-list-post .blog-list-thumb {
  flex: 0 0 320px;
  position: relative;
}
@media (max-width: 768px) {
  .blog-list-post .blog-list-thumb {
    flex: 0;
  }
}
.blog-list-post .blog-list-thumb img {
  width: 100%;
  border-radius: 8px;
  display: block;
  aspect-ratio: 768/403;
  object-fit: cover;
  height: auto;
}
@media (max-width: 768px) {
  .blog-list-post .blog-list-thumb img {
    aspect-ratio: 768/403;
  }
}
.blog-list-post .blog-list-thumb .blog-list-overlay {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: #ff9800;
  color: #fff;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 4px;
  font-weight: 600;
  display: none;
}
.blog-list-post .blog-list-content {
  flex: 1;
}
.blog-list-post .blog-list-content .blog-list-title, .blog-list-post .blog-list-content .blog-list-title a {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 8px;
  font-family: "Poppins", sans-serif;
  color: #3D505C;
  line-height: 1.6;
}
.blog-list-post .blog-list-content .blog-list-excerpt {
  font-size: 16px;
  color: #5C788A;
  margin-bottom: 15px;
}
.blog-list-post .blog-list-content .blog-list-date {
  font-size: 13px;
  color: #5C788A;
  font-weight: 400;
}

#blog-list-loadmore {
  display: block;
  margin: 20px auto;
  padding: 10px 18px;
  background: #ff9800;
  color: #fff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 600;
  outline: none;
}
#blog-list-loadmore:hover {
  background: #e68900;
}

.blog-search {
  margin-bottom: 40px;
}
.blog-search .search-form {
  position: relative;
  width: 100%;
  max-width: 350px;
}
.blog-search .search-form label {
  width: 100%;
}
.blog-search .search-form .search-field {
  width: 100%;
  padding: 10px 40px 10px 36px;
  border: 1px solid #e5e7eb;
  border-radius: 9999px;
  font-size: 14px;
  color: #374151;
  outline: none;
  transition: border-color 0.2s ease;
}
.blog-search .search-form .search-field::placeholder {
  color: #9ca3af;
}
.blog-search .search-form .search-field:focus {
  border-color: #000;
}
.blog-search .search-form .search-submit {
  display: none;
}
.blog-search .search-form::before {
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: #6b7280;
  pointer-events: none;
}

#blog-list-wrapper .pagination .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
#blog-list-wrapper .pagination .nav-links span, #blog-list-wrapper .pagination .nav-links a {
  display: inline-flex;
  min-width: 30px;
  border: solid 1px #d4d4d4;
  border-radius: 5px;
  color: #494949;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding: 10px 10px;
  font-size: 14px;
}
#blog-list-wrapper .pagination .nav-links span.current, #blog-list-wrapper .pagination .nav-links a.current {
  border: solid 1px #ff9000;
  color: #fff;
}

.ling-quiz-plugin {
  max-width: 100% !important;
}
.ling-quiz-plugin .ays-questions-container .ays-fs-title {
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 8px;
  font-family: "Poppins", sans-serif;
  color: #3D505C;
  line-height: 1.6;
  text-transform: capitalize !important;
}
.ling-quiz-plugin .ays-questions-container .ays-fs-subtitle h5 {
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 8px;
  font-family: "Noto Sans", sans-serif;
  color: #3D505C;
  line-height: 1.6;
}
.ling-quiz-plugin .ays-questions-container input[type=button], .ling-quiz-plugin .ays-questions-container input[type=submit] {
  font-size: 16px !important;
  font-weight: 700 !important;
  font-style: normal;
  font-family: "Noto Sans", sans-serif !important;
  text-decoration: none !important;
}
.ling-quiz-plugin .ays-questions-container .ays_quiz_question p {
  font-size: 20px !important;
  margin-bottom: 30px !important;
  color: #000 !important;
}
.ling-quiz-plugin .ays-questions-container .ays-question-counter {
  margin-top: 13px !important;
  background: #5c778a;
  padding: 5px 10px;
  border-radius: 7px;
  color: #fff !important;
}
.ling-quiz-plugin .ays-questions-container .ays-field {
  border-radius: 10px !important;
}
.ling-quiz-plugin .ays-questions-container .ays-progress .ays-progress-value {
  display: none !important;
}
.ling-quiz-plugin .ays-questions-container .ays_score {
  font-size: 18px !important;
}
@media (max-width: 768px) {
  .ling-quiz-plugin .ays-questions-container .ays_score_message {
    margin-top: 30px;
  }
}
.ling-quiz-plugin .ays-questions-container .ays_score_message a#lscBtnStartLearning {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .ling-quiz-plugin .ays-questions-container .ays_score_message a#lscBtnStartLearning {
    margin-top: 20px;
  }
}
.ling-quiz-plugin .ays-questions-container .ays_score_message h5 {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .ling-quiz-plugin .ays-questions-container .ays_score_message h5 {
    margin-top: 20px;
  }
}
.ling-quiz-plugin .ays-questions-container .ays_score_message p {
  font-size: 18px !important;
  margin-bottom: 15px !important;
  font-weight: 400 !important;
  color: #000 !important;
  font-family: "Noto Sans", sans-serif !important;
}
.ling-quiz-plugin .ays-questions-container .ays_score_message p span {
  font-size: 16px !important;
  font-weight: 600 !important;
}
@media (max-width: 768px) {
  .ling-quiz-plugin .ays-questions-container .ays_score_message p span {
    font-size: 14px !important;
  }
}
@media (max-width: 768px) {
  .ling-quiz-plugin .ays-questions-container .ays_score_message p {
    font-size: 16px !important;
  }
}

.audio-cta-banner {
  background: #009DFF;
  border-radius: 20px;
  padding: 50px 50px;
  margin: 30px 0;
  text-align: center;
  color: #ffffff;
}
@media (max-width: 768px) {
  .audio-cta-banner {
    padding: 20px 30px;
  }
}
.audio-cta-banner .acta-heading {
  font-size: 36px;
  line-height: 1.25;
  font-weight: 700;
  color: #fff !important;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .audio-cta-banner .acta-heading {
    font-size: 32px;
  }
}
.audio-cta-banner .ling-btn-default {
  text-decoration: none;
}
.audio-cta-banner .ling-btn-default:hover {
  text-decoration: none !important;
}
.audio-cta-banner p {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  line-height: 1.35;
  font-family: "Noto Sans", sans-serif;
  margin-bottom: 30px;
}
.audio-cta-banner .audio-items {
  max-width: 560px;
  margin: 0 auto 32px;
}
.audio-cta-banner .audio-items .audio-item {
  background: #ffffff;
  border-radius: 16px;
  padding: 12px 25px;
  border: 2px solid #E0E7EB;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  color: #000;
  position: relative;
}
.audio-cta-banner .audio-items .audio-item.is-playing button {
  position: relative;
  border: 2px solid #FF9900;
}
.audio-cta-banner .audio-items .audio-item.is-playing button::after {
  content: "";
  position: absolute;
  inset: 0px;
  border-radius: 12px;
  border: 2px solid rgb(255, 153, 0);
  animation: wave 1.2s infinite ease-out;
}
.audio-cta-banner .audio-items .audio-item .audio-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
.audio-cta-banner .audio-items .audio-item .audio-text strong {
  font-size: 23px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  color: var(--e-global-color-primary);
  line-height: 1.25;
}
.audio-cta-banner .audio-items .audio-item .audio-text .transcription {
  font-size: 16px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  color: #5C788A;
  line-height: 1.25;
}
.audio-cta-banner .audio-items .audio-item .audio-text .translation {
  font-size: 16px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  color: #5C788A;
  line-height: 1.25;
}
.audio-cta-banner .audio-items .audio-item:last-child {
  margin-bottom: 0;
}
.audio-cta-banner .audio-items .audio-item span {
  font-size: 18px;
  font-weight: 600;
  color: #1a1a1a;
  text-align: left;
}
.audio-cta-banner .audio-items .audio-item button {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  border: 2px solid #E0E7EB;
  background: #ffffff;
  display: flex;
  outline: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  padding: 0;
}
.audio-cta-banner .audio-items .audio-item button:hover {
  background: #f1f1f1;
  border-color: #E0E7EB;
}
.audio-cta-banner .audio-items .audio-item button:active {
  transform: scale(0.95);
}
.audio-cta-banner .audio-items .audio-item button img {
  margin: 0;
}
.audio-cta-banner .audio-items .audio-item audio {
  display: none;
}

@keyframes wave {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
.blog-footer-cta-2 {
  width: 100%;
  background: #039dfe;
  border-radius: 20px;
  margin-top: 50px;
}
.blog-footer-cta-2 .blog-footer-cta-inner {
  display: flex;
  align-items: stretch;
  gap: 0px;
  overflow: hidden;
}
@media screen and (max-width: 1320px) {
  .blog-footer-cta-2 .blog-footer-cta-inner {
    align-items: flex-end;
  }
}
@media screen and (max-width: 992px) {
  .blog-footer-cta-2 .blog-footer-cta-inner {
    flex-direction: column;
    text-align: center;
  }
}
.blog-footer-cta-2 .blog-footer-cta-inner .blog-footer-cta-artwork {
  flex: 0 0 45%;
  max-width: 380px;
  background-color: #009DFF;
  border-radius: 20px;
}
@media screen and (max-width: 992px) {
  .blog-footer-cta-2 .blog-footer-cta-inner .blog-footer-cta-artwork {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.blog-footer-cta-2 .blog-footer-cta-inner .blog-footer-cta-artwork lottie-player {
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  display: block;
}
.blog-footer-cta-2 .blog-footer-cta-inner .blog-footer-cta-content {
  flex: 1;
  color: #ffffff;
  border-radius: 20px;
  background: #003F66;
  padding: 20px 40px;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .blog-footer-cta-2 .blog-footer-cta-inner .blog-footer-cta-content {
    padding: 20px;
  }
}
.blog-footer-cta-2 .blog-footer-cta-inner .blog-footer-cta-content .cta-heading {
  font-size: 23px;
  color: #fff;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 10px;
}
.blog-footer-cta-2 .blog-footer-cta-inner .blog-footer-cta-content .cta-text {
  font-size: 16px;
  line-height: 1.35;
  font-weight: 400;
  font-family: "Noto Sans", sans-serif;
  margin-bottom: 20px;
  color: #fff;
}

.quick-answer-section {
  border-radius: 16px;
  border: 1px solid #FFAD33;
  background: #FEF4D7;
  padding: 25px;
  margin-bottom: 40px;
}
.quick-answer-section .qa-heading {
  color: #F90;
  font-family: "Poppins", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 10px;
  margin-top: 0;
}
@media screen and (max-width: 992px) {
  .quick-answer-section .qa-heading {
    font-size: 22px;
  }
}
.quick-answer-section .qa-wrapper .qa-item {
  margin-top: 10px;
}
.quick-answer-section .qa-wrapper .qa-item:first-of-type {
  margin-top: 0;
}
.quick-answer-section .qa-wrapper .qa-item .qa-question {
  color: var(--e-global-color-primary);
  font-family: "Noto Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0;
  margin-top: 0;
}
@media screen and (max-width: 992px) {
  .quick-answer-section .qa-wrapper .qa-item .qa-question {
    font-size: 18px;
  }
}
.quick-answer-section .qa-wrapper .qa-item .qa-answer {
  color: var(--e-global-color-primary);
  font-family: "Noto Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 0px;
}
@media screen and (max-width: 992px) {
  .quick-answer-section .qa-wrapper .qa-item .qa-answer {
    font-size: 16px;
  }
}

.blog-content-wrap p:has(+ .wp-block-heading),
.blog-content-wrap p:has(+ .wp-block-table),
.blog-content-wrap p:has(+ .wp-block-image),
.blog-content-wrap p:has(+ .wp-block-spacer),
.blog-content-wrap p:has(+ figure),
.blog-content-wrap p:has(+ div),
.blog-content-wrap p:has(+ iframe) {
  margin-bottom: 40px;
}
.blog-content-wrap .wp-block-list:has(+ .wp-block-heading),
.blog-content-wrap .wp-block-list:has(+ .wp-block-table),
.blog-content-wrap .wp-block-list:has(+ .wp-block-image),
.blog-content-wrap .wp-block-list:has(+ .wp-block-spacer),
.blog-content-wrap .wp-block-list:has(+ figure) {
  margin-bottom: 40px;
}
.blog-content-wrap .wp-block-image:has(+ .wp-block-heading),
.blog-content-wrap .wp-block-image:has(+ .wp-block-spacer) {
  margin-bottom: 40px;
}
.blog-content-wrap .wp-block-table:has(+ .wp-block-image) {
  margin-bottom: 40px;
}
.blog-content-wrap .wp-block-image img {
  margin-bottom: 0 !important;
}
.blog-content-wrap .blog-cta-carousel div,
.blog-content-wrap .blog-cta-carousel img {
  margin-bottom: 0 !important;
}
.blog-content-wrap div,
.blog-content-wrap iframe {
  margin-bottom: 40px;
}
.blog-content-wrap div iframe {
  margin-bottom: 0;
}
.blog-content-wrap .wp-block-spacer {
  height: 0 !important;
}
@media screen and (max-width: 992px) {
  .blog-content-wrap .wp-block-spacer {
    height: 0 !important;
  }
}
.blog-content-wrap .wp-block-heading {
  margin-top: 0;
  margin-bottom: 20px;
}
.blog-content-wrap .wp-block-heading br {
  line-height: 0;
}

.resource-template-default .toc-wrap {
  top: 130px;
}
@media screen and (max-width: 768px) {
  .resource-template-default .toc-wrap {
    top: 100px;
  }
}

.ling-article-of-week .article-of-week {
  padding: 40px 0 0px 0;
}
.ling-article-of-week .article-of-week__grid {
  display: grid;
  grid-template-columns: 350px 1fr;
  gap: 24px;
}
@media (max-width: 992px) {
  .ling-article-of-week .article-of-week__grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }
}
.ling-article-of-week .article-of-week__badge {
  background-image: url(https://ling-app.com/wp-content/themes/hello-elementor-child/assets/img/article-of-week-bg.svg);
  border-radius: 24px;
  padding: 40px;
  color: #fff;
  position: relative;
  overflow: hidden;
  background-position: center;
  background-size: 100%;
  width: 350px;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 768px) {
  .ling-article-of-week .article-of-week__badge {
    max-width: 480px;
    align-items: center;
    width: 100%;
    aspect-ratio: 4/2;
    background-position: bottom;
  }
}
.ling-article-of-week .article-of-week__badge-inner {
  position: relative;
  z-index: 2;
}
.ling-article-of-week .article-of-week__badge .article-of-the-week__label {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.25;
}
@media (max-width: 768px) {
  .ling-article-of-week .article-of-week__badge .article-of-the-week__label {
    font-size: 30px;
  }
}
.ling-article-of-week .article-of-week__card {
  display: grid;
  grid-template-columns: 1fr 350px;
  gap: 24px;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.15);
  padding: 25px;
  align-items: center;
}
@media (max-width: 768px) {
  .ling-article-of-week .article-of-week__card {
    grid-template-columns: 1fr;
  }
}
.ling-article-of-week .article-of-week__content {
  max-width: 520px;
}
.ling-article-of-week .article-of-week__title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #3D505C;
  line-height: 1.25;
  margin-top: 0;
}
@media (max-width: 768px) {
  .ling-article-of-week .article-of-week__title {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
.ling-article-of-week .article-of-week__title a {
  color: inherit;
  font-size: 26px;
  font-weight: 700;
  text-decoration: none;
}
.ling-article-of-week .article-of-week__date {
  display: block;
  font-size: 13px;
  color: #5C788A;
  font-weight: 400;
  margin-bottom: 30px;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 768px) {
  .ling-article-of-week .article-of-week__date {
    margin-bottom: 20px;
  }
}
.ling-article-of-week .article-of-week__image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 18px;
  aspect-ratio: 4/3;
  object-position: center;
}
@media (max-width: 768px) {
  .ling-article-of-week .article-of-week__image img {
    aspect-ratio: 5/3;
  }
}

.layout-container {
  max-width: 1340px;
  margin: 0 auto;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 768px) {
  .layout-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* Show AOS elements in Elementor editor */
.elementor-editor-active [data-aos] {
  opacity: 1 !important;
  transform: none !important;
}

[data-aos] {
  opacity: 1 !important;
  transform: none !important;
}

/* Replace Elementor logo placeholder visually */
img[src*="logo-placeholder.png"] {
  content: url("https://ling-app.com/wp-content/uploads/2022/08/Group-10404.svg");
}

.ling-btn-default {
  font-size: 16px !important;
  font-weight: 700 !important;
  font-style: normal;
  font-family: "Noto Sans", sans-serif !important;
  line-height: 27px !important;
  fill: #fff;
  color: #fff !important;
  background-color: #f90;
  border-radius: 16px 16px 16px 16px;
  padding: 12px 24px;
  border: 1px solid #f90;
  display: inline-block;
  transition: all 0.5s ease;
  min-height: 40px;
}
@media (max-width: 768px) {
  .ling-btn-default {
    font-size: 14px !important;
  }
}
.ling-btn-default:hover {
  background-color: #fff;
  color: #FF9900 !important;
}
.ling-btn-default.ling-btn-white {
  color: #5C788A !important;
  background-color: #fff;
  border: 1px solid #E0E7EB;
}
.ling-btn-default.ling-btn-white:hover {
  background-color: #fff;
  color: #FF9900 !important;
  border: 1px solid #FF9900;
}

.floating-select {
  position: relative;
  max-width: 260px;
}
.floating-select select.select-control {
  width: 100%;
  border-radius: 30px;
  border: 1px solid #000;
  padding: 0 25px;
  font-size: 16px;
  background: #fff;
  appearance: none;
  z-index: 1;
  outline: none;
  cursor: pointer;
}
.floating-select label {
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
  background: #fff;
  padding: 0 8px;
  color: #000;
  transition: all 0.2s ease;
  pointer-events: none;
}
.floating-select select:focus + label,
.floating-select select:not([value=""]) + label {
  top: 1px;
  font-size: 12px;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
}

.ling-main-menu .elementor-menu-toggle {
  width: 48px;
  height: 48px;
  background-color: #efefef !important;
  border-radius: 12px !important;
}
@media (max-width: 768px) {
  .ling-main-menu .elementor-nav-menu--dropdown a {
    padding: 20px 25px;
  }
}

header .elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after {
  display: none;
}

header .wpml-ls-menu-item .wpml-ls-flag {
  border-radius: 50%;
  width: 24px;
  height: 24px;
  max-width: 30px;
  object-fit: cover;
  object-position: center;
}

header .elementor-sub-item:hover {
  background-color: transparent;
}

.ling-header-banner {
  padding: 15px 0;
  background-color: #ff9900;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
}
.ling-header-banner.cm {
  background: linear-gradient(184deg, #E42C8B 7.53%, #E42C8B 72.79%);
}
@media (max-width: 768px) {
  .ling-header-banner {
    text-align: center;
  }
}
.ling-header-banner .layout-container {
  display: flex;
  gap: 16px;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .ling-header-banner .layout-container {
    flex-direction: column;
    gap: 0;
  }
}
.ling-header-banner .layout-container .text-wrap {
  display: flex;
  gap: 16px;
  justify-content: flex-start;
  align-items: center;
}
.ling-header-banner.hidden {
  display: none !important;
}
.ling-header-banner .btn-section {
  margin-left: auto;
  padding-right: 15px;
}
@media (max-width: 768px) {
  .ling-header-banner .btn-section {
    display: none;
    align-items: center;
    justify-content: center;
    padding: 15px 15px;
    width: 100%;
  }
}
.ling-header-banner .btn-section .close-btn {
  width: 32px;
  height: 32px;
  background-color: #fff;
  border-radius: 50%;
  border: 0;
  visibility: hidden;
  pointer-events: none;
}
.ling-header-banner .image-section img {
  height: 90px;
  max-width: max-content;
}
@media (max-width: 768px) {
  .ling-header-banner .image-section img {
    fheight: 70px;
  }
}
.ling-header-banner .content-section P {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 768px) {
  .ling-header-banner .content-section P {
    font-size: 14px;
  }
}
.ling-header-banner .content-section P b {
  font-weight: 700;
}
.ling-header-banner .content-section P a {
  color: #f90;
  font-size: 18px;
  text-decoration: none;
}
@media (max-width: 768px) {
  .ling-header-banner .content-section P a {
    font-size: 14px;
  }
}
.ling-header-banner .content-section P a.bannerblink {
  color: #fff;
}
.ling-header-banner .content-section P a.bannerblink:hover {
  text-decoration: underline;
  color: #fff;
}
.ling-header-banner .content-section P a:hover {
  text-decoration: underline;
  color: #f90;
}

.users-logo-wrap img {
  width: auto;
}

#ling-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.65);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999999;
}
#ling-popup-overlay .ling-popup-box {
  order-radius: var(--radius-lg-24, 24px);
  background: linear-gradient(90deg, #000A24 1.09%, #002944 100.86%);
  width: 90%;
  max-width: 700px;
  border-radius: 24px;
  padding: 80px 30px 40px 30px;
  text-align: center;
  position: relative;
  animation: popupFade 0.35s ease-out;
}
#ling-popup-overlay .ling-popup-box .ling-popup-close {
  position: absolute;
  top: 30px;
  left: 30px;
  background: rgba(249, 250, 251, 0.08);
  color: #ffffff;
  border: none;
  width: 32px;
  height: 32px;
  font-size: 20px;
  line-height: 32px;
  border-radius: 50%;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
#ling-popup-overlay .ling-popup-box .ling-popup-close:hover {
  background: #f90;
}
#ling-popup-overlay .ling-popup-box .popup-hero-img {
  width: 90%;
  display: block;
  margin: 0 auto 20px auto;
}
#ling-popup-overlay .ling-popup-box .pop-title {
  font-size: 23px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.2;
}
#ling-popup-overlay .ling-popup-box .pop-desc {
  font-size: 16px;
  color: #fff;
  font-family: "Noto Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  max-width: 80%;
  margin: 0 auto;
  margin-bottom: 20px;
}
@keyframes popupFade {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.contact-from-wrap .hs-form__actions__submit {
  font-size: 16px !important;
  font-weight: 700 !important;
  font-style: normal;
  font-family: "Noto Sans", sans-serif !important;
  line-height: 27px !important;
  fill: #fff;
  color: #fff !important;
  background-color: #f90;
  border-radius: 16px 16px 16px 16px;
  padding: 15px 24px;
  border: 1px solid #f90;
  display: inline-block;
  transition: all 0.5s ease;
  min-height: 40px;
}
.contact-from-wrap .hs-form__actions__submit:hover {
  background-color: #fff;
  color: #FF9900 !important;
}

.personio-job {
  font-family: "Inter", sans-serif;
  color: #1f2937;
}
.personio-job a {
  text-decoration: none;
}
.personio-job {
  /* ---------------- HERO SECTION ---------------- */
}
.personio-job .job-hero {
  background: #009DFF;
  padding: 64px 20px;
  text-align: center;
  color: #ffffff;
}
.personio-job .job-hero .layout-container {
  max-width: 900px;
}
.personio-job .job-hero .breadcrumb {
  font-size: 16px;
  font-weight: 400;
  font-family: "Noto Sans", sans-serif;
  margin-bottom: 30px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  flex-wrap: wrap;
}
.personio-job .job-hero .breadcrumb a {
  font-size: 16px;
  font-weight: 400;
  font-family: "Noto Sans", sans-serif;
  margin-bottom: 0px;
  color: #fff;
}
.personio-job .job-hero .breadcrumb a:hover {
  opacity: 1;
}
.personio-job .job-hero h1 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #fff;
  line-height: 1.25;
}
.personio-job .job-hero .job-meta {
  font-size: 16px;
  opacity: 0.9;
  margin-bottom: 30px;
  text-transform: capitalize;
}
.personio-job .job-hero .job-intro {
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Noto Sans", sans-serif;
  line-height: 1.35;
}
.personio-job .job-hero .apply-btn {
  display: inline-block;
  background: #ff9800;
  color: #ffffff;
  padding: 14px 28px;
  border-radius: 10px;
  font-weight: 600;
  transition: 0.3s ease;
}
.personio-job .job-hero .apply-btn:hover {
  background: #e68900;
  transform: translateY(-2px);
}
.personio-job {
  /* ---------------- CONTENT SECTION ---------------- */
}
.personio-job .job-content {
  padding: 80px 20px;
}
.personio-job .job-content .layout-container {
  max-width: 900px;
}
.personio-job .job-content section {
  margin-bottom: 60px;
  color: #5C788A;
  font-family: "Noto Sans", sans-serif !important;
}
.personio-job .job-content section h2, .personio-job .job-content section h3, .personio-job .job-content section h4, .personio-job .job-content section h5, .personio-job .job-content section h6 {
  font-family: "Poppins", sans-serif !important;
}
.personio-job .job-content section h2 span, .personio-job .job-content section h3 span, .personio-job .job-content section h4 span, .personio-job .job-content section h5 span, .personio-job .job-content section h6 span {
  font-family: "Poppins", sans-serif !important;
}
.personio-job .job-content section h2 {
  color: #28353D;
  font-family: "Poppins", sans-serif !important;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25; /* 32.5px */
}
.personio-job .job-content section p {
  color: #5C788A;
  font-family: "Noto Sans", sans-serif !important;
}
.personio-job .job-content section ul {
  padding-left: 20px;
  margin-top: 10px;
  font-family: "Noto Sans", sans-serif !important;
}
.personio-job .job-content section ul li {
  margin-bottom: 12px;
  line-height: 1.6;
  color: #5C788A;
  font-family: "Noto Sans", sans-serif !important;
}
.personio-job .job-content section ul li::marker {
  color: #D9D9D9;
}
.personio-job .elementor-element-68509971 .elementor-heading-title {
  color: #ffffff;
}
@media (max-width: 768px) {
  .personio-job .job-hero {
    padding: 50px 20px;
  }
  .personio-job .job-hero .layout-container {
    padding: 0px;
  }
  .personio-job .job-content {
    padding: 40px 20px;
  }
  .personio-job .job-content .layout-container {
    padding: 0px;
  }
}

.ling-cta-editor-placeholder {
  border: 2px dashed #7a5cff;
  background: #f6f3ff;
  color: #2b2b2b;
  padding: 16px;
  margin: 16px 0 24px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1.5;
}
.ling-cta-editor-placeholder strong {
  display: block;
  margin-bottom: 4px;
  font-size: 14px;
}
.ling-cta-editor-placeholder span {
  display: block;
  opacity: 0.8;
}

.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  cursor: pointer;
  text-align: center;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 11px;
}
.back-to-top.show {
  opacity: 1;
  visibility: visible;
}
.back-to-top img {
  width: 35px;
  height: 35px;
  object-position: center;
  object-fit: contain;
  background: #ffffff;
  border-radius: 50%;
  margin: 0;
  margin-bottom: 5px;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.15);
}
.back-to-top span {
  font-size: 10px;
  line-height: 1;
}

.hide-lang-de .wpml-ls-item-de,
.hide-lang-spa .wpml-ls-item-spa,
.hide-lang-fra .wpml-ls-item-fra,
.hide-lang-kr .wpml-ls-item-kr,
.hide-lang-jpn .wpml-ls-item-jpn,
.hide-lang-rus .wpml-ls-item-rus,
.hide-lang-chs .wpml-ls-item-chs,
.hide-lang-cht .wpml-ls-item-cht,
.hide-lang-ita .wpml-ls-item-ita,
.hide-lang-nl .wpml-ls-item-nl,
.hide-lang-sv .wpml-ls-item-sv {
  display: none !important;
}

.learn_language-template-default {
  overflow-x: hidden;
}

.lp-hero {
  align-self: stretch;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 100px;
  padding-bottom: 170px;
  background: linear-gradient(180deg, #99D8FF 0%, #B5DDFF 48.08%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
}
@media (max-width: 768px) {
  .lp-hero {
    padding-top: 40px;
    padding-bottom: 100px;
  }
}
.lp-hero .lp-container {
  width: 100%;
  max-width: 1295px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
@media (max-width: 768px) {
  .lp-hero .lp-container {
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.lp-hero .lp-content {
  flex: 1 1 0;
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 64px;
}
.lp-hero .lp-content .hero-app-icons {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
.lp-hero .lp-content .hero-app-icons img {
  height: 58px;
  width: auto;
  object-fit: contain;
}
.lp-hero .lp-content .lp-text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
  width: 100%;
}
@media (max-width: 768px) {
  .lp-hero .lp-content .lp-text {
    text-align: center;
    align-items: center;
    justify-content: center;
  }
}
.lp-hero .lp-content .lp-text .lp-title {
  color: var(--e-global-color-primary);
  margin: 0;
}
.lp-hero .lp-content .lp-text .lp-subtitle {
  color: var(--e-global-color-primary);
}
.lp-hero .lp-content .lp-text .lp-cta-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 30px;
  gap: 20px;
  flex-direction: column;
}
@media (max-width: 768px) {
  .lp-hero .lp-content .lp-text .lp-cta-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }
}
.lp-hero .lp-illustration {
  flex: 1 1 0;
  padding: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lp-hero .lp-illustration .lp-illustration-wrapper {
  position: relative;
  overflow: hidden;
}
.lp-hero .lp-illustration .lp-illustration-wrapper .lp-hero-image {
  aspect-ratio: 1/1;
  max-width: 562px;
  width: 100%;
  background-size: contain;
}

.lp-section {
  background: white;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  margin-top: -50px;
  padding: 65px 15px 0px 15px;
}
.lp-section .lp-container {
  max-width: 1295px;
  width: 100%;
  display: inline-flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
}
.lp-section .lp-content {
  flex: 1 1 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  text-align: center;
}
.lp-section .lp-text-group {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.lp-section .lp-bottom-bar-wrapper {
  max-width: 1440px;
  width: 100%;
  height: 70px;
  position: absolute;
  top: -69.68px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
}
.lp-section .lp-bottom-bar-wrapper .lp-bottom-bar {
  align-self: stretch;
  height: 70px;
  background: white;
}

.lp-vocab-section {
  align-self: stretch;
  padding: 70px 0;
  background: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
}
@media (max-width: 768px) {
  .lp-vocab-section {
    padding: 20px 0;
  }
}
.lp-vocab-section.lp-vocab-mirror .lp-container {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .lp-vocab-section.lp-vocab-mirror .lp-container {
    flex-direction: column-reverse;
  }
}
.lp-vocab-section.lp-vocab-mirror .lp-container .lp-illustration-col .lp-illustration {
  justify-content: flex-start;
}
.lp-vocab-section .lp-container {
  width: 100%;
  max-width: 1295px;
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
@media (max-width: 768px) {
  .lp-vocab-section .lp-container {
    flex-direction: column-reverse;
  }
}
.lp-vocab-section .lp-text-col,
.lp-vocab-section .lp-illustration-col {
  flex: 1 1 0;
  padding: 10px 0;
  display: flex;
  flex-direction: column;
}
.lp-vocab-section .lp-text-col .lp-illustration,
.lp-vocab-section .lp-illustration-col .lp-illustration {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.lp-vocab-section .lp-text-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  text-align: left;
}
@media (max-width: 768px) {
  .lp-vocab-section .lp-text-block {
    text-align: center;
    align-items: center;
  }
}
.lp-vocab-section ß .lp-illustration {
  display: flex;
  justify-content: center;
  align-items: center;
}
.lp-vocab-section ß .lp-illustration img {
  max-width: 100%;
  height: auto;
}

.lp-cta-section {
  padding: 70px 0;
  background: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
}
@media (max-width: 768px) {
  .lp-cta-section {
    padding: 30px 0 70px;
  }
}
.lp-cta-section .lp-container {
  width: 100%;
  max-width: 1295px;
  padding: 0 15px;
  flex-direction: column;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 100px;
}
@media (max-width: 768px) {
  .lp-cta-section .lp-container {
    flex-direction: column;
    gap: 50px;
  }
}
.lp-cta-section .lp-text-col,
.lp-cta-section .lp-illustration-col {
  flex: 1 1 0;
  padding: 10px 0;
  display: flex;
  flex-direction: column;
}
.lp-cta-section .lp-text-col .lp-illustration,
.lp-cta-section .lp-illustration-col .lp-illustration {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .lp-cta-section .lp-text-col .lp-illustration,
  .lp-cta-section .lp-illustration-col .lp-illustration {
    padding: 0 50px;
  }
}
.lp-cta-section .lp-text-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
}
.lp-cta-section ß .lp-illustration {
  display: flex;
  justify-content: center;
  align-items: center;
}
.lp-cta-section ß .lp-illustration img {
  max-width: 100%;
  height: auto;
}

.lp-pricing-section {
  background: #FFE8CB;
  padding: 100px 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 768px) {
  .lp-pricing-section {
    padding: 70px 0 70px;
  }
}
.lp-pricing-section .price-btn-mobi {
  display: none;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .lp-pricing-section .price-btn-mobi {
    display: inline-flex;
  }
}
.lp-pricing-section .price-btn-desk {
  display: inline-flex;
}
@media (max-width: 768px) {
  .lp-pricing-section .price-btn-desk {
    display: none;
  }
}
.lp-pricing-section .lp-container {
  max-width: 1295px;
  width: 100%;
  padding: 0 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}
.lp-pricing-section .lp-text-col {
  flex: 1 1 45%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 768px) {
  .lp-pricing-section .lp-text-col {
    align-items: center;
    text-align: center;
  }
}
.lp-pricing-section .lp-pricing-col {
  flex: 1 1 50%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.lp-pricing-section .lp-pricing-col .lp-offer-card {
  border-radius: 16px;
  overflow: hidden;
  background: white;
  border: 1px solid #E0E7EB;
}
.lp-pricing-section .lp-pricing-col .lp-offer-card.highlight {
  border: 2px solid #FF9900;
}
.lp-pricing-section .lp-pricing-col .lp-offer-card.highlight .lp-offer-label {
  background: #FF9900;
  color: white;
  font-weight: 700;
  font-family: "Noto Sans", sans-serif;
  text-align: center;
  padding: 8px 16px;
  font-size: 16px;
  border-radius: 11px 11px 0 0;
}
.lp-pricing-section .lp-pricing-col .lp-offer-card .lp-offer-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  padding: 24px;
}
@media (max-width: 768px) {
  .lp-pricing-section .lp-pricing-col .lp-offer-card .lp-offer-content {
    flex-direction: column;
    align-items: flex-start;
  }
}
.lp-pricing-section .lp-pricing-col .lp-offer-card .lp-price-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.lp-pricing-section .lp-pricing-col .lp-offer-card .lp-price-info .lp-price {
  display: flex;
  gap: 8px;
  align-items: baseline;
}
.lp-pricing-section .lp-pricing-col .lp-offer-card .lp-price-info .lp-price .amount {
  font-size: 20px;
  font-weight: 700;
  color: var(--e-global-color-primary);
  font-family: "Poppins", sans-serif;
}
.lp-pricing-section .lp-pricing-col .lp-offer-card .lp-price-info .lp-price .duration {
  font-size: 16px;
  color: var(--e-global-color-text);
  font-family: "Noto Sans", sans-serif;
}
.lp-pricing-section .lp-pricing-col .lp-offer-card .lp-price-info .lp-note {
  font-size: 16px;
  color: var(--e-global-color-text);
  font-family: "Noto Sans", sans-serif;
}
.lp-pricing-section .lp-pricing-col .lp-offer-card .lp-badge {
  font-size: 14px;
  font-weight: 600;
  padding: 4px 8px;
  border-radius: 4px;
  font-family: "Noto Sans", sans-serif;
  white-space: nowrap;
}
.lp-pricing-section .lp-pricing-col .lp-offer-card .lp-badge.success {
  background: #22C45D;
  color: white;
}
.lp-pricing-section .lp-pricing-col .lp-offer-card .lp-badge.info {
  background: #19A9FF;
  color: white;
}

.lp-testimonial-section {
  width: 100%;
  padding: 100px 0 0px 0;
  background-color: #E6F5FF;
}
@media (max-width: 768px) {
  .lp-testimonial-section {
    padding: 70px 0 0px 0;
  }
}
.lp-testimonial-section .lp-container {
  max-width: 1295px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
.lp-testimonial-section .lp-container .lp-testimonial-content {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 80px;
  flex-direction: column;
}
.lp-testimonial-section .lp-container .lp-testimonial-widget {
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
}

.lp-trust-section {
  padding: 100px 15px;
  background-color: var(--surface-secondary-bg-high, #E6F5FF);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 100px;
}
.lp-trust-section .lp-rating-row {
  width: 100%;
  display: flex;
  justify-content: center;
}
.lp-trust-section .lp-rating-row .lp-rating-wrapper {
  width: 1064px;
  display: flex;
  justify-content: center;
  gap: 64px;
  overflow: hidden;
  flex-wrap: wrap;
}
.lp-trust-section .lp-rating-row .lp-rating-wrapper .lp-rating-box {
  width: 192px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lp-trust-section .lp-rating-row .lp-rating-wrapper .lp-rating-box .lp-rating-score {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.lp-trust-section .lp-rating-row .lp-rating-wrapper .lp-rating-box .lp-rating-score .lp-icon {
  width: 48px;
  height: 48px;
  position: relative;
}
.lp-trust-section .lp-rating-row .lp-rating-wrapper .lp-rating-box .lp-rating-score .lp-icon div {
  position: absolute;
  background-color: var(--surface-primary-onsurface-primary, #3D505C);
}
.lp-trust-section .lp-rating-row .lp-rating-wrapper .lp-rating-box .lp-rating-score .lp-score {
  color: var(--surface-primary-onsurface-primary, #3D505C);
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 30px;
  text-align: center;
}
.lp-trust-section .lp-rating-row .lp-rating-wrapper .lp-rating-box .lp-store-info {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 12px;
}
.lp-trust-section .lp-rating-row .lp-rating-wrapper .lp-rating-box .lp-store-info .lp-store-icon {
  width: 32px;
  height: 62px;
  position: relative;
}
.lp-trust-section .lp-rating-row .lp-rating-wrapper .lp-rating-box .lp-store-info .lp-store-icon div {
  position: absolute;
  background-color: var(--surface-primary-onsurface-primary, #3D505C);
}
.lp-trust-section .lp-rating-row .lp-rating-wrapper .lp-rating-box .lp-store-info .lp-store-text {
  flex: 1;
  text-align: center;
  font-size: 14px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  line-height: 21px;
  color: var(--surface-primary-onsurface-primary, #3D505C);
}
.lp-trust-section .lp-mentions {
  width: 100%;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.lp-trust-section .lp-mentions .lp-mention-heading {
  text-align: center;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 27px;
  color: var(--surface-primary-onsurface-primary, #3D505C);
}
.lp-trust-section .lp-mentions .lp-mention-subtext {
  text-align: center;
  font-size: 16px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  line-height: 21.6px;
  color: var(--surface-primary-onsurface-primary, #3D505C);
}
.lp-trust-section .lp-mentions .ling-btn-default {
  margin-top: 30px;
}
.lp-trust-section .lp-mentions .lp-logos-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  overflow: hidden;
}
.lp-trust-section .lp-mentions .lp-logos-wrapper .lp-logo {
  position: relative;
}
.lp-trust-section .lp-mentions .lp-logos-wrapper .lp-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.lp-learn-img-section {
  padding-top: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.lp-learn-img-section .lp-container {
  max-width: 1295px;
  padding: 0 15px;
}
.lp-learn-img-section .lp-container .lp-text-col {
  margin-top: 65px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 80px;
}
.lp-learn-img-section .lp-container .lp-text-col h2 {
  margin-bottom: 0;
}
.lp-learn-img-section .lp-container .lp-text-col h2 span {
  color: #009DFF;
  display: inline-flex;
}
.lp-learn-img-section .lp-container .lp-text-col h2 span.read {
  color: #FF9900;
}
.lp-learn-img-section .lp-container .lp-text-col h2 span.write {
  color: #009DFF;
}
.lp-learn-img-section .lp-container .lp-text-col h2 span.speak {
  color: #1EAE53;
}
.lp-learn-img-section .lp-container .lp-write-col {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 25px;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 80px;
}
.lp-learn-img-section .lp-container .lp-write-col h2 {
  transition: all 0.5s ease;
  margin-top: 50px;
}
.lp-learn-img-section .lp-container .lp-write-col h2 span {
  color: #009DFF;
  display: inline-flex;
}
.lp-learn-img-section .lp-container .lp-write-col h2 span.read {
  color: #FF9900;
}
.lp-learn-img-section .lp-container .lp-write-col h2 span.write {
  color: #009DFF;
}
.lp-learn-img-section .lp-container .lp-write-col h2 span.speak {
  color: #1EAE53;
}

.lp-blog-widget {
  max-width: 1295px;
  margin: auto;
  border-radius: 40px;
  overflow: hidden;
  padding: 0 15px;
  padding-top: 100px;
  margin-bottom: 150px;
}
@media (max-width: 768px) {
  .lp-blog-widget {
    margin-bottom: 130px;
    padding: 0;
    padding-top: 100px;
  }
}
.lp-blog-widget .lp-blog-header {
  display: flex;
  background: #7DE8A4;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  padding: 40px 30px;
  gap: 20px;
}
@media (max-width: 768px) {
  .lp-blog-widget .lp-blog-header {
    flex-direction: column-reverse;
    align-items: center;
    text-align: center;
  }
}
.lp-blog-widget .lp-blog-header .lp-blog-header-text {
  flex: 1;
}
.lp-blog-widget .lp-blog-header .lp-blog-header-text h2 {
  margin-bottom: 8px;
  color: #28353D;
}
.lp-blog-widget .lp-blog-header .lp-blog-header-text p {
  color: #28353D;
}
.lp-blog-widget .lp-blog-header .lp-blog-header-image img {
  display: block;
  border-radius: 12px;
  max-width: 100%;
  margin-top: -120px;
}
.lp-blog-widget .lp-blog-carousel {
  padding: 20px;
  background: white;
  border: solid 1px #7DE8A4;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
}
.lp-blog-widget .lp-blog-carousel .lp-blog-card {
  background: #fff;
  border-radius: 12px;
  padding: 10px;
  text-align: center;
}
.lp-blog-widget .lp-blog-carousel .lp-blog-card img {
  width: 100%;
  border-radius: 12px;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.lp-blog-widget .lp-blog-carousel .lp-blog-card h6, .lp-blog-widget .lp-blog-carousel .lp-blog-card h3 {
  color: #3D505C;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 700;
}

.lp-learn-footer {
  max-width: 1295px;
  display: flex;
  gap: 40px;
  margin: auto;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: "Noto Sans", sans-serif;
  padding: 0 20px;
  margin-bottom: 40px;
  border-top: 1px solid var(--surface-primary-onsurface-disabled, #E0E7EB);
  padding-top: 40px;
}
@media (max-width: 1200px) {
  .lp-learn-footer {
    padding: 0 25px;
    padding-top: 40px;
  }
}
@media (max-width: 992px) {
  .lp-learn-footer {
    flex-direction: column;
  }
}
.lp-learn-footer .lp-region-column {
  flex: 1 1 0;
  display: inline-flex;
  flex-direction: column;
  gap: 32px;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 992px) {
  .lp-learn-footer .lp-region-column {
    width: 100%;
  }
}
.lp-learn-footer .lp-region-column .lp-region-block {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-self: stretch;
}
.lp-learn-footer .lp-region-column .lp-region-block .lp-region-title {
  font-size: 14px;
  font-weight: 600;
  line-height: 18.9px;
  color: #3d505c;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.lp-learn-footer .lp-region-column .lp-region-block .lp-languages-row {
  display: inline-flex;
  gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
}
.lp-learn-footer .lp-region-column .lp-region-block .lp-languages-row .lp-language-list {
  display: inline-flex;
  flex-direction: row;
  gap: 13px;
  flex: 1 1 0;
  flex-wrap: wrap;
}
.lp-learn-footer .lp-region-column .lp-region-block .lp-languages-row .lp-language-list .lp-language-item, .lp-learn-footer .lp-region-column .lp-region-block .lp-languages-row .lp-language-list a {
  font-size: 14px;
  font-weight: 400;
  line-height: 18.9px;
  color: #5c788a;
  word-wrap: break-word;
  align-self: stretch;
  width: calc(50% - 13px);
  color: pointer;
}
.lp-learn-footer .lp-region-column .lp-region-block .lp-languages-row .lp-language-list .lp-language-item:hover, .lp-learn-footer .lp-region-column .lp-region-block .lp-languages-row .lp-language-list a:hover {
  color: #f90;
}
.lp-learn-footer .lp-region-column .lp-region-block .lp-languages-column {
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
  column-gap: 20px;
  row-gap: 10px;
  flex: 1 1 0;
  flex-wrap: wrap;
}
.lp-learn-footer .lp-region-column .lp-region-block .lp-languages-column .lp-language-item, .lp-learn-footer .lp-region-column .lp-region-block .lp-languages-column a {
  font-size: 14px;
  font-weight: 400;
  line-height: 18.9px;
  color: #5c788a;
  word-wrap: break-word;
  align-self: stretch;
  width: calc(50% - 40px);
  cursor: pointer;
}
.lp-learn-footer .lp-region-column .lp-region-block .lp-languages-column .lp-language-item:hover, .lp-learn-footer .lp-region-column .lp-region-block .lp-languages-column a:hover {
  color: #f90;
}

header .elementor-widget-nav-menu .elementor-widget-container {
  height: auto !important;
}

.lp-learn-faq-section {
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.lp-learn-faq-section .faq-main-head {
  max-width: 1280px;
  margin: auto;
  margin-bottom: 40px;
  text-align: center;
}
.lp-learn-faq-section .lfaq-container {
  max-width: 1280px;
  padding: 50px 30px;
  border-radius: 50px;
  background: #F9FAFB;
}
.lp-learn-faq-section .lfaq-container .lfaq-item:last-child {
  border: 0;
}
.lp-learn-faq-section .lfaq-container .lfaq-item.active .lfaq-item__answer {
  height: auto;
}
.lp-learn-faq-section .lfaq-container .lfaq-item .lfaq-item__question {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 27px;
  color: #3D505C;
  gap: 10px;
}
.lp-learn-faq-section .lfaq-container .lfaq-item .lfaq-item__question:after {
  width: 25px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.lp-learn-faq-section .lfaq-container .lfaq-item .lfaq-item__answer {
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #5C788A;
}

.lp-learn-foot-section {
  background-color: #D2EEFF;
  padding: 100px 15px;
  text-align: center;
}
.lp-learn-foot-section .lp-text-col {
  text-align: center;
}
.lp-learn-foot-section .lp-text-col h3 {
  margin-bottom: 40px;
}

.resources-hero {
  background-color: #DAF0FD;
  padding-bottom: 130px;
  padding-top: 130px;
}
@media (max-width: 768px) {
  .resources-hero {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}
.resources-hero .rs-hero-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
@media (max-width: 768px) {
  .resources-hero .rs-hero-container {
    flex-direction: column;
  }
}
.resources-hero .rs-hero-container .blog-hero-block {
  gap: 50px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .resources-hero .rs-hero-container .blog-hero-block {
    width: 100%;
    text-align: center;
    flex-direction: column;
    gap: 30px;
  }
}
.resources-hero .rs-hero-container .blog-hero-block h1 {
  font-size: 48px;
  margin-top: 0;
  margin-bottom: 30px;
}
.resources-hero .rs-hero-container .blog-hero-block h1 #changetext {
  color: var(--e-global-color-secondary);
}
@media (max-width: 768px) {
  .resources-hero .rs-hero-container .blog-hero-block h1 {
    line-height: 1.2;
    font-size: 30px;
  }
}
.resources-hero .rs-hero-container .blog-hero-block .subtitle {
  font-size: 36px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .resources-hero .rs-hero-container .blog-hero-block .subtitle {
    line-height: 1.2;
    margin-bottom: 20px;
    font-size: 20px;
  }
}
.resources-hero .rs-hero-container .blog-hero-block p {
  margin-bottom: 35px;
}
.resources-hero .rs-hero-container .blog-hero-block .cta-btn-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}
.resources-hero .rs-hero-container .blog-hero-block .blog-btn {
  display: flex;
  gap: 25px;
  margin-top: 15px;
  margin-bottom: 40px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .resources-hero .rs-hero-container .blog-hero-block .blog-btn {
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    gap: 15px;
    justify-content: center;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .resources-hero .rs-hero-container .blog-hero-block .blog-btn #lscBtnStartLearning {
    padding: 6px 24px;
  }
}
.resources-hero .rs-hero-container .blog-hero-block .blog-btn .btn-apps {
  display: flex;
  gap: 20px;
}
.resources-hero .rs-hero-container .blog-hero-block .blog-btn .btn-apps .desktop-icon {
  display: inline;
}
.resources-hero .rs-hero-container .blog-hero-block .blog-btn .btn-apps .mobile-icon {
  display: none;
}
@media (max-width: 768px) {
  .resources-hero .rs-hero-container .blog-hero-block .blog-btn .btn-apps {
    gap: 15px;
  }
  .resources-hero .rs-hero-container .blog-hero-block .blog-btn .btn-apps .desktop-icon {
    display: none;
  }
  .resources-hero .rs-hero-container .blog-hero-block .blog-btn .btn-apps .mobile-icon {
    display: inline;
  }
}
.resources-hero .rs-hero-container .blog-hero-block .blog-btn img {
  height: 40px;
  width: auto;
}
@media (max-width: 768px) {
  .resources-hero .rs-hero-container .blog-hero-block .blog-btn img {
    height: 40px;
  }
}

.resource-category-block {
  padding-bottom: 100px;
  padding-top: 100px;
}
@media (max-width: 768px) {
  .resource-category-block:first-of-type .rs-block-img {
    display: block;
  }
}
@media (max-width: 768px) {
  .resource-category-block .rs-block-img {
    display: none;
  }
}
@media (max-width: 768px) {
  .resource-category-block {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}
.resource-category-block:nth-child(odd) {
  background: #f7f7f7;
}
.resource-category-block:nth-child(odd) .rs-hero-container {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .resource-category-block:nth-child(odd) .rs-hero-container {
    flex-direction: column;
  }
}
.resource-category-block .rs-hero-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 100px;
}
@media (max-width: 768px) {
  .resource-category-block .rs-hero-container {
    flex-direction: column;
    gap: 50px;
  }
}
.resource-category-block .rs-hero-container .rs-block-content {
  width: 50%;
}
@media (max-width: 768px) {
  .resource-category-block .rs-hero-container .rs-block-content {
    width: 100%;
  }
}
.resource-category-block .rs-hero-container .rs-block-content p {
  margin-bottom: 50px;
}
.resource-category-block .rs-hero-container .rs-block-content .resource-list {
  padding: 0 0 0 0;
  margin: 0;
  list-style: none;
}
.resource-category-block .rs-hero-container .rs-block-content .resource-list li {
  margin-bottom: 20px;
}
.resource-category-block .rs-hero-container .rs-block-content .resource-list li a {
  font-weight: 600;
}

.ling-rh-feature-cards {
  margin-top: 40px;
}
.ling-rh-feature-cards .feature-cards .layout-container {
  padding: 0;
}
.ling-rh-feature-cards .feature-cards .feature-cards__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
@media (max-width: 768px) {
  .ling-rh-feature-cards .feature-cards .feature-cards__grid {
    grid-template-columns: 1fr;
  }
}
.ling-rh-feature-cards .feature-cards .feature-cards__card {
  border-radius: 14px;
  padding: 24px;
  text-align: center;
  border: 1px solid #A3B6C2;
}
.ling-rh-feature-cards .feature-cards .feature-cards__icon {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  margin-bottom: 15px;
}
.ling-rh-feature-cards .feature-cards .feature-cards__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.ling-rh-feature-cards .feature-cards .feature-cards__title {
  font-size: 18px;
  font-weight: 700;
  color: #3D505C;
  margin-bottom: 12px;
}
.ling-rh-feature-cards .feature-cards .feature-cards__text {
  font-size: 16px;
  font-family: "Noto Sans", sans-serif;
  line-height: 1.35;
  color: #A3B6C2;
  font-weight: 400;
}

.rh-download-banner {
  margin-top: 50px;
}
.rh-download-banner .download-banner {
  padding: 20px;
  background: #F0F3F5;
  border-radius: 16px;
}
.rh-download-banner .download-banner .layout-container {
  padding: 0;
}
.rh-download-banner .download-banner .download-banner__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.rh-download-banner .download-banner .download-banner__left {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
@media (max-width: 768px) {
  .rh-download-banner .download-banner .download-banner__left {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }
}
.rh-download-banner .download-banner .download-banner__icon {
  width: 56px;
  height: 56px;
}
.rh-download-banner .download-banner .download-banner__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.rh-download-banner .download-banner .download-banner__title {
  font-size: 18px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  color: #3D505C;
  margin-bottom: 10px;
  margin-top: 0;
}
@media (max-width: 768px) {
  .rh-download-banner .download-banner .download-banner__title {
    font-size: 18px;
  }
}
.rh-download-banner .download-banner .download-banner__button {
  display: inline-block;
  padding: 10px 18px;
  border-radius: 12px;
  border: 2px solid #cfd8dc;
  background: #ffffff;
  font-size: 14px;
  font-weight: 600;
  color: #4a6572;
  text-decoration: none;
  transition: all 0.2s ease;
}
.rh-download-banner .download-banner .download-banner__button:hover {
  background: #f7f9fa;
  border-color: #b0bec5;
}

.rh-review-badge {
  margin-bottom: 40px;
}
.rh-review-badge .review-badge {
  padding: 16px;
  background: #E9FBF0;
  border-radius: 16px;
}
.rh-review-badge .review-badge .review-badge__content {
  display: flex;
  align-items: center;
  gap: 16px;
}
.rh-review-badge .review-badge .review-badge__icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
}
.rh-review-badge .review-badge .review-badge__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.rh-review-badge .review-badge .review-badge__title {
  font-size: 18px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  color: #0F5729;
  margin-bottom: 4px;
  margin-top: 0;
}
.rh-review-badge .review-badge .review-badge__description {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #2e6f4d;
  line-height: 1.5;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .resources-hero-ele.blog-hero-section {
    padding-top: 20px;
  }
}
.resources-hero-ele.blog-hero-section .blog-hero-row {
  align-items: center;
}
@media (max-width: 768px) {
  .resources-hero-ele.blog-hero-section .blog-hero-row {
    gap: 0px;
  }
}
.resources-hero-ele.blog-hero-section .blog-hero-row .blog-hero-left {
  width: 50%;
}
@media (max-width: 768px) {
  .resources-hero-ele.blog-hero-section .blog-hero-row .blog-hero-left {
    width: 100%;
  }
}
.resources-hero-ele.blog-hero-section .blog-hero-row .blog-hero-left .blog-btn {
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 20px;
}
.resources-hero-ele.blog-hero-section .blog-hero-row .blog-hero-right {
  width: 50%;
}
@media (max-width: 768px) {
  .resources-hero-ele.blog-hero-section .blog-hero-row .blog-hero-right {
    width: 100%;
    display: block;
  }
}
.resources-hero-ele.blog-hero-section .blog-hero-row .blog-hero-right .featured-hero-image {
  border-radius: 30px;
}

.ling-campaign-widget-hero {
  text-align: center;
  background: linear-gradient(184deg, #000A33 7.53%, #001F33 72.79%);
}
.ling-campaign-widget-hero .widget-container {
  margin: 0 auto;
  background: radial-gradient(46% 50% at 50% 25%, rgba(26, 169, 255, 0.6) 0%, rgba(26, 169, 255, 0) 100%);
  max-width: 937px;
  padding-top: 50px;
}
@media (max-width: 768px) {
  .ling-campaign-widget-hero .widget-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.ling-campaign-widget-hero .top-animate-banner {
  height: 38px;
  background: linear-gradient(90deg, #B266F6 0%, #009DFF 100%), linear-gradient(184deg, #000A33 7.53%, #001F33 72.79%);
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .ling-campaign-widget-hero .top-animate-banner {
    height: 32px;
  }
}
.ling-campaign-widget-hero .top-animate-banner .marquee {
  display: flex;
  width: max-content;
  animation: scroll 35s linear infinite;
}
.ling-campaign-widget-hero .top-animate-banner .marquee .marquee-inner {
  display: flex;
}
.ling-campaign-widget-hero .top-animate-banner .marquee span {
  display: inline-flex;
  margin-right: 50px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  align-items: center;
}
@media (max-width: 768px) {
  .ling-campaign-widget-hero .top-animate-banner .marquee span {
    font-size: 12px;
    margin-right: 20px;
  }
}
.ling-campaign-widget-hero .top-animate-banner .marquee span:before {
  content: "";
  display: inline-flex;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #fff;
  margin-right: 45px;
}
@media (max-width: 768px) {
  .ling-campaign-widget-hero .top-animate-banner .marquee span:before {
    margin-right: 20px;
  }
}
.ling-campaign-widget-hero .widget-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 25px;
}
.ling-campaign-widget-hero .widget-header .black-friday-title {
  color: #fff;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
}
.ling-campaign-widget-hero .widget-header .deal-image img {
  max-height: 93px;
}
@media (max-width: 768px) {
  .ling-campaign-widget-hero .widget-header .deal-image img {
    max-height: 70px;
  }
}
.ling-campaign-widget-hero .widget-header .deal-text {
  text-align: left;
}
@media (max-width: 768px) {
  .ling-campaign-widget-hero .widget-header .deal-text {
    text-align: center;
  }
}
.ling-campaign-widget-hero .widget-header .deal-text h2 {
  color: #fff;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}
@media (max-width: 768px) {
  .ling-campaign-widget-hero .widget-header .deal-text h2 {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .ling-campaign-widget-hero .widget-header {
    flex-direction: column;
    gap: 15px;
  }
}
.ling-campaign-widget-hero .discount-section {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media (max-width: 768px) {
  .ling-campaign-widget-hero .discount-section {
    flex-direction: column;
  }
}
.ling-campaign-widget-hero .discount-section .percentage {
  color: #FC0;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .ling-campaign-widget-hero .discount-section .percentage {
    font-size: 29px;
  }
}
.ling-campaign-widget-hero .discount-section .discount-text {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  margin-top: 3px;
}
.ling-campaign-widget-hero .discount-section .discount-text span {
  color: #FC0;
}
.ling-campaign-widget-hero .middle-text-box {
  max-width: 646px;
  margin: 0 auto;
  border-radius: 16px;
  background: #002D4A;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex-direction: column;
  padding: 24px;
}
.ling-campaign-widget-hero .middle-text-box h4 {
  margin: 0;
  color: #fff;
  text-align: center;
  font-size: 29px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .ling-campaign-widget-hero .middle-text-box h4 {
    font-size: 26px;
  }
}
.ling-campaign-widget-hero .middle-text-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ling-campaign-widget-hero .middle-text-box ul li {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-family: "Noto Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 10px;
  position: relative;
}
.ling-campaign-widget-hero .middle-text-box ul li:before {
  content: "✓";
  margin-right: 5px;
}
.ling-campaign-widget-hero .middle-text-box ul li:last-child {
  margin-bottom: 0;
}
.ling-campaign-widget-hero .pricing-section {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  max-width: 484px;
  margin: 0 auto;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.2);
  margin-top: 20px;
  gap: 10px;
  padding: 25px 30px;
}
.ling-campaign-widget-hero .pricing-section .original-price {
  font-size: 32px;
  text-decoration: line-through;
  color: #A3B6C2;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 768px) {
  .ling-campaign-widget-hero .pricing-section .original-price {
    font-size: 18px;
  }
}
.ling-campaign-widget-hero .pricing-section .discounted-price {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
@media (max-width: 768px) {
  .ling-campaign-widget-hero .pricing-section .discounted-price {
    font-size: 32px;
  }
}
.ling-campaign-widget-hero .pricing-section .trial-text {
  font-size: 16px;
  color: #4B93FF;
  font-weight: 600;
  font-family: "Noto Sans", sans-serif;
}
.ling-campaign-widget-hero .pricing-section .discount-label-image {
  position: absolute;
  width: 112px;
  right: -4px;
  top: -4px;
  pointer-events: none;
}
@media (max-width: 768px) {
  .ling-campaign-widget-hero .pricing-section .discount-label-image {
    width: 80px;
    right: -2px;
    top: -2px;
  }
}
.ling-campaign-widget-hero .ling-btn-default {
  margin-bottom: 70px;
  background-color: #009DFF;
  font-weight: 700 !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 23px !important;
  border: 0;
  outline: none;
}
@media (max-width: 768px) {
  .ling-campaign-widget-hero .ling-btn-default {
    font-size: 18px !important;
    margin-bottom: 50px;
  }
}
.ling-campaign-widget-hero .ling-btn-default:hover {
  background-color: #0486d7;
  color: #fff !important;
}
.ling-campaign-widget-hero #campaign-countdown {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.2);
  margin-top: 10px;
  padding: 10px;
  margin-bottom: 45px;
}
.ling-campaign-widget-hero #campaign-countdown .countdown-segment {
  position: relative;
}
.ling-campaign-widget-hero #campaign-countdown .countdown-segment:after {
  content: ":";
  position: absolute;
  top: 17px;
  right: -17px;
}
@media (max-width: 768px) {
  .ling-campaign-widget-hero #campaign-countdown .countdown-segment:after {
    top: 12px;
  }
}
.ling-campaign-widget-hero #campaign-countdown .countdown-segment:last-child:after {
  display: none;
}
.ling-campaign-widget-hero #campaign-countdown .countdown-segment span {
  border-radius: var(--radius-sm-8, 8px);
  background: #F90;
  display: flex;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  width: 70px;
  height: 70px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #fff;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .ling-campaign-widget-hero #campaign-countdown .countdown-segment span {
    width: 45px;
    height: 45px;
    font-size: 26px;
  }
}
.ling-campaign-widget-hero #campaign-countdown .countdown-segment small {
  font-size: 12px;
  display: block;
  color: #E0E7EB;
  font-weight: 400;
  font-family: "Noto Sans", sans-serif;
  line-height: 1;
}
.ling-campaign-widget-hero .cta-button {
  background: linear-gradient(135deg, #2196f3, #1976d2);
  color: white;
  border: none;
  padding: 18px 50px;
  font-size: 1.3rem;
  font-weight: 700;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 6px 20px rgba(33, 150, 243, 0.4);
  text-transform: capitalize;
}
.ling-campaign-widget-hero .cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(33, 150, 243, 0.5);
  background: linear-gradient(135deg, #1976d2, #1565c0);
}
.ling-campaign-widget-hero .cta-button:active {
  transform: translateY(0);
}
@media (max-width: 480px) {
  .ling-campaign-widget-hero .cta-button {
    padding: 15px 40px;
    font-size: 1.1rem;
  }
}
.ling-campaign-widget-hero .hero-footer {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  padding-bottom: 70px;
}
@media (max-width: 768px) {
  .ling-campaign-widget-hero .hero-footer {
    padding-bottom: 70px;
  }
}
@media (max-width: 768px) {
  .ling-campaign-widget-hero .hero-footer img {
    width: 20%;
  }
}
@media (max-width: 768px) {
  .ling-campaign-widget-hero .hero-footer .footer-image-middle {
    width: 60%;
  }
}
.ling-campaign-widget-hero .hero-footer:before {
  content: "";
  display: block;
  background: #fff;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  height: 70px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -1px;
  right: 0;
}
@media (max-width: 768px) {
  .ling-campaign-widget-hero .hero-footer:before {
    height: 70px;
  }
}
.ling-campaign-widget-hero.cyber_monday {
  background: linear-gradient(184deg, #000A33 7.53%, #001F33 72.79%);
}
.ling-campaign-widget-hero.cyber_monday .top-animate-banner {
  background: linear-gradient(184deg, #E42C8B 7.53%, #E42C8B 72.79%);
}
.ling-campaign-widget-hero.cyber_monday .widget-container {
  background: radial-gradient(49.86% 50% at 50% 12.15%, rgba(240, 131, 188, 0.6) 0%, rgba(228, 44, 139, 0) 100%);
}
.ling-campaign-widget-hero.cyber_monday .middle-text-box {
  background: rgba(0, 157, 255, 0.12);
}
.ling-campaign-widget-hero.cyber_monday .pricing-section {
  background: rgba(0, 0, 0, 0.2);
}
.ling-campaign-widget-hero.cyber_monday #campaign-countdown {
  background: rgba(0, 0, 0, 0.2);
}
.ling-campaign-widget-hero.cyber_monday .discount-section .percentage {
  text-shadow: 2px 2px 6px #009DFF;
  color: #fff;
}
.ling-campaign-widget-hero.cyber_monday .widget-header .deal-image img {
  margin-top: 14px;
}
.ling-campaign-widget-hero.cyber_monday .hero-footer {
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .ling-campaign-widget-hero.cyber_monday .hero-footer {
    padding-bottom: 40px;
  }
}
.ling-campaign-widget-hero.cyber_monday .hero-footer img {
  margin-bottom: -30px;
}
@media (max-width: 768px) {
  .ling-campaign-widget-hero.cyber_monday .hero-footer img {
    width: 100%;
    margin-bottom: 0;
  }
}

/* Animation keyframes */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%); /* scroll by half width */
  }
}
.ling-whatyouget-widget {
  background: #fff;
  padding: 0px 0px;
}
@media (max-width: 768px) {
  .ling-whatyouget-widget {
    padding: 0px 15px;
  }
}
.ling-whatyouget-widget .ling-heading {
  text-align: center;
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  .ling-whatyouget-widget .ling-heading {
    margin-bottom: 20px;
  }
}
.ling-whatyouget-widget .layout-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 992px) {
  .ling-whatyouget-widget .layout-container {
    gap: 30px;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .ling-whatyouget-widget .layout-container {
    flex-direction: column;
    text-align: center;
  }
}
.ling-whatyouget-widget .owl-carousel {
  width: 670px;
  position: relative;
}
@media (max-width: 768px) {
  .ling-whatyouget-widget .owl-carousel {
    width: 100%;
    max-width: 100%;
  }
}
.ling-whatyouget-widget .owl-carousel .item {
  text-align: center;
}
.ling-whatyouget-widget .owl-carousel .item img {
  width: auto;
  margin: 0 auto;
  height: auto;
}
@media (max-width: 768px) {
  .ling-whatyouget-widget .owl-carousel .item img {
    width: 75%;
  }
}
.ling-whatyouget-widget .owl-carousel .owl-dots {
  text-align: center;
  margin-top: 20px;
}
.ling-whatyouget-widget .owl-carousel .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  background: #E0E7EB;
  border-radius: 50%;
  margin: 0 5px;
  display: inline-block;
  transition: all 0.3s ease;
}
.ling-whatyouget-widget .owl-carousel .owl-dots .owl-dot.active {
  background: #F90;
}
@media (max-width: 768px) {
  .ling-whatyouget-widget .owl-carousel {
    width: 100%;
    max-width: 380px;
  }
}
.ling-whatyouget-widget .features-content {
  width: calc(50% - 70px);
  max-width: 670px;
}
@media (max-width: 768px) {
  .ling-whatyouget-widget .features-content {
    width: 100%;
    max-width: 100%;
  }
}
.ling-whatyouget-widget .features-content h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #2e3a59;
}
@media (max-width: 992px) {
  .ling-whatyouget-widget .features-content h2 {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .ling-whatyouget-widget .features-content h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.ling-whatyouget-widget .features-content .features-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ling-whatyouget-widget .features-content .features-list li {
  display: flex;
  align-items: center;
  background: #E6F5FF;
  border-radius: 20px;
  padding: 30px 30px;
  margin-bottom: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  gap: 15px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .ling-whatyouget-widget .features-content .features-list li {
    font-size: 18px;
    padding: 20px 15px;
    text-align: left;
    gap: 10px;
  }
}
.ling-whatyouget-widget .features-content .features-list li:hover {
  background: #e0f1ff;
}
.ling-whatyouget-widget .features-content .features-list li.active {
  background: #0099ff;
  color: #fff;
}
.ling-whatyouget-widget .features-content .features-list li.active p {
  color: #fff;
}
.ling-whatyouget-widget .features-content .features-list li.active h5 {
  color: #fff;
}
.ling-whatyouget-widget .features-content .features-list li.active .icon {
  background: #fff;
  color: #0099ff;
}
.ling-whatyouget-widget .features-content .features-list li h5 {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}
@media (max-width: 768px) {
  .ling-whatyouget-widget .features-content .features-list li h5 {
    font-size: 18px;
  }
}
.ling-whatyouget-widget .features-content .features-list li p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  font-family: "Noto Sans", sans-serif;
}
.ling-whatyouget-widget .features-content .features-list li p strong {
  font-weight: 700;
}
.ling-whatyouget-widget .features-content .features-list li .icon {
  display: inline-block;
  background: #3ddc84;
  color: #fff;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 14px;
  flex-shrink: 0;
}
.ling-whatyouget-widget .features-content .features-list li div strong {
  display: block;
  font-size: 16px;
  margin-bottom: 4px;
  color: #222;
}
@media (max-width: 480px) {
  .ling-whatyouget-widget .features-content .features-list li div strong {
    font-size: 15px;
  }
}
.ling-whatyouget-widget .features-content .features-list li div p {
  margin: 0;
  font-size: 14px;
  color: #555;
}
@media (max-width: 480px) {
  .ling-whatyouget-widget .features-content .features-list li div p {
    font-size: 13px;
  }
}
@media (max-width: 992px) {
  .ling-whatyouget-widget .features-content {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .ling-whatyouget-widget .features-content {
    max-width: 100%;
  }
}

.ling-safesecure-widget {
  background: #fff;
  padding: 0px 0px;
  text-align: center;
}
@media (max-width: 768px) {
  .ling-safesecure-widget {
    padding: 0px 15px;
  }
}
.ling-safesecure-widget .layout-container {
  padding: 0 20px;
}
.ling-safesecure-widget .ling-heading {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 50px;
  color: var(--e-global-color-primary);
}
.ling-safesecure-widget .features {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 60px;
}
@media (max-width: 992px) {
  .ling-safesecure-widget .features {
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .ling-safesecure-widget .features {
    flex-direction: column;
    gap: 25px;
  }
}
.ling-safesecure-widget .features .feature-item {
  flex: 1;
  max-width: 300px;
  text-align: center;
}
.ling-safesecure-widget .features .feature-item .icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 165, 0, 0.1);
  border-radius: 50%;
  transition: transform 0.3s ease;
}
.ling-safesecure-widget .features .feature-item .icon img {
  width: 100px;
  height: 100px;
  max-width: auto;
  object-fit: contain;
}
.ling-safesecure-widget .features .feature-item .icon:hover {
  transform: scale(1.15);
}
@media (max-width: 480px) {
  .ling-safesecure-widget .features .feature-item .icon {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
  }
}
.ling-safesecure-widget .features .feature-item p {
  font-size: 16px;
  line-height: 1.4;
  color: #28353D;
  font-weight: 400;
  margin: 0;
  font-family: "Noto Sans", sans-serif;
}
@media (max-width: 768px) {
  .ling-safesecure-widget .features .feature-item {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .ling-safesecure-widget {
    padding: 60px 0;
  }
}

.ling-howitworks-widget {
  background: #fff;
  padding: 0px 0px;
  text-align: center;
}
@media (max-width: 768px) {
  .ling-howitworks-widget {
    padding: 0px 30px;
  }
}
.ling-howitworks-widget .ling-heading {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 50px;
  color: var(--e-global-color-primary);
}
.ling-howitworks-widget .steps {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 10px;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .ling-howitworks-widget .steps {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .ling-howitworks-widget .steps {
    flex-direction: column;
    gap: 25px;
  }
}
.ling-howitworks-widget .steps .step-item {
  background: #fff;
  border: 1px solid #A3B6C2;
  border-radius: 14px;
  padding: 24px 24px;
  text-align: left;
  flex: 1 1 30%;
  transition: box-shadow 0.3s ease;
}
.ling-howitworks-widget .steps .step-item:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}
.ling-howitworks-widget .steps .step-item .step-number {
  display: inline-block;
  background: #ffa500;
  color: #fff;
  font-weight: 700;
  border-radius: 6px;
  padding: 8px 8px;
  font-size: 26px;
  margin-bottom: 15px;
}
.ling-howitworks-widget .steps .step-item .step-content h3 {
  font-size: 26px;
  font-weight: 700;
  color: var(--e-global-color-primary);
  margin-bottom: 10px;
}
.ling-howitworks-widget .steps .step-item .step-content p {
  font-size: 16px;
  color: #4a5568;
  margin-bottom: 40px;
}
.ling-howitworks-widget .steps .step-item .step-content .step-image img {
  width: 100%;
  max-width: 300px;
  border-radius: 12px;
  display: block;
  object-fit: contain;
}
@media (max-width: 480px) {
  .ling-howitworks-widget .steps .step-item .step-content .step-image img {
    max-width: 260px;
  }
}
@media (max-width: 768px) {
  .ling-howitworks-widget .steps .step-item {
    flex: 1 1 100%;
  }
}
@media (max-width: 480px) {
  .ling-howitworks-widget {
    padding: 60px 0;
  }
}

.ling-support-widget {
  text-align: center;
  padding: 100px 20px;
  background: #fff;
  color: #2e3a59;
}
@media (max-width: 768px) {
  .ling-support-widget {
    padding: 0px 30px;
  }
}
.ling-support-widget .layout-container {
  max-width: 800px;
  margin: 0 auto;
}
.ling-support-widget .title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 25px;
  color: #28353D;
}
.ling-support-widget .icon {
  margin-bottom: 25px;
}
.ling-support-widget .icon img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: inline-block;
}
.ling-support-widget .subtitle {
  font-size: 18px;
  font-weight: 700;
  color: var(--e-global-color-primary);
  margin-bottom: 20px;
}
.ling-support-widget .email {
  display: inline-block;
  color: #ff9900 !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  text-decoration: none;
  border: 1px solid #ff9900;
  border-radius: 30px;
  padding: 13px 25px;
  transition: all 0.3s ease;
}
.ling-support-widget .email:hover {
  background: #ff9900;
  color: #fff !important;
}
.ling-support-widget .note {
  margin-top: 20px;
  font-size: 16px;
  color: #5C788A;
  font-weight: 400;
}

.ling-faq-widget {
  background: #fff;
  padding: 0px 0px;
  text-align: left;
  color: #2e3a59;
  max-width: 70%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .ling-faq-widget {
    padding: 0px 15px;
    max-width: 100%;
  }
}
.ling-faq-widget .layout-container {
  background: #f9fafb;
  border-radius: 50px;
  padding: 50px 30px;
}
@media (max-width: 768px) {
  .ling-faq-widget .layout-container {
    padding: 35px 30px;
  }
}
.ling-faq-widget .title {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  color: #2e3a59;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .ling-faq-widget .title {
    font-size: 24px;
    margin-bottom: 25px;
  }
}
@media (max-width: 480px) {
  .ling-faq-widget .title {
    font-size: 20px;
  }
}
.ling-faq-widget .faq-list .faq-item {
  border-bottom: 1px solid #cdd6e0;
  padding: 20px 0;
  cursor: pointer;
}
.ling-faq-widget .faq-list .faq-item:last-child {
  border-bottom: none;
}
.ling-faq-widget .faq-list .faq-item .faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  font-size: 18px;
  color: var(--e-global-color-primary);
  transition: color 0.3s ease;
}
.ling-faq-widget .faq-list .faq-item .faq-question:hover {
  color: #ff9900;
}
.ling-faq-widget .faq-list .faq-item .faq-question .faq-toggle {
  transition: all 0.3s ease;
  width: 25px;
  height: 25px;
  position: relative;
  background-image: url(https://ling-app.com/wp-content/themes/hello-elementor-child/assets/img/trailing-icon.svg);
}
.ling-faq-widget .faq-list .faq-item .faq-answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.4s ease;
  font-size: 16px;
  font-weight: 400;
  color: #5C788A;
  line-height: 1.6;
  padding-left: 2px;
}
.ling-faq-widget .faq-list .faq-item.active .faq-answer {
  max-height: 500px;
  opacity: 1;
  margin-top: 10px;
}
.ling-faq-widget .faq-list .faq-item.active .faq-toggle {
  transform: rotate(180deg);
}

.ling-home-hero-widget {
  position: relative;
  background-color: #FFEDBD;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100vh - 126px);
  padding: 150px 60px 180px 60px;
}
@media screen and (max-width: 1500px) {
  .ling-home-hero-widget {
    padding: 110px 60px 200px 60px;
  }
}
@media screen and (max-width: 1200px) {
  .ling-home-hero-widget {
    padding: 150px 60px 200px 60px;
    height: calc(100vh - 90px);
  }
}
@media screen and (max-width: 992px) {
  .ling-home-hero-widget {
    padding: 40px 15px 100px 15px;
  }
}
.ling-home-hero-widget .hero-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 60px;
  position: relative;
  z-index: 9;
}
@media screen and (max-width: 1500px) {
  .ling-home-hero-widget .hero-inner {
    justify-content: center;
    gap: 80px;
  }
}
@media screen and (max-width: 1200px) {
  .ling-home-hero-widget .hero-inner {
    gap: 40px;
  }
}
@media screen and (max-width: 992px) {
  .ling-home-hero-widget .hero-inner {
    flex-direction: column-reverse;
    text-align: center;
    gap: 20px;
    align-items: center;
  }
}
.ling-home-hero-widget .hero-content {
  max-width: 550px;
}
.ling-home-hero-widget .hero-content .hero-heading {
  font-size: 48px;
  font-weight: 700;
  color: var(--e-global-color-primary);
  line-height: 1.2;
  margin-bottom: 20px;
}
@media screen and (max-width: 992px) {
  .ling-home-hero-widget .hero-content .hero-heading {
    font-size: 36px;
  }
}
@media screen and (max-width: 480px) {
  .ling-home-hero-widget .hero-content .hero-heading {
    font-size: 30px;
  }
}
.ling-home-hero-widget .hero-content .hero-subtext {
  color: var(--e-global-color-primary);
  margin-bottom: 40px;
}
@media screen and (max-width: 992px) {
  .ling-home-hero-widget .hero-content .hero-subtext {
    display: none;
  }
}
.ling-home-hero-widget .hero-content .hero-search {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
}
@media screen and (max-width: 992px) {
  .ling-home-hero-widget .hero-content .hero-search {
    align-items: center;
  }
}
.ling-home-hero-widget .hero-content .hero-search .hero-input {
  flex: 1;
  padding: 15px 20px;
  font-size: 16px;
  border-radius: 12px;
  border: none;
  outline: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 992px) {
  .ling-home-hero-widget .hero-content .hero-search .hero-input {
    width: 100%;
  }
}
.ling-home-hero-widget .hero-content .hero-search .ling-btn-default {
  cursor: pointer;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 992px) {
  .ling-home-hero-widget .hero-content .hero-search .ling-btn-default {
    width: auto;
    margin: 0 auto;
  }
}
@media screen and (max-width: 992px) {
  .ling-home-hero-widget .hero-content .hero-search {
    flex-direction: column;
  }
}
.ling-home-hero-widget .hero-image-wrap {
  position: relative;
}
.ling-home-hero-widget .hero-image-wrap lottie-player, .ling-home-hero-widget .hero-image-wrap img {
  width: 550px;
  height: auto;
  display: block;
}
@media screen and (max-width: 1500px) {
  .ling-home-hero-widget .hero-image-wrap lottie-player, .ling-home-hero-widget .hero-image-wrap img {
    width: 480px;
  }
}
@media screen and (max-width: 992px) {
  .ling-home-hero-widget .hero-image-wrap lottie-player, .ling-home-hero-widget .hero-image-wrap img {
    width: 380px;
  }
}
@media screen and (max-width: 576px) {
  .ling-home-hero-widget .hero-image-wrap lottie-player, .ling-home-hero-widget .hero-image-wrap img {
    width: 250px;
  }
}
.ling-home-hero-widget .hero-background {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 992px) {
  .ling-home-hero-widget .hero-background img {
    width: 100%;
  }
}
.ling-home-hero-widget .hero-background .cloud-left {
  position: absolute;
  bottom: -10px;
  left: 0;
}
@media screen and (max-width: 992px) {
  .ling-home-hero-widget .hero-background .cloud-left {
    width: 50%;
  }
}
.ling-home-hero-widget .hero-background .cloud-right {
  position: absolute;
  bottom: -10px;
  right: 0;
}
@media screen and (max-width: 992px) {
  .ling-home-hero-widget .hero-background .cloud-right {
    width: 50%;
  }
}

.ling-logo-carousel-widget {
  text-align: center;
  padding: 70px 15px;
}
@media screen and (max-width: 992px) {
  .ling-logo-carousel-widget {
    padding: 50px 0px;
  }
}
.ling-logo-carousel-widget .carousel-heading {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 50px;
  color: var(--e-global-color-primary);
}
@media screen and (max-width: 992px) {
  .ling-logo-carousel-widget .carousel-heading {
    margin-bottom: 40px;
  }
}
.ling-logo-carousel-widget .carousel-logos {
  display: flex;
  overflow: hidden;
  position: relative;
}
.ling-logo-carousel-widget .carousel-logos:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 50px;
  background-image: linear-gradient(90deg, #ffffff, transparent);
  top: 0;
  left: 0;
  z-index: 2;
}
.ling-logo-carousel-widget .carousel-logos:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 50px;
  background-image: linear-gradient(90deg, transparent, #ffffff);
  top: 0;
  right: 0;
  z-index: 2;
}
.ling-logo-carousel-widget .carousel-logos .carousel-track {
  display: flex;
  gap: 112px;
  align-items: center;
  animation: scroll-logos 10s linear infinite;
  will-change: transform;
}
@media screen and (max-width: 992px) {
  .ling-logo-carousel-widget .carousel-logos .carousel-track {
    gap: 50px;
  }
}
.ling-logo-carousel-widget .carousel-logos .carousel-track .carousel-logo {
  flex: 0 0 calc((100% - 448px) / 5);
  max-width: calc((100% - 448px) / 5);
}
.ling-logo-carousel-widget .carousel-logos .carousel-track .carousel-logo img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}
@media screen and (max-width: 992px) {
  .ling-logo-carousel-widget .carousel-logos .carousel-track .carousel-logo {
    flex: 0 0 calc((100% - 100px) / 4);
    max-width: calc((100% - 100px) / 4);
  }
}
@keyframes scroll-logos {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.ling-video-widget {
  text-align: center;
  padding-top: 50px;
}
.ling-video-widget h2 {
  margin-bottom: 65px;
}
.ling-video-widget .video-inner .video-thumbnail-wrapper {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media (max-width: 1200px) {
  .ling-video-widget .video-inner .video-thumbnail-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
    gap: 20px;
  }
}
.ling-video-widget .video-inner .video-thumbnail-wrapper .video-wrap {
  width: 600px;
  background: #e6f5ff;
  border-radius: 30px;
}
@media (max-width: 1200px) {
  .ling-video-widget .video-inner .video-thumbnail-wrapper .video-wrap {
    max-width: 600px;
    width: 100%;
  }
}
.ling-video-widget .video-inner .video-thumbnail-wrapper .mobile_img {
  display: none;
}
@media (max-width: 1200px) {
  .ling-video-widget .video-inner .video-thumbnail-wrapper .mobile_img {
    display: inline-flex !important;
  }
}
.ling-video-widget .video-inner .video-thumbnail-wrapper .video-thumbnail-img {
  aspect-ratio: 16/9;
  border-radius: 30px;
}
@media (max-width: 1200px) {
  .ling-video-widget .video-inner .video-thumbnail-wrapper img {
    display: none;
  }
}
.ling-video-widget .video-inner .video-thumbnail-wrapper iframe {
  aspect-ratio: 16/9;
  border-radius: 30px;
}

.ling-action-widget {
  background: #009DFF;
  padding: 70px 0px 0px 0px;
}
@media (max-width: 768px) {
  .ling-action-widget {
    padding: 40px 15px 0px 15px;
  }
}
.ling-action-widget .ling-heading {
  text-align: center;
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  .ling-action-widget .ling-heading {
    margin-bottom: 20px;
  }
}
.ling-action-widget .layout-container {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
}
@media (max-width: 992px) {
  .ling-action-widget .layout-container {
    gap: 30px;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .ling-action-widget .layout-container {
    flex-direction: column;
    text-align: center;
  }
}
.ling-action-widget .owl-carousel {
  width: 24%;
  position: relative;
  margin-bottom: -5px;
}
@media (max-width: 768px) {
  .ling-action-widget .owl-carousel {
    width: 80%;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: -6px;
  }
}
.ling-action-widget .owl-carousel .item {
  text-align: center;
  border-radius: 30px 30px 0 0;
  overflow: hidden;
}
.ling-action-widget .owl-carousel .item img {
  width: auto;
  margin: 0 auto;
  height: auto;
}
@media (max-width: 768px) {
  .ling-action-widget .owl-carousel .item img {
    width: 75%;
  }
}
.ling-action-widget .owl-carousel .owl-dots {
  text-align: center;
  margin-top: 20px;
}
.ling-action-widget .owl-carousel .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  background: #E0E7EB;
  border-radius: 50%;
  margin: 0 5px;
  display: inline-block;
  transition: all 0.3s ease;
}
.ling-action-widget .owl-carousel .owl-dots .owl-dot.active {
  background: #F90;
}
.ling-action-widget .features-content {
  width: calc(76% - 40px);
  max-width: 100%;
}
@media (max-width: 768px) {
  .ling-action-widget .features-content {
    width: 100%;
    max-width: 100%;
  }
}
.ling-action-widget .features-content h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #FFF;
}
.ling-action-widget .features-content p {
  color: #fff;
  text-align: center;
}
.ling-action-widget .features-content .icons-btn-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 10px;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .ling-action-widget .features-content .icons-btn-wrap {
    margin-bottom: 20px;
  }
}
.ling-action-widget .features-content .features-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
}
@media (max-width: 768px) {
  .ling-action-widget .features-content .features-list {
    margin-top: 40px;
  }
}
.ling-action-widget .features-content .features-list li {
  display: flex;
  align-items: center;
  background: #E6F5FF;
  border-radius: 20px;
  padding: 30px 30px;
  margin-bottom: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  gap: 15px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .ling-action-widget .features-content .features-list li {
    font-size: 18px;
    padding: 20px 15px;
    text-align: left;
    gap: 10px;
  }
}
.ling-action-widget .features-content .features-list li:hover {
  background: #e0f1ff;
}
.ling-action-widget .features-content .features-list li.active {
  background: #1EAE53;
  color: #fff;
}
.ling-action-widget .features-content .features-list li.active p {
  color: #fff;
}
.ling-action-widget .features-content .features-list li.active h5 {
  color: #fff;
}
.ling-action-widget .features-content .features-list li.active .icon {
  background: #fff;
  color: #0099ff;
}
.ling-action-widget .features-content .features-list li h5 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--e-global-color-primary);
  margin: 0;
}
@media (max-width: 768px) {
  .ling-action-widget .features-content .features-list li h5 {
    font-size: 18px;
  }
}
.ling-action-widget .features-content .features-list li p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  color: var(--e-global-color-primary);
  font-family: "Noto Sans", sans-serif;
  text-align: left;
}
.ling-action-widget .features-content .features-list li p strong {
  font-weight: 700;
}
.ling-action-widget .features-content .features-list li .icon {
  display: inline-block;
  background: #3ddc84;
  color: #fff;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 14px;
  flex-shrink: 0;
}
.ling-action-widget .features-content .features-list li div strong {
  display: block;
  font-size: 16px;
  margin-bottom: 4px;
  color: #222;
}
@media (max-width: 480px) {
  .ling-action-widget .features-content .features-list li div strong {
    font-size: 15px;
  }
}
.ling-action-widget .features-content .features-list li div p {
  margin: 0;
  font-size: 14px;
  color: #555;
}
@media (max-width: 480px) {
  .ling-action-widget .features-content .features-list li div p {
    font-size: 13px;
  }
}
@media (max-width: 992px) {
  .ling-action-widget .features-content {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .ling-action-widget .features-content {
    max-width: 100%;
  }
}

.ling-why-different-widget {
  padding: 140px 0;
  text-align: center;
}
@media (max-width: 992px) {
  .ling-why-different-widget {
    padding: 60px 15px;
  }
}
.ling-why-different-widget .layout-container {
  padding: 0;
}
.ling-why-different-widget .heading-section {
  text-align: center;
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .ling-why-different-widget .heading-section {
    margin-bottom: 30px;
  }
}
.ling-why-different-widget .heading-section h2 {
  font-size: 36px;
  margin-bottom: 10px;
  font-weight: 700;
  margin-top: 0;
}
.ling-why-different-widget .heading-section p {
  font-size: 26px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 0;
}
.ling-why-different-widget .ling-btn-default {
  margin: auto;
  margin-top: 140px;
}
.ling-why-different-widget .items-section {
  display: flex;
  align-items: center;
  gap: 140px;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 768px) {
  .ling-why-different-widget .items-section {
    gap: 30px;
  }
}
.ling-why-different-widget .items-section .why-different-item {
  display: flex;
  align-items: center;
  gap: 90px;
}
@media (max-width: 768px) {
  .ling-why-different-widget .items-section .why-different-item {
    gap: 30px;
  }
}
.ling-why-different-widget .items-section .why-different-item.layout-left .item-image {
  order: 1;
}
@media (max-width: 768px) {
  .ling-why-different-widget .items-section .why-different-item.layout-left .item-image {
    width: 80%;
  }
}
.ling-why-different-widget .items-section .why-different-item.layout-left .item-image img {
  max-width: 100%;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .ling-why-different-widget .items-section .why-different-item.layout-left .item-image img {
    max-width: 100%;
  }
}
.ling-why-different-widget .items-section .why-different-item.layout-left .item-text {
  order: 0;
  max-width: 600px;
}
.ling-why-different-widget .items-section .why-different-item.layout-left .item-text h3 {
  font-size: 26px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .ling-why-different-widget .items-section .why-different-item.layout-right {
    flex-direction: column-reverse;
  }
}
.ling-why-different-widget .items-section .why-different-item.layout-right .item-image {
  order: 0;
}
@media (max-width: 768px) {
  .ling-why-different-widget .items-section .why-different-item.layout-right .item-image {
    width: 80%;
    order: 1 !important;
  }
}
.ling-why-different-widget .items-section .why-different-item.layout-right .item-image img {
  max-width: 100%;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .ling-why-different-widget .items-section .why-different-item.layout-right .item-image img {
    max-width: 100%;
  }
}
.ling-why-different-widget .items-section .why-different-item.layout-right .item-text {
  order: 1;
  max-width: 600px;
}
@media (max-width: 768px) {
  .ling-why-different-widget .items-section .why-different-item.layout-right .item-text {
    order: 0 !important;
  }
}
.ling-why-different-widget .items-section .why-different-item.layout-right .item-text h3 {
  font-size: 28px;
  margin-bottom: 10px;
  color: var(--e-global-color-primary);
}
@media (max-width: 768px) {
  .ling-why-different-widget .items-section .why-different-item.layout-right .item-text h3 {
    font-size: 24px;
  }
}
.ling-why-different-widget .items-section .why-different-item.layout-right .item-text p {
  font-size: 16px;
  line-height: 1.5;
  color: var(--e-global-color-primary);
}
@media (max-width: 768px) {
  .ling-why-different-widget .items-section .why-different-item.layout-right .item-text p {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .ling-why-different-widget .items-section .why-different-item {
    flex-direction: column;
  }
  .ling-why-different-widget .items-section .why-different-item .item-text,
  .ling-why-different-widget .items-section .why-different-item .item-image {
    order: 0 !important;
  }
}

.ling-explore-language-widget {
  padding: 140px 0 100px 0;
}
@media (max-width: 992px) {
  .ling-explore-language-widget {
    padding: 50px 0 50px 0;
  }
}
.ling-explore-language-widget {
  text-align: center;
}
.ling-explore-language-widget .layout-container {
  padding: 0;
}
.ling-explore-language-widget .heading-section {
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .ling-explore-language-widget .heading-section {
    padding: 15px;
    margin-bottom: 0;
  }
}
.ling-explore-language-widget .heading-section h2 {
  font-size: 36px;
  margin-bottom: 10px;
  font-weight: 700;
  margin-top: 0;
}
.ling-explore-language-widget .ling-btn-default {
  margin: auto;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .ling-explore-language-widget .ling-btn-default {
    margin-top: 30px;
  }
}
.ling-explore-language-widget .expo-lang-tabs {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  padding: 16px;
}
@media (max-width: 768px) {
  .ling-explore-language-widget .expo-lang-tabs {
    padding: 15px;
  }
}
.ling-explore-language-widget .expo-lang-tabs__list {
  display: inline-flex;
  gap: 0px;
  margin-bottom: 18px;
  align-items: center;
  justify-content: center;
  border: solid 1px #009DFF;
  border-radius: 100px;
  max-height: 52px;
}
.ling-explore-language-widget .expo-lang-tabs__list .expo-lang-tabs__tab {
  appearance: none;
  border: none;
  background: #fff;
  padding: 13px 30px;
  border-radius: 100px;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  transition: all 180ms ease;
  font-family: "Noto Sans", sans-serif;
  color: var(--e-global-color-primary);
  outline: none;
}
.ling-explore-language-widget .expo-lang-tabs__list .expo-lang-tabs__tab--active {
  background: #009DFF;
  color: #fff;
}
.ling-explore-language-widget .expo-lang-tabs__list .expo-lang-tabs__tab:focus {
  background: #009DFF;
  color: #fff;
}
.ling-explore-language-widget .expo-lang-tabs__panels {
  width: 100%;
}
.ling-explore-language-widget .expo-lang-tabs__panels .expo-lang-tabs__panel {
  display: none;
  padding: 12px 6px 0 6px;
}
@media (max-width: 600px) {
  .ling-explore-language-widget .expo-lang-tabs__panels .expo-lang-tabs__panel {
    padding: 10px 4px 0 4px;
  }
}
.ling-explore-language-widget .expo-lang-tabs__panels .expo-lang-tabs__panel--active {
  display: block;
}
.ling-explore-language-widget .expo-lang-tabs__panels .expo-lang-tabs__panel .load-more {
  font-family: "Noto Sans", sans-serif;
  color: #5C788A;
  font-size: 18px;
  font-weight: 700;
  border-radius: 15px;
  border: 2px solid #E0E7EB;
  padding: 9px 40px;
  outline: none;
  margin-top: 30px;
}
.ling-explore-language-widget .expo-lang-tabs__panels .expo-lang-tabs__panel .load-more:hover {
  background: #E0E7EB;
  border: 2px solid #E0E7EB;
}
.ling-explore-language-widget .expo-lang-tabs__panels .expo-lang-tabs__panel .load-more:focus {
  background: #E0E7EB;
  border: 2px solid #E0E7EB;
}
.ling-explore-language-widget .expo-lang-tabs__panels .expo-lang-tabs__panel .expo-lang-cols-long {
  display: flex;
  gap: 10px;
  align-items: stretch;
}
@media (max-width: 768px) {
  .ling-explore-language-widget .expo-lang-tabs__panels .expo-lang-tabs__panel .expo-lang-cols-long {
    flex-direction: column;
  }
}
.ling-explore-language-widget .expo-lang-tabs__panels .expo-lang-tabs__panel .expo-lang-cols-long .expo-lang-col {
  width: 100%;
}
.ling-explore-language-widget .expo-lang-tabs__panels .expo-lang-tabs__panel .expo-lang-cols-long .expo-lang-col h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: #28353D;
  margin-top: 0;
  margin-bottom: 20px;
  text-align: left;
  padding: 0 20px;
}
.ling-explore-language-widget .expo-lang-tabs__panels .expo-lang-tabs__panel .expo-lang-cols-long .expo-lang-col .expo-item {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.ling-explore-language-widget .expo-lang-tabs__panels .expo-lang-tabs__panel .expo-lang-cols-long .expo-lang-col .expo-item a {
  border-radius: 12px;
  border: 1px solid #A3B6C2;
  font-family: "Noto Sans", sans-serif;
  color: #5C788A;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  gap: 10px;
  padding: 20px;
  padding: 20px 15px;
  align-items: center;
  justify-content: flex-start;
  width: calc(33.33% - 10px);
  transition: all 0.3s ease;
}
.ling-explore-language-widget .expo-lang-tabs__panels .expo-lang-tabs__panel .expo-lang-cols-long .expo-lang-col .expo-item a:hover {
  box-shadow: 1px 1px 11px 5px rgba(0, 0, 0, 0.12);
}
.ling-explore-language-widget .expo-lang-tabs__panels .expo-lang-tabs__panel .expo-lang-cols-long .expo-lang-col .expo-item a img {
  height: 32px;
  width: auto;
  border: solid 1px #e7e7e7;
  border-radius: 5px;
}
.ling-explore-language-widget .expo-lang-tabs__panels .expo-lang-tabs__panel .expo-lang-cols-long .expo-lang-col .expo-item a.hidden-post {
  display: none;
}
@media (max-width: 992px) {
  .ling-explore-language-widget .expo-lang-tabs__panels .expo-lang-tabs__panel .expo-lang-cols-long .expo-lang-col .expo-item a {
    width: calc(50% - 10px);
  }
}
.ling-explore-language-widget .expo-lang-tabs__panels .expo-lang-tabs__panel .expo-lang-cols-long .expo-lang-col .expo-item a .arrow-icon-2 {
  width: 16px;
  margin-left: auto;
  border: 0;
}
@media (max-width: 768px) {
  .ling-explore-language-widget .expo-lang-tabs__panels .expo-lang-tabs__panel .expo-lang-cols-long .expo-lang-col .expo-item a .arrow-icon-2 {
    display: none;
  }
}
.ling-explore-language-widget .expo-lang-tabs__panels .expo-lang-tabs__panel .expo-lang-cols {
  display: flex;
  gap: 10px;
  align-items: stretch;
}
@media (max-width: 768px) {
  .ling-explore-language-widget .expo-lang-tabs__panels .expo-lang-tabs__panel .expo-lang-cols {
    flex-direction: column;
  }
}
.ling-explore-language-widget .expo-lang-tabs__panels .expo-lang-tabs__panel .expo-lang-cols .expo-lang-col {
  width: 33.33%;
}
@media (max-width: 992px) {
  .ling-explore-language-widget .expo-lang-tabs__panels .expo-lang-tabs__panel .expo-lang-cols .expo-lang-col {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .ling-explore-language-widget .expo-lang-tabs__panels .expo-lang-tabs__panel .expo-lang-cols .expo-lang-col {
    width: 100%;
  }
}
.ling-explore-language-widget .expo-lang-tabs__panels .expo-lang-tabs__panel .expo-lang-cols .expo-lang-col h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: #28353D;
  margin-top: 0;
  margin-bottom: 20px;
  text-align: left;
  padding: 0 20px;
}
.ling-explore-language-widget .expo-lang-tabs__panels .expo-lang-tabs__panel .expo-lang-cols .expo-lang-col .expo-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 768px) {
  .ling-explore-language-widget .expo-lang-tabs__panels .expo-lang-tabs__panel .expo-lang-cols .expo-lang-col .expo-item {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.ling-explore-language-widget .expo-lang-tabs__panels .expo-lang-tabs__panel .expo-lang-cols .expo-lang-col .expo-item a {
  border-radius: 12px;
  border: 1px solid #A3B6C2;
  font-family: "Noto Sans", sans-serif;
  color: #5C788A;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  gap: 10px;
  padding: 20px 15px;
  align-items: center;
  justify-content: flex-start;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .ling-explore-language-widget .expo-lang-tabs__panels .expo-lang-tabs__panel .expo-lang-cols .expo-lang-col .expo-item a {
    width: calc(50% - 5px);
    padding: 15px 15px;
  }
}
.ling-explore-language-widget .expo-lang-tabs__panels .expo-lang-tabs__panel .expo-lang-cols .expo-lang-col .expo-item a.hidden-post {
  display: none;
}
.ling-explore-language-widget .expo-lang-tabs__panels .expo-lang-tabs__panel .expo-lang-cols .expo-lang-col .expo-item a:hover {
  box-shadow: 1px 1px 11px 5px rgba(0, 0, 0, 0.12);
}
.ling-explore-language-widget .expo-lang-tabs__panels .expo-lang-tabs__panel .expo-lang-cols .expo-lang-col .expo-item a img {
  height: 32px;
  width: auto;
  border: solid 1px #e7e7e7;
  border-radius: 5px;
}
.ling-explore-language-widget .expo-lang-tabs__panels .expo-lang-tabs__panel .expo-lang-cols .expo-lang-col .expo-item a .arrow-icon-2 {
  width: 16px;
  margin-left: auto;
  border: 0;
}
@media (max-width: 768px) {
  .ling-explore-language-widget .expo-lang-tabs__panels .expo-lang-tabs__panel .expo-lang-cols .expo-lang-col .expo-item a .arrow-icon-2 {
    display: none;
  }
}
.ling-explore-language-widget .expo-lang-tabs .expo-lang-visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

.explore-morelang {
  padding: 0 0 100px 0px;
}
@media (max-width: 992px) {
  .explore-morelang {
    padding: 0 0 60px 0px;
  }
}
.explore-morelang .layout-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 900px) {
  .explore-morelang .layout-container {
    flex-direction: column;
    text-align: center;
    gap: 30px;
  }
}
.explore-morelang .text-section .small-title {
  font-size: 18px;
  color: var(--e-global-color-primary);
  font-weight: 700;
  margin-bottom: 15px;
}
.explore-morelang .text-section h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 15px;
  color: var(--e-global-color-primary);
}
.explore-morelang .text-section .description {
  color: var(--e-global-color-primary);
  font-size: 18px;
  line-height: 1.5;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
}
.explore-morelang .language-badges {
  max-width: 500px;
}
.explore-morelang .language-badges p {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #000;
  text-align: center;
  margin: 15px 0 0 0;
}
.explore-morelang .language-badges .language-badges-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 30px;
  border-radius: 40px;
  background: linear-gradient(0deg, #F0F3F5 0%, #F0F3F5 100%), #ABABAB;
  justify-content: center;
}
.explore-morelang .language-badges .language-badges-wrap .lang-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 40px;
  border-radius: 100px;
  background: #FFF;
  box-shadow: 0 4px 22.4px 0 rgba(0, 0, 0, 0.25);
  font-size: 18px;
  text-decoration: none;
  font-family: "Noto Sans", sans-serif;
  cursor: pointer;
  font-weight: 400;
  color: var(--e-global-color-primary);
  white-space: nowrap;
  transition: all 0.3s ease;
}
.explore-morelang .language-badges .language-badges-wrap .lang-badge:hover {
  background: #f1f1f1;
}
.explore-morelang .language-badges .language-badges-wrap .lang-badge img {
  width: 20px;
  height: 20px;
  object-fit: cover;
  border-radius: 50%;
  display: none;
}
@media (max-width: 600px) {
  .explore-morelang .language-badges .language-badges-wrap .lang-badge {
    font-size: 14px;
    padding: 8px 14px;
  }
}

.ling-scroll-owl {
  text-align: center;
  padding: 40px 0 50px 0;
}
@media (max-width: 992px) {
  .ling-scroll-owl {
    padding: 0px 0px 50px 0px;
  }
}
.ling-scroll-owl .heading {
  max-width: 1340px;
  margin: 0 auto;
  width: 100%;
  font-size: 36px;
  color: var(--e-global-color-primary);
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 0;
}
@media (max-width: 992px) {
  .ling-scroll-owl .heading {
    padding: 0px 15px 0px 15px;
  }
}
.ling-scroll-owl .sub-heading {
  max-width: 1340px;
  margin: 0 auto;
  width: 100%;
  color: var(--e-global-color-primary);
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  font-size: 18px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .ling-scroll-owl .sub-heading {
    padding: 0px 15px 0px 15px;
  }
}
.ling-scroll-owl .single-image img {
  max-width: 200px;
  margin-bottom: 30px;
  margin-top: 40px;
  display: none;
}
.ling-scroll-owl #lscBtnStartLearning {
  margin-bottom: 50px;
}
.ling-scroll-owl .ling-scroll-carousel {
  background-color: #FFD970;
  padding: 20px 0;
  position: relative;
  width: 100%;
  height: 170px;
  overflow: hidden;
  margin-bottom: 70px;
  margin-top: 50px;
}
@media (max-width: 992px) {
  .ling-scroll-owl .ling-scroll-carousel {
    height: 110px;
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .ling-scroll-owl .ling-scroll-carousel {
    margin-top: 40px;
    height: 92px;
  }
}
.ling-scroll-owl .ling-scroll-carousel .carousel-strip {
  display: inline-flex;
  gap: 15px; /* exact gap */
  height: 100%;
}
.ling-scroll-owl .ling-scroll-carousel .carousel-strip .carousel-item {
  display: inline-block;
  height: 100%;
  width: max-content;
}
.ling-scroll-owl .ling-scroll-carousel .carousel-strip .carousel-item img {
  display: block;
  height: 100%;
  width: auto; /* maintain natural aspect ratio */
  object-fit: cover;
  border-radius: 8px;
}

.ling-about-hero-widget {
  background: #F90;
  padding: 0px 0;
}
.ling-about-hero-widget .top-box {
  background: #FFD970;
  padding: 20px 0;
}
@media (max-width: 768px) {
  .ling-about-hero-widget .top-box .layout-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.ling-about-hero-widget .top-box .top-icons-img {
  width: 100%;
}
@media (max-width: 768px) {
  .ling-about-hero-widget .top-box .top-icons-img {
    height: 100px;
    object-fit: cover;
  }
}
.ling-about-hero-widget .top-box-2 {
  background: linear-gradient(180deg, #FFD970 0%, #F90 78.75%);
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .ling-about-hero-widget .top-box-2 {
    margin-bottom: 50px;
  }
}
.ling-about-hero-widget .top-box-2 .layout-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  text-align: center;
}
.ling-about-hero-widget .top-box-2 .layout-container .greeting-container {
  background-color: #fff;
  padding: 20px 80px;
  border-radius: 50px;
  position: relative;
  margin-top: 20px;
  min-height: 117px;
  min-width: 250px;
}
@media (max-width: 768px) {
  .ling-about-hero-widget .top-box-2 .layout-container .greeting-container {
    min-height: 80px;
    padding: 15px 80px;
  }
}
.ling-about-hero-widget .top-box-2 .layout-container .greeting-container .greeting-item {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
}
.ling-about-hero-widget .top-box-2 .layout-container .greeting-container .greeting-item.active {
  opacity: 1;
  z-index: 2;
}
.ling-about-hero-widget .top-box-2 .layout-container .greeting-container:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 22.5px solid transparent; /* half of width */
  border-right: 22.5px solid transparent; /* half of width */
  border-bottom: 38px solid #fff;
  position: absolute;
  top: -36px;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.ling-about-hero-widget .top-box-2 .layout-container .greeting-container .native-text {
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  color: #F90;
  font-size: 36px;
}
@media (max-width: 768px) {
  .ling-about-hero-widget .top-box-2 .layout-container .greeting-container .native-text {
    font-size: 28px;
  }
}
.ling-about-hero-widget .top-box-2 .layout-container .greeting-container .romanized-text {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  color: #5C788A;
  font-size: 16px;
}
.ling-about-hero-widget .top-box-2 .layout-container h1 {
  margin: 0;
  color: #fff;
  line-height: 1.4;
}
.ling-about-hero-widget .top-box-2 .layout-container p {
  color: #fff;
  margin: 0 auto;
  margin-bottom: 0;
  max-width: 580px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  font-size: 16px;
}
.ling-about-hero-widget .about-layout {
  padding-bottom: 50px;
}
.ling-about-hero-widget .about-layout .layout-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0px;
  margin: auto;
}
@media (max-width: 992px) {
  .ling-about-hero-widget .about-layout .layout-container {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }
}
.ling-about-hero-widget .about-layout .left-box {
  color: #ffffff;
  text-align: left;
  width: 40%;
}
@media (max-width: 992px) {
  .ling-about-hero-widget .about-layout .left-box {
    text-align: center;
    width: 100%;
  }
}
.ling-about-hero-widget .about-layout .left-box .year {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  margin-top: 0;
  margin-bottom: 5px;
}
.ling-about-hero-widget .about-layout .left-box .subtitle {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
}
.ling-about-hero-widget .about-layout .right-box {
  width: 60%;
  color: #ffffff;
}
@media (max-width: 992px) {
  .ling-about-hero-widget .about-layout .right-box {
    width: 100%;
  }
}
.ling-about-hero-widget .about-layout .right-box .heading {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.4;
}
@media (max-width: 992px) {
  .ling-about-hero-widget .about-layout .right-box .heading {
    font-size: 32px;
  }
}
.ling-about-hero-widget .about-layout .right-box .description {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .ling-about-hero-widget .about-layout .right-box .description {
    font-size: 16px;
  }
}
.ling-about-hero-widget .about-layout .right-box .location {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .ling-about-hero-widget .about-layout .right-box .location {
    justify-content: center;
  }
}
.ling-about-hero-widget .about-layout .right-box .location .icon {
  font-size: 24px;
}
.ling-about-hero-widget .about-layout .right-box .hero-image {
  width: 370px;
  height: 370px;
  border-radius: 50%;
  overflow: hidden;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .ling-about-hero-widget .about-layout .right-box .hero-image {
    width: 260px;
    height: 260px;
    margin: 0 auto;
  }
}
.ling-about-hero-widget .about-layout .right-box .hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ling-about-launch-widget {
  padding: 0px 0;
}
.ling-about-launch-widget .about-layout {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .ling-about-launch-widget .about-layout {
    margin-bottom: 50px;
  }
}
.ling-about-launch-widget .about-layout.second-layout .layout-container .right-box {
  padding-top: 0;
}
.ling-about-launch-widget .about-layout .layout-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 50px;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (max-width: 992px) {
  .ling-about-launch-widget .about-layout .layout-container {
    flex-direction: column;
    gap: 20px;
  }
}
.ling-about-launch-widget .about-layout .layout-container .left-box {
  display: flex;
  align-items: flex-start;
  width: calc(40% - 50px);
  flex-direction: column;
}
@media (max-width: 992px) {
  .ling-about-launch-widget .about-layout .layout-container .left-box {
    width: 100%;
    align-items: center;
    text-align: center;
  }
}
.ling-about-launch-widget .about-layout .layout-container .left-box .top-icon {
  margin-left: 5px;
}
.ling-about-launch-widget .about-layout .layout-container .left-box .year {
  font-size: 48px;
  font-weight: 700;
  color: #FF9900;
  margin-top: 0;
  margin-bottom: 5px;
}
.ling-about-launch-widget .about-layout .layout-container .left-box .heading {
  color: #F90;
  margin-top: 0;
}
.ling-about-launch-widget .about-layout .layout-container .left-box .subtitle {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  font-size: 16px;
  color: #FF9900;
  margin-bottom: 5px;
}
.ling-about-launch-widget .about-layout .layout-container .right-box {
  width: 60%;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 992px) {
  .ling-about-launch-widget .about-layout .layout-container .right-box {
    width: 100%;
    padding-top: 0;
    text-align: center;
    padding-bottom: 0;
  }
}
.ling-about-launch-widget .about-layout .layout-container .right-box h2.heading {
  font-size: 36px;
  font-weight: 700;
  color: var(--e-global-color-primary);
}
.ling-about-launch-widget .about-layout .layout-container .right-box .description {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .ling-about-launch-widget .about-layout .layout-container .right-box .description {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .ling-about-launch-widget .about-layout .layout-container .right-box .description {
    font-size: 14px;
  }
}
.ling-about-launch-widget .about-layout .layout-container .right-box .description h3 {
  font-size: 26px;
}
.ling-about-launch-widget .about-layout .layout-container .right-box .boxes {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 40px;
  justify-content: space-evenly;
}
.ling-about-launch-widget .about-layout .layout-container .right-box .boxes .box:nth-child(1) .text {
  color: #009DFF;
}
.ling-about-launch-widget .about-layout .layout-container .right-box .boxes .box:nth-child(2) .text {
  color: #F90;
}
.ling-about-launch-widget .about-layout .layout-container .right-box .boxes .box:nth-child(3) .text {
  color: #2CB355;
}
.ling-about-launch-widget .about-layout .layout-container .right-box .boxes .box:nth-child(4) .text {
  color: #FFC83D;
}
.ling-about-launch-widget .about-layout .layout-container .right-box .boxes .box {
  width: calc(50% - 8px);
  border-radius: 20px;
  background: #FEF4D7;
  padding: 24px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  aspect-ratio: 1/1;
}
.ling-about-launch-widget .about-layout .layout-container .right-box .boxes .box .image img {
  max-width: 100px;
  height: 100px;
  display: inline-block;
}
@media (max-width: 991px) {
  .ling-about-launch-widget .about-layout .layout-container .right-box .boxes .box .image img {
    height: 45px;
    width: 45px;
    object-fit: contain;
  }
}
.ling-about-launch-widget .about-layout .layout-container .right-box .boxes .box .text {
  font-size: 26px;
  color: #333;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 991px) {
  .ling-about-launch-widget .about-layout .layout-container .right-box .boxes .box .text {
    font-size: 18px;
  }
}

.ling-about-growth-widget {
  padding: 0;
  background-color: #009DFF;
}
.ling-about-growth-widget .about-layout {
  display: flex;
  flex-wrap: wrap;
}
.ling-about-growth-widget .about-layout .layout-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 50px;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .ling-about-growth-widget .about-layout .layout-container {
    gap: 20px;
  }
}
.ling-about-growth-widget .about-layout .layout-container .left-box {
  display: flex;
  align-items: flex-start;
  width: calc(40% - 50px);
  flex-direction: column;
}
@media (max-width: 991px) {
  .ling-about-growth-widget .about-layout .layout-container .left-box {
    width: 100%;
    align-items: center;
  }
}
.ling-about-growth-widget .about-layout .layout-container .left-box .top-icon {
  margin-left: 5px;
}
.ling-about-growth-widget .about-layout .layout-container .left-box .year {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 5px;
}
.ling-about-growth-widget .about-layout .layout-container .left-box .subtitle {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  font-size: 16px;
  color: #fff;
  margin-bottom: 5px;
}
.ling-about-growth-widget .about-layout .layout-container .left-box .arrow-icon {
  margin-top: 10px;
}
.ling-about-growth-widget .about-layout .layout-container .right-box {
  width: 60%;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 991px) {
  .ling-about-growth-widget .about-layout .layout-container .right-box {
    width: 100%;
    padding-top: 0;
    text-align: center;
  }
}
.ling-about-growth-widget .about-layout .layout-container .right-box h2.heading {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  margin-top: 0;
}
@media (max-width: 991px) {
  .ling-about-growth-widget .about-layout .layout-container .right-box h2.heading {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  .ling-about-growth-widget .about-layout .layout-container .right-box h2.heading {
    font-size: 24px;
  }
}
.ling-about-growth-widget .about-layout .layout-container .right-box .description {
  font-size: 18px;
  line-height: 1.6;
  margin-top: 20px;
  color: #fff;
}
@media (max-width: 991px) {
  .ling-about-growth-widget .about-layout .layout-container .right-box .description {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .ling-about-growth-widget .about-layout .layout-container .right-box .description {
    font-size: 14px;
  }
}
.ling-about-growth-widget .about-layout .layout-container .right-box .description h3 {
  font-size: 26px;
}
.ling-about-growth-widget .about-layout .layout-container .right-box .btn-wrap {
  text-align: center;
}
.ling-about-growth-widget .about-layout .layout-container .right-box .language-badges {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .ling-about-growth-widget .about-layout .layout-container .right-box .language-badges {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.ling-about-growth-widget .about-layout .layout-container .right-box .language-badges p {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #000;
  text-align: center;
  margin: 15px 0 0 0;
}
.ling-about-growth-widget .about-layout .layout-container .right-box .language-badges .language-badges-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 30px;
  border-radius: 40px;
  background: #66C3FF;
  justify-content: center;
}
@media (max-width: 991px) {
  .ling-about-growth-widget .about-layout .layout-container .right-box .language-badges .language-badges-wrap {
    padding: 20px;
  }
}
.ling-about-growth-widget .about-layout .layout-container .right-box .language-badges .language-badges-wrap .lang-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 40px;
  border-radius: 100px;
  background: #FFF;
  box-shadow: 0 4px 22.4px 0 rgba(0, 0, 0, 0.25);
  font-size: 18px;
  text-decoration: none;
  font-family: "Noto Sans", sans-serif;
  cursor: pointer;
  font-weight: 400;
  color: var(--e-global-color-primary);
  white-space: nowrap;
  transition: all 0.3s ease;
}
.ling-about-growth-widget .about-layout .layout-container .right-box .language-badges .language-badges-wrap .lang-badge:hover {
  background: #f1f1f1;
}
.ling-about-growth-widget .about-layout .layout-container .right-box .language-badges .language-badges-wrap .lang-badge img {
  width: 20px;
  height: 20px;
  object-fit: cover;
  border-radius: 50%;
  display: none;
}
@media (max-width: 600px) {
  .ling-about-growth-widget .about-layout .layout-container .right-box .language-badges .language-badges-wrap .lang-badge {
    font-size: 14px;
    padding: 8px 14px;
  }
}

.ling-about-mission-widget {
  padding: 0;
  background-color: #F90;
}
.ling-about-mission-widget .about-layout {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .ling-about-mission-widget .about-layout {
    margin-bottom: 40px;
  }
}
.ling-about-mission-widget .about-layout .layout-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 50px;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .ling-about-mission-widget .about-layout .layout-container {
    gap: 20px;
  }
}
.ling-about-mission-widget .about-layout .layout-container .left-box {
  display: flex;
  flex-direction: column;
  width: calc(40% - 50px);
}
@media (max-width: 992px) {
  .ling-about-mission-widget .about-layout .layout-container .left-box {
    width: 100%;
    align-items: center;
    text-align: center;
  }
}
.ling-about-mission-widget .about-layout .layout-container .left-box .top-icon {
  margin-left: 5px;
}
.ling-about-mission-widget .about-layout .layout-container .left-box .year {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 5px;
}
.ling-about-mission-widget .about-layout .layout-container .left-box .subtitle {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  margin-bottom: 5px;
}
.ling-about-mission-widget .about-layout .layout-container .left-box .arrow-icon {
  margin-top: 10px;
}
.ling-about-mission-widget .about-layout .layout-container .right-box {
  width: 60%;
  padding-top: 50px;
}
@media (max-width: 991px) {
  .ling-about-mission-widget .about-layout .layout-container .right-box {
    width: 100%;
    padding-top: 0;
    text-align: center;
  }
}
.ling-about-mission-widget .about-layout .layout-container .right-box h2.heading {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
}
.ling-about-mission-widget .about-layout .layout-container .right-box .description {
  font-size: 16px;
  line-height: 1.6;
  margin-top: 20px;
  color: #fff;
  text-align: left;
}
.ling-about-mission-widget .about-layout .layout-container .right-box .bullet-points {
  margin-top: 20px;
  padding-left: 0px;
  color: #fff;
  list-style: none;
}
.ling-about-mission-widget .about-layout .layout-container .right-box .bullet-points li {
  margin-bottom: 15px;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.ling-about-mission-widget .about-layout .layout-container .right-box .bullet-points li:before {
  content: "";
  background-image: url(https://ling-app.com/wp-content/themes/hello-elementor-child/assets/img/check-icon.svg);
  display: inline-block;
  width: 32px;
  height: 32px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.ling-about-mission-widget .full-width-image {
  width: 100%;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .ling-about-mission-widget .full-width-image {
    margin-bottom: 0px;
  }
}
.ling-about-mission-widget .full-width-image img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.ling-about-mission-widget .stats-section {
  text-align: center;
  padding: 50px 0 100px 0;
}
@media (max-width: 991px) {
  .ling-about-mission-widget .stats-section {
    padding: 20px 0 50px 0;
  }
}
.ling-about-mission-widget .stats-section .stats-heading {
  margin-bottom: 50px;
  margin-top: 0px;
  color: #fff;
}
@media (max-width: 991px) {
  .ling-about-mission-widget .stats-section .stats-heading {
    margin-bottom: 20px;
  }
}
.ling-about-mission-widget .stats-section .stats-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
  max-width: 1000px;
  margin: 0 auto;
  flex-direction: row;
  align-items: center;
  width: 100%;
}
@media (max-width: 991px) {
  .ling-about-mission-widget .stats-section .stats-list {
    flex-direction: column;
    gap: 40px;
  }
}
.ling-about-mission-widget .stats-section .stats-list .stat-item {
  text-align: center;
  flex: 1;
}
.ling-about-mission-widget .stats-section .stats-list .stat-item .amount {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  display: block;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .ling-about-mission-widget .stats-section .stats-list .stat-item .amount {
    font-size: 36px;
    margin-bottom: 5px;
  }
}
.ling-about-mission-widget .stats-section .stats-list .stat-item .title {
  font-size: 16px;
  font-weight: 400;
  font-family: "Noto Sans", sans-serif;
  color: #fff;
  display: block;
}

.ling-about-location-widget {
  padding: 0 0 50px 0;
  background-color: #fff;
}
.ling-about-location-widget .about-layout {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .ling-about-location-widget .about-layout {
    margin-bottom: 35px;
  }
}
.ling-about-location-widget .about-layout .layout-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 50px;
  align-items: flex-start;
}
@media (max-width: 992px) {
  .ling-about-location-widget .about-layout .layout-container {
    gap: 10px;
  }
}
.ling-about-location-widget .about-layout .layout-container .left-box {
  display: flex;
  flex-direction: column;
  width: calc(40% - 50px);
}
@media (max-width: 992px) {
  .ling-about-location-widget .about-layout .layout-container .left-box {
    width: 100%;
    align-items: center;
    text-align: center;
  }
}
.ling-about-location-widget .about-layout .layout-container .left-box .top-icon {
  margin-left: 5px;
}
.ling-about-location-widget .about-layout .layout-container .left-box .location-text {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 5px;
}
.ling-about-location-widget .about-layout .layout-container .left-box .subtitle {
  font-weight: 700;
  font-size: 18px;
  color: #F90;
  line-height: 1;
  margin-bottom: 0px;
}
.ling-about-location-widget .about-layout .layout-container .left-box .arrow-icon {
  margin-top: -12px;
  margin-left: 8px;
}
.ling-about-location-widget .about-layout .layout-container .right-box {
  width: 60%;
  padding-top: 50px;
}
@media (max-width: 991px) {
  .ling-about-location-widget .about-layout .layout-container .right-box {
    width: 100%;
    padding-top: 0;
    text-align: center;
  }
}
.ling-about-location-widget .about-layout .layout-container .right-box h2.heading {
  font-size: 32px;
  font-weight: 700;
  color: var(--e-global-color-primary);
}
.ling-about-location-widget .about-layout .layout-container .right-box .description {
  font-size: 16px;
  line-height: 1.6;
  margin-top: 20px;
  color: var(--e-global-color-primary);
}
.ling-about-location-widget .full-width-image {
  width: 100%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .ling-about-location-widget .full-width-image {
    margin-bottom: 0;
  }
}
.ling-about-location-widget .full-width-image img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.ling-cta-widget {
  padding: 0px 0 100px 0;
  text-align: center;
}
@media (max-width: 991px) {
  .ling-cta-widget {
    padding: 0 15px 50px 15px;
  }
}
.ling-cta-widget .heading {
  font-size: 48px;
  font-weight: 700;
  color: var(--e-global-color-primary);
  margin-bottom: 15px;
  line-height: 1.4;
}
@media (max-width: 991px) {
  .ling-cta-widget .heading {
    font-size: 32px;
    text-align: center;
  }
}
.ling-cta-widget .sub-heading {
  font-size: 16px;
  font-weight: 400;
  font-family: "Noto Sans", sans-serif;
  color: var(--e-global-color-primary);
  margin-bottom: 50px;
}
.ling-cta-widget .cta-image, .ling-cta-widget lottie-player {
  margin-bottom: 30px;
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.ling-cta-widget .social-icons-image {
  margin-bottom: 20px;
  margin-top: 15px;
}
.ling-cta-widget .social-icons-image img {
  display: inline-block;
  max-width: 250px;
}
.ling-cta-widget .cta-button {
  display: inline-block;
  background-color: #fff;
  color: #F90;
  font-weight: 700;
  padding: 15px 40px;
  text-decoration: none;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.ling-cta-widget .cta-button:hover {
  background-color: #fff;
  opacity: 0.85;
}

.ling-price-hero-widget {
  text-align: center;
  padding: 0px 0 0px;
}
.ling-price-hero-widget .hero-top {
  background-image: url(https://ling-app.com/wp-content/themes/hello-elementor-child/assets/img/price-hero-bg.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom center;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .ling-price-hero-widget .hero-top {
    background: linear-gradient(183deg, var(--surface-warning-bg-default, #FFF4D9) 3.34%, var(--surface-secondary-bg-high, #E6F5FF) 79.17%, #CCEBFF 156.47%), #EBF6FD;
  }
}
.ling-price-hero-widget .hero-top:before {
  content: "";
  width: 240px;
  height: 190px;
  background-image: url(https://ling-app.com/wp-content/themes/hello-elementor-child/assets/img/price-cloud-top.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  position: absolute;
  right: -8px;
  top: -56px;
  pointer-events: none;
}
@media (max-width: 1200px) {
  .ling-price-hero-widget .hero-top:before {
    display: none;
  }
}
.ling-price-hero-widget .hero-top .hero-media {
  position: relative;
  margin-bottom: 20px;
}
.ling-price-hero-widget .hero-top .hero-media .hero-img {
  max-width: 730px;
  width: 100%;
}
.ling-price-hero-widget .hero-top .heading {
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 10px;
  color: var(--e-global-color-primary);
}
@media (max-width: 992px) {
  .ling-price-hero-widget .hero-top .heading {
    font-size: 26px;
    line-height: 1.25;
  }
}
.ling-price-hero-widget .hero-top .sub-heading {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--e-global-color-primary);
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .ling-price-hero-widget .hero-top .sub-heading {
    font-size: 18px;
    line-height: 1.25;
  }
}
.ling-price-hero-widget .hero-top .price-box {
  margin-bottom: 30px;
}
.ling-price-hero-widget .hero-top .price-box .price {
  font-size: 48px;
  font-weight: 700;
  color: #009DFF;
  line-height: 1;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .ling-price-hero-widget .hero-top .price-box .price {
    font-size: 26px;
  }
}
.ling-price-hero-widget .hero-top .price-box .price-sub {
  font-size: 16px;
  font-weight: 400;
  font-family: "Noto Sans", sans-serif;
  color: #5C788A;
}
.ling-price-hero-widget .hero-top .trial-text {
  font-size: 16px;
  ont-weight: 600;
  font-family: "Noto Sans", sans-serif;
  color: var(--e-global-color-primary);
  margin-bottom: 20px;
}
.ling-price-hero-widget .hero-top .cancel-anytime {
  font-size: 16px;
  font-weight: 400;
  margin-top: 20px;
  color: #5C788A;
  font-family: "Noto Sans", sans-serif;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ling-price-hero-widget .hero-top .cancel-anytime:before {
  content: "";
  width: 17px;
  height: 17px;
  background-image: url(https://ling-app.com/wp-content/themes/hello-elementor-child/assets/img/check-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  pointer-events: none;
  display: inline-block;
  margin-right: 10px;
}
.ling-price-hero-widget .hero-bottom {
  padding-top: 40px;
  padding-bottom: 70px;
  margin-top: -1px;
  position: relative;
  background: linear-gradient(188deg, var(--surface-warning-bg-default, #FFF4D9) -241.23%, var(--surface-secondary-bg-high, #E6F5FF) -8.53%, #CCEBFF 116.76%), #CCEBFF;
}
@media (max-width: 992px) {
  .ling-price-hero-widget .hero-bottom {
    padding-bottom: 40px;
  }
}
.ling-price-hero-widget .hero-bottom .side-img {
  position: absolute;
  bottom: -30%;
}
@media (max-width: 1200px) {
  .ling-price-hero-widget .hero-bottom .side-img {
    display: none;
  }
}
.ling-price-hero-widget .hero-bottom .side-img.left {
  left: 0;
}
.ling-price-hero-widget .hero-bottom .side-img.right {
  right: 0;
}
.ling-price-hero-widget .hero-bottom .testimonial-box {
  background: #fff;
  width: 80%;
  max-width: 650px;
  margin: 0 auto;
  padding: 24px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  text-align: left;
}
@media (max-width: 992px) {
  .ling-price-hero-widget .hero-bottom .testimonial-box {
    width: 100%;
  }
}
.ling-price-hero-widget .hero-bottom .testimonial-box .stars {
  color: #F90;
  margin-bottom: 10px;
}
.ling-price-hero-widget .hero-bottom .testimonial-box .testimonial-text {
  font-size: 16px;
  color: var(--e-global-color-primary);
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  line-height: 1.6;
}
.ling-price-hero-widget .hero-bottom .testimonial-box .testimonial-author {
  display: flex;
  color: var(--e-global-color-primary);
  align-items: center;
  margin-top: 15px;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
}
.ling-price-hero-widget .hero-bottom .testimonial-box .testimonial-author .avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 12px;
}

.ling-prices-widget {
  padding: 80px 15px 80px 15px;
  text-align: center;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .ling-prices-widget {
    padding: 80px 15px 30px 15px;
  }
}
.ling-prices-widget .lp-heading {
  color: var(--e-global-color-primary);
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .ling-prices-widget .lp-heading {
    font-size: 26px;
  }
}
.ling-prices-widget .lp-sub-heading {
  font-size: 18px;
  font-weight: 700;
  color: #5C788A;
  margin-bottom: 30px;
}
.ling-prices-widget .lp-guarantee {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 18px;
  border-radius: 999px;
  margin-bottom: 40px;
}
.ling-prices-widget .lp-guarantee .lp-guarantee-icon {
  width: 32px;
  height: 32px;
  object-fit: contain;
}
.ling-prices-widget .lp-guarantee .lp-guarantee-text {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--e-global-color-primary);
}
.ling-prices-widget .lp-plans-wrap {
  max-width: 960px;
  margin: 0 auto 40px auto;
  display: flex;
  gap: 24px;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .ling-prices-widget .lp-plans-wrap {
    align-items: stretch;
  }
}
.ling-prices-widget .lp-plan-card {
  position: relative;
  flex: 1 1 260px;
  max-width: 320px;
  background-color: #ffffff;
  border-radius: 15px;
  border: 1px solid #E0E7EB;
  padding: 28px 24px;
  display: flex;
  align-items: stretch;
  justify-content: center;
  transition: all 0.25s ease;
  cursor: pointer;
}
@media (max-width: 992px) {
  .ling-prices-widget .lp-plan-card {
    max-width: 100%;
    order: 2;
    width: calc(50% - 15px);
    flex: auto;
  }
}
.ling-prices-widget .lp-plan-card:hover {
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.1);
}
.ling-prices-widget .lp-plan-card.active {
  background-color: #FFF4D9;
  border: 1px solid #F90;
}
.ling-prices-widget .lp-plan-card .lp-plan-inner {
  width: 100%;
}
.ling-prices-widget .lp-plan-card .lp-plan-label {
  font-size: 18px;
  font-weight: 700;
  color: var(--e-global-color-primary);
  margin-bottom: 0px;
}
.ling-prices-widget .lp-plan-card .lp-plan-save {
  font-size: 12px;
  color: #5C788A;
  font-weight: 600;
  margin-bottom: 15px;
  font-family: "Noto Sans", sans-serif;
}
.ling-prices-widget .lp-plan-card .lp-plan-price-block .lp-plan-old-price {
  font-size: 12px;
  color: #5C788A;
  font-weight: 600;
  margin-bottom: 30px;
  font-family: "Noto Sans", sans-serif;
  text-decoration: line-through;
}
.ling-prices-widget .lp-plan-card .lp-plan-price-block .lp-plan-price {
  font-size: 26px;
  font-weight: 700;
  color: var(--e-global-color-primary);
  margin-bottom: 4px;
}
.ling-prices-widget .lp-plan-card .lp-plan-price-block .lp-plan-per-month {
  font-size: 16px;
  font-family: "Noto Sans", sans-serif;
  color: #5C788A;
  font-weight: 400;
  line-height: 1;
  margin-top: 10px;
}
.ling-prices-widget .lp-plan-featured {
  background-color: #C2CED6;
  padding: 1px;
  border-color: #E0E7EB;
}
@media (max-width: 992px) {
  .ling-prices-widget .lp-plan-featured {
    order: 1;
    width: 100%;
  }
}
.ling-prices-widget .lp-plan-featured .lp-plan-label {
  color: #0f172a;
}
.ling-prices-widget .lp-plan-featured .lp-plan-save {
  display: none;
}
.ling-prices-widget .lp-plan-featured .lp-plan-inner {
  background-color: #ffffff;
  border-radius: 15px;
  padding: 30px 20px;
  margin-top: 35px;
}
.ling-prices-widget .lp-plan-featured .lp-featured-badge {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #C2CED6;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  padding: 6px 18px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.ling-prices-widget .lp-plan-featured.active {
  background-color: #F90;
  border-color: #F90;
}
.ling-prices-widget .lp-plan-featured.active .lp-plan-inner {
  background-color: #FFF4D9;
}
.ling-prices-widget .lp-plan-featured.active .lp-featured-badge {
  background: #F90;
}
.ling-prices-widget .lp-button-wrap {
  margin-top: 50px;
}

.ling-features-widget {
  background-color: #F5FBFF;
  padding: 90px 15px 50px 15px;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .ling-features-widget {
    padding: 40px 15px 40px 15px;
  }
}
@media screen and (max-width: 992px) {
  .ling-features-widget .layout-container {
    padding: 0;
  }
}
.ling-features-widget .features-title {
  color: var(--e-global-color-primary);
  margin-bottom: 30px;
  line-height: 1.25;
}
@media (max-width: 992px) {
  .ling-features-widget .features-title {
    font-size: 26px;
  }
}
.ling-features-widget .features-tabs-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.ling-features-widget .features-tabs {
  display: inline-flex;
  border-radius: 999px;
  border: 1px solid #0095ff;
  overflow: hidden;
  background-color: #ffffff;
}
.ling-features-widget .features-tab {
  min-width: 120px;
  padding: 10px 30px;
  border: none;
  outline: none;
  background: transparent;
  cursor: pointer;
  font-size: 16px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
  color: var(--e-global-color-primary);
  border-radius: 25px;
  transition: background-color 0.25s ease, color 0.25s ease;
}
.ling-features-widget .features-tab.active {
  background-color: #009DFF;
  color: #ffffff;
  outline: none;
}
.ling-features-widget .features-tab:hover {
  background-color: #6db7e4;
  color: #ffffff;
  outline: none;
}
@media screen and (max-width: 480px) {
  .ling-features-widget .features-tab {
    padding: 10px 22px;
  }
}
.ling-features-widget .features-box {
  max-width: 720px;
  margin: 0 auto 50px auto;
  background-color: #ffffff;
  border-radius: 24px;
  border: 1px solid #0095ff;
  padding: 32px 40px;
}
@media screen and (max-width: 768px) {
  .ling-features-widget .features-box {
    padding: 24px 20px;
    margin-bottom: 30px;
  }
}
.ling-features-widget .features-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
  text-align: left;
}
.ling-features-widget .features-list.active {
  display: block;
}
.ling-features-widget .features-list-item {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  color: #5C788A;
  font-size: 16px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
}
.ling-features-widget .features-list-item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  .ling-features-widget .features-list-item {
    font-size: 14px;
  }
}
.ling-features-widget .feature-check {
  height: 24px;
  width: 24px;
  display: block;
  position: relative;
  background-image: url(https://ling-app.com/wp-content/themes/hello-elementor-child/assets/img/list-check.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: -4px;
}
.ling-features-widget .features-cta-wrap {
  display: flex;
  justify-content: center;
}

.ling-what-included-widget {
  background-color: #fff;
  padding: 70px 15px 50px 15px;
}
@media screen and (max-width: 992px) {
  .ling-what-included-widget {
    padding: 40px 15px 40px 15px;
  }
}
@media screen and (max-width: 992px) {
  .ling-what-included-widget .layout-container {
    padding: 0;
  }
}
.ling-what-included-widget .included-header {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .ling-what-included-widget .included-header {
    margin-bottom: 40px;
  }
}
.ling-what-included-widget .included-header .included-title {
  color: var(--e-global-color-primary);
  margin-bottom: 10px;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .ling-what-included-widget .included-header .included-title {
    font-size: 26px;
  }
}
.ling-what-included-widget .included-header .included-subtitle {
  font-size: 18px;
  color: #5C788A;
  font-weight: 700;
}
.ling-what-included-widget .included-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1200px) {
  .ling-what-included-widget .included-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .ling-what-included-widget .included-grid {
    grid-template-columns: 1fr;
  }
}
.ling-what-included-widget .included-card {
  border-radius: 15px;
  padding: 24px 24px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 260px;
}
@media screen and (max-width: 576px) {
  .ling-what-included-widget .included-card {
    min-height: auto;
  }
}
.ling-what-included-widget .included-card .included-card-image {
  text-align: center;
  margin-bottom: 20px;
}
.ling-what-included-widget .included-card .included-card-image img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}
.ling-what-included-widget .included-card .included-card-content {
  text-align: left;
}
@media screen and (max-width: 992px) {
  .ling-what-included-widget .included-card .included-card-content {
    text-align: center;
  }
}
.ling-what-included-widget .included-card .included-card-content .included-card-title {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}
.ling-what-included-widget .included-card .included-card-content .included-card-text {
  font-size: 16px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  color: #fff;
  line-height: 1.4;
  margin-bottom: 0;
}
.ling-what-included-widget .included-bottom {
  display: flex;
  justify-content: center;
  gap: 60px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .ling-what-included-widget .included-bottom {
    gap: 30px;
  }
}
.ling-what-included-widget .included-bottom .included-bottom-item {
  display: flex;
  align-items: center;
  gap: 16px;
}
.ling-what-included-widget .included-bottom .included-bottom-item .included-bottom-icon {
  flex-shrink: 0;
}
.ling-what-included-widget .included-bottom .included-bottom-item .included-bottom-icon img {
  width: 52px;
  height: auto;
  display: block;
}
.ling-what-included-widget .included-bottom .included-bottom-item .included-bottom-texts {
  text-align: left;
}
.ling-what-included-widget .included-bottom .included-bottom-item .included-bottom-texts .included-bottom-title {
  font-size: 16px;
  font-weight: 600;
  font-family: "Noto Sans", sans-serif;
  color: var(--e-global-color-primary);
  margin-bottom: 4px;
  margin: 0;
}
.ling-what-included-widget .included-bottom .included-bottom-item .included-bottom-texts .included-bottom-text {
  font-size: 16px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  color: #5C788A;
  margin: 0;
}

.ling-success-hero-widget {
  position: relative;
  background: linear-gradient(180deg, #ffe8b9 0%, #ffe5b6 40%, #ffe2b0 100%);
  padding: 120px 60px;
}
@media screen and (max-width: 1200px) {
  .ling-success-hero-widget {
    padding: 100px 40px;
  }
}
@media screen and (max-width: 992px) {
  .ling-success-hero-widget {
    padding: 40px 15px 40px 15px;
  }
}
@media screen and (max-width: 992px) {
  .ling-success-hero-widget .layout-container {
    padding: 0;
  }
}
.ling-success-hero-widget .success-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}
@media screen and (max-width: 992px) {
  .ling-success-hero-widget .success-inner {
    flex-direction: column;
    gap: 40px;
  }
}
.ling-success-hero-widget {
  /* LEFT SIDE */
}
.ling-success-hero-widget .success-content {
  width: 50%;
}
@media screen and (max-width: 992px) {
  .ling-success-hero-widget .success-content {
    width: 100%;
    text-align: center;
  }
}
.ling-success-hero-widget .success-content .success-heading {
  color: var(--e-global-color-primary);
  margin-bottom: 18px;
}
@media screen and (max-width: 992px) {
  .ling-success-hero-widget .success-content .success-heading {
    font-size: 26px;
    line-height: 1.25;
  }
}
.ling-success-hero-widget .success-content .success-subtext {
  font-size: 18px;
  color: #5C788A;
  font-weight: 700;
  margin-bottom: 24px;
}
.ling-success-hero-widget .success-content .success-stats {
  display: flex;
  align-items: flex-end;
  gap: 40px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}
@media screen and (max-width: 992px) {
  .ling-success-hero-widget .success-content .success-stats {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}
.ling-success-hero-widget .success-content .success-stats .success-primary-stat {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.ling-success-hero-widget .success-content .success-stats .success-primary-stat .stat-number {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #5C788A;
}
.ling-success-hero-widget .success-content .success-stats .success-primary-stat .stat-label {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  color: #5C788A;
  font-family: "Noto Sans", sans-serif;
}
.ling-success-hero-widget .success-content .success-stats .success-ratings {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.ling-success-hero-widget .success-content .success-stats .success-ratings .success-rating-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #5C788A;
}
.ling-success-hero-widget .success-content .success-stats .success-ratings .success-rating-item .rating-icon img {
  width: 94px;
  height: auto;
  display: block;
}
.ling-success-hero-widget .success-content .success-stats .success-ratings .success-rating-item .rating-value {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  color: #5C788A;
  font-family: "Noto Sans", sans-serif;
}
.ling-success-hero-widget .success-content .success-stats .success-ratings .success-rating-item .rating-label {
  font-size: 13px;
  color: #7a838f;
}
.ling-success-hero-widget .success-content .success-cta-row {
  margin-bottom: 20px;
}
.ling-success-hero-widget {
  /* RIGHT SIDE */
}
.ling-success-hero-widget .success-visual {
  position: relative;
  width: 50%;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 992px) {
  .ling-success-hero-widget .success-visual {
    width: 100%;
  }
}
.ling-success-hero-widget .success-visual .success-testimonial-wrap {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ling-success-hero-widget .success-visual .success-hero-illustration {
  max-width: 420px;
}
@media screen and (max-width: 992px) {
  .ling-success-hero-widget .success-visual .success-hero-illustration {
    padding: 0 50px;
  }
}
.ling-success-hero-widget .success-visual .success-hero-illustration img {
  width: 100%;
  height: auto;
  display: block;
}
.ling-success-hero-widget .success-visual .success-testimonial-card {
  background-color: #F9FAFB;
  border-radius: 24px;
  padding: 22px 24px;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.12);
  position: relative;
}
.ling-success-hero-widget .success-visual .success-testimonial-card:before {
  content: "";
  width: 41px;
  height: 26px;
  display: block;
  background-image: url(https://ling-app.com/wp-content/themes/hello-elementor-child/assets/img/white-bubble.svg);
  position: absolute;
  top: -25px;
  left: 40px;
}
@media screen and (max-width: 992px) {
  .ling-success-hero-widget .success-visual .success-testimonial-card {
    position: static;
    margin-top: 0px;
  }
}
.ling-success-hero-widget .success-visual .success-testimonial-card .testimonial-header {
  margin-bottom: 0px;
}
.ling-success-hero-widget .success-visual .success-testimonial-card .testimonial-header .testimonial-stars .star {
  color: #ffb400;
  font-size: 16px;
  margin-right: 2px;
}
.ling-success-hero-widget .success-visual .success-testimonial-card .testimonial-text {
  font-size: 16px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  line-height: 1.35;
  color: var(--e-global-color-primary);
  margin-bottom: 14px;
}
.ling-success-hero-widget .success-visual .success-testimonial-card .testimonial-author {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ling-success-hero-widget .success-visual .success-testimonial-card .testimonial-author .author-avatar img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
}
.ling-success-hero-widget .success-visual .success-testimonial-card .testimonial-author .author-name {
  font-weight: 600;
  font-size: 16px;
  font-family: "Noto Sans", sans-serif;
  line-height: 1;
  color: var(--e-global-color-primary);
}
.ling-success-hero-widget .success-visual .success-reply-card {
  background-color: #F90;
  border-radius: 22px;
  width: calc(100% - 100px);
  padding: 16px 18px;
  color: #ffffff;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.18);
  position: relative;
}
.ling-success-hero-widget .success-visual .success-reply-card:before {
  content: "";
  width: 41px;
  height: 26px;
  display: block;
  background-image: url(https://ling-app.com/wp-content/themes/hello-elementor-child/assets/img/orange-bubble.svg);
  position: absolute;
  top: -25px;
  right: 40px;
}
@media screen and (max-width: 1200px) {
  .ling-success-hero-widget .success-visual .success-reply-card {
    right: -10px;
  }
}
.ling-success-hero-widget .success-visual .success-reply-card .reply-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
}
.ling-success-hero-widget .success-visual .success-reply-card .reply-header .reply-avatar img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  object-fit: cover;
}
.ling-success-hero-widget .success-visual .success-reply-card .reply-header .reply-badge {
  font-weight: 700;
  font-size: 18px;
}
.ling-success-hero-widget .success-visual .success-reply-card .reply-text {
  font-size: 18px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  line-height: 1.6;
}

.ling-submit-story-widget {
  background-size: cover;
  background-position: center;
  padding: 0px 15px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 992px) {
  .ling-submit-story-widget {
    padding: 0px 15px;
  }
}
@media screen and (max-width: 992px) {
  .ling-submit-story-widget .layout-container {
    padding: 0;
  }
}
.ling-submit-story-widget .submit-story-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 24px;
  border: dashed;
  border-color: #A3B6C2;
  padding: 15px;
}
.ling-submit-story-widget .submit-story-content {
  border-radius: 24px;
  background-color: #E6F5FF;
  background-position: center left;
  background-repeat: no-repeat;
  padding: 40px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .ling-submit-story-widget .submit-story-content {
    flex-direction: column;
    padding: 15px;
    text-align: center;
  }
}
.ling-submit-story-widget .submit-story-content .submit-story-heading {
  margin-bottom: 20px;
  flex: 1;
  text-align: left;
}
@media screen and (max-width: 992px) {
  .ling-submit-story-widget .submit-story-content .submit-story-heading {
    font-size: 26px;
    line-height: 1.25;
    text-align: center;
  }
}
.ling-submit-story-widget .submit-story-content .submit-story-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
}
.ling-submit-story-widget .submit-story-content .submit-story-subtext {
  font-size: 16px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  line-height: 1.35;
  margin: 0;
  text-align: left;
  color: var(--e-global-color-primary);
}
@media screen and (max-width: 992px) {
  .ling-submit-story-widget .submit-story-content .submit-story-subtext {
    text-align: center;
  }
}
.ling-submit-story-widget .submit-story-content .submit-story-button {
  background-color: #fff;
  color: #5C788A !important;
  padding: 20px 30px;
  border-radius: 15px;
  font-size: 18px;
  font-weight: 700;
  outline: none;
  line-height: 1;
  border: solid 1px #E0E7EB;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
@media screen and (max-width: 992px) {
  .ling-submit-story-widget .submit-story-content .submit-story-button {
    margin: 0 auto;
  }
}
.ling-submit-story-widget .submit-story-content .submit-story-button:hover {
  background-color: #f90;
  color: #fff !important;
}

.ling-top-review-widget {
  background-color: #F5FBFF;
  padding: 100px 15px 100px 15px;
}
@media screen and (max-width: 992px) {
  .ling-top-review-widget {
    padding: 40px 15px 40px 15px;
  }
}
@media screen and (max-width: 992px) {
  .ling-top-review-widget .layout-container {
    padding: 0;
  }
}
.ling-top-review-widget .ltr-header {
  text-align: center;
  margin-bottom: 40px;
}
.ling-top-review-widget .ltr-header .ltr-heading {
  margin-top: 0;
  margin-bottom: 10px;
}
@media screen and (max-width: 992px) {
  .ling-top-review-widget .ltr-header .ltr-heading {
    font-size: 26px;
    line-height: 1.25;
  }
}
.ling-top-review-widget .ltr-header .ltr-subheading {
  margin: 0 auto;
  font-size: 16px;
  color: #3D505C;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  line-height: 1.25;
}
.ling-top-review-widget .ltr-cards {
  max-width: 710px;
  margin: 0 auto;
  position: relative;
}
.ling-top-review-widget .ltr-review-card {
  background-color: #ffffff;
  border-radius: 26px;
  padding: 28px 30px 32px 30px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.06);
}
.ling-top-review-widget .ltr-review-card .ltr-review-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 12px;
}
.ling-top-review-widget .ltr-review-card .ltr-review-header .ltr-review-avatar img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
}
.ling-top-review-widget .ltr-review-card .ltr-review-header .ltr-review-meta .ltr-review-name {
  font-size: 16px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  color: var(--e-global-color-primary);
  margin-bottom: 2px;
  line-height: 1.2;
}
.ling-top-review-widget .ltr-review-card .ltr-review-header .ltr-review-meta .ltr-review-info {
  font-size: 14px;
  color: var(--e-global-color-primary);
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  line-height: 1.2;
}
.ling-top-review-widget .ltr-review-card .ltr-review-stars {
  margin: 6px 0 5px 0;
}
.ling-top-review-widget .ltr-review-card .ltr-review-stars .star {
  color: #ffb400;
  font-size: 16px;
  margin-right: 2px;
}
.ling-top-review-widget .ltr-review-card .ltr-review-text p {
  font-size: 16px;
  line-height: 1.6;
  color: var(--e-global-color-primary);
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  margin: 0;
}
.ling-top-review-widget .ltr-response-card {
  position: relative;
  margin-top: 0;
  background-color: #ff9f1c;
  border-radius: 24px;
  padding: 18px 24px 20px 24px;
  color: #ffffff;
  max-width: 760px;
}
.ling-top-review-widget .ltr-response-card:before {
  content: "";
  width: 41px;
  height: 26px;
  display: block;
  background-image: url(https://ling-app.com/wp-content/themes/hello-elementor-child/assets/img/orange-bubble.svg);
  position: absolute;
  top: -25px;
  right: 40px;
}
.ling-top-review-widget .ltr-response-card .ltr-response-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
}
.ling-top-review-widget .ltr-response-card .ltr-response-header .ltr-response-avatar img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
}
.ling-top-review-widget .ltr-response-card .ltr-response-header .ltr-response-label {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
.ling-top-review-widget .ltr-response-card .ltr-response-text {
  font-size: 16px;
  line-height: 1.35;
  margin: 0;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  color: #fff;
}

.ling-progress-widget {
  background-color: #FFE8CB;
  padding: 100px 15px;
  text-align: center;
  border-radius: 12px;
}
@media screen and (max-width: 992px) {
  .ling-progress-widget {
    padding: 40px 15px;
  }
}
.ling-progress-widget .layout-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .ling-progress-widget .layout-container {
    flex-direction: column;
  }
}
.ling-progress-widget .layout-container .progress-content {
  margin-bottom: 50px;
}
@media screen and (max-width: 992px) {
  .ling-progress-widget .layout-container .progress-content {
    margin-bottom: 0;
  }
}
.ling-progress-widget .layout-container .progress-content .progress-heading {
  margin-bottom: 25px;
}
@media screen and (max-width: 992px) {
  .ling-progress-widget .layout-container .progress-content .progress-heading {
    font-size: 26px;
    line-height: 1.25;
  }
}
.ling-progress-widget .layout-container .progress-content .progress-subtext {
  font-size: 16px;
  color: #5C788A;
  margin-bottom: 0px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  line-height: 1.25;
}
.ling-progress-widget .layout-container .progress-media {
  width: 100%;
  max-width: 720px;
  height: auto;
  margin: 0 auto;
}
.ling-progress-widget .layout-container .progress-media lottie-player {
  width: 100%;
  height: auto;
}
.ling-progress-widget .layout-container .progress-media video {
  border-radius: 25px;
}

.ling-success-stories-widget {
  padding: 80px 15px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .ling-success-stories-widget {
    padding: 40px 15px;
  }
}
@media screen and (max-width: 991px) {
  .ling-success-stories-widget .layout-container {
    padding: 0px 0;
  }
}
.ling-success-stories-widget .stories-header {
  margin-bottom: 70px;
}
@media screen and (max-width: 991px) {
  .ling-success-stories-widget .stories-header {
    margin-bottom: 25px;
  }
}
.ling-success-stories-widget .stories-header .stories-heading {
  margin: 0;
}
@media screen and (max-width: 991px) {
  .ling-success-stories-widget .stories-header .stories-heading {
    font-size: 26px;
    line-height: 1.25;
  }
}
.ling-success-stories-widget .stories-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  flex-direction: column;
}
.ling-success-stories-widget .stories-container .story-card {
  background-color: #FFB647;
  border-radius: 25px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 45px;
}
@media screen and (max-width: 768px) {
  .ling-success-stories-widget .stories-container .story-card {
    flex-direction: column;
    gap: 0;
    padding: 15px;
  }
}
.ling-success-stories-widget .stories-container .story-card:nth-child(even) {
  background-color: #38B2FF;
  flex-direction: row-reverse;
}
@media screen and (max-width: 991px) {
  .ling-success-stories-widget .stories-container .story-card:nth-child(even) {
    flex-direction: column;
  }
}
.ling-success-stories-widget .stories-container .story-card:nth-child(even) .story-details {
  text-align: right;
}
@media screen and (max-width: 991px) {
  .ling-success-stories-widget .stories-container .story-card:nth-child(even) .story-details {
    text-align: left;
  }
}
.ling-success-stories-widget .stories-container .story-card .story-image {
  position: relative;
  transition: all 0.3s;
}
.ling-success-stories-widget .stories-container .story-card .story-image img {
  width: auto;
  height: auto;
  display: block;
  max-width: 460px;
  border-radius: 15px;
}
@media screen and (max-width: 991px) {
  .ling-success-stories-widget .stories-container .story-card .story-image img {
    width: 100%;
  }
}
.ling-success-stories-widget .stories-container .story-card .story-image .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  color: #ff9f1c;
  background-image: none;
  background-image: url(https://ling-app.com/wp-content/themes/hello-elementor-child/assets/img/play.svg);
  width: 59px;
  height: 59px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.3s;
}
.ling-success-stories-widget .stories-container .story-card .story-image:hover {
  opacity: 0.8;
}
.ling-success-stories-widget .stories-container .story-card .story-details {
  margin-top: 20px;
  text-align: left;
}
.ling-success-stories-widget .stories-container .story-card .story-details .story-language {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.25;
  font-family: "Noto Sans", sans-serif;
  color: var(--e-global-color-primary);
  background-color: #fff;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 8px;
  margin-bottom: 10px;
  gap: 10px;
}
.ling-success-stories-widget .stories-container .story-card .story-details .story-language img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  aspect-ratio: 1/1;
}
.ling-success-stories-widget .stories-container .story-card .story-details .story-title {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  line-height: 1.25;
}
.ling-success-stories-widget .stories-container .story-card .story-details .story-description {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  font-family: "Noto Sans", sans-serif;
  color: #fff;
}
.ling-success-stories-widget .load-more-container {
  margin-top: 40px;
}
.ling-success-stories-widget .load-more-container .load-more-btn {
  background-color: transparent;
  color: #5C788A;
  padding: 15px 30px;
  border-radius: 15px;
  font-size: 18px;
  font-weight: 700;
  outline: none;
  line-height: 1;
  border: solid 1px #E0E7EB;
  cursor: pointer;
  transition: background-color 0.3s;
}
.ling-success-stories-widget .load-more-container .load-more-btn:hover {
  background-color: #f68f1f;
  color: #fff;
}

.ling-resources-hero-widget {
  background: linear-gradient(0deg, #FFF6E6 0%, #FFF6E6 100%), linear-gradient(183deg, #E6F5FF 3.34%, #E6F5FF 79.17%, #CCEBFF 156.47%);
  padding: 70px 15px;
}
@media screen and (max-width: 992px) {
  .ling-resources-hero-widget {
    padding: 50px 15px;
  }
}
@media screen and (max-width: 992px) {
  .ling-resources-hero-widget .layout-container {
    padding: 0;
  }
}
.ling-resources-hero-widget .resources-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}
@media screen and (max-width: 992px) {
  .ling-resources-hero-widget .resources-inner {
    flex-direction: column;
    gap: 30px;
  }
}
.ling-resources-hero-widget .resources-content {
  flex: 1;
}
@media screen and (max-width: 992px) {
  .ling-resources-hero-widget .resources-content {
    text-align: center;
  }
}
.ling-resources-hero-widget .resources-content .resources-heading {
  line-height: 1.25;
  margin-bottom: 16px;
  font-size: 36px;
}
.ling-resources-hero-widget .resources-content .resources-heading .heading-highlight {
  color: #ff9f1c;
  min-width: 90px;
  display: inline-flex;
}
.ling-resources-hero-widget .resources-content .resources-body {
  font-size: 16px;
  line-height: 1.35;
  color: #5C788A;
  margin-bottom: 60px;
}
@media screen and (max-width: 992px) {
  .ling-resources-hero-widget .resources-content .resources-body {
    margin-bottom: 30px;
  }
}
.ling-resources-hero-widget .resources-content .resources-cta-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: flex-start;
  flex-direction: column;
}
@media screen and (max-width: 992px) {
  .ling-resources-hero-widget .resources-content .resources-cta-wrap {
    align-items: center;
  }
}
.ling-resources-hero-widget .resources-image {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 992px) {
  .ling-resources-hero-widget .resources-image {
    justify-content: center;
  }
}
.ling-resources-hero-widget .resources-image .resources-image-inner {
  border-radius: 40px;
  max-width: 520px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ling-resources-hero-widget .resources-image .resources-image-inner img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 30px;
}

.ling-caters-widget {
  padding: 80px 15px 80px 15px;
}
@media screen and (max-width: 992px) {
  .ling-caters-widget {
    padding: 50px 15px 50px 15px;
  }
}
@media screen and (max-width: 992px) {
  .ling-caters-widget .layout-container {
    padding: 0;
  }
}
.ling-caters-widget .lc-header {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 992px) {
  .ling-caters-widget .lc-header {
    margin-bottom: 30px;
  }
}
.ling-caters-widget .lc-header .lc-heading {
  line-height: 1.25;
  margin-bottom: 10px;
}
.ling-caters-widget .lc-header .lc-subheading {
  font-size: 16px;
  color: #5C788A;
  max-width: 620px;
  line-height: 1.25;
  font-family: "Noto Sans", sans-serif;
  margin: 0 auto;
}
.ling-caters-widget .ling-caters-carousel .lc-card-wrapper {
  padding: 4px 0;
}
.ling-caters-widget .ling-caters-carousel .owl-item:nth-child(even) .lc-card {
  flex-direction: column-reverse;
}
.ling-caters-widget .ling-caters-carousel .owl-item:nth-child(odd) .lc-card {
  flex-direction: column;
}
.ling-caters-widget .ling-caters-carousel .owl-item:nth-child(odd) .lc-card .lc-card-title, .ling-caters-widget .ling-caters-carousel .owl-item:nth-child(odd) .lc-card .lc-card-text {
  color: #1EAE53;
}
.ling-caters-widget .ling-caters-carousel .owl-item:nth-child(5n+0) .lc-card {
  background-color: #E9FBF0;
}
.ling-caters-widget .ling-caters-carousel .owl-item:nth-child(5n+0) .lc-card .lc-card-title, .ling-caters-widget .ling-caters-carousel .owl-item:nth-child(5n+0) .lc-card .lc-card-text {
  color: #1EAE53;
}
.ling-caters-widget .ling-caters-carousel .owl-item:nth-child(5n+1) .lc-card {
  background-color: #FFF8E6;
}
.ling-caters-widget .ling-caters-carousel .owl-item:nth-child(5n+1) .lc-card .lc-card-title, .ling-caters-widget .ling-caters-carousel .owl-item:nth-child(5n+1) .lc-card .lc-card-text {
  color: #F90;
}
.ling-caters-widget .ling-caters-carousel .owl-item:nth-child(5n+2) .lc-card {
  background-color: #DAF0FF;
}
.ling-caters-widget .ling-caters-carousel .owl-item:nth-child(5n+2) .lc-card .lc-card-title, .ling-caters-widget .ling-caters-carousel .owl-item:nth-child(5n+2) .lc-card .lc-card-text {
  color: #009DFF;
}
.ling-caters-widget .ling-caters-carousel .owl-item:nth-child(5n+3) .lc-card {
  background-color: #FFDBDB;
}
.ling-caters-widget .ling-caters-carousel .owl-item:nth-child(5n+3) .lc-card .lc-card-title, .ling-caters-widget .ling-caters-carousel .owl-item:nth-child(5n+3) .lc-card .lc-card-text {
  color: #EF4444;
}
.ling-caters-widget .ling-caters-carousel .owl-item:nth-child(5n+4) .lc-card {
  background-color: #DAF0FF;
}
.ling-caters-widget .ling-caters-carousel .owl-item:nth-child(5n+4) .lc-card .lc-card-title, .ling-caters-widget .ling-caters-carousel .owl-item:nth-child(5n+4) .lc-card .lc-card-text {
  color: #009DFF;
}
.ling-caters-widget .ling-caters-carousel .lc-card {
  border-radius: 24px;
  padding: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #E9FBF0;
  gap: 30px;
}
.ling-caters-widget .ling-caters-carousel .lc-card .lc-card-content .lc-card-title {
  font-size: 26px;
  font-weight: 700;
  color: #1EAE53;
  margin-bottom: 8px;
  line-height: 1.25;
  margin-top: 0;
}
.ling-caters-widget .ling-caters-carousel .lc-card .lc-card-content .lc-card-text {
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  line-height: 1.35;
  color: #1EAE53;
  margin-bottom: 0;
}
.ling-caters-widget .ling-caters-carousel .lc-card .lc-card-image-wrap {
  position: relative;
  margin-top: auto;
}
.ling-caters-widget .ling-caters-carousel .lc-card .lc-card-image-wrap .lc-card-image {
  border-radius: 22px;
  overflow: hidden;
}
.ling-caters-widget .ling-caters-carousel .lc-card .lc-card-image-wrap .lc-card-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.ling-caters-widget .ling-caters-carousel .lc-card .lc-card-image-wrap .lc-card-icon {
  position: absolute;
  right: 16px;
  bottom: 14px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.18);
}
.ling-caters-widget .ling-caters-carousel .lc-card .lc-card-image-wrap .lc-card-icon img {
  display: block;
  border-radius: 50%;
  object-fit: contain;
}
.ling-caters-widget .ling-caters-carousel .owl-dots {
  margin-top: 20px;
  text-align: center;
}
.ling-caters-widget .ling-caters-carousel .owl-dots .owl-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  margin: 0 4px;
  background-color: #d3dde9;
  transition: all 0.2s ease;
}
.ling-caters-widget .ling-caters-carousel .owl-dots .owl-dot.active {
  width: 22px;
  border-radius: 999px;
  background-color: #ff9f1c;
}
.ling-caters-widget .lc-cta-wrap {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

.ling-featured-resources-widget {
  padding: 0px 15px 0px 15px;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .ling-featured-resources-widget {
    padding: 0px 15px 0px 15px;
  }
}
@media screen and (max-width: 992px) {
  .ling-featured-resources-widget .layout-container {
    padding: 0;
  }
}
.ling-featured-resources-widget .lfr-heading {
  text-align: center;
  line-height: 1.25;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .ling-featured-resources-widget .lfr-heading {
    margin-bottom: 30px;
  }
}
.ling-featured-resources-widget .lfr-items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (max-width: 900px) {
  .ling-featured-resources-widget .lfr-items {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.ling-featured-resources-widget .lfr-item .lfr-link {
  display: flex;
  align-items: flex-start;
  gap: 29px;
  text-decoration: none;
}
@media screen and (max-width: 600px) {
  .ling-featured-resources-widget .lfr-item .lfr-link {
    flex-direction: column;
    align-items: flex-start;
  }
}
.ling-featured-resources-widget .lfr-item .lfr-image img {
  width: 100%;
  min-height: 169px;
  aspect-ratio: 244/169;
  border-radius: 22px;
  display: block;
  object-fit: cover;
}
.ling-featured-resources-widget .lfr-item .lfr-content {
  max-width: 360px;
}
.ling-featured-resources-widget .lfr-item .lfr-content .lfr-excerpt {
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  line-height: 1.35;
  color: #5C788A;
  margin: 0 0 16px 0;
}
.ling-featured-resources-widget .lfr-item .lfr-content .lfr-author {
  font-size: 13px;
  color: #5C788A;
  line-height: 1;
  margin: 0;
}

.ling-resources-accordion-widget {
  background: #fff;
  padding: 40px 0 60px 0;
  text-align: left;
}
@media (max-width: 768px) {
  .ling-resources-accordion-widget {
    padding: 40px 15px 50px 15px;
  }
}
@media (max-width: 768px) {
  .ling-resources-accordion-widget .layout-container {
    padding: 0;
  }
}
.ling-resources-accordion-widget .lra-heading {
  text-align: center;
  font-size: 32px;
  line-height: 1.25;
  font-weight: 700;
  color: var(--e-global-color-primary);
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .ling-resources-accordion-widget .lra-heading {
    font-size: 26px;
    margin-bottom: 25px;
  }
}
.ling-resources-accordion-widget .lra-list {
  background: #F9FAFB;
  border-radius: 50px;
  padding: 50px 30px;
}
@media (max-width: 768px) {
  .ling-resources-accordion-widget .lra-list {
    padding: 30px 15px;
  }
}
.ling-resources-accordion-widget .lra-list .lra-item {
  border-bottom: 1px solid #cdd6e0;
  padding: 20px 0;
  cursor: pointer;
}
.ling-resources-accordion-widget .lra-list .lra-item:last-child {
  border-bottom: none;
}
.ling-resources-accordion-widget .lra-list .lra-item .lra-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  font-size: 18px;
  color: var(--e-global-color-primary);
  transition: color 0.3s ease;
}
@media (max-width: 768px) {
  .ling-resources-accordion-widget .lra-list .lra-item .lra-header {
    font-size: 16px;
  }
}
.ling-resources-accordion-widget .lra-list .lra-item .lra-header:hover {
  color: #ff9900;
}
.ling-resources-accordion-widget .lra-list .lra-item .lra-header .lra-toggle {
  width: 25px;
  height: 25px;
  background-image: url(https://ling-app.com/wp-content/themes/hello-elementor-child/assets/img/trailing-icon.svg);
  background-size: cover;
  background-position: center;
  transition: transform 0.3s ease;
}
.ling-resources-accordion-widget .lra-list .lra-item .lra-body {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.4s ease;
  margin-top: 0;
}
.ling-resources-accordion-widget .lra-list .lra-item.active .lra-body {
  max-height: 1500px;
  opacity: 1;
  margin-top: 14px;
}
.ling-resources-accordion-widget .lra-list .lra-item.active .lra-toggle {
  transform: rotate(180deg);
}
.ling-resources-accordion-widget .lra-list .lra-item .lra-intro {
  font-size: 15px;
  color: #5c788a;
  line-height: 1.6;
  margin: 0 0 18px 0;
}
.ling-resources-accordion-widget .lra-list .lra-item .lra-featured {
  display: flex;
  align-items: stretch;
  gap: 24px;
  background: #ffffff;
  border-radius: 24px;
  padding: 10px;
  margin-bottom: 20px;
  max-width: 857px;
}
@media (max-width: 768px) {
  .ling-resources-accordion-widget .lra-list .lra-item .lra-featured {
    flex-direction: column;
    padding: 5px;
    background: transparent;
    gap: 10px;
  }
}
.ling-resources-accordion-widget .lra-list .lra-item .lra-featured .lra-featured-image {
  flex: 0 0 210px;
  border-radius: 20px;
  overflow: hidden;
}
.ling-resources-accordion-widget .lra-list .lra-item .lra-featured .lra-featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 768px) {
  .ling-resources-accordion-widget .lra-list .lra-item .lra-featured .lra-featured-image {
    flex-basis: auto;
  }
}
.ling-resources-accordion-widget .lra-list .lra-item .lra-featured .lra-featured-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ling-resources-accordion-widget .lra-list .lra-item .lra-featured .lra-featured-text .lra-featured-title {
  font-size: 16px;
  font-family: "Noto Sans", sans-serif;
  line-height: 1.35;
  font-weight: 400;
  margin: 0 0 6px 0;
}
.ling-resources-accordion-widget .lra-list .lra-item .lra-featured .lra-featured-text .lra-featured-title a {
  color: var(--e-global-color-primary);
  text-decoration: none;
}
.ling-resources-accordion-widget .lra-list .lra-item .lra-featured .lra-featured-text .lra-featured-title a:hover {
  text-decoration: underline;
}
.ling-resources-accordion-widget .lra-list .lra-item .lra-featured .lra-featured-text .lra-featured-excerpt {
  font-size: 14px;
  color: #5c788a;
  line-height: 1.6;
  margin: 0;
}
.ling-resources-accordion-widget .lra-list .lra-item .lra-links {
  margin: 0 0 12px 18px;
  padding: 0;
  list-style: disc;
}
.ling-resources-accordion-widget .lra-list .lra-item .lra-links .lra-link-item {
  margin-bottom: 4px;
}
.ling-resources-accordion-widget .lra-list .lra-item .lra-links .lra-link-item.is-hidden {
  display: none;
}
.ling-resources-accordion-widget .lra-list .lra-item .lra-links .lra-link-item a {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.35;
  color: #5C788A;
  text-decoration: underline;
}
.ling-resources-accordion-widget .lra-list .lra-item .lra-links .lra-link-item a:hover {
  color: #ff9900;
}
.ling-resources-accordion-widget .lra-list .lra-item .lra-more-wrap {
  margin-top: 20px;
}
.ling-resources-accordion-widget .lra-list .lra-item .lra-more-wrap .lra-show-more {
  font-size: 16px !important;
  font-weight: 700 !important;
  font-style: normal;
  font-family: "Noto Sans", sans-serif !important;
  line-height: 27px !important;
  fill: #fff;
  color: #5C788A !important;
  background-color: #fff;
  border-radius: 15px;
  border: 1px solid #E0E7EB;
  padding: 15px 24px;
  display: inline-block;
  transition: all 0.5s ease;
  min-height: 40px;
}
.ling-resources-accordion-widget .lra-list .lra-item .lra-more-wrap .lra-show-more:hover {
  background-color: #fff;
  color: #FF9900 !important;
  border: 1px solid #FF9900;
}

.ling-yearly-hero-widget {
  background: #ffe3a5;
  padding: 90px 15px;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .ling-yearly-hero-widget {
    padding: 40px 15px;
  }
}
@media (max-width: 768px) {
  .ling-yearly-hero-widget .layout-container {
    padding: 0;
  }
}
.ling-yearly-hero-widget .lyh-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}
@media screen and (max-width: 992px) {
  .ling-yearly-hero-widget .lyh-inner {
    flex-direction: column;
    gap: 40px;
  }
}
.ling-yearly-hero-widget .lyh-left {
  flex: 1;
}
@media screen and (max-width: 992px) {
  .ling-yearly-hero-widget .lyh-left {
    max-width: 100%;
    text-align: center;
  }
}
.ling-yearly-hero-widget .lyh-heading {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1;
  color: var(--e-global-color-primary);
  margin: 0 0 18px 0;
}
@media screen and (max-width: 992px) {
  .ling-yearly-hero-widget .lyh-heading {
    font-size: 36px;
  }
}
@media screen and (max-width: 480px) {
  .ling-yearly-hero-widget .lyh-heading {
    font-size: 30px;
  }
}
.ling-yearly-hero-widget .lyh-price-row {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 15px;
}
@media screen and (max-width: 992px) {
  .ling-yearly-hero-widget .lyh-price-row {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.ling-yearly-hero-widget .lyh-price-row .lyh-old-price {
  font-size: 26px;
  font-weight: 600;
  color: var(--e-global-color-primary);
  text-decoration: line-through;
  opacity: 0.85;
}
.ling-yearly-hero-widget .lyh-price-row .lyh-now-text {
  font-size: 26px;
  font-weight: 600;
  color: var(--e-global-color-primary);
  opacity: 0.9;
}
.ling-yearly-hero-widget .lyh-price-row .lyh-new-price {
  font-size: 26px;
  font-weight: 600;
  color: #009DFF;
}
.ling-yearly-hero-widget .lyh-subtext {
  font-size: 16px;
  line-height: 1.35;
  color: var(--e-global-color-primary);
  margin: 0 0 10px 0;
}
@media screen and (max-width: 992px) {
  .ling-yearly-hero-widget .lyh-subtext {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
  }
}
.ling-yearly-hero-widget .lyh-partner {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
}
@media screen and (max-width: 992px) {
  .ling-yearly-hero-widget .lyh-partner {
    justify-content: center;
  }
}
.ling-yearly-hero-widget .lyh-partner .lyh-partner-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.ling-yearly-hero-widget .lyh-partner .lyh-partner-icon img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  display: block;
}
.ling-yearly-hero-widget .lyh-partner .lyh-partner-text {
  font-size: 14px;
  font-weight: 600;
  color: #2f3a45;
}
.ling-yearly-hero-widget .lyh-stats {
  display: flex;
  align-items: flex-end;
  gap: 40px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}
@media screen and (max-width: 992px) {
  .ling-yearly-hero-widget .lyh-stats {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}
.ling-yearly-hero-widget .lyh-stats .success-primary-stat {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.ling-yearly-hero-widget .lyh-stats .success-primary-stat .stat-number {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: var(--e-global-color-primary);
}
.ling-yearly-hero-widget .lyh-stats .success-primary-stat .stat-label {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  color: var(--e-global-color-primary);
  font-family: "Noto Sans", sans-serif;
}
.ling-yearly-hero-widget .lyh-bottom-text {
  font-size: 14px;
  line-height: 1.6;
  color: #2f3a45;
  opacity: 0.9;
  margin: 0 0 22px 0;
}
@media screen and (max-width: 992px) {
  .ling-yearly-hero-widget .lyh-bottom-text {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 992px) {
  .ling-yearly-hero-widget .lyh-cta {
    display: flex;
    justify-content: center;
  }
}
.ling-yearly-hero-widget .lyh-right {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 992px) {
  .ling-yearly-hero-widget .lyh-right {
    justify-content: center;
    width: 100%;
  }
}
.ling-yearly-hero-widget .lyh-right lottie-player,
.ling-yearly-hero-widget .lyh-right img {
  max-width: 720px;
  height: auto;
  display: block;
}
@media screen and (max-width: 1500px) {
  .ling-yearly-hero-widget .lyh-right lottie-player,
  .ling-yearly-hero-widget .lyh-right img {
    width: 620px;
  }
}
@media screen and (max-width: 992px) {
  .ling-yearly-hero-widget .lyh-right lottie-player,
  .ling-yearly-hero-widget .lyh-right img {
    width: 520px;
  }
}
@media screen and (max-width: 576px) {
  .ling-yearly-hero-widget .lyh-right lottie-player,
  .ling-yearly-hero-widget .lyh-right img {
    width: 320px;
  }
}

.ling-why-choose-widget {
  background: #ffffff;
  padding: 80px 15px 60px 15px;
}
@media (max-width: 768px) {
  .ling-why-choose-widget {
    padding: 30px 15px 30px 15px;
  }
}
@media (max-width: 768px) {
  .ling-why-choose-widget .layout-container {
    padding: 0;
  }
}
.ling-why-choose-widget .lwc-heading {
  text-align: center;
  font-weight: 700;
  color: var(--e-global-color-primary);
  margin: 0 0 10px 0;
}
.ling-why-choose-widget .lwc-subtext {
  text-align: center;
  font-size: 16px;
  font-family: "Noto Sans", sans-serif;
  line-height: 1.35;
  font-weight: 400;
  max-width: 820px;
  margin: 0 auto 40px auto;
}
.ling-why-choose-widget .lwc-items {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
  align-items: center;
  justify-content: center;
  max-width: 980px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .ling-why-choose-widget .lwc-items {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}
.ling-why-choose-widget .lwc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
@media (max-width: 992px) {
  .ling-why-choose-widget .lwc-item {
    justify-content: flex-start;
  }
}
.ling-why-choose-widget .lwc-item .lwc-icon {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ling-why-choose-widget .lwc-item .lwc-icon img {
  width: 46px;
  height: 46px;
  object-fit: contain;
  display: block;
}
.ling-why-choose-widget .lwc-item .lwc-title {
  font-size: 16px;
  font-family: "Noto Sans", sans-serif;
  line-height: 1.35;
  font-weight: 600;
  color: #4a5560;
  line-height: 1.3;
}

.ling-prices-annual-widget {
  background: #ffe3a5;
  padding: 80px 15px;
  overflow: hidden;
}
.ling-prices-annual-widget .lpa-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.ling-prices-annual-widget .lpa-card {
  width: 360px;
  border-radius: 14px;
  overflow: hidden;
  border: 2px solid #f0a021;
  background: #fff6df;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08);
}
@media (max-width: 480px) {
  .ling-prices-annual-widget .lpa-card {
    width: 100%;
    max-width: 360px;
  }
}
.ling-prices-annual-widget .lpa-card .lpa-card-top {
  background: #ff9800;
  color: #fff;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.ling-prices-annual-widget .lpa-card .lpa-card-top .lpa-badge-icon {
  width: 18px;
  height: 18px;
  display: block;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.ling-prices-annual-widget .lpa-card .lpa-card-top .lpa-badge-text {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.2px;
  text-transform: lowercase;
}
.ling-prices-annual-widget .lpa-card .lpa-card-body {
  padding: 24px 20px 22px 20px;
  text-align: center;
}
.ling-prices-annual-widget .lpa-card .lpa-card-body .lpa-plan-title {
  font-size: 18px;
  font-weight: 600;
  color: #3b4a54;
  margin-bottom: 6px;
}
.ling-prices-annual-widget .lpa-card .lpa-card-body .lpa-old-price {
  font-size: 13px;
  font-weight: 600;
  color: #7b8794;
  text-decoration: line-through;
  margin-bottom: 12px;
}
.ling-prices-annual-widget .lpa-card .lpa-card-body .lpa-new-price {
  font-size: 34px;
  font-weight: 600;
  color: #3b4a54;
  margin-bottom: 6px;
}
.ling-prices-annual-widget .lpa-card .lpa-card-body .lpa-per-month {
  font-size: 14px;
  font-weight: 600;
  color: #7b8794;
}
.ling-prices-annual-widget .lpa-cta .ling-btn-default,
.ling-prices-annual-widget .lpa-cta .lpa-btn {
  border-radius: 14px;
  padding: 16px 28px;
  font-size: 15px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 480px) {
  .ling-prices-annual-widget .lpa-cta .ling-btn-default,
  .ling-prices-annual-widget .lpa-cta .lpa-btn {
    white-space: normal;
    padding: 14px 18px;
  }
}

.ling-benefits-grid .benefits-section .layout-container {
  margin: 0 auto;
  padding: 0;
}
.ling-benefits-grid .benefits-section .b-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  align-items: start;
}
@media (max-width: 992px) {
  .ling-benefits-grid .benefits-section .b-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .ling-benefits-grid .benefits-section .b-grid {
    grid-template-columns: 1fr;
  }
}
.ling-benefits-grid .benefits-section .b-card {
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(61, 80, 92, 0.1);
  overflow: hidden;
  transition: all 0.3s ease;
}
.ling-benefits-grid .benefits-section .b-card.is-open .b-details {
  max-height: 520px;
}
.ling-benefits-grid .benefits-section .b-card.is-open .b-chevron {
  transform: rotate(225deg);
}
.ling-benefits-grid .benefits-section .b-head {
  display: flex;
  gap: 16px;
  padding: 22px 22px 18px;
  cursor: pointer;
  user-select: none;
  align-items: flex-start;
}
.ling-benefits-grid .benefits-section .b-icon {
  width: 60px;
  height: 60px;
  border-radius: 18px;
  background: #39d86f;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  overflow: hidden;
}
.ling-benefits-grid .benefits-section .b-icon img {
  width: 35px;
  height: 35px;
  object-fit: contain;
  display: block;
}
.ling-benefits-grid .benefits-section .b-title {
  margin: 2px 0 6px;
  font-weight: 700;
  font-size: 18px;
  color: #3D505C;
}
.ling-benefits-grid .benefits-section .b-brief {
  margin: 0;
  color: #5C788A;
  font-size: 16px;
  font-family: "Noto Sans", sans-serif;
  line-height: 1.35;
  font-weight: 400;
}
.ling-benefits-grid .benefits-section .b-toggle {
  border-top: 1px solid rgba(61, 80, 92, 0.12);
  background: #F9FAFB;
  padding-top: 10px;
  padding-bottom: 15px;
  text-align: center;
  cursor: pointer;
}
.ling-benefits-grid .benefits-section .b-chevron {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 3px solid #f59d0a;
  border-bottom: 3px solid #f59d0a;
  transform: rotate(45deg);
  transition: transform 200ms ease;
}
.ling-benefits-grid .benefits-section .b-details {
  max-height: 0;
  overflow: hidden;
  transition: max-height 260ms ease;
  background: #fff;
}
.ling-benefits-grid .benefits-section .b-details .b-details-inner {
  padding: 0px 24px 24px 24px;
  color: #6c8293;
  font-size: 17px;
  line-height: 1.45;
  font-weight: 500;
  background: #F9FAFB;
}
.ling-benefits-grid .benefits-section .b-line {
  display: flex;
  gap: 12px;
  margin: 0px 0 15px 0;
  align-items: flex-start;
  font-size: 16px;
}
.ling-benefits-grid .benefits-section .b-line:last-child {
  margin-bottom: 0;
}
.ling-benefits-grid .benefits-section .b-check {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #39d86f;
  flex: 0 0 auto;
  position: relative;
  margin-top: 2px;
}
.ling-benefits-grid .benefits-section .b-check:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 3px;
  width: 6px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(40deg);
}

.ling-press-releases .press-releases-section .layout-container {
  padding: 0;
}
.ling-press-releases .press-releases-section .layout-container .press-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 768px) {
  .ling-press-releases .press-releases-section .layout-container .press-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.ling-press-releases .press-releases-section .layout-container .press-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
.ling-press-releases .press-releases-section .layout-container .press-image {
  display: block;
  border-radius: 16px;
  overflow: hidden;
}
.ling-press-releases .press-releases-section .layout-container .press-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
@media (max-width: 768px) {
  .ling-press-releases .press-releases-section .layout-container .press-image img {
    height: auto;
  }
}
.ling-press-releases .press-releases-section .layout-container .press-content {
  margin-top: 16px;
}
.ling-press-releases .press-releases-section .layout-container .press-tag {
  display: inline-block;
  background: #F0F3F5;
  color: #3D505C;
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  padding: 6px 14px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.ling-press-releases .press-releases-section .layout-container .press-title {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  margin: 0;
}
.ling-press-releases .press-releases-section .layout-container .press-title a {
  color: inherit;
  text-decoration: none;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
}

.ling-founders-cards .section-founders {
  max-width: 870px;
  margin: 0 auto;
}
.ling-founders-cards .founders-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
@media (max-width: 768px) {
  .ling-founders-cards .founders-grid {
    grid-template-columns: 1fr;
  }
}
.ling-founders-cards .founder-card {
  border-radius: 16px;
  background: #fff;
  color: #3D505C;
}
.ling-founders-cards .card-image img {
  width: 100%;
  display: block;
  aspect-ratio: 15/17;
  object-fit: cover;
  object-position: top;
  border-radius: 15px;
}
.ling-founders-cards .card-content {
  padding: 34px 18px 24px 18px;
  border: solid 1px #E0E7EB;
  margin-top: -10px;
}
.ling-founders-cards .founder-name {
  font-size: 18px;
  color: #3D505C;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 6px;
}
.ling-founders-cards .founder-role {
  font-family: "Noto Sans", sans-serif;
  color: #3D505C;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
}
.ling-founders-cards .founder-linkedin {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #5C788A;
  text-decoration: none;
  font-size: 16px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
}
.ling-founders-cards .founder-linkedin:hover {
  color: #5C788A;
  text-decoration: none;
  font-size: 16px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
}
.ling-founders-cards .founder-linkedin .linkedin-icon {
  width: 18px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
}
.ling-founders-cards .card-toggle {
  border: solid 1px #E0E7EB;
  padding: 14px;
  text-align: center;
  border-top: 0;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
.ling-founders-cards .toggle-bio {
  border: none;
  background: none;
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: center;
  width: 100%;
  outline: none;
  cursor: pointer;
}
.ling-founders-cards .toggle-bio .toggle-text {
  font-size: 16px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
  color: #A3B6C2;
}
.ling-founders-cards .toggle-arrow {
  width: 10px;
  height: 10px;
  border-right: 2px solid #3D505C;
  border-bottom: 2px solid #3D505C;
  transform: rotate(45deg);
  transition: transform 0.25s;
}
.ling-founders-cards .card-bio {
  display: none;
  padding: 24px;
  background: #fff;
  font-size: 14px;
  line-height: 1.6;
  border: solid 1px #E0E7EB;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
.ling-founders-cards .card-bio .toggle-text {
  ont-size: 16px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
  color: #3D505C;
}
.ling-founders-cards .card-bio p {
  font-size: 16px;
  font-family: "Noto Sans", sans-serif;
  color: #5C788A;
  line-height: 1.5;
}
.ling-founders-cards .founder-card.active .card-toggle {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom: 0;
}
.ling-founders-cards .founder-card.active .card-bio {
  display: block;
}
.ling-founders-cards .founder-card.active .toggle-arrow {
  transform: rotate(-135deg);
}

.ling-youtube-shorts-widget .layout-container {
  padding: 0;
}
.ling-youtube-shorts-widget .shorts-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 15px;
}
@media (max-width: 992px) {
  .ling-youtube-shorts-widget .shorts-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  .ling-youtube-shorts-widget .shorts-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.ling-youtube-shorts-widget .shorts-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.ling-youtube-shorts-widget .shorts-card.is-hidden {
  display: none;
}
.ling-youtube-shorts-widget .shorts-media {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.ling-youtube-shorts-widget .shorts-trigger {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-align: left;
}
.ling-youtube-shorts-widget .shorts-trigger.is-disabled {
  cursor: default;
}
.ling-youtube-shorts-widget .shorts-trigger img {
  display: block;
  width: 100%;
  aspect-ratio: 9/16;
  object-fit: cover;
}
.ling-youtube-shorts-widget .play-badge {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background: rgba(116, 99, 89, 0.72);
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.ling-youtube-shorts-widget .play-icon {
  width: 0;
  height: 0;
  margin-left: 5px;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 18px solid #ffffff;
}
.ling-youtube-shorts-widget .shorts-content {
  flex: 1;
  padding: 16px;
  border-radius: 20px;
  background: #F9FAFB;
}
.ling-youtube-shorts-widget .person-name {
  margin: 0 0 6px;
  color: #3D505C;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
}
.ling-youtube-shorts-widget .video-title {
  margin-bottom: 10px;
  color: #5C788A;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 600;
  font-family: "Noto Sans", sans-serif;
}
.ling-youtube-shorts-widget .video-description {
  color: #5C788A;
  font-size: 16px;
  line-height: 1.45;
  font-family: "Noto Sans", sans-serif;
}
.ling-youtube-shorts-widget .shorts-actions {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}
.ling-youtube-shorts-widget .shorts-load-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 168px;
  padding: 14px 28px;
  border: 1px solid #415364;
  border-radius: 999px;
  background: transparent;
  color: #415364;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.25s ease;
}
.ling-youtube-shorts-widget .shorts-load-more:hover, .ling-youtube-shorts-widget .shorts-load-more:focus {
  background: #415364;
  color: #ffffff;
}
.ling-youtube-shorts-widget .shorts-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
}
.ling-youtube-shorts-widget .shorts-modal[hidden] {
  display: none;
}
.ling-youtube-shorts-widget .shorts-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.82);
}
.ling-youtube-shorts-widget .shorts-modal-dialog {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 40px 20px;
}
.ling-youtube-shorts-widget .shorts-modal-close {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: #ffffff;
  color: #111111;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}
.ling-youtube-shorts-widget .shorts-modal-frame {
  width: 100%;
  max-width: 420px;
  aspect-ratio: 9/16;
  border-radius: 18px;
  overflow: hidden;
  background: #000000;
}
.ling-youtube-shorts-widget .shorts-modal-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

/*# sourceMappingURL=custom-style.css.map */
