.site-logo {
  width: auto;
  max-width: 220px;
  object-fit: contain;
}

.site-logo-header {
  max-height: 48px;
}

.site-logo-footer {
  max-height: 52px;
}

.landing-page {
  --page-section-bg: #F8F7F4;
  --landing-footer-bg: #0d3f38;
  --hero-wave-bg: var(--page-section-bg);
  background-color: var(--page-section-bg);
}

body.landing-page {
  background-color: var(--page-section-bg);
}

.landing-page .section-py-space {
  background-color: var(--page-section-bg);
}

.landing-page .landing-footer.section-py-space {
  background: var(--landing-footer-bg);
}

.landing-page .landing-header {
  background-color: #0d3f38;
  box-shadow: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.landing-page .landing-header.sticky {
  background-color: #0d3f38;
}

.landing-page .landing-header ul.landing-menu li.nav-item a.nav-link {
  color: #ffffff;
}

.landing-page .landing-header .buy-block .toggle-menu i {
  color: #ffffff;
}

.landing-page .landing-header #navbar-example2 {
  padding: 12px 0 !important;
  border-radius: 0;
}

.landing-page .landing-header .landing-menu li.nav-item a.nav-link {
  font-family: "Montserrat", "Nunito Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.02em;
  padding: 8px 12px;
  border-radius: 0;
  transition: all 0.2s ease;
}

.landing-page .landing-header .landing-menu li.nav-item:hover a.nav-link {
  color: #f5c451 !important;
  background: transparent;
}

.landing-page .landing-header .landing-menu li.nav-item a.nav-link.active {
  color: #ffffff !important;
  background: transparent;
  box-shadow: inset 0 -2px 0 #f5c451;
}

.landing-page .landing-header #navbar-example2 .buy-block .btn-header {
  font-family: "Montserrat", "Nunito Sans", sans-serif;
  font-weight: 600;
  letter-spacing: 0.01em;
  border-radius: 0;
  background: transparent;
  border: none;
  padding: 0;
  box-shadow: none;
  color: #ffffff;
}

.landing-page .landing-header #navbar-example2 .buy-block .btn-header:hover {
  color: #f5c451;
}

.landing-page .title-style .main-title {
  font-family: "Montserrat", "Nunito Sans", sans-serif;
  font-size: clamp(1.05rem, 0.45vw + 0.98rem, 1.7rem);
  line-height: 1.1;
}

.landing-page .title-style .main-title .description-title {
  display: block;
  margin-top: 6px;
  font-family: "Caveat", "Dancing Script", cursive;
  font-size: clamp(1.2rem, 0.9vw + 1rem, 1.7rem);
  font-weight: 700;
  color: #2f8e87;
  letter-spacing: 0.01em;
  text-transform: none;
  line-height: 1.2;
}

.landing-page .landing-header #navbar-example2 {
  flex-wrap: nowrap;
  gap: 10px;
}

.landing-page .landing-header #navbar-example2 .navbar-brand {
  min-width: 0;
}

.landing-page .landing-header #navbar-example2 .buy-block {
  margin-left: auto;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 14px;
}

.landing-page .landing-header #navbar-example2 .buy-block .btn-header {
  white-space: nowrap;
}

.landing-page .landing-header .nav-search {
  width: 38px;
  height: 32px;
  border-radius: 6px;
  background: #0b2b28;
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: all 0.2s ease;
}

.landing-page .landing-header .nav-search:hover {
  border-color: #f5c451;
  color: #f5c451;
}

@media (max-width: 767px) {
  .landing-page .landing-header .buy-block .btn-header {
    color: #ffffff !important;
    box-shadow: none !important;
    padding: 0;
  }
}

@media (max-width: 480px) {
  .landing-page .landing-header #navbar-example2 {
    padding: 6px 8px !important;
  }

  .landing-page .landing-header .fluid-space {
    padding-left: 12px;
    padding-right: 12px;
  }

  .site-logo {
    max-width: 150px;
  }

  .site-logo-header {
    max-height: 40px;
  }

  .landing-page .landing-header #navbar-example2 .buy-block .btn-header {
    font-size: 13px;
  }

  .landing-page .landing-header .buy-block .toggle-menu {
    margin-left: 8px;
  }

  .landing-page .landing-header .buy-block .toggle-menu i {
    font-size: 20px;
  }
}

@media (max-width: 400px) {
  .site-logo {
    max-width: 126px;
  }

  .site-logo-header {
    max-height: 36px;
  }

  .landing-page .landing-header #navbar-example2 .buy-block .btn-header {
    font-size: 12px;
  }
}

.landing-page .support-section .support-title {
  position: static;
  right: auto;
  left: auto;
  transform: none;
  width: min(100%, 980px);
  margin: 0 auto 30px;
  padding: 0 12px;
}

.landing-page .support-section {
  background-color: #128b72;
}

.landing-page .support-section .support-title h2,
.landing-page .support-section .support-title .h2 {
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 10px;
  text-align: center !important;
}

.landing-page .support-section .support-title p {
  color: #d8f8f0;
  margin-bottom: 0;
  text-align: center !important;
}

.landing-page .support-section .pricing-section {
  padding-top: 4px;
}

.landing-page .support-section .support-form-column {
  margin-right: auto;
  margin-left: auto;
}

.landing-page .landing-footer .sub-footer.footer-contact-grid {
  align-items: flex-start;
  padding-top: 0;
}

.landing-page .landing-footer .sub-footer .address-subfooter,
.landing-page .landing-footer .sub-footer .contact-subfooter {
  display: block;
  text-align: left;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0;
}

.landing-page .landing-footer .sub-footer .contact-subfooter {
  text-align: right;
}

.landing-page .landing-footer .sub-footer .footer-section-title {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 16px;
}

.landing-page .landing-footer .sub-footer .address-subfooter .address-item + .address-item {
  margin-top: 26px;
}

.landing-page .landing-footer .sub-footer .address-subfooter .address-item h3,
.landing-page .landing-footer .sub-footer .address-subfooter .address-item .h3 {
  color: #ffffff;
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 6px;
}

.landing-page .landing-footer .sub-footer .address-subfooter .address-item p,
.landing-page .landing-footer .sub-footer .contact-subfooter .contact-item p,
.landing-page .landing-footer .sub-footer .contact-subfooter .contact-item a {
  color: rgba(255, 255, 255, 0.95);
  font-size: calc(14px + 5 * (100vw - 300px) / 1620);
  line-height: 1.2;
  margin-bottom: 2px;
}

.landing-page .landing-footer .sub-footer .contact-subfooter .contact-item + .contact-item {
  margin-top: 12px;
}

.landing-page .landing-footer .sub-footer .contact-subfooter .contact-item a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.landing-page .landing-footer .sub-footer .contact-subfooter .social-links {
  margin-top: 14px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.landing-page .landing-footer .sub-footer .contact-subfooter .social-link {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #ffffff;
  color: #0D3F38;
  text-decoration: none;
  font-size: 18px;
}

.landing-page .landing-footer .sub-footer .contact-subfooter .social-link:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.16);
}

.landing-page .landing-footer .footer-copyright-row {
  margin-top: 30px;
}

.landing-page .landing-footer .footer-copyright-row .site-logo-footer {
  margin-bottom: 10px;
}

.landing-page .landing-footer .footer-copyright-row p {
  color: rgba(255, 255, 255, 0.95);
}

@media (max-width: 767px) {
  .landing-page .landing-footer .sub-footer .address-subfooter,
  .landing-page .landing-footer .sub-footer .contact-subfooter {
    margin-top: 8px;
  }

  .landing-page .landing-footer .sub-footer .address-subfooter .address-item + .address-item {
    margin-top: 18px;
  }

  .landing-page .landing-footer .footer-copyright-row {
    margin-top: 22px;
  }
}

.landing-page .landing-page-design .featured-posts-carousel {
  max-width: none;
  margin: 0;
  padding-bottom: 10px;
  min-height: 0;
}

.landing-page .landing-page-design {
  background-color: #128b72;
}

.landing-page .landing-page-design .title-style .main-title {
  color: #ffffff;
}

.landing-page .landing-page-design .title-style .main-title::before {
  display: none;
}

.landing-page .landing-page-design .title-style .main-title .description-title {
  color: #d8f8f0;
  margin-bottom: 0;
}

.landing-page .landing-page-design .news-heading-row {
  position: relative;
  display: grid;
  grid-template-columns: minmax(88px, 1fr) minmax(0, auto) minmax(88px, 1fr);
  align-items: center;
  min-height: 72px;
  margin-bottom: 18px;
}

.landing-page .landing-page-design .news-heading-row .title-style {
  grid-column: 2;
  min-width: 0;
  text-align: center;
}

.landing-page .news-section-title-link {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}

.landing-page .landing-page-design .featured-post-toolbar {
  grid-column: 3;
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 12px;
}

.landing-page .landing-page-design .featured-post-nav {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(36, 58, 58, 0.2);
  background: #ffffff;
  color: rgba(36, 58, 58, 0.78);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

.landing-page .landing-page-design .featured-post-nav:hover {
  color: #0d3f38;
  border-color: rgba(13, 63, 56, 0.45);
  box-shadow: 0 8px 18px rgba(17, 49, 46, 0.12);
}

.landing-page .landing-page-design .featured-post-slider {
  margin: 0 -12px;
}

.landing-page .landing-page-design .featured-post-slider:not(.slick-initialized) {
  display: flex;
  justify-content: center;
  margin: 0;
}

.landing-page .landing-page-design .featured-post-slider:not(.slick-initialized) .featured-post-slide {
  width: min(100%, 360px);
}

.landing-page .landing-page-design .featured-post-slider .slick-list {
  overflow: hidden;
}

.landing-page .landing-page-design .featured-post-slider .slick-track {
  display: flex;
}

.landing-page .landing-page-design .featured-post-slider .slick-slide {
  height: inherit;
}

.landing-page .landing-page-design .featured-post-slide {
  height: 100%;
  padding: 0 12px;
}

.landing-page .landing-page-design .featured-post-slide > div,
.landing-page .landing-page-design .featured-post-slide article {
  height: 100%;
}

.landing-page .landing-page-design .featured-post-link {
  display: block;
  color: inherit;
  text-decoration: none;
  height: 100%;
}

.landing-page .landing-page-design .featured-post-card {
  height: 100%;
  min-height: 510px;
  background: #ffffff;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(48, 142, 135, 0.16);
  box-shadow: 0 16px 30px rgba(17, 49, 46, 0.12);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  display: flex;
  flex-direction: column;
}

.landing-page .landing-page-design .featured-post-link:hover .featured-post-card {
  transform: translateY(-4px);
  box-shadow: 0 20px 34px rgba(17, 49, 46, 0.18);
}

.landing-page .landing-page-design .featured-post-card .featured-post-media {
  width: 100%;
  height: 240px;
  overflow: hidden;
  background: #edf3f3;
}

.landing-page .landing-page-design .featured-post-card .featured-post-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.landing-page .landing-page-design .featured-post-card .featured-post-body {
  padding: 18px 18px 20px;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}

.landing-page .landing-page-design .featured-post-card .featured-post-meta {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.landing-page .landing-page-design .featured-post-card .featured-post-category {
  display: inline-block;
  background: rgba(48, 142, 135, 0.12);
  color: #205e59;
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 700;
}

.landing-page .landing-page-design .featured-post-card .featured-post-date {
  color: #6d747b;
  font-size: 12px;
  font-weight: 600;
}

.landing-page .landing-page-design .featured-post-card h3,
.landing-page .landing-page-design .featured-post-card .h3 {
  font-size: clamp(1.05rem, 0.55vw + 0.95rem, 1.3rem);
  margin-bottom: 10px;
  color: #213436;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.landing-page .landing-page-design .featured-post-card p {
  margin-bottom: 0;
  color: #4e5963;
  line-height: 1.6;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.landing-page .landing-page-design .featured-post-empty {
  max-width: 840px;
  margin: 0 auto;
  padding: 32px 24px;
  border-radius: 12px;
  border: 1px dashed rgba(48, 142, 135, 0.4);
  background: rgba(48, 142, 135, 0.05);
}

.landing-page .landing-page-design .featured-post-empty h6,
.landing-page .landing-page-design .featured-post-empty .h6 {
  margin-bottom: 8px;
  color: #214547;
  font-weight: 700;
}

.landing-page .institutes-section {
  scroll-behavior: smooth;
  overflow: hidden;
  background-color: #128b72;
  margin-top: -2px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 0;
  position: relative;
  z-index: 2;
}

.landing-page .institutes-section .university-carousel {
  position: relative;
  margin-top: 0;
  padding: 0 58px;
  overflow: hidden;
}

.landing-page .institutes-section .university-nav {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

.landing-page .institutes-section .university-nav-edge {
  position: absolute;
  top: 50%;
  z-index: 3;
  transform: translateY(-50%);
}

.landing-page .institutes-section .university-nav-prev {
  left: 0;
}

.landing-page .institutes-section .university-nav-next {
  right: 0;
}

.landing-page .institutes-section .university-nav:hover {
  color: #0d3f38;
  background: #ffffff;
  border-color: #ffffff;
  box-shadow: 0 8px 18px rgba(17, 49, 46, 0.16);
}

.landing-page .institutes-section .university-slider {
  margin: 0 -18px;
}

.landing-page .institutes-section .university-slider .slick-list {
  overflow: hidden;
}

.landing-page .institutes-section .university-slider .slick-track {
  display: flex;
}

.landing-page .institutes-section .university-slider .slick-slide {
  height: inherit;
}

.landing-page .institutes-section .university-slide {
  height: 100%;
  padding: 0 18px;
}

.landing-page .institutes-section .university-slide > div,
.landing-page .institutes-section .university-slide article {
  height: 100%;
}

.landing-page .institutes-section .university-card-link {
  text-decoration: none;
  color: inherit;
  display: block;
  height: 100%;
}

.landing-page .institutes-section .university-card {
  height: 100%;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 105px;
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.landing-page .institutes-section .university-card:hover {
  transform: translateY(-2px);
}

.landing-page .institutes-section .university-logo-wrap {
  width: 100%;
  height: 105px;
  border-radius: 0;
  background: transparent;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.landing-page .institutes-section .university-logo-wrap .university-logo {
  width: 232px;
  height: 84px;
  max-width: 100%;
  max-height: 100%;
  filter: grayscale(0.1) contrast(1) brightness(1);
  opacity: 1;
  object-fit: contain;
  object-position: center;
  transition: filter 0.22s ease, opacity 0.22s ease, transform 0.22s ease;
}

.landing-page .institutes-section .university-card-link:hover .university-logo {
  transform: scale(1.03);
}

.landing-page .institutes-section .university-logo-wrap .university-initial {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: 800;
  color: #ffffff;
  background: rgba(13, 63, 56, 0.72);
  border: 1px solid rgba(216, 248, 240, 0.3);
}

.landing-page .institutes-section .institutes-empty {
  max-width: 820px;
  margin: 0 auto;
  padding: 30px 20px;
  border-radius: 14px;
  border: 1px dashed rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.92);
}

.landing-page .institutes-section .institutes-empty h6,
.landing-page .institutes-section .institutes-empty .h6 {
  margin-bottom: 8px;
  color: #ffffff;
  font-weight: 700;
}

.landing-page .testimonials-section .testimonials-grid {
  margin-top: 6px;
}

.landing-page .testimonials-section .title-style .main-title .description-title {
  font-family: "Montserrat", "Nunito Sans", sans-serif;
  font-size: clamp(1.05rem, 0.45vw + 0.98rem, 1.7rem);
  font-weight: 700;
  line-height: 1.1;
}

.landing-page .testimonials-section .testimonial-card {
  background: #ffffff;
  border: 1px solid rgba(36, 58, 58, 0.12);
  border-radius: 16px;
  box-shadow: 0 12px 24px rgba(17, 49, 46, 0.07);
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.landing-page .testimonials-section .testimonial-head {
  display: flex;
  align-items: center;
  gap: 12px;
}

.landing-page .testimonials-section .testimonial-avatar {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  overflow: hidden;
  background: rgba(13, 63, 56, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.landing-page .testimonials-section .testimonial-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.landing-page .testimonials-section .testimonial-avatar span {
  font-weight: 700;
  color: #0d3f38;
  font-size: 1.05rem;
}

.landing-page .testimonials-section .testimonial-meta h5,
.landing-page .testimonials-section .testimonial-meta .h5 {
  margin-bottom: 2px;
  color: #1f3538;
}

.landing-page .testimonials-section .testimonial-meta p {
  color: #6a7782;
  font-size: 0.93rem;
}

.landing-page .testimonials-section .testimonial-quote {
  color: #475763;
  line-height: 1.72;
}

.landing-page .testimonials-section .testimonial-rating {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.landing-page .testimonials-section .testimonial-rating i {
  color: #d2d9de;
  font-size: 14px;
}

.landing-page .testimonials-section .testimonial-rating i.is-on {
  color: #f5b301;
}

.landing-page .testimonials-section .testimonial-empty {
  max-width: 860px;
  margin: 0 auto;
  padding: 32px 20px;
  border: 1px dashed rgba(48, 142, 135, 0.4);
  border-radius: 14px;
  background: rgba(48, 142, 135, 0.05);
}

.landing-page .testimonials-section .testimonial-empty h6,
.landing-page .testimonials-section .testimonial-empty .h6 {
  margin-bottom: 8px;
  color: #214547;
  font-weight: 700;
}

@media (max-width: 767px) {
  .landing-page .institutes-section .university-nav {
    width: 36px;
    height: 36px;
  }

  .landing-page .institutes-section .university-slider {
    margin: 0 -10px;
  }

  .landing-page .institutes-section .university-slide {
    padding: 0 10px;
  }

  .landing-page .institutes-section .university-card {
    min-height: 78px;
  }

  .landing-page .institutes-section .university-carousel {
    padding: 0 46px;
  }

  .landing-page .institutes-section .university-logo-wrap {
    height: 78px;
  }

  .landing-page .institutes-section .university-logo-wrap .university-logo {
    width: 166px;
    height: 64px;
    max-width: 100%;
    max-height: 100%;
  }
}

.landing-page .about-us-section .title-style .main-title::before {
  display: none;
}

.landing-page .about-us-section .about-consultancy-heading-row {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-bottom: 18px;
}

.landing-page .about-us-section .about-consultancy-heading-row .title-style {
  text-align: center;
}

.landing-page .about-us-section .consultancy-feature-toolbar {
  position: absolute;
  top: 50%;
  right: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  transform: translateY(-50%);
}

.landing-page .about-us-section .consultancy-feature-nav {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(36, 58, 58, 0.2);
  background: #ffffff;
  color: rgba(36, 58, 58, 0.78);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

.landing-page .about-us-section .consultancy-feature-nav:hover {
  color: #0d3f38;
  border-color: rgba(13, 63, 56, 0.45);
  box-shadow: 0 8px 18px rgba(17, 49, 46, 0.12);
}

.landing-page .about-us-section .consultancy-feature-carousel {
  padding-bottom: 10px;
}

.landing-page .about-us-section .consultancy-feature-slider {
  margin: 0 -12px;
}

.landing-page .about-us-section .consultancy-feature-slider:not(.slick-initialized) {
  display: flex;
  justify-content: center;
  margin: 0;
}

.landing-page .about-us-section .consultancy-feature-slider:not(.slick-initialized) .consultancy-feature-slide {
  width: 100%;
}

.landing-page .about-us-section .consultancy-feature-slider .slick-list {
  overflow: hidden;
}

.landing-page .about-us-section .consultancy-feature-slider .slick-track {
  display: flex;
}

.landing-page .about-us-section .consultancy-feature-slider .slick-slide {
  height: inherit;
}

.landing-page .about-us-section .consultancy-feature-slide {
  height: 100%;
  padding: 0 12px;
}

.landing-page .about-us-section .consultancy-feature-slide > div,
.landing-page .about-us-section .consultancy-feature-slide article {
  height: 100%;
}

.landing-page .about-us-section .consultancy-feature-card {
  position: relative;
  height: 100%;
  min-height: 420px;
  background: #ffffff;
  border: 1px solid rgba(48, 142, 135, 0.2);
  border-radius: 26px;
  box-shadow: 0 20px 44px rgba(17, 49, 46, 0.12);
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 42%);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.landing-page .about-us-section .consultancy-feature-type-badge {
  align-self: flex-start;
  margin-bottom: 16px;
}

.landing-page .about-us-section .consultancy-feature-card:hover {
  transform: translateY(-4px);
  border-color: rgba(48, 142, 135, 0.45);
  box-shadow: 0 18px 34px rgba(27, 64, 61, 0.14);
}

.landing-page .about-us-section .consultancy-feature-image {
  min-height: 420px;
  border-left: 1px solid rgba(48, 142, 135, 0.15);
  background: #edf4f4;
  display: flex;
  align-items: center;
  justify-content: center;
}

.landing-page .about-us-section .consultancy-feature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.landing-page .about-us-section .consultancy-feature-initial {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-weight: 800;
  color: #ffffff;
  background: linear-gradient(135deg, #0D3F38 0%, #236b67 100%);
}

.landing-page .about-us-section .consultancy-feature-body {
  padding: clamp(28px, 4vw, 52px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.landing-page .about-us-section .consultancy-feature-body h5,
.landing-page .about-us-section .consultancy-feature-body .h5 {
  margin-bottom: 14px;
  color: #20353a;
  font-family: "Montserrat", "Nunito Sans", sans-serif;
  font-size: clamp(1.35rem, 1.15vw + 1rem, 2.1rem);
  font-weight: 800;
  line-height: 1.15;
}

.landing-page .about-us-section .consultancy-feature-body p {
  margin-bottom: 0;
  color: #5b6871;
  font-size: 1rem;
  line-height: 1.7;
}

.landing-page .about-us-section .consultancy-feature-cta {
  margin-top: 22px;
  font-weight: 700;
}

.landing-page .about-us-section .consultancy-feature-empty {
  max-width: 860px;
  margin: 0 auto;
  padding: 32px 20px;
  border: 1px dashed rgba(48, 142, 135, 0.4);
  border-radius: 14px;
  background: rgba(48, 142, 135, 0.05);
}

.landing-page .about-us-section .consultancy-feature-empty h6,
.landing-page .about-us-section .consultancy-feature-empty .h6 {
  margin-bottom: 8px;
  color: #214547;
  font-weight: 700;
}

@media (max-width: 991px) {
  .landing-page .about-us-section .consultancy-feature-card {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .landing-page .about-us-section .consultancy-feature-image {
    min-height: 280px;
    border-top: 1px solid rgba(48, 142, 135, 0.15);
    border-left: 0;
  }
}

@media (max-width: 575px) {
  .landing-page .about-us-section .about-consultancy-heading-row {
    min-height: 36px;
    margin-bottom: 14px;
  }

  .landing-page .about-us-section .consultancy-feature-toolbar {
    gap: 8px;
  }

  .landing-page .about-us-section .consultancy-feature-nav {
    width: 36px;
    height: 36px;
  }

  .landing-page .about-us-section .consultancy-feature-slider {
    margin: 0 -8px;
  }

  .landing-page .about-us-section .consultancy-feature-slide {
    padding: 0 8px;
  }

  .landing-page .about-us-section .consultancy-feature-image {
    min-height: 220px;
  }

  .landing-page .about-us-section .consultancy-feature-body {
    padding: 24px 18px;
  }
}

.landing-page .application-section .service-feature-carousel {
  margin-top: 0;
  padding-bottom: 10px;
}

.landing-page .service-section-title-link {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}

.landing-page .services-page-hero {
  margin-top: 92px !important;
  background:
    radial-gradient(circle at top right, rgba(245, 196, 81, 0.22), transparent 28%),
    linear-gradient(135deg, #0d3f38 0%, #128b72 100%);
}

.landing-page .services-page-hero .services-page-hero-card {
  max-width: 980px;
  padding: 40px 42px;
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(8, 38, 35, 0.88), rgba(8, 38, 35, 0.54));
  color: #ffffff;
  box-shadow: 0 28px 54px rgba(7, 28, 25, 0.24);
}

.landing-page .services-page-hero .services-page-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.74rem;
  font-weight: 700;
  color: #f5c451;
}

.landing-page .services-page-hero h1 {
  font-size: clamp(2rem, 3vw, 3.2rem);
  line-height: 1.12;
  color: #ffffff;
}

.landing-page .services-page-hero p {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.7;
}

.landing-page .services-page-stats {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.landing-page .services-page-stat {
  min-width: 140px;
  padding: 14px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.landing-page .services-page-stat strong {
  font-size: 1.6rem;
  line-height: 1;
  color: #ffffff;
}

.landing-page .services-page-stat span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.88rem;
  font-weight: 600;
}

.landing-page .services-page-plans {
  background: #f8f7f4;
}

.landing-page .services-page-plans .main-title {
  color: #183c39;
}

.landing-page .services-plan-grid {
  margin-top: 10px;
}

.landing-page .services-plan-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 26px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid rgba(18, 139, 114, 0.12);
  box-shadow: 0 18px 40px rgba(17, 49, 46, 0.09);
}

.landing-page .services-plan-card.is-highlighted {
  border-color: rgba(18, 139, 114, 0.32);
  box-shadow: 0 24px 48px rgba(17, 49, 46, 0.14);
}

.landing-page .services-plan-badge {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(18, 139, 114, 0.12);
  color: #128b72;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.landing-page .services-plan-header h2,
.landing-page .services-plan-header .h2,
.landing-page .services-plan-header h4,
.landing-page .services-plan-header .h4 {
  color: #163836;
  margin-bottom: 0;
}

.landing-page .services-plan-summary {
  color: #5a6a72;
  line-height: 1.6;
}

.landing-page .services-plan-price-wrap {
  display: grid;
  gap: 8px;
}

.landing-page .services-plan-price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px;
}

.landing-page .services-plan-price-amount {
  color: #0d3f38;
  font-size: clamp(1.7rem, 1.2vw + 1.4rem, 2.5rem);
  font-weight: 800;
  line-height: 1;
}

.landing-page .services-plan-price-cycle {
  color: #557076;
  font-weight: 600;
}

.landing-page .services-plan-price-label .services-plan-price-amount {
  font-size: 1.5rem;
}

.landing-page .services-plan-billing-note {
  color: #6a7a82;
  font-size: 0.92rem;
}

.landing-page .services-plan-description {
  color: #42535a;
  line-height: 1.72;
}

.landing-page .services-plan-description p {
  margin-bottom: 0;
}

.landing-page .services-plan-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.landing-page .services-plan-meta span {
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  border-radius: 999px;
  background: #edf4f4;
  color: #285c58;
  font-size: 0.82rem;
  font-weight: 700;
}

.landing-page .services-plan-actions {
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.landing-page .services-plan-actions .btn {
  border-radius: 999px;
  padding: 12px 20px;
  font-weight: 700;
}

.landing-page .services-page-plans .service-pricing-empty {
  max-width: 860px;
  margin: 0 auto;
  padding: 32px 20px;
  border: 1px dashed rgba(48, 142, 135, 0.36);
  border-radius: 14px;
  background: rgba(48, 142, 135, 0.06);
}

.landing-page .services-page-plans .service-pricing-empty h6,
.landing-page .services-page-plans .service-pricing-empty .h6 {
  color: #214547;
}

.landing-page .services-page-features {
  background-color: #0d3f38;
}

.landing-page .services-page-features .services-feature-group + .services-feature-group {
  margin-top: 44px;
}

.landing-page .services-page-features .services-feature-group-header {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 22px;
}

.landing-page .services-page-features .services-feature-group-eyebrow {
  color: #f5c451;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.72rem;
  font-weight: 800;
}

.landing-page .services-page-features .services-feature-group-header h3,
.landing-page .services-page-features .services-feature-group-header .h3 {
  color: #ffffff;
}

.landing-page .services-page-features .services-feature-group-copy {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.6;
}

.landing-page .services-page-features .services-feature-group-link {
  display: inline-flex;
  align-items: center;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
}

.landing-page .services-page-features .services-feature-group-link:hover {
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;
}

.landing-page .services-page-features .service-feature-body-rich {
  min-height: 198px;
}

.landing-page .services-page-features .service-feature-description {
  margin-bottom: 0;
  color: #52656d;
  line-height: 1.68;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.landing-page .services-page-features .service-feature-footer {
  margin-top: auto;
}

@media (max-width: 991px) {
  .landing-page .services-page-hero .services-page-hero-card {
    padding: 34px 28px;
  }

  .landing-page .services-page-features .service-feature-body-rich {
    min-height: 176px;
  }
}

@media (max-width: 575px) {
  .landing-page .services-page-hero {
    margin-top: 82px !important;
  }

  .landing-page .services-page-hero .services-page-hero-card {
    padding: 28px 20px;
    border-radius: 22px;
  }

  .landing-page .services-page-stats {
    gap: 12px;
  }

  .landing-page .services-page-stat {
    min-width: calc(50% - 6px);
  }

  .landing-page .services-plan-card {
    padding: 22px 18px;
    border-radius: 20px;
  }

  .landing-page .services-plan-actions {
    flex-direction: column;
  }

  .landing-page .services-plan-actions .btn {
    width: 100%;
  }

  .landing-page .services-page-features .services-feature-group + .services-feature-group {
    margin-top: 34px;
  }

  .landing-page .services-page-features .services-feature-group-link {
    width: 100%;
    justify-content: center;
  }

  .landing-page .services-page-features .service-feature-body-rich {
    min-height: 0;
  }
}

.landing-page .application-section .service-feature-slider {
  margin: 0 -12px;
}

.landing-page .application-section .service-feature-slider .slick-list {
  overflow: hidden;
}

.landing-page .application-section .service-feature-slider .slick-track {
  display: flex;
}

.landing-page .application-section .service-feature-slider .slick-slide {
  height: inherit;
}

.landing-page .application-section .service-feature-slide {
  height: 100%;
  padding: 0 12px;
}

.landing-page .application-section .service-feature-slide > div,
.landing-page .application-section .service-feature-slide article {
  height: 100%;
}

.landing-page .application-section {
  background-color: #0d3f38;
}

.landing-page .application-section .title-style .main-title {
  color: #ffffff;
}

.landing-page .application-section .title-style .main-title::before {
  display: none;
}

.landing-page .application-section .services-heading-row {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-bottom: 18px;
}

.landing-page .application-section .services-heading-row .title-style {
  text-align: center;
}

.landing-page .application-section .services-heading-row .main-title {
  margin-bottom: 0;
}

.landing-page .application-section .service-feature-toolbar {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.landing-page .application-section .services-heading-row .service-feature-toolbar {
  position: absolute;
  top: 50%;
  right: 0;
  margin-bottom: 0;
  transform: translateY(-50%);
}

.landing-page .application-section .service-feature-nav {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(36, 58, 58, 0.2);
  background: #ffffff;
  color: rgba(36, 58, 58, 0.78);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

.landing-page .application-section .service-feature-nav:hover {
  color: #0d3f38;
  border-color: rgba(13, 63, 56, 0.45);
  box-shadow: 0 8px 18px rgba(17, 49, 46, 0.12);
}

.landing-page .application-section .service-feature-grid {
  margin-top: 0;
}

.landing-page .application-section .service-feature-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.landing-page .application-section .service-feature-card {
  position: relative;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(241, 237, 227, 0.98) 100%);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 24px;
  box-shadow: 0 18px 42px rgba(7, 28, 25, 0.22);
  overflow: hidden;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.landing-page .application-section .service-feature-card::after {
  content: "";
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 0;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, #f5c451 0%, #128b72 100%);
  opacity: 0.9;
}

.landing-page .application-section .service-feature-card:hover {
  transform: translateY(-6px);
  border-color: rgba(245, 196, 81, 0.36);
  box-shadow: 0 26px 48px rgba(7, 28, 25, 0.28);
}

.landing-page .application-section .service-feature-header {
  display: flex;
  align-items: center;
  min-height: 58px;
  padding: 14px 18px;
  background: linear-gradient(135deg, #0b342f 0%, #128b72 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.landing-page .application-section .service-feature-image {
  position: relative;
  height: 286px;
  margin: 0;
  border-radius: 0;
  background: linear-gradient(180deg, #f6f7f3 0%, #ebe6da 100%);
  overflow: hidden;
}

.landing-page .application-section .service-feature-image::after {
  display: none;
}

.landing-page .application-section .service-feature-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  padding: 14px;
  transition: transform 0.35s ease;
}

.landing-page .application-section .service-feature-card:hover .service-feature-image img {
  transform: scale(1.04);
}

.landing-page .application-section .service-feature-plan-tag {
  display: inline-flex;
  align-items: center;
  width: 100%;
  justify-content: flex-start;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  line-height: 1.2;
  padding: 0;
}

.landing-page .application-section .service-feature-fallback {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f5c451;
  font-size: 42px;
  background: radial-gradient(circle at top, rgba(245, 196, 81, 0.14), transparent 38%), linear-gradient(135deg, #0d3f38 0%, #128b72 100%);
}

.landing-page .application-section .service-feature-body {
  background: linear-gradient(180deg, #ffffff 0%, #f4efe3 100%);
  padding: 22px 22px 26px;
  min-height: 146px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.landing-page .application-section .service-feature-kicker {
  margin: 0;
  color: #128b72;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.landing-page .application-section .service-feature-body h4,
.landing-page .application-section .service-feature-body .h4 {
  margin-bottom: 0;
  color: #123332;
  font-size: clamp(1.2rem, 0.65vw + 1rem, 1.7rem);
  line-height: 1.24;
  letter-spacing: -0.01em;
  font-weight: 700;
}

.landing-page .application-section .service-feature-footer {
  margin-top: inherit;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 6px;
}

.landing-page .application-section .service-feature-cta-text {
  color: #0d3f38;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.landing-page .application-section .service-feature-cta-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #0d3f38;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 22px rgba(13, 63, 56, 0.18);
}

.landing-page .application-section .service-faq-block {
  margin-top: 36px;
}

.landing-page .application-section .header-faq h3,
.landing-page .application-section .header-faq .h3 {
  color: #ffffff;
}

.landing-page .application-section .service-faq-accordion.default-according {
  max-width: 980px;
  margin: 6px auto 0;
}

.landing-page .application-section .service-faq-accordion.default-according .card {
  border: 1px solid rgba(36, 58, 58, 0.14);
  border-radius: 14px;
  box-shadow: 0 8px 22px rgba(17, 49, 46, 0.06);
  overflow: hidden;
}

.landing-page .application-section .service-faq-accordion.default-according .card + .card {
  margin-top: 12px;
}

.landing-page .application-section .service-faq-accordion.default-according .card .card-header .btn-link {
  color: #1f3538;
  font-weight: 700;
  border-color: rgba(36, 58, 58, 0.14);
  background: #ffffff;
  font-size: 1.1rem;
  line-height: 1.35;
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  padding-left: 68px;
  padding-right: 54px;
}

.landing-page .application-section .service-faq-accordion.default-according .card .card-header .btn-link i {
  color: #2f3237;
  position: absolute;
  left: 22px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 21px;
}

.landing-page .application-section .service-faq-accordion.default-according .card .card-body {
  color: #55636f;
  line-height: 1.72;
  font-size: 15px;
}

.landing-page .application-section .service-pricing-empty {
  max-width: 860px;
  margin: 0 auto;
  padding: 32px 20px;
  border: 1px dashed rgba(48, 142, 135, 0.45);
  border-radius: 14px;
  background: rgba(48, 142, 135, 0.05);
  color: rgba(255, 255, 255, 0.92);
}

.landing-page .application-section .service-pricing-empty h6,
.landing-page .application-section .service-pricing-empty .h6 {
  color: #ffffff;
}

.landing-page .service-proof-section {
  background: #f8f7f4;
}

.landing-page .service-proof-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 clamp(12px, 2vw, 24px);
}

.landing-page .service-proof-inner h3,
.landing-page .service-proof-inner .h3 {
  margin-bottom: clamp(34px, 4vw, 56px);
  color: #1f2933;
  font-family: "Montserrat", "Nunito Sans", sans-serif;
  font-size: clamp(1.8rem, 1.6vw + 1.35rem, 3rem);
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
}

.landing-page .service-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(26px, 4vw, 58px);
}

.landing-page .service-proof-item {
  text-align: center;
}

.landing-page .service-proof-illustration {
  position: relative;
  width: 78px;
  height: 68px;
  margin: 0 auto 24px;
  color: #111f22;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 31px;
}

.landing-page .service-proof-illustration::before {
  content: "";
  position: absolute;
  inset: 9px 8px 6px;
  z-index: 0;
  border-radius: 46% 54% 48% 52%;
  transform: rotate(-12deg);
}

.landing-page .service-proof-illustration i {
  position: relative;
  z-index: 1;
}

.landing-page .service-proof-illustration-pink::before {
  background: #e7a9b8;
}

.landing-page .service-proof-illustration-green::before {
  background: #c8d7b8;
}

.landing-page .service-proof-illustration-gold::before {
  background: #f3b36f;
}

.landing-page .service-proof-item h4,
.landing-page .service-proof-item .h4 {
  margin-bottom: 16px;
  color: #1f2933;
  font-family: "Montserrat", "Nunito Sans", sans-serif;
  font-size: clamp(1.25rem, 0.45vw + 1.1rem, 1.65rem);
  font-weight: 700;
  line-height: 1.24;
}

.landing-page .service-proof-item p {
  max-width: 330px;
  margin: 0 auto;
  color: #2f3d46;
  font-size: 1rem;
  line-height: 1.75;
}

@media (max-width: 575px) {
  .landing-page .application-section .services-heading-row {
    min-height: 36px;
    margin-bottom: 14px;
  }

  .landing-page .application-section .services-heading-row .service-feature-toolbar {
    margin-bottom: 0;
    gap: 8px;
  }

  .landing-page .application-section .service-feature-nav {
    width: 36px;
    height: 36px;
  }

  .landing-page .application-section .service-feature-slider {
    margin: 0 -8px;
  }

  .landing-page .application-section .service-feature-slide {
    padding: 0 8px;
  }

  .landing-page .application-section .service-feature-header {
    min-height: 52px;
    padding: 12px 14px;
  }

  .landing-page .application-section .service-feature-image {
    height: 232px;
  }

  .landing-page .application-section .service-feature-body {
    min-height: 156px;
    padding: 18px 16px 20px;
  }

  .landing-page .application-section .service-feature-body h4,
  .landing-page .application-section .service-feature-body .h4 {
    font-size: 1.3rem;
  }

  .landing-page .application-section .service-feature-plan-tag {
    font-size: 0.68rem;
  }

  .landing-page .application-section .service-faq-accordion.default-according .card .card-header .btn-link {
    font-size: 1rem;
    padding-left: 58px;
    padding-right: 44px;
  }

  .landing-page .application-section .service-faq-accordion.default-according .card .card-header .btn-link i {
    left: 18px;
    font-size: 19px;
  }

  .landing-page .service-proof-inner {
    padding: 0 8px;
  }

  .landing-page .service-proof-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }
}

@media (max-width: 991px) {
  .landing-page .service-proof-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .landing-page .landing-page-design .featured-posts-carousel {
    padding-bottom: 10px;
  }

  .landing-page .landing-page-design .featured-post-card {
    min-height: 500px;
  }

  .landing-page .landing-page-design .featured-post-card .featured-post-media {
    height: 230px;
  }
}

@media (max-width: 575px) {
  .landing-page .landing-page-design .news-heading-row {
    grid-template-columns: minmax(74px, 1fr) minmax(0, auto) minmax(74px, 1fr);
    min-height: 66px;
    margin-bottom: 14px;
  }

  .landing-page .landing-page-design .featured-post-toolbar {
    gap: 8px;
  }

  .landing-page .landing-page-design .featured-post-nav {
    width: 36px;
    height: 36px;
  }

  .landing-page .landing-page-design .featured-posts-carousel {
    padding-bottom: 10px;
  }

  .landing-page .landing-page-design .featured-post-slider {
    margin: 0 -8px;
  }

  .landing-page .landing-page-design .featured-post-slide {
    padding: 0 8px;
  }

  .landing-page .landing-page-design .featured-post-card {
    min-height: 458px;
  }

  .landing-page .landing-page-design .featured-post-card .featured-post-media {
    height: 220px;
  }

  .landing-page .landing-page-design .featured-post-card .featured-post-body {
    padding: 16px 16px 18px;
  }

  .landing-page .landing-page-design .featured-post-card p {
    -webkit-line-clamp: 5;
  }
}

.academic-hero {
  position: relative;
  overflow: hidden;
  padding: 0 0 48px;
  background: #0d3f38;
}

.academic-hero::before {
  display: none;
}

.academic-hero::after {
  display: none;
}

.academic-hero .container {
  position: relative;
  z-index: 2;
}

.academic-hero .academic-hero-carousel {
  position: relative;
  padding: 0 44px 34px;
}

.academic-hero .academic-hero-carousel .carousel-indicators {
  margin-bottom: 0;
  bottom: 2px;
  justify-content: flex-start;
}

.academic-hero .academic-hero-carousel .carousel-indicators button {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 999px;
  background-color: rgba(245, 196, 81, 0.45);
}

.academic-hero .academic-hero-carousel .carousel-indicators .active {
  background-color: #f5c451;
}

.academic-hero .academic-hero-carousel .carousel-control-prev,
.academic-hero .academic-hero-carousel .carousel-control-next {
  width: 44px;
  height: 44px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
  opacity: 1;
}

.academic-hero .academic-hero-carousel .carousel-control-prev {
  left: 0;
}

.academic-hero .academic-hero-carousel .carousel-control-next {
  right: 0;
}

.academic-hero .academic-hero-carousel .carousel-control-prev-icon,
.academic-hero .academic-hero-carousel .carousel-control-next-icon {
  width: 18px;
  height: 18px;
}

.academic-hero .academic-hero-grid {
  align-items: stretch;
}

.academic-hero .academic-hero-founder {
  height: 100%;
}

.academic-hero .founder-card {
  height: 100%;
  background: #ffffff;
  border-radius: 18px;
  padding: 22px;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.18);
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-family: "Montserrat", "Nunito Sans", sans-serif;
}

.academic-hero .founder-card-header h3 {
  color: #0d3f38;
  font-weight: 700;
}

.academic-hero .founder-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 12px;
  font-weight: 700;
  color: #5f6f73;
}

.academic-hero .founder-carousel {
  position: relative;
}

.academic-hero .founder-slide {
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: center;
}

.academic-hero .founder-image {
  width: 100%;
  height: 320px;
  border-radius: 16px;
  background: #0d3f38;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  font-weight: 700;
  overflow: hidden;
}

.academic-hero .founder-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #0d3f38;
  display: block;
}

.academic-hero .founder-name {
  color: #1a2f33;
  font-weight: 700;
}

.academic-hero .founder-role {
  color: #5f6f73;
  font-size: 0.95rem;
}

.academic-hero .founder-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-top: 6px;
}

.academic-hero .founder-tabs .nav-link {
  border-radius: 999px;
  padding: 7px 14px;
  background: #edf4f4;
  color: #0d3f38;
  font-weight: 600;
  border: 1px solid transparent;
  font-size: 0.92rem;
}

.academic-hero .founder-tabs .nav-link:hover {
  color: #0d3f38;
  border-color: rgba(13, 63, 56, 0.2);
}

.academic-hero .founder-tabs .nav-link.active {
  background: #0d3f38;
  color: #ffffff;
  box-shadow: 0 10px 20px rgba(13, 63, 56, 0.2);
}

.academic-hero .founder-tab-content {
  padding-top: 10px;
}

.academic-hero .founder-text {
  color: #243b3f;
  line-height: 1.6;
}

.academic-hero .founder-carousel .carousel-control-prev,
.academic-hero .founder-carousel .carousel-control-next {
  width: 36px;
  height: 36px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 999px;
  background: rgba(13, 63, 56, 0.18);
  opacity: 1;
}

.academic-hero .founder-carousel .carousel-control-prev {
  left: 6px;
}

.academic-hero .founder-carousel .carousel-control-next {
  right: 6px;
}

.academic-hero .founder-carousel .carousel-control-prev-icon,
.academic-hero .founder-carousel .carousel-control-next-icon {
  width: 16px;
  height: 16px;
}

.academic-hero .founder-empty {
  border-radius: 14px;
  padding: 18px;
  background: #f6f9f9;
  color: #3c4b50;
  border: 1px dashed rgba(13, 63, 56, 0.25);
}

.academic-hero.hero-spotlight .hero-intro {
  position: relative;
  min-height: clamp(420px, 56vw, 620px);
  color: #ffffff;
  margin-bottom: 0;
  font-family: "Montserrat", "Nunito Sans", sans-serif;
  overflow: hidden;
}

.academic-hero.hero-spotlight .hero-intro::after {
  content: "";
  position: absolute;
  inset: 24px;
  background:
    linear-gradient(90deg, rgba(6, 23, 21, 0.84) 0%, rgba(6, 23, 21, 0.64) 38%, rgba(6, 23, 21, 0.28) 72%, rgba(6, 23, 21, 0.14) 100%),
    linear-gradient(180deg, rgba(6, 23, 21, 0.1) 0%, rgba(6, 23, 21, 0.46) 100%);
  border-radius: 32px;
  z-index: 1;
}

.academic-hero.hero-spotlight .hero-intro-media {
  position: absolute;
  inset: 24px;
  border-radius: 32px;
  overflow: hidden;
  z-index: 0;
}

.academic-hero.hero-spotlight .hero-intro-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.academic-hero.hero-spotlight .hero-intro-container {
  position: relative;
  z-index: 2;
  min-height: clamp(420px, 56vw, 620px);
  display: flex;
  align-items: center;
  padding-top: 96px;
  padding-bottom: 80px;
}

.academic-hero.hero-spotlight .hero-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.24em;
  font-size: 0.7rem;
  font-weight: 700;
  color: #f8d57c;
  margin-bottom: 14px;
}

.academic-hero.hero-spotlight .hero-intro-text {
  max-width: 620px;
  padding: 30px 42px;
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(7, 29, 27, 0.72), rgba(7, 29, 27, 0.38));
  box-shadow: 0 26px 48px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(4px);
}

.academic-hero.hero-spotlight .hero-intro-text h1 {
  color: #ffffff;
  font-size: clamp(2rem, 3.8vw, 3.4rem);
  font-weight: 700;
  line-height: 1.08;
  margin-bottom: 16px;
}

.academic-hero.hero-spotlight .hero-intro-text p {
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.04rem;
  line-height: 1.75;
  margin-bottom: 0;
}

.academic-hero.hero-spotlight .hero-intro-text .hero-copy {
  max-width: 100%;
}

.academic-hero.hero-spotlight .hero-cta-group {
  justify-content: flex-start;
}

.academic-hero.hero-spotlight .hero-panel-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
  gap: 24px;
  align-items: stretch;
}

.academic-hero.hero-spotlight .hero-panel {
  display: flex;
}

.academic-hero.hero-spotlight .hero-panel > .news-card,
.academic-hero.hero-spotlight .hero-panel > .founder-empty {
  width: 100%;
}

.academic-hero.hero-spotlight .hero-panel-carousel,
.academic-hero.hero-spotlight .hero-panel-carousel .carousel-inner,
.academic-hero.hero-spotlight .hero-panel-carousel .carousel-item {
  height: 100%;
}

.academic-hero.hero-spotlight .hero-panel-carousel .carousel-item {
  display: flex;
}

.academic-hero.hero-spotlight .hero-panel-carousel .carousel-item > article {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.academic-hero.hero-spotlight .founder-card,
.academic-hero.hero-spotlight .news-card {
  height: 100%;
  flex: 1;
}

.academic-hero.hero-spotlight .hero-panel-carousel {
  position: relative;
}

.academic-hero.hero-spotlight .hero-panel-carousel .carousel-control-prev,
.academic-hero.hero-spotlight .hero-panel-carousel .carousel-control-next {
  width: 36px;
  height: 36px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.35);
  opacity: 1;
}

.academic-hero.hero-spotlight .hero-panel-carousel .carousel-control-prev {
  left: 10px;
}

.academic-hero.hero-spotlight .hero-panel-carousel .carousel-control-next {
  right: 10px;
}

.academic-hero.hero-spotlight .hero-panel-carousel .carousel-control-prev-icon,
.academic-hero.hero-spotlight .hero-panel-carousel .carousel-control-next-icon {
  width: 16px;
  height: 16px;
}

.academic-hero.hero-spotlight .founder-card {
  background: #efe6d4;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.18);
  display: flex;
  flex-direction: column;
  padding: 0;
}

.academic-hero.hero-spotlight .founder-card-media {
  position: relative;
  height: 100%;
  flex: 1;
  background: #0d3f38;
  overflow: hidden;
}

.academic-hero.hero-spotlight .founder-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  background: #0d3f38;
}

.academic-hero.hero-spotlight .founder-fallback {
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 52px;
  font-weight: 700;
  color: #ffffff;
}

.academic-hero.hero-spotlight .founder-card-overlay {
  position: absolute;
  inset: 0;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0.28) 45%,
    rgba(0, 0, 0, 0) 100%
  );
  color: #ffffff;
  pointer-events: none;
}

.academic-hero.hero-spotlight .panel-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
}

.academic-hero.hero-spotlight .founder-card-kicker {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
}

.academic-hero.hero-spotlight .founder-card-title {
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.2;
  max-width: 85%;
}

.academic-hero.hero-spotlight .founder-card-link {
  position: absolute;
  left: 18px;
  bottom: 16px;
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
  pointer-events: auto;
}

.academic-hero.hero-spotlight .founder-card-link:hover {
  color: #f5c451;
}

.academic-hero.hero-spotlight .news-card {
  background: #0f4741;
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.academic-hero.hero-spotlight .news-card-header {
  text-transform: uppercase;
  letter-spacing: 0.28em;
  font-size: 0.7rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.7);
}

.academic-hero.hero-spotlight .news-card-content {
  padding: 24px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}

.academic-hero.hero-spotlight .news-card-kicker {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.7rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.7);
}

.academic-hero.hero-spotlight .news-card-title {
  font-size: clamp(1.4rem, 2.2vw, 2.2rem);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0;
}

.academic-hero.hero-spotlight .news-card-text {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.6;
}

.academic-hero.hero-spotlight .news-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
}

.academic-hero.hero-spotlight .news-card-actions .btn {
  border-radius: 999px;
  padding: 8px 18px;
  font-weight: 600;
}

.academic-hero-content .eyebrow {
  margin-bottom: 0;
}

.academic-hero-content .post-category-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(245, 196, 81, 0.22);
  border: 1px solid rgba(245, 196, 81, 0.8);
  color: #f8d57c;
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-weight: 700;
  padding: 8px 14px;
}

.academic-hero-content h1 {
  margin-bottom: 14px;
  color: #ffffff;
  text-transform: none;
  font-size: clamp(1.6rem, 2.6vw, 2.5rem);
  line-height: 1.18;
}

.academic-hero-content .hero-copy {
  color: rgba(255, 255, 255, 0.9);
  max-width: 500px;
  font-size: 1.05rem;
  line-height: 1.7;
}

.academic-hero .hero-media-header {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 14px;
  font-size: 1.1rem;
}

.academic-hero .hero-cta {
  border: 0;
  border-radius: 999px;
  padding: 14px 30px;
  font-weight: 700;
  color: #0f4f55;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.2);
}

.academic-hero .hero-cta-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.academic-hero .hero-cta.hero-cta-secondary {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.72);
  color: #ffffff;
  box-shadow: none;
}

.academic-hero .hero-cta.hero-cta-secondary:hover,
.academic-hero .hero-cta.hero-cta-secondary:focus {
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
  border-color: #ffffff;
}

.academic-hero-media {
  position: relative;
  padding: 14px 10px 0;
}

.academic-hero-media .hero-image-wrap {
  background: transparent;
  border: 0;
  border-radius: 52% 48% 45% 55% / 45% 50% 50% 55%;
  padding: 0;
  box-shadow: none;
}

.academic-hero-media .hero-image-wrap img {
  width: 100%;
  border-radius: 28px;
  display: block;
}

.academic-hero-media .hero-badge {
  position: absolute;
  z-index: 3;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

.academic-hero-media .hero-badge-cap {
  left: 12px;
  bottom: 48px;
  color: #0e5762;
  background: #f9d163;
}

.academic-hero-media .hero-badge-light {
  left: 46%;
  top: 14px;
  transform: translateX(-50%);
  color: #f2c053;
  background: #ffffff;
}

.hero-scroll-hint {
  position: absolute;
  left: 50%;
  bottom: -28px;
  transform: translateX(-50%);
  width: 136px;
  height: 62px;
  border-radius: 999px;
  border: 3px solid #0D3F38;
  background: #eef7f6;
  color: #0D3F38;
  font-size: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  box-shadow: 0 8px 20px rgba(48, 142, 135, 0.2);
  z-index: 3;
}

.hero-scroll-hint i {
  position: relative;
  top: 1px;
}

.hero-scroll-hint:hover {
  color: #26716b;
  border-color: #26716b;
  background: #e6f2f1;
}

@media (max-width: 991px) {
  .academic-hero {
    padding: 0 0 38px;
  }

  .academic-hero.hero-spotlight .hero-intro::after,
  .academic-hero.hero-spotlight .hero-intro-media {
    inset: 18px;
    border-radius: 28px;
  }

  .academic-hero.hero-spotlight .hero-intro {
    margin-bottom: 0;
  }

  .academic-hero.hero-spotlight .hero-intro-container {
    min-height: 500px;
    justify-content: center;
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .academic-hero.hero-spotlight .hero-intro-text {
    max-width: 680px;
    margin: 0 auto;
    text-align: center;
    padding: 34px 30px;
  }

  .academic-hero.hero-spotlight .hero-intro-text .hero-copy {
    margin-left: auto;
    margin-right: auto;
  }

  .academic-hero.hero-spotlight .hero-cta-group {
    justify-content: center;
  }

  .academic-hero.hero-spotlight .hero-panel-grid {
    grid-template-columns: 1fr;
  }

  .academic-hero.hero-spotlight .hero-panel-carousel .carousel-control-prev,
  .academic-hero.hero-spotlight .hero-panel-carousel .carousel-control-next {
    display: none;
  }

  .academic-hero.hero-spotlight .news-card-content {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .academic-hero {
    padding: 0 0 30px;
  }

  .academic-hero.hero-spotlight .hero-intro::after,
  .academic-hero.hero-spotlight .hero-intro-media {
    inset: 12px;
    border-radius: 22px;
  }

  .academic-hero.hero-spotlight .hero-intro {
    min-height: 430px;
    margin-bottom: 28px;
  }

  .academic-hero.hero-spotlight .hero-intro-container {
    min-height: 430px;
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .academic-hero.hero-spotlight .hero-intro-text {
    padding: 28px 20px;
    border-radius: 22px;
  }

  .academic-hero.hero-spotlight .hero-intro-text h1 {
    font-size: 1.9rem;
  }

  .academic-hero.hero-spotlight .hero-intro-text p {
    font-size: 0.98rem;
  }

  .academic-hero.hero-spotlight .news-card-content {
    padding: 20px;
  }

  .hero-scroll-hint {
    bottom: -24px;
    width: 112px;
    height: 52px;
    font-size: 24px;
    border-width: 2px;
  }
}
